.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100% !important;
}

label.error {
    color: #d00e0e !important; /* Change the color of the error message */
    font-size: 14px !important; /* Adjust the font size */
    margin-top: 5px; /* Add some space between the input field and the error message */
    display: block; /* Ensure that the error message is displayed as a block element */
    font-weight: bold;
}

.iti--allow-dropdown input.iti__tel-input, .iti--allow-dropdown input.iti__tel-input[type=text], .iti--allow-dropdown input.iti__tel-input[type=tel], .iti--show-selected-dial-code input.iti__tel-input, .iti--show-selected-dial-code input.iti__tel-input[type=text], .iti--show-selected-dial-code input.iti__tel-input[type=tel] {
    padding-right: 6px !important;
    padding-left: 52px !important;
    margin-left: 0;
}

.toggle-password {
    cursor: pointer;
}

a.delete-cls {
    color: white;
    font-size: xx-large;
    margin-left: 10px;
    border: 1px solid var(--primary-color);
    padding: 8px;
    border-radius: 34%;
    background-color: var(--primary-color); 
    float: right;
}

.button-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.button-disabled:hover::after {
    content: '🚫';
    position: absolute;
    right: 10px; /* Adjust based on your layout */
    top: 5px; /* Adjust based on your layout */
}

.no-text-select {
    user-select: none; /* Standard syntax */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* Internet Explorer/Edge */
  }

