ul.resp-tabs-list {
    margin: 0;
    padding: 0;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 0 55px;
}

.resp-tab-active {
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    /*border: 1px solid #c1c1c1;*/
}

h2.resp-accordion {
    font-size: 13px;
    margin: 0;
    padding: 10px 15px;
}

h2.resp-tab-active {
    margin-bottom: 0 !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 18px 40px 18px 40px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}
.resp-vtabs .resp-tabs-container.first {
    min-height: 150px;
}

.resp-vtabs .resp-tab-content {
    border: none;
    position: relative;
}

.resp-vtabs li.resp-tab-active {
    border-right: none;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    background: #E5F2F9;
    color: rgba(0, 125, 198, 0.8);
    border-top: 1px solid #73B7DF;;
    border-bottom: 1px solid #73B7DF;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    color: rgba(0, 125, 198, 0.8);
    padding: 22px 67px 22px 12px !important;
    background: #E5F2F9;

    border-top: 1px solid rgba(0, 125, 198, 0.5);
    border-bottom: 1px solid rgba(0, 125, 198, 0.5);
}

.resp-easy-accordion  h2.resp-accordion {
    display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0;
}

.resp-tab-content-active {
    display: block;
}


.parent-tabs {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
    /*z-index: 10;*/
    z-index: 999999999;
}

.tabs-title {
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 27px;
    color: #2F2E2E;
    display: flex;
    height: 92px;
    padding: 30px 40px;
    position: relative;
}

.tabs-close {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 27px;
    height: 27px;
}


#verticalTab {
    width: 1064px !important;
    overflow: auto;
    background: #F6F6F6;
    max-height: 90%;
    max-width: 90%;
}

.resp-tabs-container a {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #007DC6;
}

.tab-content-title {
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 145%;
    color: #000000;
    max-width: 430px;
}

.only-active {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;

    color: #1890FF;
    position: absolute;
    top: 15px;
    right: 70px;
    max-width: 60px;
}

.tabs-btns {
    border-top: 1px solid #E3E3E3;
    padding: 23px 36px;
    display: flex;
}

.tabs-btns .v-btn {
    line-height: 36px;
}

#app .tabs-btns .btn--sosedi:not(.v-btn--disabled).orange.v-btn-outline {
    color: #FD7E14 !important;
    border: 1px solid #FD7E14 !important;
    background-color: #fff !important;
}

#app .btn--sosedi.v-btn.clean {
    color: #717171 !important;
}


    /* The switch - the box around the slider */
.switch {
    display: inline-block;
    width: 44px;
    height: 22px;
    position: absolute;
    top: 5px;
    right: 63px;
}

/* Hide default HTML checkbox */
.switch input {
    display:none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #1890FF;
    opacity: 0.4;
}

input:focus + .slider {
    box-shadow: 0 0 1px #1890FF;
}

input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 11px;
}

.slider.round:before {
    border-radius: 50%;
}

.image-block{
    text-align: center;
}
.image-block img{
    width: 70%;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    .resp-accordion {
        padding: 12px;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 140%;
        color: rgba(47, 46, 46, 0.8);
        border-top: 1px solid #E3E3E3;
    }

    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }

    .resp-accordion-closed {
        display:none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }

    .tabs-title {
        padding: 28px 65px 22px 12px;
        font-size: 20px;
        line-height: 23px;
    }

    .tab-content-title {
        display: none;
    }

    .resp-tab-content-active {
        padding: 20px 12px;
    }

    .only-active {
        top: -44px;
        right: 12px;
    }

    .switch {
        top: -44px;
        right: 12px;
    }

    .tabs-btns {
        flex-direction: column;
    }

    .tabs-btns .v-btn {
        margin: 10px auto !important;
        width: 188px;
    }
}