.main-container {
    min-height: 86vh;
}

.login_inputs {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.custom_logo_login {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.fixed-top, .sb-nav-fixed #layoutSidenav #layoutSidenav_nav, .sb-nav-fixed .sb-topnav, #main-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
    width: 225px;
    height: 100vh;
    z-index: 1038;
}

#layoutSidenav #layoutSidenav_nav {
    flex-basis: 225px;
    flex-shrink: 0;
    transition: transform 0.15s ease-in-out;
    z-index: 1038;
    transform: translateX(-225px);
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
    top: 4rem;
}

#main-sidebar {
    height: 84%;
    margin-top: 4rem;
}

.sidenav-col {
    width: 305px !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.icon-menu {
    max-height: 65vh;
    overflow: auto;
    /* Firefox scrollbar attributes */
    scrollbar-color: #888 #f1f1f1;
    scrollbar-width: thin;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.remove-color-hover:hover {
    color: #ff3737;
}

.dashboard-modules {
    background-color: white;
    max-height: 75vh;
    overflow: scroll;
}

.grid-stack.edit-stack {
    background: rgba(159, 159, 159, 0.4) !important;
    width: 100%;
    height: 90vh;
}

.grid-stack-item-content {
    background-color: #ffffff !important;
}

.dashboard-modules > .grid-stack-item {
    margin-top: 15px;
}

.dashboard-modules > canvas {
    display: none !important;
}

.count-label {
    font-size: calc((15vw - 5rem) / 10);
}

.module-title {
    text-align: center;
    font-size: calc((15vw - 5rem) / 10);
}

.module-count {
    font-size: calc((75vw - 4.5rem) / 20);
}

@media (max-width: 1200px) {
    .count-label {
        font-size: calc((25vw - 5rem) / 10);
    }

    .module-title {
        font-size: calc((25vw - 5rem) / 10);
    }

    .module-count {
        font-size: calc((50vw - 4.5rem) / 20);
    }
}

@media (max-width: 992px) {
    .count-label {
        font-size: calc((35vw - 5rem) / 10);
    }

    .module-title {
        font-size: calc((35vw - 5rem) / 10);
    }

    .module-count {
        font-size: calc((75vw - 4.5rem) / 20);
    }
}

@media (max-width: 768px) {
    .count-label {
        font-size: calc((45vw - 5rem) / 10);
    }

    .module-title {
        font-size: calc((60vw - 5rem) / 10);
    }

    .module-count {
        font-size: calc((100vw - 4.5rem) / 20);
    }
}

.edit-module:hover, .delete-module:hover {
    cursor: pointer;
    color: #b7b7b7;
}

.modal.left .modal-dialog {
    position: fixed;
    right: 0;
    margin: auto;
    width: 500px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0) !important;
    -ms-transform: translate3d(0%, 0, 0) !important;
    -o-transform: translate3d(0%, 0, 0) !important;
    transform: translate3d(0%, 0, 0) !important;
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out !important;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out !important;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out !important;
    transition: opacity 0.3s linear, left 0.3s ease-out !important;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
}

/* ----- v CAN BE DELETED v ----- */
body {
    font-weight: 500 !important;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.demo {
    padding-top: 60px;
    padding-bottom: 110px;
}

.btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #ffffff;
}

.btn-demo:focus {
    outline: 0;
}

.select2 {
    display: block;
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.ticket-info {
    height: 175px;
}

.custom-tooltip {
    overflow: auto;
    max-height: 100px;
}

#public_log_textarea, #tech_log_textarea, #editLogTextArea {
    min-height: 125px;
}

#tech_log_textarea, .tech-log-bg {
    background: #fbec8873 !important;
}

#logTable {
    /*height: 550px;*/
}

.log.system {
    background-color: #d2d2d273;
}

.log.technician {
    background-color: #fbec8873;
}

@media (min-width: 992px) {
    #layoutSidenav #layoutSidenav_nav {
        transform: translateX(0);
    }

    #layoutSidenav #layoutSidenav_content {
        margin-left: 0;
        transition: margin 0.15s ease-in-out;
    }

    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
        transform: translateX(-225px);
    }

    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content {
        margin-left: -225px;
    }

    .sb-sidenav-toggled #layoutSidenav .wiki-content {
        margin-left: -350px !important;
    }

    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
        display: none;
    }
}

.sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
    transform: translateX(0);
}

.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1037;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
    margin-left: 10px;
    /*margin-right: 5px;*/
}

#layoutSidenav {
    display: flex;
}

.fixed-top, .sb-nav-fixed #layoutSidenav #layoutSidenav_nav, .sb-nav-fixed .sb-topnav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#layoutSidenav #layoutSidenav_nav {
    flex-basis: 225px;
    flex-shrink: 0;
    transition: transform 0.15s ease-in-out;
    z-index: 1038;
    transform: translateX(-225px);
}

.sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
    transform: translateX(0);
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
    width: 225px;
    height: 100vh;
    z-index: 1038;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
    padding-top: 56px;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu {
    overflow-y: auto;
}

#layoutSidenav #layoutSidenav_content {
    /*position: relative;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    flex-grow: 1;
    min-height: calc(100vh - 8rem);
    margin-left: -225px;
    margin-top: 4rem;
}

.sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
    transform: translateX(0);
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
    margin-left: 280px;
}

.pjax-container .row {
    margin-left: 0;
}

#layoutSidenav_content {
    margin-bottom: 10px;
    transition: margin 0.5s ease-in-out !important;
}

.no-data {
    text-align: center;
}

.min-vh-84 {
    min-height: 84vh;
}

.project-badge {
    font-size: 1.75em !important;
    width: 100%;
}

.stats-badge {
    font-size: 1.75em !important;
    width: 100%;
}

.nav-tabs > .nav-link.active {
    background: #dcdcdc !important;
}

.no-link {
    color: inherit;
    text-decoration: none;
}

.checklist-card {
    width: fit-content;
    width: -moz-fit-content;
}

.highlight-sortable {
    height: 1.5em;
    line-height: 1.2em;
    background-color: #ffefb1;
}

.dropzone {
    min-height: auto;
    padding: 1.5rem 1.75rem;
    text-align: center;
    cursor: pointer;
    border: 1px dashed var(--bs-primary);
    background-color: var(--bs-light);
    border-radius: 0.475rem !important;
}

.signature-modal {
    width: 700px !important;
}


@media (min-width: 576px) {
    .modal-dialog.signature-modal {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}

.system-nav {
    color: black !important;
    text-decoration: underline !important;
    border-radius: 10px !important;
}

.system-nav.active {
    color: white !important;
}

.attachment-preview {
    height: 125px;
    max-width: 125px !important;
}

#main-sidebar.shrunk {
    width: 60px !important;
    transition: width .5s;
}

#main-sidebar.shrunk .hideable {
    display: none;
}

#main-sidebar.shrunk .icon-menu {
    width: 100% !important;
}

#main-sidebar.shrunk .profile-picture {
    width: 20px !important;
    height: 20px !important;
}

#main-sidebar {
    transition: width .5s;
}

/*@media (min-width: 992px) {*/
/*    #main-sidebar {*/
/*        transform: translateX(0);*/
/*    }*/

/*    #main-sidebar {*/
/*        transform: translateX(-225px);*/
/*    }*/
/*}*/

#layoutSidenav_content.full {
    margin-left: 60px !important;
    transition: margin 0.5s ease-in-out !important;
}

@media screen and (max-width: 500px) {
    .modal-dialog {
        width: 100% !important;
    }

    /*.search-bar {*/
    /*    display: none;*/
    /*}*/
}

@media screen and (max-width: 799px) {
    #main-sidebar {
        display: none !important;
    }

    #main-sidebar.sidebar-mobile {
        display: flex !important;
        position: fixed !important;
        z-index: 9999;
    }

    #main-body.sidebar-mobile-background:before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 1029;
        opacity: 0.5;
        transition: opacity 0.3s ease-in-out;
    }

    #layoutSidenav_content {
        margin-left: 0 !important;
    }

    #layoutSidenav_content.full {
        margin-left: 0 !important;
    }
}

.navbar-toggler-icon-custom {
    background-image: none !important;
}

.dispatch-queue {
    min-height: 85vh;
}

