
.form-label {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    color: #1e2022;
}
.col-form-label {
    padding-top: 0.675rem;
    padding-bottom: 0.675rem;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    color: #1e2022;
}
.col-form-label-lg {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    font-size: 0.875rem;
}
.col-form-label-sm {
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem;
    font-size: 0.8125rem;
}
.form-text {
    margin-top: 1rem;
    font-size: 0.875em;
    color: #8c98a4;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.6125rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.0625rem solid rgba(231, 234, 243, 0.7);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.3125rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: #1e2022;
    background-color: #fff;
    border-color: rgba(140, 152, 164, 0.25);
    outline: 0;
    box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::-webkit-input-placeholder {
    color: #8c98a4;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #8c98a4;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #8c98a4;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #8c98a4;
    opacity: 1;
}
.form-control::placeholder {
    color: #8c98a4;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #f8fafd;
    opacity: 1;
}
.form-control::file-selector-button {
    padding: 0.6125rem 1rem;
    margin: -0.6125rem -1rem;
    -webkit-margin-end: 1rem;
    -moz-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #1e2022;
    background-color: #fff;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 0.0625rem;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #f2f2f2;
}
.form-control::-webkit-file-upload-button {
    padding: 0.6125rem 1rem;
    margin: -0.6125rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #1e2022;
    background-color: #fff;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 0.0625rem;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #f2f2f2;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.6125rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #677788;
    background-color: transparent;
    border: solid transparent;
    border-width: 0.0625rem 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    min-height: calc(1.5em + 1.125rem);
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    border-radius: 0.3125rem;
}
.form-control-sm::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    -moz-margin-end: 1rem;
    margin-inline-end: 1rem;
}
.form-control-sm::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
.form-control-lg {
    min-height: calc(1.5em + 1.625rem);
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    border-radius: 0.3125rem;
}
.form-control-lg::file-selector-button {
    padding: 0.75rem 1rem;
    margin: -0.75rem -1rem;
    -webkit-margin-end: 1rem;
    -moz-margin-end: 1rem;
    margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
    padding: 0.75rem 1rem;
    margin: -0.75rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
textarea.form-control {
    min-height: calc(1.5em + 1.35rem);
}
textarea.form-control-sm {
    min-height: calc(1.5em + 1.125rem);
}
textarea.form-control-lg {
    min-height: calc(1.5em + 1.625rem);
}
.form-control-color {
    width: 3rem;
    height: auto;
    padding: 0.6125rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.3125rem;
}
.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.3125rem;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.6125rem 2.25rem 0.6125rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #677788;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2371869d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 13px 9px;
    border: 0.0625rem solid rgba(231, 234, 243, 0.7);
    border-radius: 0.3125rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}
.form-select:focus {
    border-color: rgba(140, 152, 164, 0.25);
    outline: 0;
    box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none;
}
.form-select:disabled {
    background-color: #f8fafd;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #677788;
}
.form-select-sm {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 0.8125rem;
    border-radius: 0.3125rem;
}
.form-select-lg {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    font-size: 0.875rem;
    border-radius: 0.3125rem;
}
.form-check {
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5rem;
}
.form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.25rem;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(231, 234, 243, 0.7);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    margin-right: 10px;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    -webkit-filter: 100%;
    filter: 100%;
}
.form-check-input:focus {
    border-color: rgba(140, 152, 164, 0.25);
    outline: 0;
    box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}
.form-check-input:checked {
    background-color: #ffd103;
    border-color: #ffd103;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #ffd103;
    border-color: #ffd103;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    opacity: 0.5;
}
.form-check-label {
    color: #677788;
}
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.65;
}
.form-range {
    width: 100%;
    height: 1rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-range:focus {
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}
.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #ffd103;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.form-range::-webkit-slider-thumb:active {
    background-color: #c3d8ff;
}
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e7eaf3;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ffd103;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.form-range::-moz-range-thumb:active {
    background-color: #c3d8ff;
}
.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e7eaf3;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: #97a4af;
}
.form-range:disabled::-moz-range-thumb {
    background-color: #97a4af;
}
.form-floating {
    position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
    height: 3.625rem;
    line-height: 1.25;
}
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 1rem;
    pointer-events: none;
    border: 0.0625rem solid transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}
