/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap'); */
:root {
    --fontFamily: 'Roboto', sans-serif;
    --pinkColor: #e91e63;
    --primaryColor: #007bff;
    --blueColor: var(--primaryColor);
    --blueColorLow: #007bff77;
    --orangeColor: #fe6f02;
    --lightOrangeColor: #F4B716;
    --darkColor: #0C111C;
    --lightDarkColor: #1d2839;
    --infoColor: #00BCD4;
    --mainColor: #8F57A2;
    --mainColor: #00aabc;
    --mainColorHover: #844898;
    --mainColorHover: #00aadd;
    --nombreDeColor: purple;
    --nombreDeColor: #00aabc;
    --successColor: #44a512;
    --slider-active-color: #6598ff;
    --slider-inactive-color: #b2b2b2;
    --main-color-2: #756CB8;
    --mainLightColor: #8F57A224;
    --linkColor: blue;
    --iconColor: var(--mainColor);
    --customColor: #e6f2ff;
    /* Tabs */
    --childrens-tab-clr: #E91E63;
    --opening-dc-tab-clr: #00BCD4;
    --employees-tab-clr: #8BC34A;
    --new-admin-btn-clr: #884ffb;
    --help-text-bg-clr: #fff;
    --help-text-clr: #333;
}


/* -------------------------
        Dark Mode Start
---------------------------*/
:root {
    --bg-color: #fff;
    --bg-color-body: #EDF2F5;
    --bg-color-light: #f2f2f2;
    --bg-color-disabled: #ddd;
    --bg-color-secondary: #c8c5c5;
    --text-color: #333;
    --text-color-light: #333;
    --text-color-disabled: #666;
    --text-color-secondary: #666;
    --text-color-btn: #fff;
    --border-color: #000;
    --border-color-soft: #0002;
    --border-color-soft-hover: #0005;
    --border-color-hard: #0005;
    --bg-color-white: #fff;
}

.dark-mode {
    --bg-color-white: #2a2a2a;
    --bg-color: #222;
    --bg-color-body: #171717;
    --bg-color-light: #2a2a2a;
    --bg-color-disabled: #333;
    --bg-color-secondary: #333;
    --text-color: #fff;
    --text-color-light: #ddd;
    --text-color-disabled: #aaa;
    --text-color-secondary: #aaa;
    --border-color: #fff3;
    --border-color-soft: #fff2;
    --border-color-soft-hover: #fff5;
    --border-color-hard: #fff5;
    --linkColor: white;
    --iconColor: white;
    --customColor: var(--mainColor);
    --mainLightColor: white;
}

.dark-mode-card {
    --help-text-bg-clr: #252525;
    --help-text-clr: #fff;
}

.dark-mode a.text-dark:focus,
.dark-mode a.text-dark:hover {
    color: var(--text-color) !important;
}

.dark-mode *::-webkit-scrollbar-thumb,
.dark-mode .scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--mainColor) !important;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.dark-mode *::-webkit-scrollbar,
.dark-mode .scrollbar::-webkit-scrollbar {
    width: 15px;
    height: 15px;
    background-color: var(--bg-color-light);
}

.dark-mode .scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.dark-mode .text-dark {
    color: var(--text-color) !important;
}

.border {
    border: 1px solid var(--border-color-soft) !important;
}

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

button,
input,
optgroup,
select,
.ss-main .ss-content.ss-open,
textarea {
    background-color: var(--bg-color);
    color: var(--text-color);
}

.ss-main .ss-multi-selected,
.ss-main .ss-content .ss-search input {
    background-color: var(--bg-color) !important;
    color: var(--text-color);
    padding-top: 5px;
}

.bs-0 {
    box-shadow: none !important;
}

.form-control:disabled,
.form-control[readonly],
.form-control:disabled:focus,
.form-control[readonly]:focus {
    background-color: var(--bg-color-disabled);
    color: var(--text-color-disabled);
}

.modal-content {
    background-color: var(--bg-color);
}

.nav-list .nav-list-item a:hover {
    background-color: var(--bg-color-light);
}

.dark-mode .table .thead-light th {
    color: var(--text-color) !important;
    background: var(--bg-color-light) !important;
}

.list-group-item {
    background-color: var(--bg-color-light);
    color: var(--text-color);
    margin-bottom: 10px !important;
    border: none;
}

.dark-mode .list-group-item {
    background-color: var(--bg-color-light) !important;
    color: white;
    border: none;
}

.ss-main .ss-multi-selected,
.ss-content,
.ss-content .ss-search input,
.ss-main .ss-single-selected,
.dataTables_wrapper .dataTables_length select {
    background-color: var(--bg-color);
    border-color: var(--border-color-soft);
    color: var(--text-color);
}

.dataTables_wrapper [name="DataTables_Table_3_length"] {
    background-color: var(--bg-color) !important;
}

.ss-content .ss-list .ss-option.ss-disabled {
    background-color: var(--bg-color-disabled);
    color: var(--text-color);
}

table.dataTable tbody tr {
    background-color: var(--bg-color) !important;
}

.dataTables_wrapper .dataTables_info {
    color: var(--text-color-secondary) !important;
}

.dark-mode input::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: var(--text-color-secondary);
}

.swal2-popup {
    background: var(--bg-color) !important;
}

.swal2-title {
    color: var(--text-color-light) !important;
}

.swal2-content {
    color: var(--text-color-secondary) !important;
}

.app-text-secondary {
    color: var(--text-color-secondary) !important;
}

.bg-fill {
    background-color: var(--bg-color) !important;
}

/* -------------------------
        Dark Mode End
---------------------------*/

body {
    margin: 0;
    padding: 0;
    font-family: var(--fontFamily);
    background: var(--bg-color-body);
    color: var(--text-color);
    height: 100vh;
}