.canceled {
    text-decoration: line-through;
}

.sb-sidenav-menu {
    overflow: scroll;
}

.wiki-page-link {
    color: inherit;
    text-decoration: inherit;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    padding: 0.5rem 1rem;
}

.wiki-page-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.edit-raw {
    width: 100%;
    min-height: 65vh;
}


.toc-padding {
    padding: 1.75rem 1rem 0.75rem;
}

.content-block {

}

.link-border {
    border-radius: 10px;
    color: inherit;
    text-decoration: inherit;
}

.link-border:hover {
    box-shadow: 0 1rem 3rem rgb(82, 82, 82);
    cursor: pointer;
}

.min-vh-50 {
    min-height: 50vh;
}

.col-md-1-and-half {
    width: 13% !important;
}

.cursor-pointer {
    cursor: pointer;
}

.nested-accordion .collapse {
    transition: all 0.5s ease;
}

.wiki-logo {
    border-radius: 60px;
}

.image_panel {
    min-height: 100%;
}

@media (min-width: 576px) {
    .modal-dialog-images {
        max-width: 650px;
        margin: 1.75rem auto;
        transition: transform .2s;
    }
}

.wiki-images:hover, .wiki-images.selected {
    box-shadow: 0 1rem 3rem rgb(82, 82, 82);
    cursor: pointer;
    transform: scale(1.5);
}

.wiki-content img {
    max-width: 100%;
}

.edit-wiki {
    color: inherit;
}

.log-card {
    height: 83vh;
}

.log-text {
    height: 55vh;
    overflow: auto;
}

.invisible-link, .invisible-link:hover {
    color: inherit;
    text-decoration: inherit;
}

.sb-sidenav .sb-sidenav-menu .nav {
    flex-direction: column;
    flex-wrap: nowrap;
}

.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested {
    margin-left: 1.5rem;
    flex-direction: column;
}

::-webkit-scrollbar-track {
    background: none !important;

}

.delete-phone:hover {
    cursor: pointer;
}

.list-container {
    height: 100%;
}

#errorContainer {
    background-color: #ffd2d2;
}

.tag {
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}

.remove-tag:hover {
    cursor: pointer;
}

.edit-tag:hover {
    cursor: pointer;
}

.remove-item:hover {
    cursor: pointer;
}

.token-refresh {
    cursor: pointer;
}

.table-separator {
    background-color: #bcbcbc !important;
}

.primary-contact {
    background: #bafcba9c !important;
}

.inactive-contact {
    background: #cd0a0a30 !important;
}

.assigned-listing {
    border-bottom: 1px solid #c6c6c6 !important;
    margin-top: 1px;
    font-size: .85em;
}

.assigned-listing:hover {
    background-color: #d7d7d7 !important;
}

.disabled-location {
    background-color: #ffbdbd !important;
}

.btn-xsm {
    padding: .125rem .25rem !important;
    font-size: .75rem !important;
}

#siteSearch:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

.tooltip-inner {
    max-width: 300px !important;
}

.pre-wrap {
    white-space: pre-wrap !important;
}

.pv-alert-ticket {
    animation: blink 1.5s 3 ease-out;
}

.pv-alert-ticket > .card-header {
    background-color: #c14040 !important;
}

@keyframes blink {
    0% {
        background-color: inherit;
        /*transform: rotate(0deg) scale(100%);*/
    }
    50% {
        background-color: #ffa27c;
        /*transform: rotate(180deg) scale(0%);*/
    }
    100% {
        background-color: inherit;
        /*transform: rotate(360deg) scale(100%);*/
    }
}

.customer-ticket > .card-header {
    background-color: #ffda49 !important;
}

.customer-ticket > .card-header > a, .customer-ticket > .card-header > em {
    color: black !important;
}

.edit-input:hover, .editable:hover, .editable-select:hover {
    cursor: pointer;
}

.hide {
    display: none;
}

div#volume-indicators {
    padding: 10px;
    margin-top: 20px;
    width: 500px;
    text-align: left;
}

div#volume-indicators > div {
    display: block;
    height: 20px;
    width: 0;
}

.fc .fc-popover {
    z-index: 1 !important;
}

