.ajax-loader {
    background-color: rgba(000, 000, 000, 0.4);
    background-image: url("../img/loader.svg?v=2");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    border-radius: 0;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100000000;
}

/* the norm */
#gritter-notice-wrapper {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 230px;
    z-index: 100000;
    text-align: center;
}

#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}

#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}

#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}

.gritter-item-wrapper {
    position: relative;
    margin: 0 0 10px 0;
    /*background:url('../image/gritter/ie-spacer.gif'); *//* ie7/8 fix */
    background: rgba(228, 46, 47, 0.92) none repeat scroll 0 0;
    border-radius: 5px;
}

.success-gritter {
    background-color: #52b35d !important;
}

.gritter-top {
    /*background:url(../image/gritter/gritter.png) no-repeat left -30px;*/
    height: 10px;
}

.hover .gritter-top {
    background-position: right -30px;
}

.gritter-bottom {
    /*background:url(../image/gritter/gritter.png) no-repeat left bottom;*/
    height: 8px;
    margin: 0;
}

.hover .gritter-bottom {
    background-position: bottom right;
}

.gritter-item {
    display: block;
    /*background:url(../image/gritter/gritter.png) no-repeat left -40px;*/
    /* background: rgba(153, 40, 18, 0.92) none repeat scroll 0 0;*/
    color: #eee;
    padding: 2px 11px 8px 11px;
    font-size: 11px;
    font-family: verdana;
}

.hover .gritter-item {
    background-position: right -40px;
}

.gritter-item p {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
    font-family: Tahoma;
    font-size: 14px;
}

.gritter-close {
    position: absolute;
    top: 5px;
    right: 3px;
    background: url(gritter/gritter.png) no-repeat left top;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-indent: -9999em;
}

.gritter-title {
    font-family: Tahoma;
    font-size: 17px;
    padding: 0 0 7px;
    text-transform: uppercase;
}

.gritter-image {
    width: 48px;
    height: 48px;
    float: left;
}

.gritter-with-image,
.gritter-without-image {
    padding: 0;
}

.gritter-with-image {
    width: 220px;
    float: right;
}

/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(gritter/gritter-light.png);
    color: #222;
}
.gritter-light .gritter-title {
    text-shadow: none;
}
.btn.btn-primary {
    color: white !important;
}
.bg-soft-success {
    background-color: #3eaa70 !important;
    color: white !important;
    font-size: 12px !important;
}
.list-alert {
    bottom: 1.5rem;
    left: 50%;
    margin-bottom: 0;
    min-width: 350px;
    position: fixed;
    transform: translateX(-50%);
    z-index: 1030;
}
.alert-dark {
    background-color: #12263f;
    border-color: #12263f;
    color: #fff;
}
.btn-white-20 {
    background-color: rgba(255, 255, 255, .2);
    border-color: transparent;
    color: #fff;
}
#action .btn {
    display: inline-block;
}
.custom-modal {
    --bs-modal-width: 800px;
}
.alert-danger {
    padding-left: 20px;
}
.form-control {
    padding: 7px 10px !important;
}
.btn.btn-secondary {
    background-color: #6077AC;
}
.select2-container .select2-selection {
    min-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}
.form-button {
    padding: 6px 10px;
}
.br-10 {
    border-radius: 10px;
}
.grey-background {
    background-color: #F3F4F6;
}
.select-icon .select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: -6px;
}
.edit-icon a {
    font-size: 12px !important;
    color: #283c50;
    font-weight: 600;
}

.edit-icon {
    margin-bottom: 0px;
    text-align: left;
}

.edit-icon i {
    margin-right: 4px;
    font-size: 11px;
}
.table-custom td {
    border: none !important;
}
.image-list .card-body {
    border: 1px solid;
    padding: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
    position: relative;
}
.image-list .delete-icon {
    top: 10px;
    right: 10px;
    position: absolute;
    background-color: #ea4d4d;
    color: #ffffff !important;
}
.image-list .delete-icon i {
    font-size: 16px;
}
.image-list .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-same {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover;
}
.img-same-1-4 {
    aspect-ratio: 1.4 / 1 !important;
    object-fit: cover;
}
.blue-link {
    color: #337ab7;
}
.advertisement-list p {
    font-weight: 500;
    color: #000000;
}

