
/* Custom Theme: Prescott Theme */
body.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc {
    --primary-color: #657e41;
    background: linear-gradient(135deg, #bfd99e 0%, #657e41 100%) !important;
    min-height: 100vh !important;
    background-attachment: fixed !important;
}

/* Apply same background to container for seamless appearance */
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc {
    background: transparent !important;
}

.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .card {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-top: 4px solid #657e41 !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
    border-radius: 12px !important;
}

.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .btn-primary,
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc button[type="submit"] {
    background: #657e41 !important;
    border-color: #657e41 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .btn-primary:hover,
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc button[type="submit"]:hover,
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc #submitBtn:hover {
    background: color-mix(in srgb, #657e41 85%, black) !important;
    border-color: color-mix(in srgb, #657e41 85%, black) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
}

.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .btn-primary:active,
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .btn-primary:focus,
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc button[type="submit"]:active,
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc button[type="submit"]:focus {
    background: color-mix(in srgb, #657e41 75%, black) !important;
    border-color: color-mix(in srgb, #657e41 75%, black) !important;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .list-group-item {
    border-left: 4px solid #657e41 !important;
    padding-left: 16px !important;
}

.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .form-control:focus {
    border-color: #657e41 !important;
    box-shadow: 0 0 0 0.2rem rgba(101, 126, 65, 0.25) !important;
}

/* Outline buttons - use accent color */
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .btn-outline-primary {
    color: #657e41 !important;
    border-color: #657e41 !important;
    background: rgba(255, 255, 255, 0.9) !important;
    font-weight: 600 !important;
}

.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .btn-outline-primary:hover {
    background: #657e41 !important;
    border-color: #657e41 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-1px) !important;
}

/* Active/Checked state for button toggle groups */
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .btn-check:checked + .btn-outline-primary,
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .btn-outline-primary:active,
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .btn-outline-primary.active {
    background: #657e41 !important;
    border-color: #657e41 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), inset 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    font-weight: 700 !important;
    transform: translateY(0) !important;
}

/* Icons inside active/checked buttons */
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .btn-check:checked + .btn-outline-primary .bi,
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .btn-outline-primary:active .bi,
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .btn-outline-primary.active .bi {
    color: #ffffff !important;
}

/* Event detail icons - use custom theme's accent color */
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .bi-calendar-event-fill[style*="color: var(--primary-color)"],
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .bi-clock-fill[style*="color: var(--primary-color)"],
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .bi-geo-alt-fill[style*="color: var(--primary-color)"],
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .bi-calendar-event-fill,
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .bi-clock-fill,
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .bi-geo-alt-fill {
    color: #657e41 !important;
}

/* Taken/Disabled option styling - "Show taken options" feature */
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .list-group-item input:disabled + label {
    color: #657e41 !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    text-decoration: line-through !important;
}

.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .list-group-item input:disabled ~ small {
    color: #657e41 !important;
    font-weight: 600 !important;
}

.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .list-group-item:has(input:disabled) {
    background: color-mix(in srgb, #657e41 15%, transparent) !important;
    border-color: color-mix(in srgb, #657e41 40%, transparent) !important;
    opacity: 0.75 !important;
}

.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .list-group-item:has(input:disabled):hover {
    background: color-mix(in srgb, #657e41 15%, transparent) !important;
    border-color: color-mix(in srgb, #657e41 40%, transparent) !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

/* Keep navbar logo "signup" text default teal regardless of custom theme */
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .brand-text-white {
    color: #01A2B4 !important;
}

/* Button fill is too close to the page background to read on its own.
   Give it a visible edge wherever it is not sitting on a card. */
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .btn-primary,
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc button[type="submit"],
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc #submitBtn {
    border: 2px solid #232c17 !important;
}

/* Inside a card the background is near-white, so no edge is needed. Reset the
   whole border (not just its color) so these buttons keep their exact previous
   geometry - a same-color 2px border is invisible but still 4px of extra box. */
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .card .btn-primary,
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .card button[type="submit"],
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .card #submitBtn,
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .modal-content .btn-primary,
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .modal-content button[type="submit"],
.theme-custom-c8d11f42-8b59-4c0b-89f9-ba026c0148bc .modal-content #submitBtn {
    border: none !important;
}
