.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
input.form-control:focus {
    padding: 0px;
    padding-inline: 10px;
    border: 2px solid #51C1D9;
    transition: 0.2s ease-in-out;
}
.label{
    color: #868686;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0.8rem;
    margin-bottom: 0;
}
.iti{
    width: 100%;
}
.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code{
    font-size: 13px;
}
.iti--inline-dropdown .iti__dropdown-content{
    font-size: 13px;
}
.error-msg{
    margin: 0;
    color: #D27E7C;
    font-size: 12px;
    display: none;
}
.select-custom{
    width: 200px !important;
    border: 0 !important;
}

.select2-container--default .select2-selection--single{
    border: 0;
    border-bottom:2px solid #929292;
    border-radius: 0;
}

.thanks-wrapper{
    width: 350px;
    /* height: 350px; */
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    display: flex;
    flex-direction: column;
}
.thanks-wrapper .wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom:2.5rem;
}
.thanks-wrapper .wrapper img{
    width: 50%;
    margin-bottom: 1rem;
}
.btn{
    background: rgb(44,175,164);
    width: 100%;
    border-radius: 4px;
    padding: 10px 1rem;
    color: white;
}

#thank-modal {
    background: rgba(0, 0, 0, 0.238);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
}