/* StyleSheet */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff !important;
    border-color: #000 !important;
    color: #000 !important;
    padding: 0 10px !important;
    margin-top: 0.31rem !important;
    margin-bottom: 2px;
}

.session {
    width: auto;
    padding: 2px 24px 2px 14px;
    border-radius: 15px;
}

.col-lg-4 .card .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.schools-box:hover {
    background: #c0e2ff !important
}



.month-wise {

    background-color: #1c2331 !important;
    width: 99%;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    -webkit-border-radius: 0.125rem;
    border-radius: 0.5rem;
    color: #fff;
    box-sizing: border-box;
    margin: 0px 0px 20px 10px;
    margin-right: 20px;
    display: flex !important;
    padding-top: 50px;
}

.month-wise {
    margin-top: 15px;
}

.report-btn {
    color: #fff;
    background: linear-gradient(50deg, #8dacee, #4bbac9) !important;
    border-radius: 20px;
    padding: 10px 25px 10px 25px;

}

.custom-control-label::before {
    content: '';
    width: 40px;
    /* Adjust the width to control the switch's appearance */
    height: 17px;
    /* Adjust the height to control the switch's appearance */
}

.custom-control-label::after {
    content: '';
    left: 16px;
    /* Adjust the position of the switch's handle */
    width: 16px;
    /* Adjust the handle's width */
    height: 16px;
    /* Adjust the handle's height */
}

.custom-switch .custom-control-label::before {
    background-color: #ccc;
    /* Background color when off */
}

.custom-switch .custom-control-input:checked~.custom-control-label::before {
    background-color: #007BFF;
    /* Background color when on */
}



/* user infomationn  */

.user_info {
    position: relative;
}

.user_info .user_info_tooltip {
    position: absolute;
    bottom: 25px;
    font-size: 14px;
    background-image: linear-gradient(310deg, #7928ca, #ff0080);
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
}

.user_info .user_info_tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background-image: linear-gradient(310deg, #7928ca, #ff0080);
    bottom: -3px;
    left: 20px;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.user_info:hover .user_info_tooltip {
    bottom: 25px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.user_info:hover span,
.user_info:hover .user_info_tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}



.dash-widget {

    background: linear-gradient(50deg, #bfe389, #d83c23) !important;
    border-radius: 25px;
    padding: 15px;
    color: #fff;
}

.dash-widget-blue {

    background: linear-gradient(50deg, #89e3ac, #235cd893) !important;
    border-radius: 25px;
    padding: 15px;
    color: #fff;
}

.dash-widget-green {

    background: linear-gradient(50deg, #89e3d4, #23d8327e) !important;
    border-radius: 25px;
    padding: 15px;
    color: #fff;
}

.large-badge {
    font-size: 1.4em; /* You can adjust the font-size as needed */
    padding: 0.3em 1em; /* You can adjust the padding as needed */
    background: linear-gradient(45deg, #FFA500, #FF6347); /* Adjust the colors as needed */
    color: #fff; /* Set the text color to make it readable */
}

.btn-roundin {
    border-radius: 20px; /* You can adjust the value to control the roundness */
    background: linear-gradient(to right, rgb(0, 255, 13), #2ee580b2, #6cfa88); /* Adjust the colors as needed */
    color: #fff; /* Set text color to white or a contrasting color */
    border: none;
    padding: 3.5px 12px; /* Adjust padding as needed */
}

.btn-roundout {
    border-radius: 20px; /* You can adjust the value to control the roundness */
    background: linear-gradient(to right, #ff8a00, #e52e71, #faa76c); /* Adjust the colors as needed */
    color: #fff; /* Set text color to white or a contrasting color */
    border: none;
    padding: 3.5px 12px; /* Adjust padding as needed */
}

.celibration-wish {

    background: linear-gradient(50deg, #E0FFFF , #E0FFFF	);
    border-radius: 25px;
    padding: 15px;
    color: #20B2AA;
}

.all-report-bold-orange-text {
    color: #FFA500;
    font-weight: bold;
}

.event-bg {
    color: black;
    background-color: #F0FFFF;
    border-radius: 20px;
}

.tables-bg{

        border:1px solid black;
        border-collapse: collapse;
        background-color: #f8f8ff;

}
