* {
    font-family: 'Tajawal', sans-serif;
}

.form-page .v-stepper__header {
    box-shadow: none !important;
}

/* .form-page .v-sheet.v-stepper:not(.v-sheet--outlined){
    box-shadow: none!important;
} */
.justify-content-center {
    justify-content: center;
}

.light-grey-border {
    border-color: rgb(0 0 0 / 8%) !important;
}

.h-10 {
    height: 20%;
}

.h-20 {
    height: 20vh;
}

.h-10vh {
    height: 6vh;
}

.mt-17 {
    margin-top: 22px;
}

.white-color {
    color: white;
}

.blue-color {
    color: #1976d2 !important;
}

.blue-bg {
    background-color: #1976d2 !important;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.h-13 {
    height: 13vh;
}

.d-flex {
    display: flex;
}

.mt-auto {
    margin-top: auto;
}

.p-3 {
    padding: 1rem;
}

.mt-3 {
    margin-top: 1rem;
}

.v-btn-toggle .v-btn.v-btn.v-size--default {
    width: 100%;
    background-color: white;
    border: 3px solid grey;
    box-shadow: none;

}

.v-btn:before {
    background-color: #1976d2 !important;
    border: 3px solid #1976d2 !important;

}

.border-input {
    border: 2px solid #1976d2;
    padding: 0.5rem;
    border-radius: 10px !important;
}

.w-100 {
    width: 100%;
}

.form-page .primary {
    background-color: #0051a1 !important;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.no-margin {
    margin: 0 !important;
}

.btn-custom {
    background-color: #1976d2;
    color: white !important;
    border: none !important;
    box-shadow: none !important;
}

@media (min-width: 1400px) {
    .form-page .v-stepper-content {
        padding-top: 0 !important;
    }

    .form-page.container {
        width: 60%;
    }

    .px-custom-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;

    }

    .py-custom-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .form-page .v-stepper__content:first-child {
        padding-top: 0 !important;
    }

    .mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .text-center {
        text-align: center;
    }
    .v-card__title {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

