
.btn-help {
    background-color: #f8b332;
    border-color: #f8b332;
    color: #fff;
    position: fixed;
    top: 38%;
    right: -60px;
    z-index: 9;
    /* transform: rotate(90deg); */
    /* transform-origin: right top 0; */
    padding: .5rem;
    padding-right: 1rem;
    border-radius: 0;
    /* border-bottom-left-radius: .25rem; */
    /* border-bottom-right-radius: .25rem; */
    opacity: 0;
}

    .btn-help span {
        margin-left: 10px;
    }

    .btn-help:focus {
        -webkit-box-shadow: none; /*0 0 0 0.2rem rgb(239, 219, 182);*/
        box-shadow: none; /*0 0 0 0.2rem rgb(239, 219, 182);*/
    }

    .btn-help.fadein {
        opacity: 1;
    }

    .btn-help.active {
        right: 0;
    }


#sidebar {
    width: 400px;
    position: fixed;
    top: 0;
    right: -400px;
    height: 100vh;
    z-index: 9999;
    background: #f1f1f1;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebar.active {
        right: 0;
    }

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    color: #7386D5;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    transform: translateY(15%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
}

    #dismiss:hover {
        background: #7386D5;
        color: #fff;
    }

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    .overlay.active {
        display: block;
        opacity: .5;
    }

#sidebar .sidebar-header {
    padding: 11px 12px 12px 40px;
    background: #58c4a7;
}

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    color: #555;
}

.payment-cancel {
    font-size: 20px;
    color: #58c4a7;
    float: right;
    cursor: pointer;
}

.help-body {
    width: 965px;
    margin: 0 auto;
}

.separator-help {
    margin: 20px 0;
}

.margin-bottom40 {
    margin-bottom: 40px;
}

.search .form-control {
    height: 40px;
    border-radius: 0px;
    font-size: 15px;
}

.search-helpmenu-btn {
    background-color: #58c4a7;
    border-color: transparent;
    border-radius: 0;
    color: #fff;
    height: 40px;
    padding: 0 10px;
}

.knowledge-box-header {
    padding: .8rem;
    border-bottom: 1px solid #eee;
}

.knowledge-nav-boader {
    border-right: 0px solid #f1f1f1 !important;
}

.knowledge-box-header h5 {
    font-size: 0.9rem;
    margin: 0;
    font-weight: normal;
    width: 100%;
}

.knowledge_head-br {
    border: 1px solid #eee;
    border-radius: .25rem;
}

.topic_container .border-rd {
    border-radius: .25rem;
}

.width_full {
    width: 100%;
}

.text-captz {
    text-transform: capitalize;
}

.card-link .collapse-toggle {
    padding: 0px -1px 0px 0px;
}

    .card-link .collapse-toggle i {
        padding: 0px 0px 6px 100px;
    }

.collapse-icon {
    /*padding: 0px 0px 4px 50px;*/
}

.collapse-icon-help {
    padding: 0px 0px 4px 110px;
}

.collapse-icon-payment {
    padding: 0px 0px 25px 25px;
}

.collapse-help-menu {
    padding: 0 0 5px 26px;
}

.collapse-scroll-bar {
    overflow-y: auto;
    height: 800px;
    overflow-x: hidden;
    border-top: 1px solid #f1f1f1;
}

.topic_container {
    margin-bottom: 5px !important;
    position: relative;
}

.accordion .card-body {
    color: #555;
}

.help-body-height {
    height: calc(100vh - 188px);
}

.help-body-height130 {
    height: calc(100vh - 130px);
}

.help-body-height-text-opt {
    height: calc(100vh - 195px);
}

.help-content-s {
    position: absolute;
    height: calc(100vh - 400px);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 11;
    background: #fff;
    width: 100%;
    border: 1px solid #eee;
    border-radius: .25rem;
    border-top: none;
}

.height-ap {
    height: calc(100vh - 450px);
}

.height-fp {
    height: calc(100vh - 530px);
}





@media only screen and (min-width : 1024px) and (max-width : 1366px) and (orientation : portrait) {
    .btn-help {
        right: 0 !important;
        top: 25% !important;
    }
}

@media only screen and (max-width : 768px) {
    .btn-help {
        right: 0;
        top: 28%;
        padding: .3rem;
        padding-right: .5rem;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .btn-help {
        right: 0 !important;
        top: 28% !important;
        padding: .3rem !important;
        padding-right: .5rem !important;
    }

    #sidebar {
        right: -100%;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    .btn-help {
        right: 0;
        top: 28%;
        padding: .3rem;
        padding-right: .5rem;
    }
}

@media only screen and (min-width : 414px) and (max-width : 736px) and (orientation : portrait) {
    #sidebar {
        right: -100%;
    }
}

@media only screen and (min-width : 414px) and (max-width : 736px) and (orientation : landscape) {
    .btn-help {
        right: 0;
        padding: .3rem;
        padding-right: .5rem;
    }
}

@media only screen and (min-width : 411px) and (max-width : 823px) and (orientation : landscape) {
    .btn-help {
        top: 60%;
    }
}

@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {
}

@media only screen and (min-width : 375px) and (max-width : 812px) and (orientation : portrait) {
    .btn-help {
        right: 0;
        top: 50%;
        padding: .3rem;
        padding-right: 1rem;
    }

    #sidebar {
        width: 100%;
    }

        #sidebar .sidebar-header {
            padding: 11px 12px 12px 45px;
        }

    #dismiss {
        left: 5px;
    }
}

@media only screen and (min-width : 375px) and (max-width : 812px) and (orientation : landscape) {
    .btn-help {
        top: 48%;
    }
}

@media only screen and (min-width : 320px) and (max-width : 568px) and (orientation : portrait) {
    .btn-help {
        top: 40%;
        right: 0;
        padding: .3rem;
        padding-right: 1rem;
    }

    #sidebar {
        width: 100%;
        right: -100%;
    }

        #sidebar .sidebar-header {
            padding: 11px 12px 12px 45px;
        }

    #dismiss {
        left: 5px;
    }
}