.nxl-header {
    z-index: 10000;
}
.select2-container {
    z-index: 999;
}
.select2-container--open {
    z-index: 10000;
}
.modal-open .nxl-header {
    z-index: 100;
}
.pagination {
    justify-content: center;
    align-items: center;
    text-align: center;
}
.edit-icon-position {
    position: absolute;
    right: 10px;
}
.user-account .dropdown {
    max-width: 170px;
}
.dropdown-menu {
    min-width: 190px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-5 {
    margin-right: 5px;
}
.sidebar .nav-link {
    color: white !important;
}
.sidebar .nav-tabs {
    background: #3164F4;
}
.nav-tabs-new2 > li > a:hover, .nav-tabs-new2 > li > a:focus {
    border-bottom: 2px solid #3164F4 !important;
    background-color: transparent;
    color: #3164F4;
}
.fw-bold {
    font-weight: bold;
}
#action.fade:not(.show){
    display: none;
}
.ui-datepicker {
    z-index: 10000;
}
.range-item {
    padding-right: 15px;
}
.range-item span {
    font-size: 20px;
    font-weight: bold;
    margin-right: 2px;
    margin-left: 2px;
}
.row-filter {
    background-color: #EEE;
    padding-bottom: 23px;
    border-radius: 10px;
}
.row-filter .form-label {
    font-weight: 650 !important;
}
.file-upload {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    border: 1px dashed #A6A6A6;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #D7D4D4;
    border: 1px dashed #A6A6A6;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    text-transform: uppercase;
    color: #898e89;
    padding: 60px 0;
    font-weight: 200;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 70px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 5px 0px 0px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    z-index: 1000;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}
