.ck-editor__editable,
textarea {
    min-height: 150px;
}

.ck-content > * {
    margin-bottom: 0 !important;
    line-height: normal !important;
}
.ck-content h1 {
    font-size: 19px !important;
}
.ck-content h2 {
    font-size: 18px !important;
}
.ck-content h3 {
    font-size: 17px !important;
}
.ck-content p {
    font-size: 15px !important;
}


.datatable {
    width: 100% !important;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.input-error {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e55353;
}

.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}

.c-sidebar-brand .c-sidebar-brand-full:hover {
    color: inherit;
}

.custom-select.form-control-sm {
    padding: 0.25rem 1.5rem;
}

/*.lbl-p-t {*/
/*    padding-top: 6px;*/
/*}*/

/*h3{*/
/*    font-family: 'Poppins', sans-serif;*/
/*    font-style: normal;*/
/*    font-weight: 600 !important;*/
/*    font-size: 36px !important;*/
/*    line-height: 44px !important;*/
/*    letter-spacing: -0.02em;*/
/*    color: #333F51*/
/*}*/

/*h2{*/
/*    font-family: 'Poppins', sans-serif;*/
/*    font-style: normal;*/
/*    font-weight: 600 !important;*/
/*    font-size: 36px !important;*/
/*    line-height: 44px !important;*/
/*    letter-spacing: -0.02em;*/
/*    color: #333F51;*/
/*}*/

/*p{*/
/*    font-family: 'Poppins', sans-serif;*/
/*    font-style: normal;*/
/*    color: #333F51;*/
/*    font-weight: 400;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*}*/

p.gray-600{
    color: #4D5F7A !important;
}

p.gray-400{
    color: #8896AB;
}

p.dark-gray-800{
    color: #333F51;
}

p.orange{
    color: #F8BB54;
}

p.login{
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

p.main-page{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #556987;
}

p.landing{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #556987;
}

/*h1{*/
/*    font-family: 'Poppins', sans-serif;*/
/*    font-style: normal;*/
/*    font-weight: 700 !important;*/
/*    font-size: 60px !important;*/
/*    line-height: 72px !important;*/
/*    letter-spacing: -0.02em !important;*/
/*    color: #2A3342 !important;*/
/*}*/

.mb-54{
    margin-bottom: 54px;
}

.mb-64{
    margin-bottom: 64px;
}

.mb-26{
    margin-bottom: 26px;
}

label{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333F51;
    margin-bottom: 6px;
}

label.checkbox-text{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #4D5F7A;
    margin-bottom: 0;
    margin-left: 16px;
}

.login-soc{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 28px;
    gap: 8px;
    height: 56px;
    background: #EEF0F3;
    box-shadow: 0px 1px 2px rgba(105, 81, 255, 0.05);
    border-radius: 6px;
    color: #333F51;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
}

.login-soc:hover{
    background: #d6dbe3;
    color: #333F51;
}

.login-soc:focus{
    background: #c8ccd3;
}

.forgot-pwd{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #8896AB;
    text-decoration: none;
}

.forgot-pwd:hover{
    text-decoration: underline;
    text-decoration-color: #52B788;
    text-decoration-thickness: 2px;
    color: #333F51;
}

.green-btn{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #F0FDF4;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 8px;
    background: #52B788;
    box-shadow: 0px 1px 2px rgba(105, 81, 255, 0.05);
    border-radius: 8px;
    border: 4px solid #52B788;
    cursor: pointer;
}

.green-btn:hover{
    background: #40916C;
    border-color: #40916C;
    color: #F0FDF4 !important;
}

.green-btn:focus:active{
    background: #52B788;
    border: 4px solid #B7E4C7;
}

.green-btn:disabled{
    background: #95D5B2;
    border: 4px solid #95D5B2;
}

.red-btn{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #F0FDF4;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 8px;
    background: #EF5944;
    box-shadow: 0px 1px 2px rgba(105, 81, 255, 0.05);
    border-radius: 8px;
    border: 4px solid #EF5944;
    cursor: pointer;
}

.red-btn:hover{
    background: #D7503D;
    border-color: #D7503D;
    color: #F0FDF4 !important;
}

.red-btn:focus:active{
    background: #EF5944;
    border: 4px solid #FBD6D0;
}

.red-btn:disabled{
    background: #F9BDB4;
    border: 4px solid #F9BDB4;
}

.no-bg-btn{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #52B788;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 28px;
    gap: 8px;
    filter: drop-shadow(0px 1px 2px rgba(105, 81, 255, 0.05));
    border-radius: 6px;
}

.no-bg-btn:hover{
    color: #52B788;
    text-decoration-color: #52B788;
    text-decoration-thickness: 2px;
}

.small-green-btn{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #F0FDF4 !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 12px !important;
    gap: 6px;
    background: #52B788;
    box-shadow: 0px 1px 2px rgba(105, 81, 255, 0.05);
    border-radius: 6px;
    border: 4px solid #52B788;
}

.small-green-btn:hover{
    background: #40916C;
    border-color: #40916C;
}

.small-green-btn:focus{
    background: #52B788;
    border: 4px solid #B7E4C7;
}

.small-green-btn:disabled{
    background: #95D5B2;
}

.me-40{
    margin-right: 40px;
}

.menu-text{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #8896AB !important;
    position: relative;
}

.menu-text:hover{
    color: #333F51 !important;
}

.menu-text:hover::after{
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
    margin: 10px auto 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #52B788;
}

.active-menu-text{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #333F51 !important;
    position: relative;
}

.color-green::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
    margin: 10px auto 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #52B788;
}

