.colors {
    background-color: #212542;
    background-color: #303853;
    background-color: #EDEFFC;
    background-color: #276844;
    background-color: #bb2a2a;
    background-color: #306674;
}

.team_schedule_individual_backer {
    background-color: transparent;
    width: 100%;
    height: calc(100% - 40px);
    display: none;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.team_individual_selectable {
    background-color: transparent;
    color: #EDEFFC;
    font-size: medium;
    cursor: pointer;
    font-family: roboto;
    padding: 3px 5px;
    border-radius: 5px;
    transition: 0.07s ease;
    user-select: none;
    display: none;
}

.team_individual_selectable:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #02ae50;
}

.team_backer_individual_header_view {
    background-color: transparent;
    width: 80%;
    height: 50px;
    margin-top: 20px;
    display: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.team_backer_individual_name {
    color: #EDEFFC;
    font-weight: 800;
    font-size: x-large;
    user-select: none;
    cursor: pointer;
}

.team_backer_individual_calendar_select_container {
    background-color: transparent;
    height: 30px;
    width: 300px;
    color: #EDEFFC;
    font-size: medium;
    cursor: pointer;
    font-family: roboto;
    padding: 3px 5px;
    border-radius: 5px;
    transition: 0.07s ease;
    user-select: none;
}

.team_backer_individual_calendar_select_container {
    border: 1px solid aliceblue;
    color: #EDEFFC;
    font-size: medium;
}

.team_backer_individual_calendar_select_container:focus {
    outline: none;
/*     background-color: #303853; */
    color: white;
}

.team_backer_individual_calendar_select_container option {
    color: white;
    background-color: #303853;
}

.team_backer_individual_calendar_select_container option[selected] {
    color: black;
    background-color: white;
}

.team_backer_individual_calendar_select_container:disabled {
    background-color: white !important;
    color: black !important;
}

.team_backer_individual_calendar_select_container:active {
    background-color: white;
    color: black;
}

.team_backer_individual_schedule_view {
    background-color: transparent;
    width: 100%;
    height: calc(100% - 50px);
    display: block;
    position: relative;
}

.team_backer_individual_calendar_backer {
    background-color: transparent;
    display: flex;
    gap: 10px;
}

.team_backer_individual_calendar_select_button {
    background-color: #303853;
    width: 50px;
    height: 30px;
    border-radius: 5px;
    border: none;
    outline: none;
    color: white;
    user-select: none;
    cursor: pointer;
}

.my_schedule_individual_calendar_backer {
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.my_caneldar_individual_main_frame {
    background-color: #EDEFFC;
    width: 90%;
    height: 95%;
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.my_caneldar_individual_main_frame_weekdays_backer {
    background-color: transparent;
    width: 100%;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #EDEFFC;
    gap: 1px;
}

.my_caneldar_individual_main_frame_weekdays {
    background-color: #434d70;
    width: calc(100% / 7 - 1px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EDEFFC;
}

.my_calendar_individual_shifts_aligner {
    background-color: transparent;
    width: 100%;
    height: calc(100% - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1px;
}

















.team_backer_individual_calendar_select_container::-webkit-scrollbar {
    width: 10px;
}

.team_backer_individual_calendar_select_container::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.team_backer_individual_calendar_select_container::-webkit-scrollbar-thumb {
    background: #1a1f30;
    border-radius: 10px;
    border: none;
}

.team_backer_individual_calendar_select_container::-webkit-scrollbar-thumb:hover {
    background: #5b6688;
}

.team_backer_individual_calendar_select_container::-webkit-scrollbar-corner {
    background: #5b6688;
}