.bg-blue-gradient {
    background-image: radial-gradient(circle,#fff,#f4f6fb,#e7eef6,#d7e7f0,#c6e0e7)
}
.nxl-container .help-center-content-header {
    background-image: none !important;
}
.feather-heart {
    font-size: 18px;
}
.like_count {
    font-size: 18px;
}
.like-active .feather-heart {
    color: red;
    fill: red;
}
.like-active .like_count {
    color: red;
}
.nxl-header .header-wrapper .nxl-head-link {
    color: #535559;
}
.form-control, .select2-container--default .select2-selection--single {
    border-color: #c6c6db !important;
}
.notifications-description span {
    color: #0f74a8;
}
.dropdown .dropdown-menu {
    z-index: 10000;
}
html.minimenu .nxl-navigation {
    z-index: 10000;
}

.unread-item {
    border-left: none; /* Ensure there's no default border */
    background: linear-gradient(to bottom, #bd7c7c 10%, #e74141 90%);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 3px 80%; /* 2px width for the border and 80% height */
    background-color: #fffbfb;
}
.text-right {
    text-align: right;
}
.row-total {
    text-align: right;
    font-weight: 600;
    color: #283c50;
    font-size: 12px;
}
.row-total p {
    margin-bottom: 5px;
}
.modal-tabs .modal-body {
    padding: 0px !important;
}
.form-btn {
    padding: 9px 16px;
}
.days-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.days-list {
    display: inline-flex;
    justify-content: center;
    margin: auto;
}
.day {
    text-align: center;
    margin: 0 10px;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 14px;
}
.day.active, .day:hover {
    background: #3262F3;
    color: white;
    cursor: pointer;
}
.v-button--outline-gray, .btn-small {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #3262F3;
    color: #3262F3;
    display: flex;
    align-items: center;
    line-height: 1;
}
.v-button--icon {
    padding-left: 16px;
    padding-right: 24px;
}
.btn-rounded {
    border-radius: 8px;
    padding: 8px;
}
.topic-list a {
    font-size: 16px !important;
}
.topic-content {
    color: #0c1322 !important;
}
ul.pagination-common-style li a {
    border-color: #000000;
}
.question-item {
    color: #0c1322 !important;
    font-size: 15px;
}
.form-check-input {
    border: 2px solid rgba(15, 15, 15, 0.35);
}
.question-item.answered {

}
.answered .form-check-input[type="radio"] {
    pointer-events: none;
}
.form-check-input:disabled {
    opacity: 1;
}
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    opacity: 1;
}
.ml-1 {
    margin-left: 5px;
}
.question-pagination li {
    display: inline-block;
    margin-bottom: 5px;
}
.task-result i {
    font-size: 40px;
    color: #27a627;
}
ul.pagination-common-style li a:hover, ul.pagination-common-style li a.active:hover {
    background-color: transparent;
}
.question-pagination .answered a, .question-pagination .answered a:hover {
    color: #fff !important;
    background-color: #3262F3;
    border-color: #3262F3;;
}
ul.pagination-common-style li a.active {
    background-color: #f0a51b;
    border-color: #f0a51b;
}
.question-item .form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.days-list a {
    font-weight: 500;
}
.total-count {
    color: #181717;
    font-weight: bold;
}
.task-mobile-time {
    display: none;
}
.test-end-time p {
    color: #424242;
    font-size: 28px;
    font-weight: 700;
}
#finish_modal .modal-dialog{
    margin-top: 100px;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* This is the 16:9 ratio (9 / 16 * 100) */
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.custom-table thead th, .custom-table thead tr {
    background-color: #e6eef4;
    color: #577799;
}
.custom-table tr, .custom-table th, .custom-table td {
    border: 1px solid #c5d8e3 !important;
    padding: 15px;
}
.btn-primary, .btn-primary:hover, .btn.bg-soft-primary:focus, .btn.bg-soft-primary:hover {
    border-color: #3164F4 !important;
    background-color: #3164F4 !important;
}
.weeks-item .fancy-checkbox {
    margin-right: 20px;
}
.journal-table table table {
    width: 100%;
}
.journal-table table tr, .journal-table table tr th:last-child, .journal-table table tr td:last-child  {
    border-right: none !important;
    border-top: none !important;
}
.journal-table table tr, .journal-table table tr th:first-child, .journal-table table tr td:first-child  {
    border-left: none !important;
    border-top: none !important;
}
.table-part td, .table-part th {
    width: 50%;
}
.mark-input {
    border: none;
    max-width: 30px;
    text-align: center;
}
.journal-table {
    font-size: 12px;
}

.mt-0 {
    margin-top: 0px !important;
}
.width-200 {
    width: 200px;
}
.avatar {
    display: inline-block;
    font-size: 1rem;
    height: 3rem;
    position: relative;
    width: 3rem
}

.avatar:after {
    background-image: url(../img/masks/avatar-status.svg), url(../img/masks/avatar-group.svg), url(../img/masks/avatar-group-hover.svg), url(../img/masks/avatar-group-hover-last.svg);
    content: "";
    height: 0;
    position: absolute;
    width: 0
}

.avatar-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.avatar-title {
    align-items: center;
    background-color: #b1c2d9;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    line-height: 0;
    width: 100%
}
.document_list .avatar {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 5px;
    border-radius: 4px;
    border: 1px solid #4b4646;
}
.document_list .avatar i {
    position: absolute;
    right: -7px;
    top: -13px;
    color: red;
    font-size: 18px;
    font-weight: bold;
}
.border-right-1 {
    border-right: 1px solid #c5d8e3 !important;
}
.w-200 {
    width: 200px !important;
    min-width: 200px !important;
}
.w-300 {
    width: 300px !important;
    min-width: 300px !important;
}
.single_post h3 {
    font-size: 15px !important;
    font-weight: 600;
    margin-bottom: 0px;
}
.single_post .body {
    padding: 7px !important;
}
.single_post .img-post {
    margin-bottom: 15px !important;
}
.single_post .footer {
    padding: 7px !important;
}
.blog-statistic {
    font-size: 13px;
}
.single_post .actions {
    display: block !important;
    width: 100%;
    margin-top: 13px !important;
}
.single_post .actions a {
    width: 100%;
}
#accordion a, #accordion button {
    color: #323030;
}
#accordion button {
    font-weight: 700;
    font-size: 15px;
}
#accordion ul li {
    list-style: none;
}
#accordion ul {
    padding-left: 5px;
    border-bottom: 1px solid #E4DFDF;
    padding-bottom: 15px;
}
#accordion ul li i {
    margin-right: 10px;
}
#main-content {
    margin-right: 0px !important;
    padding: 0px !important;
}
tbody th {
    height: 100%;
    display: table-cell;
    vertical-align: middle !important;
}
.question-pagination {
    display: flex;
    flex-wrap: wrap;
}
.question-pagination li {
    margin: 3px;
    cursor: pointer;
}
.question-pagination li a.active {
    background: #4090FF !important;
    color: #fff;
    border-color: #4090FF !important;
}
.question-pagination li a {
    width: 40px;
    height: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #CCD3FF !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -.24px;
    color: #4090ff;
}
.question-item .form-check-label {
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 500;
}
.question-item .form-check {
    margin-bottom: 12px;
}
.question-name {
    font-size: 18px;
    font-weight: 500;
}
.question-answer-btn {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: left;
}
.answered .question-answer-btn {
    display: none;
}
.question-pagination li.correct-answered a {
    background-color: #59a459;
    border-color: #59a459;
    color: white !important;
}
.question-pagination li.incorrect-answered a {
    background-color: #df6666;
    border-color: #df6666;
    color: white !important;
}
.mark-label {
    margin-top: -2px;
}
.name-content {
    max-width: 400px;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
}
.layout-fullwidth #wrapper #main-content {
    width: 100% !important;
}
.btn-toggle-fullwidth {
    display: inline-block;
}
.layout-fullwidth #wrapper .navbar-fixed-top {
    width: 100%;
    z-index: 10000;
}
.navbar-fixed-top {
    z-index: 1000;
}
.pricing2 .pricing-plan .pricing-header {
    font-size: 20px;
    margin-top: 25px;
}
.pricing2 .pricing-plan {
    padding: 40px 0;
}
.pricing-plan i {
    font-size: 60px;
    color: #3C94FA;
}
.pricing2 .pricing-plan .pricing-header {
    font-weight: 500;
}
.control-block-sm {
    display: none;
}
.responsiveTable td {
    text-align: left;
}
.header-btn-content {
    text-align: right;
}
.auth-minimal-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.auth-minimal-wrapper .auth-minimal-inner {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 0;
}
.auth-body {
    line-height: 1.6;
    color: #6b7885;
    overflow-x: hidden;
    font-size: .84rem;
    scroll-behavior: smooth;
    font-family: Inter,sans-serif;
    transition: all .3s ease;
    -webkit-font-smoothing: antialiased;
    background-color: #f3f4f6;
}
.auth-minimal-wrapper .auth-minimal-inner .minimal-card-wrapper {
    width: 100%;
    max-width: 450px;
    margin: auto auto;
}
.auth-minimal-wrapper h2 {
    color: #1b1919;
    font-family: "Nunito", sans-serif;
    font-size: 25px;
}
.notification-badge {
    background-color: #dd3535 !important;
    color: white !important;
}
.pricing-plan .notification-badge {
    position: absolute;
    margin-left: 32px;
    border-radius: 50%;
    margin-top: -10px;
}
.custom-badge {
    padding: 1px 5px;
    font-size: 11px;
}
.blue-bg {
    background-color: #e6eef4 !important;
    color: #577799 !important;
}
.font-bold {
    font-weight: bold;
}
.input-blue-bg {
    background-color: #e6eef4 !important;
    max-width: 50px;
}
.topic-content img {
    width: 100%;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    max-width: 100%;
}
.vertical-text {
    writing-mode: vertical-rl; /* вертикально сверху вниз */
    transform: rotate(180deg); /* если нужно снизу вверх */
    text-align: center;
}

