div.DTED_Lightbox_Wrapper {
    z-index: 1040 !important;
}
div.DTED_Lightbox_Background {
    z-index: 1039 !important;
}
.date-group {
    display: flex;
    gap: 10px;
    width: 100%;
}
.date-group .date-day {
    flex: 1;
}
.date-group .date-month {
    flex: 2;
}
.date-group .date-year {
    flex: 1.5;
}
.date-group select {
    padding: 4px;
    border: 1px solid #aaa;
    border-radius: 3px;
    width: 100%;
}
div.DTE_Field_InputControl select {
    width: 100% !important;
}
.modal-body table.dataTable tbody tr.selected {
    background-color: #F3F3F3 !important;
    color: black !important;
}
.modal-body table.dataTable tbody tr.selected td {
    background-color: #F3F3F3 !important;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.modal-content {
    border-radius: 6px !important;
    border: 1px solid #555 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}
.modal-header {
    background-color: #f3f3f3;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modal-title {
    font-weight: normal;
    color: #333;
    font-size: 18px;
}
.modal-header .btn-close {
    font-size: 0.7rem;
    opacity: 0.6;
}
.modal-footer {
    background-color: #f3f3f3;
    border-top: 1px solid #ddd;
    padding: 10px 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.btn-dte-standard {
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
    background-color: #f9f9f9;
    border: 1px solid #999;
    color: black;
    padding: 5px 15px;
    border-radius: 2px;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    outline: none;
    box-sizing: border-box;
}
.btn-dte-standard:hover {
    background: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
    border: 1px solid #666;
    color: black;
    box-shadow: 0 1px 3px #999;
}
.btn-group-spaced {
    display: flex;
    gap: 10px;
}
.modal-body .dataTables_wrapper .dataTables_info {
    font-size: 13px;
    padding-top: 8px;
}
.modal-body .dataTables_wrapper .dataTables_filter input {
    font-size: 13px;
    padding: 2px 5px;
    height: 28px;
}
.fc-event {
    cursor: pointer !important;
}
.fc-event-striped {
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 0px, rgba(255, 255, 255, 0.15) 10px, transparent 10px, transparent 20px) !important;
}
#clientSearchModal .modal-dialog,
#boatSearchModal .modal-dialog,
#rentalSearchModal .modal-dialog,
#transferSearchModal .modal-dialog,
#emailModuleModal .modal-dialog {
    max-width: 95% !important;
    width: 95% !important;
}
.swal2-container {
    z-index: 999999 !important;
}
.swal2-popup.trident-toast {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    border-radius: 6px !important;
}
.swal2-popup.trident-toast-success {
    background-color: #edf7ed !important;
    color: #1e4620 !important;
    border: 1px solid #c8e6c9 !important;
}
.swal2-popup.trident-toast-success .swal2-timer-progress-bar {
    background-color: #4caf50 !important;
}
.swal2-popup.trident-toast-warning {
    background-color: #fff4e5 !important;
    color: #663c00 !important;
    border: 1px solid #ffecb3 !important;
}
.swal2-popup.trident-toast-warning .swal2-timer-progress-bar {
    background-color: #ff9800 !important;
}
.swal2-popup.trident-toast-error {
    background-color: #fdeded !important;
    color: #5f2120 !important;
    border: 1px solid #ffcdd2 !important;
}
.swal2-popup.trident-toast-error .swal2-timer-progress-bar {
    background-color: #f44336 !important;
}
.swal2-popup.trident-modal-popup {
    border-radius: 6px !important;
    padding: 0 !important;
    border: 1px solid #555 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}
.swal2-title.trident-modal-title {
    order: -3 !important;
    background-color: #f3f3f3;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0 !important;
    padding: 15px 20px !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    text-align: left !important;
    font-size: 18px !important;
    font-weight: normal !important;
    color: #333 !important;
}
.swal2-popup.trident-modal-popup .swal2-icon {
    order: -2 !important; 
    margin-top: 25px !important; 
    margin-bottom: 0 !important;
}
.swal2-popup.trident-modal-popup .swal2-html-container {
    order: -1 !important; 
    padding: 25px !important;
    text-align: center !important;
    line-height: 1.5 !important;
    font-size: 14px !important; 
    font-weight: normal !important;
    color: #333 !important;
}
.swal2-actions.btn-group-spaced {
    display: flex;
    gap: 15px;
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    background-color: #f3f3f3 !important;
    border-top: 1px solid #ddd !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    box-sizing: border-box;
    justify-content: flex-end;
}
.btn-app-secondary {
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
    background-color: #f9f9f9;
    border: 1px solid #999;
    color: black;
}
.btn-app-secondary:hover {
    background: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
    border-color: #666;
    color: black;
}
@media (hover: none), (pointer: coarse) {
    .btn:hover,
    .btn:focus {
        background-color: transparent !important;
        color: inherit;
        box-shadow: none !important;
    }
    .btn-app-secondary:hover,
    .btn-app-secondary:focus {
        color: black !important;
        background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%) !important;
        background-color: #f9f9f9 !important;
        border-color: #999 !important;
        box-shadow: none !important;
    }
    .btn-app-secondary:active {
        color: black !important;
        background: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%) !important;
        background-color: #e0e0e0 !important;
        border-color: #666 !important;
    }
}
.damage-card-wrapper {
    background-color: #f7e8e8 !important;
}
.photo-card-bg {
    background-color: #f0f0f0 !important;
}