/*
.dropdown-menu-list-country {
    max-height: 200px;
    overflow-y: auto;
    font-size: 16px;
}

.dropdown-menu-country {
    width: 100% !important;
}

[dir="rtl"] .dropdown-menu-list-country {
    text-align: right;
    direction: rtl !important;
    padding-right: 0.5em !important;
}

[dir="rtl"] .input-group-text {
    border-radius: 0 .375rem .375rem 0 !important;
}

[dir="rtl"] .form-control-rtl {
    border-radius: .375rem 0 0 .375rem !important;
}

[dir="rtl"] .input-group .btn {
    position: relative;
    z-index: 5;
    left: 0;
}

[dir="ltr"] .input-group .btn {
    position: relative;
    z-index: 5;
    right: 0;
}

[dir="rtl"] select.form-select {
    background-position: left 0.75rem center !important;
    padding-right: 1rem !important;
    padding-left: 2.5rem !important;
}

[dir="rtl"] #password-contain p.invalid::before,
[dir="rtl"] #password-contain p.valid::before {
    margin-right: 0;
    margin-left: 0.7rem;
}

[dir="rtl"] input[type="date"] {
    text-align: right;
    direction: rtl;
}

[dir="rtl"] input[type="date"]::-webkit-calendar-picker-indicator {
    transform: scaleX(-1);
    padding-left: 0.5rem;
}

[dir="rtl"] .form-control.is-invalid,
[dir="rtl"] .was-validated .form-control:invalid {
    border-color: var(--vz-form-invalid-border-color);
    padding-left: calc(1.5em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f06548'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f06548' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left calc(.375em + .25rem) center;
    background-size: calc(.75em + .5rem) calc(.75em + .5rem);
}

[dir="rtl"] input::placeholder {
    text-align: right;
    direction: rtl;
}

[dir="rtl"] .pe-5 {
    padding-left: 3rem !important;
    padding-right: 1rem !important;
}

*/


.rtl p,
.rtl label,
.rtl span:not(.input-group-text),
.rtl textarea {
    direction: rtl;
    text-align: right;
}

.dropdown-menu-list-country {
    max-height: 200px;
    overflow-y: auto;
    font-size: 16px;
}

.dropdown-menu-country {
    width: 100% !important;
}

.rtl .form-label {
    width: 100%;
}

.rtl .dropdown-menu-country {
    direction: rtl;
}

.rtl .dropdown-menu-list-country {
    text-align: right;
    padding-right: 0.5em;
}

.input-group .btn {
    z-index: 5;
}

.rtl #password-contain p.invalid::before,
.rtl #password-contain p.valid::before {
    margin-right: 0;
    margin-left: 0.7rem;
}

.rtl #password-contain h5 {
    text-align: right;
    direction: rtl;
}

.password-input.is-invalid,
.password-input.is-valid {
    background-position: right calc(2.375em + .25rem) center !important;
}

button:disabled {
    background-color: #ccc !important;
    color: #666 !important;
    border: 1px solid #999 !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

.rtl input,
.rtl select,
.rtl input[type="email"]::placeholder,
.rtl input[type="tel"]::placeholder {
    text-align: center;
}

.userFirstLastName {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}