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

.team_schedule_view_backer {
    background-color: #212542;
    width: 100%;
    height: 100%;
    display: block;
    display: none;
    overflow: auto;
    margin-top: 10px;
    position: relative;
}

.team_schedule_view_container,
.team_schedule_view_container_fixed,
.team_schedule_view_container_cat {
    background-color: #303853;
    border-bottom: 1px solid #212542;
    width: fit-content;
    height: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    user-select: none;
}

.team_schedule_view_container_cat {
    width: fit-content;
    position: relative;
    left: 0;
}

.team_schedule_view_container>* {
    display: inline-block;
    vertical-align: middle;
}

.create_schedule_example_name_view {
    background-color: transparent;
    min-width: 220px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #212542;
    color: #EDEFFC;
    font-weight: 700;
    font-family: sans-serif;
}

.create_schedule_example_email_view {
    background-color: transparent;
    min-width: 10px;
    height: 100%;
    font-size: 0%;
    color: transparent;
    user-select: none;
    border-right: 1px solid #212542;
}

.create_schedule_example_role_view {
    background-color: transparent;
    min-width: 80px;
    height: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EDEFFC;
    font-weight: 700;
    overflow: hidden;
    border-right: 1px solid #212542;
}

.dates_example_view_backer {
    background-color: transparent;
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #212542;
}

.dates_example_view {
    background-color: #d3d3d3;
    width: 80px;
    height: 60%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-family: sans-serif;
    overflow: hidden;
    color: black;
    outline: none;
    border: none;
    user-select: none;
    cursor: pointer;
}

.create_schedule_example_name_view_exp {
    background-color: transparent;
    min-width: 220px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #212542;
    color: #EDEFFC;
    font-weight: 700;
    font-family: sans-serif;
}

.create_schedule_example_email_view_exp {
    background-color: transparent;
    min-width: 10px;
    height: 100%;
    font-size: 0%;
    color: transparent;
    user-select: none;
    border-right: 1px solid #212542;
}

.create_schedule_example_role_view_exp {
    background-color: transparent;
    min-width: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EDEFFC;
    font-weight: 700;
    border-right: 1px solid #212542;
}

.dates_example_view_exp {
    background-color: transparent;
    min-width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #212542;
    color: #EDEFFC;
    font-weight: 500;
    font-size: small;
}

.dates_example_view_exp_marked {
    background-color: rgb(87, 24, 24);
    min-width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #212542;
    color: #EDEFFC;
    font-weight: 500;
    font-size: small;
}

.create_schedule_workplace_backer_analyze_backer_chat_vi,
.create_schedule_workplace_backer_analyze_backer_call_vi {
    background-color: transparent;
    width: fit-content;
    height: fit-content;
    display: block;
    margin-top: 10px;
}

.create_schedule_workplace_backer_analyze_backer_chat_vi {
    margin-top: 50px;
}

.create_schedule_example_name_analyze_vi,
.create_schedule_example_name_analyze_exp_vi {
    background-color: transparent;
    min-width: 312px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #303853;
    border-bottom: 1px solid #303853;
    color: #EDEFFC;
    font-weight: 700;
    font-family: sans-serif;
}

.create_schedule_example_name_analyze_exp_vi {
    background-color: #434d70;
    width: 312px;
}

.create_schedule_example_backer_upper_for_members_analyze_vi {
    background-color: #434d70;
    width: fit-content;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
}

.team_schedule_view_sticky_backer {
    background-color: transparent;
    width: 3100px;
    height: fit-content;
    z-index: 100;
    top: 0;
    left: 0;
    position: absolute;
    margin-top: 71px;
    pointer-events: none;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.create_schedule_example_name_view_fixed {
    background-color: #303853;
    min-width: 220px;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #212542;
    border-right: 1px solid #212542;
    color: #EDEFFC;
    font-weight: 700;
    position: sticky;
    overflow: hidden;
    left: 0;
    pointer-events: all;
    font-family: sans-serif;
}

.create_schedule_example_name_view_fixed_fake {
    background-color: transparent;
    min-width: 220px;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EDEFFC;
    font-weight: 700;
    position: sticky;
    border-top: 1px solid #212542;
    left: 0;
}

.team_schedule_view_weekdays_sticky_backer {
    background-color: transparent;
    width: 3231px;
    height: 300px;
    z-index: 99;
    top: 0;
    left: 313px;
    position: absolute;
    pointer-events: none;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: row;
}

.dates_example_view_exp_fixed {
    background-color: #303853;
    min-width: 100px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #212542;
    border-bottom: 1px solid #212542;
    color: #EDEFFC;
    font-weight: 500;
    font-size: small;
    position: sticky;
    top: 0;
    user-select: none;
    cursor: pointer;
    pointer-events: all;
    font-family: sans-serif;
}

.dates_example_view_exp_fixed * {
    pointer-events: none;
}

.dates_example_view_exp_fixed_marked {
    background-color: rgb(87, 24, 24);
    min-width: 100px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #212542;
    border-bottom: 1px solid #212542;
    color: #EDEFFC;
    font-weight: 500;
    font-size: small;
    position: sticky;
    top: 0;
    cursor: pointer;
    pointer-events: all;
}

























.team_schedule_view_backer::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

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

.team_schedule_view_backer::-webkit-scrollbar-thumb {
    background: green;
    border-radius: 10px;
    border: none;
}

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

.team_schedule_view_backer::-webkit-scrollbar-corner {
    background: transparent;
}