body {
    overflow-x: hidden;
}
.color-black{
    color: #000000;
}
.app-sidebar .menu .menu-item .menu-link {
    color: #9d9da6;
}

.menu-item.menu-item-active a, .menu-item.menu-item-active a .menu-title, .menu-item.menu-item-active a .menu-icon {
    color: white!important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-title{
    color: #dbdfe9;
    font-weight: bold;
    font-size: 1.045rem;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar {
    background-color: #131313;
    border-right: 0;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-sub .menu-item .menu-link .menu-title {
    color: #888a8e;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-sub .menu-item .menu-link.active .menu-title {
    color: white;
}

.app-sidebar .menu .menu-item .menu-link.active {
    transition: color 0.2s ease;
    background-color: #2a2a3c;
    color: var(--kt-primary-inverse);
}

.app-sidebar .menu .menu-item.show > .menu-link {
    transition: color 0.2s ease;
    color: var(--kt-primary-inverse);
}

.btn-check:active .app-sidebar .btn-custom,
.btn-check:checked .app-sidebar .btn-custom,
.show > .app-sidebar .btn-custom,
.app-sidebar .btn-custom.active,
.app-sidebar .btn-custom.show,
.app-sidebar .btn-custom:active:not(.btn-active),
.app-sidebar .btn-custom:focus:not(.btn-active),
.app-sidebar .btn-custom:hover:not(.btn-active) {
    color: #b5b5c3;
    background-color: rgba(63, 66, 84, 0.35) !important;
}

.app-sidebar
    .menu
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here),
.app-sidebar
    .menu
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
    color: var(--kt-primary-inverse) !important;
}
.app-sidebar .btn-custom {
    color: #b5b5c3;
    background-color: rgba(63, 66, 84, 0.35);
}
[data-kt-app-header-fixed=true] .app-header{
    position: unset;
}
.app-header{
    position: unset;
}

#kt_wrapper .content {
    margin-top: 0px;
}

.app-sidebar .app-sidebar-logo {
    border-bottom: 1px dashed #393945;
}

.wrap-login {
    height: 100vh;
}

#kt_header {
    background-color: white;
}

#kt_app_header_wrapper {
    align-items: center!important;
}

.menu-nav {
    padding-left: 0
}

#kt_app_content {
    padding-top: 0;
}

#kt_app_content_container {
    padding-left: 20px !important
}

#sub-categories .col-4 .checkbox-list {
    display: flex;
    flex-direction: column;
}

#sub-categories .checkbox-list .checkbox {
    margin-bottom: 1rem;
}

#sub-categories .checkbox-list .checkbox span {
    margin-right: 0.75rem;
}

.btn-delete {
    background-color: #00000000;
}

.btn-delete:hover {
    transition: color .2s ease;
    background-color: var(--kt-primary-light);
    color: var(--kt-primary);
}


.article .select2-container--bootstrap5 .select2-selection__clear {
    -webkit-mask-image: url('../media/icons/x.svg');
    mask-image: url('../media/icons/x.svg');

}

#cke_wysiwyg_desc_nl {
    width: 93%;
    float: left;
    margin-right: 3px;
    border-radius: 10px
}

.cke_inner, #cke_1_top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cke_inner, #cke_1_bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.l2 {
    padding-left: 1em;
    background-color: red;
  }

@media (min-width: 992px) {
    .app-header {
        z-index: 100;
        position: fixed;

        right: 0;
        top: 0;
        left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start,0px) + var(--kt-app-sidebar-gap-end,0px));
    }
    .app-sidebar {
        position: fixed;
        z-index: 105;
        top: 0;
        bottom: 0;
        left: 0;
    }
    .content {
        margin-top: var(--kt-app-header-height);
        margin-left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start,0px) + var(--kt-app-sidebar-gap-end,0px));
    }
}
 #input-date-range {
    display: flex;
    justify-content: center;
    align-items: center;
 }

 #input-date-range .input-group-text {
    height: 93%;
 }

 #kt_daterangepicker_2 .input-group-append {
    height: 33px;
 }

.form-check-custom .form-check-label.status-label{
    margin-left: 2.5500000000000007rem
 }

.form-check-label, .form-check-input{
    cursor: pointer;
}

.multi-choices-categories ul {
    list-style: none;
    margin: 0;
}

.multi-choices-categories > ul {
    padding-left: 0;
}

.ck-editor__editable_inline {
    max-height: 250px;
    min-height: 250px;
}

