@font-face {
    font-family: "Nioicon";
    src: url("../fonts/Nioicon.eot?3rpiw1");
    src: url("../fonts/Nioicon.eot?3rpiw1#iefix") format("embedded-opentype"), url("../fonts/Nioicon.ttf?3rpiw1") format("truetype"), url("../fonts/Nioicon.woff?3rpiw1") format("woff"), url("../fonts/Nioicon.svg?3rpiw1#Nioicon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block; }

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.44375rem;
    padding-left: 2.25rem; }

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem; }

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.5rem;
    height: 1.47187rem;
    opacity: 0; }
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #6576ff;
    background-color: #6576ff; }
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 3px rgba(101, 118, 255, 0.1); }
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #6576ff; }
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #6576ff;
    border-color: #6576ff; }
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #f5f6fa; }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top; }
.custom-control-label::before {
    position: absolute;
    top: -0.02813rem;
    left: -2.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #dbdfea solid 2px; }
.custom-control-label::after {
    position: absolute;
    top: -0.02813rem;
    left: -2.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
    border-radius: 4px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #559bfb;
    background-color: #559bfb; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(101, 118, 255, 0.8); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(101, 118, 255, 0.8); }

.custom-radio .custom-control-label::before {
    border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(101, 118, 255, 0.8); }

.custom-switch {
    padding-left: 3.75rem; }
.custom-switch .custom-control-label::before {
    left: -3.75rem;
    width: 3rem;
    pointer-events: all;
    border-radius: 1.5rem; }
.custom-switch .custom-control-label::after {
    top: calc(-0.02813rem + 4px);
    left: calc(-3.75rem + 4px);
    width: 1rem;
    height: 1rem;
    background-color: #dbdfea;
    border-radius: 1.5rem;
    transition: transform 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) {
    .custom-switch .custom-control-label::after {
        transition: none; } }
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(1.5rem); }
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(101, 118, 255, 0.8); }

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.125rem + 2px);
    padding: 0.4375rem 2rem 0.4375rem 1rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #3c4d62;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
    border: 1px solid #dbdfea;
    border-radius: 4px;
    appearance: none; }
.custom-select:focus {
    border-color: #6576ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(85, 155, 251, 0.25); }
.custom-select:focus::-ms-value {
    color: #3c4d62;
    background-color: #fff; }
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1rem;
    background-image: none; }
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
.custom-select::-ms-expand {
    display: none; }
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #3c4d62; }

.custom-select-sm {
    height: calc(1.75rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
    font-size: 0.75rem; }

.custom-select-lg {
    height: calc(2.625rem + 2px);
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    padding-left: 1rem;
    font-size: 0.9375rem; }

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.125rem + 2px);
    margin-bottom: 0; }

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.125rem + 2px);
    margin: 0;
    opacity: 0; }
.custom-file-input:focus ~ .custom-file-label {
    border-color: #6576ff;
    box-shadow: 0 0 0 3px rgba(101, 118, 255, 0.1); }
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #f5f6fa; }
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.125rem + 2px);
    padding: 0.4375rem 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #3c4d62;
    background-color: #fff;
    border: 1px solid #dbdfea;
    border-radius: 4px; }
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.125rem;
    padding: 0.4375rem 1rem;
    line-height: 1.25rem;
    color: #3c4d62;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 4px 4px 0; }

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none; }
.custom-range:focus {
    outline: none; }
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f5f6fa, 0 0 0 3px rgba(101, 118, 255, 0.1); }
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f5f6fa, 0 0 0 3px rgba(101, 118, 255, 0.1); }
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f5f6fa, 0 0 0 3px rgba(101, 118, 255, 0.1); }
.custom-range::-moz-focus-outer {
    border: 0; }
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #559bfb;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none; } }
.custom-range::-webkit-slider-thumb:active {
    background-color: white; }
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #559bfb;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none; } }
.custom-range::-moz-range-thumb:active {
    background-color: white; }
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #559bfb;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none; } }
.custom-range::-ms-thumb:active {
    background-color: white; }
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
.custom-range:disabled::-moz-range-track {
    cursor: default; }
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: 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) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none; } }



.custom-control {
    display: inline-flex;
    min-height: 1.5rem; }
.custom-control.notext {
    margin-left: -0.75rem; }
.custom-control.notext .custom-control-label {
    position: relative;
    left: 0.75rem; }
.custom-control-label {
    font-size: 14px;
    line-height: 1.25rem;
    padding-top: 0.125rem; }
.custom-control-label::before, .custom-control-label::after {
    top: 0; }
.custom-control-label:after {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: none !important;
    font-family: "Nioicon";
    color: #fff;
    opacity: 0; }
.custom-checkbox .custom-control-label:after {
    content: ""; }
.custom-radio .custom-control-label:after {
    content: ""; }
.custom-control .custom-control-input:checked ~ .custom-control-label::after {
    opacity: 1; }
.custom-control .custom-control-input[disabled] ~ .custom-control-label, .custom-control .custom-control-input:disabled ~ .custom-control-label {
    opacity: .7;
    color: #364a63; }
.custom-control-sm {
    min-height: 1.125rem;
    padding-left: 1.625rem; }
.custom-control-sm.notext {
    margin-left: -0.5rem; }
.custom-control-sm.notext .custom-control-label {
    left: 0.5rem; }
.custom-control-sm .custom-control-label {
    font-size: 12px;
    line-height: 1.125rem;
    padding-top: 0; }
.custom-control-sm .custom-control-label::before, .custom-control-sm .custom-control-label::after {
    left: -1.625rem;
    width: 1.125rem;
    height: 1.125rem; }
.custom-control-sm .custom-control-label:after {
    font-size: 0.9em; }
.custom-control-lg {
    min-height: 2rem;
    padding-left: 3rem; }
.custom-control-lg.notext {
    margin-left: -1rem; }
.custom-control-lg.notext .custom-control-label {
    left: 1rem; }
.custom-control-lg .custom-control-label {
    font-size: 15px;
    line-height: 1.375rem;
    padding-top: 0.3125rem; }
.custom-control-lg .custom-control-label::before, .custom-control-lg .custom-control-label::after {
    left: -3rem;
    width: 2rem;
    height: 2rem; }
.custom-control-lg .custom-control-label:after {
    font-size: 1.2em; }
.custom-control-input {
    position: absolute;
    height: 1px;
    width: 1px;
    opacity: 0; }
.custom-control.is-right {
    padding-left: 0;
    padding-right: 2.25rem; }
.custom-control.is-right .custom-control-label:before, .custom-control.is-right .custom-control-label:after {
    left: auto;
    right: -2.25rem; }
.custom-control.is-right.custom-control-sm {
    padding-right: 1.625rem; }
.custom-control.is-right.custom-control-sm .custom-control-label:before, .custom-control.is-right.custom-control-sm .custom-control-label:after {
    right: -1.625rem; }
.custom-control.is-right.custom-control-lg {
    padding-right: 3rem; }
.custom-control.is-right.custom-control-lg .custom-control-label:before, .custom-control.is-right.custom-control-lg .custom-control-label:after {
    right: -3rem; }


.custom-checked-success:checked ~ .custom-control-label::before {
    color: #fff;
    border-color:#28a745;
    background-color: #28a745; }
.custom-checked-success:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 3px rgba(101, 118, 255, 0.1); }
.custom-checked-success:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745; }
.custom-checked-success:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
