.project-hours{

    .dropdown-toggle{
        border: 1px solid lightgray !important;
        border-radius: 4px;
        background-color: white;
        color: grey;
        width: 200px !important;
        min-width: 200px !important;
        max-width: 200px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .dropdown-toggle:focus:active{
        border: 1px solid lightgray !important;
        border-radius: 4px;
        background-color: white;
        color: grey;
        width: 200px !important;
        text-align: left;
    }
    
    .dropdown-toggle:hover{
        border: 1px solid grey !important;

    }

    .dropdown-toggle span {
        flex-grow: 1;  /* Pushes the arrow to the right */
        text-align: left;
        padding-left: 10px;
    }

    /* Dropdown arrow customization */
    .dropdown-toggle::after {
        font-size: 18px;
        margin-left: auto; /* Push arrow to the right */
        color: grey;
    }
    
    /*Dropwodn menu */
    .dropdown-menu:show{
        border: 1px solid lightgrey !important;
        border-radius: 2px;
        background-color: white;
        color: black;
        width: 200px !important;
    
    }

    .button-all-or-none{
        border: 0px !important;
        border-radius: 0px !important;
        background-color: lightgray;
        color: black;
    }

    /*CHECKLIST*/

    .page-lcms .form-check :disabled {
        border-color: white !important;
        opacity: 0 !important;
    }
    .page-lcms .form-check-input:disabled ~ .form-check-label {
        opacity: 0.6 !important;
        font-weight: bold;
        padding-top: 5px;

    /*CALENDAR*/    

    .CalendarDay__selected_span {
        background-color: #fdca00 !important;
        color: black !important;
    }
    .CalendarDay__selected {
        background: rebeccapurple;
        color: white;
    }
    .CalendarDay__selected:hover {
        background: orange;
        color: white;
    }

    .CalendarDay__hovered_span:hover,
    .CalendarDay__hovered_span {
    background: brown;
    }

}/*# sourceMappingURL=page_new.css.map */


