@import './flag-icons.css';
.sp_container{
    width:100% !important;
    position:relative;

}
.sp_input{
    height:40px;
    border-radius:0.375rem;
    box-shadow:none !important;
}
div.sp_clear_btn{
    display:flex;
    align-items:center;
    padding:0;
}
#country-flag-icon{
    width:19px;
    height:15px;
    position:absolute;
    left:10px;
    top:50%;
    transform: translateY(-50%);
    background-color:#f7f7f7;
    pointer-events: none;
}
#country-selectPage_text.has-val{padding-left:35px !important;}
.select-country-item{
    display:flex;
    align-items:center;
}
.select-country-item .flag-icon{margin-right:3px;}