.small-green-border-btn{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #52B788 !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 14px !important;
    gap: 6px;
    border: 1px solid #52B788;
    filter: drop-shadow(0px 1px 2px rgba(105, 81, 255, 0.05));
    border-radius: 6px;
}

.large-green-border-btn{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #52B788 !important;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 28px;
    gap: 8px;
    border: 1px solid #52B788;
    filter: drop-shadow(0px 1px 2px rgba(105, 81, 255, 0.05));
    border-radius: 6px;
    cursor: pointer;
}

.px-27{
    padding-bottom: 27px !important;
    padding-top: 27px !important;
}

.px-84{
    padding-top: 84px;
    padding-bottom: 84px;
}

.mb-32{
    margin-bottom: 32px;
}

.mb-44{
    margin-bottom: 44px;
}

@media screen and (max-width: 991px) {

    .desktop-menu{
        display: none !important;
    }

    .main-img{
        display: none !important;
    }
}
@media screen and (max-width: 576px) {

    .me-10{
        margin-right: 10px;
    }
}


@media screen and (min-width: 992px) {
    .mr-lg-64 {
        margin-right: 64px;
    }

    .max-w-427{
        max-width: 427px !important;
    }

    .max-w-455{
        max-width: 455px !important;
    }

    .lg-hidden{
        display: none !important;
    }

    .max-w-424{
        max-width: 424px !important;
    }

    .footer-links:hover::after{
        position: absolute;
        left: 0;
        right: 0;
        top: 20px;
        margin: 10px auto 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #52B788;
    }
}

@media screen and (min-width: 1200px) {
    .mr-xl-128 {
        margin-right: 128px;
    }
}

@media screen and (min-width: 576px) {
    .me-sm-40 {
        margin-right: 40px;
    }
}

