.date-range {
    width: 100%;
    height: 45px !important;
    border: 1px solid #023047;
    outline: none;
    background-color: #0000;
    color: #023047;
    font-weight: 500;
}

/* Default card styles */
.dash-card {
    height: auto; /* Allow cards to adjust height automatically */

    padding: 20px;
}

.dash-card-label1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.dash-card-label2 {
    font-size: 20px;
    font-weight: bold;
}
.dash-card-label2 {
    font-size: clamp(16px, 5vw, 28px);
    white-space: nowrap;
}

@media only screen and (max-width: 1200px) and (min-width: 1027px) {
    .dash-card-label1 {
        font-size: 18px;
    }

    .dash-card-label2 {
        font-size: 20px;
    }

    .dash-card {
        padding: 20px;
    }
}

/* Tablets (up to 1024px) */
@media only screen and (max-width: 1024px) {
    .dash-card-label1 {
        font-size: 16px;
    }

    .dash-card-label2 {
        font-size: 22px;
    }

    .dash-card {
        padding: 15px;
    }
}

/* Small tablets and phones (up to 768px) */
@media only screen and (max-width: 768px) {
    .dash-card-label1 {
        font-size: 14px;
    }

    .dash-card-label2 {
        font-size: 20px;
    }

    .dash-card {
        padding: 10px;
    }
}

/* Extra small screens (up to 576px) */
@media only screen and (max-width: 576px) {
    .dash-card-label1 {
        font-size: 12px;
    }

    .dash-card-label2 {
        font-size: 16px;
    }

    .dash-card {
        padding: 8px;
    }
}