.column-200 {
    width: 200px;
    max-width: 200px;
    word-wrap: break-word !important; /* старый синтаксис */
    overflow-wrap: break-word !important; /* новый синтаксис */
    white-space: wrap !important;
}

.column-100 {
    width: 100px;
    max-width: 100px;
    word-wrap: break-word; /* старый синтаксис */
    overflow-wrap: break-word; /* новый синтаксис */
    white-space: wrap !important;
}
.btn-danger {
    color: #fff;
    background-color: #e47c86;
    border-color: #e47c86;
}
.user-account .user-photo {
    border: none;
}
.table tbody tr td, .table tbody th td {
    white-space: normal;
}
.badge {
    white-space: normal;
}
.profile-image {
    text-align: center;
    margin-bottom: 20px;
}
.profile-image img {
    max-width: 70%;
}
.custom-table {
    border-collapse: collapse;
    width: 100%;
}

.custom-table thead th {
    position: sticky;
    top: 0;                /* фиксирует сверху */
    z-index: 1001;           /* чтобы не прятался под контентом */
}
.fs-12 {
    font-size: 12px;
}
.fs-11 {
    font-size: 11px;
}
@media print {
    body * {
        visibility: hidden;
    }
    .printable, .printable * {
        visibility: visible;
    }
    .printable {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}
@media screen and (min-width: 480px) {
    .table-fixed {
        position: sticky;
        left: 0;
        background: #f7f9fc;
        z-index: 2;
    }
    .table-second-fixed {
        left: 32px;
        position: sticky;
        background: #f7f9fc;
        z-index: 2;
    }
}
@media screen and (max-width: 1024px) {
    .pricing2 .pricing-plan .pricing-header {
        font-size: 17px;
    }
    .pricing-plan i {
        font-size: 50px;
    }
    .pricing2 .pricing-plan {
        padding: 30px 0;
    }
}
@media screen and (max-width: 990px) {
    .nxl-lavel-mega-menu-toggle {
        display: none !important;
    }
}
@media screen and (max-width: 600px) {

    .control-block-sm {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-shrink: 0;
        align-items: center;
    }

    .days-list {
        justify-content: flex-start;
        width: 100%;
        display: flex;
        overflow-x: scroll;
    }

    .v-button--outline-gray, .btn-small {
        font-size: 14px;
    }

    .btn-rounded {
        margin: 10px 0 10px 5px !important;
        flex-shrink: 0;
        flex-basis: 40%;
    }

    .btnPlus {
        margin: 0 auto;
    }

    .days-block {
        flex-direction: column;
    }

    .btn-rounded-lg {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .pricing-plan .notification-badge {
        position: absolute;
        margin-left: 14px;
        border-radius: 50%;
        margin-top: -10px;
        font-size: 10px;
        padding: 3px;
        width: 20px;
    }
    .auth-body {
        padding: 20px;
    }
    .pricing2.card .body {
        padding: 10px !important;
    }
    .pricing-plan i {
        font-size: 25px;
    }
    .pricing2 .pricing-plan {
        padding: 10px 0;
    }
    .pricing2 .pricing-plan .pricing-header {
        font-weight: 600;
        font-size: 12px;
        margin-top: 10px;
    }
    .navbar-fixed-top {
        padding: 5px 0px;
    }
    .layout-fullwidth #wrapper .navbar-fixed-top {
        width: 100%
    }
    .question-item .form-check-input {
        margin-right: 1px;
    }
    .question-item .form-check-label p {
        margin-left: 4px;
    }
    .task-mobile-time {
        display: block !important;
    }
    .task-desktop-time {
        display: none !important;
    }
    .modal {
        max-width: 375px !important;
    }
    .custom-modal {
        --bs-modal-width: 100% !important;
        width: 100% !important;
    }
    iframe {
        max-height: 230px !important;
    }
    .mobile-btn-100 {
        width: 100% !important;
    }
    .breadcrumb {
        display: none !important;
    }
    .page-header h5 {
        border: none !important;
    }
    .page-header-right-open-toggle {
        display: none;
    }
    .faq-content {
        display: block !important;
    }
    .faq-content .content-sidebar {
        max-width: 100% !important;
        height: auto !important;
    }
    .faq-content .content-area .content-area-body {
        padding: 0px !important;
        margin-top: 30px;
    }
    .mobile-logo {
        display: inline-block !important;
        text-align: center;
    }
    .mobile-logo img {
        width: 30% !important;
    }
}