.form-floating > .form-control {
    padding: 1rem 1rem;
}
.form-floating > .form-control::-webkit-input-placeholder {
    color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
    color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
    color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
    color: transparent;
}
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus {
    z-index: 3;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.6125rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8c98a4;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 0.0625rem solid rgba(231, 234, 243, 0.7);
    border-radius: 0.3125rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    border-radius: 0.3125rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    border-radius: 0.3125rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3.25rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -0.0625rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #ffd103;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.8125rem;
    color: #fff;
    background-color: #ffd103;
    border-radius: 0.5rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #ffd103;
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #ffd103;
    box-shadow: 0 0 1rem 0 rgba(0, 201, 167, 0.25);
}
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #ffd103;
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #ffd103;
    box-shadow: 0 0 1rem 0 rgba(0, 201, 167, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #ffd103;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #ffd103;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 1rem 0 rgba(0, 201, 167, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #ffd103;
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #fa5c7c;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.8125rem;
    color: #fff;
    background-color: #fa5c7c;
    border-radius: 0.5rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #fa5c7c;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #fa5c7c;
    box-shadow: 0 0 1rem 0 rgba(237, 76, 120, 0.25);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #fa5c7c;
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #fa5c7c;
    box-shadow: 0 0 1rem 0 rgba(237, 76, 120, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #fa5c7c;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #fa5c7c;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 1rem 0 rgba(237, 76, 120, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #fa5c7c;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #101d2b;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0.0625rem solid transparent;
    padding: 0.6125rem 1rem;
    font-size: 0.875rem;
    border-radius: 0.3125rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.dropdown-menu {
    box-shadow: 0 0.6125rem 2.5rem 0.6125rem rgba(140, 152, 164, 0.175);
    margin-top: 0.3125rem;
}
.dropdown-menu .dropdown-item {
    font-size: 0.8125rem;
}
.dropdown-menu .dropdown-item.dropdown-toggle::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.dropdown-item {
    border-radius: 0.3125rem;
}
.dropdown-item:not(:last-child) {
    margin-bottom: 0.25rem;
}
.dropdown-item:active {
    color: #1e2022;
    background-color: rgba(189, 197, 209, 0.2);
}
.dropdown-item.active:active:focus,
.dropdown-item.active:not(:focus):not(:active) {
    color: #1e2022;
    background-color: rgba(189, 197, 209, 0.2);
}
.dropdown-header {
    text-transform: uppercase;
    letter-spacing: 0.03125rem;
    font-size: 0.65625rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
}
.dropdown-item-icon {
    display: inline-block;
    opacity: 0.7;
    width: 1.5rem;
    color: #677788;
}
.dropdown-toggle {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.dropdown-toggle::after {
    color: transparent;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23677788' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1rem 1rem;
    content: "";
    transition: 0.3s;
}
.dropdown-toggle:not(.dropdown-toggle-empty)::after {
    padding-left: 1.25rem;
    margin-left: auto;
}
.dropdown-toggle .dropdown-item-icon {
    width: 1.75rem;
}
.nav-item > .nav-link[aria-expanded="true"]::after,
.show > .nav-link.dropdown-toggle::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.dropup .dropdown-toggle::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.dropright .dropdown-toggle::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 0.25rem;
}
.dropleft .dropdown-toggle::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -0.25rem;
}
.dropdown-card {
    padding: 0;
}
.dropdown-card .card {
    box-shadow: none;
}
.dropdown-card-shopping-cart .card > .card-footer {
    border-top-width: 0.0625rem;
}
.dropdown-menu-form-search {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.dropdown-menu-form-search .card-body-height {
    padding: 0.5rem;
}
.dropdown-menu-form-search .card-body-height .dropdown-divider {
    width: calc(100% + 1rem);
    margin-left: -0.5rem;
}
.dropupend .dropdown-menu[data-bs-popper] {
    top: auto;
    right: auto;
    left: 100%;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.625rem;
}
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2rem;
}
.footer:not([class*="container"]) {
    padding-right: 2rem;
    padding-left: 2rem;
}
@media (max-width: 575.98px) {
    .footer:not([class*="container"]) {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
.footer-height-offset {
    height: calc(100vh - 3.5rem);
}
.form-control-plaintext::-webkit-input-placeholder {
    color: #8c98a4;
    opacity: 1;
}
.form-control-plaintext::-moz-placeholder {
    color: #8c98a4;
    opacity: 1;
}
.form-control-plaintext:-ms-input-placeholder {
    color: #8c98a4;
    opacity: 1;
}
.form-control-plaintext::-ms-input-placeholder {
    color: #8c98a4;
    opacity: 1;
}
.form-control-plaintext::placeholder {
    color: #8c98a4;
    opacity: 1;
}
.form-control-title {
    font-size: 1.75rem;
    line-height: normal;
    font-weight: 600;
    border: none;
    padding: 0;
}
.form-control-title:focus {
    box-shadow: none;
}
.form-control-single-number {
    font-size: 1.75rem;
    text-align: center;
}
.form-check-label {
    margin-top: 0.125rem;
}
.form-check .form-check-label {
    margin-top: 0;
}
.form-check-input {
    margin-top: 0.1875rem;
}
.form-check-text {
    display: block;
}
.form-check-img {
    max-width: 100%;
    height: auto;
}
.form-check-input,
.form-check-label,
label.form-control {
    cursor: pointer;
}
.form-check-input:focus {
    box-shadow: none;
}
.form-check-input ~ .form-check-label .form-check-default {
    display: block;
}
.form-check-input ~ .form-check-label .form-check-active {
    display: none;
}
.form-check-input:checked ~ .form-check-label .form-check-default {
    display: none;
}
.form-check-input:checked ~ .form-check-label .form-check-active {
    display: block;
}
.form-check-reverse {
    padding-left: 0;
    padding-right: 1.5rem;
}
.form-check-reverse .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.5rem;
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border: 1px solid rgba(231, 234, 243, 0.7);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #677788;
}
.form-check-primary .form-check-input:checked {
    background-color: #ffd103;
    border-color: #ffd103;
}
.form-check-secondary .form-check-input:checked {
    background-color: #71869d;
    border-color: #71869d;
}
.form-check-success .form-check-input:checked {
    background-color: #ffd103;
    border-color: #ffd103;
}
.form-check-info .form-check-input:checked {
    background-color: #39afd1;
    border-color: #39afd1;
}
.form-check-warning .form-check-input:checked {
    background-color: #ffbe3d;
    border-color: #ffbe3d;
}
.form-check-danger .form-check-input:checked {
    background-color: #fa5c7c;
    border-color: #fa5c7c;
}
.form-check-light .form-check-input:checked {
    background-color: #001327;
    border-color: #001327;
}
.form-check-dark .form-check-input:checked {
    background-color: #001327;
    border-color: #001327;
}
.form-check-dashed {
    text-align: center;
    padding: 2rem 2rem;
    border: 0.125rem dashed rgba(231, 234, 243, 0.7);
    border-radius: 0.5rem;
}
.form-check-dashed:hover {
    cursor: pointer;
    background-color: #001327;
}
.form-check-dashed .form-check-input {
    display: none;
}
.form-check-label-highlighter {
    position: relative;
    padding-left: 0;
}
.form-check-label-highlighter .form-check-img {
    border-radius: 0.5rem;
}
.form-check-label-highlighter .form-check-input {
    width: 100%;
    height: 100%;
    background: 0 0;
    border-width: 0;
    margin-left: 0;
}
.form-check-label-highlighter .form-check-label {
    border: 0.125rem solid rgba(231, 234, 243, 0.7);
    border-radius: 0.5rem;
}
.form-check-label-highlighter .form-check-label::before {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23e7eaf3'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23fff'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.25rem 1.25rem;
    opacity: 0;
    content: "";
}
.form-check-label-highlighter .form-check-input:checked[type="checkbox"],
.form-check-label-highlighter .form-check-input:checked[type="radio"] {
    background-image: none;
    background-color: transparent;
    border-width: 0;
}
.form-check-label-highlighter .form-check-input:checked[type="checkbox"] ~ .form-check-label,
.form-check-label-highlighter .form-check-input:checked[type="radio"] ~ .form-check-label {
    border-color: #ffd103;
}
.form-check-label-highlighter .form-check-input:checked[type="checkbox"] ~ .form-check-label::before,
.form-check-label-highlighter .form-check-input:checked[type="radio"] ~ .form-check-label::before {
    background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23377dff'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23fff'/%3e%3c/svg%3e");
    opacity: 1;
}
.form-check-select {
    cursor: pointer;
}
.form-check-select .form-check-input {
    position: relative;
    z-index: 2;
    width: 12px;
    height: 12px;
    background-color: #e7eaf3;
    border-width: 0;
    border-radius: 50%;
}
.form-check-select .form-check-input:hover {
    background-color: rgba(55, 125, 255, 0.3125);
}
.form-check-select .form-check-input:checked[type="checkbox"] {
    background-image: none;
}
.form-check-select .form-check-input:checked[type="checkbox"] ~ .form-check-stretched-bg::before {
    background-color: rgba(55, 125, 255, 0.035);
}
.form-check-select .form-check-input:checked[type="checkbox"]:hover {
    background-color: #ffd103;
}
.form-check-select .form-check-stretched-bg::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: auto;
    content: "";
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
}
.form-check-select:hover .form-check-stretched-bg::before {
    background-color: rgba(55, 125, 255, 0.035);
}
.form-check-select-stretched {
    padding-left: 0;
    margin-bottom: 0;
}
.form-check-select-stretched .form-check-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: none;
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
    border: 0.0625rem solid rgba(231, 234, 243, 0.7);
    border-radius: 0.75rem;
}
.form-check-select-stretched .form-check-label::before {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23e7eaf3'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23fff'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.25rem 1.25rem;
    content: "";
}
.form-check-select-stretched .form-check-input[type="checkbox"],
.form-check-select-stretched .form-check-input[type="radio"] {
    background-color: transparent;
    border-width: 0;
    background-image: none;
}
.form-check-select-stretched .form-check-input:checked[type="checkbox"] ~ .form-check-label,
.form-check-select-stretched .form-check-input:checked[type="radio"] ~ .form-check-label {
    border-color: #ffd103;
}
.form-check-select-stretched .form-check-input:checked[type="checkbox"] ~ .form-check-label::before,
.form-check-select-stretched .form-check-input:checked[type="radio"] ~ .form-check-label::before {
    background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23377dff'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-select-stretched.checked .form-check-select-stretched-btn {
    color: #fff;
    background-color: #ffd103;
    border-color: #ffd103;
}
.form-check-switch {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}
.form-check-switch .form-check-input {
    display: none;
}
.form-check-switch .form-check-label {
    cursor: pointer;
    color: #ffd103;
    background-color: #fff;
    border: 0.0625rem solid #ffd103;
}
.form-check-switch .form-check-input:checked ~ .form-check-label {
    color: #fff;
    border-style: solid;
    background-color: #ffd103;
}
.form-check-switch .form-check-input:disabled ~ .form-check-label {
    color: #bdc5d1;
    background-color: rgba(231, 234, 243, 0.5);
}
.form-select {
    cursor: pointer;
    height: 60px;
    padding: 0 20px;
    border-radius: 8px;
    font-size: 18px;
    border-color: rgba(140, 152, 164, 0.25);
    outline: 0;
    box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}
