:root {
    --x: 0;
    --y: 0;
/*    --blue: #2196F3;*/
/*    --blue-100: #e9f5fe;*/
/*    --red: #ef5350;*/
/*    --red-100: #fdeeee;*/
/*    --orange: #f58646;*/
/*    --orange-100: #fef3ed;*/
/*    --green: #25b372;*/
/*    --green-100: #e9f7f1;*/
/*    --cyan: #2cbacc;*/
/*    --cyan-100: #eaf8fa;*/
/*    --gray: #999;*/
/*    --gray-dark: #333;*/
/*    --primary: #2196F3;*/
    --primary-dark: #0c83e1;
    --primary-dark-40: rgba(12, 131, 225, 0.4);
    --white-40: rgba(255, 255, 255, 0.4);
/*    --primary-100: #e9f5fe;*/
/*    --secondary: #45748a;*/
/*    --secondary-100: #ecf1f3;*/
/*    --success: #25b372;*/
/*    --success-100: #e9f7f1;*/
/*    --info: #2cbacc;*/
/*    --info-100: #eaf8fa;*/
/*    --warning: #f58646;*/
/*    --warning-100: #fef3ed;*/
/*    --danger: #ef5350;*/
/*    --danger-100: #fdeeee;*/
/*    --white: #fff;*/
/*    --light: #f0f2f5;*/
/*    --light-100: rgba(255, 255, 255, 0.1);*/
/*    --dark: #252b36;*/
/*    --dark-100: rgba(0, 0, 0, 0.1);*/
/*    --teal: #26A69A;*/
/*    --teal-100: #e9f6f5;*/
/*    --indigo: #5C6BC0;*/
/*    --indigo-100: #eff0f9;*/
/*    --purple: #8e70c1;*/
/*    --purple-100: #f4f1f9;*/
/*    --pink: #f35c86;*/
/*    --pink-100: #feeff3;*/
/*    --yellow: #ffd648;*/
/*    --yellow-100: #fffbed;*/
}

.card {
    border-radius: 1rem;
}
.card-header:first-child {
    border-radius: 1rem 1rem 0 0;
}
.card-footer:last-child {
    border-radius: 0 0 1rem 1rem;
}

.kt-badge {
    font-weight: bold !important;
}

.kt-badge:not(.kt-badge--username) {
    width: 17px !important;
    height: 17px !important;
}
.bill-modal {
    max-width: 450px !important;
}


/*.select2-container--default .select2-results__option.select2-results__option--highlighted {*/
/*    background: #ced6ff !important;*/
/*    color: #383838 !important;*/
/*}*/

/*.select2-container--default .select2-selection--multiple .select2-selection__placeholder, .select2-container--default .select2-selection--single .select2-selection__placeholder {*/
    /*color: #6b7ce4 !important;*/
/*}*/


/*.select2-container--default .select2-selection--single .select2-selection__rendered {*/
/*    color: #383838 !important;*/
/*}*/

/*body {*/
/*    color: #383838 !important;*/
/*}*/

/*html, body {*/
/*    font-weight: normal !important;*/

/*}*/

/*strong, b {*/
/*    font-weight: 500 !important;*/
/*}*/

.items-table-gray > tbody > tr > td {
    padding: 4px 4px 4px 4px !important;
    font-weight: 400 !important;
    font-size: 0.9rem;

}

.items-table-gray > thead:first-child > tr:first-child > th {

    /*border: 1px solid #d6d6d6 !important;*/
    background: #f8f8f8 !important;
    padding: 4px 4px 4px 4px !important;
    font-weight: 500 !important;
}

.items-table-gray > tfoot > tr > td {
    background: #f8f8f8 !important;
    padding: 0 6px 0 6px !important;
    font-weight: 400 !important;
}


/*@media screen {*/
/*	body { font-size: 13px }*/
/*}*/

.hasaddons {
    display: none;
}

