.color-box {
    width: 15px;
    height: 15px;
    border: 1px solid #f3f3f3;
    display: inline-block;
}
.note-editable {
    background-color: #23202e;
}
.dropify-wrapper {
    background-color: white;
}

.select2-container--bootstrap-5 .select2-selection {
    font-size: 14px;
    min-height: 40px !important;
}

.select2-container--bootstrap-5 .select2-selection--single {
    padding: 8px 2.25rem 8px 0.75rem;
}

.form-label {
    margin-bottom: 5px !important;
}

.dataTable {
    width: 100% !important;
}

.dataTable tbody td {
    vertical-align: middle;
}

.dataTable tbody td .img-thumbnail {
    padding: 0 !important;
}

@media screen and (max-width: 767px) {
    .dataTable thead th,
    .dataTable tbody td {
        white-space: normal;
    }
}

.on-dark,
.on-light {
    display: none;
}

.dark .on-dark {
    display: block;
}

html:not(.dark) .on-light {
    display: block;
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.page-loader span {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-size: 45px;
    background-repeat: no-repeat;
}

.page-loader span:before,
.page-loader span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite;
    color: #59595a;
}
.page-loader span:after {
    color: #ff3d00;
    transform: rotateY(70deg);
    animation-delay: 0.4s;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {
    0%,
    100% {
        box-shadow: 0.2em 0px 0 0px currentcolor;
    }
    12% {
        box-shadow: 0.2em 0.2em 0 0 currentcolor;
    }
    25% {
        box-shadow: 0 0.2em 0 0px currentcolor;
    }
    37% {
        box-shadow: -0.2em 0.2em 0 0 currentcolor;
    }
    50% {
        box-shadow: -0.2em 0 0 0 currentcolor;
    }
    62% {
        box-shadow: -0.2em -0.2em 0 0 currentcolor;
    }
    75% {
        box-shadow: 0px -0.2em 0 0 currentcolor;
    }
    87% {
        box-shadow: 0.2em -0.2em 0 0 currentcolor;
    }
}

.page-loader.disabled {
    visibility: hidden;
    opacity: 0;
}

.google-btn {
    width: 100%;
    height: 42px;
    background-color: #2c7be5;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none !important;
}
.google-btn .google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.google-btn .google-icon {
    width: 18px;
    height: 18px;
}
.google-btn .btn-text {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    font-family: var(--falcon-font-sans-serif);
}

.google-btn:active {
    background: #1669f2;
}

.dark .jconfirm .jconfirm-box {
    background: #1e1e1e;
    color: #fff;
}

.form-control {
    line-height: 28px !important;
}

.dataTable-card {
    border-radius: 0.375rem !important;
    overflow: hidden;
}
.dataTable-card .card-body {
    padding: 0 !important;
}

.table-grid thead {
    display: none;
}

.table-grid tbody {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.table-grid tbody tr {
    display: block;
    padding: 0 15px;
}

.table-grid-3 tbody tr {
    width: calc(100% / 3) !important;
}

.table-grid tbody td {
    display: block;
    padding: 15px 15px;
    border: none !important;
}

.table-grid .table-responsive.scrollbar {
    overflow: hidden !important;
}

div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_length label {
    margin-bottom: 0 !important;
}

.dataTable-footer,
.dataTable-header {
    padding: 10px 0 !important;
    background-color: white;
}

.dataTable {
    min-height: 150px;
}

.dark .dataTable-footer,
.dark .dataTable-header {
    background-color: var(--falcon-body-bg);
}

.dataTables_wrapper .table-responsive {
    margin: 0 !important;
}

.font-normal {
    font-weight: 400 !important;
}

.tox-statusbar {
    display: none !important;
}

.has-tinymce .tox-tinymce {
    border: none !important;
    border-radius: 0 !important;
    border-top: 1px solid #e4e6fc !important;
}

.has-tinymce .tox .tox-edit-area__iframe {
    background-color: rgba(
        var(--falcon-light-rgb),
        var(--falcon-bg-opacity)
    ) !important;
}

.dropify-multiple-wrapper {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 200px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
    color: #777;
    background-color: transparent;
    background-image: none;
    text-align: center;
    border: 1px solid var(--falcon-input-border-color);
    border-radius: 4px;
    -webkit-transition: border-color 0.15s linear;
    transition: border-color 0.15s linear;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropify-multiple-wrapper .label p {
    margin: 5px 0 0;
}

.dropify-multiple-wrapper input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
}

.dropify-multiple-wrapper-files ul {
    padding-left: 0;
    list-style: none;
}

.dropify-multiple-wrapper-files ul li:first-child {
    margin-top: 1.8rem;
}

.dropify-multiple-wrapper-files ul li .media-image {
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 10px;
    border: 1px solid #e4e6fc;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
}

.dropify-multiple-wrapper-files ul li:last-child > div > div {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.dropify-multiple-wrapper-files ul li .media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.dropify-multiple-wrapper-files ul li h6[data-dropify-multiple-prop="name"] a {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0;
    color: #1e1e1e;
}

[data-readmore] {
    overflow: hidden;
    box-sizing: content-box;
}

div.dataTables_processing > div:last-child {
    margin: 10px auto 5px !important;
}

div.dataTables_processing > div:last-child > div {
    width: 8px !important;
    height: 8px !important;
}

.card-header h5 {
    font-size: 16px !important;
}

@media screen and (max-width: 767px) {
    .card-header h5 {
        font-size: 14px !important;
    }
}

.blog-detail-text h3 {
    font-size: 14px !important;
    font-weight: normal;
}

.state-list {
    padding-left: 0;
}

.state-list li {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    align-items: center;
}

.state-list li span {
    padding-left: 20px;
    position: relative;
}

.state-list li span svg {
    position: absolute;
    left: 0;
    top: 3px;
}

.state-list li img {
    height: 15px;
    width: 15px;
}

.timer-box {
    display: flex;
    padding-left: 0;
    list-style: none;
    align-items: center;
    justify-content: center;
    margin: 15px 0 0;
}

.timer-box li {
    background-color: white;
    padding: 8px;
    font-size: 20px;
    line-height: 20px;
    color: #3577f0 !important;
    border-radius: 3px;
    margin: 0 !important;
    text-align: center;
}

.timer-box li + li {
    margin-left: 10px !important;
}

.note-editor .note-toolbar .note-dropdown-menu,
.note-popover .popover-content .note-dropdown-menu {
    min-width: 200px !important;
}

.note-editor.note-airframe,
.note-editor.note-frame {
    background-color: white !important;
}

.note-group-select-from-files {
    display: none;
}

.note-modal-footer {
    height: auto !important;
}

.note-modal-footer .note-btn {
    float: none !important;
}

.note-editable h1,
.note-editable h2,
.note-editable h3,
.note-editable h4,
.note-editable h5,
.note-editable h6,
.note-editable p,
.note-editable blockquote,
.note-editable pre,
.note-editable ul,
.note-editable ol,
.note-editable dl,
.note-editable table,
.note-editable pre {
    margin-bottom: 0;
}

.product-slider{
    height: 100% !important;
}



/* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown button style */
.dropbtn {
    background-color: #3498db;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    border-radius: 8px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Style for dropdown links */
.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    border-radius: 6px;
    display: block;
    color: #333;
}

/* Style for dropdown links on hover */
.dropdown-content a:hover {
    background-color: #3498db;
    color: white;
}

/* Style for submenu container */
.submenu {
    position: relative;
}

/* Show submenu content when hovering over the parent item */
.submenu:hover .submenu-content {
    display: block;
}

/* Style for submenu content (hidden by default) */
.submenu-content {
    display: none;
    position: absolute;
    right: 100%;
    border-radius: 8px;
    top: 0;
    min-width: 160px;
    min-height: auto;
    max-height: 450px;
    overflow-y: scroll;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.button-custom {
    border: 1px solid #7680ff;
    border-radius: 10px;
}

.hidden {
    display: none;
}

.info-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    margin-left: 5px;
}

.info-icon::after {
    content: "i";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background-color: #2c7be5;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
}

.tooltip {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: 25px; /* Position below the icon */
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 10;
    font-size: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}


.info-icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
