body {
    font-family: 'Quicksand', sans-serif;
    background: linear-gradient(135deg, #0C1438 0%, #112851 100%);
    color: #fff;
    margin: 0;
    padding: 0;
}

fieldset {
    margin-bottom: 2%;
    border: 1px solid #3a4a8a;
    border-radius: 8px;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 15px #5371AA;
}

legend, .legend {
    text-align: center;
    border-bottom: 2px solid #ffffff50;
    color: #fff;
    font-weight: 700;
    padding: 0 10px;
}

textarea {
    height: 80px;
    resize: none;
    border-radius: 5px;
    border: 1px solid #3a4a8a;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}


.LoadingIcon {
    display: none;
    width: 40px;
}


.form-control:disabled {
    background-color: #2679cd !important;
    opacity: 1;
}

.datepicker table tr td.new {
    color: #3a4a8a !important;
}

.datepicker table tr td.disabled{
    color: #ccc !important;
}


.datepicker td, .datepicker th {
    color: #3a4a8a !important;
}

.AlseinTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}

    .AlseinTable td:nth-child(1) {
        color: #ff4c4c;
        width: 10px;
        text-align: center;
        font-weight: bold;
    }

    .AlseinTable td:nth-child(2) {
        font-weight: 600;
        color: #fff;
        width: 200px;
        text-align: left;
    }

    .AlseinTable td:nth-child(3) {
        padding: 5px;
    }


.datepicker td.day[data-date="1745961600000"], 
.datepicker td.day[data-date="1746048000000"], 
.datepicker td.day[data-date="1746134400000"], 
.datepicker td.day[data-date="1746220800000"] {
    color: red !important;
    font-weight: bold;
}















    .AlseinTable input,
    .AlseinTable select,
    .AlseinTable textarea {
        width: 100%;
        padding: 10px 12px;
        border-radius: 8px;
        border: 1px solid #3a4a8a;
        background-color: #203666; 
        color: #fff;
        font-size: 0.95rem;
        box-sizing: border-box;
        transition: all 0.3s ease;
    }

        .AlseinTable input::placeholder,
        .AlseinTable textarea::placeholder {
            color: #ccc;
            opacity: 0.8;
        }

        .AlseinTable input:focus,
        .AlseinTable select:focus,
        .AlseinTable textarea:focus {
            outline: none;
            border-color: #1E83C5;
            background-color: #1e3560; 
            box-shadow: 0 0 8px rgba(30, 131, 197, 0.5);
        }

    .AlseinTable select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23ffffff'><polygon points='0,0 12,0 6,6'/></svg>");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 12px;
        cursor: pointer;
    }

        .AlseinTable select option {
            background-color: #203666;
            color: #fff;
        }

.btn-success {
    background-color: #1E83C5;
    border-color: #1E83C5;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

    .btn-success:hover {
        background-color: #166a9c;
        border-color: #166a9c;
        box-shadow: 0 6px 12px rgba(0,0,0,0.4);
    }

.AlseinTable td:nth-child(2) {
    color: #fff;
    font-weight: 600;
}

.AlseinTable td:nth-child(1) {
    color: #ff6b6b;
    font-weight: bold;
    text-align: center;
}