@media screen and (max-width: 770px) {
    .desktop-ordered-products{
        display: none;
    }
}
@media screen and (min-width: 771px) {
    .mobile-ordered-products{
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .mb-md-160{
        margin-bottom: 160px !important;
    }

    .mb-md-140{
        margin-bottom: 140px !important;
    }

    .mb-md-100{
        margin-bottom: 100px !important;
    }
}

.select2-container--default .select2-selection--single {
    min-height: 46px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 11px 14px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333F51;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 42px;
}


.mb-40{
    margin-bottom: 40px !important;
}

.form-check-input:checked {
    background-color: #52B788 !important;
    border-color: #40916C !important;
    box-shadow: none;
}

.form-check-input:focus {
    box-shadow: none !important;
}

.copyright-text {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #8896AB;
}

.footer-links{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #8896AB;
    text-decoration: none;
    position: relative;
}

.footer-links:hover{
    color: #333F51 !important;
}

.max-w-593{
    max-width: 593px !important;
}

.mt-64{
    margin-top: 64px;
}

.max-w-873{
    max-width: 873px!important;
}

.mb-100{
    margin-bottom: 100px;
}

.mb-140{
    margin-bottom: 140px;
}

.mb-160{
    margin-bottom: 160px;
}

.max-w-513{
    max-width: 513px !important;
}

.me-73{
    margin-right: 73px;
}

.green-rounded-btn{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #D8F3DC;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    gap: 2px;
    background: #52B788;
    box-shadow: 0px 1px 2px rgba(105, 81, 255, 0.05);
    border-radius: 36px;
}

.white-line{
    position: relative;
}

.white-line::after{
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    margin: 10px auto 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #FFFFFF;
}

.white-border-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px !important;
    gap: 6px;
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 1px 2px rgba(105, 81, 255, 0.05));
    border-radius: 6px;
}

.me-40{
    margin-right: 40px;
}

.policy{
    text-align: start;
    width: 100%;
}

.policy h2,h3,h4{
    margin-bottom: 6px !important;
}

.policy h1{
    text-align: start;
    width: 100%;
    margin-bottom: 64px;
}

.policy p{
    margin-bottom: 16px;
}

.policy ul,ol{
    padding: 0 0 0 19px;
    margin-bottom: 64px;
}

.policy li{
    margin-bottom: 16px;
}

.mt-10{
    margin-top: 10px;
}

.privacy-policy{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #52B788 !important;
    text-decoration: none;
}

.profile-navigation-text-active{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #333F51;
    position: relative;
    margin-bottom: 5px;
}

.profile-navigation-text-active:hover{
    color: #333F51;
}

.profile-navigation-text-active::after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: 10px auto 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #52B788;
}

.profile-navigation-text{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #8896AB;
    position: relative;
}

.profile-navigation-text:hover{
    color: #333F51;
}

.w-fit-content{
    width: fit-content !important;
}

.table-heading{
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #8896AB;
}

.max-w-243{
    max-width: 243px;
}

.table-title{
    overflow:hidden;
    max-height: 60px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 20px;
    line-height: 30px;
}
.table-description {
    overflow:hidden;
    max-height: 72px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.logo{
    height: 24px;
}

/*.alert{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*    padding: 6px 24px 6px 24px;*/
/*    gap: 64px;*/
/*    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12), 0px 0px 16px rgba(0, 0, 0, 0.04);*/
/*    border-radius: 16px;*/
/*    color: #FFFFFF;*/
/*    width: fit-content;*/
/*}*/

/*.alert-success{*/
/*    background: #3B82F6;*/
/*}*/

.email-input-padding {
    padding: 0.625rem 80px 0.625rem 0.875rem !important;
}

.user-count{
    position: relative;
}

.user-count p{
    font-weight: 700;
    font-size: 8px;
    line-height: 18px;
    color: #8896AB;
    margin: 0;
    position: absolute;
    top: 0;
    left: 15px;
}

.search-input-padding{
    padding: 0.625rem 45px 0.625rem 0.875rem !important;
}
.gap-2 {
    gap: 10px;
}

input[type=color] {
    padding: 5px;
}

.tr-highlight-top {
    border-top: 3px solid #d8dbe0;
}

.tr-highlight-bottom {
    border-bottom: 3px solid #d8dbe0;
}

.holiday-active-btn{
    padding: 16px 28px;
    background: #52B788;
    box-shadow: 0px 1px 2px rgba(105, 81, 255, 0.05);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #F0FDF4
}

.holiday-btn{
    padding: 16px 28px;
    border: 1px solid #52B788;
    filter: drop-shadow(0px 1px 2px rgba(105, 81, 255, 0.05));
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #52B788;
}

.not-round-right{
    border-radius: 8px 0px 0px 8px;
}

.not-round-left{
    border-radius: 0px 8px 8px 0px;
}


/*COLUMN WATCHER*/
table.dataTable tr.seen {
    background-color: #eaedf0;
}

table.dataTable tr.unseen {
    color: black;
}

.cursor-pointer {
    cursor: pointer;
}
