@font-face {
    font-family: 'HelveticaNeueLTPro';
    src: url('../fonts/Linotype-HelveticaNeueLTPro-Roman.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'HelveticaNeueLTPro';
    src: url('../fonts/Linotype-HelveticaNeueLTPro-Bd.ttf') format('truetype');
    font-weight: 700;
}

body {
    max-width: 386px;
    padding: 10px;
}

.hidden {
    display: none;
}

.communication-channel {
    display: none;
}

.communication-channel.visible {
    display: block;
}

.col-md-4 {
    width: 100%;
    max-width: 366px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

body {
    font-family: 'HelveticaNeueLTPro', sans-serif;
}

.form-section {
    display: none;
}
.form-section.current {
    display: inherit;
}

span.header {
    display: flex;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
}

span.step-info {
    display: flex;
    font-weight: 700;
    margin-bottom: 10px;
}

span.form-field-info {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    display: flex;
}

.form-label {
    font-size: 16px;
    line-height: 24px;
    color: #212529;
    margin-bottom: 10px;
}

input.form-control {
    max-width: 366px;
    height: 38px;
    padding: 0 10px;
    box-shadow: none !important;
}

.form-check-input:focus {
    box-shadow: none;
}

input.form-control:focus {
    border-color: #b2d68f;
}

ul.parsley-errors-list,
.error-message {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    color: #dc3545;
}

.has-error .form-label {
    color: #dc3545;
}

.has-error input.form-control,
.has-error input.form-control:focus {
    border-color: #dc3545;
}

.form-check-input:checked {
    background-color: #65ac1e;
    border-color: #65ac1e;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #65AC1E;
    --bs-btn-border-color: #65AC1E;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #65AC1E;
    --bs-btn-hover-border-color: #65AC1E;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #65AC1E;
    --bs-btn-active-border-color: #65AC1E;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #94be75;
    --bs-btn-disabled-border-color: #94be75;
}

.btn {
    font-size: 14px;
    line-height: 24px;
    font-family: 'HelveticaNeueLTPro', sans-serif;
    height: 30px;
    min-width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