.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100%;*/ /* This ensures the container takes up the full height of its parent */
}

.card-view {
    margin-top: 5px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
    white-space: normal !important;
}

.bootstrap-table .fixed-table-container .table thead th .sortable {
    padding-right: 5px !important;
}

tr:has(.card-views) {
    border-bottom: 5px solid #b7b7b7 !important;
}

.hide-table-border td, .hide-table-border th, .hide-table-border, .hide-table-border thead > tr {
    border: none !important;
}

.number-button {
    width: 60px;
    height: 60px;
    margin: 5px;
    font-size: 2em;
    border: none;
    border-radius: 15px;
    cursor: pointer;
}

.gantt_grid_head_add {
    display: none !important;
}

.gantt_add {
    display: none;
}

.completed_task {
    background-color: #bafcba9c !important; /* Change to the color you want */
}

.spinner-sm {
    width: 1rem !important;
    height: 1rem !important;
}

.text-light-hover:hover {
    color: var(--bs-light) !important;
}

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

.spinner-border-lg {
    width: 3rem;
    height: 3rem;
}

.searchResults__result h4 {
    margin-top: 0px;
    text-transform: uppercase;
}

.searchResults__result .resultDescription {
    margin: 0.5em 0 0 0;
}

.searchResults__facetControl-container.collapse {
    display: block !important;
}

.searchResults__facetHeader-link {
    text-decoration: none !important;
    color: inherit !important;
}

.date-inputs .searchResults__facetControl-rangeLabel, .date-inputs .rc-slider {
    display: none !important;
}

.searchResults__facetControl {
    border: none !important;
}

.flash-background {
    background-color: #ffffa0;
    /* Add a transition property for the background-color */
    transition: background-color 2s ease;
}

.sticky-header {
    position: sticky;
    top: 0;
    background-color: white; /* To ensure the header is not transparent */
    z-index: 1000; /* To ensure the header is above the table rows */
}

.accent-text {
    color: #f2f2f2;
}

.search-highlight {
    background-color: #ffffa0;
}

.d-contents {
    display: contents !important;
}

.searchResults__clearFiltersButtonControl > span {
    color: #0d6efd !important;
    text-decoration: underline;
    cursor: pointer;
}

#assignInventory .select2 {
    max-width: 200px !important;
}

.prospect-note {
    width: 100%;
    min-height: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    overflow: auto;
    background-color: #f9f9f9;
}

.prospect-note-sm {
    width: 100%;
    min-height: 50px;
    border: 1px dashed #ccc;
    padding: 10px;
    overflow: auto;
}

.icon-lunch {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-image: url("/storage/icons/lunch-secondary.svg");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.top-auto {
    top: auto !important;
}

.gantt .project-stage .bar-progress {
    fill: #549652 !important;
}

.gantt .project-stage .bar {
    fill: #0F7173 !important;
}

.gantt .project-queue .bar-progress {
    fill: #549652 !important;
}

.gantt .project-queue .bar {
    fill: #272932 !important;
}

.gantt .project-stage .bar-label {
    fill: white !important;
}

.gantt .project-queue .bar-label {
    fill: #ffffff !important;
}

.gantt-container .current-upper {
    position: absolute !important;
    display: none !important;
}

.bar-label {
    max-width: 100%; /* Ensures it stays within the bar width */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gantt-container .gantt .bar-label.big {
    fill: #000000 !important;
}

.gantt-container .today-button {
    display: none !important;
}

#stagesCanvas .gantt-container {
    height: inherit !important;
}

.grid-column-border {
    border-right: 1px solid #dee2e6;
}

.grid-row-border {
    border-bottom: 1px solid #dee2e6;
}

/*.stage-incomplete {
    background-color: #009999 !important;
}*/

/*.queue-incomplete {
    background-color: #cfcfcf !important;
}*/

.queue-complete, .stage-complete {
    background-color: #bafcba9c !important;
}

.gantt-container .grid-header {
    position: relative !important;
}

.facettrak-popover {
    max-width: 400px !important;
}

.notes-section {
    background-color: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    padding: 10px !important;
    margin-bottom: 20px !important;
}

.your-notes-section {
    background-color: #d7ecff !important;
    border: 1px solid #b0c2d6 !important;
    padding: 10px !important;
    margin-bottom: 20px !important;
}

/* public/css/app.css */
#loginModal .modal-content {
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#loginModal .modal-header {
    background-color: #343a40;
    color: #fff;
}

