.language-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle; /* لمحاذاته مع النص */
}

.map {
    width: 24px;
    height: 24px;
}
.guests-arjan {
    width: 24px;
    height: 24px;
}



#phoneInput:invalid {
    border-color: red;
}

#phoneInput:invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.25);
}
/* styles.css */
.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

      /* تخصيص مظهر Toastr */
  .toast {
      font-family: 'Tajawal', sans-serif;
      font-size: 14px;
  }

.toast-success {
    background-color: #178C00;
}

.toast-error {
    background-color: #d33;
}

.toast-warning {
    background-color: #f39c12;
}

.toast-info {
    background-color: #3498db;
}

.toast-close-button {
    color: white;
    opacity: 0.8;
}

.toast-title {
    font-weight: bold;
    font-size: 16px;
}