#data-products{
    position: relative;
    overflow: hidden;
}

#data-products .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: #ffffffa3!important;
}

#data-products .loading-spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}


.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #28a745!important;
    transition: width .6s ease;
}

.print-error-msg {
    color: red
}


div#kt_app_sidebar_logo_mobile {
    height: var(--kt-app-header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-shrink: 0;
}

.col-sm-2.row-type-option .items {
    padding: 10px;
    border: 1px dashed #b3b3b35e;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
}

.col-sm-2.row-type-option .items:hover{
    border-color: #009ef7;
    color: #009ef7;
}

.row-type-option .items .title{
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}
.row-type-option .items .image{
    height: 100px;
}

.row-type-option{
    margin-bottom: 20px;
}
.section-option-layout .spinner-border{
    display: none;
    margin-left: 10px;
    color: black;
}

.section-option-layout.loading .spinner-border{
    display: inline-block;
}

.select-page-builder-items {
    padding: 15px;
    background: #b3b3b35e;
    border: 1px dashed #009ef7;
    border-radius: 6px;
}

.select-page-builder-items .row-item{
    position: relative;
    background: white;
    padding: 15px;
    border-radius: 6px;
    border: 1px dashed #b3b3b35e;
    margin-bottom: 20px;
}

.select-page-builder-items .btn-item{
    width: 100%;
    height:40px;
}
.select-page-builder-items .btn-item i{
    font-size: 15px;
}

.image-upload-preview{
    position: relative;
    display: inline-block;
    border-radius: 0.475rem;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}


.image-upload-preview .image-input-wrapper{
    border: 3px solid #ffffff;
    box-shadow: var(--kt-box-shadow);
    width: 120px;
    height: 120px;
    border-radius: 0.475rem;
    background-repeat: no-repeat;
    background-size: cover;
}
.image-upload-preview.image-input-preview-empty .btn-remove-image{
    display: none;
}

.image-upload-preview .btn-remove-image{
    cursor: pointer;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 100%;
    top: 0;
}
.card-article-status.card .card-header{
    min-height: unset;
    border-bottom: 1px solid #babec1!important;
}

.card-article-status.card .card-body{
    padding-bottom: 0!important;
}

.select2-container .select2-selection__clear {
    display: block;
    top: 50%;
    height: .7rem;
    width: .7rem;
    right: 3rem;
    position: absolute;
    transform: translateY(-50%);
    background-color: var(--bs-gray-700) !important;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--bs-gray-700);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-700%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.select2-container .select2-selection__clear span {
    display: none;
}
.select2-container .select2-selection__clear:hover {
    background-color: var(--bs-primary) !important;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--bs-primary);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2378829D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.775rem 3rem 0.775rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-gray-700);
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 1px solid var(--bs-gray-300);
    border-radius: 0.475rem;
    box-shadow: false;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

#logs_datatable_wrapper table tr{
    border-bottom: 1px solid #ddd;
}
#logs_datatable_wrapper table tr td:first-child, thead th:first-child{
   text-align: center;
}
#logs_datatable_wrapper label:first-child{
   display: flex;
    align-items: center;
}
#logs_datatable_wrapper label:first-child select{
    margin: 0 10px;
    max-width: 80px;
}
#logs_datatable_wrapper table th{
    font-weight: bold;
}
#logs_datatable_processing {
    background: #f1f1f1;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    color: #333;
    position: absolute;
    top: 289px;
    right: 286px;
}

.image-input [data-kt-image-input-action]{
    z-index: 99;
}
.image-input .btn-image-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #181c3245;
    z-index: 90;
    opacity: 0;
}

.image-input.image-input-has-image:hover .btn-image-preview{
    opacity: 1;
}

.image-input .btn-image-preview i{
    color: #ffffff;
    font-size: 17px;
}
.not-read-comments{
    display: inline-block;
    background-color: red;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
}
.btn-sl2-add {
    padding: 10px;
    width: 100%;
    text-align: center;
}
.add_value_recipe, .add_value_menus {
    padding: 10px;
    width: 100%;
    text-align: center;
    background-color: #000;
    color: #fff;
}

.add_value_recipe a{
    color: #fff;
}

.table_ingredient_contents tr.fs-6.ui-sort {
    cursor: move;
}

.count-replies{
    margin-right: 3px;
    color: #aaa;
}
.unread-cmt{
    background: #BBFFFF!important;
}

