.checkRate .calendar {
    width: 100%;
    background-color: #fff;
    padding: 2rem;
    border-radius: 4px;
}



.checkRate .date {
    display: flex;
    flex-wrap: wrap;
}

.checkRate .day-name {
    width: 14.28%;
    height: 50px;
    border: 1px solid #ccc;
    font-size: 1rem;
    text-align: center;
    line-height: 2.0rem;
    font-weight: bold;
}

.checkRate .day {
    width: 14.28%;
    height: 160px;
    border: 0.5px solid #ccc;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
}


    .checkRate .day.active {
        background: #ccc;
        color: #fff;
        font-weight: bold;
    }

.bg-green {
    --tw-bg-opacity: 1;
    background-color: green;
}

.bg-yellow {
    --tw-bg-opacity: 1;
    background-color: #FFC425;
}

.bg-red {
    --tw-bg-opacity: 1;
    background-color: red;
}

@media (max-width: 420px) {
    .checkRate .calendar {
        width: 300%;
    }

    .checkRate .container {
        overflow: auto;
    }
}
.text-danger {
    --tw-text-opacity: 1;
    color: #ef4444;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}

.Warning {
    color: red;
    display: none;
}
.position-relative {
    position: relative !important;
}

.have-icon i {
    background-color: #fff;
    padding: 0.25rem;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.label-control
{
    z-index:10;
}

.spinner1 {
    position: fixed;
    top: 0%;
    left: 0%;
    text-align: center;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.9;
    opacity: .9;
    filter: alpha(opacity=9);
    background: rgba(0,0,0, 0.9) url(/img/loader.gif) center no-repeat;
    background-size: 30px;
}
.fixClose {
    color: red !important;
    font-size: 30px;
    position: absolute;
    z-index: 9;
    top: -6px;
    right: 15px;
    cursor: pointer;
    display: none;
}

.fixClose1 {
    color: red !important;
    font-size: 30px;
    position: absolute;
    z-index: 9;
    top: 20px;
    right: 15px;
    cursor: pointer;
    display: none;
}
.alert {
    position: relative;
    padding: .515rem 0.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    background: #00652e;
    color: #fff;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 0;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.8;
    padding-left: 5px;
    top: 43px;
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    position: relative;
    padding: .515rem 0.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-top: 1rem;
}

.spinner {
    position: fixed;
    top: 0%;
    left: 0%;
    text-align: center;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    z-index: 9999;
    -moz-opacity: 0.8;
    opacity: .40;
    filter: alpha(opacity=40);
}

    .spinner .img {
        position: fixed;
        top: 40%;
        left: 50%;
        margin-left: -110px; /* half width of the spinner gif */
        margin-top: -10px; /* half height of the spinner gif */
        text-align: center;
        overflow: auto;
        width: 220px; /* width of the spinner gif */
    }

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dee2e6 !important;
    opacity: 1 !important; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dee2e6 !important;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #dee2e6 !important;
}

.form-control-sm::-ms-input-placeholder { /* Microsoft Edge */
    color: #dee2e6 !important;
}

.border-danger {
    border-color:red;
}

.gap-x-10 {
    column-gap: 2.5rem;
}

.prose {
    max-width: 80ch!important;
}

#content * {
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji" !important;
}