.green {
    background: linear-gradient(
            0deg,
            rgba(158, 255, 156, 0.2) 0%,
            rgba(158, 255, 156, 0.2) 100%
        ),
        var(--White, #fff);
}

.yellow {
    background: linear-gradient(
            0deg,
            rgba(255, 215, 156, 0.2) 0%,
            rgba(255, 215, 156, 0.2) 100%
        ),
        var(--White, #fff);
}

.red {
    background: linear-gradient(
            0deg,
            rgba(255, 125, 125, 0.2) 0%,
            rgba(255, 125, 125, 0.2) 100%
        ),
        var(--White, #fff);
}

.pink {
    background: linear-gradient(
            0deg,
            rgba(255, 156, 239, 0.2) 0%,
            rgba(255, 156, 239, 0.2) 100%
        ),
        var(--White, #fff);
}

.card-icon {
    margin-top: 0px;
    float: right;
    cursor: pointer;
    font-size: 20px;
    color: #c1c7d0;
    font-weight: 900;
    padding-right: 0px;
}

.dash-card-label1 {
    color: #023047;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.task-data-first {
    padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.dash-card-label2 {
    color: #023047;

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.mr--2 {
    margin-left: -10px;
}

.dash-icon {
    font-size: 24px;
    color: #023047;
    font-weight: 900;
}

.list-radio {
    --webkit-appearance: none !important;
}

.err-new-mess {
    margin-top: -10px;
    position: absolute;
}

.error-msg {
    font-size: 11px;
    font-weight: 600;
}

.table > :not(caption) > * > * {
    border-bottom-width: 0px !important;
}

.overview-label,
.upcoming-label {
    color: var(--Dark-Blue, #023047);

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.overview-nums {
    color: var(--Dark-Blue, #023047);

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.appointment-txt {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.text-sm {
    color: var(--Dark-Blue, #023047);
    margin-left: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.text-pri {
    text-align: center;
    color: #023047;
    background-color: #f7f9f9 !important;
}

.custom-table,
.striped {
    /* border-collapse: separate !important; */
    border-spacing: 0 10px !important;
}

.striped {
    border-spacing: 5px 10px !important;
}

.btn-blue:hover {
    background-color: #023047 !important;
}

.space-between {
    margin-right: 20px;
}

.highlighted-grey {
    height: auto;
    background-color: #f7f9f9 !important;
    padding: 10px;
    margin: 10px 0px 10px 0px;
}

.custom-datetime,
.custom-select {
    padding-right: 1rem;
    border: 0px;
    outline: none;
    background-color: #0000;
    color: #023047;
    background-image: url("../img/down.png");
    background-size: 15px 15px;
    /* Adjust size as needed */
    background-repeat: no-repeat;
    background-position: 100% 5px;
    cursor: pointer;
}

.custom-select {
    --webkit-appearance: none;
    appearance: none;
    background-position: 100% 5px;
    padding-right: 20px;
}

.w-40 {
    width: 40% !important;
}

.space-between {
    cursor: pointer;
}

.fa-1-25x {
    font-size: 25px;
}

.make-img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    padding: 5px;
    border: 4px solid #f7f5f3;
}

.image-viewer {
    width: 200px;
    height: 200px;
    object-fit: cover;
    padding: 10px;
    border: 4px solid #f7f5f3;
}

.btn-primary {
    background-color: #023047 !important;
}

.swal-button {
    background-color: #023047 !important;
}

.error-class {
    border: 2px solid #ee837b;
}

.text-primary {
    color: #023047 !important;
}

.save-dealer-btn {
    display: none;
}

@media only screen and (max-width: 1189px) and (min-width: 991px) {
    .dash-card-label2 {
        font-size: 28px;
    }

    .dash-card {
        padding: 35px 15px;
    }
}

.user-name-top {
    color: var(--Dark-Blue, #023047);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.designation-role {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--Dark-Blue, #023047);
    margin-top: -10px;
    margin-bottom: 48px;
}

.client-txt-headtop {
    color: var(--Dark-Blue, #023047);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.task-body {
    background-color: white;
}

.top-client-left {
    margin-top: 50px;
    height: 57px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    background: var(--Contrast-colour, #f7f5f3);
}

.form-txt-field {
    color: var(--Dark-Blue, #023047);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 6px;
}

.input-name-field {
    color: var(--Dark-Blue, #023047);
    font-weight: 400;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
    width: 100%;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 14px;
}

.client-body-txt {
    padding: 32px 20px;
    background: var(--White, #fff);
}

.space-btween-section {
    margin-top: 16px;
}

.edit-svg-iicon {
    cursor: pointer;
    margin-left: 28px;
}

.lisence-card-upload {
    margin-top: 32px;
    color: var(--Dark-Blue, #023047);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
    cursor: pointer;
}

.lisence-cardtop {
    float: right;
    margin-bottom: 8px;
}

.upload-right {
    margin-right: 12px;
}

.uploaded-img {
    display: flex;
    justify-content: end;
}
.uploaded-img1 {
    display: flex;
    justify-content: center;
}
.task-body-content {
    background: var(--Tables, rgba(240, 243, 244, 0.5));
    width: 100%;
    padding: 10px 8px;
}

.driving-license-image {
    width: 250px;
    height: 140px;
    object-fit: contain;
}

.hide-element {
    display: none;
}

.color-palette {
    height: 50px;
    max-width: 85px;
    margin-right: 12px;
    outline: none;
    border: 2px solid #023047;
    border-right: 0px;
    padding: 0px;
    box-shadow: none;
}

#logo-preview {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

#expand-logo-preview{
    height: 100%;
    width: 100%;
    object-fit: fill;
}

#open-web-cam {
    align-items: center;
    width: 500px;
}

/* Custom Loader */
.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #023047 #023047 transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent #ffaa28 #ffaa28;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

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

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99999;
}

.loader-wrapper > div {
    height: 100vh;
}

.filter-form {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    font-size: 14px !important;
}

.filter-form::placeholder {
    font-size: 14px;
    color: rgba(39, 36, 36);
}

.profile-color {
    width: 40px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: white;
    font-size: 18px;
}

.no-data {
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-data h3 {
    text-align: center;
    color: #023047;
    opacity: 0.6;
}

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

.no-data img {
    width: 300px;
    height: auto;
    opacity: 0.4;
}

.feature-list-wrapper {
    padding: 20px;
}

.feature-list {
    color: #3d6071;
}

.checkmark-top {
    top: -3px;
}

.image-border {
    border: 5px solid #ffaa29;
}

.ui-sortable-placeholder {
    background: #f0f0f0;
    border: 2px dashed #ccc;
    visibility: visible !important;
    /* Ensure visibility */
}

.vehicle-image-block {
    display: grid;
    grid-template-columns: 0.3fr 0.3fr 0.3fr 0.3fr 0.3fr;
}
.license-image-block{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.server-loader {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
}
.server-loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 3.5px solid #023047b7;
    animation: prixClipFix 2s linear infinite;
}

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

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }

    50% {
        clip-path: polygon(
            50% 50%,
            0 0,
            100% 0,
            100% 100%,
            100% 100%,
            100% 100%
        );
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    }
}

.loading-placeholder {
    background-color: rgba(125, 121, 121, 0.08);
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: -77px;
    z-index: 999;
    display: none;
}

.branding-image-frame {
    width: 100%;
    height: 200px;
    object-fit: fill;
}

.custom-loader-2 {
    width: 16px;
    height: 16px;
    box-shadow: 0 30px, 0 -30px;
    margin-top: 40vh;
    border-radius: 4px;
    background: currentColor;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #fff;
    transform: translateY(30px);
    box-sizing: border-box;
    animation: animloader 2s ease infinite;
}
.custom-loader-2::after,
.custom-loader-2::before {
    content: "";
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    box-shadow: 0 30px, 0 -30px;
    border-radius: 4px;
    background: currentColor;
    color: #fff;
    position: absolute;
    left: 30px;
    top: 0;
    animation: animloader 2s 0.2s ease infinite;
}
.custom-loader-2::before {
    animation-delay: 0.4s;
    left: 60px;
}

@keyframes animloader {
    0% {
        top: 0;
        color: white;
    }

    50% {
        top: 30px;
        color: rgba(255, 255, 255, 0.2);
    }

    100% {
        top: 0;
        color: white;
    }
}

.loading-div {
    background-color: rgba(2, 48, 71, 0.35);
    height: 100%;
    width: 100%;
    z-index: 9999999;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.custom-context-menu {
    position: absolute;
    border: 1px solid #ccc;
    background: #fff;
    max-height: 150px;
    overflow-y: auto;
    width: 240px;
}

#contextMenu,
#contextMenu2,
#contextMenu3 {
    position: absolute;
    border: 1px solid #ccc;
    background: #fff;
    max-height: 150px;
    overflow-y: auto;
    width: 220px;
}

#contextMenu::-webkit-scrollbar,
#contextMenu2::-webkit-scrollbar {
    width: 5px;
}
#contextMenu3::-webkit-scrollbar {
    width: 5px;
}

#contextMenu::-webkit-scrollbar-thumb,
#contextMenu2::-webkit-scrollbar-thumb {
    background-color: #023047;
    width: 5px;
    border-radius: 10px;
}
#contextMenu3::-webkit-scrollbar-thumb {
    background-color: #023047;
    width: 5px;
    border-radius: 10px;
}

#contextMenu::-webkit-scrollbar-button,
#contextMenu2::-webkit-scrollbar-button {
    display: none;
}
#contextMenu3::-webkit-scrollbar-button {
    display: none;
}
#contextMenu div,
#contextMenu2 div {
    padding: 8px;
    cursor: pointer;
}
#contextMenu3 div {
    padding: 8px;
    cursor: pointer;
}

#contextMenu div:hover,
#contextMenu2 div:hover {
    background-color: #f0f0f0;
}
#contextMenu3 div:hover {
    background-color: #f0f0f0;
}

.context-menu-option {
    font-size: 14px;
}

.add-vehicle-feature {
    font-size: 11px;
    position: absolute;
    cursor: pointer;
    margin-top: 40px;
}

.listing-not-available {
    font-style: italic;
    color: rgba(2, 48, 71, 0.35);
}

.listing-not-available label {
    font-size: 22px;
    font-style: normal;
    color: rgba(2, 48, 71, 1);
}

.add-feature-link {
    float: right;
    margin-top: -25px;
    font-size: 12px;
}

.margin-left-10 {
    margin-left: 10px;
}

.vehicle-card .active {
    border: 4px solid #023047 !important;
}

.staff-count-label {
    color: #023047;
    font-weight: 600;
}

.character-counter {
    float: right;
    font-size: 11px;
}


.controls {
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 5px;
  }

  .controls button {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 10px;
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
  }

  .controls button:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }