* {
    font-family: "Roboto", sans-serif !important;
}

.mr_auth_bg {
    top: 50%;
    bottom: 0;
    height: auto;
    background: linear-gradient( 135deg, #029BDF, #935FA9 );
}

.auth_form_btn {
    background: linear-gradient( 135deg, #935FA9, #029BDF );
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    padding: 0.65em 1em;
    color: white;
    border: none;
    border-radius: 3rem;
    box-shadow: rgba(114, 1, 124, 0.2) 0px 4px 4px 0px;
}

.phone_code_select {
    max-width: 80px;
    pointer-events: none; 
    appearance:none; 
    background: transparent;
    padding-right: 0;
}

.form-control {
    min-height: 45px;
}

.select2-container--bootstrap-5,
.select2-container--bootstrap-5 * {
    box-shadow: none !important;
    font-size: 0.8rem !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
    gap: 3px !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    margin: 0 !important;
    padding: 0 0.5rem !important;
    background: transparent !important;
    gap: 0.5rem !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    font-size: 0.6rem !important;
}

.card * {
    position: relative;
    z-index: 1;
}

.parsley-errors-list {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #FF2C2C;
    margin: 0;
    padding: 0;
    list-style-type: none;
}