.adonsmore {
    cursor: pointer;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


/*.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {*/
/*    color: #212529 !important;*/
/*}*/

/*.dt-buttons > .btn, .btn-group-sm > .btn, .dt-buttons > .btn-group > .btn {*/
/*    padding: 0.2rem 1rem !important;*/
/*    line-height: 1.4rem !important;*/
/*}*/

/*.btn-group-sm > input {*/
/*    padding: 0.2rem 1rem !important;*/
/*    line-height: 1.4rem !important;*/
/*}*/

/*.dt-buttons [class*=' la-'] {*/
/*    font-size: 1.1rem !important;*/
/*}*/

/*.dt-buttons > .btn-group > .btn {*/
/*    font-size: 1rem !important;*/
/*}*/

/*.btn-group-sm > .btn {*/
/*    font-size: 1.1rem !important;*/
/*}*/

/*div.dataTables_wrapper div.dataTables_filter input {*/
/*    height: calc(1.2em + 1rem) !important;*/
/*}*/

/*.nav-pills .nav-item .nav-link, .nav-tabs .nav-item .nav-link {*/
    /*padding: 0.4rem 1.25rem !important;*/
/*}*/

/*.nav-tabs .nav-item .nav-link.active {*/
/*    background: rgba(239, 239, 239, 0.3) !important;*/
/*}*/

/*.nav-tabs .nav-link {*/
    /*border-top-left-radius: 0.1rem !important;*/
    /*border-top-right-radius: 0.1rem !important;*/
/*}*/

/*.nav-pills, .nav-tabs {*/
/*    margin: 0 0 10px 0 !important;*/
/*}*/

/*.nav-pills .nav-item .nav-link, .nav-tabs .nav-item .nav-link {*/
/*    padding: 0.5rem 1.25rem !important;*/
/*}*/

/*.nav-tabs .nav-item .nav-link.active {*/
    /*background: rgb(239,239,239) !important;*/
    /*background: #357ca5 !important;*/
    /*color: white !important;*/
    /*font-weight: 500 !important;*/

    /*background-color: #357ca5 !important;*/
    /*color: #fff !important;*/
/*}*/

/*.btn-primary:hover, .btn-primary {*/
    /*color: #fff;*/
    /*background-color: #357ca5 !important;*/
    /*border-color: #357ca5 !important;*/
    /*background-color: #384ad7;*/
    /*border-color: #2e40d4;*/
/*}*/

table {
    width: 100% !important;
}

/*.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {*/
    /*color: #373e6a !important;*/
    /*background: #f7f8fa;*/
    /*border: 1px solid #ebedf2;*/
/*}*/

/*@media (min-width: 1440px) {*/
/*    .kt-page--fluid.kt-container {*/
/*        margin: 0 20px;*/
/*    }*/
/*}*/

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    a[href]:after {
        content: none !important;
    }

    a {
        text-decoration: none !important;
    }

    .items-table-gray > tbody > tr > td {
        border: none !important;
    }

    .items-table-gray > thead:first-child > tr:first-child > th {
        border: none !important;
    }

    /** {*/
    /*    font-size: 1.2rem !important;*/
    /*}*/

    .bold_col {
        font-weight: bold;
    }

    /*th {*/
    /*    font-size: 12px;*/
    /*}*/

    /*td {*/
    /*    font-size: 11px;*/
    /*}*/


}

.disableClick {
    pointer-events: none;
}

.bg-red {
    background-color: red !important;
    color: white !important;
}

.toast-error {
    background-color: red !important;
}

.toast-title {
    color: white !important;
}

.toast-custom {

    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;*/
    background-image: url('/assets/tick.png') !important;

}

body, html, .tooltip {
    font-family: 'Source Code Pro', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}





label {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}


.hide {
    display: none;
}

/*modal mask*/
.modal-mask {
    position: relative;
    top: 0;
    left: 0;
    /*background-color: #fff;*/
}

.circle-done {
    margin: 10px auto;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 5px rgba(220, 230, 235, 0.5);
    text-align: center;
    font-size: 40px;
    padding: 10px;
    color: #25ccce;
}

.circle-done i {
    display: inline-block;
    max-width: 0%;
    overflow: hidden;

}

