.cardVideo {
    width: auto !important;
}

.mainHeaderDesktop {
    width: 100%;
}

.innerContainer {
    width: 100%;
    flex-grow: 1;
    min-height: 0;
    height: calc(100vh - 93px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0%;
    flex-wrap: wrap;
    -webkit-overflow-scrolling: touch;
    margin-top: 24px;
    transform:none !important;
}

    .innerContainer::-webkit-scrollbar-track {
        display: none;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 9px;
        background-color: #F4F4F5;
    }

    .innerContainer::-webkit-scrollbar {
        display: none;
        width: 5px;
        background-color: #131316;
    }

    .innerContainer::-webkit-scrollbar-thumb {
        display: none;
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #131316;
    }

@media (max-width:790px) {
    .innerContainer {
        max-width: 100%;
        height: calc(100dvh - 144px) !important;
    }
}

.innerRightLayout__leftSide {
    max-width: 703px !important;
    padding-left: 0;
    width: 703px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 24px;
    flex-grow: 1;
}

.innerRightLayout__rightSide {
    width: 466px !important;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    bottom: 24px;
    margin-top: auto;
    height: max-content;
    min-height: calc(100% - 24px);
}

.innerRightLayout__expert {
    max-width: 837px !important;
    padding-left: 0;
    width: 837px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom:24px;
    flex-grow:1;
}

.innerRightLayout__profile {
    max-width: 1203px !important;
    padding-left: 0;
    width: 1203px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-shrink: 0;
    flex-grow: 1;
}
.innerLayout__profile {
    width:100%;
    display: flex;
    flex-direction: row;
    gap: 22px;
}

.profile__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

.profile__leftSide {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 708px !important;
    width: 708px !important;
    margin: 0 !important;
    flex-shrink: 0;
}

.profile__rightSide {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 473px !important;
    width: 473px !important;
    margin: 0 !important;
}

@media (min-width: 1290px) and (max-width: 1490px) {
    .innerRightLayout__leftSide {
        max-width: 553px !important;
        width: 553px;
        gap: 18px;
    }

    .innerRightLayout__rightSide {
        width: 416px !important;
    }

    .innerRightLayout__expert {
        max-width: 703px !important;
        width: 703px;
    }

    .innerRightLayout__profile {
        max-width: 1003px !important;
        width: 1003px;
    }
    .profile__leftSide {
        
        max-width: 553px !important;
        width: 553px !important;
    }

    .profile__rightSide {
        max-width: 416px !important;
        width: 416px !important;
    }
}


@media (min-width: 1290px) and (max-width: 1490px) {

    .search_container {
        max-width: 603px !important;
        width: 603px;
    }

    .menu {
        width: 366px !important;
    }

    .label-3 {
        font-size: 16px;
    }

    .btn {
        padding: 4px 19px !important;
    }
}

@media (max-width: 1290px) {

    .innerRightLayout__leftSide {
        max-width: 703px !important;
        width: 703px !important;
        gap: 18px;
    }

    .innerRightLayout__rightSide {
        display:none!important;
    }

    .innerRightLayout__expert {
        max-width: 703px !important;
        width: 703px;
    }

    .innerRightLayout__profile {
        max-width: 883px !important;
        width: 883px;
    }

   

    .profile__leftSide {
        max-width: 100% !important;
        width: 100% !important;
        gap: 18px;
    }

    .profile__rightSide {
        display: none !important;
    }
}



@media (min-width: 790px) and (max-width: 990px) {

    .innerRightLayout__leftSide {
        max-width: 579px !important;
        width: 579px !important;
        gap: 18px;
    }

    .innerRightLayout__rightSide {
        display: none !important;
    }

    .innerRightLayout__expert {
        max-width: 579px !important;
        width: 579px !important;
        gap: 18px;
    }

    .innerRightLayout__profile {
        max-width: 579px !important;
        width: 579px !important;
        gap: 18px;
    }
}

@media (max-width: 790px) {

    .innerRightLayout__leftSide {
        max-width: 100% !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        gap: 18px;
    }

    .innerRightLayout__rightSide {
        display: none !important;
    }

    

    .innerRightLayout__expert {
        max-width: 100% !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        gap: 18px;
    }

    .innerRightLayout__profile {
        max-width: 100% !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        gap: 18px;
        padding: 0px 15px;
    }
}


    .tabViews {
        width: 50%;
        position: fixed;
    }

    .pickAnsLayout {
        /*
    padding-top: 50px;
    min-height: 100vh;
    position: fixed;
    width: 100%;
        */
    }

.pickAnsLayout__rightSide {
    margin: auto !important;
    position: relative;
    left: 0 !important;
    width: 100% !important;
    height:calc(100vh - 69px);
    padding: 0 !important;
    background-color: transparent;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    overflow: visible;
    border-top-left-radius: 0px;
    border: 1px solid #E5E5E5;
    padding-top: 15px;
    border: none;
    padding-top: 0px;
    box-shadow: 0px 385px 154px rgba(168, 168, 168, 0.02);
    flex: 1;
    transform: none !important;
}

@media (max-width:790px){
    .pickAnsLayout__rightSide {
        max-width: 100%;
        height: calc(100dvh - 120px) !important;
    }
}

    /*start nav */
    .sidebar {
        position: fixed;
        width: 200px;
        height: 100vh;
        background: none;
        top: auto;
    }

        .sidebar::after {
            display:none !important;
            bottom: 0;
            height: 400px;
            top: auto;
            width: 400px;
            z-index: -999999999999;
            background-image: url(var(--bk-path));
        }

    .innerContainer {
        gap: 34px
    }

.innerRightLayout__innerpage {
    display: flex;
    flex-direction:column;
    width: 100%;
    justify-content: space-between;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    padding: 0%;
    -webkit-overflow-scrolling: touch;
}

        .innerRightLayout__innerpage::-webkit-scrollbar-track {
            display:none;
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            border-radius: 9px;
            background-color: #F4F4F5;
        }

        .innerRightLayout__innerpage::-webkit-scrollbar {
            display: none;
            width: 5px;
            background-color: #131316;
        }

        .innerRightLayout__innerpage::-webkit-scrollbar-thumb {
            display: none;
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            background-color: #131316;
        }

    

    .mainLayoutBk {
        padding-top: 50px;
    }

    .heading {
        font-family: "Inter";
        font-size: 18px;
        color: #131316;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .subheading {
        font-family: "Inter";
        font-size: 16px;
        color: #131316;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .label {
        font-family: "Inter";
        font-size: 14px;
        color: #131316;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .label-3 {
        font-family:Inter;
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .btn-primary {
        color: #fff;
        background: var(--button-primary) !important;
        box-shadow:none;
        border: none;
        font-size: 16px;
        border-radius: 14px;
        padding: 4px 13px;
        align-content: center;
        color: white;
        gap: 10px;
        padding:4px 23px;
        height:40px;
    }

        .btn-primary:hover, .btn-secondary:hover {
            color: #fff;
            background: var(--button-primary-hover) !important;
            border-color: var(--button-primary-hover) !important;
            color: white;
        }

        /*.btn-primary:focus, .btn-primary:active:focus {
            box-shadow: none !important;
        }*/

    .btn-secondary {
        gap: 10px;
        border-radius: 14px;
        background-color: transparent;
        color: black;
        padding-top: 4px;
        padding-right: 13px;
        padding-bottom: 4px;
        padding-left: 13px;
        border-width: 1px;
        border: 1px solid var(--button-primary);
        box-shadow:none;
        align-content: center;
    }

       /* .btn-secondary:focus, .btn-secondary:active:focus {
            box-shadow: none !important;
        }*/

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none !important;
}

.btn:disabled {
    pointer-events: none;
    opacity: 1;
    background: rgba(151, 148, 164, 1) !important;
    border: none !important;
    color: rgba(225, 225, 225, 1);
}

.label-h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.26px;
    vertical-align: middle;
}

.label-h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.label-h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.label-h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.label-h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.label-h6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}




.innerRightLayout__setiings {
    max-width: 1203px !important;
    width: 1203px !important;
    padding-left: 0;
    width: 703px;
    display: flex;
    flex-direction: column;
    gap: 24px;

}

@media (min-width: 1290px) and (max-width: 1490px) {
    .innerRightLayout__setiings {
        max-width: 1003px !important;
        width: 1003px;
        gap: 18px;
    }
}

@media (max-width: 1290px) and (min-width:1022px) {
    .innerRightLayout__setiings {
        max-width: 803px !important;
        width: 803px !important;
        gap: 18px;
    }
}

@media (max-width: 1022px) {
    .innerRightLayout__setiings {
        max-width: 92% !important;
        width: 92% !important;
        gap: 18px;
    }
}