button:disabled,
button[disabled] {
    cursor: not-allowed !important;
}

a[disabled],
a.disabled {
    pointer-events: none;
    cursor: not-allowed !important;
}

:disabled {
    cursor: not-allowed !important;
}


.choices__list--dropdown .choices__item--selectable:after {
    display: none !important;
}

.choices__list--dropdown .choices__item--selectable {
    padding-right: 0 !important;
}

/* Grid container */
.avatar-grid {
    display: grid;
    width: 50px;
}

.user-org {
    text-wrap: wrap;
}

.pc-sidebar .m-header {
    justify-content: space-between;
}

.dashed-underline {
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 4px;
    padding: 5px;
}

/*.select2-container {*/
/*    width: 100% !important;*/
/*}*/

.hidden {
    visibility: hidden;
    position: absolute;
}

#invoice-templates {
    display: none;
}

.select2-container .select2-selection--single {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231D2630' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    display: block !important;
    width: 100% !important;
    height: 50px !important;
    padding: 0.8rem 2rem 0.8rem 0.75rem !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #5B6B79 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: 1px solid #DBE0E5 !important;
    border-radius: 8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.8 !important;
    padding-right: 0 !important;
}

.table td, .table th {
    vertical-align: top;
}

#invoice-lines {
    table-layout: fixed;
    width: 100%;
}

#invoice-lines th:nth-child(1),
#invoice-lines td:nth-child(1) {
    width: 3%;
}

#invoice-lines th:nth-child(2) {
    width: 90%;
    word-wrap: break-word;
}
#invoice-lines th:nth-child(3),
#invoice-lines td:nth-child(3) {
    width: 6%;
    text-align: center;
}

#invoice-lines th:nth-child(4),
#invoice-lines td:nth-child(4) {
    width: 10%;
    text-align: center;
}

#invoice-lines.table td > span:first-child {
    margin-top: 15px;
    display: inline-block;
}

.rtable--flip {
    display: flex;
    overflow: hidden;
    background: none;
    width: 100%;
}

.rtable--flip thead {
    display: flex;
    flex-shrink: 0;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
}