.circle-done.ok i {
    max-width: 80%;
    -webkit-transition: max-width 100ms ease;
    -moz-transition: max-width 100ms ease;
    -o-transition: max-width 100ms ease;
    transition: max-width 100ms ease;
}

/*loader*/
.circle-loader {
    margin: 10px auto;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px rgba(220, 230, 235, 0.5);
    border-top-color: rgb(123 123 242);
    /*border-top-color: #25ccce;*/
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
}

.app-loader {
    width: 70px;
    height: 70px;
    margin: 30px auto;
    position: absolute;
    bottom: 10px;
    right: 20px;
    padding: 10px;
    border-radius: 50%;
    background: rgba(250, 250, 255, 0.6);
}

.app-loader .loading,
.table-loader .loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px rgb(123 123 242);
    /*border: solid 2px rgba(0, 179, 147, 0.94);*/
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    display: inline-block;
    z-index: 1;
}

.form-group .app-loader {
    margin: -12px auto;
    width: 50px;
    height: 50px;
    left: 45%;
}

.form-group .app-loader .loading {
    width: 30px;
    height: 30px;
}

#pre-loader .app-loader {
    bottom: 50%;
    right: 53%;
}

.ani-width {
    transition: width 50ms;
}

.ani-rotate-180:hover {
    transform: rotate(180deg);
    transition: all 300ms ease-out 0ms;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.inline-loader {
    background-image: url('/assets/loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    color: transparent !important;
    transition: none;
}

.inline-loader:hover {
    color: transparent !important;
}

/*bootstrap modal*/

.modal-content {
    border-radius: 1.5rem;
    border: 1px solid #aaa;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.modal-backdrop.in {
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.modal-dialog {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    /*max-width: 600px;*/
}

.mini-modal {
    width: 300px !important;
}

/*body.modal-open,*/
/*.modal-open .navbar-fixed-top,*/
/*.modal-open .navbar-fixed-bottom {*/
/*    margin-right: 0px!important;*/
/*}*/
.modal-header {
    border-bottom: 1px solid #f6f8f9;
}

.modal-footer {
    border-top: 1px solid #f6f8f9;
    padding: 15px 30px;
}

.close {
    /*font-size: 25px;*/
    font-weight: normal;
}

.draggable {
    cursor: move;
}

.dropdown-menu {
    /*border-radius: 1rem*/
}

/* Define the keyframes for the animated gradient.
   This animation shifts the background position to create a moving gradient effect. */
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Base styles for your dropdown item */
.dropdown-item {
    /* Ensure the element is positioned relative to use any pseudo-elements if needed */
    /*position: relative;*/

    /* Set up an initial gradient background.
       The colors here can be adjusted to fit your design palette.
       Using a large background size allows smooth animation of the gradient. */
    /*background: linear-gradient(-45deg, #ff7e5f, #feb47b, #ff7e5f, #feb47b);*/
    /*background-size: 400% 400%;*/

    /* Optional acrylic effect: add a subtle backdrop blur to simulate the frosted glass look.
       Note: This property works in modern browsers and might need vendor prefixes for older versions. */
    backdrop-filter: blur(8px);

    /* A smooth transition for any property change (if not using the animation) */
    transition: all 0.3s ease;
}

/* Hover (and focus) state styles */
.dropdown-item:hover,
.dropdown-item:focus {
    /* Trigger the gradient animation when the item is hovered */
    animation: gradientAnimation 5s ease infinite;

    /* You can still define other style changes on hover */
    /*color: #333;*/
    text-decoration: none;
    /*background: linear-gradient(-45deg, #ff7e5f, #feb47b, #ff7e5f, #feb47b);*/
    /*background: linear-gradient(-45deg, #90EE90, #D3D3D3, #87CEEB, #90EE90);*/

    /* Updated gradient with 50% transparency using RGBA values:
     - Light green: rgba(144,238,144,0.5)
     - Light gray: rgba(211,211,211,0.5)
     - Sky blue: rgba(135,206,235,0.5) */
    background: linear-gradient(-45deg,
    rgba(144,238,144,0.3),
    rgba(211,211,211,0.3),
    rgba(135,206,235,0.3),
    rgba(144,238,144,0.3)
    );

    background-size: 400% 400%;


    /* Optionally, if you want to modify the backdrop blur or any other property on hover,
       you can include them here as well */
    /* For example: backdrop-filter: blur(12px); */
}


/*datatables*/
/*.datatable-tools {
    margin: 15px 0;
}
.dataTables_wrapper .dataTables_length {
    float: left;
}
div.DTTT_container {
    margin-bottom: 15px;
}
.ml15 {
    margin-left: 15px !important;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}*/

.custom-filter-search {
    border-radius: 2px;
    border: 1px solid #e2e7f1;
    box-shadow: none;
    padding: 7px 10px;
    outline: none;
    font-weight: normal;
    background: url('/assets/custom/datatable/images/search.png') no-repeat 96% 45% #fff;
    width: 200px;
    transition: all 0.5s;
}

/*.dataTables_filter input:focus,*/
/*.datatable-search:focus,*/
/*.custom-filter-search:focus {*/
/*    border-color: #ebeff2;*/
/*    background-color: #ebeff2;*/
/*}*/

.never {
    display: none;
}


/*table.dataTable tr.dtrg-group td {*/
/*    background-color: #f7f8fa;*/
/*}*/


table.dataTable thead .sorting:before,
    /*table.dataTable thead .sorting_asc:before, */
    /*table.dataTable thead .sorting_desc:before, */
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    content: "";
}

table.dataTable thead .sorting:after,
    /*table.dataTable thead .sorting_asc:after,*/
    /*table.dataTable thead .sorting_desc:after,*/
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    content: "";
}

.datatable-tools {
    margin: 10px 0;
}

.ml15 {
    margin-left: 15px !important;
}

.dataTables_wrapper .dataTables_length {
    float: left;
}

div.DTTT_container {
    margin-bottom: 15px;
}

div.DTTT_container {
    position: relative;
    float: right;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    /*float: left;
    text-align: left;*/
}

.dataTables_filter {
    margin: 0 0px 10px 10px;
}


/*alert*/
.alert {
    border: 0;
}

.alert .progress {
    background-color: transparent;
    box-shadow: none !important;
    height: 3px;
    border-radius: 0;
    margin: 19px 0px -15px -15px;
}

.alert .progress-bar {
    box-shadow: none !important;
    background-color: rgba(0, 0, 0, 0.3);
}

.app-alert-message {
    display: inline-block;
    margin-right: 5px;
    max-width: 350px;
    min-width: 165px;
}

.app-alert.animate {
    bottom: 0;
    position: fixed;
    z-index: 100;
    border-radius: 2px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    opacity: 0.25;
    right: -350px;
}

.app-alert.alert-info {
    background-color: #20c5cb;
    color: #fff;
}

.app-alert.alert-success {
    background-color: #00b393;
    color: #fff;
}

.app-alert.alert-danger {
    background-color: #f06c71;
    color: #fff;
}

.app-alert.alert-warning {
    background-color: #f0ad4e;
    color: #fff;
}

.app-alert a {
    color: #444;
}

.alert-warning {
    background-color: #fff2cc;
}

div.dataTables_processing {
    z-index: 1;
}

.kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon, .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon {
    color: #333;
    background-color: transparent;
}

.kt-svg-icon:hover {
    transform: scale(1.5);
    /*transition: all 0.2s;*/
}

.fast-line {
    position: absolute;
    top: 0;
    height: 2px;
    width: 100px;
    background: #25ccce;
    border-radius: 4px;
    -webkit-animation: line .7s linear infinite;
    animation: line .7s linear infinite;
}

/*.btn.btn-default, .btn.btn-default.active, .btn.btn-default:active, .btn.btn-default:hover {*/
/*    color: #000;*/
/*    background: #f2f2f2;*/
/*    border-color: #eaeaea;*/
/*}*/



/*.row {*/
/*    margin-right: -7px;*/
/*    margin-left: -7px;*/
/*}*/


.label.label-inline {
    width: auto;
}

.label.label-inline {
    padding: .15rem .75rem;
    border-radius: .42rem;
}

.label.label-warning {
    color: #fff;
    background-color: #ffa800;
}

.label {
    padding: 0;
    margin: 0;

    /*display: -webkit-inline-box;*/
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-size: .8rem;
    background-color: #ebedf3;
    color: #3f4254;
    font-weight: 400;
}

.label.label-danger {
    color: #fff;
    background-color: #f64e60;
}

.label.label-primary {
    color: #fff;
    background-color: #0bb783;
}

.label.label-success {
    color: #fff;
    background-color: #1bc5bd;
}

.label.label-dark {
    color: #fff;
    background-color: #181c32;
}

.label.label-info {
    color: #fff;
    background-color: #8950fc;
}
/*html, body {*/
/*    font-size: 12px !important;*/
/*}*/

.btn-primary,
.btn-danger,
.btn-success,
.btn-warning,
.btn-info,
.btn-dark,
.btn-default,
.btn-secondary,
.btn-purple,
.btn-indigo,
.btn-light
{
    /*position: relative;*/
    /*outline: none;*/
    overflow: hidden;
}
/*.btn-primary:hover {*/
/*    !*color: #fff;*!*/
/*    background-color: var(--purple);*/
/*    border-color: var(--purple-100);*/
/*}*/
/*.btn {*/
/*    !*font-weight: 700;*!*/
/*    !*font-size: 1rem;*!*/
/*    !*border-radius: 6px;*!*/
/*    !*padding: 10px 20px;*!*/
/*    text-decoration: none;*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*    border: 0;*/
/*    position: relative;*/
/*    !*line-height: 1.5;*!*/
/*}*/

.btn-primary:hover::before,
.btn-danger:hover::before,
.btn-success:hover::before,
.btn-warning:hover::before,
.btn-info:hover::before,
.btn-dark:hover::before,
.btn-default:hover::before,
.btn-secondary:hover::before,
.btn-purple:hover::before,
.btn-indigo:hover::before,
.btn-light:hover::before
{
    --size: 100px;
}
.btn-primary::before,
.btn-danger::before,
.btn-success::before,
.btn-warning::before,
.btn-info::before,
.btn-dark::before,
.btn-default::before,
.btn-secondary::before,
.btn-purple::before,
.btn-indigo::before,
.btn-light::before
{
    --size: 0;
    content: '';
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    /*background: radial-gradient(circle closest-side, rgba(238, 141, 59, 0.42), transparent);*/
    background: radial-gradient(circle closest-side, var(--white-40), transparent);
    transform: translate(-50%, -50%);
    transition: width 0.2s ease, height 0.2s ease;
}
/*.btn::after {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    border-radius: 6px;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    opacity: 0;*/
/*    transition: all 0.5s;*/
/*    box-shadow: 0 0 5px 15px #ef443b;*/
/*}*/

#cursor-dot {
    position: fixed;
    top: 0;
    left: 0;
    width: 7px;
    height: 7px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.08s ease-out; /* smooth movement */
    z-index: 9999;
    display: none;
}

