.w32p{
    width: 32%  !important;
}
.fWarning                               {filter: invert(100%) sepia(35%) saturate(4452%) hue-rotate(311deg) brightness(98%) contrast(91%);}

.login-gradient {
    background: rgb(6, 180, 240);
    background: -moz-linear-gradient(160deg, rgba(6, 180, 240, 1) 0%, rgba(15, 17, 49, 1) 100%);
    background: -webkit-linear-gradient(160deg, rgba(6, 180, 240, 1) 0%, rgba(15, 17, 49, 1) 100%);
    background: linear-gradient(160deg, rgba(6, 180, 240, 1) 0%, rgba(15, 17, 49, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06b4f0", endColorstr="#0f1131", GradientType=1);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    border-radius: 0;
}


.headerContent
{
    display:grid;
    grid-template-columns: auto;
    grid-template-rows: 60px auto;
}

.visit-box {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    width: 200px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.visit-header {
    font-size: 1.4rem;
    font-weight: bold;
    color: #2b2b2b;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 8px;
}


.visit-item {
    display: flex;
    justify-content: space-between;
    font-size: 0.95rem;
    color: #333;
}


.visit-item span.label {
    color: #666;
    font-weight: 500;
}


.visit-item span.value {
    font-weight: 600;
    color: #111;
}


.status {
    padding: 4px 10px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: capitalize;
}


.status.completed {
    background-color: #008c44;
    color: #fff;
}

.status.visited {
    background-color: #008c44;
    color: #fff;
}


.status.scheduled {
    background-color: #384455;
    color: #fff;
}

.status.partial {
    background-color: #594886;
    color: #fff;
}

.status.rescheduled {
    background-color: #438EC4;
    color: #fff;
}


.status.cancelled {
    background-color: #fde8e8;
    color: #ea3a3d;
}

.deleteButton:hover {
    cursor: pointer;
    background: red;
}

.addButton:hover {
    cursor: pointer;
    background: var(--secondary200);
}

.label {

}
.value {
    font-weight: 700;
}

.c_eightAutoEight                  { display:grid;   grid-gap: 0; grid-template-columns:    calc(8 * var(--one))  auto  calc(8 * var(--one))       }
.c_sixAuto                  { display:grid;   grid-gap: 0; grid-template-columns:    calc(6 * var(--one))  auto       }
.headerAuto                  { display:grid;   grid-gap: 0; grid-template-rows:    calc(1.5 * var(--one))  auto  }
.c_autoFifteen                  { display:grid;   grid-gap: 0; grid-template-columns:  auto calc(15 * var(--one))  }
.r_one {
    display:grid;
    grid-gap: 0; grid-template-rows: 1fr
}
.c_tenAuto                  { display:grid;   grid-gap: 0; grid-template-columns:    calc(10 * var(--one))  auto }
.c_twelveAuto                  { display:grid;   grid-gap: 0; grid-template-columns:    calc(12 * var(--one))  auto }
.loading {
    animation: spin 1s linear infinite;
}
.bgPrimary80{
    background: #000000A0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.sliderWrapper {
    width: 650px;
    height: 55px;
    border-radius: 30px;

    input[type="range"] {
        /*-webkit-appearance: none;*/
        /*appearance: none;*/
        width: 100%;
        height: 25px !important; /* Custom slider height */
        /*background: #e0e0e0!important;*/
        /* Default background color */
        border-radius: 10px; /* Rounded slider edges */
        outline: none; /* Remove default focus outline */
        transition: background 0.3s ease-in-out !important;
    }

    .eventHoverTooltip {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 5px;
        border-radius: 3px;
        font-size: 12px;
        pointer-events: none;
        z-index: 10;
    }


}

.galleryModal {
    max-height: 800px;
    overflow-y:scroll
}

.galleryImage {
    width: auto;
    height: auto;
    max-height: 300px;
}

.maxIndex {
    z-index:99999999999999999999
}
