#formPink *, #formPink *::before, #formPink *::after {
    box-sizing: border-box;
}

#formPink {
    border: none;
    border-radius: 50px;
    max-width: 560px;
    margin: 40px auto;
    font-family: sans-serif;
    box-shadow: 0 0 10px #00000030;
}


.formPink-Title {
    text-align: center;
    padding: 40px 25px;
    font-size: 30px;
    background: #122E5B;;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 2px;
    margin: 0;
}
@media(max-width: 767px){
    .formPink-Title {
        font-size: 24px;
    }
    .formPink {
        border-radius: 25px;
    }
}

#formPink input {
    font-size: 16px;
    margin-bottom: 25px;
    width: 100%;
    padding: 12px 15px;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #000;
    line-height: 1;
    font-family: sans-serif;
    background: #cbcbcb8a;
}
#formPink input:focus{
    outline: 1px solid transparent;
}

.formPink-Button {
    color: #fff;
    width: 100%;
    max-width: 300px;
    padding: 14px;
    font-weight: 700;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: 1px;
    box-shadow: 3px 3px 6px #00000030;
    border-radius: 20px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

input.error {
    margin-bottom: 5px!important;
    background: #ff000020!important;
    position: relative;
}

input.error::placeholder{
    color: #000;
}

label.error {
    font-family: sans-serif;
    color: red;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.phone + label.error{
    margin: 5px 0 0!important;
}

input.valid {
    background: #00ef0030!important;
}

.iti--separate-dial-code {
    padding: 0!important;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
}
.iti__selected-country{
    padding-right: 13px;
    background: #e1e1e1!important;
    border-radius: 4px 0 0 3px;
    height: 41px!important;
}
.iti__selected-dial-code{
    color: #000;
}

.iti__country-container {
    pointer-events: none;
}
.iti {
    width: 100%;
    margin-bottom: 20px;
}
.iti__arrow {
    display: none;
}
@media (max-width: 424px){
    #formPink {
        max-width: 350px;
        padding-right: 20px;
        padding-left: 20px;
    }

}
#send_order_button {
    background: linear-gradient(98deg, #df48e1, #7b0083);
    color: #fff;
    width: 100%;
    max-width: 300px;
    padding: 14px;
    font-weight: 700;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: 1px;
    box-shadow: 3px 3px 6px #00000030;
    border-radius: 20px;
    margin: auto;
    display: flex
;
    justify-content: center;
    margin-top: 20px;
}
#formPink {
    border: none;
    border-radius: 50px;
    max-width: 560px;
    margin: 40px auto;
    font-family: sans-serif;
    box-shadow: 0px 0px 10px #00000030;
    padding: 0 70px 20px;
}

.custom__country-select {
    z-index: 1;
    position: relative;
    display: flex
;
    align-items: center;
    height: 100%;
    padding: 0 0 0 8px;
}
.custom__country-dropdown{
    height: 42.5px;
}
.formPink-Title{

    font-family: "Stag", sans-serif !important;

}