.rtable--flip tbody {
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

.rtable--flip tr {
    display: flex;
    flex-direction: column;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
    display: block;
}

.rtable--flip td {
    background-image: none !important;
    border-left: 0;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
    border-bottom: 0;
}


/* Grid items */
.avatar-grid .avatar {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%;
    background-size: 600%;
    background-image: url('/website/images/user/avatars.jpg');
}

/* Individual avatars */
.avatar-1 {
    background-position: 0% 0%;
}

.avatar-2 {
    background-position: 20% 0%;
}

.avatar-3 {
    background-position: 40% 0%;
}

.avatar-4 {
    background-position: 60% 0%;
}

.avatar-5 {
    background-position: 80% 0%;
}

.avatar-6 {
    background-position: 100% 0%;
}

.avatar-7 {
    background-position: 0% 20%;
}

.avatar-8 {
    background-position: 20% 20%;
}

.avatar-9 {
    background-position: 40% 20%;
}

.avatar-10 {
    background-position: 60% 20%;
}

.avatar-11 {
    background-position: 80% 20%;
}

.avatar-12 {
    background-position: 100% 20%;
}

.avatar-13 {
    background-position: 0% 40%;
}

.avatar-14 {
    background-position: 20% 40%;
}

.avatar-15 {
    background-position: 40% 40%;
}

.avatar-16 {
    background-position: 60% 40%;
}

.avatar-17 {
    background-position: 80% 40%;
}

.avatar-18 {
    background-position: 100% 40%;
}

.avatar-19 {
    background-position: 0% 60%;
}

.avatar-20 {
    background-position: 20% 60%;
}

.avatar-21 {
    background-position: 40% 60%;
}

.avatar-22 {
    background-position: 60% 60%;
}

.avatar-23 {
    background-position: 80% 60%;
}

.avatar-24 {
    background-position: 100% 60%;
}

.avatar-25 {
    background-position: 0% 80%;
}

.avatar-26 {
    background-position: 20% 80%;
}

.avatar-27 {
    background-position: 40% 80%;
}

.avatar-28 {
    background-position: 60% 80%;
}

.avatar-29 {
    background-position: 80% 80%;
}

.avatar-30 {
    background-position: 100% 80%;
}

.avatar-31 {
    background-position: 0% 100%;
}

.avatar-32 {
    background-position: 20% 100%;
}

.avatar-33 {
    background-position: 40% 100%;
}

.avatar-34 {
    background-position: 60% 100%;
}

.avatar-35 {
    background-position: 80% 100%;
}

.avatar-36 {
    background-position: 100% 100%;
}

.avatars-container-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.avatars-container-list .avatar-grid {
    transition: transform 0.3s ease, z-index 0.3s ease;
}

.avatars-container-list .avatar-grid:hover {
    transform: scale(2.2);
    z-index: 3;
    cursor: pointer;
}

.avatars-container-list .avatar-grid.selected {
    border: 3px solid #6622cc;
    border-radius: 50%;
}

.avatars-container-list .avatar-grid {
    position: relative;
}

.avatars-container-list .avatar-grid .checkmark-icon {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #6622cc;
    display: none;
    align-items: center;
    justify-content: center;
    color: #6622cc;
    font-size: 18px;
    font-weight: bold;
    z-index: 1;
}

.avatars-container-list .avatar-grid.selected .checkmark-icon {
    display: flex;
}

.avatar-default {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cccccc;
    font-size: 24px;
    border: 2px dashed #cccccc;
}

.avatar-grid.avatar-big {
    width: 80px;
    margin-bottom: 10px;
}

.avatar-grid.avatar-big .avatar-default {
    width: 80px;
    height: 80px;
}

.avatar-grid.avatar-big .avatar-default i{
    font-size: 35px;
}

/* Notifications */
.notifications {
    display: inline-block;
    list-style: none;
    margin: 4px -10px 0 0;
    padding: 0;
    vertical-align: middle;
}

.notifications > li {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}

.notifications > li .notification-icon {
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 30px;
    position: relative;
    width: 30px;
    text-align: center;
}

.notifications > li .notification-icon.dropdown-toggle:after {
    content: none;
}

.notifications > li .notification-icon i {
    color: #777;
    font-size: 16.8px;
    font-size: 1.05rem;
    line-height: 30px;
    vertical-align: middle;
}

.notifications > li .notification-icon i.fa-tasks {
    line-height: 32px;
}

.notifications > li .notification-icon .badge {
    background: #D2312D;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    height: 16px;
    padding: 3px 5px 3px 5px;
    position: absolute;
    right: -8px;
    top: -3px;
    border-radius: 100%;
}

.notifications > li > a {
    border: none;
    display: inline-block;
}

.notifications .notification-menu {
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    margin: 10px 0 0 0;
    padding: 0;
    right: -5px !important;
    top: 9px;
    width: 245px;
    transform: translate3d(0, 32px, 0) !important;
}

@media only screen and (min-width: 768px) {
    .notifications .notification-menu {
        left: auto !important;
    }
}

.notifications .notification-menu.large {
    width: 325px;
}

.notifications .notification-menu .notification-title {
    background: #CCC;
    border-radius: 3px 3px 0 0;
    color: #FFF;
    font-size: 11.2px;
    font-size: 0.7rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding: 8px 6px 8px 12px;
    text-transform: uppercase;
}

.notifications .notification-menu .notification-title .badge {
    font-size: 10.4px;
    font-size: 0.65rem;
    font-weight: 200;
    line-height: 14px;
    margin-left: 10px;
    margin-top: 2px;
    min-width: 35px;
}

.notifications .notification-menu .notification-title .badge-default {
    background: #006697;
    color: #FFF;
}

.notifications .notification-menu .content {
    padding: 12px;
}

.notifications .notification-menu hr {
    background: #E6E6E6;
    height: 1px;
    margin: 12px 0;
}

.notifications .notification-menu .view-more {
    color: #ACACAC;
    font-size: 11.2px;
    font-size: 0.7rem;
    line-height: 17.6px;
    line-height: 1.1rem;
    text-transform: uppercase;
}

/* notification menu - pin */
.notifications .notification-menu:before,
.notifications .notification-icon:before {
    border-bottom: 6px solid #CCC;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    height: 0;
    margin-right: -3px;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.notifications .notification-menu:before {
    bottom: 100%;
    right: 16px;
}

.notifications .notification-icon:before {
    display: none;
    right: 11px;
    top: 35px;
    z-index: 9999;
}

/* notification menu - emails */
.notification-menu {
    color: #ACACAC;
}

.notification-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notification-menu li {
    margin: 0 0 12px;
}

.notification-menu li:last-child {
    margin-bottom: 0;
}

.notification-menu a {
    display: block;
    text-decoration: none;
}

.notification-menu .image {
    float: right;
    margin: 0 10px 0 0;
}

.notification-menu .image span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
}

.notification-menu .image i {
    border-radius: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.notification-menu .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notification-menu .title {
    color: #000011;
    display: block;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 17.6px;
    line-height: 1.1rem;
    padding: 2px 0 0;
}

.notification-menu .message {
    color: #ACACAC;
    display: block;
    font-size: 11.2px;
    font-size: 0.7rem;
    line-height: 17.6px;
    line-height: 1.1rem;
    padding: 0;
}

html.dark .notifications > li .notification-icon,
html.header-dark .notifications > li .notification-icon {
    background: #282d36;
}

html.dark .notifications > li .notification-icon i,
html.header-dark .notifications > li .notification-icon i {
    color: #C3C3C3;
}

html.dark .notifications .notification-menu hr,
html.header-dark .notifications .notification-menu hr {
    background: #8d8f91;
}

/* Notifications Mobile */
@media only screen and (max-width: 767px) {
    .notifications {
        float: right;
        margin: 16px 8px 0 0;
    }

    .notifications > li {
        position: static;
    }

    .notifications > li.show .notification-icon:before {
        display: block;
    }

    .notifications > li .notification-menu {
        left: 15px;
        top: auto;
        width: 94vw !important;
        left: 50% !important;
        transform: translate3d(-50%, 109px, 0px) !important;
    }

    .notifications > li .notification-menu:before {
        display: none;
    }
}

/* Notification */
.ui-pnotify {
    right: 15px;
    top: 15px;
}

.ui-pnotify .notification {
    border-radius: 5px;
    box-shadow: none;
    padding: 15px 15px 15px 75px;
}

.ui-pnotify .notification .ui-pnotify-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 75px;
    text-align: center;
}

.ui-pnotify .notification .ui-pnotify-icon > span {
    border: 2px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    float: none;
    font-size: 25px;
    height: 50px;
    line-height: 48px;
    margin: 0;
    padding: 0;
    width: 50px;
    text-align: center;
}

.ui-pnotify .notification .ui-pnotify-title {
    font-size: 14px;
    letter-spacing: 0;
    color: inherit;
    font-weight: inherit;
}

.ui-pnotify .notification .ui-pnotify-text {
    font-size: 12px;
    line-height: 1.3em;
    line-height: 1.5;
}

.ui-pnotify .notification.notification-danger .ui-pnotify-icon > span.fa-times {
    line-height: 47px;
}

.ui-pnotify .ui-pnotify-shadow {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

.ui-pnotify.ui-pnotify-no-icon .notification {
    padding-left: 15px;
}

.ui-pnotify .ui-pnotify-sharp {
    border-radius: 0;
}

body .ui-pnotify.icon-nb .notification .ui-pnotify-icon > span {
    border-color: transparent;
    border-radius: 0;
}

.ui-pnotify.stack-bar-top {
    right: 0;
    top: 0;
}

.ui-pnotify.stack-bar-top .notification {
    border-radius: 0;
}

.ui-pnotify.stack-bar-top .notification .ui-pnotify-icon > span {
    margin-top: 7px;
}

.ui-pnotify.stack-bar-bottom {
    bottom: 0;
    left: auto;
    margin-left: 15%;
    right: auto;
    top: auto;
}

.ui-pnotify.stack-bar-bottom .notification {
    border-radius: 0;
}

.ui-pnotify.stack-bar-bottom .notification .ui-pnotify-icon > span {
    margin-top: 9px;
}

.ui-pnotify.click-2-close {
    cursor: pointer;
}

/* Notification States */
.ui-pnotify .notification-primary {
    background: rgba(204, 204, 204, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-primary .ui-pnotify-icon > span {
    border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-primary,
.ui-pnotify.stack-bar-bottom .notification-primary {
    background: #CCC;
}

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
    background: rgba(204, 204, 204, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-primary .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-primary .notification-primary .ui-pnotify-icon > span {
    border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary,
.ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary {
    background: #CCC;
}

.ui-pnotify .notification-success {
    background: rgba(71, 164, 71, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-success .ui-pnotify-icon > span {
    border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-success,
.ui-pnotify.stack-bar-bottom .notification-success {
    background: #47a447;
}

.ui-pnotify.notification-success .notification,
.ui-pnotify.notification-success .notification-success {
    background: rgba(71, 164, 71, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-success .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-success .notification-success .ui-pnotify-icon > span {
    border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-success.stack-bar-top .notification,
.ui-pnotify.notification-success.stack-bar-top .notification-success,
.ui-pnotify.notification-success.stack-bar-bottom .notification,
.ui-pnotify.notification-success.stack-bar-bottom .notification-success {
    background: #47a447;
}

.ui-pnotify .notification-warning {
    background: rgba(237, 156, 40, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-warning .ui-pnotify-icon > span {
    border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-warning,
.ui-pnotify.stack-bar-bottom .notification-warning {
    background: #ed9c28;
}

.ui-pnotify.notification-warning .notification,
.ui-pnotify.notification-warning .notification-warning {
    background: rgba(237, 156, 40, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-warning .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-warning .notification-warning .ui-pnotify-icon > span {
    border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-warning.stack-bar-top .notification,
.ui-pnotify.notification-warning.stack-bar-top .notification-warning,
.ui-pnotify.notification-warning.stack-bar-bottom .notification,
.ui-pnotify.notification-warning.stack-bar-bottom .notification-warning {
    background: #ed9c28;
}

.ui-pnotify .notification-danger {
    background: rgba(210, 50, 45, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-danger .ui-pnotify-icon > span {
    border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-danger,
.ui-pnotify.stack-bar-bottom .notification-danger {
    background: #d2322d;
}

.ui-pnotify.notification-danger .notification,
.ui-pnotify.notification-danger .notification-danger {
    background: rgba(210, 50, 45, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-danger .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-danger .notification-danger .ui-pnotify-icon > span {
    border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-danger.stack-bar-top .notification,
.ui-pnotify.notification-danger.stack-bar-top .notification-danger,
.ui-pnotify.notification-danger.stack-bar-bottom .notification,
.ui-pnotify.notification-danger.stack-bar-bottom .notification-danger {
    background: #d2322d;
}

.ui-pnotify .notification-info {
    background: rgba(91, 192, 222, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-info .ui-pnotify-icon > span {
    border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-info,
.ui-pnotify.stack-bar-bottom .notification-info {
    background: #5bc0de;
}

.ui-pnotify.notification-info .notification,
.ui-pnotify.notification-info .notification-info {
    background: rgba(91, 192, 222, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-info .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-info .notification-info .ui-pnotify-icon > span {
    border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-info.stack-bar-top .notification,
.ui-pnotify.notification-info.stack-bar-top .notification-info,
.ui-pnotify.notification-info.stack-bar-bottom .notification,
.ui-pnotify.notification-info.stack-bar-bottom .notification-info {
    background: #5bc0de;
}

.ui-pnotify .notification-dark {
    background: rgba(23, 23, 23, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-dark .ui-pnotify-icon > span {
    border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-dark,
.ui-pnotify.stack-bar-bottom .notification-dark {
    background: #171717;
}

.ui-pnotify.notification-dark .notification,
.ui-pnotify.notification-dark .notification-dark {
    background: rgba(23, 23, 23, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-dark .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-dark .notification-dark .ui-pnotify-icon > span {
    border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-dark.stack-bar-top .notification,
.ui-pnotify.notification-dark.stack-bar-top .notification-dark,
.ui-pnotify.notification-dark.stack-bar-bottom .notification,
.ui-pnotify.notification-dark.stack-bar-bottom .notification-dark {
    background: #171717;
}

/* Notification Responsive */
@media only screen and (max-width: 767px) {
    html > body > .ui-pnotify {
        bottom: auto !important;
        left: 0 !important;
        margin: 0 !important;
        right: 0 !important;
        top: 60px !important;
        width: auto !important;
    }

    html > body > .ui-pnotify .notification {
        border-radius: 0 !important;
        height: auto !important;
        position: static !important;
        width: 100%;
    }

    html > body > .ui-pnotify .notification .ui-pnotify-title,
    html > body > .ui-pnotify .notification .ui-pnotify-text {
        padding-right: 35px !important;
    }

    html > body > .ui-pnotify .notification .ui-pnotify-sticker {
        display: none !important;
    }

    html > body > .ui-pnotify .notification .ui-pnotify-closer {
        display: block !important;
        font-size: 24px !important;
        visibility: visible !important;
    }
}


#filter-dropdown .card {
    width: 400px;
    margin-bottom: 0;
}

.monthly-documents {
    background-color: var(--bs-body-bg);
}

.monthly-documents .nav:not(.invoice-tab).nav-pills .nav-link.active, .monthly-documents .nav:not(.invoice-tab).nav-pills .show > .nav-link {
    background-color: white;
    color: var(--bs-navbar-color);
    box-shadow: var(--pc-card-box-shadow);
}

.monthly-documents .nav:not(.invoice-tab) {
    background: rgba(0, 0, 0, 0.3);
    border-radius: var(--bs-border-radius);
}

.monthly-documents .nav:not(.invoice-tab) .nav-link {
    color: #fff;
    margin: -8px 0;
    padding-top: 16px;
    padding-bottom: 16px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2); /* Slightly dark overlay */
    z-index: 9999; /* Make sure it's below the drop zone but above the rest of the content */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.drop-zone {
    position: relative;
    width: 100%;
    min-height: 200px;
    color: #333;
    border: 2px dashed #0d6efd;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    background-color: #f8f9fa;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.drop-zone.active {
    border-color: #198754;
    background-color: #e9fbe9;
}

.drop-zone:hover {
    background-color: #eef5ff;
}

.drop-zone-icon {
    font-size: 48px;
    color: #0d6efd;
    margin-bottom: 10px;
}

.drop-zone-text {
    font-size: 16px;
    color: #6c757d;
}

.hidden-input {
    display: none;
}

.upload-notification {
    background-color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.upload-notification-header {
    padding: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.upload-notification-body {
    max-height: 200px;
    overflow-y: auto;
    padding: 10px;
}

.progress {
    height: 10px;
    border-radius: 5px;
    background-color: #e9ecef;
    margin-top: 10px;
}

.progress-bar {
    background-color: #28a745;
    height: 100%;
    border-radius: 5px;
}

.close-notification {
    background: none;
    border: none;
    cursor: pointer;
}

.close-notification i {
    vertical-align: middle;
}

.fileName {
    display: inline-block;
    flex-grow: 1;
    margin: 0;
    overflow: hidden; /* Ensures the content that overflows the box is hidden */
    text-overflow: ellipsis; /* Adds the ellipsis (...) */
    white-space: nowrap; /* Prevents the text from wrapping to the next line */
}

#takePhotoButton {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Adds a slight shadow */
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ddd;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}

.layout-nested .pc-submenu-list-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: -59px;
    padding: 15px 10px;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid var(--bs-border-color);
    width: calc(280px - 50px);
    background: var(--pc-sidebar-background);
    box-shadow: var(--pc-sidebar-shadow);
}

.pc-submenu-list .pc-submenu-item a {

}

.pc-submenu-list .pc-submenu-item label {
    color: var(--pc-sidebar-caption-color);
    display: block;
    text-transform: capitalize;
    padding: 10px 0 3px 0 !important;
    position: relative;
    line-height: 1.34;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid var(--bs-border-color);
}

.list-notifications {
    width: 100%;
}

.tax-receipt-details {
    display: none;
}

.suggestion-box {
    position: absolute;
    background-color: #ffffff;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 190px;
    overflow-y: auto;
    display: none; /* Initially hidden */
}

.suggestion-item {
    padding: 8px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #04A9F580;
}

[data-pc-theme=dark] .suggestion-box {
    background-color: #263240;
}

.btn, button {
    z-index: 1 !important;
}

.choices__list.choices__list--dropdown {
    z-index: 99 !important;
}


/* Company logo */
.company-logo .upload-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.company-logo .upload-area {
    width: 100%;
    height: 200px;
    border: 2px dashed #d3d3d3;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s ease-in-out;
    position: relative;
    overflow: hidden; /* Ensures the logo doesn't overflow the area */
}

.company-logo .upload-area:hover {
    border-color: #ff6600;
}

.company-logo .upload-instruction {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.company-logo #preview-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#previewFrame, #previewFrame > body {
    overflow: hidden;
}
#previewModal .modal-body {
    overflow-y: hidden;
}

.tooltip.show {
    z-index: 9999;
}
.card-header.position-sticky{
    background-color: white;
}
