.orders_orders_header__qmafd {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid #f5f5f5;
}
.orders_orders_header_icon__LCAYG {
    width: 24px;
    height: 24px;
    padding: 4px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.orders_orders_header__qmafd>p {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    margin: 0px;
}
.booking_bookingsOrReportsSwitch__euqyE {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 15px;
    margin: 10px 0;
    z-index: 10;
}
.booking_bookingsOrReportsSwitch__container__otC0l {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    background: #f0f0f0;
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    height: 40px;
}

.booking_bookingsOrReportsSwitch__container__otC0l button {
    padding: 6px 20px;
    flex: 1 1;
    color: #9d9fa1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.booking_bookingsOrReportsSwitch__container__otC0l button {
    padding: 6px 20px;
    flex: 1 1;
    color: #9d9fa1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.style_login__a4ptK {
    display: grid;
    place-items: center;
    grid-row-gap: 20px;
    margin: 0 auto;
}
.style_login__img__YXnS5 {
    width: 128px;
    height: 128px;
}

.style_login__a4ptK p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.style_login__a4ptK button {
    color: #fff;
    background: #d04bb8;
    text-align: center;
    border-radius: 15px;
    padding: 13.5px 20px;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    border: none;
}
.Dashborad-main{
    width: 500px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}


.switches-container {
    width: 23rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: rgb(255, 255, 255);
    line-height: 3rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #969696;
}

.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #000000;
}


.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}


.switch {
    border-radius: 3rem;
    background: #b83895;
    height: 100%;
    color: white;
}


.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--switch-text-color) ;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}


.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}