.form-select-borderless {
    border-width: 0;
}
.form-switch {
    position: relative;
}
.form-switch.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
}
.form-switch.row .form-check-input {
    float: none;
    margin-left: auto;
    margin-right: 0;
}
.form-switch .form-check-input {
    width: 2.8125em;
    height: 1.8125em;
    border-width: 0;
    /*background-color: rgba(231, 234, 243, 0.7);*/
    background-color: #023766;
    margin-top: -0.25rem;
    margin-right: 0.75rem;
}
.form-switch .form-check-input:active {
    -webkit-filter: 100%;
    filter: 100%;
}
.form-check-input:checked {
    background-color: #ffd103;
}
.form-switch-between {
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
}
.form-switch-between .form-check-input {
    float: none;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.5rem;
}
.form-switch-between .form-check-label {
    cursor: inherit;
}
.form-switch-promotion {
    position: relative;
    min-width: 5rem;
}
.form-switch-promotion-container {
    position: absolute;
    top: -1.25rem;
    left: 1.25rem;
}
.form-switch-promotion-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -1rem;
}
.form-switch-promotion-arrow {
    margin-right: -1.75rem;
}
.form-switch-promotion-text {
    display: block;
    margin-top: 0.3125rem;
}
.form-switch-darkmode-with-icons {
    margin-bottom: 0;
}
.form-switch-darkmode-with-icons .form-check-input {
    position: relative;
    width: 4em;
    height: 2.25em;
    border-width: 0;
    background-color: rgba(231, 234, 243, 0.7);
    cursor: pointer;
    margin-top: -0.1rem;
    margin-right: 0.75rem;
}
.form-switch-darkmode-with-icons .form-check-input:active {
    -webkit-filter: 100%;
    filter: 100%;
}
.form-switch-darkmode-with-icons .form-check-input::after,
.form-switch-darkmode-with-icons .form-check-input::before {
    position: absolute;
    top: calc(50% - 0.40625rem);
    width: 0.8125rem;
    height: 0.8125rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.8125rem 0.8125rem;
    content: "";
    transition: 0.3s;
}
.form-switch-darkmode-with-icons .form-check-input::before {
    left: 0.5rem;
    color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath d='M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z'/%3e%3c/svg%3e");
    -webkit-transform: scale(0);
    transform: scale(0);
}
.form-switch-darkmode-with-icons .form-check-input::after {
    right: 0.5rem;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23677788' viewBox='0 0 16 16'%3e%3cpath d='M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278zM4.858 1.311A7.269 7.269 0 0 0 1.025 7.71c0 4.02 3.279 7.276 7.319 7.276a7.316 7.316 0 0 0 5.205-2.162c-.337.042-.68.063-1.029.063-4.61 0-8.343-3.714-8.343-8.29 0-1.167.242-2.278.681-3.286z'/%3e%3cpath d='M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z'/%3e%3c/svg%3e");
    -webkit-transform: scale(1);
    transform: scale(1);
}
.form-switch-darkmode-with-icons .form-check-input:checked {
    background-color: #ffd103;
}
.form-switch-darkmode-with-icons .form-check-input:checked::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.form-switch-darkmode-with-icons .form-check-input:checked::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.form-attachment-btn {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.form-attachment-btn-label {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
}
.form-text {
    margin-bottom: 0;
}
.form-link {
    display: inline-block;
    font-weight: 600;
    margin-top: 1rem;
}
.input-group-merge {
    position: relative;
    overflow: hidden;
    border: 0.0625rem solid rgba(231, 234, 243, 0.7);
    border-radius: 0.3125rem;
}
.input-group-merge .input-group-append,
.input-group-merge .input-group-prepend {
    position: absolute;
    top: 1px;
    bottom: 1px;
    z-index: 4;
    background-color: transparent;
}
.input-group-merge .input-group-append.input-group-text,
.input-group-merge .input-group-prepend.input-group-text {
    border-width: 0;
}
.input-group-merge .input-group-prepend {
    left: 1px;
}
.input-group-merge .input-group-append {
    right: 1px;
}
.input-group-merge .form-control,
.input-group-merge .form-select {
    border-width: 0;
}
.input-group-merge .form-control:not(:first-child),
.input-group-merge .form-select:not(:first-child) {
    padding-left: 3.25rem;
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
}
.input-group-merge .form-control:not(:last-child),
.input-group-merge .form-select:not(:last-child) {
    padding-right: 3.25rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
}
.input-group-merge .form-control-sm,
.input-group-merge .form-select-sm {
    min-height: calc(1.5em + 0.875rem);
}
.input-group-merge .form-control-sm:not(:first-child),
.input-group-merge .form-select-sm:not(:first-child) {
    padding-left: 3.25rem;
}
.input-group-merge .form-control-sm:not(:last-child),
.input-group-merge .form-select-sm:not(:last-child) {
    padding-right: 3.25rem;
}
.input-group-merge .form-control-lg,
.input-group-merge .form-select-lg {
    min-height: calc(1.5em + 1.375rem);
}
.was-validated .input-group-merge.is-valid {
    border-color: #ffd103;
}
.was-validated .input-group-merge.is-valid.focus {
    box-shadow: 0 0 1rem 0 rgba(0, 201, 167, 0.25);
}
.was-validated .input-group-merge.is-invalid {
    border-color: #fa5c7c;
}
.was-validated .input-group-merge.is-invalid.focus {
    box-shadow: 0 0 1rem 0 rgba(237, 76, 120, 0.25);
}
.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
@media (min-width: 576px) {
    .input-group-append-last-sm-down-none .tom-select-custom .form-select {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}
@media (max-width: 575.98px) {
    .input-group-append-last-sm-down-none.input-group-append:last-child .form-select:not(:last-child) {
        border-top-right-radius: 0.3125rem;
        border-bottom-right-radius: 0.3125rem;
    }
}
.input-group-vertical {
    display: block;
}
.input-group-vertical > .form-control,
.input-group-vertical > .form-select {
    width: 100%;
}
.input-group-vertical > .form-control:first-child,
.input-group-vertical > .form-select:first-child {
    border-top-left-radius: 0.3125rem !important;
    border-top-right-radius: 0.3125rem !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-vertical > .form-control:not(:first-child):not(:last-child),
.input-group-vertical > .form-select:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-vertical > .form-control:last-child,
.input-group-vertical > .form-select:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.3125rem !important;
    border-bottom-left-radius: 0.3125rem !important;
}
.input-group-vertical .form-control + .form-control,
.input-group-vertical .form-control + .form-select,
.input-group-vertical .form-control-plaintext + .form-control,
.input-group-vertical .form-control-plaintext + .form-select,
.input-group-vertical .form-select + .form-control,
.input-group-vertical .form-select + .form-select {
    margin-left: 0 !important;
    margin-top: -0.0625rem;
}
.input-group-vertical.input-group .tom-select-custom {
    margin-left: 0 !important;
}
.input-group-vertical.input-group .tom-select-custom .form-select:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.3125rem;
}
@media (max-width: 575.98px) {
    .input-group-sm-vertical {
        display: block;
    }
    .input-group-sm-vertical > .form-control,
    .input-group-sm-vertical > .form-select {
        width: 100%;
    }
    .input-group-sm-vertical > .form-control:first-child,
    .input-group-sm-vertical > .form-select:first-child {
        border-top-left-radius: 0.3125rem !important;
        border-top-right-radius: 0.3125rem !important;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .input-group-sm-vertical > .form-control:not(:first-child):not(:last-child),
    .input-group-sm-vertical > .form-select:not(:first-child):not(:last-child) {
        border-radius: 0;
    }
    .input-group-sm-vertical > .form-control:last-child,
    .input-group-sm-vertical > .form-select:last-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0.3125rem !important;
        border-bottom-left-radius: 0.3125rem !important;
    }
    .input-group-sm-vertical .form-control + .form-control,
    .input-group-sm-vertical .form-control + .form-select,
    .input-group-sm-vertical .form-control-plaintext + .form-control,
    .input-group-sm-vertical .form-control-plaintext + .form-select,
    .input-group-sm-vertical .form-select + .form-control,
    .input-group-sm-vertical .form-select + .form-select {
        margin-left: 0 !important;
        margin-top: -0.0625rem;
    }
    .input-group-sm-vertical.input-group .tom-select-custom {
        margin-left: 0 !important;
    }
    .input-group-sm-vertical.input-group .tom-select-custom .form-select:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0.3125rem;
    }
}
@media (max-width: 767.98px) {
    .input-group-md-vertical {
        display: block;
    }
    .input-group-md-vertical > .form-control,
    .input-group-md-vertical > .form-select {
        width: 100%;
    }
    .input-group-md-vertical > .form-control:first-child,
    .input-group-md-vertical > .form-select:first-child {
        border-top-left-radius: 0.3125rem !important;
        border-top-right-radius: 0.3125rem !important;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .input-group-md-vertical > .form-control:not(:first-child):not(:last-child),
    .input-group-md-vertical > .form-select:not(:first-child):not(:last-child) {
        border-radius: 0;
    }
    .input-group-md-vertical > .form-control:last-child,
    .input-group-md-vertical > .form-select:last-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0.3125rem !important;
        border-bottom-left-radius: 0.3125rem !important;
    }
    .input-group-md-vertical .form-control + .form-control,
    .input-group-md-vertical .form-control + .form-select,
    .input-group-md-vertical .form-control-plaintext + .form-control,
    .input-group-md-vertical .form-control-plaintext + .form-select,
    .input-group-md-vertical .form-select + .form-control,
    .input-group-md-vertical .form-select + .form-select {
        margin-left: 0 !important;
        margin-top: -0.0625rem;
    }
    .input-group-md-vertical.input-group .tom-select-custom {
        margin-left: 0 !important;
    }
    .input-group-md-vertical.input-group .tom-select-custom .form-select:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0.3125rem;
    }
}
@media (max-width: 991.98px) {
    .input-group-lg-vertical {
        display: block;
    }
    .input-group-lg-vertical > .form-control,
    .input-group-lg-vertical > .form-select {
        width: 100%;
    }
    .input-group-lg-vertical > .form-control:first-child,
    .input-group-lg-vertical > .form-select:first-child {
        border-top-left-radius: 0.3125rem !important;
        border-top-right-radius: 0.3125rem !important;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .input-group-lg-vertical > .form-control:not(:first-child):not(:last-child),
    .input-group-lg-vertical > .form-select:not(:first-child):not(:last-child) {
        border-radius: 0;
    }
    .input-group-lg-vertical > .form-control:last-child,
    .input-group-lg-vertical > .form-select:last-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0.3125rem !important;
        border-bottom-left-radius: 0.3125rem !important;
    }
    .input-group-lg-vertical .form-control + .form-control,
    .input-group-lg-vertical .form-control + .form-select,
    .input-group-lg-vertical .form-control-plaintext + .form-control,
    .input-group-lg-vertical .form-control-plaintext + .form-select,
    .input-group-lg-vertical .form-select + .form-control,
    .input-group-lg-vertical .form-select + .form-select {
        margin-left: 0 !important;
        margin-top: -0.0625rem;
    }
    .input-group-lg-vertical.input-group .tom-select-custom {
        margin-left: 0 !important;
    }
    .input-group-lg-vertical.input-group .tom-select-custom .form-select:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0.3125rem;
    }
}
@media (max-width: 1199.98px) {
    .input-group-xl-vertical {
        display: block;
    }
    .input-group-xl-vertical > .form-control,
    .input-group-xl-vertical > .form-select {
        width: 100%;
    }
    .input-group-xl-vertical > .form-control:first-child,
    .input-group-xl-vertical > .form-select:first-child {
        border-top-left-radius: 0.3125rem !important;
        border-top-right-radius: 0.3125rem !important;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .input-group-xl-vertical > .form-control:not(:first-child):not(:last-child),
    .input-group-xl-vertical > .form-select:not(:first-child):not(:last-child) {
        border-radius: 0;
    }
    .input-group-xl-vertical > .form-control:last-child,
    .input-group-xl-vertical > .form-select:last-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0.3125rem !important;
        border-bottom-left-radius: 0.3125rem !important;
    }
    .input-group-xl-vertical .form-control + .form-control,
    .input-group-xl-vertical .form-control + .form-select,
    .input-group-xl-vertical .form-control-plaintext + .form-control,
    .input-group-xl-vertical .form-control-plaintext + .form-select,
    .input-group-xl-vertical .form-select + .form-control,
    .input-group-xl-vertical .form-select + .form-select {
        margin-left: 0 !important;
        margin-top: -0.0625rem;
    }
    .input-group-xl-vertical.input-group .tom-select-custom {
        margin-left: 0 !important;
    }
    .input-group-xl-vertical.input-group .tom-select-custom .form-select:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0.3125rem;
    }
}
@media (max-width: 1399.98px) {
    .input-group-xxl-vertical {
        display: block;
    }
    .input-group-xxl-vertical > .form-control,
    .input-group-xxl-vertical > .form-select {
        width: 100%;
    }
    .input-group-xxl-vertical > .form-control:first-child,
    .input-group-xxl-vertical > .form-select:first-child {
        border-top-left-radius: 0.3125rem !important;
        border-top-right-radius: 0.3125rem !important;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .input-group-xxl-vertical > .form-control:not(:first-child):not(:last-child),
    .input-group-xxl-vertical > .form-select:not(:first-child):not(:last-child) {
        border-radius: 0;
    }
    .input-group-xxl-vertical > .form-control:last-child,
    .input-group-xxl-vertical > .form-select:last-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0.3125rem !important;
        border-bottom-left-radius: 0.3125rem !important;
    }
    .input-group-xxl-vertical .form-control + .form-control,
    .input-group-xxl-vertical .form-control + .form-select,
    .input-group-xxl-vertical .form-control-plaintext + .form-control,
    .input-group-xxl-vertical .form-control-plaintext + .form-select,
    .input-group-xxl-vertical .form-select + .form-control,
    .input-group-xxl-vertical .form-select + .form-select {
        margin-left: 0 !important;
        margin-top: -0.0625rem;
    }
    .input-group-xxl-vertical.input-group .tom-select-custom {
        margin-left: 0 !important;
    }
    .input-group-xxl-vertical.input-group .tom-select-custom .form-select:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0.3125rem;
    }
}
.form-control-borderless,
.input-group-borderless .form-control,
.input-group-borderless .input-group-text,
.input-group-borderless.input-group-merge {
    border: none;
}
.form-control-borderless:focus,
.input-group-borderless .form-control:focus,
.input-group-borderless .input-group-text:focus,
.input-group-borderless.input-group-merge:focus {
    box-shadow: none;
}
.form-select-borderless {
    border-color: transparent;
}
.form-select-borderless:focus {
    box-shadow: none;
    border-color: transparent;
}
.form-control-light,
.form-select-light,
.input-group-light .form-control,
.input-group-light .form-select {
    background-color: #f6f7fa;
    box-shadow: none;
}
.form-control-light:disabled,
.form-control-light[readonly],
.form-select-light:disabled,
.form-select-light[readonly],
.input-group-light .form-control:disabled,
.input-group-light .form-control[readonly],
.input-group-light .form-select:disabled,
.input-group-light .form-select[readonly] {
    background-color: transparent;
}
.form-control-hover-light.focus,
.form-control-hover-light:focus,
.form-control-hover-light:hover,
.form-select-hover-light.focus,
.form-select-hover-light:focus,
.form-select-hover-light:hover,
.input-group-hover-light .form-control.focus,
.input-group-hover-light .form-control:focus,
.input-group-hover-light .form-control:hover,
.input-group-hover-light .form-select.focus,
.input-group-hover-light .form-select:focus,
.input-group-hover-light .form-select:hover {
    background-color: #fff;
    box-shadow: none;
}
.form-control-hover-light:disabled,
.form-control-hover-light[readonly],
.form-select-hover-light:disabled,
.form-select-hover-light[readonly],
.input-group-hover-light .form-control:disabled,
.input-group-hover-light .form-control[readonly],
.input-group-hover-light .form-select:disabled,
.input-group-hover-light .form-select[readonly] {
    background-color: transparent;
}
.form-control-hover-light,
.form-select-hover-light,
.input-group-hover-light .form-control,
.input-group-hover-light .form-select {
    background-color: #fff;
}
.form-control-hover-light.focus,
.form-control-hover-light:focus,
.form-control-hover-light:hover,
.form-select-hover-light.focus,
.form-select-hover-light:focus,
.form-select-hover-light:hover,
.input-group-hover-light .form-control.focus,
.input-group-hover-light .form-control:focus,
.input-group-hover-light .form-control:hover,
.input-group-hover-light .form-select.focus,
.input-group-hover-light .form-select:focus,
.input-group-hover-light .form-select:hover {
    background-color: #f6f7fa;
    box-shadow: none;
}
.form-control-hover-light:disabled,
.form-control-hover-light[readonly],
.form-select-hover-light:disabled,
.form-select-hover-light[readonly],
.input-group-hover-light .form-control:disabled,
.input-group-hover-light .form-control[readonly],
.input-group-hover-light .form-select:disabled,
.input-group-hover-light .form-select[readonly] {
    background-color: transparent;
}
.form-select-flush,
.input-group-flush {
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    box-shadow: none;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.form-select-flush.is-invalid,
.form-select-flush.is-invalid:focus,
.form-select-flush.is-valid,
.form-select-flush.is-valid:focus,
.input-group-flush.is-invalid,
.input-group-flush.is-invalid:focus,
.input-group-flush.is-valid,
.input-group-flush.is-valid:focus {
    box-shadow: none;
}
.form-control-flush:focus {
    box-shadow: none;
}
.input-group-flush .form-control,
.input-group-flush .form-select {
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    box-shadow: none;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.input-group-flush .form-control.is-invalid,
.input-group-flush .form-control.is-invalid:focus,
.input-group-flush .form-control.is-valid,
.input-group-flush .form-control.is-valid:focus,
.input-group-flush .form-select.is-invalid,
.input-group-flush .form-select.is-invalid:focus,
.input-group-flush .form-select.is-valid,
.input-group-flush .form-select.is-valid:focus {
    box-shadow: none;
}
.input-group-flush .input-group-append.input-group-text,
.input-group-flush .input-group-prepend.input-group-text {
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
}
.input-group-flush .input-group-prepend.input-group-text {
    padding-left: 0;
}
.input-group-flush .input-group-append.input-group-text {
    padding-left: 0;
}
.input-group-flush.input-group-merge .input-group-append.input-group-text,
.input-group-flush.input-group-merge .input-group-prepend.input-group-text {
    padding: 0;
}
.input-group-flush.input-group-merge .form-control:not(:first-child),
.input-group-flush.input-group-merge .form-select:not(:first-child) {
    padding-left: 2rem;
}
.input-group-flush.input-group-merge .form-control:not(:last-child),
.input-group-flush.input-group-merge .form-select:not(:last-child) {
    padding-right: 2rem;
}
.input-group-flush.input-group .form-control:not(:first-child),
.input-group-flush.input-group .form-control:not(:last-child),
.input-group-flush.input-group .form-select:not(:first-child),
.input-group-flush.input-group .form-select:not(:last-child),
.input-group-flush.input-group .input-group-append.input-group-text:first-child,
.input-group-flush.input-group .input-group-append.input-group-text:last-child,
.input-group-flush.input-group-merge .input-group-append.input-group-text,
.input-group-flush.input-group-merge .input-group-prepend.input-group-text {
    border-radius: 0;
}
.input-group-add-field {
    position: relative;
    margin-top: 1rem;
}
.input-group-add-field-delete {
    position: absolute;
    top: 0.75rem;
    right: -1.25rem;
    color: #fa5c7c;
}
.input-group-add-field-delete:hover {
    color: #ea2c60;
}
.form-label-secondary {
    font-size: 0.8125rem;
    color: #8c98a4;
}
.form-label-link {
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.custom-range {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ff0;
    cursor: pointer;
}

.custom-range::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ff0;
    cursor: pointer;
}