.country-select{position:relative}.country-select__selected{border:thin solid #EBEBEB;border-radius:12px;display:flex;align-items:center;padding-left:25px;position:relative;transition:.2s linear}.country-select__selected p{padding-top:10px;display:flex;align-items:center;gap:10px}.country-select__selected p img{width:20px;height:15px;object-fit:contain}.country-select__selected.dropped{margin-bottom:5px}.country-select__selected.dropped .arrow{rotate:45deg}.country-select__selected>span{position:absolute;top:50%;left:25px;translate:0 -50%;transition:all .15s linear}.country-select__selected>span.arrow{left:unset;right:25px}.country-select__selected.picked>span:not(.arrow){font-size:12px;font-weight:700;color:#bcbcbc;top:12px;translate:0}.trigger-button{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.country-select__search{transition:.2s linear}.country-select__search.dropped{overflow:visible}.country-select__search.dropped input{display:block;margin-bottom:20px}.country-select__search input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:thin solid #EBEBEB;width:100%;border-radius:8px;outline:none;height:45px;padding-inline:25px;display:none}.country-select__search .dropdown__item{cursor:pointer}.country-select__search .dropdown__item img{width:20px;height:15px;object-fit:contain}.country-select__search .dropdown__item span{display:flex;align-items:center;gap:10px}.country-select__search .dropdown{translate:0 calc(100% + 10px)}
