:root {
    --dt-row-selected: 134, 207, 218;
}

.file-input {
    background-color: #80aff7;
    /* Bootstrap primary */
    color: white;
    border: none;
    cursor: pointer;
}

.file-input::file-selector-button {
    background-color: #004b8b;
    /* Bootstrap success */
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

.nav-tabs {
    border-bottom: 1px solid #004b8b !important;
}
.nav.nav-tabs .nav-link {
    text-align: start !important;
    color: #004b8b !important;
    transition: all 0.3s ease;
}

.nav.nav-tabs .nav-link:hover {
    background-color: #b0d0f3; /* Light hover background */
    transform: scale(0.95); /* Slight shrink effect */
}

.nav.nav-tabs .nav-link.active {
    color: white !important;
    text-align: right !important;
    background-color: #004b8b !important;
    transition: all 0.3s ease;
    animation: activePop 0.3s ease forwards;
}

.nav.nav-pills .nav-link {
    text-align: start !important;
    color: #004b8b !important;
    transition: all 0.3s ease;
}

/* Hover: shrink slightly */
.nav.nav-pills .nav-link:hover {
    background-color: #b0d0f3; /* Light hover background */
    transform: scale(0.95); /* Slight shrink effect */
}

/* Active: smooth pop-in animation */
.nav.nav-pills .nav-link.active {
    color: white !important;
    text-align: right !important;
    background-color: #004b8b !important;
    transition: all 0.3s ease;
    animation: activePop 0.3s ease forwards;
}

/* Keyframes for active animation */
@keyframes activePop {
    0% {
        transform: scale(0.75); /* start smaller */
        opacity: 0.7;
    }
    100% {
        transform: scale(1); /* settle */
    }
}

.nav-link-header {
    color: white !important;
    border: none !important;
}
.nav-link-header.headeractive {
    color: #004b8b !important;
    background-color: white !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border: none !important;
}

/* Default: Sidebar visible on XL screens */
.sidebar {
    position: relative; /* normal flow for XL */
    left: 0;
    width: 100%;
    transition: none;
}

/* For screens smaller than XL: hide sidebar initially */
@media (max-width: 1199.98px) {
    .sidebar {
        position: fixed;
        top: 0;
        left: -250px; /* hidden off-screen */
        width: 250px;
        height: 100%;
        background: linear-gradient(180deg, #a1d0f8, #fff);
        z-index: 1050;
        transition: left 0.3s ease;
    }

    .sidebar.active {
        left: 0; /* slide in */
    }
}

.cursor-pointer {
    cursor: pointer;
}

.fa-beat-once {
    --fa-animation-duration: 1s;
    /* Adjust the duration as needed */
    animation: fa-beat 1s ease-in-out 1;
}

.fa-bounce-once {
    --fa-animation-duration: 1s;
    /* Adjust the duration as needed */
    animation: fa-bounce 1s ease-in-out 1;
}

.fa-shake-once {
    --fa-animation-duration: 1s;
    /* Adjust the duration as needed */
    animation: fa-shake 1s ease-in-out 1;
}

.bg-card-app {
    background: linear-gradient(180deg, #a1d0f8, #fff);
    background-repeat: no-repeat;
}
.navbar-badge {
    font-size: 0.6rem;
    font-weight: 300;
    padding: 2px 4px;
    position: absolute;
    left: 22px;
    bottom: 24px;
}

.modal-xl {
    max-width: 90%; /* or any value you prefer */
}

.bg-kolter-app {
    background-color: #004b8b !important;
}

.text-kolter {
    color: #004b8b;
}

.kolter-event {
    color: #fff;
    border-left-width: 0.25rem;
    border-left-style: solid;
}


.kolter-event-pcon {
    background-color: #009f88 !important;
    color: #fff !important;
}
.kolter-event-pdo {
    background-color: #2f027e !important;
    color: #fff !important;
}
.kolter-event-wrp {
    background-color: #dc3545 !important;
    color: #fff !important;
    border-left: #004b8b 0.25rem solid !important;
}
.kolter-event-wav {
    background-color: #d87379 !important;
    color: #fff !important;
}
.kolter-event-wsi {
    background-color: #709ee2 !important;
    color: #fff !important;
}
.kolter-event-pco {
    background-color: #58aaf3 !important;
    color: #fff !important;
}
.kolter-event-pco {
    background-color: #58aaf3 !important;
    color: #fff !important;
}

.kolter-event-nho {
    background-color: #193a71 !important;
    color: #fff !important;
}

.kolter-event-wsv {
    background-color: #6610f2 !important;
    color: #fff !important;
}
.kolter-event-wpv {
    background-color: #502ea0 !important;
    color: #fff !important;
}

.fc .fc-col-header-cell {
    background-color: #004b8b;
    color: #fff;
}

.fc .fc-toolbar-title {
    color: #004b8b;
    font-weight: bold;
}


.left-border-kolter-card {
    border-left-color: #004b8b;
    border-left-width: 0.35rem;
}

.top-border-kolter-card {
    border-top-color: #004b8b;
    border-top-width: 0.35rem;
}

.switchToggle input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.signature-text {
    font-family: "Dancing Script", cursive;
    font-size: 24px;
}

.kolter-bg-danger {
    background-color: #f57878 !important;
}
.kolter-bg-success {
    background-color: #28a745 !important;
}
.kolter-bg-info {
    background-color: #2196f3 !important;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 70px;
    max-width: 70px;
    height: 30px;
    background: #f57878;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switchToggle label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switchToggle input:checked + label,
.switchToggle input:checked + input + label {
    background: #2196f3;
}

.switchToggle input + label:before,
.switchToggle input + input + label:before {
    content: "No";
    position: absolute;
    top: 5px;
    left: 35px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked + label:before,
.switchToggle input:checked + input + label:before {
    content: "Yes";
    position: absolute;
    top: 5px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked + label:after,
.switchToggle input:checked + input + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switchToggle label:active:after {
    width: 60px;
}

.toggle-switchArea {
    margin: 10px 0 10px 0;
}

.popover {
    max-width: none;
    width: 330px;
    border-color: #004b8b;
    border-width: 1px;
}

.popover-header {
    background-color: #004b8b;
    color: #fff;
}


.frb-group {
    margin: 2px 2px 2px 2px;
}

.frb ~ .frb {
    margin-top: 2px;
}

.frb input[type="radio"]:empty,
.frb input[type="checkbox"]:empty {
    display: none;
}

.frb input[type="radio"] ~ label:before,
.frb input[type="checkbox"] ~ label:before {
    font-family: FontAwesome;
    content: "\f10c";
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 15px;
    font-size: 18px;
    color: #004b8b;
}

.frb input[type="radio"]:checked ~ label:before,
.frb input[type="checkbox"]:checked ~ label:before {
    content: "\f058";
    color: white;
}

.frb input[type="radio"] ~ label,
.frb input[type="checkbox"] ~ label {
    position: relative;
    cursor: pointer;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #bbeecf;
}

.frb input[type="radio"] ~ label:focus,
.frb input[type="radio"] ~ label:hover,
.frb input[type="checkbox"] ~ label:focus,
.frb input[type="checkbox"] ~ label:hover {
    box-shadow: 0px 0px 3px #004b8b;
}

.frb input[type="radio"]:checked ~ label,
.frb input[type="checkbox"]:checked ~ label {
    color: #fafafa;
}

.frb input[type="radio"]:checked ~ label,
.frb input[type="checkbox"]:checked ~ label {
    background-color: #e4ecf3;
}

.frb.frb-default input[type="radio"]:checked ~ label,
.frb.frb-default input[type="checkbox"]:checked ~ label {
    color: #004b8b;
}

.frb.frb-primary input[type="radio"]:checked ~ label,
.frb.frb-primary input[type="checkbox"]:checked ~ label {
    background-color: #337ab7;
}

.frb.frb-kolter input[type="radio"]:checked ~ label,
.frb.frb-kolter input[type="checkbox"]:checked ~ label {
    background-color: #004b8b;
}

.frb input[type="radio"]:empty ~ label span,
.frb input[type="checkbox"]:empty ~ label span {
    display: inline-block;
}

.frb input[type="radio"]:empty ~ label span.frb-title,
.frb input[type="checkbox"]:empty ~ label span.frb-title {
    font-size: 16px;
    font-weight: 400;
    margin: 5px 5px 5px 50px;
}

.frb input[type="radio"]:empty ~ label span.frb-description,
.frb input[type="checkbox"]:empty ~ label span.frb-description {
    font-weight: normal;
    font-style: italic;
    color: #999;
    margin: 5px 5px 5px 50px;
}

.frb input[type="radio"]:empty:checked ~ label span.frb-description,
.frb input[type="checkbox"]:empty:checked ~ label span.frb-description {
    color: #fafafa;
}

.frb.frb-default input[type="radio"]:empty:checked ~ label span.frb-description,
.frb.frb-default
    input[type="checkbox"]:empty:checked
    ~ label
    span.frb-description {
    color: #999;
}

.coupon .kanan {
    border-left: 2px dashed #fff;
    width: 25% !important;
    position: relative;
    display: flex;
    justify-content: center;
}

.coupon .kanan .info::after,
.coupon .kanan .info::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #e4ecf3;
    border-radius: 100%;
}

.coupon .kanan .info::before {
    top: -10px;
    left: -10px;
}

.coupon .kanan .info::after {
    bottom: -10px;
    left: -10px;
}

.middle-container {
    display: flex;
    align-items: center;
}

.top-name {
    font-size: 16px;
    font-weight: bold;
    color: #272727;
    position: relative;
    top: 8px;
}

.bottom-info {
    font-size: 14px;
    position: relative;
    top: 2px;
}

.profile-user-img {
    border: 3px solid #004b8b;
    margin: 0 auto;
    padding: 3px;
    width: 100px;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.6s ease, border-color 0.3s ease;
    transform-style: preserve-3d;
}
.profile-container:hover {
    border-top: 0.1rem solid #004b8b;
    border-bottom: 0.1rem solid #004b8b;
    border-right: 0.1rem solid #004b8b;
}

.profile-container:hover .profile-user-img {
    transform: rotateY(180deg); /* Flip horizontally */
    border-color: #b0d0f3; /* Change border color */
    transition: transform 0.6s ease, border-color 0.3s ease;
}

.img-lg,
.img-md,
.img-sm {
    float: left;
}
.img-sm {
    height: 1.875rem;
    width: 1.875rem;
}
.img-sm + .img-push {
    margin-left: 2.5rem;
}
.img-md {
    width: 3.75rem;
    height: 3.75rem;
}
.img-md + .img-push {
    margin-left: 4.375rem;
}
.img-lg {
    width: 6.25rem;
    height: 6.25rem;
}
.img-lg + .img-push {
    margin-left: 6.875rem;
}
.img-bordered {
    border: 3px solid #adb5bd;
    padding: 3px;
}
.img-bordered-sm {
    border: 2px solid #adb5bd;
    padding: 2px;
}
.img-rounded {
    border-radius: 0.25rem;
}
.img-circle {
    border-radius: 50%;
}
.img-size-24,
.img-size-36,
.img-size-50,
.img-size-64 {
    height: auto;
}
.img-size-64 {
    width: 64px;
}
.img-size-50 {
    width: 50px;
}
.img-size-36 {
    width: 36px;
    height: 36px;
    object-fit: cover; /* Ensures the image is cropped without distortion */
    border-radius: 50%;
}
.img-size-24 {
    width: 24px;
    height: 24px;
    object-fit: cover; /* Ensures the image is cropped without distortion */
    border-radius: 50%;
}

.progress-bar.active {
    animation: reverse progress-bar-stripes 0.4s linear infinite,
        animate-positive 2s;
}
.item-textarea {
    width: 100%;
    min-height: 50px;
    resize: none;
    overflow: hidden;
    padding: 10px;
    font-size: 16px;
}

#timeline {
    /* if your tab-pane id is #timeline */
    max-height: 680px; /* the viewport height you want inside the card */
    overflow-y: auto; /* vertical scroll */
    overflow-x: visible; /* avoid clipping the pseudo-elements horizontally */
    padding-left: 0.75rem; /* gives arrow tips some room; tweak as you like */
}

.timeline {
    position: relative;
    display: flow-root;
    max-height: none !important; /* keep this */
    height: auto !important; /* allow it to grow to fit content */
    overflow: visible !important; /* avoid clipping arrows */
    padding: 0.75rem 0 1.25rem;
}
.timeline::before {
    top: 0;
    bottom: 0; /* now tied to actual content height */
    position: absolute;
    left: 31px;
    width: 4px;
    background: #dee2e6;
    border-radius: 0.25rem;
    content: "";
}

.timeline > div {
    margin-bottom: 15px;
    margin-right: 10px;
    position: relative;
}
.timeline > div::after,
.timeline > div::before {
    content: "";
    display: table;
}
.timeline > div > .timeline-item {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    background-color: #e4ecf3 !important;
    color: #495057;
    margin-left: 60px;
    margin-right: 15px;
    margin-top: 0;
    padding: 0;
    position: relative;
}
.timeline > div > .timeline-item > .time {
    color: #999;
    float: right;
    font-size: 12px;
    padding: 10px;
}
.timeline > div > .timeline-item > .timeline-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: #495057;
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
    padding: 10px;
}
.timeline > div > .timeline-item > .timeline-header > a {
    font-weight: 600;
}
.timeline > div > .timeline-item > .timeline-body,
.timeline > div > .timeline-item > .timeline-footer {
    padding: 10px;
    font-size: 14px;
}
.timeline > div > .timeline-item > .timeline-body > img {
    margin: 10px;
}
.timeline > div > .timeline-item > .timeline-body ol,
.timeline > div > .timeline-item > .timeline-body ul,
.timeline > div > .timeline-item > .timeline-body > dl {
    margin: 0;
}
.timeline > div > .timeline-item > .timeline-footer > a {
    color: #fff;
}
.timeline > div > .fa,
.timeline > div > .fab,
.timeline > div > .fad,
.timeline > div > .fal,
.timeline > div > .far,
.timeline > div > .fas,
.timeline > div > .ion,
.timeline > div > .svg-inline--fa {
    background-color: #adb5bd;
    border-radius: 50%;
    font-size: 16px;
    height: 30px;
    left: 18px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}
.timeline > div > .svg-inline--fa {
    padding: 7px;
}
.timeline > .time-label > span {
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 5px;
    font-size: 12px;
}
.timeline-inverse > div > .timeline-item {
    box-shadow: none;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}
.timeline-inverse > div > .timeline-item > .timeline-header {
    border-bottom-color: #dee2e6;
}

.direct-chat .card-body {
    overflow-x: hidden;
    padding: 0;
    position: relative;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
    transform: translate(0, 0);
}
.direct-chat.timestamp-light .direct-chat-timestamp {
    color: #30465f;
}
.direct-chat.timestamp-dark .direct-chat-timestamp {
    color: #ccc;
}
.direct-chat-messages {
    transform: translate(0, 0);
    height: 670px;
    overflow: auto;
    padding: 10px;
}
.direct-chat-msg,
.direct-chat-text {
    display: block;
}
.direct-chat-msg {
    margin-bottom: 10px;
}
.direct-chat-msg::after {
    display: block;
    clear: both;
    content: "";
}
.direct-chat-contacts,
.direct-chat-messages {
    transition: transform 0.5s ease-in-out;
}
.direct-chat-text {
    border-radius: 0.3rem;
    background-color: #d2d6de;
    border: 1px solid #d2d6de;
    color: #444;
    margin: 5px 0 0 50px;
    padding: 5px 10px;
    position: relative;
}
.direct-chat-text::after,
.direct-chat-text::before {
    border: solid transparent;
    border-right-color: #d2d6de;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 15px;
    width: 0;
}
.direct-chat-text::after {
    border-width: 5px;
    margin-top: -5px;
}
.direct-chat-text::before {
    border-width: 6px;
    margin-top: -6px;
}
.right .direct-chat-text {
    margin-left: 0;
    margin-right: 50px;
}
.right .direct-chat-text::after,
.right .direct-chat-text::before {
    border-left-color: #d2d6de;
    border-right-color: transparent;
    left: 100%;
    right: auto;
}
.direct-chat-img {
    border-radius: 50%;
    float: left;
    height: 40px;
    width: 40px;
}
.right .direct-chat-img {
    float: right;
}
.direct-chat-infos {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 2px;
}
.direct-chat-name {
    font-weight: 600;
}
.direct-chat-timestamp {
    color: #697582;
}
.direct-chat-contacts-open .direct-chat-contacts {
    transform: translate(0, 0);
}
.direct-chat-contacts {
    transform: translate(101%, 0);
    background-color: #343a40;
    bottom: 0;
    color: #fff;
    height: 250px;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 100%;
}
.direct-chat-contacts-light {
    background-color: #f8f9fa;
}
.direct-chat-contacts-light .contacts-list-name {
    color: #495057;
}
.direct-chat-contacts-light .contacts-list-date {
    color: #6c757d;
}
.direct-chat-contacts-light .contacts-list-msg {
    color: #545b62;
}
.contacts-list {
    padding-left: 0;
    list-style: none;
}
.contacts-list > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 10px;
}
.contacts-list > li::after {
    display: block;
    clear: both;
    content: "";
}
.contacts-list > li:last-of-type {
    border-bottom: 0;
}
.contacts-list-img {
    border-radius: 50%;
    float: left;
    width: 40px;
}
.contacts-list-info {
    color: #fff;
    margin-left: 45px;
}
.contacts-list-name,
.contacts-list-status {
    display: block;
}
.contacts-list-name {
    font-weight: 600;
}
.contacts-list-status {
    font-size: 0.875rem;
}
.contacts-list-date {
    color: #ced4da;
    font-weight: 400;
}
.contacts-list-msg {
    color: #b1bbc4;
}
.direct-chat-primary .right > .direct-chat-text {
    background-color: #e4ecf3;
    border-color: #e4ecf3;
    color: #001f3f;
}
.direct-chat-primary .right > .direct-chat-text::after,
.direct-chat-primary .right > .direct-chat-text::before {
    border-left-color: #e4ecf3;
}
.direct-chat-secondary .right > .direct-chat-text {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}
.direct-chat-secondary .right > .direct-chat-text::after,
.direct-chat-secondary .right > .direct-chat-text::before {
    border-left-color: #6c757d;
}
.direct-chat-success .right > .direct-chat-text {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}
.direct-chat-success .right > .direct-chat-text::after,
.direct-chat-success .right > .direct-chat-text::before {
    border-left-color: #28a745;
}
.direct-chat-info .right > .direct-chat-text {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}
.direct-chat-info .right > .direct-chat-text::after,
.direct-chat-info .right > .direct-chat-text::before {
    border-left-color: #17a2b8;
}
.direct-chat-warning .right > .direct-chat-text {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #1f2d3d;
}
.direct-chat-warning .right > .direct-chat-text::after,
.direct-chat-warning .right > .direct-chat-text::before {
    border-left-color: #ffc107;
}
.direct-chat-danger .right > .direct-chat-text {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.direct-chat-danger .right > .direct-chat-text::after,
.direct-chat-danger .right > .direct-chat-text::before {
    border-left-color: #dc3545;
}
.direct-chat-light .right > .direct-chat-text {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #1f2d3d;
}
.direct-chat-light .right > .direct-chat-text::after,
.direct-chat-light .right > .direct-chat-text::before {
    border-left-color: #f8f9fa;
}
.direct-chat-dark .right > .direct-chat-text {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff;
}
.direct-chat-dark .right > .direct-chat-text::after,
.direct-chat-dark .right > .direct-chat-text::before {
    border-left-color: #343a40;
}
.direct-chat-lightblue .right > .direct-chat-text {
    background-color: #3c8dbc;
    border-color: #3c8dbc;
    color: #fff;
}
.direct-chat-lightblue .right > .direct-chat-text::after,
.direct-chat-lightblue .right > .direct-chat-text::before {
    border-left-color: #3c8dbc;
}
.direct-chat-navy .right > .direct-chat-text {
    background-color: #001f3f;
    border-color: #001f3f;
    color: #fff;
}
.direct-chat-navy .right > .direct-chat-text::after,
.direct-chat-navy .right > .direct-chat-text::before {
    border-left-color: #001f3f;
}
.direct-chat-olive .right > .direct-chat-text {
    background-color: #3d9970;
    border-color: #3d9970;
    color: #fff;
}
.direct-chat-olive .right > .direct-chat-text::after,
.direct-chat-olive .right > .direct-chat-text::before {
    border-left-color: #3d9970;
}
.direct-chat-lime .right > .direct-chat-text {
    background-color: #01ff70;
    border-color: #01ff70;
    color: #1f2d3d;
}
.direct-chat-lime .right > .direct-chat-text::after,
.direct-chat-lime .right > .direct-chat-text::before {
    border-left-color: #01ff70;
}
.direct-chat-fuchsia .right > .direct-chat-text {
    background-color: #f012be;
    border-color: #f012be;
    color: #fff;
}
.direct-chat-fuchsia .right > .direct-chat-text::after,
.direct-chat-fuchsia .right > .direct-chat-text::before {
    border-left-color: #f012be;
}
.direct-chat-maroon .right > .direct-chat-text {
    background-color: #d81b60;
    border-color: #d81b60;
    color: #fff;
}
.direct-chat-maroon .right > .direct-chat-text::after,
.direct-chat-maroon .right > .direct-chat-text::before {
    border-left-color: #d81b60;
}
.direct-chat-blue .right > .direct-chat-text {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}
.direct-chat-blue .right > .direct-chat-text::after,
.direct-chat-blue .right > .direct-chat-text::before {
    border-left-color: #007bff;
}
.direct-chat-indigo .right > .direct-chat-text {
    background-color: #6610f2;
    border-color: #6610f2;
    color: #fff;
}
.direct-chat-indigo .right > .direct-chat-text::after,
.direct-chat-indigo .right > .direct-chat-text::before {
    border-left-color: #6610f2;
}
.direct-chat-purple .right > .direct-chat-text {
    background-color: #6f42c1;
    border-color: #6f42c1;
    color: #fff;
}
.direct-chat-purple .right > .direct-chat-text::after,
.direct-chat-purple .right > .direct-chat-text::before {
    border-left-color: #6f42c1;
}
.direct-chat-pink .right > .direct-chat-text {
    background-color: #e83e8c;
    border-color: #e83e8c;
    color: #fff;
}
.direct-chat-pink .right > .direct-chat-text::after,
.direct-chat-pink .right > .direct-chat-text::before {
    border-left-color: #e83e8c;
}
.direct-chat-red .right > .direct-chat-text {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.direct-chat-red .right > .direct-chat-text::after,
.direct-chat-red .right > .direct-chat-text::before {
    border-left-color: #dc3545;
}
.direct-chat-orange .right > .direct-chat-text {
    background-color: #fd7e14;
    border-color: #fd7e14;
    color: #1f2d3d;
}
.direct-chat-orange .right > .direct-chat-text::after,
.direct-chat-orange .right > .direct-chat-text::before {
    border-left-color: #fd7e14;
}
.direct-chat-yellow .right > .direct-chat-text {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #1f2d3d;
}
.direct-chat-yellow .right > .direct-chat-text::after,
.direct-chat-yellow .right > .direct-chat-text::before {
    border-left-color: #ffc107;
}
.direct-chat-green .right > .direct-chat-text {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}
.direct-chat-green .right > .direct-chat-text::after,
.direct-chat-green .right > .direct-chat-text::before {
    border-left-color: #28a745;
}
.direct-chat-teal .right > .direct-chat-text {
    background-color: #20c997;
    border-color: #20c997;
    color: #fff;
}
.direct-chat-teal .right > .direct-chat-text::after,
.direct-chat-teal .right > .direct-chat-text::before {
    border-left-color: #20c997;
}
.direct-chat-cyan .right > .direct-chat-text {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}
.direct-chat-cyan .right > .direct-chat-text::after,
.direct-chat-cyan .right > .direct-chat-text::before {
    border-left-color: #17a2b8;
}
.direct-chat-white .right > .direct-chat-text {
    background-color: #fff;
    border-color: #fff;
    color: #1f2d3d;
}
.direct-chat-white .right > .direct-chat-text::after,
.direct-chat-white .right > .direct-chat-text::before {
    border-left-color: #fff;
}
.direct-chat-gray .right > .direct-chat-text {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}
.direct-chat-gray .right > .direct-chat-text::after,
.direct-chat-gray .right > .direct-chat-text::before {
    border-left-color: #6c757d;
}
.direct-chat-gray-dark .right > .direct-chat-text {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff;
}
.direct-chat-gray-dark .right > .direct-chat-text::after,
.direct-chat-gray-dark .right > .direct-chat-text::before {
    border-left-color: #343a40;
}
.dark-mode .direct-chat-text {
    background-color: #454d55;
    border-color: #4b545c;
    color: #fff;
}
.dark-mode .direct-chat-text::after,
.dark-mode .direct-chat-text::before {
    border-right-color: #4b545c;
}
.dark-mode .direct-chat-timestamp {
    color: #adb5bd;
}
.dark-mode .right > .direct-chat-text::after,
.dark-mode .right > .direct-chat-text::before {
    border-right-color: transparent;
}
.dark-mode .direct-chat-primary .right > .direct-chat-text {
    background-color: #3f6791;
    border-color: #3f6791;
    color: #fff;
}
.dark-mode .direct-chat-primary .right > .direct-chat-text::after,
.dark-mode .direct-chat-primary .right > .direct-chat-text::before {
    border-left-color: #3f6791;
}
.dark-mode .direct-chat-secondary .right > .direct-chat-text {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}
.dark-mode .direct-chat-secondary .right > .direct-chat-text::after,
.dark-mode .direct-chat-secondary .right > .direct-chat-text::before {
    border-left-color: #6c757d;
}
.dark-mode .direct-chat-success .right > .direct-chat-text {
    background-color: #00bc8c;
    border-color: #00bc8c;
    color: #fff;
}
.dark-mode .direct-chat-success .right > .direct-chat-text::after,
.dark-mode .direct-chat-success .right > .direct-chat-text::before {
    border-left-color: #00bc8c;
}
.dark-mode .direct-chat-info .right > .direct-chat-text {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
}
.dark-mode .direct-chat-info .right > .direct-chat-text::after,
.dark-mode .direct-chat-info .right > .direct-chat-text::before {
    border-left-color: #3498db;
}
.dark-mode .direct-chat-warning .right > .direct-chat-text {
    background-color: #f39c12;
    border-color: #f39c12;
    color: #1f2d3d;
}
.dark-mode .direct-chat-warning .right > .direct-chat-text::after,
.dark-mode .direct-chat-warning .right > .direct-chat-text::before {
    border-left-color: #f39c12;
}
.dark-mode .direct-chat-danger .right > .direct-chat-text {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #fff;
}
.dark-mode .direct-chat-danger .right > .direct-chat-text::after,
.dark-mode .direct-chat-danger .right > .direct-chat-text::before {
    border-left-color: #e74c3c;
}
.dark-mode .direct-chat-light .right > .direct-chat-text {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #1f2d3d;
}
.dark-mode .direct-chat-light .right > .direct-chat-text::after,
.dark-mode .direct-chat-light .right > .direct-chat-text::before {
    border-left-color: #f8f9fa;
}
.dark-mode .direct-chat-dark .right > .direct-chat-text {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff;
}
.dark-mode .direct-chat-dark .right > .direct-chat-text::after,
.dark-mode .direct-chat-dark .right > .direct-chat-text::before {
    border-left-color: #343a40;
}
.dark-mode .direct-chat-lightblue .right > .direct-chat-text {
    background-color: #86bad8;
    border-color: #86bad8;
    color: #1f2d3d;
}
.dark-mode .direct-chat-lightblue .right > .direct-chat-text::after,
.dark-mode .direct-chat-lightblue .right > .direct-chat-text::before {
    border-left-color: #86bad8;
}
.dark-mode .direct-chat-navy .right > .direct-chat-text {
    background-color: #002c59;
    border-color: #002c59;
    color: #fff;
}
.dark-mode .direct-chat-navy .right > .direct-chat-text::after,
.dark-mode .direct-chat-navy .right > .direct-chat-text::before {
    border-left-color: #002c59;
}
.dark-mode .direct-chat-olive .right > .direct-chat-text {
    background-color: #74c8a3;
    border-color: #74c8a3;
    color: #1f2d3d;
}
.dark-mode .direct-chat-olive .right > .direct-chat-text::after,
.dark-mode .direct-chat-olive .right > .direct-chat-text::before {
    border-left-color: #74c8a3;
}
.dark-mode .direct-chat-lime .right > .direct-chat-text {
    background-color: #67ffa9;
    border-color: #67ffa9;
    color: #1f2d3d;
}
.dark-mode .direct-chat-lime .right > .direct-chat-text::after,
.dark-mode .direct-chat-lime .right > .direct-chat-text::before {
    border-left-color: #67ffa9;
}
.dark-mode .direct-chat-fuchsia .right > .direct-chat-text {
    background-color: #f672d8;
    border-color: #f672d8;
    color: #1f2d3d;
}
.dark-mode .direct-chat-fuchsia .right > .direct-chat-text::after,
.dark-mode .direct-chat-fuchsia .right > .direct-chat-text::before {
    border-left-color: #f672d8;
}
.dark-mode .direct-chat-maroon .right > .direct-chat-text {
    background-color: #ed6c9b;
    border-color: #ed6c9b;
    color: #1f2d3d;
}
.dark-mode .direct-chat-maroon .right > .direct-chat-text::after,
.dark-mode .direct-chat-maroon .right > .direct-chat-text::before {
    border-left-color: #ed6c9b;
}
.dark-mode .direct-chat-blue .right > .direct-chat-text {
    background-color: #3f6791;
    border-color: #3f6791;
    color: #fff;
}
.dark-mode .direct-chat-blue .right > .direct-chat-text::after,
.dark-mode .direct-chat-blue .right > .direct-chat-text::before {
    border-left-color: #3f6791;
}
.dark-mode .direct-chat-indigo .right > .direct-chat-text {
    background-color: #6610f2;
    border-color: #6610f2;
    color: #fff;
}
.dark-mode .direct-chat-indigo .right > .direct-chat-text::after,
.dark-mode .direct-chat-indigo .right > .direct-chat-text::before {
    border-left-color: #6610f2;
}
.dark-mode .direct-chat-purple .right > .direct-chat-text {
    background-color: #6f42c1;
    border-color: #6f42c1;
    color: #fff;
}
.dark-mode .direct-chat-purple .right > .direct-chat-text::after,
.dark-mode .direct-chat-purple .right > .direct-chat-text::before {
    border-left-color: #6f42c1;
}
.dark-mode .direct-chat-pink .right > .direct-chat-text {
    background-color: #e83e8c;
    border-color: #e83e8c;
    color: #fff;
}
.dark-mode .direct-chat-pink .right > .direct-chat-text::after,
.dark-mode .direct-chat-pink .right > .direct-chat-text::before {
    border-left-color: #e83e8c;
}
.dark-mode .direct-chat-red .right > .direct-chat-text {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #fff;
}
.dark-mode .direct-chat-red .right > .direct-chat-text::after,
.dark-mode .direct-chat-red .right > .direct-chat-text::before {
    border-left-color: #e74c3c;
}
.dark-mode .direct-chat-orange .right > .direct-chat-text {
    background-color: #fd7e14;
    border-color: #fd7e14;
    color: #1f2d3d;
}
.dark-mode .direct-chat-orange .right > .direct-chat-text::after,
.dark-mode .direct-chat-orange .right > .direct-chat-text::before {
    border-left-color: #fd7e14;
}
.dark-mode .direct-chat-yellow .right > .direct-chat-text {
    background-color: #f39c12;
    border-color: #f39c12;
    color: #1f2d3d;
}
.dark-mode .direct-chat-yellow .right > .direct-chat-text::after,
.dark-mode .direct-chat-yellow .right > .direct-chat-text::before {
    border-left-color: #f39c12;
}
.dark-mode .direct-chat-green .right > .direct-chat-text {
    background-color: #00bc8c;
    border-color: #00bc8c;
    color: #fff;
}
.dark-mode .direct-chat-green .right > .direct-chat-text::after,
.dark-mode .direct-chat-green .right > .direct-chat-text::before {
    border-left-color: #00bc8c;
}
.dark-mode .direct-chat-teal .right > .direct-chat-text {
    background-color: #20c997;
    border-color: #20c997;
    color: #fff;
}
.dark-mode .direct-chat-teal .right > .direct-chat-text::after,
.dark-mode .direct-chat-teal .right > .direct-chat-text::before {
    border-left-color: #20c997;
}
.dark-mode .direct-chat-cyan .right > .direct-chat-text {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
}
.dark-mode .direct-chat-cyan .right > .direct-chat-text::after,
.dark-mode .direct-chat-cyan .right > .direct-chat-text::before {
    border-left-color: #3498db;
}
.dark-mode .direct-chat-white .right > .direct-chat-text {
    background-color: #fff;
    border-color: #fff;
    color: #1f2d3d;
}
.dark-mode .direct-chat-white .right > .direct-chat-text::after,
.dark-mode .direct-chat-white .right > .direct-chat-text::before {
    border-left-color: #fff;
}
.dark-mode .direct-chat-gray .right > .direct-chat-text {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}
.dark-mode .direct-chat-gray .right > .direct-chat-text::after,
.dark-mode .direct-chat-gray .right > .direct-chat-text::before {
    border-left-color: #6c757d;
}
.dark-mode .direct-chat-gray-dark .right > .direct-chat-text {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff;
}
.dark-mode .direct-chat-gray-dark .right > .direct-chat-text::after,
.dark-mode .direct-chat-gray-dark .right > .direct-chat-text::before {
    border-left-color: #343a40;
}

.mailbox-attachments {
    padding-left: 0;
    list-style: none;
}
.mailbox-attachments li {
    border: 1px solid #eee;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 200px;
}
.mailbox-attachment-name {
    color: #666;
    font-weight: 700;
}
.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
    display: block;
}
.mailbox-attachment-info {
    background-color: #f8f9fa;
    padding: 10px;
}
.mailbox-attachment-size {
    color: #999;
    font-size: 12px;
}
.mailbox-attachment-size > span {
    display: inline-block;
    padding-top: 0.75rem;
}
.mailbox-attachment-icon {
    color: #666;
    font-size: 20px;
    max-height: 132.5px;
    padding: 20px 10px;
    text-align: center;
}
.mailbox-attachment-icon.has-img {
    padding: 0;
}
.mailbox-attachment-icon.has-img > img {
    height: auto;
    max-width: 100%;
}
.product-image-thumbs {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
}
.product-image-thumb {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    border-radius: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1rem;
    max-width: 7rem;
    padding: 0.5rem;
}
.product-image-thumb img {
    max-width: 100%;
    height: auto;
    -ms-flex-item-align: center;
    align-self: center;
}
.product-image-thumb:hover {
    opacity: 0.5;
}

.info-box {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: 0.5rem;
    position: relative;
    width: 100%;
}
.info-box .progress {
    background-color: rgba(0, 0, 0, 0.125);
    height: 2px;
    margin: 5px 0;
}
.info-box .progress .progress-bar {
    background-color: #fff;
}
.info-box .info-box-icon {
    border-radius: 0.25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 70px;
}
.info-box .info-box-icon > img {
    max-width: 100%;
}
.info-box .info-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.8;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    overflow: hidden;
}
.info-box .info-box-number {
    display: block;
    margin-top: 0.25rem;
    font-weight: 700;
}
.info-box .info-box-text,
.info-box .progress-description {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info-box .info-box .bg-gradient-primary,
.info-box .info-box .bg-primary {
    color: #fff;
}
.info-box .info-box .bg-gradient-primary .progress-bar,
.info-box .info-box .bg-primary .progress-bar {
    background-color: #fff;
}
.info-box .info-box .bg-gradient-secondary,
.info-box .info-box .bg-secondary {
    color: #fff;
}
.info-box .info-box .bg-gradient-secondary .progress-bar,
.info-box .info-box .bg-secondary .progress-bar {
    background-color: #fff;
}
.info-box .info-box .bg-gradient-success,
.info-box .info-box .bg-success {
    color: #fff;
}
.info-box .info-box .bg-gradient-success .progress-bar,
.info-box .info-box .bg-success .progress-bar {
    background-color: #fff;
}
.info-box .info-box .bg-gradient-info,
.info-box .info-box .bg-info {
    color: #fff;
}
.info-box .info-box .bg-gradient-info .progress-bar,
.info-box .info-box .bg-info .progress-bar {
    background-color: #fff;
}
.info-box .info-box .bg-gradient-warning,
.info-box .info-box .bg-warning {
    color: #1f2d3d;
}
.info-box .info-box .bg-gradient-warning .progress-bar,
.info-box .info-box .bg-warning .progress-bar {
    background-color: #1f2d3d;
}
.info-box .info-box .bg-danger,
.info-box .info-box .bg-gradient-danger {
    color: #fff;
}
.info-box .info-box .bg-danger .progress-bar,
.info-box .info-box .bg-gradient-danger .progress-bar {
    background-color: #fff;
}
.info-box .info-box .bg-gradient-light,
.info-box .info-box .bg-light {
    color: #1f2d3d;
}
.info-box .info-box .bg-gradient-light .progress-bar,
.info-box .info-box .bg-light .progress-bar {
    background-color: #1f2d3d;
}
.info-box .info-box .bg-dark,
.info-box .info-box .bg-gradient-dark {
    color: #fff;
}
.info-box .info-box .bg-dark .progress-bar,
.info-box .info-box .bg-gradient-dark .progress-bar {
    background-color: #fff;
}
.info-box .info-box-more {
    display: block;
}
.info-box .progress-description {
    margin: 0;
}
@media (min-width: 768px) {
    .col-lg-2 .info-box .progress-description,
    .col-md-2 .info-box .progress-description,
    .col-xl-2 .info-box .progress-description {
        display: none;
    }
    .col-lg-3 .info-box .progress-description,
    .col-md-3 .info-box .progress-description,
    .col-xl-3 .info-box .progress-description {
        display: none;
    }
}
@media (min-width: 992px) {
    .col-lg-2 .info-box .progress-description,
    .col-md-2 .info-box .progress-description,
    .col-xl-2 .info-box .progress-description {
        font-size: 0.75rem;
        display: block;
    }
    .col-lg-3 .info-box .progress-description,
    .col-md-3 .info-box .progress-description,
    .col-xl-3 .info-box .progress-description {
        font-size: 0.75rem;
        display: block;
    }
}
@media (min-width: 1200px) {
    .col-lg-2 .info-box .progress-description,
    .col-md-2 .info-box .progress-description,
    .col-xl-2 .info-box .progress-description {
        font-size: 1rem;
        display: block;
    }
    .col-lg-3 .info-box .progress-description,
    .col-md-3 .info-box .progress-description,
    .col-xl-3 .info-box .progress-description {
        font-size: 1rem;
        display: block;
    }
}
.dark-mode .info-box {
    background-color: #343a40;
    color: #fff;
}
.dark-mode .info-box .info-box .bg-gradient-primary,
.dark-mode .info-box .info-box .bg-primary {
    color: #fff;
}
.dark-mode .info-box .info-box .bg-gradient-primary .progress-bar,
.dark-mode .info-box .info-box .bg-primary .progress-bar {
    background-color: #fff;
}
.dark-mode .info-box .info-box .bg-gradient-secondary,
.dark-mode .info-box .info-box .bg-secondary {
    color: #fff;
}
.dark-mode .info-box .info-box .bg-gradient-secondary .progress-bar,
.dark-mode .info-box .info-box .bg-secondary .progress-bar {
    background-color: #fff;
}
.dark-mode .info-box .info-box .bg-gradient-success,
.dark-mode .info-box .info-box .bg-success {
    color: #fff;
}
.dark-mode .info-box .info-box .bg-gradient-success .progress-bar,
.dark-mode .info-box .info-box .bg-success .progress-bar {
    background-color: #fff;
}
.dark-mode .info-box .info-box .bg-gradient-info,
.dark-mode .info-box .info-box .bg-info {
    color: #fff;
}
.dark-mode .info-box .info-box .bg-gradient-info .progress-bar,
.dark-mode .info-box .info-box .bg-info .progress-bar {
    background-color: #fff;
}
.dark-mode .info-box .info-box .bg-gradient-warning,
.dark-mode .info-box .info-box .bg-warning {
    color: #1f2d3d;
}
.dark-mode .info-box .info-box .bg-gradient-warning .progress-bar,
.dark-mode .info-box .info-box .bg-warning .progress-bar {
    background-color: #1f2d3d;
}
.dark-mode .info-box .info-box .bg-danger,
.dark-mode .info-box .info-box .bg-gradient-danger {
    color: #fff;
}
.dark-mode .info-box .info-box .bg-danger .progress-bar,
.dark-mode .info-box .info-box .bg-gradient-danger .progress-bar {
    background-color: #fff;
}
.dark-mode .info-box .info-box .bg-gradient-light,
.dark-mode .info-box .info-box .bg-light {
    color: #1f2d3d;
}
.dark-mode .info-box .info-box .bg-gradient-light .progress-bar,
.dark-mode .info-box .info-box .bg-light .progress-bar {
    background-color: #1f2d3d;
}
.dark-mode .info-box .info-box .bg-dark,
.dark-mode .info-box .info-box .bg-gradient-dark {
    color: #fff;
}

.floating-btn {
    position: fixed;
    bottom: 20px; /* Adjust as needed */
    left: 20px; /* Adjust as needed */
    z-index: 1000; /* Ensure it appears on top of other content */
}

/* Optional: Make it a circular "Floating Action Button" (FAB) */
.floating-btn .btn-fab {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px; /* Adjust icon size */
}

#chartjs-tooltip .tooltip-card {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
}

.kolter-list-group-item {
    color: #004b8b;
    padding: 0.4rem 0.75rem;
}

.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.small-box > .inner {
    padding: 10px;
}
.small-box > .small-box-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
.small-box > .small-box-footer:hover {
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}
.small-box h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
}
@media (min-width: 992px) {
    .col-lg-2 .small-box h3,
    .col-md-2 .small-box h3,
    .col-xl-2 .small-box h3 {
        font-size: 1.6rem;
    }
    .col-lg-3 .small-box h3,
    .col-md-3 .small-box h3,
    .col-xl-3 .small-box h3 {
        font-size: 1.6rem;
    }
}
@media (min-width: 1200px) {
    .col-lg-2 .small-box h3,
    .col-md-2 .small-box h3,
    .col-xl-2 .small-box h3 {
        font-size: 2.2rem;
    }
    .col-lg-3 .small-box h3,
    .col-md-3 .small-box h3,
    .col-xl-3 .small-box h3 {
        font-size: 2.2rem;
    }
}
.small-box p {
    font-size: 1rem;
}
.small-box p > small {
    color: #f8f9fa;
    display: block;
    font-size: 0.9rem;
    margin-top: 5px;
}
.small-box h3,
.small-box p {
    z-index: 5;
}
.small-box .icon {
    color: rgba(0, 0, 0, 0.15);
    z-index: 0;
}
.small-box .icon > i {
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.small-box .icon > i.fa,
.small-box .icon > i.fab,
.small-box .icon > i.fad,
.small-box .icon > i.fal,
.small-box .icon > i.far,
.small-box .icon > i.fas,
.small-box .icon > i.ion {
    font-size: 70px;
    top: 20px;
}
.small-box .icon svg {
    font-size: 70px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.small-box:hover {
    text-decoration: none;
}
.small-box:hover .icon > i,
.small-box:hover .icon > i.fa,
.small-box:hover .icon > i.fab,
.small-box:hover .icon > i.fad,
.small-box:hover .icon > i.fal,
.small-box:hover .icon > i.far,
.small-box:hover .icon > i.fas,
.small-box:hover .icon > i.ion {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.small-box:hover .icon > svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.login-logo a,
.register-logo a {
    color: #495057;
}
.login-page,
.register-page {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 80vh;
    -ms-flex-pack: center;
    justify-content: center;
}
.login-box,
.register-box {
    width: 360px;
}
@media (max-width: 576px) {
    .login-box,
    .register-box {
        margin-top: 0.5rem;
        width: 90%;
    }
}
.login-box .card,
.register-box .card {
    margin-bottom: 0;
}
.login-card-body,
.register-card-body {
    background-color: #fff;
    border-top: 0;
    color: #666;
    padding: 20px;
}
.login-card-body .input-group .form-control,
.register-card-body .input-group .form-control {
    border-right: 0;
}
.login-card-body .input-group .form-control:focus,
.register-card-body .input-group .form-control:focus {
    box-shadow: none;
}
.login-card-body
    .input-group
    .form-control:focus
    ~ .input-group-append
    .input-group-text,
.login-card-body
    .input-group
    .form-control:focus
    ~ .input-group-prepend
    .input-group-text,
.register-card-body
    .input-group
    .form-control:focus
    ~ .input-group-append
    .input-group-text,
.register-card-body
    .input-group
    .form-control:focus
    ~ .input-group-prepend
    .input-group-text {
    border-color: #80bdff;
}
.login-card-body .input-group .form-control.is-valid:focus,
.register-card-body .input-group .form-control.is-valid:focus {
    box-shadow: none;
}
.login-card-body
    .input-group
    .form-control.is-valid
    ~ .input-group-append
    .input-group-text,
.login-card-body
    .input-group
    .form-control.is-valid
    ~ .input-group-prepend
    .input-group-text,
.register-card-body
    .input-group
    .form-control.is-valid
    ~ .input-group-append
    .input-group-text,
.register-card-body
    .input-group
    .form-control.is-valid
    ~ .input-group-prepend
    .input-group-text {
    border-color: #28a745;
}
.login-card-body .input-group .form-control.is-invalid:focus,
.register-card-body .input-group .form-control.is-invalid:focus {
    box-shadow: none;
}
.login-card-body
    .input-group
    .form-control.is-invalid
    ~ .input-group-append
    .input-group-text,
.register-card-body
    .input-group
    .form-control.is-invalid
    ~ .input-group-append
    .input-group-text {
    border-color: #dc3545;
}
.login-card-body .input-group .input-group-text,
.register-card-body .input-group .input-group-text {
    background-color: transparent;
    border-bottom-right-radius: 0.25rem;
    border-left: 0;
    border-top-right-radius: 0.25rem;
    color: #777;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.login-box-msg,
.register-box-msg {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
}
.social-auth-links {
    margin: 10px 0;
}
.dark-mode .login-card-body,
.dark-mode .register-card-body {
    background-color: #343a40;
    border-color: #6c757d;
    color: #fff;
}
.dark-mode .login-logo a,
.dark-mode .register-logo a {
    color: #fff;
}

.btn.btn-file {
    overflow: hidden;
    position: relative;
}
.btn.btn-file > input[type="file"] {
    background-color: #fff;
    cursor: inherit;
    display: block;
    font-size: 100px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    outline: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.text-sm .btn {
    font-size: 0.875rem !important;
}

.card-widget {
    border: 0;
    position: relative;
}
.widget-user .widget-user-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    height: 135px;
    padding: 1rem;
    text-align: center;
}
.widget-user .widget-user-username {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget-user .widget-user-desc {
    margin-top: 0;
}
.widget-user .widget-user-image {
    left: 50%;
    margin-left: -45px;
    position: absolute;
    top: 80px;
}
.widget-user .widget-user-image > img {
    border: 3px solid #fff;
    height: auto;
    width: 90px;
}
.widget-user .card-footer {
    padding-top: 50px;
}
.widget-user-2 .widget-user-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 1rem;
}
.widget-user-2 .widget-user-username {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 5px;
}
.widget-user-2 .widget-user-desc {
    margin-top: 0;
}
.widget-user-2 .widget-user-desc,
.widget-user-2 .widget-user-username {
    margin-left: 75px;
}
.widget-user-2 .widget-user-image > img {
    float: left;
    height: auto;
    width: 65px;
}

.initials-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #004b8b; /* or your theme color */
    color: #fff;
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.initials-avatar-comments {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #004b8b; /* or your theme color */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.initials-avatar-contact {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff; /* or your theme color */
    color: #004b8b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.carousel-indicators {
    position: absolute;
    left: 90%;
    transform: translateX(-50%);
    margin: 0;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > a::after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    float: right;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
}
.dropdown-submenu > .dropdown-menu {
    left: 100%;
    margin-left: 0;
    margin-top: 0;
    top: 0;
}
.dropdown-hover .dropdown-submenu:hover > .dropdown-menu,
.dropdown-hover.dropdown-submenu:hover > .dropdown-menu,
.dropdown-hover.nav-item.dropdown:hover > .dropdown-menu,
.dropdown-hover:hover > .dropdown-menu {
    display: block;
}

li.small a {
    display: inline-block; /* Allows wrapping */
    word-break: break-word; /* Break long words if needed */
    white-space: normal; /* Allows text to wrap */
    max-width: 100%; /* Prevent overflow */
}

.card.left-border-kolter-card:not(.ignore):has(input[type="checkbox"]:checked) {
    border-left: 0.35rem solid #009f88; /* Change to your desired color */
}

@media (max-width: 767.98px) {
    .small-box {
        text-align: center;
    }
    .small-box .icon {
        display: none;
    }
    .small-box p {
        font-size: 12px;
    }
}
@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}
