.error {
    color: red;
}

.phone-input-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 5px;
}

.country-flag {
    height: 10px;
    color: aliceblue;
    display: flex;
    align-items: center;
    padding: 10px;
    padding-right: 20px;
    border-radius: 4px 0 0 4px;
    margin-bottom: 10px;
}

.country-flag img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.d-none {
    display: none !important;
}

.loader {
    width: 100%;
    height: 100% !important;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
    z-index: 99999999;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.0);
    /* margin-top: -6px; */
}