#loginModal .modal-title {
    font-weight: bold;
}

#loginModal .btn-close {
    color: #fff;
}

#loginModal .modal-body {
    padding: 20px;
}

#loginModal .form-label {
    font-weight: bold;
}

#loginModal .form-control {
    border-radius: 5px;
}

#loginModal .btn-primary {
    background-color: #007bff;
    border: none;
    border-radius: 5px;
}

#loginModal .btn-primary:hover {
    background-color: #0056b3;
}

#loginModal .btn-secondary {
    border-radius: 5px;
}

.compact-ticket:hover {
    background-color: #cacaca !important;
    color: #c83a00 !important;
    cursor: pointer;
}

.estimate-bg-card {
    background: #fff;
    color: #212529;
    padding: 32px;
    min-height: 80vh;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
}

.estimate-header {
    color: #fff;
    border-radius: 12px;
    padding: 24px 32px 24px 32px;
    margin-bottom: 32px;
}

.item-select + .select2 .select2-selection {
    max-width: 275px !important;
}

.tenant-event {
    background-color: #ffeeba !important;
    color: #856404 !important;
    border: 2px solid #ffc107 !important;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.3);
    font-weight: bold;
    border-radius: 6px;
}

.sales-summary-card {
    border-radius: 1rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.2s;
    border: none;
    background: #fff;
}

.sales-summary-card:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.13);
}

.sales-summary-header {
    background: linear-gradient(90deg, #4f8cff 0%, #6fd6ff 100%);
    color: #fff;
    border-radius: 1rem 1rem 0 0;
    padding: 1rem 1.25rem;
}

.sales-summary-total {
    font-size: 1.5rem;
    color: #2d3748;
    margin-bottom: 0.5rem;
    background: #f4f8fb;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    display: inline-block;
    min-width: 120px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.sales-summary-total.missing {
    background: #fff3cd;
    color: #856404;
    border: 1px dashed #ffeeba;
}

.sales-summary-grand-total {
    font-size: 1.25rem;
    background: #eaf4ff;
    color: #2d3748;
    border-radius: 0.5rem;
    padding: 0.4rem 1rem;
    font-weight: 700;
    display: inline-block;
    min-width: 100px;
}

.sales-summary-grand-total.missing {
    background: #fff3cd;
    color: #856404;
    border: 1px dashed #ffeeba;
}

.sales-summary-btn {
    border: none;
    background: none;
    font-weight: 600;
    margin-right: 0.5rem;
    transition: color 0.2s, background 0.2s;
    padding: 0.4rem 0.8rem;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 1rem;
}

.sales-summary-btn-removed {
    color: #fff;
    background: #e74c3c;
}

.sales-summary-btn-removed:hover {
    background: #c0392b;
    color: #fff;
}

.sales-summary-btn-added {
    color: #fff;
    background: #27ae60;
}

.sales-summary-btn-added:hover {
    background: #1e8449;
    color: #fff;
}

.sales-summary-arrow {
    font-size: 1.3rem;
    vertical-align: middle;
    margin-right: 0.2rem;
}

.sales-summary-table th {
    background: #f4f8fb;
    color: #4f8cff;
    font-weight: 700;
}

.sales-summary-table tfoot th {
    background: #eaf4ff;
    color: #2d3748;
}

.sales-summary-table td, .sales-summary-table th {
    vertical-align: middle;
}

#companyListModal .modal-header {
    background: #4f8cff;
    color: #fff;
}

#companyListModal .modal-content {
    border-radius: 0.5rem;
}

.modal-xxl {
    max-width: 90% !important;
}

