.form .iti {
    margin-top: 20px;
    width: 100%;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.commonInputDiv {
    position: relative;
}

.waitpopup-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.86);
    z-index: 9996;
}

.waitpopup {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 15px;
    transform: translate(-50%, -50%);
    max-width: 480px;
    width: 100%;
    height: auto;
    z-index: 9997;
}

.waitpopup label.error {
    color: red;
}

.waitpopup-body {
    padding: 20px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .25);
}

.waitpopup-title {
    margin: 0;
    padding: 0 25px;
    font-size: 24px;
    text-align: center;
}

.waitpopup-desc {
    margin: 10px 0;
    text-align: center;
}

.wrappe-waitpopup-close {
    display: flex;
    justify-content: flex-end;
}

.waitpopup-close {
    top: 12px;
    color: #333;
    cursor: pointer;
}

.waitpopup .form-group {
    position: relative;
    margin-bottom: 15px;
}

.waitpopup .form-group input {
    width: 100%;
    height: 45px;
    background: #f7f7f7;
    border: none;
    padding: 0 15px;
    outline: none;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-align: left !important;
}

.waitpopup .intl-tel-input {
    width: 100%;
}

.waitpopup .form-group {
    background: #f7f7f7 !important;
}

.waitpopup .form-group select {
    width: 100% !important;
    margin: 10px 0 !important;
}

.waitpopup .form-group select {
    background: #f7f7f7 !important;
}

.waitpopup .form-group button {
    transition: all .3s ease;
    color: #fff;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 700;
    font-family: Open Sans, sans-serif;
    border-radius: 0.25rem;
    background-color: #4290FC;
    width: 100%;
}

.waitpopup .selected-flag {
    height: 40px !important;
}