.ow-input{background-color:var(--ow-gray-100);border:1px solid var(--ow-gray-300);color:var(--ow-black);border-radius:12px;font-size:14px;line-height:20px}.ow-input::placeholder{color:var(--ow-gray-600)}.ow-input--full-width{width:100%}.ow-input--small,.ow-input--medium,.ow-input--large{padding:12px}
@keyframes dropdownAnimation{0%{opacity:0;top:calc(100% + 48px)}to{opacity:1;top:100%}}@keyframes mobileDropdownAnimation{0%{opacity:0;top:calc(100% - 48px)}to{opacity:1;top:100%}}.ow-phone-field{gap:8px;display:flex}.ow-phone-field__country-select{position:relative}.ow-phone-field__country-select__title{color:var(--ow-gray-600);padding-bottom:4px;font-size:12px;font-weight:700;line-height:16px}.ow-phone-field__country-select__button{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:var(--ow-gray-100);border:1px solid var(--ow-gray-300);border-radius:12px;justify-content:space-between;align-items:center;gap:4px;width:120px;padding:12px;display:flex}.ow-phone-field__country-select__button__flag-container{align-items:center;gap:8px;display:flex}.ow-phone-field__country-select__button__arrow{width:16px;height:16px;color:var(--ow-gray-600);transition:all .25s linear}.ow-phone-field__country-select__button__arrow--active{transform:rotate(-180deg)}.ow-phone-field__country-select__button__flag{border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:relative;overflow:hidden}.ow-phone-field__country-select__button__flag__image{height:32px;position:absolute}.ow-phone-field__country-select__button__code{color:var(--ow-black);font-size:14px;line-height:20px}.ow-phone-field__country-select__dropdown{-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid var(--ow-gray-300);background-color:var(--ow-gray-100);width:400px;max-width:calc(100vw - 64px);height:250px;z-index:var(--ow-index-level-2);border-radius:10px;outline:none;flex-direction:column;gap:8px;margin-top:8px;padding:8px;animation:.25s ease-in-out forwards dropdownAnimation;display:flex;position:absolute;overflow:scroll;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}@media (max-width:1023.95px){.ow-phone-field__country-select__dropdown{height:200px;animation-name:mobileDropdownAnimation}}.ow-phone-field__country-select__dropdown--top{height:250px;margin-top:-310px;animation-name:dropdownAnimation}.ow-phone-field__country-select__dropdown__item{cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:8px;transition:all .25s linear;display:flex}.ow-phone-field__country-select__dropdown__item:hover{background-color:var(--ow-gray-200)}@media (pointer:coarse){.ow-phone-field__country-select__dropdown__item:hover{background-color:var(--ow-gray-100)}}.ow-phone-field__country-select__dropdown__item__flag{height:24px}.ow-phone-field__country-select__dropdown__item__country-name,.ow-phone-field__country-select__dropdown__item__deal-code{color:var(--ow-gray-600);font-size:14px;font-weight:400;line-height:20px}
.ow-select{border:1px solid var(--ow-gray-300);color:var(--ow-black);background-color:var(--ow-gray-100);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:10px 6px;border-radius:12px;padding:12px;font-size:14px;line-height:20px}.ow-select:focus{outline:none}.ow-select--full-width{width:100%}
