@charset "utf-8";

.phone-section-wrapper { margin-top: 20px; }

.phone-section-wrapper .phone-label { font-size: 14px; margin-bottom: 4px; display: flex; align-items: center; justify-content: space-between; }

.phone-section-wrapper .label-text { font-weight: bold; color: rgb(75, 80, 86); font-family: open_sans, "Open Sans", sans-serif; }

.phone-section-wrapper .mix-component-panel { display: flex; align-items: center; }

.phone-section-wrapper .mix-component-panel .form-input { position: relative; left: -1px; border-radius: 0px 3px 3px 0px; }

.phone-section-wrapper .mix-component-panel .Select > .Select-control { width: 74px; padding: 0px; height: 37px; box-shadow: none; border-radius: 3px 0px 0px 3px; }

.phone-section-wrapper .mix-component-panel .Select.is-focused:not(.is-open) > .Select-control { box-shadow: none; }

.phone-section-wrapper .mix-component-panel .Select-value { top: 2px; color: rgb(92, 102, 118); font-size: 14px; }

.phone-section-wrapper .mix-component-panel .Select-menu-outer { width: 262px; }

.phone-section-wrapper .mix-component-panel .Select-arrow-zone { position: relative; top: 2px; }

.phone-section-wrapper .mix-component-panel .Select.is-disabled > .Select-control { cursor: not-allowed; background: rgb(242, 242, 242); }

.phone-section-wrapper .s-form-field-error { color: rgb(230, 71, 81); line-height: 2; font-size: 12px; font-weight: 400; }