
.custom-file-control,
.form-control {
    display: block;
    width: 100%;
    padding: .4375rem 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .26);
    border-radius: 0;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.custom-file-control::-ms-expand,
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.custom-file-control:focus,
.form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: #17ffe9;
    outline: 0;
    box-shadow: none !important;
}

.custom-file-control::placeholder,
.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.custom-file-control:disabled,
.form-control:disabled,
.form-control[readonly],
[readonly].custom-file-control {
    background-color: #e9ecef;
    opacity: 1
}

select.custom-file-control:not([size]):not([multiple]),
select.form-control:not([size]):not([multiple]) {
    height: calc(2.4375rem + 2px)
}

select.custom-file-control:focus::-ms-value,
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: transparent
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.4375rem + 1px);
    padding-bottom: calc(.4375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5625rem + 1px);
    padding-bottom: calc(.5625rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .4375rem;
    padding-bottom: .4375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.custom-file-control,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.custom-file-control:before,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.custom-file-control:before,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.custom-file-control,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.custom-file-control:before,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.custom-file-control:before,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.custom-file-control,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.custom-file-control:before,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.custom-file-control:before,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem 0;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .0625rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.custom-file-control:not([size]):not([multiple]):before,
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.custom-file-control:not([size]):not([multiple]):before,
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.custom-file-control:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(2.125rem + 2px)
}

.form-control-lg,
.input-group-lg>.custom-file-control,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.custom-file-control:before,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.custom-file-control:before,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5625rem 0;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.custom-file-control:not([size]):not([multiple]):before,
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.custom-file-control:not([size]):not([multiple]):before,
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.custom-file-control:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #4caf50
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(76, 175, 80, .8);
    border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.is-valid.custom-file-control,
.was-validated .custom-file-control:valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #4caf50
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.is-valid.custom-file-control:focus,
.was-validated .custom-file-control:valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #4caf50;
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.is-valid.custom-file-control~.valid-feedback,
.is-valid.custom-file-control~.valid-tooltip,
.was-validated .custom-file-control:valid~.valid-feedback,
.was-validated .custom-file-control:valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #4caf50
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #4caf50
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    background-color: #a3d7a5
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #6ec071
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fafafa, 0 0 0 .2rem rgba(76, 175, 80, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #4caf50
}

.custom-file-input.is-valid~.custom-file-label:before,
.was-validated .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #f44336
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(244, 67, 54, .8);
    border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.is-invalid.custom-file-control,
.was-validated .custom-file-control:invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #f44336
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.is-invalid.custom-file-control:focus,
.was-validated .custom-file-control:invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #f44336;
    box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.is-invalid.custom-file-control~.invalid-feedback,
.is-invalid.custom-file-control~.invalid-tooltip,
.was-validated .custom-file-control:invalid~.invalid-feedback,
.was-validated .custom-file-control:invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #f44336
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #f44336
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    background-color: #fbb4af
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #f77066
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fafafa, 0 0 0 .2rem rgba(244, 67, 54, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #f44336
}

.custom-file-input.is-invalid~.custom-file-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label:before {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }
    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }
    .form-inline .custom-file-control,
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn,
.custom-file-control:before {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .46875rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .125rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover,
.custom-file-control:focus:before,
.custom-file-control:hover:before {
    text-decoration: none
}
.bmd-label-floating,
.bmd-label-placeholder {
    top: 2.1875rem
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-file-control,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file-control:focus,
.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-file-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-file-control+.custom-file,
.input-group>.custom-file-control+.custom-file-control,
.input-group>.custom-file-control+.custom-select,
.input-group>.custom-file-control+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-file-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-file-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-file-control:not(:last-child),
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file-control:not(:first-child),
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label:before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-append .custom-file-control:before,
.input-group-prepend .btn,
.input-group-prepend .custom-file-control:before {
    position: relative;
    z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.custom-file-control:before,
.input-group-append .btn+.input-group-text,
.input-group-append .custom-file-control:before+.btn,
.input-group-append .custom-file-control:before+.custom-file-control:before,
.input-group-append .custom-file-control:before+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.custom-file-control:before,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.custom-file-control:before,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .custom-file-control:before+.btn,
.input-group-prepend .custom-file-control:before+.custom-file-control:before,
.input-group-prepend .custom-file-control:before+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.custom-file-control:before,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .4375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.custom-file-control:not(:last-child):not(.dropdown-toggle):before,
.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)>.custom-file-control:before,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.custom-file-control:before,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.custom-file-control:before,
.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>.custom-file-control:not(:first-child):before,
.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)>.custom-file-control:before,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

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

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    background-color: #009688;
    box-shadow: none
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fafafa, 0 0 0 .2rem rgba(0, 150, 136, .25)
}

.custom-control-input:active~.custom-control-label:before {
    color: #fff;
    background-color: #4affee;
    box-shadow: none
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    margin-bottom: 0
}

.custom-control-label:before {
    pointer-events: none;
    user-select: none;
    background-color: #dee2e6;
    box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1)
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .125rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #009688
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #009688;
    box-shadow: none
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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(0, 150, 136, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 150, 136, .5)
}

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

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #009688
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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(0, 150, 136, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.4375rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .26);
    border-radius: .125rem;
    appearance: none
}

.custom-select:focus {
    border-color: #17ffe9;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(23, 255, 233, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: transparent
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(2.125rem + 2px);
    font-size: 75%
}

.custom-select-lg,
.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    font-size: 125%
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.4375rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    border-color: #17ffe9;
    box-shadow: 0 0 0 .2rem rgba(0, 150, 136, .25)
}

.custom-file-input:focus~.custom-file-control:before {
    border-color: #17ffe9
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(2.4375rem + 2px);
    border: 0 solid rgba(0, 0, 0, .26);
    border-radius: 0;
    box-shadow: none
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .46875rem 1rem;
    line-height: 1.3;
    color: #495057;
    background-color: transparent
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc((2.4375rem + 2px) - 0 * 2);
    content: "Browse";
    border-left: 0 solid rgba(0, 0, 0, .26);
    border-radius: 0 0 0 0
}

.bmd-help,
.text-muted {
    color: #6c757d!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.checkbox label,
label.checkbox-inline {
    position: relative;
    padding-left: 1.5625rem
}

.checkbox label .checkbox-decorator,
label.checkbox-inline .checkbox-decorator {
    position: absolute;
    left: 0;
    padding: .7em;
    margin: -.7em;
    line-height: .7;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 100%
}

.checkbox label .checkbox-decorator .check,
label.checkbox-inline .checkbox-decorator .check {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    overflow: hidden;
    border: .125rem solid rgba(0, 0, 0, .54);
    border-radius: .125rem
}

.checkbox label .checkbox-decorator .check:before,
label.checkbox-inline .checkbox-decorator .check:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    margin-top: -4px;
    margin-left: 6px;
    color: #757575;
    content: "";
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, inset 0 0 0 0;
    transform: rotate(45deg);
    animation: c
}

.is-focused .checkbox label .checkbox-decorator .check:before,
.is-focused label.checkbox-inline .checkbox-decorator .check:before {
    animation: c .3s forwards
}

.checkbox label input[type=checkbox],
label.checkbox-inline input[type=checkbox] {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0
}

.checkbox label input[type=checkbox]:focus+.checkbox-decorator .check:after,
label.checkbox-inline input[type=checkbox]:focus+.checkbox-decorator .check:after {
    opacity: .2
}

.checkbox label input[type=checkbox]:checked+.checkbox-decorator .check,
label.checkbox-inline input[type=checkbox]:checked+.checkbox-decorator .check {
    color: #009688;
    border-color: #009688
}

.checkbox label input[type=checkbox]:checked+.checkbox-decorator .check:before,
label.checkbox-inline input[type=checkbox]:checked+.checkbox-decorator .check:before {
    color: #009688;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    animation: b .3s forwards
}

.checkbox label input[type=checkbox][disabled]+.checkbox-decorator .check:after,
.checkbox label input[type=checkbox][disabled] .check:after,
fieldset[disabled] .checkbox label input[type=checkbox]+.checkbox-decorator .check:after,
fieldset[disabled] .checkbox label input[type=checkbox] .check:after,
fieldset[disabled] label.checkbox-inline input[type=checkbox]+.checkbox-decorator .check:after,
fieldset[disabled] label.checkbox-inline input[type=checkbox] .check:after,
label.checkbox-inline input[type=checkbox][disabled]+.checkbox-decorator .check:after,
label.checkbox-inline input[type=checkbox][disabled] .check:after {
    background-color: rgba(0, 0, 0, .87);
    transform: rotate(-45deg)
}

.checkbox label input[type=checkbox][disabled]+.checkbox-decorator .check,
.checkbox label input[type=checkbox][disabled] .check,
fieldset[disabled] .checkbox label input[type=checkbox]+.checkbox-decorator .check,
fieldset[disabled] .checkbox label input[type=checkbox] .check,
fieldset[disabled] label.checkbox-inline input[type=checkbox]+.checkbox-decorator .check,
fieldset[disabled] label.checkbox-inline input[type=checkbox] .check,
label.checkbox-inline input[type=checkbox][disabled]+.checkbox-decorator .check,
label.checkbox-inline input[type=checkbox][disabled] .check {
    border-color: rgba(0, 0, 0, .26)
}

.checkbox label input[type=checkbox][disabled]+.checkbox-decorator .ripple-container,
fieldset[disabled] .checkbox label input[type=checkbox]+.checkbox-decorator .ripple-container,
fieldset[disabled] label.checkbox-inline input[type=checkbox]+.checkbox-decorator .ripple-container,
label.checkbox-inline input[type=checkbox][disabled]+.checkbox-decorator .ripple-container {
    display: none
}

@keyframes b {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px
    }
    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px
    }
    to {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px
    }
}

@keyframes c {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, inset 0 0 0 0
    }
    25% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, inset 0 0 0 0
    }
    50% {
        width: 0;
        height: 0;
        margin-top: -4px;
        margin-left: 6px;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, inset 0 0 0 0;
        transform: rotate(45deg)
    }
    51% {
        width: 20px;
        height: 20px;
        margin-top: -2px;
        margin-left: -2px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, inset 0 0 0 10px;
        transform: rotate(0deg)
    }
    to {
        width: 20px;
        height: 20px;
        margin-top: -2px;
        margin-left: -2px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, inset 0 0 0 0;
        transform: rotate(0deg)
    }
}

.custom-file-control [class*=" bmd-label"],
.custom-file-control [class^=bmd-label] {
    color: rgba(0, 0, 0, .26)
}

