.ow-input{border:1px solid var(--ow-text-light);color:var(--ow-text-extra-dark);border-radius:12px;font-size:16px;font-weight:400;line-height:24px}.ow-input::placeholder{color:var(--ow-text-medium)}.ow-input--full-width{width:100%}.ow-input--small{padding:9px 12px}.ow-input--medium{padding:13px 12px}.ow-input--large{padding:17px 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:12px;display:flex}.ow-phone-field__country-select{position:relative}.ow-phone-field__country-select__title{color:var(--ow-text-extra-light);padding-bottom:4px;font-size:16px;font-weight:500;line-height:24px}.ow-phone-field__country-select__button{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:var(--ow-background-extra-light);border:1px solid var(--ow-text-light);border-radius:12px;align-items:center;gap:4px;width:118px;padding:13px 12px;display:flex}.ow-phone-field__country-select__button__arrow{width:20px;height:20px;color:var(--ow-text-dark);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:24px;height:24px;display:flex;position:relative;overflow:hidden}.ow-phone-field__country-select__button__flag__image{height:33px;position:absolute}.ow-phone-field__country-select__button__code{color:var(--ow-text-extra-dark);font-size:16px;font-weight:400;line-height:24px}.ow-phone-field__country-select__dropdown{-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid var(--ow-text-light);background-color:var(--ow-background-extra-light);width:400px;max-width:calc(100vw - 64px);height:250px;box-shadow:var(--ow-shadow-long);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}@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-background-light)}@media (pointer:coarse){.ow-phone-field__country-select__dropdown__item:hover{background-color:var(--ow-background-extra-light)}}.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-text-dark);font-size:14px;font-weight:400;line-height:20px}