.status-warning-modal {
    max-width: 436px !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #a0a0a0;
}

.status-warning-modal h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 9px;
}
.warning-modal h5, .status-warning-modal h5 {
    font-family: "Roboto", sans-serif;
}

/*
temporary
 */

.toggle-switch-sm .toggle-switch-label {
    width: 44px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
.toggle-switch-label {
    position: relative;
    display: block;
    width: 3rem;
    height: 2rem;
    background-color: #8c9aae;
    background-clip: content-box;
    border: 0.125rem solid transparent;
    border-radius: 6.1875rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.toggle-switch:not(.form-group) {
    margin-bottom: 0;
}
.h--45px {
    height: 45px;
}

.toggle-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.toggle-switch {
    font-size: 0.85rem;
}
.toggle-switch {
    cursor: pointer;
    text-transform: capitalize;
}


.toggle-switch-sm .toggle-switch-indicator {
    width: 18px;
    height: 18px;
}
.toggle-switch-indicator {
    position: absolute;
    inset-inline-start: 0.125rem;
    bottom: 2px;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
    -webkit-transform: initial;
    transform: initial;
    -webkit-box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
    border-radius: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.toggle-switch-sm .toggle-switch-input:checked + .toggle-switch-label .toggle-switch-indicator {
    -webkit-transform: translate3d(18px, 0, 0);
    transform: translate3d(18px, 0, 0);
}
.toggle-switch-input:checked + .toggle-switch-label .toggle-switch-indicator {
    -webkit-transform: translate3d(1.025rem, 0, 0);
    transform: translate3d(1.025rem, 0, 0);
}
.toggle-switch-sm .toggle-switch-indicator {
    width: 18px;
    height: 18px;
}

.form--check .form-check-input[type="radio"]:checked, .toggle-switch-input:checked + .toggle-switch-label {
    background-color: #14b19e !important;
}

.btn--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin: -8px;*/
    margin: 0px;
}

.card .btn--container .btn:not(.action-btn) {
    min-width: 120px;
    margin: 8px;
}
.btn--container .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    margin: 8px;
}

.img--vertical {
    aspect-ratio: 3;
    width: 100%;
    max-width: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
}
.__custom-upload-img {
    display: block;
    margin: 0;
}
.img--110 {
    width: 110px;
}
.img--65, .img--60, .img--70, .img--75, .img--80, .img--90, .img--100, .img--110, .img--120, .img--130, .img--200 {
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
}

#location_map_canvas {
    height: 250px;
    min-height: 100%;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #location_map_canvas {
        height: 300px;
    }
}