.section-galleries .gallery-item {
    display: block;
    width: 100%;
    height: 150px;
    background-color: #e9eef1;
    position: relative;
    border-radius: 4px;
}
.section-galleries .bg-contain{
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}

.section-galleries .gallery-item .cover span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 0.5;
    margin-top: -25px;
}

.section-galleries .gallery-item .cover i {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    color: white;
}

.section-galleries .gallery-item:hover .cover{
    opacity: 1;
}

.section-galleries .gallery-item .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    border-radius: 4px;
}

.form-control{
    height: unset;
}
.checkbox-wrapper-22 .switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
}

.checkbox-wrapper-22 .switch input {
    display:none;
}

.checkbox-wrapper-22 .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.checkbox-wrapper-22 .slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
}

.checkbox-wrapper-22 input:checked + .slider {
    background-color: #009EF7;
}

.checkbox-wrapper-22 input:checked + .slider:before {
    transform: translateX(26px);
}

.checkbox-wrapper-22 .slider.round {
    border-radius: 34px;
}

.checkbox-wrapper-22 .slider.round:before {
    border-radius: 50%;
}
.btn-status-group span{
    min-width: 80px;
}
.remove-row-featured i{
    cursor: pointer;
    color: red !important;
    font-size: 16px;
}
.bar-check{
    display: flex;
    align-items: center;
}
.bar-check i{
    color: #E61811;
    margin-left: 10px;
}
.block-content{
    border-radius: 4px;
}

.block-content.text-right {
    text-align: right;
}
.block-content.bg_white_text_red{
    background-color: #fff;
    color: #e60212;
}
.block-content.bg_red_text_white{
    background-color: #e60212;
    color: #fff;
}
img.icon-flags {
    width: 21px;
    height: 22px;
    border-radius: 5px;
}
#tab-contents .tab_content_title{
    font-size: 1.1rem;
    font-weight: 500;
    color: #9d9da6;
    margin-left: 5px;
}

#tab-contents .active .tab_content_title{
    color: #181C32;
}
.item-speaker{
    position: relative;
}
.btn-remove-speaker{
    right: 11px;
    top: 10px;
}
.btn-remove-speaker i{
    font-size: 14px;
}

.list-gates .gate-item{
    padding: 9px 9px;
    border-radius: .475rem;
    background: #F1F1F4;
    line-height: 1;
    margin-bottom: 8px;
    margin-right: 5px;
}
.list-gates .gate-item:hover{
    background: #009EF7;
}

.list-gates .gate-item:hover span.gate-text{
    color: white!important;
}


.list-gates span.gate-text {
    font-weight: bold;
    color: #4B5675;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
}




.hide{
    display: none;
}
.view-affect{
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
}
.view-affect i{
    color: #000;
}
.vertical-align-middle{
    vertical-align: middle !important;
}
.fa-spinner{
    padding-right: unset !important;
}

/*timeline css*/
.wrap-timeline ul, .wrap-timeline li {
    list-style: none;
    padding: 0;
}
.wrap-timeline .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    padding: 3rem 0;
}
.wrap-timeline .wrapper {
    background: #eaf6ff;
    padding: 2rem;
    border-radius: 15px;
}
.wrap-timeline h1 {
    font-size: 1.1rem;
    font-family: sans-serif;
}
.wrap-timeline .sessions {
    margin-top: 2rem;
    border-radius: 12px;
    position: relative;
}
.wrap-timeline li {
    padding-bottom: 1.5rem;
    border-left: 1px solid #abaaed;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}
.wrap-timeline li:last-child {
    border: 0px;
    padding-bottom: 0;
}
.wrap-timeline li:before {
    content: '';
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid #4e5ed3;
    box-shadow: 3px 3px 0px #bab5f8;
    box-shadow: 3px 3px 0px #bab5f8;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 0px;
}
.wrap-timeline .time {
    color: #2a2839;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
@media screen and (min-width: 601px) {
    .wrap-timeline .time {
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 600px) {
    .wrap-timeline .time {
        margin-bottom: 0.3rem;
        font-size: 0.85rem;
    }
}
.wrap-timeline p {
    color: #4f4f4f;
    font-family: sans-serif;
    line-height: 1.5;
    margin-top: 0.4rem;
}
@media screen and (max-width: 600px) {
    .wrap-timeline p {
        font-size: 0.9rem;
    }
}
.item-timeline-speaker{
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 10px;
    background-color: #f7f7f7;
}
.btn-rmv-timeline-speaker{
    position: absolute;
    top: -7px;
    right: 2px;
}