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

.create_schedule_date_chooser_backer {
    background-color: transparent;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
}

.create_schedule_month,
.create_schedule_year,
.create_schedule_role {
    background-color: #303853;
    border: none;
    outline: none;
    padding: 5px;
    color: #EDEFFC;
    border-radius: 5px;
    cursor: pointer;
}

.create_schedule_display_button,
.create_schedule_refill_button,
.declare_holiday_button {
    background-color: #303853;
    border: none;
    outline: none;
    padding: 5px 10px;
    color: #EDEFFC;
    border-radius: 5px;
    cursor: pointer;
}

.create_schedule_month:hover,
.create_schedule_year:hover,
.create_schedule_role:hover,
.create_schedule_display_button:hover,
.create_schedule_refill_button:hover,
.declare_holiday_button:hover {
    background-color: #434d70;
}

.create_schedule_workplace_backer {
    background-color: transparent;
    width: 100%;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    overflow: auto;
    color: #EDEFFC;
    text-align: center;
}

.create_schedule_example_backer_upper_for_members_fetched {
    background-color: #434d70;
    width: fit-content;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    transition: transform 0.15s ease, opacity 0.2s ease;
    cursor: grab;
}

/* .create_schedule_example_backer_upper_for_members_fetched.dragging {
    opacity: 0.6;
    transform: scale(1.05);
    cursor: grabbing;
}

.create_schedule_example_backer_upper_for_members.dragover {
    background-color: rgba(0, 150, 255, 0.1);
    transition: background-color 0.2s ease;
} */

.move-up {
    transform: translateY(-50px);
}

.move-down {
    transform: translateY(50px);
}

.create_schedule_example_backer_upper_for_members_fetched.highlight {
    background-color: #f7f7f7;
    border: 2px dashed #ddd;
}

.create_schedule_example_backer_upper_for_members {
    background-color: transparent;
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 1px;
}

.create_schedule_example_backer_upper {
    background-color: #434d70;
    width: fit-content;
    min-height: 50px;
    border-bottom: 3px solid #212542;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    margin-right: 20px;
    position: sticky;
    top: 0;
    z-index: 5;
}

.create_schedule_example_backer_upper_for_members {
    margin-top: 5px;
}

.create_schedule_example_name,
.create_schedule_example_name_editor {
    background-color: transparent;
    width: 230px;
    margin-right: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #303853;
    color: #EDEFFC;
    font-weight: 700;
    overflow: hidden;
    cursor: pointer;
}

.create_schedule_example_email,
.create_schedule_example_email_editor {
    background-color: transparent;
    background-image: url(../icons/bin.png);
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    min-width: 30px;
    height: 100%;
    font-size: 0%;
    color: transparent;
    user-select: none;
    border-right: 1px solid #303853;
    border-left: 1px solid #303853;
    cursor: pointer;
}

.delete_icon {
    font-size: 14px;
    color: #5b699c;
    pointer-events: none;
}

.create_schedule_example_email:hover {
    background-color: red;
}

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

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

.create_schedule_example_updown_backer_margin_component_214 {
    background-color: #303853;
    width: 1px;
    height: 100%;
}

.create_schedule_example_order_up,
.create_schedule_example_order_down {
    background-color: transparent;
    width: 29px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EDEFFC;
    font-weight: 700;
    user-select: none;
    cursor: pointer;
}

.create_schedule_example_order_up {
    background-image: url(../icons/arrow.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.create_schedule_example_order_down {
    background-image: url(../icons/arrow.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.create_schedule_example_order_up:hover,
.create_schedule_example_order_down:hover {
    background-color: #5b699c;
}

.create_schedule_example_fastfill {
    background-color: transparent;
    min-width: 350px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EDEFFC;
    font-weight: 700;
    gap: 10px;
    border-right: 1px solid #303853;
}

.create_schedule_example_dates_backer {
    background-color: transparent;
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.create_schedule_example_dates_backer_dates,
.create_schedule_example_dates_backer_weekdays {
    background-color: transparent;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.weekday_example,
.dates_example {
    background-color: transparent;
    min-width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #303853;
    color: #EDEFFC;
    font-weight: 500;
}

.dates_example {
    border-bottom: 1px solid #212542;
}

.align_members_to_create_schedule_button {
    background-color: #303853;
    background-image: url(../icons/plus.png);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 220px;
    min-height: 30px;
    border: none;
    outline: none;
    margin: 10px 0;
    color: white;
    cursor: pointer;
}

.create_schedule_button,
.update_schedule_button,
.refill_schedule_button,
.color_schedule_button,
.create_schedule_workplace_backer_analyze_button,
.create_schedule_workplace_backer_deep_analyze_button {
    background-color: #303853;
    width: 220px;
    min-height: 30px;
    border: none;
    outline: none;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #EDEFFC;
    font-weight: 600;
    user-select: none;
}

.align_members_to_create_schedule_button:hover,
.create_schedule_button:hover,
.update_schedule_button:hover,
.refill_schedule_button:hover,
.color_schedule_button:hover,
.create_schedule_workplace_backer_analyze_button:hover,
.create_schedule_workplace_backer_deep_analyze_button:hover {
    background-color: #434d70;
}

.create_schedule_member_role_select {
    background-color: #303853;
    color: #EDEFFC;
    min-width: 94px;
    padding: 0 3px;
    height: 30px;
    border-radius: 5px;
    border: none;
    outline: none;
}

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

.create_schedule_member_work_hours_input,
.create_schedule_member_other_work_hours_input,
.night_shift_work_hours_1,
.night_shift_work_hours_2 {
    background-color: #EDEFFC;
    width: 80px;
    height: 25px;
    border: none;
    outline: none;
    border-radius: 5px;
    text-align: center;
    font-size: small;
}

.create_schedule_member_work_hours_input_deep {
    background-color: #EDEFFC;
    width: 600px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-right: 1px solid #303853;
    color: black;
    font-size: medium;
    padding-left: 10px;
}

.create_schedule_weekday_to_absent,
.create_schedule_weekday_to_absent2,
.night_shift_start_weekday {
    background-color: #303853;
    width: 90px;
    height: 30px;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #EDEFFC;
    font-size: small;
}

.create_schedule_fastfill_button {
    background-color: #303853;
    width: 40px;
    height: 30px;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #EDEFFC;
    cursor: pointer;
}

.create_schedule_fastfill_button:hover {
    background-color: #5b699c;
}

.night_shift_options {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.create_schedule_night_shift_fill {
    background-color: #303853;
    width: 40px;
    height: 30px;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #EDEFFC;
    cursor: pointer;
}

.create_schedule_example_analyze {
    background-color: red;
    width: fit-content;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.create_schedule_example_backer_upper_for_members_analyze {
    background-color: #303853;
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
}

.create_schedule_example_name_analyze,
.create_schedule_example_name_analyze_exp {
    background-color: transparent;
    min-width: 683px;
    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;
}

.create_schedule_example_name_analyze_exp {
    width: 743px;
    background-color: #303853;
    border-bottom: 1px solid #212542;
}

.create_schedule_member_work_hours_input_analyze {
    background-color: transparent;
    min-width: 100px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    border-right: 1px solid #303853;
    border-bottom: 1px solid #303853;
}

.create_schedule_workplace_backer_analyze_backer,
.create_schedule_workplace_backer_analyze_backer_call {
    background-color: transparent;
    width: fit-content;
    height: fit-content;
    display: block;
}

.create_schedule_workplace_backer_analyze_backer_call {
    margin-top: 20px;
}











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

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

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

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

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