﻿




.calendar-container {
    width: 100%;
    margin: auto;
    /* background: #f7f7f7; */
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 30px 0;
}

ul {
    list-style-type: none;
}

.total-cal tr td {
    font-size: 14px;
}

table.table.total-cal {
    width: 75%;
    margin-bottom: 0;
}

.bg-form {
    padding: 30px 30px;
    background: #f3f3f3;
}

    .bg-form .bg-white {
        background: #fff;
        margin-bottom: 20px;
        border-radius: 15px;
        padding: 15px 20px;
    }

.days li:hover {
    color: #8f8f8f !important;
    border-radius: 50%;
    border: 1px solid #9b0000d1;
}


.calendar-container table tr td {
    border: 1px solid #b2000240;
    height: 100px;
    padding: 5px 12px;
    cursor: pointer;
}

    .calendar-container table tr td p {
        margin: 0;
        width: fit-content;
        font-size: 13px;
    }

        .calendar-container table tr td p span strong {
            font-weight: 600;
        }

.calendar-container table > :not(:last-child) > :last-child > * {
    border-bottom-color: #d1d1d1;
}

.py-20 {
    padding: 20px 0;
}

.calendar-container table tr td.active {
    background: #ffeded;
}

.calendar-container table tr td:hover {
    background: #ffeded;
}

.calendar-container table tr td p span i {
    font-size: 15px;
    color: #aa0001;
}

.py-10 {
    padding: 10px 0;
}
/* Add media queries for smaller screens */
@media screen and (max-width:767px) {
    .total-cal {
        width: 100% !important;
    }

        .total-cal tr td input.form-control {
            width: 135px;
        }

        .total-cal tr td {
            font-size: 14px;
            text-wrap: nowrap;
        }

    .rev-pd {
        padding: 0;
    }
}