.custom-file-control .custom-file-control,
.custom-file-control .form-control,
.is-focused .custom-file-control .custom-file-control,
.is-focused .custom-file-control .form-control {
    background-image: linear-gradient(0deg, #009688 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.custom-file-control .custom-file-control:invalid,
.custom-file-control .form-control:invalid {
    background-image: linear-gradient(0deg, #d50000 2px, rgba(213, 0, 0, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.custom-file-control .custom-file-control:read-only,
.custom-file-control .form-control:read-only {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.custom-file-control .custom-file-control:disabled,
.custom-file-control .disabled.custom-file-control,
.custom-file-control .form-control.disabled,
.custom-file-control .form-control:disabled,
.custom-file-control .form-control[disabled],
.custom-file-control [disabled].custom-file-control,
fieldset[disabled][disabled] .custom-file-control .custom-file-control,
fieldset[disabled][disabled] .custom-file-control .form-control {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .26) 0, rgba(0, 0, 0, .26) 30%, transparent 0, transparent);
    background-repeat: repeat-x;
    background-size: 3px 1px
}

.custom-file-control .form-control-success.custom-file-control,
.custom-file-control .form-control.form-control-success,
.is-focused .custom-file-control .form-control-success.custom-file-control,
.is-focused .custom-file-control .form-control.form-control-success {
    background-image: linear-gradient(0deg, #009688 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="
}

.custom-file-control .form-control-warning.custom-file-control,
.custom-file-control .form-control.form-control-warning,
.is-focused .custom-file-control .form-control-warning.custom-file-control,
.is-focused .custom-file-control .form-control.form-control-warning {
    background-image: linear-gradient(0deg, #009688 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"
}

.custom-file-control .form-control-danger.custom-file-control,
.custom-file-control .form-control.form-control-danger,
.is-focused .custom-file-control .form-control-danger.custom-file-control,
.is-focused .custom-file-control .form-control.form-control-danger {
    background-image: linear-gradient(0deg, #009688 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="
}

.custom-file-control.is-focused .valid-feedback,
.custom-file-control .is-focused .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: rgba(0, 0, 0, .26)
}

.custom-file-control.is-focused .valid-tooltip,
.custom-file-control .is-focused .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    border-radius: .2rem
}

.custom-file-control.is-focused .custom-select.is-valid,
.custom-file-control .is-focused .custom-select.is-valid,
.custom-file-control.is-focused .form-control.is-valid,
.custom-file-control .is-focused .form-control.is-valid,
.custom-file-control.is-focused .is-valid.custom-file-control,
.custom-file-control .is-focused .is-valid.custom-file-control,
.was-validated .custom-file-control.is-focused .custom-file-control:valid,
.was-validated .custom-file-control .is-focused .custom-file-control:valid,
.was-validated .custom-file-control.is-focused .custom-select:valid,
.was-validated .custom-file-control .is-focused .custom-select:valid,
.was-validated .custom-file-control.is-focused .form-control:valid,
.was-validated .custom-file-control .is-focused .form-control:valid {
    border-color: rgba(0, 0, 0, .26)
}

.custom-file-control.is-focused .custom-select.is-valid:focus,
.custom-file-control .is-focused .custom-select.is-valid:focus,
.custom-file-control.is-focused .form-control.is-valid:focus,
.custom-file-control .is-focused .form-control.is-valid:focus,
.custom-file-control.is-focused .is-valid.custom-file-control:focus,
.custom-file-control .is-focused .is-valid.custom-file-control:focus,
.was-validated .custom-file-control.is-focused .custom-file-control:valid:focus,
.was-validated .custom-file-control .is-focused .custom-file-control:valid:focus,
.was-validated .custom-file-control.is-focused .custom-select:valid:focus,
.was-validated .custom-file-control .is-focused .custom-select:valid:focus,
.was-validated .custom-file-control.is-focused .form-control:valid:focus,
.was-validated .custom-file-control .is-focused .form-control:valid:focus {
    border-color: rgba(0, 0, 0, .26);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-file-control.is-focused .custom-select.is-valid~.valid-feedback,
.custom-file-control .is-focused .custom-select.is-valid~.valid-feedback,
.custom-file-control.is-focused .custom-select.is-valid~.valid-tooltip,
.custom-file-control .is-focused .custom-select.is-valid~.valid-tooltip,
.custom-file-control.is-focused .form-control.is-valid~.valid-feedback,
.custom-file-control .is-focused .form-control.is-valid~.valid-feedback,
.custom-file-control.is-focused .form-control.is-valid~.valid-tooltip,
.custom-file-control .is-focused .form-control.is-valid~.valid-tooltip,
.custom-file-control.is-focused .is-valid.custom-file-control~.valid-feedback,
.custom-file-control .is-focused .is-valid.custom-file-control~.valid-feedback,
.custom-file-control.is-focused .is-valid.custom-file-control~.valid-tooltip,
.custom-file-control .is-focused .is-valid.custom-file-control~.valid-tooltip,
.was-validated .custom-file-control.is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .custom-file-control .is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .custom-file-control.is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .custom-file-control .is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .custom-file-control.is-focused .custom-select:valid~.valid-feedback,
.was-validated .custom-file-control .is-focused .custom-select:valid~.valid-feedback,
.was-validated .custom-file-control.is-focused .custom-select:valid~.valid-tooltip,
.was-validated .custom-file-control .is-focused .custom-select:valid~.valid-tooltip,
.was-validated .custom-file-control.is-focused .form-control:valid~.valid-feedback,
.was-validated .custom-file-control .is-focused .form-control:valid~.valid-feedback,
.was-validated .custom-file-control.is-focused .form-control:valid~.valid-tooltip,
.was-validated .custom-file-control .is-focused .form-control:valid~.valid-tooltip {
    display: block
}

.custom-file-control.is-focused .form-check-input.is-valid~.form-check-label,
.custom-file-control .is-focused .form-check-input.is-valid~.form-check-label,
.was-validated .custom-file-control.is-focused .form-check-input:valid~.form-check-label,
.was-validated .custom-file-control .is-focused .form-check-input:valid~.form-check-label {
    color: rgba(0, 0, 0, .26)
}

.custom-file-control.is-focused .form-check-input.is-valid~.valid-feedback,
.custom-file-control .is-focused .form-check-input.is-valid~.valid-feedback,
.custom-file-control.is-focused .form-check-input.is-valid~.valid-tooltip,
.custom-file-control .is-focused .form-check-input.is-valid~.valid-tooltip,
.was-validated .custom-file-control.is-focused .form-check-input:valid~.valid-feedback,
.was-validated .custom-file-control .is-focused .form-check-input:valid~.valid-feedback,
.was-validated .custom-file-control.is-focused .form-check-input:valid~.valid-tooltip,
.was-validated .custom-file-control .is-focused .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-file-control.is-focused .custom-control-input.is-valid~.custom-control-label,
.custom-file-control .is-focused .custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-file-control.is-focused .custom-control-input:valid~.custom-control-label,
.was-validated .custom-file-control .is-focused .custom-control-input:valid~.custom-control-label {
    color: rgba(0, 0, 0, .26)
}

.custom-file-control.is-focused .custom-control-input.is-valid~.custom-control-label:before,
.custom-file-control .is-focused .custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-file-control.is-focused .custom-control-input:valid~.custom-control-label:before,
.was-validated .custom-file-control .is-focused .custom-control-input:valid~.custom-control-label:before {
    background-color: rgba(64, 64, 64, .26)
}

.custom-file-control.is-focused .custom-control-input.is-valid~.valid-feedback,
.custom-file-control .is-focused .custom-control-input.is-valid~.valid-feedback,
.custom-file-control.is-focused .custom-control-input.is-valid~.valid-tooltip,
.custom-file-control .is-focused .custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-file-control.is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .custom-file-control .is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .custom-file-control.is-focused .custom-control-input:valid~.valid-tooltip,
.was-validated .custom-file-control .is-focused .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-file-control.is-focused .custom-control-input.is-valid:checked~.custom-control-label:before,
.custom-file-control .is-focused .custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-file-control.is-focused .custom-control-input:valid:checked~.custom-control-label:before,
.was-validated .custom-file-control .is-focused .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: rgba(26, 26, 26, .26)
}

.custom-file-control.is-focused .custom-control-input.is-valid:focus~.custom-control-label:before,
.custom-file-control .is-focused .custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-file-control.is-focused .custom-control-input:valid:focus~.custom-control-label:before,
.was-validated .custom-file-control .is-focused .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fafafa, 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-file-control.is-focused .custom-file-input.is-valid~.custom-file-label,
.custom-file-control .is-focused .custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-control.is-focused .custom-file-input:valid~.custom-file-label,
.was-validated .custom-file-control .is-focused .custom-file-input:valid~.custom-file-label {
    border-color: rgba(0, 0, 0, .26)
}

.custom-file-control.is-focused .custom-file-input.is-valid~.custom-file-label:before,
.custom-file-control .is-focused .custom-file-input.is-valid~.custom-file-label:before,
.was-validated .custom-file-control.is-focused .custom-file-input:valid~.custom-file-label:before,
.was-validated .custom-file-control .is-focused .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.custom-file-control.is-focused .custom-file-input.is-valid~.valid-feedback,
.custom-file-control .is-focused .custom-file-input.is-valid~.valid-feedback,
.custom-file-control.is-focused .custom-file-input.is-valid~.valid-tooltip,
.custom-file-control .is-focused .custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-control.is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-control .is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-control.is-focused .custom-file-input:valid~.valid-tooltip,
.was-validated .custom-file-control .is-focused .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-control.is-focused .custom-file-input.is-valid:focus~.custom-file-label,
.custom-file-control .is-focused .custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-control.is-focused .custom-file-input:valid:focus~.custom-file-label,
.was-validated .custom-file-control .is-focused .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-file-control.is-focused [class*=" bmd-label"],
.custom-file-control .is-focused [class*=" bmd-label"],
.custom-file-control.is-focused [class^=bmd-label],
.custom-file-control .is-focused [class^=bmd-label] {
    color: #009688
}

.custom-file-control.is-focused .bmd-label-placeholder,
.custom-file-control .is-focused .bmd-label-placeholder {
    color: rgba(0, 0, 0, .26)
}

.custom-file-control.is-focused .custom-file-control,
.custom-file-control .is-focused .custom-file-control,
.custom-file-control.is-focused .form-control,
.custom-file-control .is-focused .form-control {
    border-color: rgba(0, 0, 0, .26)
}

.custom-file-control.is-focused .bmd-help,
.custom-file-control .is-focused .bmd-help {
    color: rgba(0, 0, 0, .54)
}

.custom-file-control:before {
    position: absolute;
    height: calc(100% - 1px)
}

.switch label {
    position: relative;
    padding-left: 2.4375rem
}

.switch label .bmd-switch-track {
    position: absolute;
    top: .3125rem;
    left: 0;
    display: inline-block;
    width: 2.125rem;
    height: .875rem;
    cursor: pointer;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .26) 0, rgba(0, 0, 0, .26) 50%, #49dcce 0, #49dcce);
    background-position: 0;
    background-size: 4.25rem .875rem;
    border-radius: 2.125rem;
    transition: background-position .2s ease-in
}

.switch label .bmd-switch-track:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    align-self: center;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background: #f1f1f1;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    transition: left .2s ease-in, background-color .2s ease-in, transform .3s ease;
    transform: translateY(-50%)
}

.switch label .bmd-switch-track:active:after {
    transform: translateY(-50%) scale3d(1.15, .85, 1)
}

.switch label input {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    opacity: 0
}

.switch label input:checked+.bmd-switch-track {
    background-position: -100%
}

.switch label input:checked+.bmd-switch-track:after {
    left: calc(100% - 1.25rem);
    background-color: #009688
}

.switch label input:disabled+.bmd-switch-track:active:after {
    transform: translateY(-50%)
}

.switch label input:disabled+.bmd-switch-track {
    cursor: default;
    background: rgba(0, 0, 0, .12)
}

.switch label input:disabled+.bmd-switch-track:after {
    background: #bdbdbd
}

.radio label,
label.radio-inline {
    position: relative;
    padding-left: 1.5625rem
}

.radio label .bmd-radio,
label.radio-inline .bmd-radio {
    position: absolute;
    left: 0;
    display: inline-block;
    padding: .7em;
    margin: -.7em;
    line-height: .7;
    border-radius: 100%
}

.radio label .bmd-radio:after,
label.radio-inline .bmd-radio:after {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    content: "";
    border: .125rem solid rgba(0, 0, 0, .54);
    border-radius: 50%;
    transition: border-color .28s ease;
    transition-duration: .2s
}

.radio label .bmd-radio:before,
label.radio-inline .bmd-radio:before {
    position: absolute;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-color: #009688;
    border-radius: 50%;
    transition: transform .28s ease;
    transform: scale3d(0, 0, 0)
}

.radio label input[type=radio],
label.radio-inline input[type=radio] {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0
}

.radio label input[type=radio]:checked~.bmd-radio:after,
label.radio-inline input[type=radio]:checked~.bmd-radio:after {
    border-color: #009688
}

.radio label input[type=radio]:checked~.bmd-radio:before,
label.radio-inline input[type=radio]:checked~.bmd-radio:before {
    background-color: #009688;
    transform: scale3d(.5, .5, 1)
}

.radio label input[type=radio]:disabled+.bmd-radio,
.radio label input[type=radio][disabled]+.bmd-radio,
fieldset[disabled] .radio label input[type=radio]+.bmd-radio,
fieldset[disabled] label.radio-inline input[type=radio]+.bmd-radio,
label.radio-inline input[type=radio]:disabled+.bmd-radio,
label.radio-inline input[type=radio][disabled]+.bmd-radio {
    cursor: default
}

.radio label input[type=radio]:disabled+.bmd-radio:after,
.radio label input[type=radio][disabled]+.bmd-radio:after,
fieldset[disabled] .radio label input[type=radio]+.bmd-radio:after,
fieldset[disabled] label.radio-inline input[type=radio]+.bmd-radio:after,
label.radio-inline input[type=radio]:disabled+.bmd-radio:after,
label.radio-inline input[type=radio][disabled]+.bmd-radio:after {
    border-color: rgba(0, 0, 0, .26)
}

.radio label input[type=radio]:disabled+.bmd-radio:before,
.radio label input[type=radio][disabled]+.bmd-radio:before,
fieldset[disabled] .radio label input[type=radio]+.bmd-radio:before,
fieldset[disabled] label.radio-inline input[type=radio]+.bmd-radio:before,
label.radio-inline input[type=radio]:disabled+.bmd-radio:before,
label.radio-inline input[type=radio][disabled]+.bmd-radio:before {
    background-color: rgba(0, 0, 0, .26)
}

.radio label input[type=radio]:disabled+.bmd-radio .ripple-container,
.radio label input[type=radio][disabled]+.bmd-radio .ripple-container,
fieldset[disabled] .radio label input[type=radio]+.bmd-radio .ripple-container,
fieldset[disabled] label.radio-inline input[type=radio]+.bmd-radio .ripple-container,
label.radio-inline input[type=radio]:disabled+.bmd-radio .ripple-container,
label.radio-inline input[type=radio][disabled]+.bmd-radio .ripple-container {
    display: none
}

.bg-inverse .radio label input[type=radio]:disabled+.bmd-radio:after,
.bg-inverse .radio label input[type=radio][disabled]+.bmd-radio:after,
.bg-inverse fieldset[disabled] .radio label input[type=radio]+.bmd-radio:after,
.bg-inverse fieldset[disabled] label.radio-inline input[type=radio]+.bmd-radio:after,
.bg-inverse label.radio-inline input[type=radio]:disabled+.bmd-radio:after,
.bg-inverse label.radio-inline input[type=radio][disabled]+.bmd-radio:after {
    border-color: hsla(0, 0%, 100%, .3)
}

.bg-inverse .radio label input[type=radio]:disabled+.bmd-radio:before,
.bg-inverse .radio label input[type=radio][disabled]+.bmd-radio:before,
.bg-inverse fieldset[disabled] .radio label input[type=radio]+.bmd-radio:before,
.bg-inverse fieldset[disabled] label.radio-inline input[type=radio]+.bmd-radio:before,
.bg-inverse label.radio-inline input[type=radio]:disabled+.bmd-radio:before,
.bg-inverse label.radio-inline input[type=radio][disabled]+.bmd-radio:before {
    background-color: hsla(0, 0%, 100%, .3)
}

form {
    margin-bottom: 1.125rem
}

.navbar form {
    margin-bottom: 0
}

.navbar form .bmd-form-group {
    display: inline-block;
    padding-top: 0
}

.navbar form .btn,
.navbar form .custom-file-control:before {
    margin-bottom: 0
}

.custom-file-control,
.form-control {
    background: no-repeat bottom, 50% calc(100% - 1px);
    background-size: 0 100%, 100% 100%;
    border: 0;
    transition: background 0s ease-out;
    padding-left: 0;
    padding-right: 0
}

.bmd-form-group.is-focused .custom-file-control,
.bmd-form-group.is-focused .form-control,
.custom-file-control:focus,
.form-control:focus {
    background-size: 100% 100%, 100% 100%;
    transition-duration: .3s
}

.bmd-help {
    position: absolute;
    display: none;
    font-size: .8rem;
    font-weight: 400
}

.bmd-form-group.is-focused .bmd-help {
    display: block
}

.bmd-help:nth-of-type(2) {
    padding-top: 1rem
}

.bmd-help+.bmd-help {
    position: relative;
    margin-bottom: 0
}

.checkbox-inline,
.checkbox label,
.is-focused .checkbox-inline,
.is-focused .checkbox label,
.is-focused .radio-inline,
.is-focused .radio label,
.is-focused .switch label,
.radio-inline,
.radio label,
.switch label {
    color: rgba(0, 0, 0, .26)
}

.checkbox-inline:active,
.checkbox-inline:focus,
.checkbox-inline:hover,
.checkbox label:active,
.checkbox label:focus,
.checkbox label:hover,
.is-focused .checkbox-inline:active,
.is-focused .checkbox-inline:focus,
.is-focused .checkbox-inline:hover,
.is-focused .checkbox label:active,
.is-focused .checkbox label:focus,
.is-focused .checkbox label:hover,
.is-focused .radio-inline:active,
.is-focused .radio-inline:focus,
.is-focused .radio-inline:hover,
.is-focused .radio label:active,
.is-focused .radio label:focus,
.is-focused .radio label:hover,
.is-focused .switch label:active,
.is-focused .switch label:focus,
.is-focused .switch label:hover,
.radio-inline:active,
.radio-inline:focus,
.radio-inline:hover,
.radio label:active,
.radio label:focus,
.radio label:hover,
.switch label:active,
.switch label:focus,
.switch label:hover {
    color: rgba(0, 0, 0, .54)
}

.checkbox-inline label:has(input[type=checkbox][disabled]),
.checkbox-inline label:has(input[type=checkbox][disabled]):focus,
.checkbox-inline label:has(input[type=checkbox][disabled]):hover,
.checkbox-inline label:has(input[type=radio][disabled]),
.checkbox-inline label:has(input[type=radio][disabled]):focus,
.checkbox-inline label:has(input[type=radio][disabled]):hover,
.checkbox label label:has(input[type=checkbox][disabled]),
.checkbox label label:has(input[type=checkbox][disabled]):focus,
.checkbox label label:has(input[type=checkbox][disabled]):hover,
.checkbox label label:has(input[type=radio][disabled]),
.checkbox label label:has(input[type=radio][disabled]):focus,
.checkbox label label:has(input[type=radio][disabled]):hover,
.is-focused .checkbox-inline label:has(input[type=checkbox][disabled]),
.is-focused .checkbox-inline label:has(input[type=checkbox][disabled]):focus,
.is-focused .checkbox-inline label:has(input[type=checkbox][disabled]):hover,
.is-focused .checkbox-inline label:has(input[type=radio][disabled]),
.is-focused .checkbox-inline label:has(input[type=radio][disabled]):focus,
.is-focused .checkbox-inline label:has(input[type=radio][disabled]):hover,
.is-focused .checkbox label label:has(input[type=checkbox][disabled]),
.is-focused .checkbox label label:has(input[type=checkbox][disabled]):focus,
.is-focused .checkbox label label:has(input[type=checkbox][disabled]):hover,
.is-focused .checkbox label label:has(input[type=radio][disabled]),
.is-focused .checkbox label label:has(input[type=radio][disabled]):focus,
.is-focused .checkbox label label:has(input[type=radio][disabled]):hover,
.is-focused .radio-inline label:has(input[type=checkbox][disabled]),
.is-focused .radio-inline label:has(input[type=checkbox][disabled]):focus,
.is-focused .radio-inline label:has(input[type=checkbox][disabled]):hover,
.is-focused .radio-inline label:has(input[type=radio][disabled]),
.is-focused .radio-inline label:has(input[type=radio][disabled]):focus,
.is-focused .radio-inline label:has(input[type=radio][disabled]):hover,
.is-focused .radio label label:has(input[type=checkbox][disabled]),
.is-focused .radio label label:has(input[type=checkbox][disabled]):focus,
.is-focused .radio label label:has(input[type=checkbox][disabled]):hover,
.is-focused .radio label label:has(input[type=radio][disabled]),
.is-focused .radio label label:has(input[type=radio][disabled]):focus,
.is-focused .radio label label:has(input[type=radio][disabled]):hover,
.is-focused .switch label label:has(input[type=checkbox][disabled]),
.is-focused .switch label label:has(input[type=checkbox][disabled]):focus,
.is-focused .switch label label:has(input[type=checkbox][disabled]):hover,
.is-focused .switch label label:has(input[type=radio][disabled]),
.is-focused .switch label label:has(input[type=radio][disabled]):focus,
.is-focused .switch label label:has(input[type=radio][disabled]):hover,
.radio-inline label:has(input[type=checkbox][disabled]),
.radio-inline label:has(input[type=checkbox][disabled]):focus,
.radio-inline label:has(input[type=checkbox][disabled]):hover,
.radio-inline label:has(input[type=radio][disabled]),
.radio-inline label:has(input[type=radio][disabled]):focus,
.radio-inline label:has(input[type=radio][disabled]):hover,
.radio label label:has(input[type=checkbox][disabled]),
.radio label label:has(input[type=checkbox][disabled]):focus,
.radio label label:has(input[type=checkbox][disabled]):hover,
.radio label label:has(input[type=radio][disabled]),
.radio label label:has(input[type=radio][disabled]):focus,
.radio label label:has(input[type=radio][disabled]):hover,
.switch label label:has(input[type=checkbox][disabled]),
.switch label label:has(input[type=checkbox][disabled]):focus,
.switch label label:has(input[type=checkbox][disabled]):hover,
.switch label label:has(input[type=radio][disabled]),
.switch label label:has(input[type=radio][disabled]):focus,
.switch label label:has(input[type=radio][disabled]):hover,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox-inline:focus,
fieldset[disabled] .checkbox-inline:hover,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox label:focus,
fieldset[disabled] .checkbox label:hover,
fieldset[disabled] .is-focused .checkbox-inline,
fieldset[disabled] .is-focused .checkbox-inline:focus,
fieldset[disabled] .is-focused .checkbox-inline:hover,
fieldset[disabled] .is-focused .checkbox label,
fieldset[disabled] .is-focused .checkbox label:focus,
fieldset[disabled] .is-focused .checkbox label:hover,
fieldset[disabled] .is-focused .radio-inline,
fieldset[disabled] .is-focused .radio-inline:focus,
fieldset[disabled] .is-focused .radio-inline:hover,
fieldset[disabled] .is-focused .radio label,
fieldset[disabled] .is-focused .radio label:focus,
fieldset[disabled] .is-focused .radio label:hover,
fieldset[disabled] .is-focused .switch label,
fieldset[disabled] .is-focused .switch label:focus,
fieldset[disabled] .is-focused .switch label:hover,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio-inline:focus,
fieldset[disabled] .radio-inline:hover,
fieldset[disabled] .radio label,
fieldset[disabled] .radio label:focus,
fieldset[disabled] .radio label:hover,
fieldset[disabled] .switch label,
fieldset[disabled] .switch label:focus,
fieldset[disabled] .switch label:hover {
    color: rgba(0, 0, 0, .26)
}

[class*=" bmd-label"],
[class^=bmd-label] {
    color: rgba(0, 0, 0, .26)
}

.custom-file-control,
.form-control,
.is-focused .custom-file-control,
.is-focused .form-control {
    background-image: linear-gradient(0deg, #007bff 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.custom-file-control:invalid,
.form-control:invalid {
    background-image: linear-gradient(0deg, #d50000 2px, rgba(213, 0, 0, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.custom-file-control:read-only,
.form-control:read-only {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.custom-file-control:disabled,
.disabled.custom-file-control,
.form-control.disabled,
.form-control:disabled,
.form-control[disabled],
[disabled].custom-file-control,
fieldset[disabled][disabled] .custom-file-control,
fieldset[disabled][disabled] .form-control {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .26) 0, rgba(0, 0, 0, .26) 30%, transparent 0, transparent);
    background-repeat: repeat-x;
    background-size: 3px 1px
}

.form-control-success.custom-file-control,
.form-control.form-control-success,
.is-focused .form-control-success.custom-file-control,
.is-focused .form-control.form-control-success {
    background-image: linear-gradient(0deg, #007bff  2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="
}

.form-control-warning.custom-file-control,
.form-control.form-control-warning,
.is-focused .form-control-warning.custom-file-control,
.is-focused .form-control.form-control-warning {
    background-image: linear-gradient(0deg, #007bff  2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"
}

.form-control-danger.custom-file-control,
.form-control.form-control-danger,
.is-focused .form-control-danger.custom-file-control,
.is-focused .form-control.form-control-danger {
    background-image: linear-gradient(0deg, #009688 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="
}

.is-focused .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: rgba(0, 0, 0, .26)
}

.is-focused .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    border-radius: .2rem
}

.is-focused .custom-select.is-valid,
.is-focused .form-control.is-valid,
.is-focused .is-valid.custom-file-control,
.was-validated .is-focused .custom-file-control:valid,
.was-validated .is-focused .custom-select:valid,
.was-validated .is-focused .form-control:valid {
    border-color: rgba(0, 0, 0, .26)
}

.is-focused .custom-select.is-valid:focus,
.is-focused .form-control.is-valid:focus,
.is-focused .is-valid.custom-file-control:focus,
.was-validated .is-focused .custom-file-control:valid:focus,
.was-validated .is-focused .custom-select:valid:focus,
.was-validated .is-focused .form-control:valid:focus {
    border-color: rgba(0, 0, 0, .26);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.is-focused .custom-select.is-valid~.valid-feedback,
.is-focused .custom-select.is-valid~.valid-tooltip,
.is-focused .form-control.is-valid~.valid-feedback,
.is-focused .form-control.is-valid~.valid-tooltip,
.is-focused .is-valid.custom-file-control~.valid-feedback,
.is-focused .is-valid.custom-file-control~.valid-tooltip,
.was-validated .is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .is-focused .custom-select:valid~.valid-feedback,
.was-validated .is-focused .custom-select:valid~.valid-tooltip,
.was-validated .is-focused .form-control:valid~.valid-feedback,
.was-validated .is-focused .form-control:valid~.valid-tooltip {
    display: block
}

.is-focused .form-check-input.is-valid~.form-check-label,
.was-validated .is-focused .form-check-input:valid~.form-check-label {
    color: rgba(0, 0, 0, .26)
}

.is-focused .form-check-input.is-valid~.valid-feedback,
.is-focused .form-check-input.is-valid~.valid-tooltip,
.was-validated .is-focused .form-check-input:valid~.valid-feedback,
.was-validated .is-focused .form-check-input:valid~.valid-tooltip {
    display: block
}

.is-focused .custom-control-input.is-valid~.custom-control-label,
.was-validated .is-focused .custom-control-input:valid~.custom-control-label {
    color: rgba(0, 0, 0, .26)
}

.is-focused .custom-control-input.is-valid~.custom-control-label:before,
.was-validated .is-focused .custom-control-input:valid~.custom-control-label:before {
    background-color: rgba(64, 64, 64, .26)
}

.is-focused .custom-control-input.is-valid~.valid-feedback,
.is-focused .custom-control-input.is-valid~.valid-tooltip,
.was-validated .is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .is-focused .custom-control-input:valid~.valid-tooltip {
    display: block
}

.is-focused .custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .is-focused .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: rgba(26, 26, 26, .26)
}

.is-focused .custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .is-focused .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fafafa, 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.is-focused .custom-file-input.is-valid~.custom-file-label,
.was-validated .is-focused .custom-file-input:valid~.custom-file-label {
    border-color: rgba(0, 0, 0, .26)
}

.is-focused .custom-file-input.is-valid~.custom-file-label:before,
.was-validated .is-focused .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.is-focused .custom-file-input.is-valid~.valid-feedback,
.is-focused .custom-file-input.is-valid~.valid-tooltip,
.was-validated .is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .is-focused .custom-file-input:valid~.valid-tooltip {
    display: block
}

.is-focused .custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .is-focused .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.is-focused [class*=" bmd-label"],
.is-focused [class^=bmd-label] {
    color: #009688
}

.is-focused .bmd-label-placeholder {
    color: rgba(0, 0, 0, .26)
}

.is-focused .custom-file-control,
.is-focused .form-control {
    border-color: rgba(0, 0, 0, .26)
}

.is-focused .bmd-help {
    color: rgba(0, 0, 0, .54)
}

.has-success [class*=" bmd-label"],
.has-success [class^=bmd-label] {
    color: #4caf50
}

.has-success .custom-file-control,
.has-success .form-control,
.is-focused .has-success .custom-file-control,
.is-focused .has-success .form-control {
    background-image: linear-gradient(0deg, #4caf50 2px, rgba(76, 175, 80, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.has-success .custom-file-control:invalid,
.has-success .form-control:invalid {
    background-image: linear-gradient(0deg, #d50000 2px, rgba(213, 0, 0, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.has-success .custom-file-control:read-only,
.has-success .form-control:read-only {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.has-success .custom-file-control:disabled,
.has-success .disabled.custom-file-control,
.has-success .form-control.disabled,
.has-success .form-control:disabled,
.has-success .form-control[disabled],
.has-success [disabled].custom-file-control,
fieldset[disabled][disabled] .has-success .custom-file-control,
fieldset[disabled][disabled] .has-success .form-control {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .26) 0, rgba(0, 0, 0, .26) 30%, transparent 0, transparent);
    background-repeat: repeat-x;
    background-size: 3px 1px
}

.has-success .form-control-success.custom-file-control,
.has-success .form-control.form-control-success,
.is-focused .has-success .form-control-success.custom-file-control,
.is-focused .has-success .form-control.form-control-success {
    background-image: linear-gradient(0deg, #4caf50 2px, rgba(76, 175, 80, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="
}

.has-success .form-control-warning.custom-file-control,
.has-success .form-control.form-control-warning,
.is-focused .has-success .form-control-warning.custom-file-control,
.is-focused .has-success .form-control.form-control-warning {
    background-image: linear-gradient(0deg, #4caf50 2px, rgba(76, 175, 80, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"
}

.has-success .form-control-danger.custom-file-control,
.has-success .form-control.form-control-danger,
.is-focused .has-success .form-control-danger.custom-file-control,
.is-focused .has-success .form-control.form-control-danger {
    background-image: linear-gradient(0deg, #4caf50 2px, rgba(76, 175, 80, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="
}

.has-success.is-focused .valid-feedback,
.has-success .is-focused .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #4caf50
}

.has-success.is-focused .valid-tooltip,
.has-success .is-focused .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(76, 175, 80, .8);
    border-radius: .2rem
}

.has-success.is-focused .custom-select.is-valid,
.has-success .is-focused .custom-select.is-valid,
.has-success.is-focused .form-control.is-valid,
.has-success .is-focused .form-control.is-valid,
.has-success.is-focused .is-valid.custom-file-control,
.has-success .is-focused .is-valid.custom-file-control,
.was-validated .has-success.is-focused .custom-file-control:valid,
.was-validated .has-success .is-focused .custom-file-control:valid,
.was-validated .has-success.is-focused .custom-select:valid,
.was-validated .has-success .is-focused .custom-select:valid,
.was-validated .has-success.is-focused .form-control:valid,
.was-validated .has-success .is-focused .form-control:valid {
    border-color: #4caf50
}

.has-success.is-focused .custom-select.is-valid:focus,
.has-success .is-focused .custom-select.is-valid:focus,
.has-success.is-focused .form-control.is-valid:focus,
.has-success .is-focused .form-control.is-valid:focus,
.has-success.is-focused .is-valid.custom-file-control:focus,
.has-success .is-focused .is-valid.custom-file-control:focus,
.was-validated .has-success.is-focused .custom-file-control:valid:focus,
.was-validated .has-success .is-focused .custom-file-control:valid:focus,
.was-validated .has-success.is-focused .custom-select:valid:focus,
.was-validated .has-success .is-focused .custom-select:valid:focus,
.was-validated .has-success.is-focused .form-control:valid:focus,
.was-validated .has-success .is-focused .form-control:valid:focus {
    border-color: #4caf50;
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .25)
}

.has-success.is-focused .custom-select.is-valid~.valid-feedback,
.has-success .is-focused .custom-select.is-valid~.valid-feedback,
.has-success.is-focused .custom-select.is-valid~.valid-tooltip,
.has-success .is-focused .custom-select.is-valid~.valid-tooltip,
.has-success.is-focused .form-control.is-valid~.valid-feedback,
.has-success .is-focused .form-control.is-valid~.valid-feedback,
.has-success.is-focused .form-control.is-valid~.valid-tooltip,
.has-success .is-focused .form-control.is-valid~.valid-tooltip,
.has-success.is-focused .is-valid.custom-file-control~.valid-feedback,
.has-success .is-focused .is-valid.custom-file-control~.valid-feedback,
.has-success.is-focused .is-valid.custom-file-control~.valid-tooltip,
.has-success .is-focused .is-valid.custom-file-control~.valid-tooltip,
.was-validated .has-success.is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .has-success .is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .has-success.is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .has-success .is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .has-success.is-focused .custom-select:valid~.valid-feedback,
.was-validated .has-success .is-focused .custom-select:valid~.valid-feedback,
.was-validated .has-success.is-focused .custom-select:valid~.valid-tooltip,
.was-validated .has-success .is-focused .custom-select:valid~.valid-tooltip,
.was-validated .has-success.is-focused .form-control:valid~.valid-feedback,
.was-validated .has-success .is-focused .form-control:valid~.valid-feedback,
.was-validated .has-success.is-focused .form-control:valid~.valid-tooltip,
.was-validated .has-success .is-focused .form-control:valid~.valid-tooltip {
    display: block
}

.has-success.is-focused .form-check-input.is-valid~.form-check-label,
.has-success .is-focused .form-check-input.is-valid~.form-check-label,
.was-validated .has-success.is-focused .form-check-input:valid~.form-check-label,
.was-validated .has-success .is-focused .form-check-input:valid~.form-check-label {
    color: #4caf50
}

.has-success.is-focused .form-check-input.is-valid~.valid-feedback,
.has-success .is-focused .form-check-input.is-valid~.valid-feedback,
.has-success.is-focused .form-check-input.is-valid~.valid-tooltip,
.has-success .is-focused .form-check-input.is-valid~.valid-tooltip,
.was-validated .has-success.is-focused .form-check-input:valid~.valid-feedback,
.was-validated .has-success .is-focused .form-check-input:valid~.valid-feedback,
.was-validated .has-success.is-focused .form-check-input:valid~.valid-tooltip,
.was-validated .has-success .is-focused .form-check-input:valid~.valid-tooltip {
    display: block
}

.has-success.is-focused .custom-control-input.is-valid~.custom-control-label,
.has-success .is-focused .custom-control-input.is-valid~.custom-control-label,
.was-validated .has-success.is-focused .custom-control-input:valid~.custom-control-label,
.was-validated .has-success .is-focused .custom-control-input:valid~.custom-control-label {
    color: #4caf50
}

.has-success.is-focused .custom-control-input.is-valid~.custom-control-label:before,
.has-success .is-focused .custom-control-input.is-valid~.custom-control-label:before,
.was-validated .has-success.is-focused .custom-control-input:valid~.custom-control-label:before,
.was-validated .has-success .is-focused .custom-control-input:valid~.custom-control-label:before {
    background-color: #a3d7a5
}

.has-success.is-focused .custom-control-input.is-valid~.valid-feedback,
.has-success .is-focused .custom-control-input.is-valid~.valid-feedback,
.has-success.is-focused .custom-control-input.is-valid~.valid-tooltip,
.has-success .is-focused .custom-control-input.is-valid~.valid-tooltip,
.was-validated .has-success.is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .has-success .is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .has-success.is-focused .custom-control-input:valid~.valid-tooltip,
.was-validated .has-success .is-focused .custom-control-input:valid~.valid-tooltip {
    display: block
}

.has-success.is-focused .custom-control-input.is-valid:checked~.custom-control-label:before,
.has-success .is-focused .custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .has-success.is-focused .custom-control-input:valid:checked~.custom-control-label:before,
.was-validated .has-success .is-focused .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #6ec071
}

.has-success.is-focused .custom-control-input.is-valid:focus~.custom-control-label:before,
.has-success .is-focused .custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .has-success.is-focused .custom-control-input:valid:focus~.custom-control-label:before,
.was-validated .has-success .is-focused .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fafafa, 0 0 0 .2rem rgba(76, 175, 80, .25)
}

.has-success.is-focused .custom-file-input.is-valid~.custom-file-label,
.has-success .is-focused .custom-file-input.is-valid~.custom-file-label,
.was-validated .has-success.is-focused .custom-file-input:valid~.custom-file-label,
.was-validated .has-success .is-focused .custom-file-input:valid~.custom-file-label {
    border-color: #4caf50
}

.has-success.is-focused .custom-file-input.is-valid~.custom-file-label:before,
.has-success .is-focused .custom-file-input.is-valid~.custom-file-label:before,
.was-validated .has-success.is-focused .custom-file-input:valid~.custom-file-label:before,
.was-validated .has-success .is-focused .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.has-success.is-focused .custom-file-input.is-valid~.valid-feedback,
.has-success .is-focused .custom-file-input.is-valid~.valid-feedback,
.has-success.is-focused .custom-file-input.is-valid~.valid-tooltip,
.has-success .is-focused .custom-file-input.is-valid~.valid-tooltip,
.was-validated .has-success.is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .has-success .is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .has-success.is-focused .custom-file-input:valid~.valid-tooltip,
.was-validated .has-success .is-focused .custom-file-input:valid~.valid-tooltip {
    display: block
}

.has-success.is-focused .custom-file-input.is-valid:focus~.custom-file-label,
.has-success .is-focused .custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .has-success.is-focused .custom-file-input:valid:focus~.custom-file-label,
.was-validated .has-success .is-focused .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .25)
}

.has-success.is-focused .bmd-label-placeholder,
.has-success .is-focused .bmd-label-placeholder,
.has-success.is-focused [class*=" bmd-label"],
.has-success .is-focused [class*=" bmd-label"],
.has-success.is-focused [class^=bmd-label],
.has-success .is-focused [class^=bmd-label] {
    color: #4caf50
}

.has-success.is-focused .custom-file-control,
.has-success .is-focused .custom-file-control,
.has-success.is-focused .form-control,
.has-success .is-focused .form-control {
    border-color: #4caf50
}

.has-success.is-focused .bmd-help,
.has-success .is-focused .bmd-help {
    color: rgba(0, 0, 0, .54)
}

.has-info [class*=" bmd-label"],
.has-info [class^=bmd-label] {
    color: #03a9f4
}

.has-info .custom-file-control,
.has-info .form-control,
.is-focused .has-info .custom-file-control,
.is-focused .has-info .form-control {
    background-image: linear-gradient(0deg, #03a9f4 2px, rgba(3, 169, 244, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.has-info .custom-file-control:invalid,
.has-info .form-control:invalid {
    background-image: linear-gradient(0deg, #d50000 2px, rgba(213, 0, 0, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.has-info .custom-file-control:read-only,
.has-info .form-control:read-only {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.has-info .custom-file-control:disabled,
.has-info .disabled.custom-file-control,
.has-info .form-control.disabled,
.has-info .form-control:disabled,
.has-info .form-control[disabled],
.has-info [disabled].custom-file-control,
fieldset[disabled][disabled] .has-info .custom-file-control,
fieldset[disabled][disabled] .has-info .form-control {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .26) 0, rgba(0, 0, 0, .26) 30%, transparent 0, transparent);
    background-repeat: repeat-x;
    background-size: 3px 1px
}

.has-info .form-control-success.custom-file-control,
.has-info .form-control.form-control-success,
.is-focused .has-info .form-control-success.custom-file-control,
.is-focused .has-info .form-control.form-control-success {
    background-image: linear-gradient(0deg, #03a9f4 2px, rgba(3, 169, 244, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="
}

.has-info .form-control-warning.custom-file-control,
.has-info .form-control.form-control-warning,
.is-focused .has-info .form-control-warning.custom-file-control,
.is-focused .has-info .form-control.form-control-warning {
    background-image: linear-gradient(0deg, #03a9f4 2px, rgba(3, 169, 244, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"
}

.has-info .form-control-danger.custom-file-control,
.has-info .form-control.form-control-danger,
.is-focused .has-info .form-control-danger.custom-file-control,
.is-focused .has-info .form-control.form-control-danger {
    background-image: linear-gradient(0deg, #03a9f4 2px, rgba(3, 169, 244, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="
}

.has-info.is-focused .valid-feedback,
.has-info .is-focused .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #03a9f4
}

.has-info.is-focused .valid-tooltip,
.has-info .is-focused .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(3, 169, 244, .8);
    border-radius: .2rem
}

.has-info.is-focused .custom-select.is-valid,
.has-info .is-focused .custom-select.is-valid,
.has-info.is-focused .form-control.is-valid,
.has-info .is-focused .form-control.is-valid,
.has-info.is-focused .is-valid.custom-file-control,
.has-info .is-focused .is-valid.custom-file-control,
.was-validated .has-info.is-focused .custom-file-control:valid,
.was-validated .has-info .is-focused .custom-file-control:valid,
.was-validated .has-info.is-focused .custom-select:valid,
.was-validated .has-info .is-focused .custom-select:valid,
.was-validated .has-info.is-focused .form-control:valid,
.was-validated .has-info .is-focused .form-control:valid {
    border-color: #03a9f4
}

.has-info.is-focused .custom-select.is-valid:focus,
.has-info .is-focused .custom-select.is-valid:focus,
.has-info.is-focused .form-control.is-valid:focus,
.has-info .is-focused .form-control.is-valid:focus,
.has-info.is-focused .is-valid.custom-file-control:focus,
.has-info .is-focused .is-valid.custom-file-control:focus,
.was-validated .has-info.is-focused .custom-file-control:valid:focus,
.was-validated .has-info .is-focused .custom-file-control:valid:focus,
.was-validated .has-info.is-focused .custom-select:valid:focus,
.was-validated .has-info .is-focused .custom-select:valid:focus,
.was-validated .has-info.is-focused .form-control:valid:focus,
.was-validated .has-info .is-focused .form-control:valid:focus {
    border-color: #03a9f4;
    box-shadow: 0 0 0 .2rem rgba(3, 169, 244, .25)
}

.has-info.is-focused .custom-select.is-valid~.valid-feedback,
.has-info .is-focused .custom-select.is-valid~.valid-feedback,
.has-info.is-focused .custom-select.is-valid~.valid-tooltip,
.has-info .is-focused .custom-select.is-valid~.valid-tooltip,
.has-info.is-focused .form-control.is-valid~.valid-feedback,
.has-info .is-focused .form-control.is-valid~.valid-feedback,
.has-info.is-focused .form-control.is-valid~.valid-tooltip,
.has-info .is-focused .form-control.is-valid~.valid-tooltip,
.has-info.is-focused .is-valid.custom-file-control~.valid-feedback,
.has-info .is-focused .is-valid.custom-file-control~.valid-feedback,
.has-info.is-focused .is-valid.custom-file-control~.valid-tooltip,
.has-info .is-focused .is-valid.custom-file-control~.valid-tooltip,
.was-validated .has-info.is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .has-info .is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .has-info.is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .has-info .is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .has-info.is-focused .custom-select:valid~.valid-feedback,
.was-validated .has-info .is-focused .custom-select:valid~.valid-feedback,
.was-validated .has-info.is-focused .custom-select:valid~.valid-tooltip,
.was-validated .has-info .is-focused .custom-select:valid~.valid-tooltip,
.was-validated .has-info.is-focused .form-control:valid~.valid-feedback,
.was-validated .has-info .is-focused .form-control:valid~.valid-feedback,
.was-validated .has-info.is-focused .form-control:valid~.valid-tooltip,
.was-validated .has-info .is-focused .form-control:valid~.valid-tooltip {
    display: block
}

.has-info.is-focused .form-check-input.is-valid~.form-check-label,
.has-info .is-focused .form-check-input.is-valid~.form-check-label,
.was-validated .has-info.is-focused .form-check-input:valid~.form-check-label,
.was-validated .has-info .is-focused .form-check-input:valid~.form-check-label {
    color: #03a9f4
}

.has-info.is-focused .form-check-input.is-valid~.valid-feedback,
.has-info .is-focused .form-check-input.is-valid~.valid-feedback,
.has-info.is-focused .form-check-input.is-valid~.valid-tooltip,
.has-info .is-focused .form-check-input.is-valid~.valid-tooltip,
.was-validated .has-info.is-focused .form-check-input:valid~.valid-feedback,
.was-validated .has-info .is-focused .form-check-input:valid~.valid-feedback,
.was-validated .has-info.is-focused .form-check-input:valid~.valid-tooltip,
.was-validated .has-info .is-focused .form-check-input:valid~.valid-tooltip {
    display: block
}

.has-info.is-focused .custom-control-input.is-valid~.custom-control-label,
.has-info .is-focused .custom-control-input.is-valid~.custom-control-label,
.was-validated .has-info.is-focused .custom-control-input:valid~.custom-control-label,
.was-validated .has-info .is-focused .custom-control-input:valid~.custom-control-label {
    color: #03a9f4
}

.has-info.is-focused .custom-control-input.is-valid~.custom-control-label:before,
.has-info .is-focused .custom-control-input.is-valid~.custom-control-label:before,
.was-validated .has-info.is-focused .custom-control-input:valid~.custom-control-label:before,
.was-validated .has-info .is-focused .custom-control-input:valid~.custom-control-label:before {
    background-color: #79d4fd
}

.has-info.is-focused .custom-control-input.is-valid~.valid-feedback,
.has-info .is-focused .custom-control-input.is-valid~.valid-feedback,
.has-info.is-focused .custom-control-input.is-valid~.valid-tooltip,
.has-info .is-focused .custom-control-input.is-valid~.valid-tooltip,
.was-validated .has-info.is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .has-info .is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .has-info.is-focused .custom-control-input:valid~.valid-tooltip,
.was-validated .has-info .is-focused .custom-control-input:valid~.valid-tooltip {
    display: block
}

.has-info.is-focused .custom-control-input.is-valid:checked~.custom-control-label:before,
.has-info .is-focused .custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .has-info.is-focused .custom-control-input:valid:checked~.custom-control-label:before,
.was-validated .has-info .is-focused .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #2ebcfc
}

.has-info.is-focused .custom-control-input.is-valid:focus~.custom-control-label:before,
.has-info .is-focused .custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .has-info.is-focused .custom-control-input:valid:focus~.custom-control-label:before,
.was-validated .has-info .is-focused .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fafafa, 0 0 0 .2rem rgba(3, 169, 244, .25)
}

.has-info.is-focused .custom-file-input.is-valid~.custom-file-label,
.has-info .is-focused .custom-file-input.is-valid~.custom-file-label,
.was-validated .has-info.is-focused .custom-file-input:valid~.custom-file-label,
.was-validated .has-info .is-focused .custom-file-input:valid~.custom-file-label {
    border-color: #03a9f4
}

.has-info.is-focused .custom-file-input.is-valid~.custom-file-label:before,
.has-info .is-focused .custom-file-input.is-valid~.custom-file-label:before,
.was-validated .has-info.is-focused .custom-file-input:valid~.custom-file-label:before,
.was-validated .has-info .is-focused .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.has-info.is-focused .custom-file-input.is-valid~.valid-feedback,
.has-info .is-focused .custom-file-input.is-valid~.valid-feedback,
.has-info.is-focused .custom-file-input.is-valid~.valid-tooltip,
.has-info .is-focused .custom-file-input.is-valid~.valid-tooltip,
.was-validated .has-info.is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .has-info .is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .has-info.is-focused .custom-file-input:valid~.valid-tooltip,
.was-validated .has-info .is-focused .custom-file-input:valid~.valid-tooltip {
    display: block
}

.has-info.is-focused .custom-file-input.is-valid:focus~.custom-file-label,
.has-info .is-focused .custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .has-info.is-focused .custom-file-input:valid:focus~.custom-file-label,
.was-validated .has-info .is-focused .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(3, 169, 244, .25)
}

.has-info.is-focused .bmd-label-placeholder,
.has-info .is-focused .bmd-label-placeholder,
.has-info.is-focused [class*=" bmd-label"],
.has-info .is-focused [class*=" bmd-label"],
.has-info.is-focused [class^=bmd-label],
.has-info .is-focused [class^=bmd-label] {
    color: #03a9f4
}

.has-info.is-focused .custom-file-control,
.has-info .is-focused .custom-file-control,
.has-info.is-focused .form-control,
.has-info .is-focused .form-control {
    border-color: #03a9f4
}

.has-info.is-focused .bmd-help,
.has-info .is-focused .bmd-help {
    color: rgba(0, 0, 0, .54)
}

.has-warning [class*=" bmd-label"],
.has-warning [class^=bmd-label] {
    color: #ff5722
}

.has-warning .custom-file-control,
.has-warning .form-control,
.is-focused .has-warning .custom-file-control,
.is-focused .has-warning .form-control {
    background-image: linear-gradient(0deg, #ff5722 2px, rgba(255, 87, 34, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.has-warning .custom-file-control:invalid,
.has-warning .form-control:invalid {
    background-image: linear-gradient(0deg, #d50000 2px, rgba(213, 0, 0, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.has-warning .custom-file-control:read-only,
.has-warning .form-control:read-only {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.has-warning .custom-file-control:disabled,
.has-warning .disabled.custom-file-control,
.has-warning .form-control.disabled,
.has-warning .form-control:disabled,
.has-warning .form-control[disabled],
.has-warning [disabled].custom-file-control,
fieldset[disabled][disabled] .has-warning .custom-file-control,
fieldset[disabled][disabled] .has-warning .form-control {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .26) 0, rgba(0, 0, 0, .26) 30%, transparent 0, transparent);
    background-repeat: repeat-x;
    background-size: 3px 1px
}

.has-warning .form-control-success.custom-file-control,
.has-warning .form-control.form-control-success,
.is-focused .has-warning .form-control-success.custom-file-control,
.is-focused .has-warning .form-control.form-control-success {
    background-image: linear-gradient(0deg, #ff5722 2px, rgba(255, 87, 34, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="
}

.has-warning .form-control-warning.custom-file-control,
.has-warning .form-control.form-control-warning,
.is-focused .has-warning .form-control-warning.custom-file-control,
.is-focused .has-warning .form-control.form-control-warning {
    background-image: linear-gradient(0deg, #ff5722 2px, rgba(255, 87, 34, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"
}

.has-warning .form-control-danger.custom-file-control,
.has-warning .form-control.form-control-danger,
.is-focused .has-warning .form-control-danger.custom-file-control,
.is-focused .has-warning .form-control.form-control-danger {
    background-image: linear-gradient(0deg, #ff5722 2px, rgba(255, 87, 34, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="
}

.has-warning.is-focused .valid-feedback,
.has-warning .is-focused .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #ff5722
}

.has-warning.is-focused .valid-tooltip,
.has-warning .is-focused .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(255, 87, 34, .8);
    border-radius: .2rem
}

.has-warning.is-focused .custom-select.is-valid,
.has-warning .is-focused .custom-select.is-valid,
.has-warning.is-focused .form-control.is-valid,
.has-warning .is-focused .form-control.is-valid,
.has-warning.is-focused .is-valid.custom-file-control,
.has-warning .is-focused .is-valid.custom-file-control,
.was-validated .has-warning.is-focused .custom-file-control:valid,
.was-validated .has-warning .is-focused .custom-file-control:valid,
.was-validated .has-warning.is-focused .custom-select:valid,
.was-validated .has-warning .is-focused .custom-select:valid,
.was-validated .has-warning.is-focused .form-control:valid,
.was-validated .has-warning .is-focused .form-control:valid {
    border-color: #ff5722
}

.has-warning.is-focused .custom-select.is-valid:focus,
.has-warning .is-focused .custom-select.is-valid:focus,
.has-warning.is-focused .form-control.is-valid:focus,
.has-warning .is-focused .form-control.is-valid:focus,
.has-warning.is-focused .is-valid.custom-file-control:focus,
.has-warning .is-focused .is-valid.custom-file-control:focus,
.was-validated .has-warning.is-focused .custom-file-control:valid:focus,
.was-validated .has-warning .is-focused .custom-file-control:valid:focus,
.was-validated .has-warning.is-focused .custom-select:valid:focus,
.was-validated .has-warning .is-focused .custom-select:valid:focus,
.was-validated .has-warning.is-focused .form-control:valid:focus,
.was-validated .has-warning .is-focused .form-control:valid:focus {
    border-color: #ff5722;
    box-shadow: 0 0 0 .2rem rgba(255, 87, 34, .25)
}

.has-warning.is-focused .custom-select.is-valid~.valid-feedback,
.has-warning .is-focused .custom-select.is-valid~.valid-feedback,
.has-warning.is-focused .custom-select.is-valid~.valid-tooltip,
.has-warning .is-focused .custom-select.is-valid~.valid-tooltip,
.has-warning.is-focused .form-control.is-valid~.valid-feedback,
.has-warning .is-focused .form-control.is-valid~.valid-feedback,
.has-warning.is-focused .form-control.is-valid~.valid-tooltip,
.has-warning .is-focused .form-control.is-valid~.valid-tooltip,
.has-warning.is-focused .is-valid.custom-file-control~.valid-feedback,
.has-warning .is-focused .is-valid.custom-file-control~.valid-feedback,
.has-warning.is-focused .is-valid.custom-file-control~.valid-tooltip,
.has-warning .is-focused .is-valid.custom-file-control~.valid-tooltip,
.was-validated .has-warning.is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .has-warning .is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .has-warning.is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .has-warning .is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .has-warning.is-focused .custom-select:valid~.valid-feedback,
.was-validated .has-warning .is-focused .custom-select:valid~.valid-feedback,
.was-validated .has-warning.is-focused .custom-select:valid~.valid-tooltip,
.was-validated .has-warning .is-focused .custom-select:valid~.valid-tooltip,
.was-validated .has-warning.is-focused .form-control:valid~.valid-feedback,
.was-validated .has-warning .is-focused .form-control:valid~.valid-feedback,
.was-validated .has-warning.is-focused .form-control:valid~.valid-tooltip,
.was-validated .has-warning .is-focused .form-control:valid~.valid-tooltip {
    display: block
}

.has-warning.is-focused .form-check-input.is-valid~.form-check-label,
.has-warning .is-focused .form-check-input.is-valid~.form-check-label,
.was-validated .has-warning.is-focused .form-check-input:valid~.form-check-label,
.was-validated .has-warning .is-focused .form-check-input:valid~.form-check-label {
    color: #ff5722
}

.has-warning.is-focused .form-check-input.is-valid~.valid-feedback,
.has-warning .is-focused .form-check-input.is-valid~.valid-feedback,
.has-warning.is-focused .form-check-input.is-valid~.valid-tooltip,
.has-warning .is-focused .form-check-input.is-valid~.valid-tooltip,
.was-validated .has-warning.is-focused .form-check-input:valid~.valid-feedback,
.was-validated .has-warning .is-focused .form-check-input:valid~.valid-feedback,
.was-validated .has-warning.is-focused .form-check-input:valid~.valid-tooltip,
.was-validated .has-warning .is-focused .form-check-input:valid~.valid-tooltip {
    display: block
}

.has-warning.is-focused .custom-control-input.is-valid~.custom-control-label,
.has-warning .is-focused .custom-control-input.is-valid~.custom-control-label,
.was-validated .has-warning.is-focused .custom-control-input:valid~.custom-control-label,
.was-validated .has-warning .is-focused .custom-control-input:valid~.custom-control-label {
    color: #ff5722
}

.has-warning.is-focused .custom-control-input.is-valid~.custom-control-label:before,
.has-warning .is-focused .custom-control-input.is-valid~.custom-control-label:before,
.was-validated .has-warning.is-focused .custom-control-input:valid~.custom-control-label:before,
.was-validated .has-warning .is-focused .custom-control-input:valid~.custom-control-label:before {
    background-color: #ffb8a2
}

.has-warning.is-focused .custom-control-input.is-valid~.valid-feedback,
.has-warning .is-focused .custom-control-input.is-valid~.valid-feedback,
.has-warning.is-focused .custom-control-input.is-valid~.valid-tooltip,
.has-warning .is-focused .custom-control-input.is-valid~.valid-tooltip,
.was-validated .has-warning.is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .has-warning .is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .has-warning.is-focused .custom-control-input:valid~.valid-tooltip,
.was-validated .has-warning .is-focused .custom-control-input:valid~.valid-tooltip {
    display: block
}

.has-warning.is-focused .custom-control-input.is-valid:checked~.custom-control-label:before,
.has-warning .is-focused .custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .has-warning.is-focused .custom-control-input:valid:checked~.custom-control-label:before,
.was-validated .has-warning .is-focused .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #ff7e55
}

.has-warning.is-focused .custom-control-input.is-valid:focus~.custom-control-label:before,
.has-warning .is-focused .custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .has-warning.is-focused .custom-control-input:valid:focus~.custom-control-label:before,
.was-validated .has-warning .is-focused .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fafafa, 0 0 0 .2rem rgba(255, 87, 34, .25)
}

.has-warning.is-focused .custom-file-input.is-valid~.custom-file-label,
.has-warning .is-focused .custom-file-input.is-valid~.custom-file-label,
.was-validated .has-warning.is-focused .custom-file-input:valid~.custom-file-label,
.was-validated .has-warning .is-focused .custom-file-input:valid~.custom-file-label {
    border-color: #ff5722
}

.has-warning.is-focused .custom-file-input.is-valid~.custom-file-label:before,
.has-warning .is-focused .custom-file-input.is-valid~.custom-file-label:before,
.was-validated .has-warning.is-focused .custom-file-input:valid~.custom-file-label:before,
.was-validated .has-warning .is-focused .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.has-warning.is-focused .custom-file-input.is-valid~.valid-feedback,
.has-warning .is-focused .custom-file-input.is-valid~.valid-feedback,
.has-warning.is-focused .custom-file-input.is-valid~.valid-tooltip,
.has-warning .is-focused .custom-file-input.is-valid~.valid-tooltip,
.was-validated .has-warning.is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .has-warning .is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .has-warning.is-focused .custom-file-input:valid~.valid-tooltip,
.was-validated .has-warning .is-focused .custom-file-input:valid~.valid-tooltip {
    display: block
}

.has-warning.is-focused .custom-file-input.is-valid:focus~.custom-file-label,
.has-warning .is-focused .custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .has-warning.is-focused .custom-file-input:valid:focus~.custom-file-label,
.was-validated .has-warning .is-focused .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(255, 87, 34, .25)
}

.has-warning.is-focused .bmd-label-placeholder,
.has-warning .is-focused .bmd-label-placeholder,
.has-warning.is-focused [class*=" bmd-label"],
.has-warning .is-focused [class*=" bmd-label"],
.has-warning.is-focused [class^=bmd-label],
.has-warning .is-focused [class^=bmd-label] {
    color: #ff5722
}

.has-warning.is-focused .custom-file-control,
.has-warning .is-focused .custom-file-control,
.has-warning.is-focused .form-control,
.has-warning .is-focused .form-control {
    border-color: #ff5722
}

.has-warning.is-focused .bmd-help,
.has-warning .is-focused .bmd-help {
    color: rgba(0, 0, 0, .54)
}

.has-danger [class*=" bmd-label"],
.has-danger [class^=bmd-label] {
    color: #f44336
}

.has-danger .custom-file-control,
.has-danger .form-control,
.is-focused .has-danger .custom-file-control,
.is-focused .has-danger .form-control {
    background-image: linear-gradient(0deg, #f44336 2px, rgba(244, 67, 54, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.has-danger .custom-file-control:invalid,
.has-danger .form-control:invalid {
    background-image: linear-gradient(0deg, #d50000 2px, rgba(213, 0, 0, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.has-danger .custom-file-control:read-only,
.has-danger .form-control:read-only {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.has-danger .custom-file-control:disabled,
.has-danger .disabled.custom-file-control,
.has-danger .form-control.disabled,
.has-danger .form-control:disabled,
.has-danger .form-control[disabled],
.has-danger [disabled].custom-file-control,
fieldset[disabled][disabled] .has-danger .custom-file-control,
fieldset[disabled][disabled] .has-danger .form-control {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .26) 0, rgba(0, 0, 0, .26) 30%, transparent 0, transparent);
    background-repeat: repeat-x;
    background-size: 3px 1px
}

.has-danger .form-control-success.custom-file-control,
.has-danger .form-control.form-control-success,
.is-focused .has-danger .form-control-success.custom-file-control,
.is-focused .has-danger .form-control.form-control-success {
    background-image: linear-gradient(0deg, #f44336 2px, rgba(244, 67, 54, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="
}

.has-danger .form-control-warning.custom-file-control,
.has-danger .form-control.form-control-warning,
.is-focused .has-danger .form-control-warning.custom-file-control,
.is-focused .has-danger .form-control.form-control-warning {
    background-image: linear-gradient(0deg, #f44336 2px, rgba(244, 67, 54, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"
}

.has-danger .form-control-danger.custom-file-control,
.has-danger .form-control.form-control-danger,
.is-focused .has-danger .form-control-danger.custom-file-control,
.is-focused .has-danger .form-control.form-control-danger {
    background-image: linear-gradient(0deg, #f44336 2px, rgba(244, 67, 54, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="
}

.has-danger.is-focused .valid-feedback,
.has-danger .is-focused .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #f44336
}

.has-danger.is-focused .valid-tooltip,
.has-danger .is-focused .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(244, 67, 54, .8);
    border-radius: .2rem
}

.has-danger.is-focused .custom-select.is-valid,
.has-danger .is-focused .custom-select.is-valid,
.has-danger.is-focused .form-control.is-valid,
.has-danger .is-focused .form-control.is-valid,
.has-danger.is-focused .is-valid.custom-file-control,
.has-danger .is-focused .is-valid.custom-file-control,
.was-validated .has-danger.is-focused .custom-file-control:valid,
.was-validated .has-danger .is-focused .custom-file-control:valid,
.was-validated .has-danger.is-focused .custom-select:valid,
.was-validated .has-danger .is-focused .custom-select:valid,
.was-validated .has-danger.is-focused .form-control:valid,
.was-validated .has-danger .is-focused .form-control:valid {
    border-color: #f44336
}

.has-danger.is-focused .custom-select.is-valid:focus,
.has-danger .is-focused .custom-select.is-valid:focus,
.has-danger.is-focused .form-control.is-valid:focus,
.has-danger .is-focused .form-control.is-valid:focus,
.has-danger.is-focused .is-valid.custom-file-control:focus,
.has-danger .is-focused .is-valid.custom-file-control:focus,
.was-validated .has-danger.is-focused .custom-file-control:valid:focus,
.was-validated .has-danger .is-focused .custom-file-control:valid:focus,
.was-validated .has-danger.is-focused .custom-select:valid:focus,
.was-validated .has-danger .is-focused .custom-select:valid:focus,
.was-validated .has-danger.is-focused .form-control:valid:focus,
.was-validated .has-danger .is-focused .form-control:valid:focus {
    border-color: #f44336;
    box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .25)
}

.has-danger.is-focused .custom-select.is-valid~.valid-feedback,
.has-danger .is-focused .custom-select.is-valid~.valid-feedback,
.has-danger.is-focused .custom-select.is-valid~.valid-tooltip,
.has-danger .is-focused .custom-select.is-valid~.valid-tooltip,
.has-danger.is-focused .form-control.is-valid~.valid-feedback,
.has-danger .is-focused .form-control.is-valid~.valid-feedback,
.has-danger.is-focused .form-control.is-valid~.valid-tooltip,
.has-danger .is-focused .form-control.is-valid~.valid-tooltip,
.has-danger.is-focused .is-valid.custom-file-control~.valid-feedback,
.has-danger .is-focused .is-valid.custom-file-control~.valid-feedback,
.has-danger.is-focused .is-valid.custom-file-control~.valid-tooltip,
.has-danger .is-focused .is-valid.custom-file-control~.valid-tooltip,
.was-validated .has-danger.is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .has-danger .is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .has-danger.is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .has-danger .is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .has-danger.is-focused .custom-select:valid~.valid-feedback,
.was-validated .has-danger .is-focused .custom-select:valid~.valid-feedback,
.was-validated .has-danger.is-focused .custom-select:valid~.valid-tooltip,
.was-validated .has-danger .is-focused .custom-select:valid~.valid-tooltip,
.was-validated .has-danger.is-focused .form-control:valid~.valid-feedback,
.was-validated .has-danger .is-focused .form-control:valid~.valid-feedback,
.was-validated .has-danger.is-focused .form-control:valid~.valid-tooltip,
.was-validated .has-danger .is-focused .form-control:valid~.valid-tooltip {
    display: block
}

.has-danger.is-focused .form-check-input.is-valid~.form-check-label,
.has-danger .is-focused .form-check-input.is-valid~.form-check-label,
.was-validated .has-danger.is-focused .form-check-input:valid~.form-check-label,
.was-validated .has-danger .is-focused .form-check-input:valid~.form-check-label {
    color: #f44336
}

.has-danger.is-focused .form-check-input.is-valid~.valid-feedback,
.has-danger .is-focused .form-check-input.is-valid~.valid-feedback,
.has-danger.is-focused .form-check-input.is-valid~.valid-tooltip,
.has-danger .is-focused .form-check-input.is-valid~.valid-tooltip,
.was-validated .has-danger.is-focused .form-check-input:valid~.valid-feedback,
.was-validated .has-danger .is-focused .form-check-input:valid~.valid-feedback,
.was-validated .has-danger.is-focused .form-check-input:valid~.valid-tooltip,
.was-validated .has-danger .is-focused .form-check-input:valid~.valid-tooltip {
    display: block
}

.has-danger.is-focused .custom-control-input.is-valid~.custom-control-label,
.has-danger .is-focused .custom-control-input.is-valid~.custom-control-label,
.was-validated .has-danger.is-focused .custom-control-input:valid~.custom-control-label,
.was-validated .has-danger .is-focused .custom-control-input:valid~.custom-control-label {
    color: #f44336
}

.has-danger.is-focused .custom-control-input.is-valid~.custom-control-label:before,
.has-danger .is-focused .custom-control-input.is-valid~.custom-control-label:before,
.was-validated .has-danger.is-focused .custom-control-input:valid~.custom-control-label:before,
.was-validated .has-danger .is-focused .custom-control-input:valid~.custom-control-label:before {
    background-color: #fbb4af
}

.has-danger.is-focused .custom-control-input.is-valid~.valid-feedback,
.has-danger .is-focused .custom-control-input.is-valid~.valid-feedback,
.has-danger.is-focused .custom-control-input.is-valid~.valid-tooltip,
.has-danger .is-focused .custom-control-input.is-valid~.valid-tooltip,
.was-validated .has-danger.is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .has-danger .is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .has-danger.is-focused .custom-control-input:valid~.valid-tooltip,
.was-validated .has-danger .is-focused .custom-control-input:valid~.valid-tooltip {
    display: block
}

.has-danger.is-focused .custom-control-input.is-valid:checked~.custom-control-label:before,
.has-danger .is-focused .custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .has-danger.is-focused .custom-control-input:valid:checked~.custom-control-label:before,
.was-validated .has-danger .is-focused .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #f77066
}

.has-danger.is-focused .custom-control-input.is-valid:focus~.custom-control-label:before,
.has-danger .is-focused .custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .has-danger.is-focused .custom-control-input:valid:focus~.custom-control-label:before,
.was-validated .has-danger .is-focused .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fafafa, 0 0 0 .2rem rgba(244, 67, 54, .25)
}

.has-danger.is-focused .custom-file-input.is-valid~.custom-file-label,
.has-danger .is-focused .custom-file-input.is-valid~.custom-file-label,
.was-validated .has-danger.is-focused .custom-file-input:valid~.custom-file-label,
.was-validated .has-danger .is-focused .custom-file-input:valid~.custom-file-label {
    border-color: #f44336
}

.has-danger.is-focused .custom-file-input.is-valid~.custom-file-label:before,
.has-danger .is-focused .custom-file-input.is-valid~.custom-file-label:before,
.was-validated .has-danger.is-focused .custom-file-input:valid~.custom-file-label:before,
.was-validated .has-danger .is-focused .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.has-danger.is-focused .custom-file-input.is-valid~.valid-feedback,
.has-danger .is-focused .custom-file-input.is-valid~.valid-feedback,
.has-danger.is-focused .custom-file-input.is-valid~.valid-tooltip,
.has-danger .is-focused .custom-file-input.is-valid~.valid-tooltip,
.was-validated .has-danger.is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .has-danger .is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .has-danger.is-focused .custom-file-input:valid~.valid-tooltip,
.was-validated .has-danger .is-focused .custom-file-input:valid~.valid-tooltip {
    display: block
}

.has-danger.is-focused .custom-file-input.is-valid:focus~.custom-file-label,
.has-danger .is-focused .custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .has-danger.is-focused .custom-file-input:valid:focus~.custom-file-label,
.was-validated .has-danger .is-focused .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .25)
}

.has-danger.is-focused .bmd-label-placeholder,
.has-danger .is-focused .bmd-label-placeholder,
.has-danger.is-focused [class*=" bmd-label"],
.has-danger .is-focused [class*=" bmd-label"],
.has-danger.is-focused [class^=bmd-label],
.has-danger .is-focused [class^=bmd-label] {
    color: #f44336
}

.has-danger.is-focused .custom-file-control,
.has-danger .is-focused .custom-file-control,
.has-danger.is-focused .form-control,
.has-danger .is-focused .form-control {
    border-color: #f44336
}

.has-danger.is-focused .bmd-help,
.has-danger .is-focused .bmd-help {
    color: rgba(0, 0, 0, .54)
}

.bmd-form-group {
    position: relative;
    padding-top: 1.75rem
}

.bmd-form-group [class*=" bmd-label"],
.bmd-form-group [class^=bmd-label] {
    position: absolute;
    pointer-events: none;
    transition: all .3s ease
}

.bmd-form-group [class*=" bmd-label"].bmd-label-floating,
.bmd-form-group [class^=bmd-label].bmd-label-floating {
    will-change: left, top, contents
}

.bmd-form-group.is-filled .bmd-label-placeholder {
    display: none
}

.bmd-form-group.bmd-collapse-inline {
    display: flex;
    align-items: center;
    padding: 0;
    min-height: 2.1em
}

.bmd-form-group.bmd-collapse-inline .collapse {
    flex: 1;
    display: none
}

.bmd-form-group.bmd-collapse-inline .collapse.show {
    max-width: 1200px
}

.bmd-form-group.bmd-collapse-inline .collapse.show,
.bmd-form-group.bmd-collapse-inline .collapsing,
.bmd-form-group.bmd-collapse-inline .width:not(.collapse) {
    display: block
}

.bmd-form-group.bmd-collapse-inline .collapsing {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.bmd-form-group .custom-file-control,
.bmd-form-group .form-control,
.bmd-form-group input::placeholder,
.bmd-form-group label {
    line-height: 1
}

.bmd-form-group .checkbox label,
.bmd-form-group .radio label,
.bmd-form-group .switch label,
.bmd-form-group label.checkbox-inline,
.bmd-form-group label.radio-inline {
    line-height: 1.5
}

.bmd-form-group input::placeholder {
    font-size: 1rem
}

.bmd-form-group .checkbox label,
.bmd-form-group .radio label,
.bmd-form-group label {
    font-size: 1rem
}

.bmd-form-group .bmd-label-floating,
.bmd-form-group .bmd-label-placeholder {
    top: 2.1875rem
}

.bmd-form-group .bmd-label-static,
.bmd-form-group.is-filled .bmd-label-floating,
.bmd-form-group .is-filled .bmd-label-floating,
.bmd-form-group.is-focused .bmd-label-floating,
.bmd-form-group .is-focused .bmd-label-floating {
    top: 1rem;
    left: 0;
    font-size: .75rem
}

.bmd-form-group .bmd-help {
    margin-top: 0;
    font-size: .75rem
}

.bmd-form-group .form-control-danger.custom-file-control,
.bmd-form-group .form-control-success.custom-file-control,
.bmd-form-group .form-control-warning.custom-file-control,
.bmd-form-group .form-control.form-control-danger,
.bmd-form-group .form-control.form-control-success,
.bmd-form-group .form-control.form-control-warning {
    background-size: 0 100%, 100% 100%, .9375rem .9375rem
}

.bmd-form-group .form-control-danger.custom-file-control,
.bmd-form-group .form-control-danger.custom-file-control:focus,
.bmd-form-group .form-control-success.custom-file-control,
.bmd-form-group .form-control-success.custom-file-control:focus,
.bmd-form-group .form-control-warning.custom-file-control,
.bmd-form-group .form-control-warning.custom-file-control:focus,
.bmd-form-group .form-control.form-control-danger,
.bmd-form-group .form-control.form-control-danger:focus,
.bmd-form-group .form-control.form-control-success,
.bmd-form-group .form-control.form-control-success:focus,
.bmd-form-group .form-control.form-control-warning,
.bmd-form-group .form-control.form-control-warning:focus,
.bmd-form-group.is-focused .bmd-form-group .form-control-danger.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group .form-control-success.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group .form-control-warning.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning {
    padding-right: 0;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom, 50% calc(100% - 1px), center right .46875rem
}

.bmd-form-group .form-control-danger.custom-file-control:focus,
.bmd-form-group .form-control-success.custom-file-control:focus,
.bmd-form-group .form-control-warning.custom-file-control:focus,
.bmd-form-group .form-control.form-control-danger:focus,
.bmd-form-group .form-control.form-control-success:focus,
.bmd-form-group .form-control.form-control-warning:focus,
.bmd-form-group.is-focused .bmd-form-group .form-control-danger.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group .form-control-success.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group .form-control-warning.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning {
    background-size: 100% 100%, 100% 100%, .9375rem .9375rem
}

.bmd-form-group.bmd-form-group-sm {
    padding-top: 1.40625rem
}

.bmd-form-group.bmd-form-group-sm .custom-file-control,
.bmd-form-group.bmd-form-group-sm .form-control,
.bmd-form-group.bmd-form-group-sm input::placeholder,
.bmd-form-group.bmd-form-group-sm label {
    line-height: 1
}

.bmd-form-group.bmd-form-group-sm .checkbox label,
.bmd-form-group.bmd-form-group-sm .radio label,
.bmd-form-group.bmd-form-group-sm .switch label,
.bmd-form-group.bmd-form-group-sm label.checkbox-inline,
.bmd-form-group.bmd-form-group-sm label.radio-inline {
    line-height: 1.5
}

.bmd-form-group.bmd-form-group-sm input::placeholder {
    font-size: .875rem
}

.bmd-form-group.bmd-form-group-sm .checkbox label,
.bmd-form-group.bmd-form-group-sm .radio label,
.bmd-form-group.bmd-form-group-sm label {
    font-size: .875rem
}

.bmd-form-group.bmd-form-group-sm .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm .bmd-label-placeholder {
    top: 1.65625rem
}

.bmd-form-group.bmd-form-group-sm .bmd-label-static,
.bmd-form-group.bmd-form-group-sm.is-filled .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm .is-filled .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm.is-focused .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm .is-focused .bmd-label-floating {
    top: .75rem;
    left: 0;
    font-size: .65625rem
}

.bmd-form-group.bmd-form-group-sm .bmd-help {
    margin-top: 0;
    font-size: .65625rem
}

.bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control,
.bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control,
.bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-danger,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-success,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-warning {
    background-size: 0 100%, 100% 100%, .6875rem .6875rem
}

.bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control,
.bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control:focus,
.bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control,
.bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control:focus,
.bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control,
.bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control:focus,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-danger,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-danger:focus,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-success,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-success:focus,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-warning,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-warning:focus,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning {
    padding-right: 0;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom, 50% calc(100% - 1px), center right .34375rem
}

.bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control:focus,
.bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control:focus,
.bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control:focus,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-danger:focus,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-success:focus,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-warning:focus,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning {
    background-size: 100% 100%, 100% 100%, .6875rem .6875rem
}

.bmd-form-group.bmd-form-group-lg {
    padding-top: 1.9375rem
}

.bmd-form-group.bmd-form-group-lg .custom-file-control,
.bmd-form-group.bmd-form-group-lg .form-control,
.bmd-form-group.bmd-form-group-lg input::placeholder,
.bmd-form-group.bmd-form-group-lg label {
    line-height: 1
}

.bmd-form-group.bmd-form-group-lg .checkbox label,
.bmd-form-group.bmd-form-group-lg .radio label,
.bmd-form-group.bmd-form-group-lg .switch label,
.bmd-form-group.bmd-form-group-lg label.checkbox-inline,
.bmd-form-group.bmd-form-group-lg label.radio-inline {
    line-height: 1.5
}

.bmd-form-group.bmd-form-group-lg input::placeholder {
    font-size: 1.25rem
}

.bmd-form-group.bmd-form-group-lg .checkbox label,
.bmd-form-group.bmd-form-group-lg .radio label,
.bmd-form-group.bmd-form-group-lg label {
    font-size: 1.25rem
}

.bmd-form-group.bmd-form-group-lg .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg .bmd-label-placeholder {
    top: 2.5rem
}

.bmd-form-group.bmd-form-group-lg .bmd-label-static,
.bmd-form-group.bmd-form-group-lg.is-filled .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg .is-filled .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg.is-focused .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg .is-focused .bmd-label-floating {
    top: 1rem;
    left: 0;
    font-size: .9375rem
}

.bmd-form-group.bmd-form-group-lg .bmd-help {
    margin-top: 0;
    font-size: .9375rem
}

.bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control,
.bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control,
.bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-danger,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-success,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-warning {
    background-size: 0 100%, 100% 100%, 1.1875rem 1.1875rem
}

.bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control,
.bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control:focus,
.bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control,
.bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control:focus,
.bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control,
.bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control:focus,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-danger,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-danger:focus,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-success,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-success:focus,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-warning,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-warning:focus,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning {
    padding-right: 0;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom, 50% calc(100% - 1px), center right .59375rem
}

.bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control:focus,
.bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control:focus,
.bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control:focus,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-danger:focus,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-success:focus,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-warning:focus,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning {
    background-size: 100% 100%, 100% 100%, 1.1875rem 1.1875rem
}

.custom-file-control,
.form-control,
input::placeholder,
label {
    line-height: 1
}

.checkbox label,
.radio label,
.switch label,
label.checkbox-inline,
label.radio-inline {
    line-height: 1.5
}

input::placeholder {
    font-size: 1rem
}

.checkbox label,
.radio label,
label {
    font-size: 1rem
}

.bmd-label-floating,
.bmd-label-placeholder {
    top: 2.1875rem
}

.bmd-label-static,
.is-filled .bmd-label-floating,
.is-focused .bmd-label-floating {
    top: 1rem;
    left: 0;
    font-size: .75rem
}

.bmd-help {
    margin-top: 0;
    font-size: .75rem
}

.form-control-danger.custom-file-control,
.form-control-success.custom-file-control,
.form-control-warning.custom-file-control,
.form-control.form-control-danger,
.form-control.form-control-success,
.form-control.form-control-warning {
    background-size: 0 100%, 100% 100%, .9375rem .9375rem
}

.bmd-form-group.is-focused .form-control-danger.custom-file-control,
.bmd-form-group.is-focused .form-control-success.custom-file-control,
.bmd-form-group.is-focused .form-control-warning.custom-file-control,
.bmd-form-group.is-focused .form-control.form-control-danger,
.bmd-form-group.is-focused .form-control.form-control-success,
.bmd-form-group.is-focused .form-control.form-control-warning,
.form-control-danger.custom-file-control,
.form-control-danger.custom-file-control:focus,
.form-control-success.custom-file-control,
.form-control-success.custom-file-control:focus,
.form-control-warning.custom-file-control,
.form-control-warning.custom-file-control:focus,
.form-control.form-control-danger,
.form-control.form-control-danger:focus,
.form-control.form-control-success,
.form-control.form-control-success:focus,
.form-control.form-control-warning,
.form-control.form-control-warning:focus {
    padding-right: 0;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom, 50% calc(100% - 1px), center right .46875rem
}

.bmd-form-group.is-focused .form-control-danger.custom-file-control,
.bmd-form-group.is-focused .form-control-success.custom-file-control,
.bmd-form-group.is-focused .form-control-warning.custom-file-control,
.bmd-form-group.is-focused .form-control.form-control-danger,
.bmd-form-group.is-focused .form-control.form-control-success,
.bmd-form-group.is-focused .form-control.form-control-warning,
.form-control-danger.custom-file-control:focus,
.form-control-success.custom-file-control:focus,
.form-control-warning.custom-file-control:focus,
.form-control.form-control-danger:focus,
.form-control.form-control-success:focus,
.form-control.form-control-warning:focus {
    background-size: 100% 100%, 100% 100%, .9375rem .9375rem
}

select,
select.custom-file-control,
select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none
}

@media (min-width:576px) {
    .form-inline .input-group {
        display: inline-flex;
        align-items: center
    }
}

.input-group .input-group-addon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-color: transparent
}

.input-group .input-group-addon+input,
.input-group input+.input-group-addon {
    margin-left: .75rem
}

.list-group {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: .5rem 0
}

.list-group.bmd-list-group-sm {
    padding: .25rem 0
}

.list-group.bmd-list-group-sm .list-group-item {
    padding: .5rem 1rem
}

.bmd-list-group-col {
    display: flex;
    flex-direction: column;
    min-width: 0
}

.list-group-item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 1rem;
    line-height: 1
}

.list-group-item .list-group-item-text {
    min-width: 0;
    max-height: 2.188rem;
    overflow: hidden;
    text-overflow: ellipsis
}

.list-group-item:first-child {
    margin-right: 2rem
}

.list-group-item>*~.label:last-child,
.list-group-item>*~.material-icons:last-child,
.list-group-item>.pull-lg-right,
.list-group-item>.pull-md-right,
.list-group-item>.pull-sm-right,
.list-group-item>.pull-xl-right,
.list-group-item>.pull-xs-right {
    margin-right: 0;
    margin-left: auto
}

.list-group-item .material-icons.pull-lg-right,
.list-group-item .material-icons.pull-md-right,
.list-group-item .material-icons.pull-sm-right,
.list-group-item .material-icons.pull-xl-right,
.list-group-item .material-icons.pull-xs-right,
.list-group-item .material-icons~.material-icons:last-child {
    padding-left: 1rem
}

.list-group-item .list-group-item-text {
    font-size: .875rem;
    color: rgba(0, 0, 0, .54)
}

.table-inverse {
    color: hsla(0, 0%, 100%, .84)
}

.table thead th {
    font-size: .95rem;
    font-weight: 500;
    color: rgba(0, 0, 0, .54);
    border-top-width: 0;
    border-bottom-width: 1px
}

.table-inverse thead th,
thead.thead-inverse th {
    color: hsla(0, 0%, 100%, .54)
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
    border-color: hsla(0, 0%, 100%, .06)
}

.nav-link {
    text-transform: uppercase
}

.navbar-nav .nav-link {
    padding: .5321rem;
    font-size: .875rem;
    font-weight: 400
}

.nav-pills,
.nav-tabs {
    border: 0
}

.nav-pills .nav-link,
.nav-tabs .nav-link {
    padding: 1.4286em .8575em;
    font-size: .875rem;
    font-weight: 500;
    border: 0
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
    color: inherit
}

.nav-tabs .nav-link {
    border-bottom: .214rem solid transparent;
    color: rgba(0, 0, 0, .54)
}

.nav-tabs .nav-link.active {
    color: rgba(0, 0, 0, .87)
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
    border-color: theme-color(primary)
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
    color: rgba(0, 0, 0, .26)
}

.nav-tabs.bg-primary .nav-link {
    color: #fff
}

.nav-tabs.bg-primary .nav-link.active {
    color: #fff;
    border-color: #fff
}

.nav-tabs.bg-primary .nav-link.active:focus,
.nav-tabs.bg-primary .nav-link.active:hover {
    border-color: #fff
}

.nav-tabs.bg-primary .nav-link.disabled,
.nav-tabs.bg-primary .nav-link.disabled:focus,
.nav-tabs.bg-primary .nav-link.disabled:hover {
    color: hsla(0, 0%, 100%, .84)
}

.nav-tabs.bg-dark .nav-link {
    color: #fff
}

.nav-tabs.bg-dark .nav-link.active {
    color: #fff;
    border-color: #fff
}

.nav-tabs.bg-dark .nav-link.active:focus,
.nav-tabs.bg-dark .nav-link.active:hover {
    border-color: #fff
}

.nav-tabs.bg-dark .nav-link.disabled,
.nav-tabs.bg-dark .nav-link.disabled:focus,
.nav-tabs.bg-dark .nav-link.disabled:hover {
    color: hsla(0, 0%, 100%, .84)
}

.nav .nav-item {
    position: relative
}

.navbar {
    z-index: 1;
    border: 0;
    border-radius: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.navbar .navbar-brand {
    position: relative
}

.navbar>.container {
    flex: 1
}

.navbar-dark .custom-file-control,
.navbar-dark .form-control {
    color: #fff
}

.navbar-dark .custom-file-control::placeholder,
.navbar-dark .form-control::placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.alert {
    border: 0;
    border-radius: 0
}

.progress {
    height: 4px;
    background: #c8c8c8;
    border-radius: 0
}

.progress,
.progress .progress-bar {
    box-shadow: none
}

.page-item:first-child .page-link {
    border-top-left-radius: 4em;
    border-bottom-left-radius: 4em
}

.page-item:last-child .page-link {
    border-top-right-radius: 4em;
    border-bottom-right-radius: 4em;
    margin-right: 0
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    display: flex;
    justify-content: center;
    padding-right: 0;
    padding-left: 0
}

.page-item:first-child .page-link>.material-icons,
.page-item:last-child .page-link>.material-icons {
    font-size: 1.5em
}

.page-link {
    min-width: 2.6em;
    margin-right: .5em;
    text-align: center;
    border-radius: 4em
}

.page-link:focus,
.page-link:hover {
    text-decoration: none
}

.pagination-lg .page-link {
    min-width: 2.8em;
    padding: .75rem 0;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 4em;
    border-bottom-left-radius: 4em
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 4em;
    border-bottom-right-radius: 4em
}

.pagination-sm .page-link {
    min-width: 2.2em;
    padding: .25rem 0;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 4em;
    border-bottom-left-radius: 4em
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 4em;
    border-bottom-right-radius: 4em
}

h6 {
    font-weight: 500
}

.tooltip-arrow {
    display: none
}

.card {
    border: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.card .card-header {
    padding: 1rem;
    background-color: transparent
}

.card .card-block {
    padding: 1.5rem 1rem 1rem
}

.card h1.card-title,
.card h2.card-title,
.card h3.card-title,
.card h4.card-title,
.card h5.card-title,
.card h6.card-title {
    font-size: 1.5rem;
    font-weight: 300
}

.card .bmd-card-actions,
.card it may be necessary .card-footer {
    padding: .5rem
}

.card.bmd-card-raised {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}

@media (min-width:992px) {
    .card.bmd-card-flat {
        box-shadow: none
    }
}

.modal-content {
    border: 0;
    border-radius: .125rem
}

.modal-content .modal-header {
    padding: 24px 24px 0;
    border-bottom: 0
}

.modal-content .modal-body {
    padding: 20px 24px 24px
}

.modal-content .modal-footer {
    padding: 8px 8px 8px 24px;
    border-top: 0
}

.modal-content .modal-footer .btn,
.modal-content .modal-footer .custom-file-control:before {
    margin: 0
}

.modal-content .modal-footer .btn+.btn,
.modal-content .modal-footer .btn+.custom-file-control:before,
.modal-content .modal-footer .custom-file-control:before+.btn,
.modal-content .modal-footer .custom-file-control:before+.custom-file-control:before {
    margin-left: 8px
}

.dropdown-menu {
    display: none;
    padding: .25rem 0;
    border: 0;
    opacity: 0;
    transform: scale(0);
    transform-origin: 0 0;
    will-change: transform, opacity;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1)
}

@media (min-width:768px) {
    .dropdown-menu {
        padding: .5rem 0
    }
}

.dropdown-menu.showing {
    animation-name: d;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.dropdown-menu.show,
.open>.dropdown-menu {
    display: block;
    opacity: 1;
    transform: scale(1)
}

.dropdown-menu.hiding {
    display: block;
    opacity: 0;
    transform: scale(0)
}

.dropdown-menu.dropdown-menu-left,
.dropdown-menu[x-placement=bottom-start] {
    transform-origin: 0 0
}

.dropdown-menu.dropdown-menu-right,
.dropdown-menu[x-placement=bottom-end] {
    transform-origin: 100% 0
}

.dropdown-menu[x-placement=top-start] {
    transform-origin: 0 100%
}

.dropdown-menu[x-placement=top-end] {
    transform-origin: 100% 100%
}

.dropdown-menu .dropdown-item {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    min-width: 7rem;
    max-width: 17.5rem;
    min-height: 3rem;
    padding: .8rem 1rem;
    overflow: hidden;
    line-height: 1;
    text-overflow: ellipsis;
    word-wrap: break-word
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background-color: inherit;
    color: inherit
}

@media (min-width:768px) {
    .dropdown-menu .dropdown-item {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

.dropdown-toggle.bmd-btn-fab:after,
.dropdown-toggle.bmd-btn-icon:after {
    display: none
}

.dropdown-toggle.bmd-btn-fab~.dropdown-menu.dropdown-menu-top-left,
.dropdown-toggle.bmd-btn-fab~.dropdown-menu.dropdown-menu-top-right,
.dropdown-toggle.bmd-btn-icon~.dropdown-menu.dropdown-menu-top-left,
.dropdown-toggle.bmd-btn-icon~.dropdown-menu.dropdown-menu-top-right {
    bottom: 2rem
}

.dropdown-toggle.bmd-btn-fab-sm~.dropdown-menu.dropdown-menu-top-left,
.dropdown-toggle.bmd-btn-fab-sm~.dropdown-menu.dropdown-menu-top-right {
    bottom: 2.5rem
}

.dropdown-toggle.bmd-btn-icon~.dropdown-menu {
    margin: 0
}

.show .dropdown-toggle.btn,
.show .dropdown-toggle.btn-danger,
.show .dropdown-toggle.btn-info,
.show .dropdown-toggle.btn-secondary,
.show .dropdown-toggle.btn-success,
.show .dropdown-toggle.btn-warning,
.show .dropdown-toggle.custom-file-control:before {
    background-color: transparent
}

@keyframes d {
    0% {
        opacity: 0;
        transform: scale(0)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.bmd-layout-drawer {
    position: absolute;
    z-index: 5;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-height: 100%;
    overflow: visible;
    overflow-y: auto;
    font-size: .875rem;
    background: #fff;
    transition: transform;
    will-change: transform;
    transform-style: preserve-3d;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.bmd-layout-drawer>* {
    flex-shrink: 0
}

.bmd-layout-drawer>header {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem
}

.bmd-layout-drawer>header .navbar-brand {
    padding-left: 1.5rem;
    font-size: 1.25rem
}

.bmd-layout-drawer>.list-group {
    padding-top: 1rem
}

.bmd-layout-drawer>.list-group .list-group-item {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    font-size: .8125rem;
    font-weight: 500
}

.bmd-drawer-f-l>.bmd-layout-drawer {
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    transform: translateX(-250px)
}

.bmd-drawer-f-l>.bmd-layout-content,
.bmd-drawer-f-l>.bmd-layout-header {
    margin-left: 0
}

.bmd-drawer-f-r>.bmd-layout-drawer {
    top: 0;
    right: 0;
    width: 240px;
    height: 100%;
    transform: translateX(250px)
}

.bmd-drawer-f-r>.bmd-layout-content,
.bmd-drawer-f-r>.bmd-layout-header {
    margin-right: 0
}

.bmd-drawer-f-t>.bmd-layout-drawer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transform: translateY(-110px)
}

.bmd-drawer-f-t>.bmd-layout-content {
    margin-top: 0
}

.bmd-drawer-f-b>.bmd-layout-drawer {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transform: translateY(110px)
}

.bmd-drawer-f-b>.bmd-layout-content {
    margin-bottom: 0
}

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l>.bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px
}

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l>.bmd-layout-drawer {
    transform: translateX(0)
}

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l>.bmd-layout-content {
    margin-left: 240px
}

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r>.bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px
}

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r>.bmd-layout-drawer {
    transform: translateX(0)
}

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r>.bmd-layout-content {
    margin-right: 240px
}

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-t>.bmd-layout-header {
    margin-top: 100px
}

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-b>.bmd-layout-drawer,
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-t>.bmd-layout-drawer {
    transform: translateY(0)
}

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-b>.bmd-layout-content {
    margin-bottom: 100px
}

:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-l>.bmd-layout-content,
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-l>.bmd-layout-header {
    width: 100%;
    margin-left: 0
}

:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-r>.bmd-layout-content,
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-r>.bmd-layout-header {
    width: 100%;
    margin-right: 0
}

:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay>.bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, .5)
}

@supports (pointer-events:auto) {
    :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay>.bmd-layout-backdrop.in {
        pointer-events: auto;
        opacity: 1
    }
}

:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-t>.bmd-layout-header {
    margin-top: 0
}

:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-b>.bmd-layout-content {
    margin-bottom: 0
}

@media (min-width:576px) {
    :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l>.bmd-layout-header {
        width: calc(100% - 240px);
        margin-left: 240px
    }
    :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l>.bmd-layout-drawer {
        transform: translateX(0)
    }
    :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l>.bmd-layout-content {
        margin-left: 240px
    }
    :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r>.bmd-layout-header {
        width: calc(100% - 240px);
        margin-right: 240px
    }
    :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r>.bmd-layout-drawer {
        transform: translateX(0)
    }
    :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r>.bmd-layout-content {
        margin-right: 240px
    }
}

@media (min-width:576px) {
    :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-t>.bmd-layout-header {
        margin-top: 100px
    }
    :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-b>.bmd-layout-drawer,
    :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-t>.bmd-layout-drawer {
        transform: translateY(0)
    }
    :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-b>.bmd-layout-content {
        margin-bottom: 100px
    }
}

@media (max-width:767.98px) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down>.bmd-layout-backdrop .in {
        visibility: visible;
        background-color: rgba(0, 0, 0, .5)
    }
    @supports (pointer-events:auto) {
        :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down>.bmd-layout-backdrop.in {
            pointer-events: auto;
            opacity: 1
        }
    }
    :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-l>.bmd-layout-content,
    :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-l>.bmd-layout-header {
        width: 100%;
        margin-left: 0
    }
    :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-r>.bmd-layout-content,
    :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-r>.bmd-layout-header {
        width: 100%;
        margin-right: 0
    }
}

@media (max-width:767.98px) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down>.bmd-layout-backdrop .in {
        visibility: visible;
        background-color: rgba(0, 0, 0, .5)
    }
    @supports (pointer-events:auto) {
        :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down>.bmd-layout-backdrop.in {
            pointer-events: auto;
            opacity: 1
        }
    }
    :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-t>.bmd-layout-header {
        margin-top: 0
    }
    :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-b>.bmd-layout-content {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l>.bmd-layout-header {
        width: calc(100% - 240px);
        margin-left: 240px
    }
    :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l>.bmd-layout-drawer {
        transform: translateX(0)
    }
    :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l>.bmd-layout-content {
        margin-left: 240px
    }
    :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r>.bmd-layout-header {
        width: calc(100% - 240px);
        margin-right: 240px
    }
    :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r>.bmd-layout-drawer {
        transform: translateX(0)
    }
    :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r>.bmd-layout-content {
        margin-right: 240px
    }
}

@media (min-width:768px) {
    :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-t>.bmd-layout-header {
        margin-top: 100px
    }
    :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-b>.bmd-layout-drawer,
    :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-t>.bmd-layout-drawer {
        transform: translateY(0)
    }
    :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-b>.bmd-layout-content {
        margin-bottom: 100px
    }
}

@media (max-width:991.98px) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-md-down>.bmd-layout-backdrop .in {
        visibility: visible;
        background-color: rgba(0, 0, 0, .5)
    }
    @supports (pointer-events:auto) {
        :not(.bmd-drawer-out).bmd-drawer-overlay-md-down>.bmd-layout-backdrop.in {
            pointer-events: auto;
            opacity: 1
        }
    }
    :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-l>.bmd-layout-content,
    :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-l>.bmd-layout-header {
        width: 100%;
        margin-left: 0
    }
    :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-r>.bmd-layout-content,
    :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-r>.bmd-layout-header {
        width: 100%;
        margin-right: 0
    }
}

@media (max-width:991.98px) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-md-down>.bmd-layout-backdrop .in {
        visibility: visible;
        background-color: rgba(0, 0, 0, .5)
    }
    @supports (pointer-events:auto) {
        :not(.bmd-drawer-out).bmd-drawer-overlay-md-down>.bmd-layout-backdrop.in {
            pointer-events: auto;
            opacity: 1
        }
    }
    :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-t>.bmd-layout-header {
        margin-top: 0
    }
    :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-b>.bmd-layout-content {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l>.bmd-layout-header {
        width: calc(100% - 240px);
        margin-left: 240px
    }
    :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l>.bmd-layout-drawer {
        transform: translateX(0)
    }
    :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l>.bmd-layout-content {
        margin-left: 240px
    }
    :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r>.bmd-layout-header {
        width: calc(100% - 240px);
        margin-right: 240px
    }
    :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r>.bmd-layout-drawer {
        transform: translateX(0)
    }
    :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r>.bmd-layout-content {
        margin-right: 240px
    }
}

@media (min-width:992px) {
    :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-t>.bmd-layout-header {
        margin-top: 100px
    }
    :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-b>.bmd-layout-drawer,
    :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-t>.bmd-layout-drawer {
        transform: translateY(0)
    }
    :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-b>.bmd-layout-content {
        margin-bottom: 100px
    }
}

@media (max-width:1199.98px) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down>.bmd-layout-backdrop .in {
        visibility: visible;
        background-color: rgba(0, 0, 0, .5)
    }
    @supports (pointer-events:auto) {
        :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down>.bmd-layout-backdrop.in {
            pointer-events: auto;
            opacity: 1
        }
    }
    :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-l>.bmd-layout-content,
    :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-l>.bmd-layout-header {
        width: 100%;
        margin-left: 0
    }
    :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-r>.bmd-layout-content,
    :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-r>.bmd-layout-header {
        width: 100%;
        margin-right: 0
    }
}

@media (max-width:1199.98px) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down>.bmd-layout-backdrop .in {
        visibility: visible;
        background-color: rgba(0, 0, 0, .5)
    }
    @supports (pointer-events:auto) {
        :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down>.bmd-layout-backdrop.in {
            pointer-events: auto;
            opacity: 1
        }
    }
    :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-t>.bmd-layout-header {
        margin-top: 0
    }
    :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-b>.bmd-layout-content {
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l>.bmd-layout-header {
        width: calc(100% - 240px);
        margin-left: 240px
    }
    :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l>.bmd-layout-drawer {
        transform: translateX(0)
    }
    :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l>.bmd-layout-content {
        margin-left: 240px
    }
    :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r>.bmd-layout-header {
        width: calc(100% - 240px);
        margin-right: 240px
    }
    :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r>.bmd-layout-drawer {
        transform: translateX(0)
    }
    :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r>.bmd-layout-content {
        margin-right: 240px
    }
}

@media (min-width:1200px) {
    :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-t>.bmd-layout-header {
        margin-top: 100px
    }
    :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-b>.bmd-layout-drawer,
    :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-t>.bmd-layout-drawer {
        transform: translateY(0)
    }
    :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-b>.bmd-layout-content {
        margin-bottom: 100px
    }
}

:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-l>.bmd-layout-content,
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-l>.bmd-layout-header {
    width: 100%;
    margin-left: 0
}

:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-r>.bmd-layout-content,
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-r>.bmd-layout-header {
    width: 100%;
    margin-right: 0
}

:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down>.bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, .5)
}

@supports (pointer-events:auto) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down>.bmd-layout-backdrop.in {
        pointer-events: auto;
        opacity: 1
    }
}

:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-t>.bmd-layout-header {
    margin-top: 0
}

:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-b>.bmd-layout-content {
    margin-bottom: 0
}

.ripple {
    position: relative
}

.ripple-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    border-radius: inherit
}

.ripple-container .ripple-decorator {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 100%;
    opacity: 0;
    transform: scale(1);
    transform-origin: 50%
}

.ripple-container .ripple-decorator.ripple-on {
    opacity: .1;
    transition: opacity .15s ease-in 0s, transform .5s cubic-bezier(.4, 0, .2, 1) .1s
}

.ripple-container .ripple-decorator.ripple-out {
    opacity: 0;
    transition: opacity .1s linear 0s!important
}

#snackbar-container {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.snackbar {
    display: inline-block;
    min-width: 100%;
    max-height: 0;
    opacity: 0;
    transition: transform .25s cubic-bezier(0, 0, .2, 1), opacity 0s .25s, max-height .25s;
    transform: translateY(100%)
}

.snackbar.toast .snackbar-content {
    border-radius: 10rem
}

.snackbar-content {
    display: block;
    padding: .8rem 1.5rem;
    margin-top: 3px;
    font-size: .9rem;
    color: #fff;
    background-color: #323232;
    border-radius: 2px
}

.snackbar-content .btn,
.snackbar-content .custom-file-control:before {
    margin-bottom: 0
}

.snackbar.snackbar-opened {
    max-height: 100px;
    opacity: 1;
    transition: transform .25s cubic-bezier(0, 0, .2, 1), opacity 0s 0s, max-height .25s;
    transform: translateY(0)
}

@media (min-width:576px) {
    #snackbar-container {
        right: 1rem;
        left: 1rem;
        width: 100%
    }
    .snackbar {
        min-width: 280px
    }
}