.gw-phone-verify-panel .gw-panel-page-header {
    margin-bottom: 14px;
}

.gw-phone-verify-intro {
    margin: 0 auto 16px;
    font-size: 13px;
    line-height: 1.55;
    color: #445566;
    max-width: 720px;
    text-align: center;
}

.gw-phone-verify-layout {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 14px 0;
}

.gw-phone-verify-main,
.gw-phone-verify-side {
    display: table-cell;
    vertical-align: top;
}

.gw-phone-verify-main {
    width: 62%;
}

.gw-phone-verify-side {
    width: 38%;
}

.gw-phone-verify-status {
    margin: 0 0 14px;
    padding: 14px 16px;
    background: #f4f7fb;
    border: 1px solid #c5ced8;
    border-left: 4px solid #1a3a5a;
}

.gw-phone-verify-status.is-verified {
    border-left-color: #2f6b3c;
    background: #f3faf4;
}

.gw-phone-verify-status.is-pending {
    border-left-color: #b8860b;
    background: #fffaf0;
}

.gw-phone-verify-status.is-needed {
    border-left-color: #1a3a5a;
}

.gw-phone-verify-status-kicker {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1a3a5a;
    margin-bottom: 6px;
}

.gw-phone-verify-status-value {
    font-size: 16px;
    font-weight: bold;
    color: #223344;
}

.gw-phone-verify-status.is-verified .gw-phone-verify-status-value {
    color: #2f6b3c;
}

.gw-phone-verify-status.is-pending .gw-phone-verify-status-value {
    color: #8a6a10;
}

.gw-phone-verify-status-meta {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.45;
    color: #556677;
}

.gw-phone-verify-status-badge {
    display: inline-block;
    margin-top: 8px;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #c5ced8;
    background: #fff;
    color: #1a3a5a;
}

.gw-phone-verify-status.is-verified .gw-phone-verify-status-badge {
    border-color: #8bc49a;
    color: #2f6b3c;
}

.gw-phone-verify-steps {
    display: table;
    width: 100%;
    margin: 0 0 14px;
    border: 1px solid #d0dae6;
    background: #fff;
}

.gw-phone-verify-step {
    display: table-cell;
    width: 33.33%;
    padding: 10px 12px;
    font-size: 11px;
    color: #778899;
    border-right: 1px solid #e4e8ec;
    vertical-align: middle;
}

.gw-phone-verify-step:last-child {
    border-right: 0;
}

.gw-phone-verify-step strong {
    display: block;
    font-size: 12px;
    color: #334455;
    margin-bottom: 2px;
}

.gw-phone-verify-step.is-done {
    background: #f3faf4;
    color: #2f6b3c;
}

.gw-phone-verify-step.is-done strong {
    color: #2f6b3c;
}

.gw-phone-verify-step.is-active {
    background: #f4f7fb;
    box-shadow: inset 0 -3px 0 #1a3a5a;
}

.gw-phone-verify-step.is-active strong {
    color: #1a3a5a;
}

.gw-phone-verify-form-card {
    padding: 16px;
    background: #fff;
    border: 1px solid #d0dae6;
}

.gw-phone-verify-form-title {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: bold;
    color: #1a3a5a;
}

.gw-phone-verify-form-lead {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.5;
    color: #556677;
}

.gw-phone-verify-notice {
    margin: 0 0 14px;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.5;
    color: #445566;
    background: #fff8e8;
    border: 1px solid #e8c878;
}

.gw-phone-verify-notice.is-info {
    background: #f4f7fb;
    border-color: #c5ced8;
}

.gw-phone-verify-phone-row {
    display: table;
    width: 100%;
    max-width: 420px;
}

.gw-phone-verify-phone-row select,
.gw-phone-verify-phone-row input {
    display: table-cell;
    vertical-align: middle;
}

.gw-phone-verify-dial-locked {
    display: table-cell;
    width: 88px;
    min-width: 88px;
    background: #eef2f6;
    color: #334455;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #c5ced8;
    box-sizing: border-box;
}

.gw-phone-verify-phone-row select {
    width: 118px;
    margin-right: 8px;
}

.gw-phone-verify-field-note {
    margin: 6px 0 0;
    font-size: 11px;
    color: #778899;
}

.gw-phone-verify-code-input {
    font-size: 22px;
    letter-spacing: 6px;
    text-align: center;
    max-width: 220px;
    font-weight: bold;
}

.gw-phone-verify-actions {
    margin-top: 14px;
}

.gw-phone-verify-actions .gw-btn {
    min-width: 180px;
}

.gw-phone-verify-resend {
    margin-top: 12px;
}

.gw-phone-verify-resend-row .gw-phone-verify-resend {
    display: inline-block;
    margin-right: 16px;
}

.gw-phone-verify-resend-row .gw-phone-verify-resend:last-child {
    margin-right: 0;
}

.gw-phone-verify-side-card {
    padding: 14px;
    background: #fff;
    border: 1px solid #d0dae6;
    margin-bottom: 14px;
}

.gw-phone-verify-side-card:last-child {
    margin-bottom: 0;
}

.gw-phone-verify-side-head {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1a3a5a;
}

.gw-phone-verify-req-table {
    width: 100%;
    border-collapse: collapse;
}

.gw-phone-verify-req-table td {
    padding: 7px 0;
    font-size: 12px;
    line-height: 1.45;
    color: #445566;
    border-bottom: 1px solid #e8ecf0;
    vertical-align: top;
}

.gw-phone-verify-req-table tr:last-child td {
    border-bottom: 0;
}

.gw-phone-verify-req-label {
    width: 42%;
    font-weight: bold;
    color: #334455;
}

.gw-phone-verify-req-state {
    font-weight: bold;
}

.gw-phone-verify-req-state.is-clear {
    color: #2f6b3c;
}

.gw-phone-verify-req-state.is-required {
    color: #a03030;
}

.gw-phone-verify-req-state.is-optional {
    color: #8a6a10;
}

.gw-phone-verify-privacy {
    font-size: 11px;
    line-height: 1.5;
    color: #667788;
}

.gw-phone-verify-success-note {
    margin: 0;
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.5;
    color: #2f6b3c;
    background: #f3faf4;
    border: 1px solid #8bc49a;
}

.gw-phone-settings-card {
    margin-top: 0;
    padding: 12px 14px;
    background: #f4f7fb;
    border: 1px solid #c5ced8;
}

.gw-phone-settings-card.is-verified {
    background: #f3faf4;
    border-color: #8bc49a;
}

.gw-phone-settings-card-head {
    display: table;
    width: 100%;
    margin-bottom: 8px;
}

.gw-phone-settings-card-title,
.gw-phone-settings-card-badge {
    display: table-cell;
    vertical-align: middle;
}

.gw-phone-settings-card-badge {
    text-align: right;
}

.gw-phone-settings-pill {
    display: inline-block;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #c5ced8;
    background: #fff;
    color: #556677;
}

.gw-phone-settings-pill.is-verified {
    border-color: #8bc49a;
    color: #2f6b3c;
}

.gw-phone-settings-pill.is-pending {
    border-color: #e8c878;
    color: #8a6a10;
}

.gw-phone-settings-pill.is-needed {
    border-color: #c5ced8;
    color: #a03030;
}

.gw-phone-settings-number {
    font-size: 14px;
    font-weight: bold;
    color: #223344;
    margin-bottom: 6px;
}

.gw-phone-settings-meta {
    font-size: 12px;
    line-height: 1.45;
    color: #556677;
    margin-bottom: 10px;
}

.gw-withdraw-phone-card .gw-phone-verify-status {
    margin-bottom: 10px;
}

.gw-withdraw-phone-card .gw-phone-settings-meta {
    margin-bottom: 8px;
}

.gw-account-settings-phone-card-cell {
    padding-top: 10px;
    padding-bottom: 4px;
}

.gw-register-panel.gw-phone-verify-panel {
    max-width: 920px;
}

.gw-register-panel.gw-phone-verify-panel .gw-phone-verify-layout,
.gw-register-panel.gw-phone-verify-panel .gw-phone-verify-main,
.gw-register-panel.gw-phone-verify-panel .gw-phone-verify-side {
    display: block;
    width: 100%;
}

.gw-register-panel.gw-phone-verify-panel .gw-phone-verify-side {
    margin-top: 14px;
}

@media (max-width: 900px) {
    .gw-phone-verify-layout,
    .gw-phone-verify-main,
    .gw-phone-verify-side {
        display: block;
        width: 100%;
    }

    .gw-phone-verify-side {
        margin-top: 14px;
    }

    .gw-phone-verify-steps,
    .gw-phone-verify-step {
        display: block;
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #e4e8ec;
    }

    .gw-phone-verify-step:last-child {
        border-bottom: 0;
    }

    .gw-phone-verify-actions .gw-btn {
        width: 100%;
        min-width: 0;
    }
}