.form-label-secondary[data-toggle="tooltip"]:not(:first-child) {
    margin-left: 5px;
}
.input-label-secondary {
    font-size: 0.8125rem;
    margin-inline-start: 0.25rem;
}

/*
end temporary
 */

.form--check--inline {
    padding: 16px 20px !important;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form--check--inline .form-check-label {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 0;
}
.form--check--inline .form-check-input {
    position: relative;
    inset: unset;
    transform: translateY(-2px);
}

.blurred-element-default, .blurred-element-material {
    /* 1. Add a semi-transparent background color (RGBA is common) */
    background-color: rgba(255, 255, 255, 0.5); /* White with 40% opacity */

    /* 2. Apply the blur effect to the background area */
    backdrop-filter: blur(8px);

    /* Optional: Add vendor prefix for broader compatibility with older browsers */
    -webkit-backdrop-filter: blur(8px);

    /* Optional: Styling for visual effect */
    /*border-radius: 10px;*/
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /*padding: 20px;*/
    /*color: #333;*/
}

.blurred-element-dark {
    /* 1. Add a semi-transparent background color (RGBA is common) */
    background-color: rgba(0, 0, 0, 0.5); /* White with 40% opacity */

    /* 2. Apply the blur effect to the background area */
    backdrop-filter: blur(8px);

    /* Optional: Add vendor prefix for broader compatibility with older browsers */
    -webkit-backdrop-filter: blur(8px);

    /* Optional: Styling for visual effect */
    /*border-radius: 10px;*/
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /*padding: 20px;*/
    /*color: #333;*/
}
.dt-button-background {
    border-radius: 1rem;
}

@media (min-width: 576px) {
    .modal-left .modal-xl,
    .modal-right .modal-xl {
        width: 550px
    }
}

@media (min-width: 768px) {
    .modal-left .modal-xl,
    .modal-right .modal-xl {
        width: 700px;
    }
}

@media (min-width: 1024px) {
    .modal-left .modal-xl,
    .modal-right .modal-xl {
        width: 1000px;
    }
}
@media (min-width: 1424px) {
    .modal-left .modal-xl,
    .modal-right .modal-xl {
        width: 1300px;
    }
}