body.full-window {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* -----------------------
     TC Data Start
------------------------ */
.tc-tab-btn {
    padding: 15px;
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-family: var(--fontFamily);
    color: var(--text-color-secondary);
    font-weight: 500;
    border-bottom: 2px solid transparent;
}

.tc-tab-btn.active {
    border-color: var(--mainColor);
    color: var(--text-color);
    font-weight: bold;
}

.tc-badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.tc-badge.tc-badge-btn {
    padding: 10px 20px;
    border-radius: 20px;
    text-transform: capitalize;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.tc-badge.tc-badge-success {
    background-color: #4caf5022;
    color: #4caf50;
}

.tc-badge.tc-badge-primary {
    background-color: #ece7fe;
    color: #8972f3;
}

.tc-badge.tc-badge-info {
    background-color: #d1e7ff;
    color: #5aa9ff;
}

.tc-badge.tc-badge-danger {
    background-color: #fde7ea;
    color: #e77f89;
}

.tc-badge.tc-badge-secondary {
    background-color: #f7f8fc;
    color: #a0a6b5;
}

.all-uploaded-files {
    overflow: auto;
    max-height: 50vh;
}

.all-uploaded-files .uploaded-file {
    display: inline-block;
    width: 100px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.uploaded-file .content {
    position: relative;
}

.uploaded-file .content img {
    max-height: 15vh;
    object-fit: contain;
}

.uploaded-file .content .delete-img i {
    position: absolute;
    top: -5px;
    right: 5px;
    transform: translateX(-10%);
    background-color: #fff;
    color: red;
    border-radius: 50%;
    padding: 6px 8px;
    cursor: pointer;
    z-index: 1;
    font-size: 14px;
}

.tc-input-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.tc-input-group .form-control:not(.tc-file-input) {
    width: auto;
    flex: 1;
    border-right: none;
    max-width: calc(100% - 38px);
}

.tc-input-group .tc-input-group-txt {
    background-color: #ddd;
    width: 38px !important;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.tc-input-group .tc-file-input {
    display: none;
}

/* -----------------------
     TC Data End
------------------------ */


/* -----------------------
    Custom Area Start
------------------------ */
.bg-empty,
.bg-transparent {
    background-color: transparent !important;
}

tr.v-align-center td {
    vertical-align: middle;

}

.table.border-0 th,
.table.border-0 td,
.table.border-0 thead th,
.table.border-0 tbody td,
.table.border-0 {
    border: none !important;
}

.align-center td,
.align-center th {
    vertical-align: middle;
    text-align: center;
}

.ss-main .ss-single-selected {
    height: 39px;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.ss-content .ss-list .ss-option {
    font-size: 14px;
}

.ss-content .ss-search input {
    font-size: 14px;
    border-radius: 0;
}

.table-actions-td {
    white-space: nowrap;
}

.table-actions-td>* {
    display: inline-block;
    margin: 0 7px;
}

.notify-icon {
    position: relative;
    display: inline-block;
}

.notify-icon.active {
    margin-right: 10px;
}

.notify-icon .badge {
    position: absolute;
    top: 0;
    font-size: 10px !important;
    display: none;
}

.notify-icon.active .badge {
    display: inline-block;
}

.notify-badge {
    display: none;
}

.notify-badge.active {
    display: inline-block;
}

.modal-content {
    border: none;
}

.ss-main .ss-multi-selected .ss-values .ss-value .edit-icon {
    display: none !important;
}

.ss-content .ss-list .ss-option .edit-icon {
    font-size: 14px;
}

.border-round {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.notify-toasts {
    position: fixed;
    right: 20px;
    bottom: 20px;
    max-width: 400px;
    pointer-events: none;
    z-index: 999999;
}

.notify-toasts .single-toast {
    display: flex;
    align-items: center;
    background-color: #000;
    margin: 5px 0;
    color: #fff;
    padding: 15px;
    font-family: var(--fontFamily);
    width: 100%;
    border-radius: 5px;
    opacity: 0;
    -webkit-animation: notify 4s linear;
    -moz-animation: notify 4s linear;
    -o-animation: notify 4s linear;
    animation: notify 4s linear;
}

.notify-toasts .single-toast.bg-error {
    background-color: #dc3545 !important;
}

.notify-toasts .single-toast .toast-icon i {
    border: 1px solid;
    border-radius: 100%;
    margin-right: 10px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes notify {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    20%,
    80% {
        transform: translateX(0);
        opacity: .9;
    }

    90% {
        opacity: .5;
    }

    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

.heading .text-small {
    font-size: 14px;
    color: var(--text-color-secondary);
    font-weight: normal;
}

.table.table-broder-bottom {
    border: none !important;
}

.table-broder-bottom tr {
    border: none !important;
}

.table-broder-bottom thead th,
.table-broder-bottom tbody td {
    border: none !important;
    border-bottom: 1px solid #0005 !important;
}

.table-broder-bottom tbody td {
    font-size: 14px;
    padding-top: 20px !important;
}

.copy-text-btn {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: #555;
    opacity: 0;
    z-index: 9;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.input-group:hover .copy-text-btn {
    opacity: 1;
}

.text-sm {
    font-size: 14px;
}

.color-solid {
    color: var(--mainColor) !important;
}

.bg-solid {
    background-color: var(--mainColor) !important;
}

table.dataTable.no-footer {
    border: none !important;
}

.dataTables_length,
.dataTables_filter,
.paginate_button {
    font-family: var(--ffr);
    font-size: 14px;
}

.dataTables_filter input {
    font-family: var(--ffr);
    font-size: 14px;
    border: 1px solid #99a5 !important;
    padding: 2px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.dataTables_filter input:focus {
    border: 1px solid #99a5 !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #99a5 !important;
    background: var(--bg-color);
    padding: 5px 10px;
    color: var(--text-color) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #007BFF !important;
    color: #FFF !important;
}

.dataTables_wrapper .dataTables_length {
    margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_info {
    margin-top: 15px;
}

.dataTables_wrapper .dataTables_paginate {
    margin-top: 15px;
}

.no-btn-styles {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.small-font {
    font-size: 14px;
    font-family: var(--fontFamily);
}

.bold {
    font-weight: bold;
}

.user-img {
    width: 50px;
    height: 50px;
}

.error {
    color: #D00;
    text-align: left;
    font-family: var(--fontFamily);
    font-size: 14px;
}

.form-group.err .form-control {
    border-bottom: 1px solid #d00 !important;
}

.full-screen-loader {
    background: var(--darkColor);
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
}

.full-screen-loader .loader {
    width: 100px;
    height: 100px;
}

.lg-font {
    font-size: 20px;
}

.msg {
    padding: 20px;
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.center-content {
    width: 100%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.justify-center {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.pagination {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.disabled {
    opacity: 0.8;
}

.full-img {
    width: 100%;
    max-height: 100%;
}

.ms-list .dropdown-toogle .input-group-text {
    cursor: pointer !important;
    z-index: 6;
    height: calc(100% - 1px);
    background: var(--darkColor);
}

.ms-list .dropdown-menu {
    width: 100%;
    background: var(--lightDarkColor);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.ms-list .dropdown-menu .dropdown-item {
    display: block;
    color: #FFF;
    font-family: var(--fontFamily);
    cursor: pointer;
}

.ms-list .dropdown-menu .dropdown-item:hover,
.ms-list .dropdown-menu .dropdown-item:focus,
.ms-list .dropdown-menu .dropdown-item.selected,
.ms-list .dropdown-menu .dropdown-item.active {
    background: rgba(0, 0, 0, 0.27);
}

.bg_info {
    background: #00BCD4 !important;
}

.bg_green {
    background: #8BC34A !important;
}

.bg_warning {
    background: #FF9800 !important;
}

.bg_success {
    background: #33dc6f !important
}

.light_orange {
    color: var(--lightOrangeColor) !important;
}

.text_success {
    color: #33dc6f !important
}

.table:not(.dc-table) td,
.table:not(.dc-table) th {
    border: none !important;
    border-bottom: 1px solid #0002 !important;
    font-family: var(--fontFamily) !important;
    color: var(--text-color);
}

.table.b-table:not(.dc-table) td,
.table.b-table:not(.dc-table) th {
    border: none !important;
    border-bottom: 1px solid #0002 !important;
    font-family: var(--fontFamily) !important;
}

.table.b-table {
    border-bottom: none;
}

.table tbody tr:last-child td {
    border-bottom: none !important;
}

.tooltip .tooltip-inner {
    background: var(--darkColor) !important;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: var(--darkColor) !important;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: var(--darkColor) !important;
}

.checkbox {
    display: flex;
    cursor: pointer;
    margin: 0 5px;
    font-weight: normal;
    color: #000;
}

.checkbox .box {
    margin-right: 7px;
    margin-top: 2px;
    width: 15px;
    height: 15px;
    display: flex;
    border: 2px solid var(--mainColor);
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.checkbox .box i {
    font-size: 13px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.checkbox .check {
    display: none;
}

.checkbox .check:checked~.box {
    background: var(--mainColor);
}

.checkbox .check:checked~.box i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.inline-b {
    width: auto !important;
    display: inline-block !important;
}

.form-control.short {
    padding: 10px 0 10px 10px !important;
    width: 45px;
}

div.form-control {
    height: 37px;
    white-space: nowrap;
    overflow: auto;
}

div.form-control::-webkit-scrollbar {
    width: 0px !important;
    height: 0 !important;
}

.tinymce-inline-editor {
    min-height: 100px;
    height: auto;
    background: var(--bg-color);
    padding: 8px 10px;
    border: 1px solid var(--border-color-soft);
    font-size: 14px;
    border-radius: 5px;
}

.flex {
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
}

body.content-center {
    width: 100%;
    min-height: 100vh;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

body.content-right {
    width: 100%;
    min-height: 100vh;
    display: flex;
    -webkit-justify-content: right;
    justify-content: right;
    -webkit-align-items: right;
    align-items: right;
}

.swal2-container.in {
    background: rgba(0, 0, 0, 0.2) !important;
}

.swal2-modal {
    margin-top: 20px;
    width: 400px;
    display: none;
    overflow: hidden;
    font-family: var(--fontFamily) !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 2px 2px 25px 2px #0003 !important;
    box-shadow: 2px 2px 25px 2px #0003 !important;
}

.swal2-styled.swal2-confirm,
.swal2-styled {
    font-size: 14px !important;
    border-radius: 2px !important;
    color: #fff !important;
    padding: 10px 25px !important;
    font-weight: bold !important;
    font-family: var(--fontFamily) !important;
    cursor: pointer !important;
    background: var(--mainColor) !important;
    text-transform: uppercase;
    -webkit-border-radius: 30px !important;
    border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    -o-border-radius: 30px !important;
}

.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-cancel:focus,
.swal2-styled:focus {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px, rgba(0, 0, 0, 0.12) 0px 2px 10px;
}

.swal2-styled.swal2-cancel {
    background: #171f30 !important;
}

.swal2-title {
    text-transform: capitalize !important;
}

.swal2-content {
    font-family: var(--fontFamily);
}

.swal2-title {
    font-family: var(--fontFamily);
}

.swal2-icon.swal2-warning {
    border-color: #ff7600 !important;
    color: #ff7600 !important;
}

.content-center {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

p {
    margin-bottom: 0;
}

button:focus,
input:focus,
select:focus {
    outline: none;
}

.link {
    color: #007BFF;
    cursor: pointer;
    font-family: var(--fontFamily);
}

.cp {
    cursor: pointer;
}

.more {
    color: #777;
    font-family: var(--fontFamily);
}

.bg_light_ornage {
    background: var(--lightOrangeColor) !important;
}

.bg_orange {
    background: var(--orangeColor) !important;
}

.card {
    background: var(--bg-color);
    border: none;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 20px #0001;
    box-shadow: 0 2px 20px #0001;
}

.dark-mode-card .card * {
    color: var(--help-text-clr) !important;
}

.dark-mode-card .card .form-group.bc-active-input:not(.not-bc-style) .label {
    background: var(--help-text-bg-clr) !important;
}

.dark-mode-card .card .form-control {
    background: transparent;
    border-color: #4b4b4b;
}

.dark-mode-card .card,
.dark-mode-card .card .card-body {
    background: var(--help-text-bg-clr);
    border-radius: 10px;
}

.dark-mode-card#helpTextOptions .card-body .nav-tabs .nav-item .content {
    background: var(--mainColor);
}

.dark-mode-card#helpTextOptions .card-body .nav-tabs .nav-item .content:hover {
    background: var(--mainColor);
}

.card.card-bordered {
    box-shadow: none !important;
}

.card.card-bordered .card-body {
    border: 1px solid var(--border-color-soft);
    border-top-color: transparent;
}

.card-header {
    background: var(--mainColor);
    color: #fff;
    font-weight: 500;
    padding: 0.5rem;
    font-family: var(--fontFamily);
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/* .card-header * {
    color: #fff;
} */

.card.folding-card .card-header *:not(.btn) {
    font-weight: 600;
}

/* folding card active class */
.folding-card .card-header.active {
    background: var(--mainColor) !important;
    transition: 0.4s;
}

.card .card-header.active *:not(.btn, .submit-btn, .btn i, .submit-btn i) {
    color: var(--text-color-btn) !important;
}

/*--------  */

.link-icon {
    color: var(--text-color) !important;
}

.card-header .heading {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

/* New Card design */
.card.new-card .card-body {
    border: 1px solid #ccc;
}

.dark-mode .card.new-card .card-body {
    border-color: #333;
}

/* .card.folding-card .card-header {
    background: #f6f6f6e0;
} */

.dark-mode .card.folding-card .card-header {
    background: #1e1e1ee0;
}

.dark-mode .card.new-card .card-header {
    background: var(--mainColor);
}

.card.new-card .card-header .heading {
    font-size: 20px !important;
    font-weight: 600;
    color: var(--bg-color);
}

.card.new-card .card-header .sub-heading {
    font-size: 16px !important;
    font-weight: 600;
}

/* New card design end */

.align-center:not(table, td, th, tr, thead, tbody) {
    display: flex;
    align-items: center;
}

.pull-right {
    width: 100%;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.pull-away {
    width: 100%;
    display: flex !important;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.swal2-container {
    z-index: 99999999999999999999999999999 !important;
}

.dark-mode .other-icon {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.label {
    font-size: 15px;
    color: var(--text-color-light);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5px;
    font-family: var(--fontFamily);
}

.form-group .label {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.non-edit-contract-help-text {
    color: var(--text-color) !important;
}

.input-group .form-control:not(.no-custom-style) {
    padding-left: 45px;
}

input::placeholder,
textarea::placeholder {
    color: var(--text-color-secondary) !important;
}

.form-control {
    border: none;
    border-bottom: none;
    padding: 15px 10px;
    color: var(--text-color);
    font-family: var(--fontFamily);
    background: none;
    border-bottom: 2px solid #3332;
    font-size: 15px;
}

.form-control:focus {
    background: none;
    border-color: var(--mainColor);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select.form-control option {
    color: var(--text-color);
    background-color: var(--bg-color);
}

.input-group-text:not(.no-custom-style) {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    color: #777;
    z-index: 9;
    height: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.file-upload-label~.form-control[readonly] {
    background: transparent;
}

.btn,
.submit-btn {
    font-size: 14px;
    color: var(--text-color-btn);
    padding: 7px 12px;
    font-weight: 500;
    margin: 0;
    font-family: var(--fontFamily);
    cursor: pointer;
    border-radius: 0;
    background: var(--mainColor);
    border: none;
}

.btn:not(a[data-toggle="dropdown"], a.text-start, .tc-jx-req-btn),
.submit-btn:not(a[data-toggle="dropdown"], a.text-start, .tc-jx-req-btn) {
    border-radius: 0.25rem !important;
    -webkit-border-radius: 0.25rem !important;
    -moz-border-radius: 0.25rem !important;
    -ms-border-radius: 0.25rem !important;
    -o-border-radius: 0.25rem !important;
}

.top-bar .left .single-text-editor.btn {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.top-bar .left .dropdown .btn {
    border-radius: 0;
}

.tc-dropdown-menu .btn-table-action,
.tc-dropdown-menu a,
.tc-dropdown-menu .dropdown {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.btn-lg-round {
    padding: 10px 70px;
}

.btn:hover,
.submit-btn:hover {
    opacity: 0.8;
}

.daycare-setting-drop {
    opacity: 1 !important;
}

.btn.outline,
.submit-btn.outline {
    background: transparent;
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
    border-right: none;
    border-right-color: var(--mainColor) !important;
}

.btn.outline.active,
.submit-btn.outline.active,
.btn.outline:hover,
.submit-btn.outline:hover {
    background: var(--mainColor);
    color: #fff;
}

.tc-panel {
    display: none;
}

.tc-panel.active {
    display: block;
}

.btn-lg {
    padding: 10px 30px;
    font-size: 18px;
}

.btn-round {
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.btn i {
    display: inline-block;
    margin-right: 5px;
}

.s-btn {
    font-size: 16px;
    background: transparent;
    border: none;
    padding: 20px;
    color: #ccc;
    position: relative;
    cursor: pointer;
}

.s-btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.s-btn:hover,
.s-btn.active {
    color: #FFF;
}

.heading {
    color: var(--text-color-light);
    font-family: var(--fontFamily);
    font-weight: bold;
    font-size: 25px;
    padding: 0;
    margin: 0;
}

h1.heading {
    font-size: 40px;
}

h2.heading {
    font-size: 30px;
}

h3.heading {
    font-size: 25px;
}

h4.heading {
    font-size: 20px;
    font-weight: 500;
}

h5.heading {
    font-size: 18px;
    font-weight: 500;
}

h5.heading {
    font-size: 16px;
    font-weight: 500;
}

h6.heading {
    font-size: 14px;
    font-weight: bold;
}

p.heading {
    font-size: 14px;
    font-weight: 500;
}

.bg_dark {
    background: #090F19;
}

.disabled {
    pointer-events: none !important;
}

.loader-container {
    width: 100%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.loader {
    width: min(10vw, 4rem) !important;
    height: min(10vw, 4rem) !important;
    padding: min(1.6vw, 8px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: #0004;
    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: loader-animation 1s infinite linear;
}

@keyframes loader-animation {
    to {
        transform: rotate(1turn)
    }
}

.loader.small {
    width: 30px;
    height: 30px;
}

.loader .text {
    color: #333;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}

.loader .load {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: transparent;
    border: 4px solid #000;
    border-color: #ddd #ddd #ddd transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: rotateClockWise 1s linear infinite;
    -moz-animation: rotateClockWise 1s linear infinite;
    -o-animation: rotateClockWise 1s linear infinite;
    animation: rotateClockWise 1s linear infinite;
}

.spinner {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: transparent;
    border: 4px solid #000;
    border-color: #ddd #ddd #ddd transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: rotateClockWise 1s linear infinite;
    -moz-animation: rotateClockWise 1s linear infinite;
    -o-animation: rotateClockWise 1s linear infinite;
    animation: rotateClockWise 1s linear infinite;
}

.spinner.spinner-dark {
    border-color: #333 #333 #333 transparent;
}

@keyframes rotateClockWise {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateAntiClockWise {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

button .loader,
span>.loader {
    width: 30px;
    height: 30px;

}

a:hover {
    text-decoration: none;
    color: var(--text-color);
}

a.btn:hover {
    color: var(--text-color-btn);
}

.hide-scrollbar::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
}

.scrollbar {
    overflow: auto;
}

.scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.scrollbar::-webkit-scrollbar-track {
    background: #fff;
}

.scrollbar::-webkit-scrollbar-thumb {
    background: var(--mainColor);
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.scrollbar-2::-webkit-scrollbar-thumb {
    background: #007a87;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
    background: #c96316;
}

/* -----------------------
    Custom Area End
------------------------ */
.nc-checkbox-toggler {
    position: relative;
    width: 40px;
    height: 20px;
    -webkit-appearance: none;
    appearance: none;
    background: #c6c6c6;
    outline: none;
    border-radius: 20px;
    box-shadow: inset 0 0 5px var(--border-color-soft);
    transition: 0.5s;
    /* display: none; */
}

.nc-checkbox-toggler:checked {
    background-color: var(--mainColor);
}

.nc-checkbox-toggler::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    transform: scale(1.1);
    box-shadow: 0 2px 5px var(--border-color-soft);
    transition: 0.5s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.nc-checkbox-toggler:checked::before {
    left: 50%
}

.nc-folding-card-container .nc-checkbox-toggler-icons {
    margin: 0;
}

.nc-folding-card-container .nc-checkbox-toggler-icons i {
    font-size: 20px;
    cursor: pointer;
    color: var(--text-color-disabled);
}

.nc-folding-card-container .nc-checkbox-toggler {
    display: none;
}

.checkboxLabel {
    position: relative;
    display: flex;
    cursor: pointer;
    color: var(--text-color);
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0;
}

.checkboxLabel .checkbox {
    width: 0px !important;
    height: 0px !important;
    opacity: 0 !important;
}

.checkboxLabel .c-box {
    min-width: 15px;
    min-height: 15px;
    border: 1px solid var(--mainColor);
    margin-right: 5px;
    border-radius: 3px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.checkboxLabel .c-box-label {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

.checkboxLabel .c-box i {
    font-size: 10px;
    color: #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.checkboxLabel .c-box.round {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.checkboxLabel .c-box.round {
    padding: 3px;
}

.checkboxLabel .c-box.round i {
    color: #FFF;
}

.checkboxLabel .checkbox:checked~.c-box {
    background: var(--mainColor);
}

.checkboxLabel .checkbox.invalid-day~.c-box {
    background: black;
    border-color: black;
}

.checkboxLabel .checkbox.valid-day~.c-box {
    background: green;
    border-color: green;
}

.checkboxLabel .checkbox:disabled~.c-box {
    pointer-events: none;
}

.checkboxLabel .checkbox:checked~.c-box i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.checkboxLabel .checkbox:focus~.c-box {
    position: relative;
}

.checkboxLabel .checkbox:focus~.c-box::after {
    content: "";
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    background-color: #05acff55;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}

.custom-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: white;
    box-shadow: inset 0px 0px 4px 0px #aaa;
    border-radius: 20px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: var(--mainColor);
    border-radius: 20px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: var(--mainColorHover);
    border-radius: 20px;
}

.custom-scroll.scroll-sm::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.bg-main {
    background-color: var(--mainColor) !important;
}

.text-main {
    color: var(--mainColor);
}

/*----------------------------
    Rating Area Start
----------------------------*/
.tc-ratings {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.tc-ratings .tc-rating-label {
    margin-right: 10px;
    min-width: 100px;
}

.tc-ratings .tc-rating-items {
    display: inline-block;
}

.tc-ratings .tc-rating-item {
    color: #CCC;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 2px;
}

.tc-ratings .tc-rating-item.active {
    color: #FA0;
}

.tc-ratings.tc-emoji-rating .tc-rating-item {
    font-size: 22px;
    margin: 0px 7px;
}

.tc-ratings .tc-rating-item .text {
    font-size: 12px;
    font-weight: bold;
}

.tc-ratings .tc-rating-items {
    flex: 1;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.tc-ratings.tc-step-rating .tc-rating-item {
    width: 25%;
    display: inline-block;
    padding: 0 2px;
    cursor: pointer;
}

.tc-ratings .tc-rating-item .tc-rating-step {
    width: 100%;
    height: 10px;
    display: inline-block;
    background: #CCC;
}

.tc-ratings .tc-rating-item .tc-rating-circle {
    width: 17px;
    height: 17px;
    border: 1px solid;
    border-radius: 50%;
}

.tc-ratings .tc-rating-item.active .tc-rating-circle {
    background-color: #FA0;
}

.tc-ratings.tc-step-rating.tc-rating-full .tc-rating-item {
    padding: 0;
    margin: 0;
}

.tc-ratings.tc-rating-full .tc-rating-item .tc-rating-step {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.tc-ratings .tc-rating-item:first-child .tc-rating-step {
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

.tc-ratings .tc-rating-item:last-child .tc-rating-step {
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}

.tc-ratings.tc-step-rating .tc-rating-item.active .tc-rating-step {
    background: #fa0;
}

.tc-ratings.tc-step-rating[data-rating="1"] .tc-rating-item.active .tc-rating-step {
    background: #d0021b;
}

.tc-ratings.tc-step-rating[data-rating="2"] .tc-rating-item.active .tc-rating-step {
    background: #ff7c00;
}

.tc-ratings.tc-step-rating[data-rating="3"] .tc-rating-item.active .tc-rating-step {
    background: #50e3c2;
}

.tc-ratings.tc-step-rating[data-rating="4"] .tc-rating-item.active .tc-rating-step {
    background: #4dbc16;
}

.tc-ratings.tc-step-rating[data-rating="5"] .tc-rating-item.active .tc-rating-step {
    background: #44a512;
}

.tc-ratings.tc-emoji-rating[data-rating="1"] .tc-rating-item.active {
    color: #d0021b;
}

.tc-ratings.tc-emoji-rating[data-rating="2"] .tc-rating-item.active {
    color: #ff7c00;
}

.tc-ratings.tc-emoji-rating[data-rating="3"] .tc-rating-item.active {
    color: #50e3c2;
}

.tc-ratings.tc-emoji-rating[data-rating="4"] .tc-rating-item.active {
    color: #4dbc16;
}

.tc-ratings.tc-emoji-rating[data-rating="5"] .tc-rating-item.active {
    color: #44a512;
}

/*----------------------------
    Rating Area End
----------------------------*/
.tc-dragover-content {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    background: #000a;
    z-index: 99999;
    border-radius: 10px;
    padding: 10px;
}

.tc-dragover-content.active {
    display: flex;
}

.tc-file-input-group.tc-dragover {
    background: #0005;
}

.tc-dragover-content::after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    border: 5px solid;
    border-color: #000a transparent transparent transparent;
}

.input-group-prepend {
    margin-right: 0;
}

.tc-file-input-group .input-group-text {
    background: #1e2743 !important;
    cursor: pointer;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.tc-file-input-group .tc-files-data {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 8;
    padding: 10px;
    box-shadow: 0 10px 30px #0002;
    display: none;
}

.tc-file-input-group:hover .tc-files-data {
    display: block;
}

.tc-file-input-group .tc-files-data .tc-file {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 10px;
    word-break: break-word;
    gap: 10px;
}

.tc-file-input-group .tc-files-name {
    background: transparent !important;
}

.tc-file-input {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -999;
}

.tc-input-group .tc-file-input {
    display: none;
}

.slider-container {
    margin-bottom: 30px;
}

.range {
    position: relative;
    width: 100%;
    height: 2.5px;
}

.range input {
    width: 100%;
    position: absolute;
    height: 0;
    -webkit-appearance: none;
}

.range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: var(--slider-active-color);
    cursor: pointer;
    border: 0 !important;
}

.range input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: var(--slider-active-color);
    cursor: pointer;
    border: 0 !important;
}

.range input::-ms-thumb {
    width: 20px;
    height: 20px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: var(--slider-active-color);
    cursor: pointer;
    border: 0 !important;
}

.range input::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: var(--slider-inactive-color);
}

.range input::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: var(--slider-inactive-color);
}

.range input::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: var(--slider-inactive-color);
}

.range input:focus {
    background: none;
    outline: none;
}

.range-labels {
    margin: 6px -3px 0px -3px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.range-labels li {
    color: var(--slider-inactive-color);
    font-size: 14px;
    cursor: pointer;
    margin-top: 8px;
    position: relative;
}

.range-labels li::before {
    content: '';
    width: 2px;
    height: 9px;
    background: var(--slider-inactive-color);
    position: absolute;
    top: -7px;
    left: 3px;
}

.range-labels .active {
    color: var(--slider-active-color);
}

.range-labels .selected::before {
    background: var(--slider-active-color);
}

.range-labels .active.selected::before {
    display: none;
}

.tc-tv-container {
    border: 1px solid #0002;
    padding: 11px;
    display: flex;
    flex-wrap: wrap;
}

.tc-tv-container p {
    margin: 5px 12px;
}

.tc-tv-container .tc-tv-varibale {
    cursor: pointer;
}

.side-link {
    background-color: var(--bg-color);
    color: var(--text-color);
    border-bottom: 1px solid var(--border-color-soft);
    padding: 10px 20px;
    display: flex;
    cursor: pointer;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.side-link.active {
    background: var(--mainColor);
    color: #FFF;
}

.side-link:hover {
    background-color: var(--bg-color-secondary);
    color: var(--text-color);
}

.side-panel {
    display: none;
}

.side-panel.active {
    display: block;
}

.tabs {
    display: flex;
}

.panel-container:not(.no-panel-style) {
    background: #f5f5f5;
    color: #333;
    padding: 15px;
}

.panel-container .tab {
    color: var(--text-color-light);
    font-size: 14px;
    background: var(--bg-color-light);
    padding: 7px 15px;
    margin: 0 1px;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}

.panel-container .tab.rounded {
    border-radius: 50px !important;
}

.tabs .tab.active {
    background: var(--mainColor);
    color: #FFF;
}

.panel-container .panel {
    display: none;
    margin-top: 15px;
    padding: 15px 0px;
}

.panel-container .panel.active {
    display: block;
}

/* .btn.outline,
.submit-btn.outline {
    background: transparent;
    color: var(--text-color);
    border: 1px solid #ddd;
    border-right: none;
} */

.btn.outline:last-child,
.submit-btn.outline:last-child {
    border-right: 1px solid #ddd;
}

.btn.outline.active,
.submit-btn.outline.active {
    background: var(--mainColor);
    /* border: 1px solid var(--mainColor); */
    color: #fff;
}

.tc-panel {
    display: none;
}

.tc-panel.active {
    display: block;
}

.dropmenu-top {
    top: auto;
    bottom: 100%;
}

.tc-dropdown {
    position: relative;
}

.tc-dropdown-menu {
    position: absolute;
    background: var(--bg-color);
    display: none;
    box-shadow: rgb(0 0 0 / 33%) 0px 10px 30px;
    z-index: 49;
    border-radius: 0.25rem;
}

/* .tc-dropdown-menu span {
    color: var(--text-color) !important;
} */

.tc-dropdown-menu.tc-dropdown-fixed {
    position: fixed;
    bottom: auto;
    right: auto;
    z-index: 99;
}

.tc-dropdown.hoverable:hover .tc-dropdown-menu {
    display: block;
}

.tc-dropdown.active .tc-dropdown-menu,
.tc-dropdown-menu.active {
    display: block;
}

.disabled-element {
    pointer-events: none;
}

.disabled-div {
    position: absolute;
    width: 100%;
    height: 100%;
}

.toggle-group {
    display: none;
}

.prepended.form-group {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.prepended.form-group .form-group-prepend {
    padding: 0px 10px;
    background-color: var(--secondary);
    color: white;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ---- tc-tooltip ----- */
[tc-tooltip] {
    position: relative;
}

[tc-tooltip]::after {
    content: attr(tc-tooltip);
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    background: black;
    color: white;
    font-size: 14px;
    white-space: nowrap;
    padding: 3px 5px;
    display: none;
    pointer-events: none;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

[tc-tooltip]::before {
    content: "";
    position: absolute;
    bottom: calc(100% - 5px);
    left: 50%;
    border: 5px solid;
    display: none;
    pointer-events: none;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-color: #000 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

[tc-tooltip]:hover::after {
    display: block;
}

[tc-tooltip]:hover::before {
    display: block;
}

/* ---- Bottom tc-tooltip --- */
[tc-tooltip].bottom-tc-tooltip::after {
    top: calc(100% + 5px);
    bottom: auto;
}

[tc-tooltip].bottom-tc-tooltip::before {
    top: calc(100% - 5px);
    bottom: auto;
    border-color: transparent transparent #000 transparent;
}

/* ---- Left tc-tooltip --- */
[tc-tooltip].left-tc-tooltip::after {
    left: auto;
    right: calc(100% + 5px);
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

[tc-tooltip].left-tc-tooltip::before {
    left: auto;
    right: calc(100% - 5px);
    top: 50%;
    bottom: auto;
    border-color: transparent transparent transparent #000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ---- Right tc-tooltip --- */
[tc-tooltip].right-tc-tooltip::after {
    right: auto;
    left: calc(100% + 5px);
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

[tc-tooltip].right-tc-tooltip::before {
    left: auto;
    left: calc(100% - 5px);
    top: 50%;
    bottom: auto;
    border-color: transparent #000 transparent transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.checklist {
    margin-bottom: 20px;
}

.checklist-header .heading,
.checklist-header .input {
    font-size: 16px;
}

.checklist-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checklist-progress .progress {
    flex: 1;
    margin-left: 15px;
    height: 8px;
}

.checklist-items {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.checklist-items .checklist-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 0.2rem;
    align-items: center;
    margin-bottom: 5px;
}

.checklist-items .checklist-item:hover {
    background-color: #cccccc4a;
}

.checklist-item:hover .checklist-controls-container {
    visibility: visible;
}

.checklist-item .checklist-item-text {
    font-size: 14px;
    margin-left: 15px;
    flex: 1;
    margin-right: 15px;
}

.checklist-controls-container {
    visibility: hidden;
}

.checklist-controls {
    display: flex;
    align-items: center;
}

.checklist-controls .checklist-control {
    margin-left: 2px;
    cursor: pointer;
    margin-right: 2px;
    padding: 6px 8px;
    border-radius: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    outline: none;
    border: none;
}

.checklist-control:hover {
    background-color: #cccccc7a;
}

.checklist-control i {
    color: #6c757d !important;
}

.tc-texteditor .input {
    /* outline: none;
    border: none; */
    width: 100%;
    display: none;
}

.checklist-header {
    display: flex;
    font-size: 20px;
    align-items: center;
}

.checklist-header .icon {
    margin-right: 10px;
}

.checklist-body {
    padding: 10px;
}

.checklist-footer {
    margin: 10px 0px;
}

.checklist-add-item .addItem-form-close {
    font-size: 20px;
    color: var(--text-color);
    background: transparent;
    padding: 3px 12px;
}

.label.label-small {
    font-size: 13px;
}

.item {
    margin-bottom: 20px;
}

.item .item-header {
    color: var(--text-color);
    font-size: 16px;
    display: flex;
    align-items: center;
}

.item .item-header p {
    margin-left: 13px;
}

.item .item-body {
    padding: 10px;
}

.bg-task-light {
    background-color: rgba(9, 30, 66, 0.04);
}

.bg-task-light:hover {
    background-color: rgba(9, 30, 66, 0.08);
}

.btn-task-light {
    background-color: transparent;
    border: none;
    color: #6c757d;
}

.btn-task-light:focus {
    box-shadow: none;
}

.log .user-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.log a {
    color: var(--text-color);
    font-weight: bold;
    display: inline-block;
}

.tc-logs-card .unseen-log {
    background-color: #0001;
}

.log .log-text {
    color: var(--text-color-secondary);
    font-size: 14px;
}

.logs-window .table tbody td,
.logs-window .table th {
    padding: 10px 0;
    border-bottom: 1px solid #0002 !important;
}

.tox-tinymce-inline {
    z-index: 9999 !important;
}

.tox.tox-silver-sink.tox-tinymce-aux {
    z-index: 99991 !important;
}

.popover-data {
    max-height: 100vh;
    overflow: auto;
}

.logo-md-1 {
    width: 100px;
    height: auto;
}

.logo-md-2 {
    width: 120px;
    height: auto;
}

.logo-md-3 {
    width: 150px;
    height: auto;
}

.hr-line {
    border-top: 1px solid var(--border-color-soft);
}

.comments .single-comment .media .user-img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    object-fit: cover;
}

.single-comment .user-name {
    font-weight: normal;
    font-size: 14px;
}

.single-comment .time {
    font-size: 10px;
    color: #999;
    padding-left: 4px;
}

.comments .single-comment .media .commented-user-info {
    display: flex;
    align-items: flex-end;
}

.comments .single-comment .comment-body p {
    font-size: 14px;
    color: var(--text-color-disabled);
}

.single-comment .commentImgAnchor {
    position: relative;
    width: 100%;
    height: auto;
}

.single-comment .comment-images img {
    border-radius: 5px;
    width: 100%;
    border: 1px solid #8c8c8c;
    display: block;
    margin: auto;
}

.single-comment .comment-images .commentImgOverlay:hover {
    opacity: 0.3;
}

.single-comment .comment-images .commentImgOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000008a;
    opacity: 0;
    cursor: pointer;
    transition: 0.4s ease;
}

/* ----- Logs Start -------- */
.tc-logs-card {
    display: flex;
    flex-direction: column;
}

.tc-logs-card.tc-logs-hidden {
    display: none !important;
}

.tc-logs-card .tc-logs-card-body {
    flex: 1;
    overflow: auto;
}

.tc-logs-card .tc-logs-hide-btn {
    cursor: pointer;
}

/* ----- Logs End -------- */
.folding-card:not(.opened) .card-body {
    display: none;
}


.comments .single-comment:not(:last-child) {
    text-align: left;
    border-bottom: 1px solid #aaa;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.comments .comment-input {
    text-align: left;
}

.comments .single-comment .media .media-body {
    margin-left: 10px;
}

.comments .single-comment .media img {
    max-width: 38px;
}

.comments .single-comment .comment-body p {
    white-space: break-spaces;
}

.single-comment .user-name {
    font-weight: bold;
    font-size: 18px;
}

.single-comment .time {
    font-size: 12px;
}

.form-control {
    background: var(--bg-color);
    padding: 8px 10px;
    border: 1px solid var(--border-color-soft);
    font-size: 14px;
}

.form-control:focus {
    border-color: var(--border-color-soft-hover);
    background: var(--bg-color);
    color: var(--text-color);
}

:focus-visible {
    outline: #b2b2b2 auto 1px;
}

/* .dark-mode :focus-visible {
    outline: #3a3a3a auto 1px !important;
} */

.tags {
    width: 100%;
    display: flex;
    border: 2px solid #0002;
    position: relative;
    cursor: text;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 10px;
    padding: 10px;
    height: 56px;
    overflow-x: auto;
    border-radius: 0.25rem;
}

.tags.active {
    border-color: var(--mainColor);
}

.tgBenefits.tags .tag {
    border-radius: 25px;
}

.tags .tag {
    cursor: move;
    display: inline-block;
    padding: 2px 5px;
    background: var(--mainColor);
    color: var(--bg-color);
    font-family: var(--fontFamily);
    margin: 2px;
}

.tags .tag:first-child {
    margin-left: 0;
}

.tags .tag:last-child {
    margin-right: 4px;
}

.tags .tag .close-tag {
    cursor: pointer;
    font-weight: bold;
}

.dark-mode .tags .tag .close-tag {
    color: var(--text-color);
}

.tags .tag .close-tag:hover {
    color: #F00;
}

.tags .tag-text {
    border: none;
    background: transparent;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tags .tag-text:focus {
    outline: none;
}

.tag:hover {
    background: var(--mainColorHover);
}

.tag {
    margin: 3px;
    color: #fff;
    background: var(--mainColor);
    padding: 11px 17px;
    -webkit-border-radius: 10px;
    border-radius: 25px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
    font-size: 12px;
    display: inline-block;
}

.tags .tag .text {
    margin: 5px;
    font-size: 15px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-family: var(--fontFamily);
}

.dark-mode .tags .tag .text {
    color: var(--text-color);
}

.multi-select .single-item .user-img {
    width: 30px;
    height: 30px;
}

.multi-select .single-item {
    padding: 2px 10px;
    position: relative;
}

.multi-select .single-item label {
    display: block;
    margin-bottom: 0;
}

.multi-select .single-item label.disabled {
    pointer-events: none;
}

.multi-select .single-item:hover {
    background-color: #0002;
}

.multi-select .single-item .heading {
    font-weight: normal;
}

.multi-select .single-item .check-icon {
    position: absolute;
    top: 6px;
    right: 2px;
    font-size: 21px;
    color: var(--mainColor);
    background-color: #fff;
    border-radius: 50%;
    display: none;
}

.multi-select .single-item .item-checkbox:checked+.check-icon {
    display: inline-block;
}

.website-url {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    border: 1px solid var(--border-color-soft) !important;
    padding: 5px;
    border-radius: 0.25rem;
}

.website-url img {
    width: 20px;
    margin-right: 10px;
    margin-left: 5px;
}


.website-url i {
    margin-right: 7px;
    font-size: 20px;
}

.message-page-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    background: var(--bg-color-body);
}

@media only screen and (max-width: 460px) {
    .message-page-container img {
        width: 40%;
    }

    .website-url {
        font-size: 14px;
    }

    .website-url img {
        width: 16px;
    }


    .website-url i {
        font-size: 16px;
    }

}

@media only screen and (max-width: 768px) {
    .message-page-container img {
        width: 40%;
    }
}

@media (min-height:200px) and (max-height:700px) {
    .bc-cht-header {
        display: none !important;
    }

    .bc-cht-close.lpt-screen {
        display: block !important;
        position: absolute;
        right: 15px;
        top: 5px;
    }
}

.slider {
    width: 100% !important;
}

.slider-selection {
    background-color: #6598ff !important;
    background-image: none;
    border-bottom: 1px dotted black;
}

.slider-track {
    height: 3px !important;
}

.slider-handle {
    background-color: #6598ff !important;
    background-image: none;
    top: -4px;
}

.tc-radio {
    display: block;
    position: relative;
    cursor: pointer;
}

.tc-radio input {
    display: none;
}

.tc-radio .text::before {
    transition: .1s;
    content: "";
    position: absolute;
    top: 1px;
    left: 0px;
    width: 18px;
    height: 18px;
    border: 2px solid #6598ff;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
}

.tc-radio .text {
    margin-left: 25px;
}

.tc-radio input:checked+.text::before {
    border-width: 5px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.floating-badge {
    cursor: pointer;
    position: absolute !important;
    font-size: 10px;
    top: -8px;
    right: 0px;
}

.dark-mode .tc-input-group .tc-input-group-txt {
    background-color: black !important;
}

.dark-mode .tc-input-group .form-control:not(.tc-file-input) {
    color: white;
}

.dark-mode .tc-file-input-group .tc-files-data {
    background-color: black !important;
}

.dropdown-item:hover {
    background-color: var(--bg-color-secondary) !important;
    color: var(--text-color) !important;
}

.dropdown-toggle.no-arrow-icon::after {
    content: none !important;
}

.email-log-body td,
.email-log-body span,
.email-log-body p {
    color: var(--text-color) !important;
}

.tc-slider-outer {
    width: 100%;
    overflow: hidden;
}

.tc-slider {
    transform: translateX(0px);
    transition: 0.5s;
}

.tc-slider-item {
    float: left;
}

.badge.badge-tail::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    bottom: -3px;
    left: 7px;
    z-index: 0;
    background-color: inherit;
    transform: rotate(45deg);
}

.badge.badge-tail {
    position: relative;
}

.temp-html2canvas-el {
    opacity: 0;
    position: relative;
    right: 0px;
    top: 0px;
}

.text-start {
    text-align: start !important;
}

.blink-text {
    animation: blinkText 1s linear infinite;
}

@keyframes blinkText {
    from {
        opacity: 0;
        color: black;
    }

    to {
        opacity: 1;
        color: red;
    }
}

.transparent-input {
    background: transparent;
    border: none;
    width: auto;
}

.tc-editabled .card-body {
    pointer-events: none;
}

.ws {
    white-space: nowrap;
}

.tc-editabled input,
.tc-editabled select {
    background-color: #ddd;
    pointer-events: none;
}

.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label {
    color: var(--text-color);
}


/* ----------- Scroll to top button -----------

-------------- Scroll to top button ----------- */

#scroll-to-top,
#body-scroll-to-top-btn {
    display: inline-block;
    background-color: var(--mainColor);
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 4px;
    position: fixed !important;
    bottom: 83px;
    right: 33px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: white;
}


#scroll-to-top:hover,
#body-scroll-to-top-btn:hover {
    cursor: pointer;
    background-color: #333;
    color: var(white);
}

#scroll-to-top:active,
#body-scroll-to-top-btn:active {
    background-color: #555;
}

#scroll-to-top.show,
#body-scroll-to-top-btn.show {
    opacity: 1;
    visibility: visible;
}


/* ----------- Scroll to top button -----------

-------------- Scroll to top button ----------- */


/* ----------- TC Jx Spinner -----------

-------------- TC Jx Spinner ----------- */

#tc-jx-spinner-header {
    position: fixed;
    bottom: 25px;
    z-index: 100;
    width: 75px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    right: 0px;
    transition: 0.5s;
    transform: translateX(100%);
    pointer-events: none;
}

#tc-jx-spinner-header.active {
    transform: translateX(0%);
}

#tc-jx-spinner-header .cv-spinner-head {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tc-jx-spinner-header .cv-spinner-head .action-spinner {
    width: 25px;
    height: 25px;
    border: 4px #ddd solid;
    border-top: 4px var(--mainColor) solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

/* ----------- TC Jx Spinner -----------

-------------- TC Jx Spinner ----------- */

/* ----------- TC Jx notification -----------

-------------- TC Jx notification ----------- */
.tc-notification {
    position: fixed;
    bottom: 5px;
    right: 60px !important;
    width: 35%;
    background-color: var(--bg-color-body);
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    animation: slide-out-right 0.3s ease-in-out forwards;
    z-index: 999;
}


@keyframes slide-in-left {
    from {
        right: -100%;
    }

    to {
        right: 0;
        margin-right: 20px;
    }
}

@keyframes slide-out-right {
    from {
        right: 0;
    }

    to {
        right: -100%;
    }
}

.tc-notification.show {
    animation: slide-in-left 0.6s ease-in-out forwards;

}

.pull-round {
    display: flex;
    justify-content: space-around;
}

.tc-notification .close-icon {
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    color: #757171;
}

.tc-notification.error i,
.tc-notification.error h5 {
    color: #721c24;
}

.tc-notification.error .media {
    border-left: 4px solid #721c24;
}

.tc-notification.success .media {
    border-left: 4px solid #155724;
}

.tc-notification.info .media {
    border-left: 4px solid #0c5460;
}

.tc-notification.warning .media {
    border-left: 4px solid #856404;
}

.tc-notification.success i,
.tc-notification.success h5 {
    color: #155724;
}

.tc-notification.info i,
.tc-notification.info h5 {
    color: #0c5460;
}

.tc-notification.warning i,
.tc-notification.warning h5 {
    color: #856404;
}

.tc-notification h5 {
    font-weight: bold;
}

.tc-notification i {
    font-size: 35px;
}

.tc-notification .media {
    align-items: center;
    padding-left: 12px;
}

.tc-notification .media-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tc-notification .media-body p {
    font-size: 14px;
    padding: 0 8px;
    padding-top: 3px;
    color: var(--text-color);
}

/* ----------- TC Jx notification -----------

-------------- TC Jx notification ----------- */
.dark-mode .popover-body {
    color: white !important;
}

.dark-mode .bs-popover-auto[x-placement^=right] .arrow::after,
.dark-mode .bs-popover-right .arrow::after {
    border-right-color: var(--bg-color);
}

.dark-mode .bs-popover-auto[x-placement^=left] .arrow::after,
.dark-mode .bs-popover-left .arrow::after {
    border-left-color: var(--bg-color)
}

a.submit-btn,
button.submit-btn {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.vh-100 {
    height: 100vh !important;
}

.show-more-table-btn,
.show-less-table-btn {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.tc-toggle .tc-toggle-data {
    display: none;
}

/* Form Outline Input Css */
.form-group {
    position: relative;
}

.form-group:not(.not-bc-style) .label,
.form-group:not(.not-bc-style) label:not(.tc-input-group-txt, .checkboxLabel) {
    position: absolute;
    top: 8px;
    padding: 0 0.5rem;
    pointer-events: none;
    transform-origin: 0 0;
    transition: all .2s ease-out;
    color: var(--text-color);
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    z-index: 5;
}

.form-group .label.manage-label,
.form-group label.manage-label {
    max-width: 50%;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-group.has-help-icon .show-help-tooltip-button {
    position: absolute;
}

.help-icon {
    display: none;
}

/* .form-group.has-help-icon input.form-control,
.form-group.has-help-icon select.form-control {
    padding-right: 30px;
} */

.form-group.has-help-icon select.form-control {
    appearance: none;
}

.form-group.bc-active-input:not(.not-bc-style) .label,
.form-group.bc-active-input-style .label,
.form-group.bc-active-input:not(.not-bc-style) label:not(.tc-input-group-txt),
.form-group.bc-active-input-style label:not(.tc-input-group-txt) {
    font-weight: 500;
    font-size: 16px;
    transform: translateY(-1.2rem) translateY(0.1rem) scale(.8);
    background: var(--bg-color);
    left: 0.75rem;
    -webkit-transform: translateY(-1.2rem) translateY(0.1rem) scale(.8);
    -moz-transform: translateY(-1.2rem) translateY(0.1rem) scale(.8);
    -ms-transform: translateY(-1.2rem) translateY(0.1rem) scale(.8);
    -o-transform: translateY(-1.2rem) translateY(0.1rem) scale(.8);
}

/* Bc Dropdown */

.bc-dropdown {
    position: relative;
    display: inline-block;
}

.bc-dropdown-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.bc-dropdown-menu {
    position: absolute;
    display: none;
    z-index: 1000;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    transition: transform 0.2s ease-in-out;
    transform-origin: top center;
    padding: 10px;
    overflow: auto;
    max-height: 300px;
    left: 20px;
    width: 350px;
    color: #333 !important;
}

.bc-dropdown-menu .loader-container {
    transform: scale(0.8);
}

.bc-dropdown-menu .bc-link-btn {
    color: blue !important;
}

.bc-dropdown-menu .bc-link-btn i {
    color: #333 !important;
}

.bc-dropdown.open-above .bc-dropdown-menu {
    transform: translateY(-100%);
}

.bc-dropdown.show .bc-dropdown-menu {
    display: block;
}

.bc-dropdown.show-top .bc-dropdown-menu {
    bottom: 30px;
}

.bc-dropdown .bc-dropdown-menu.show-right {
    left: -374px;
}

.bc-dropdown .bc-dropdown-menu.show-left {
    left: 20px;
    -webkit-transform: translateY(-1.1rem) translateY(0.1rem) scale(.8);
    -moz-transform: translateY(-1.1rem) translateY(0.1rem) scale(.8);
    -ms-transform: translateY(-1.1rem) translateY(0.1rem) scale(.8);
    -o-transform: translateY(-1.1rem) translateY(0.1rem) scale(.8);
}

.form-group.active:not(.not-bc-style) .label,
.form-group.active:not(.not-bc-style) label:not(.tc-input-group-txt) {
    color: #3b71ca;
}

.form-group.active .ss-main .ss-multi-selected,
.form-group.active .ss-main .ss-single-selected,
.form-group.active .dataTables_wrapper .dataTables_length select {
    border-color: #3b71ca;
    box-shadow: 0 0 0 0.07rem #3b71ca;
}

.form-group.bc-active-input-style .ss-main .ss-multi-selected .ss-values {
    margin-top: 5px;
}

.ss-main .ss-single-selected {
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
}

.bc-ss-select-container button {
    border: none;
    font-size: 12px;
    color: blue;
    cursor: pointer;
    background-color: transparent;
}

.dark-mode .bc-ss-select-container button {
    color: var(--text-color)
}

/* Custom file input */
.custom-input-file {
    background: var(--bg-color);
    padding: 10px 10px;
    border: 1px solid var(--border-color-soft);
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0.25rem;
}

.custom-input-file .input-btn {
    background-color: #efefef;
    color: var(--text-color);
    padding: 3px 8px;
    border: 1px solid var(--border-color-soft);
    font-size: 14px;
    user-select: none;
}

.custom-input-file .file-name {
    font-size: 13px;
    color: var(--text-color);
}

.dark-mode .custom-input-file .input-btn {
    background-color: var(--bg-color);
}

/* Custom file input */
.g-2 {
    gap: 0.5rem !important;
}

.gy-1 {
    gap: 0.5rem 0 !important;
}

.gx-1 {
    gap: 0 0.5rem !important;
}

.gy-2 {
    gap: 1rem 0 !important;
}

.gx-2 {
    gap: 0 1rem !important;
}

.white-space-nowrap {
    white-space: nowrap;
}

.help-icon a {
    color: var(--text-color) !important;
}

.lang-content {
    position: relative;
    display: flex;
}

.hvc-100 {
    height: calc(100vh - 70px);
}

.input-border {
    border: 1px solid #ccc !important;
    padding: 5px;
}

.tc-danger-badge {
    color: #d00;
    background-color: #dc354533;
}

.tc-success-badge {
    color: #35b051;
    background-color: #28a74542;
}

.tc-primary-badge {
    color: #4f00ff;
    background-color: #007bff54;
}

.tc-warning-badge {
    color: #a18530;
    background-color: #ffc1074a;
}

.tc-secondary-badge {
    color: #6c757d;
    background-color: #6c757d63;
}

.tc-dropdown-menu .notifications-container .parent-notify-btn {
    color: #00b226 !important;
    font-weight: 600;
    font-family: system-ui;
}

fieldset {
    display: block;
    padding-inline-start: 0.75em;
    min-inline-size: min-content;
    border-width: 1px;
    border-style: groove;
    border-color: var(--border-color-soft);
    border-image: initial;
    padding-bottom: 12px;
}

fieldset legend {
    display: block;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    font-weight: bold;
    font-size: 14px;
    width: auto;
}

/* .folding-card-container .nc-checkbox-toggler-icons i {
    display: none;
} */

#helpTextOptions .card-header *:not(i, input) {
    margin-bottom: 0px !important;
}

/* Article Modal Right */
#articleModalRight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999 !important;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
}

.article-modal-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 400px !important;
    background-color: #fff;
    transition: transform 0.3s ease;
    transform: translateX(100%);
    overflow: hidden;
}

#articleModalRight.show {
    display: block;
}

#articleModalRight.show .article-modal-right {
    transform: translateX(0);
}

.modal-content {
    position: relative;
}

#articleModalClose {
    position: absolute;
    top: 13px;
    right: 23px;
    z-index: 999;
}

#articleModalClose i {
    font-size: 1.2rem !important;
}

/* Right Sidebar Dropdown Menu */
.footer-items {
    position: relative;
}

.footer-items .language-dropdown {
    position: absolute;
    bottom: 50px !important;
    flex-direction: column;
    width: 100% !important;
}

.footer-items .language-dropdown label {
    width: 100% !important;
    margin: 0 !important;
    padding: 8px 16px !important;
}

.footer-items>a {
    padding: 8px 15px;
    border-radius: 0.25rem;
}

.footer-items>a:hover {
    background-color: #784793 !important;
}

.footer-items>a:hover i {
    color: #fff !important;
}

.footer-items>a i {
    font-size: 25px !important;
}

.footer-items>a img {
    width: 30px !important;
}

.language-dropdown:hover,
.language-dropdown.show {
    display: flex !important;
}

.change-language.highlight,
.language-opt.bg-new {
    background-color: #784793 !important;
}

.change-language.highlight,
.language-opt.bg-new,
.language-opt.bg-default {
    border-radius: 0.25rem;
    border-bottom: 1px solid #ddd;
}

.language-opt.bg-default {
    background-color: var(--help-text-bg-clr);
}

.dark-mode .language-opt.bg-default {
    background-color: #252525;
    border-radius: 0px;
    border: none;
}

.dark-mode-toggler i,
.language-opt .color-default {
    color: var(--text-color) !important;
}

.icon-white:hover i,
.language-opt .color-new {
    color: white !important;
}

.dark-mode-on {
    background-color: #784793 !important;
}

.dark-mode-on i {
    color: #fff !important;
}

/* #region show more loader style */
/* HTML: <div class="loader"></div> */
.show-more-loader {
    width: 60px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
    background:
        var(--_g) 0% 50%,
        var(--_g) 50% 50%,
        var(--_g) 100% 50%;
    background-size: calc(100%/3) 100%;
    animation: l7 1s infinite linear;
}

@keyframes l7 {
    33% {
        background-size: calc(100%/3) 0%, calc(100%/3) 100%, calc(100%/3) 100%
    }

    50% {
        background-size: calc(100%/3) 100%, calc(100%/3) 0%, calc(100%/3) 100%
    }

    66% {
        background-size: calc(100%/3) 100%, calc(100%/3) 100%, calc(100%/3) 0%
    }
}

/* #endregion show more loader style */




/* Cache Loader */
.cache-loader-container {
    position: fixed;
    top: 90%;
    left: 92%;
    transform: translate(-92%, -90%);
    cursor: grab;
    user-select: none;
    z-index: 9999999;
}

.cache-loader-container .loader-svg {
    width: 100px;
    height: 100px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.cache-loader-container .loader-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.7em;
    color: #4f4f4f;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
}