.auth-cover-brand {
    z-index: 3;
}

.fc .fc-view-harness {
    margin-inline: -5px;
}

#calendar {
    padding: 20px;
}

.bgcover-login {
    background-image: url('/assets-admin/img/backgrounds/login-bg.jpg');
    background-size: cover;
    background-position: center;
}

.bgcover-register {
    background-image: url('/assets-admin/img/backgrounds/register-bg.jpg');
    background-size: cover;
    background-position: center;
}

.productimg-cart {
    max-height: 215px;
    margin-bottom: 20px;
}

.onboard-img-header {
    max-height: 150px;
    margin-bottom: 20px;
}

#checkout-payment {
    display:flex;
    width: 85%;
    margin: 0 auto;
}

.payment-tabs {
    display: flex;
    justify-content: center;
    max-width: 500px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.edit-header {
    width: 25%;
    text-align: end;
}