.summary-card {
    background: linear-gradient(90deg, #e3f0ff 0%, #f0f6ff 100%);
    min-width: 260px;
    padding: 2rem 2.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 4px 18px rgba(80, 120, 200, 0.10);
    display: flex;
    align-items: center;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
}

.summary-card .summary-icon {
    font-size: 2.5rem;
    color: #1976d2;
    margin-right: 1.2rem;
    opacity: 0.18;
    position: absolute;
    right: 1.2rem;
    top: 1.2rem;
    pointer-events: none;
}

.summary-card .summary-label {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1976d2;
    letter-spacing: 0.03em;
    margin-bottom: 0.2rem;
    display: block;
}

.summary-card .summary-value {
    font-size: 2.4rem;
    font-weight: 800;
    color: #26334d;
    letter-spacing: 0.01em;
    line-height: 1.1;
    display: block;
}

.summary-card .summary-sub {
    font-size: 1.1rem;
    color: #6c757d;
    font-style: italic;
    margin-left: 0.5rem;
}

@media (max-width: 600px) {
    .summary-card {
        min-width: 180px;
        padding: 1.2rem 1rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .summary-card .summary-icon {
        font-size: 2rem;
        right: 0.6rem;
        top: 0.6rem;
    }

    .summary-card .summary-value {
        font-size: 1.5rem;
    }
}

.alert-modal-content {
    border: 3px solid #dc3545;
    box-shadow: 0 0 40px 0 rgba(220, 53, 69, 0.3);
    animation: pop-in 0.2s cubic-bezier(.68, -0.55, .27, 1.55);
}

@keyframes pop-in {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.sticky-team-column {
    position: sticky;
    left: 0;
    background: linear-gradient(90deg, #e8e8e8 0%, #e8e8e8 100%);
    z-index: 1;
    box-shadow: 2px 0 5px -2px rgba(0, 0, 0, 0.05);
}

th.sticky-team-column {
    z-index: 2;
    background: linear-gradient(90deg, #e8e8e8 0%, #e8e8e8 100%);
}

.draggable-team {
    cursor: grab;
    color: #2563eb;
    background: #e0e7ff;
    border-radius: 6px;
    padding: 6px 12px;
    font-weight: bold;
    box-shadow: 0 2px 6px -2px rgba(37, 99, 235, 0.08);
    transition: background 0.2s, color 0.2s;
    display: inline-block;
}

.draggable-team:active {
    cursor: grabbing;
    background: #c7d2fe;
    color: #1e40af;
}

.dashboard-table {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.dashboard-table th {
    background: #f4f8fb;
    color: #2563eb;
    font-weight: 700;
    border-bottom: 2px solid #e8e8e8;
    font-size: 1.05em;
    letter-spacing: 0.02em;
}

.dashboard-table td {
    background: #f9fbfd;
    border-bottom: 1px solid #e8e8e8;
    font-size: 1em;
    vertical-align: middle;
    transition: background 0.2s;
}

.dashboard-table tr:hover td {
    background: #eaf4ff;
}

.dashboard-badge {
    border-radius: 8px;
    font-size: 0.98em;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.07);
    padding: 8px 12px;
    margin-bottom: 4px;
    transition: box-shadow 0.2s, background 0.2s;
}

.dashboard-badge.bg-primary {
    background: linear-gradient(90deg, #4f8cff 0%, #6fd6ff 100%);
    color: #0b3f45;
}

.dashboard-badge.bg-info {
    background: linear-gradient(90deg, #a7f3d0 0%, #38bdf8 100%);
    color: #065f46;
}

.dashboard-badge.droppable-hover {
    background: #ffe066 !important;
    color: #212529 !important;
    box-shadow: 0 2px 12px rgba(255, 224, 102, 0.25);
}

.sticky-team-column {
    position: sticky;
    left: 0;
    background: #e8e8e8;
    z-index: 1;
    box-shadow: 2px 0 5px -2px rgba(0, 0, 0, 0.05);
}

th.sticky-team-column {
    z-index: 2;
    background: #e8e8e8;
}

.draggable-team {
    cursor: grab;
    color: #2563eb;
    background: #e0e7ff;
    border-radius: 6px;
    padding: 6px 12px;
    font-weight: bold;
    box-shadow: 0 2px 6px -2px rgba(37, 99, 235, 0.08);
    transition: background 0.2s, color 0.2s;
    display: inline-block;
}

.draggable-team:active {
    cursor: grabbing;
    background: #c7d2fe;
    color: #1e40af;
}
