body {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    height: 100%;
}

.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main {
    flex: 1;
    /* Pushes the footer to the bottom */
}

.bg-blue {
    background-color: #002c49;
}

.btn {
    font-size: 14px;
}

.btn.btn-light-danger {
    color: #F64E60;
    background-color: #FFE2E5;
    border-color: transparent;
}

.btn.btn-light-danger i {
    color: #F64E60;
}

.btn.btn-light-danger .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #F64E60;
}

.btn.btn-light-danger .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-danger.dropdown-toggle:after {
    color: #F64E60;
}

.btn.btn-light-danger:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-light-danger:focus:not(.btn-text),
.btn.btn-light-danger.focus:not(.btn-text) {
    color: #ffffff;
    background-color: #F64E60;
    border-color: transparent;
}

.btn.btn-light-danger:hover:not(.btn-text):not(:disabled):not(.disabled) i,
.btn.btn-light-danger:focus:not(.btn-text) i,
.btn.btn-light-danger.focus:not(.btn-text) i {
    color: #ffffff;
}

.btn.btn-light-danger:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill],
.btn.btn-light-danger:focus:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-danger.focus:not(.btn-text) .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.btn.btn-light-danger:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill],
.btn.btn-light-danger:focus:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-danger.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-danger:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after,
.btn.btn-light-danger:focus:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-danger.focus:not(.btn-text).dropdown-toggle:after {
    color: #ffffff;
}

.btn.btn-light-danger.disabled,
.btn.btn-light-danger:disabled {
    color: #F64E60;
    background-color: #FFE2E5;
    border-color: transparent;
}

.btn.btn-light-danger.disabled i,
.btn.btn-light-danger:disabled i {
    color: #F64E60;
}

.btn.btn-light-danger.disabled .svg-icon svg g [fill],
.btn.btn-light-danger:disabled .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #F64E60;
}

.btn.btn-light-danger.disabled .svg-icon svg:hover g [fill],
.btn.btn-light-danger:disabled .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-danger.disabled.dropdown-toggle:after,
.btn.btn-light-danger:disabled.dropdown-toggle:after {
    color: #F64E60;
}

.btn.btn-light-danger:not(:disabled):not(.disabled):active:not(.btn-text),
.btn.btn-light-danger:not(:disabled):not(.disabled).active,
.show>.btn.btn-light-danger.dropdown-toggle,
.show .btn.btn-light-danger.btn-dropdown {
    color: #ffffff;
    background-color: #F64E60;
    border-color: transparent;
}

.btn.btn-light-danger:not(:disabled):not(.disabled):active:not(.btn-text) i,
.btn.btn-light-danger:not(:disabled):not(.disabled).active i,
.show>.btn.btn-light-danger.dropdown-toggle i,
.show .btn.btn-light-danger.btn-dropdown i {
    color: #ffffff;
}

.btn.btn-light-danger:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-danger:not(:disabled):not(.disabled).active .svg-icon svg g [fill],
.show>.btn.btn-light-danger.dropdown-toggle .svg-icon svg g [fill],
.show .btn.btn-light-danger.btn-dropdown .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.btn.btn-light-danger:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-danger:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill],
.show>.btn.btn-light-danger.dropdown-toggle .svg-icon svg:hover g [fill],
.show .btn.btn-light-danger.btn-dropdown .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-danger:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-danger:not(:disabled):not(.disabled).active.dropdown-toggle:after,
.show>.btn.btn-light-danger.dropdown-toggle.dropdown-toggle:after,
.show .btn.btn-light-danger.btn-dropdown.dropdown-toggle:after {
    color: #ffffff;
}

.btn.btn-light {
    color: #80808F;
    background-color: #F3F6F9;
    border-color: #F3F6F9;
}

.btn.btn-light i {
    color: #80808F;
}

.btn.btn-light .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #80808F;
}

.btn.btn-light .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light.dropdown-toggle:after {
    color: #80808F;
}

.btn.btn-light:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-light:focus:not(.btn-text),
.btn.btn-light.focus:not(.btn-text) {
    color: #80808F;
    background-color: #E5EAEE;
    border-color: #E5EAEE;
}

.btn.btn-light:hover:not(.btn-text):not(:disabled):not(.disabled) i,
.btn.btn-light:focus:not(.btn-text) i,
.btn.btn-light.focus:not(.btn-text) i {
    color: #80808F;
}

.btn.btn-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill],
.btn.btn-light:focus:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light.focus:not(.btn-text) .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #80808F;
}

.btn.btn-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill],
.btn.btn-light:focus:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after,
.btn.btn-light:focus:not(.btn-text).dropdown-toggle:after,
.btn.btn-light.focus:not(.btn-text).dropdown-toggle:after {
    color: #80808F;
}

.btn.btn-light.disabled,
.btn.btn-light:disabled {
    color: #80808F;
    background-color: #F3F6F9;
    border-color: #F3F6F9;
}

.btn.btn-light.disabled i,
.btn.btn-light:disabled i {
    color: #80808F;
}

.btn.btn-light.disabled .svg-icon svg g [fill],
.btn.btn-light:disabled .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #80808F;
}

.btn.btn-light.disabled .svg-icon svg:hover g [fill],
.btn.btn-light:disabled .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light.disabled.dropdown-toggle:after,
.btn.btn-light:disabled.dropdown-toggle:after {
    color: #80808F;
}

.btn.btn-light:not(:disabled):not(.disabled):active:not(.btn-text),
.btn.btn-light:not(:disabled):not(.disabled).active,
.show>.btn.btn-light.dropdown-toggle,
.show .btn.btn-light.btn-dropdown {
    color: #80808F;
    background-color: #E5EAEE;
    border-color: #E5EAEE;
}

.btn.btn-light:not(:disabled):not(.disabled):active:not(.btn-text) i,
.btn.btn-light:not(:disabled):not(.disabled).active i,
.show>.btn.btn-light.dropdown-toggle i,
.show .btn.btn-light.btn-dropdown i {
    color: #80808F;
}

.btn.btn-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light:not(:disabled):not(.disabled).active .svg-icon svg g [fill],
.show>.btn.btn-light.dropdown-toggle .svg-icon svg g [fill],
.show .btn.btn-light.btn-dropdown .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #80808F;
}

.btn.btn-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill],
.show>.btn.btn-light.dropdown-toggle .svg-icon svg:hover g [fill],
.show .btn.btn-light.btn-dropdown .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after,
.btn.btn-light:not(:disabled):not(.disabled).active.dropdown-toggle:after,
.show>.btn.btn-light.dropdown-toggle.dropdown-toggle:after,
.show .btn.btn-light.btn-dropdown.dropdown-toggle:after {
    color: #80808F;
}

.btn.btn-light-light {
    color: #F3F6F9;
    background-color: #F3F6F9;
    border-color: transparent;
}

.btn.btn-light-light i {
    color: #F3F6F9;
}

.btn.btn-light-light .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #F3F6F9;
}

.btn.btn-light-light .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-light.dropdown-toggle:after {
    color: #F3F6F9;
}

.btn.btn-light-light:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-light-light:focus:not(.btn-text),
.btn.btn-light-light.focus:not(.btn-text) {
    color: #80808F;
    background-color: #F3F6F9;
    border-color: transparent;
}

.btn.btn-light-light:hover:not(.btn-text):not(:disabled):not(.disabled) i,
.btn.btn-light-light:focus:not(.btn-text) i,
.btn.btn-light-light.focus:not(.btn-text) i {
    color: #80808F;
}

.btn.btn-light-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill],
.btn.btn-light-light:focus:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-light.focus:not(.btn-text) .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #80808F;
}

.btn.btn-light-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill],
.btn.btn-light-light:focus:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-light.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-light:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after,
.btn.btn-light-light:focus:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-light.focus:not(.btn-text).dropdown-toggle:after {
    color: #80808F;
}

.btn.btn-light-light.disabled,
.btn.btn-light-light:disabled {
    color: #F3F6F9;
    background-color: #F3F6F9;
    border-color: transparent;
}

.btn.btn-light-light.disabled i,
.btn.btn-light-light:disabled i {
    color: #F3F6F9;
}

.btn.btn-light-light.disabled .svg-icon svg g [fill],
.btn.btn-light-light:disabled .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #F3F6F9;
}

.btn.btn-light-light.disabled .svg-icon svg:hover g [fill],
.btn.btn-light-light:disabled .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-light.disabled.dropdown-toggle:after,
.btn.btn-light-light:disabled.dropdown-toggle:after {
    color: #F3F6F9;
}

.btn.btn-light-light:not(:disabled):not(.disabled):active:not(.btn-text),
.btn.btn-light-light:not(:disabled):not(.disabled).active,
.show>.btn.btn-light-light.dropdown-toggle,
.show .btn.btn-light-light.btn-dropdown {
    color: #80808F;
    background-color: #F3F6F9;
    border-color: transparent;
}

.btn.btn-light-light:not(:disabled):not(.disabled):active:not(.btn-text) i,
.btn.btn-light-light:not(:disabled):not(.disabled).active i,
.show>.btn.btn-light-light.dropdown-toggle i,
.show .btn.btn-light-light.btn-dropdown i {
    color: #80808F;
}

.btn.btn-light-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-light:not(:disabled):not(.disabled).active .svg-icon svg g [fill],
.show>.btn.btn-light-light.dropdown-toggle .svg-icon svg g [fill],
.show .btn.btn-light-light.btn-dropdown .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #80808F;
}

.btn.btn-light-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-light:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill],
.show>.btn.btn-light-light.dropdown-toggle .svg-icon svg:hover g [fill],
.show .btn.btn-light-light.btn-dropdown .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-light:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-light:not(:disabled):not(.disabled).active.dropdown-toggle:after,
.show>.btn.btn-light-light.dropdown-toggle.dropdown-toggle:after,
.show .btn.btn-light-light.btn-dropdown.dropdown-toggle:after {
    color: #80808F;
}

.btn.btn-light-dark {
    color: #212121;
    background-color: #D6D6E0;
    border-color: transparent;
}

.btn.btn-light-dark i {
    color: #212121;
}

.btn.btn-light-dark .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #212121;
}

.btn.btn-light-dark .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-dark.dropdown-toggle:after {
    color: #212121;
}

.btn.btn-light-dark:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-light-dark:focus:not(.btn-text),
.btn.btn-light-dark.focus:not(.btn-text) {
    color: #ffffff;
    background-color: #212121;
    border-color: transparent;
}

.btn.btn-light-dark:hover:not(.btn-text):not(:disabled):not(.disabled) i,
.btn.btn-light-dark:focus:not(.btn-text) i,
.btn.btn-light-dark.focus:not(.btn-text) i {
    color: #ffffff;
}

.btn.btn-light-dark:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill],
.btn.btn-light-dark:focus:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-dark.focus:not(.btn-text) .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.btn.btn-light-dark:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill],
.btn.btn-light-dark:focus:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-dark.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-dark:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after,
.btn.btn-light-dark:focus:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-dark.focus:not(.btn-text).dropdown-toggle:after {
    color: #ffffff;
}

.btn.btn-light-dark.disabled,
.btn.btn-light-dark:disabled {
    color: #212121;
    background-color: #D6D6E0;
    border-color: transparent;
}

.btn.btn-light-dark.disabled i,
.btn.btn-light-dark:disabled i {
    color: #212121;
}

.btn.btn-light-dark.disabled .svg-icon svg g [fill],
.btn.btn-light-dark:disabled .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #212121;
}

.btn.btn-light-dark.disabled .svg-icon svg:hover g [fill],
.btn.btn-light-dark:disabled .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-dark.disabled.dropdown-toggle:after,
.btn.btn-light-dark:disabled.dropdown-toggle:after {
    color: #212121;
}

.btn.btn-light-dark:not(:disabled):not(.disabled):active:not(.btn-text),
.btn.btn-light-dark:not(:disabled):not(.disabled).active,
.show>.btn.btn-light-dark.dropdown-toggle,
.show .btn.btn-light-dark.btn-dropdown {
    color: #ffffff;
    background-color: #212121;
    border-color: transparent;
}

.btn.btn-light-dark:not(:disabled):not(.disabled):active:not(.btn-text) i,
.btn.btn-light-dark:not(:disabled):not(.disabled).active i,
.show>.btn.btn-light-dark.dropdown-toggle i,
.show .btn.btn-light-dark.btn-dropdown i {
    color: #ffffff;
}

.btn.btn-light-dark:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-dark:not(:disabled):not(.disabled).active .svg-icon svg g [fill],
.show>.btn.btn-light-dark.dropdown-toggle .svg-icon svg g [fill],
.show .btn.btn-light-dark.btn-dropdown .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.btn.btn-light-dark:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-dark:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill],
.show>.btn.btn-light-dark.dropdown-toggle .svg-icon svg:hover g [fill],
.show .btn.btn-light-dark.btn-dropdown .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-dark:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-dark:not(:disabled):not(.disabled).active.dropdown-toggle:after,
.show>.btn.btn-light-dark.dropdown-toggle.dropdown-toggle:after,
.show .btn.btn-light-dark.btn-dropdown.dropdown-toggle:after {
    color: #ffffff;
}

.btn.btn-light-white {
    color: #ffffff;
    background-color: #ffffff;
    border-color: transparent;
}

.btn.btn-light-white i {
    color: #ffffff;
}

.btn.btn-light-white .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.btn.btn-light-white .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-white.dropdown-toggle:after {
    color: #ffffff;
}

.btn.btn-light-white:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-light-white:focus:not(.btn-text),
.btn.btn-light-white.focus:not(.btn-text) {
    color: #464E5F;
    background-color: #ffffff;
    border-color: transparent;
}

.btn.btn-light-white:hover:not(.btn-text):not(:disabled):not(.disabled) i,
.btn.btn-light-white:focus:not(.btn-text) i,
.btn.btn-light-white.focus:not(.btn-text) i {
    color: #464E5F;
}

.btn.btn-light-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill],
.btn.btn-light-white:focus:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-white.focus:not(.btn-text) .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #464E5F;
}

.btn.btn-light-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill],
.btn.btn-light-white:focus:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-white.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-white:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after,
.btn.btn-light-white:focus:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-white.focus:not(.btn-text).dropdown-toggle:after {
    color: #464E5F;
}

.btn.btn-light-white.disabled,
.btn.btn-light-white:disabled {
    color: #ffffff;
    background-color: #ffffff;
    border-color: transparent;
}

.btn.btn-light-white.disabled i,
.btn.btn-light-white:disabled i {
    color: #ffffff;
}

.btn.btn-light-white.disabled .svg-icon svg g [fill],
.btn.btn-light-white:disabled .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.btn.btn-light-white.disabled .svg-icon svg:hover g [fill],
.btn.btn-light-white:disabled .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-white.disabled.dropdown-toggle:after,
.btn.btn-light-white:disabled.dropdown-toggle:after {
    color: #ffffff;
}

.btn.btn-light-white:not(:disabled):not(.disabled):active:not(.btn-text),
.btn.btn-light-white:not(:disabled):not(.disabled).active,
.show>.btn.btn-light-white.dropdown-toggle,
.show .btn.btn-light-white.btn-dropdown {
    color: #464E5F;
    background-color: #ffffff;
    border-color: transparent;
}

.btn.btn-light-white:not(:disabled):not(.disabled):active:not(.btn-text) i,
.btn.btn-light-white:not(:disabled):not(.disabled).active i,
.show>.btn.btn-light-white.dropdown-toggle i,
.show .btn.btn-light-white.btn-dropdown i {
    color: #464E5F;
}

.btn.btn-light-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-white:not(:disabled):not(.disabled).active .svg-icon svg g [fill],
.show>.btn.btn-light-white.dropdown-toggle .svg-icon svg g [fill],
.show .btn.btn-light-white.btn-dropdown .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #464E5F;
}

.btn.btn-light-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-white:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill],
.show>.btn.btn-light-white.dropdown-toggle .svg-icon svg:hover g [fill],
.show .btn.btn-light-white.btn-dropdown .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-white:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-white:not(:disabled):not(.disabled).active.dropdown-toggle:after,
.show>.btn.btn-light-white.dropdown-toggle.dropdown-toggle:after,
.show .btn.btn-light-white.btn-dropdown.dropdown-toggle:after {
    color: #464E5F;
}

.btn.btn-light-dark-75 {
    color: #464E5F;
    background-color: #E5EAEE;
    border-color: transparent;
}

.btn.btn-light-dark-75 i {
    color: #464E5F;
}

.btn.btn-light-dark-75 .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #464E5F;
}

.btn.btn-light-dark-75 .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-dark-75.dropdown-toggle:after {
    color: #464E5F;
}

.btn.btn-light-dark-75:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-light-dark-75:focus:not(.btn-text),
.btn.btn-light-dark-75.focus:not(.btn-text) {
    color: #ffffff;
    background-color: #464E5F;
    border-color: transparent;
}

.btn.btn-light-dark-75:hover:not(.btn-text):not(:disabled):not(.disabled) i,
.btn.btn-light-dark-75:focus:not(.btn-text) i,
.btn.btn-light-dark-75.focus:not(.btn-text) i {
    color: #ffffff;
}

.btn.btn-light-dark-75:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill],
.btn.btn-light-dark-75:focus:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-dark-75.focus:not(.btn-text) .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.btn.btn-light-dark-75:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill],
.btn.btn-light-dark-75:focus:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-dark-75.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-dark-75:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after,
.btn.btn-light-dark-75:focus:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-dark-75.focus:not(.btn-text).dropdown-toggle:after {
    color: #ffffff;
}

.btn.btn-light-dark-75.disabled,
.btn.btn-light-dark-75:disabled {
    color: #464E5F;
    background-color: #E5EAEE;
    border-color: transparent;
}

.btn.btn-light-dark-75.disabled i,
.btn.btn-light-dark-75:disabled i {
    color: #464E5F;
}

.btn.btn-light-dark-75.disabled .svg-icon svg g [fill],
.btn.btn-light-dark-75:disabled .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #464E5F;
}

.btn.btn-light-dark-75.disabled .svg-icon svg:hover g [fill],
.btn.btn-light-dark-75:disabled .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-dark-75.disabled.dropdown-toggle:after,
.btn.btn-light-dark-75:disabled.dropdown-toggle:after {
    color: #464E5F;
}

.btn.btn-light-dark-75:not(:disabled):not(.disabled):active:not(.btn-text),
.btn.btn-light-dark-75:not(:disabled):not(.disabled).active,
.show>.btn.btn-light-dark-75.dropdown-toggle,
.show .btn.btn-light-dark-75.btn-dropdown {
    color: #ffffff;
    background-color: #464E5F;
    border-color: transparent;
}

.btn.btn-light-dark-75:not(:disabled):not(.disabled):active:not(.btn-text) i,
.btn.btn-light-dark-75:not(:disabled):not(.disabled).active i,
.show>.btn.btn-light-dark-75.dropdown-toggle i,
.show .btn.btn-light-dark-75.btn-dropdown i {
    color: #ffffff;
}

.btn.btn-light-dark-75:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-dark-75:not(:disabled):not(.disabled).active .svg-icon svg g [fill],
.show>.btn.btn-light-dark-75.dropdown-toggle .svg-icon svg g [fill],
.show .btn.btn-light-dark-75.btn-dropdown .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.btn.btn-light-dark-75:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-dark-75:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill],
.show>.btn.btn-light-dark-75.dropdown-toggle .svg-icon svg:hover g [fill],
.show .btn.btn-light-dark-75.btn-dropdown .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-dark-75:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-dark-75:not(:disabled):not(.disabled).active.dropdown-toggle:after,
.show>.btn.btn-light-dark-75.dropdown-toggle.dropdown-toggle:after,
.show .btn.btn-light-dark-75.btn-dropdown.dropdown-toggle:after {
    color: #ffffff;
}

.btn.btn-light-success {
    color: #1BC5BD;
    background-color: #C9F7F5;
    border-color: transparent;
}

.btn.btn-light-success i {
    color: #1BC5BD;
}

.btn.btn-light-success .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #1BC5BD;
}

.btn.btn-light-success .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-success.dropdown-toggle:after {
    color: #1BC5BD;
}

.btn.btn-light-success:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-light-success:focus:not(.btn-text),
.btn.btn-light-success.focus:not(.btn-text) {
    color: #ffffff;
    background-color: #1BC5BD;
    border-color: transparent;
}

.btn.btn-light-success:hover:not(.btn-text):not(:disabled):not(.disabled) i,
.btn.btn-light-success:focus:not(.btn-text) i,
.btn.btn-light-success.focus:not(.btn-text) i {
    color: #ffffff;
}

.btn.btn-light-success:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill],
.btn.btn-light-success:focus:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-success.focus:not(.btn-text) .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.btn.btn-light-success:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill],
.btn.btn-light-success:focus:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-success.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-success:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after,
.btn.btn-light-success:focus:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-success.focus:not(.btn-text).dropdown-toggle:after {
    color: #ffffff;
}

.btn.btn-light-success.disabled,
.btn.btn-light-success:disabled {
    color: #1BC5BD;
    background-color: #C9F7F5;
    border-color: transparent;
}

.btn.btn-light-success.disabled i,
.btn.btn-light-success:disabled i {
    color: #1BC5BD;
}

.btn.btn-light-success.disabled .svg-icon svg g [fill],
.btn.btn-light-success:disabled .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #1BC5BD;
}

.btn.btn-light-success.disabled .svg-icon svg:hover g [fill],
.btn.btn-light-success:disabled .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-success.disabled.dropdown-toggle:after,
.btn.btn-light-success:disabled.dropdown-toggle:after {
    color: #1BC5BD;
}

.btn.btn-light-success:not(:disabled):not(.disabled):active:not(.btn-text),
.btn.btn-light-success:not(:disabled):not(.disabled).active,
.show>.btn.btn-light-success.dropdown-toggle,
.show .btn.btn-light-success.btn-dropdown {
    color: #ffffff;
    background-color: #1BC5BD;
    border-color: transparent;
}

.btn.btn-light-success:not(:disabled):not(.disabled):active:not(.btn-text) i,
.btn.btn-light-success:not(:disabled):not(.disabled).active i,
.show>.btn.btn-light-success.dropdown-toggle i,
.show .btn.btn-light-success.btn-dropdown i {
    color: #ffffff;
}

.btn.btn-light-success:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-success:not(:disabled):not(.disabled).active .svg-icon svg g [fill],
.show>.btn.btn-light-success.dropdown-toggle .svg-icon svg g [fill],
.show .btn.btn-light-success.btn-dropdown .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.btn.btn-light-success:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-success:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill],
.show>.btn.btn-light-success.dropdown-toggle .svg-icon svg:hover g [fill],
.show .btn.btn-light-success.btn-dropdown .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-success:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-success:not(:disabled):not(.disabled).active.dropdown-toggle:after,
.show>.btn.btn-light-success.dropdown-toggle.dropdown-toggle:after,
.show .btn.btn-light-success.btn-dropdown.dropdown-toggle:after {
    color: #ffffff;
}

.btn.btn-light-warning {
    color: #FFA800;
    background-color: #FFF4DE;
    border-color: transparent;
}

.btn.btn-light-warning i {
    color: #FFA800;
}

.btn.btn-light-warning .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #FFA800;
}

.btn.btn-light-warning .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-warning.dropdown-toggle:after {
    color: #FFA800;
}

.btn.btn-light-warning:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-light-warning:focus:not(.btn-text),
.btn.btn-light-warning.focus:not(.btn-text) {
    color: #ffffff;
    background-color: #FFA800;
    border-color: transparent;
}

.btn.btn-light-warning:hover:not(.btn-text):not(:disabled):not(.disabled) i,
.btn.btn-light-warning:focus:not(.btn-text) i,
.btn.btn-light-warning.focus:not(.btn-text) i {
    color: #ffffff;
}

.btn.btn-light-warning:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill],
.btn.btn-light-warning:focus:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-warning.focus:not(.btn-text) .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.btn.btn-light-warning:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill],
.btn.btn-light-warning:focus:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-warning.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-warning:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after,
.btn.btn-light-warning:focus:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-warning.focus:not(.btn-text).dropdown-toggle:after {
    color: #ffffff;
}

.btn.btn-light-warning.disabled,
.btn.btn-light-warning:disabled {
    color: #FFA800;
    background-color: #FFF4DE;
    border-color: transparent;
}

.btn.btn-light-warning.disabled i,
.btn.btn-light-warning:disabled i {
    color: #FFA800;
}

.btn.btn-light-warning.disabled .svg-icon svg g [fill],
.btn.btn-light-warning:disabled .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #FFA800;
}

.btn.btn-light-warning.disabled .svg-icon svg:hover g [fill],
.btn.btn-light-warning:disabled .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-warning.disabled.dropdown-toggle:after,
.btn.btn-light-warning:disabled.dropdown-toggle:after {
    color: #FFA800;
}

.btn.btn-light-warning:not(:disabled):not(.disabled):active:not(.btn-text),
.btn.btn-light-warning:not(:disabled):not(.disabled).active,
.show>.btn.btn-light-warning.dropdown-toggle,
.show .btn.btn-light-warning.btn-dropdown {
    color: #ffffff;
    background-color: #FFA800;
    border-color: transparent;
}

.btn.btn-light-warning:not(:disabled):not(.disabled):active:not(.btn-text) i,
.btn.btn-light-warning:not(:disabled):not(.disabled).active i,
.show>.btn.btn-light-warning.dropdown-toggle i,
.show .btn.btn-light-warning.btn-dropdown i {
    color: #ffffff;
}

.btn.btn-light-warning:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-warning:not(:disabled):not(.disabled).active .svg-icon svg g [fill],
.show>.btn.btn-light-warning.dropdown-toggle .svg-icon svg g [fill],
.show .btn.btn-light-warning.btn-dropdown .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.btn.btn-light-warning:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-warning:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill],
.show>.btn.btn-light-warning.dropdown-toggle .svg-icon svg:hover g [fill],
.show .btn.btn-light-warning.btn-dropdown .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-warning:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-warning:not(:disabled):not(.disabled).active.dropdown-toggle:after,
.show>.btn.btn-light-warning.dropdown-toggle.dropdown-toggle:after,
.show .btn.btn-light-warning.btn-dropdown.dropdown-toggle:after {
    color: #ffffff;
}

.btn.btn-light-info {
    color: #8950FC;
    background-color: #EEE5FF;
    border-color: transparent;
}

.btn.btn-light-info i {
    color: #8950FC;
}

.btn.btn-light-info .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #8950FC;
}

.btn.btn-light-info .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-info.dropdown-toggle:after {
    color: #8950FC;
}

.btn.btn-light-info:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-light-info:focus:not(.btn-text),
.btn.btn-light-info.focus:not(.btn-text) {
    color: #ffffff;
    background-color: #8950FC;
    border-color: transparent;
}

.btn.btn-light-info:hover:not(.btn-text):not(:disabled):not(.disabled) i,
.btn.btn-light-info:focus:not(.btn-text) i,
.btn.btn-light-info.focus:not(.btn-text) i {
    color: #ffffff;
}

.btn.btn-light-info:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill],
.btn.btn-light-info:focus:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-info.focus:not(.btn-text) .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.btn.btn-light-info:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill],
.btn.btn-light-info:focus:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-info.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-info:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after,
.btn.btn-light-info:focus:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-info.focus:not(.btn-text).dropdown-toggle:after {
    color: #ffffff;
}

.btn.btn-light-info.disabled,
.btn.btn-light-info:disabled {
    color: #8950FC;
    background-color: #EEE5FF;
    border-color: transparent;
}

.btn.btn-light-info.disabled i,
.btn.btn-light-info:disabled i {
    color: #8950FC;
}

.btn.btn-light-info.disabled .svg-icon svg g [fill],
.btn.btn-light-info:disabled .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #8950FC;
}

.btn.btn-light-info.disabled .svg-icon svg:hover g [fill],
.btn.btn-light-info:disabled .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-info.disabled.dropdown-toggle:after,
.btn.btn-light-info:disabled.dropdown-toggle:after {
    color: #8950FC;
}

.btn.btn-light-info:not(:disabled):not(.disabled):active:not(.btn-text),
.btn.btn-light-info:not(:disabled):not(.disabled).active,
.show>.btn.btn-light-info.dropdown-toggle,
.show .btn.btn-light-info.btn-dropdown {
    color: #ffffff;
    background-color: #8950FC;
    border-color: transparent;
}

.btn.btn-light-info:not(:disabled):not(.disabled):active:not(.btn-text) i,
.btn.btn-light-info:not(:disabled):not(.disabled).active i,
.show>.btn.btn-light-info.dropdown-toggle i,
.show .btn.btn-light-info.btn-dropdown i {
    color: #ffffff;
}

.btn.btn-light-info:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-info:not(:disabled):not(.disabled).active .svg-icon svg g [fill],
.show>.btn.btn-light-info.dropdown-toggle .svg-icon svg g [fill],
.show .btn.btn-light-info.btn-dropdown .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.btn.btn-light-info:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-info:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill],
.show>.btn.btn-light-info.dropdown-toggle .svg-icon svg:hover g [fill],
.show .btn.btn-light-info.btn-dropdown .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-info:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-info:not(:disabled):not(.disabled).active.dropdown-toggle:after,
.show>.btn.btn-light-info.dropdown-toggle.dropdown-toggle:after,
.show .btn.btn-light-info.btn-dropdown.dropdown-toggle:after {
    color: #ffffff;
}

.btn.btn-light-secondary {
    color: #E5EAEE;
    background-color: #ECF0F3;
    border-color: transparent;
}

.btn.btn-light-secondary i {
    color: #E5EAEE;
}

.btn.btn-light-secondary .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #E5EAEE;
}

.btn.btn-light-secondary .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-secondary.dropdown-toggle:after {
    color: #E5EAEE;
}

.btn.btn-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-light-secondary:focus:not(.btn-text),
.btn.btn-light-secondary.focus:not(.btn-text) {
    color: #464E5F;
    background-color: #E5EAEE;
    border-color: transparent;
}

.btn.btn-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) i,
.btn.btn-light-secondary:focus:not(.btn-text) i,
.btn.btn-light-secondary.focus:not(.btn-text) i {
    color: #464E5F;
}

.btn.btn-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill],
.btn.btn-light-secondary:focus:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-secondary.focus:not(.btn-text) .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #464E5F;
}

.btn.btn-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill],
.btn.btn-light-secondary:focus:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-secondary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after,
.btn.btn-light-secondary:focus:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-secondary.focus:not(.btn-text).dropdown-toggle:after {
    color: #464E5F;
}

.btn.btn-light-secondary.disabled,
.btn.btn-light-secondary:disabled {
    color: #E5EAEE;
    background-color: #ECF0F3;
    border-color: transparent;
}

.btn.btn-light-secondary.disabled i,
.btn.btn-light-secondary:disabled i {
    color: #E5EAEE;
}

.btn.btn-light-secondary.disabled .svg-icon svg g [fill],
.btn.btn-light-secondary:disabled .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #E5EAEE;
}

.btn.btn-light-secondary.disabled .svg-icon svg:hover g [fill],
.btn.btn-light-secondary:disabled .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-secondary.disabled.dropdown-toggle:after,
.btn.btn-light-secondary:disabled.dropdown-toggle:after {
    color: #E5EAEE;
}

.btn.btn-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text),
.btn.btn-light-secondary:not(:disabled):not(.disabled).active,
.show>.btn.btn-light-secondary.dropdown-toggle,
.show .btn.btn-light-secondary.btn-dropdown {
    color: #464E5F;
    background-color: #E5EAEE;
    border-color: transparent;
}

.btn.btn-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text) i,
.btn.btn-light-secondary:not(:disabled):not(.disabled).active i,
.show>.btn.btn-light-secondary.dropdown-toggle i,
.show .btn.btn-light-secondary.btn-dropdown i {
    color: #464E5F;
}

.btn.btn-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-secondary:not(:disabled):not(.disabled).active .svg-icon svg g [fill],
.show>.btn.btn-light-secondary.dropdown-toggle .svg-icon svg g [fill],
.show .btn.btn-light-secondary.btn-dropdown .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #464E5F;
}

.btn.btn-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-secondary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill],
.show>.btn.btn-light-secondary.dropdown-toggle .svg-icon svg:hover g [fill],
.show .btn.btn-light-secondary.btn-dropdown .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-secondary:not(:disabled):not(.disabled).active.dropdown-toggle:after,
.show>.btn.btn-light-secondary.dropdown-toggle.dropdown-toggle:after,
.show .btn.btn-light-secondary.btn-dropdown.dropdown-toggle:after {
    color: #464E5F;
}

.btn.btn-light-primary {
    color: #3699FF;
    background-color: #E1F0FF;
    border-color: transparent;
}

.btn.btn-light-primary i {
    color: #3699FF;
}

.btn.btn-light-primary .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3699FF;
}

.btn.btn-light-primary .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-primary.dropdown-toggle:after {
    color: #3699FF;
}

.btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-light-primary:focus:not(.btn-text),
.btn.btn-light-primary.focus:not(.btn-text) {
    color: #FFFFFF;
    background-color: #3699FF;
    border-color: transparent;
}

.btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled) i,
.btn.btn-light-primary:focus:not(.btn-text) i,
.btn.btn-light-primary.focus:not(.btn-text) i {
    color: #FFFFFF;
}

.btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill],
.btn.btn-light-primary:focus:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-primary.focus:not(.btn-text) .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #FFFFFF;
}

.btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill],
.btn.btn-light-primary:focus:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-primary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after,
.btn.btn-light-primary:focus:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-primary.focus:not(.btn-text).dropdown-toggle:after {
    color: #FFFFFF;
}

.btn.btn-light-primary.disabled,
.btn.btn-light-primary:disabled {
    color: #3699FF;
    background-color: #E1F0FF;
    border-color: transparent;
}

.btn.btn-light-primary.disabled i,
.btn.btn-light-primary:disabled i {
    color: #3699FF;
}

.btn.btn-light-primary.disabled .svg-icon svg g [fill],
.btn.btn-light-primary:disabled .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3699FF;
}

.btn.btn-light-primary.disabled .svg-icon svg:hover g [fill],
.btn.btn-light-primary:disabled .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-primary.disabled.dropdown-toggle:after,
.btn.btn-light-primary:disabled.dropdown-toggle:after {
    color: #3699FF;
}

.btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text),
.btn.btn-light-primary:not(:disabled):not(.disabled).active,
.show>.btn.btn-light-primary.dropdown-toggle,
.show .btn.btn-light-primary.btn-dropdown {
    color: #FFFFFF;
    background-color: #3699FF;
    border-color: transparent;
}

.btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text) i,
.btn.btn-light-primary:not(:disabled):not(.disabled).active i,
.show>.btn.btn-light-primary.dropdown-toggle i,
.show .btn.btn-light-primary.btn-dropdown i {
    color: #FFFFFF;
}

.btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-primary:not(:disabled):not(.disabled).active .svg-icon svg g [fill],
.show>.btn.btn-light-primary.dropdown-toggle .svg-icon svg g [fill],
.show .btn.btn-light-primary.btn-dropdown .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #FFFFFF;
}

.btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-primary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill],
.show>.btn.btn-light-primary.dropdown-toggle .svg-icon svg:hover g [fill],
.show .btn.btn-light-primary.btn-dropdown .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-primary:not(:disabled):not(.disabled).active.dropdown-toggle:after,
.show>.btn.btn-light-primary.dropdown-toggle.dropdown-toggle:after,
.show .btn.btn-light-primary.btn-dropdown.dropdown-toggle:after {
    color: #FFFFFF;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.42rem;
}

.alert.alert-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1.5rem 2rem;
}

.alert.alert-custom .alert-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.25rem 0 0;
}

.alert.alert-custom .alert-icon i {
    font-size: 2.4rem;
}

.alert.alert-custom .alert-icon.alert-icon-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.alert.alert-custom .alert-text {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.alert.alert-custom .alert-close {
    padding: 0 0 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 0;
}

.alert.alert-custom .alert-close .close {
    text-shadow: none !important;
    cursor: pointer;
    line-height: 0;
}

.alert.alert-custom .alert-close i {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    font-size: 1rem;
}

.alert.alert-custom .alert-close i.ki {
    font-size: 0.75rem;
}

.alert.alert-custom .alert-close:focus i,
.alert.alert-custom .alert-close:hover i {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.alert.alert-custom.alert-outline-2x {
    border-width: 2px;
}

.alert.alert-custom.alert-white {
    background-color: #ffffff;
    border-color: #ffffff;
}

.alert.alert-custom.alert-white .alert-icon i {
    color: #464E5F;
}

.alert.alert-custom.alert-white .alert-text {
    color: #464E5F;
}

.alert.alert-custom.alert-white .alert-close i {
    color: #464E5F;
}

.alert.alert-custom.alert-default {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
}

.alert.alert-custom.alert-shadow {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
}

.alert.alert-custom.alert-primary {
    background-color: #3699FF;
    border-color: #3699FF;
}

.alert.alert-custom.alert-primary .alert-icon i {
    opacity: 0.8;
    color: #FFFFFF;
}

.alert.alert-custom.alert-primary .alert-text {
    color: #FFFFFF;
}

.alert.alert-custom.alert-primary .alert-close i {
    color: #FFFFFF;
}

.alert.alert-custom.alert-primary .alert-close:focus,
.alert.alert-custom.alert-primary .alert-close:hover {
    opacity: 1;
    color: #FFFFFF;
}

.alert.alert-custom.alert-light-primary {
    background-color: #E1F0FF;
    border-color: transparent;
}

.alert.alert-custom.alert-light-primary .alert-icon i {
    color: #3699FF;
}

.alert.alert-custom.alert-light-primary .alert-text {
    color: #3699FF;
}

.alert.alert-custom.alert-light-primary .alert-close i {
    color: #3699FF;
}

.alert.alert-custom.alert-light-primary .alert-close:focus,
.alert.alert-custom.alert-light-primary .alert-close:hover {
    color: #187DE4;
}

.alert.alert-custom.alert-light-primary.alert-notice {
    border: 0;
    border-left: 4px solid #3699FF;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.alert.alert-custom.alert-outline-primary {
    background-color: transparent;
    border-color: #3699FF;
}

.alert.alert-custom.alert-outline-primary .alert-icon i {
    color: #3699FF;
}

.alert.alert-custom.alert-outline-primary .alert-text {
    color: #3699FF;
}

.alert.alert-custom.alert-outline-primary .alert-close i {
    opacity: 0.8;
    color: #3699FF;
}

.alert.alert-custom.alert-outline-primary .alert-close:focus i,
.alert.alert-custom.alert-outline-primary .alert-close:hover i {
    opacity: 1;
}

.alert.alert-custom.alert-secondary {
    background-color: #E5EAEE;
    border-color: #E5EAEE;
}

.alert.alert-custom.alert-secondary .alert-icon i {
    opacity: 0.8;
    color: #464E5F;
}

.alert.alert-custom.alert-secondary .alert-text {
    color: #464E5F;
}

.alert.alert-custom.alert-secondary .alert-close i {
    color: #464E5F;
}

.alert.alert-custom.alert-secondary .alert-close:focus,
.alert.alert-custom.alert-secondary .alert-close:hover {
    opacity: 1;
    color: #464E5F;
}

.alert.alert-custom.alert-light-secondary {
    background-color: #ECF0F3;
    border-color: transparent;
}

.alert.alert-custom.alert-light-secondary .alert-icon i {
    color: #E5EAEE;
}

.alert.alert-custom.alert-light-secondary .alert-text {
    color: #E5EAEE;
}

.alert.alert-custom.alert-light-secondary .alert-close i {
    color: #E5EAEE;
}

.alert.alert-custom.alert-light-secondary .alert-close:focus,
.alert.alert-custom.alert-light-secondary .alert-close:hover {
    color: #d9e0e6;
}

.alert.alert-custom.alert-light-secondary.alert-notice {
    border: 0;
    border-left: 4px solid #E5EAEE;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.alert.alert-custom.alert-outline-secondary {
    background-color: transparent;
    border-color: #E5EAEE;
}

.alert.alert-custom.alert-outline-secondary .alert-icon i {
    color: #464E5F;
}

.alert.alert-custom.alert-outline-secondary .alert-text {
    color: #464E5F;
}

.alert.alert-custom.alert-outline-secondary .alert-close i {
    opacity: 0.8;
    color: #464E5F;
}

.alert.alert-custom.alert-outline-secondary .alert-close:focus i,
.alert.alert-custom.alert-outline-secondary .alert-close:hover i {
    opacity: 1;
}

.alert.alert-custom.alert-success {
    background-color: #1BC5BD;
    border-color: #1BC5BD;
}

.alert.alert-custom.alert-success .alert-icon i {
    opacity: 0.8;
    color: #ffffff;
}

.alert.alert-custom.alert-success .alert-text {
    color: #ffffff;
}

.alert.alert-custom.alert-success .alert-close i {
    color: #ffffff;
}

.alert.alert-custom.alert-success .alert-close:focus,
.alert.alert-custom.alert-success .alert-close:hover {
    opacity: 1;
    color: #ffffff;
}

.alert.alert-custom.alert-light-success {
    background-color: #C9F7F5;
    border-color: transparent;
}

.alert.alert-custom.alert-light-success .alert-icon i {
    color: #1BC5BD;
}

.alert.alert-custom.alert-light-success .alert-text {
    color: #1BC5BD;
}

.alert.alert-custom.alert-light-success .alert-close i {
    color: #1BC5BD;
}

.alert.alert-custom.alert-light-success .alert-close:focus,
.alert.alert-custom.alert-light-success .alert-close:hover {
    color: #0BB7AF;
}

.alert.alert-custom.alert-light-success.alert-notice {
    border: 0;
    border-left: 4px solid #1BC5BD;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.alert.alert-custom.alert-outline-success {
    background-color: transparent;
    border-color: #1BC5BD;
}

.alert.alert-custom.alert-outline-success .alert-icon i {
    color: #1BC5BD;
}

.alert.alert-custom.alert-outline-success .alert-text {
    color: #1BC5BD;
}

.alert.alert-custom.alert-outline-success .alert-close i {
    opacity: 0.8;
    color: #1BC5BD;
}

.alert.alert-custom.alert-outline-success .alert-close:focus i,
.alert.alert-custom.alert-outline-success .alert-close:hover i {
    opacity: 1;
}

.alert.alert-custom.alert-info {
    background-color: #8950FC;
    border-color: #8950FC;
}

.alert.alert-custom.alert-info .alert-icon i {
    opacity: 0.8;
    color: #ffffff;
}

.alert.alert-custom.alert-info .alert-text {
    color: #ffffff;
}

.alert.alert-custom.alert-info .alert-close i {
    color: #ffffff;
}

.alert.alert-custom.alert-info .alert-close:focus,
.alert.alert-custom.alert-info .alert-close:hover {
    opacity: 1;
    color: #ffffff;
}

.alert.alert-custom.alert-light-info {
    background-color: #EEE5FF;
    border-color: transparent;
}

.alert.alert-custom.alert-light-info .alert-icon i {
    color: #8950FC;
}

.alert.alert-custom.alert-light-info .alert-text {
    color: #8950FC;
}

.alert.alert-custom.alert-light-info .alert-close i {
    color: #8950FC;
}

.alert.alert-custom.alert-light-info .alert-close:focus,
.alert.alert-custom.alert-light-info .alert-close:hover {
    color: #7337EE;
}

.alert.alert-custom.alert-light-info.alert-notice {
    border: 0;
    border-left: 4px solid #8950FC;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.alert.alert-custom.alert-outline-info {
    background-color: transparent;
    border-color: #8950FC;
}

.alert.alert-custom.alert-outline-info .alert-icon i {
    color: #8950FC;
}

.alert.alert-custom.alert-outline-info .alert-text {
    color: #8950FC;
}

.alert.alert-custom.alert-outline-info .alert-close i {
    opacity: 0.8;
    color: #8950FC;
}

.alert.alert-custom.alert-outline-info .alert-close:focus i,
.alert.alert-custom.alert-outline-info .alert-close:hover i {
    opacity: 1;
}

.alert.alert-custom.alert-warning {
    background-color: #FFA800;
    border-color: #FFA800;
}

.alert.alert-custom.alert-warning .alert-icon i {
    opacity: 0.8;
    color: #ffffff;
}

.alert.alert-custom.alert-warning .alert-text {
    color: #ffffff;
}

.alert.alert-custom.alert-warning .alert-close i {
    color: #ffffff;
}

.alert.alert-custom.alert-warning .alert-close:focus,
.alert.alert-custom.alert-warning .alert-close:hover {
    opacity: 1;
    color: #ffffff;
}

.alert.alert-custom.alert-light-warning {
    background-color: #FFF4DE;
    border-color: transparent;
}

.alert.alert-custom.alert-light-warning .alert-icon i {
    color: #FFA800;
}

.alert.alert-custom.alert-light-warning .alert-text {
    color: #FFA800;
}

.alert.alert-custom.alert-light-warning .alert-close i {
    color: #FFA800;
}

.alert.alert-custom.alert-light-warning .alert-close:focus,
.alert.alert-custom.alert-light-warning .alert-close:hover {
    color: #EE9D01;
}

.alert.alert-custom.alert-light-warning.alert-notice {
    border: 0;
    border-left: 4px solid #FFA800;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.alert.alert-custom.alert-outline-warning {
    background-color: transparent;
    border-color: #FFA800;
}

.alert.alert-custom.alert-outline-warning .alert-icon i {
    color: #FFA800;
}

.alert.alert-custom.alert-outline-warning .alert-text {
    color: #FFA800;
}

.alert.alert-custom.alert-outline-warning .alert-close i {
    opacity: 0.8;
    color: #FFA800;
}

.alert.alert-custom.alert-outline-warning .alert-close:focus i,
.alert.alert-custom.alert-outline-warning .alert-close:hover i {
    opacity: 1;
}

.alert.alert-custom.alert-danger {
    background-color: #F64E60;
    border-color: #F64E60;
}

.alert.alert-custom.alert-danger .alert-icon i {
    opacity: 0.8;
    color: #ffffff;
}

.alert.alert-custom.alert-danger .alert-text {
    color: #ffffff;
}

.alert.alert-custom.alert-danger .alert-close i {
    color: #ffffff;
}

.alert.alert-custom.alert-danger .alert-close:focus,
.alert.alert-custom.alert-danger .alert-close:hover {
    opacity: 1;
    color: #ffffff;
}

.alert.alert-custom.alert-light-danger {
    background-color: #FFE2E5;
    border-color: transparent;
}

.alert.alert-custom.alert-light-danger .alert-icon i {
    color: #F64E60;
}

.alert.alert-custom.alert-light-danger .alert-text {
    color: #F64E60;
}

.alert.alert-custom.alert-light-danger .alert-close i {
    color: #F64E60;
}

.alert.alert-custom.alert-light-danger .alert-close:focus,
.alert.alert-custom.alert-light-danger .alert-close:hover {
    color: #EE2D41;
}

.alert.alert-custom.alert-light-danger.alert-notice {
    border: 0;
    border-left: 4px solid #F64E60;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.alert.alert-custom.alert-outline-danger {
    background-color: transparent;
    border-color: #F64E60;
}

.alert.alert-custom.alert-outline-danger .alert-icon i {
    color: #F64E60;
}

.alert.alert-custom.alert-outline-danger .alert-text {
    color: #F64E60;
}

.alert.alert-custom.alert-outline-danger .alert-close i {
    opacity: 0.8;
    color: #F64E60;
}

.alert.alert-custom.alert-outline-danger .alert-close:focus i,
.alert.alert-custom.alert-outline-danger .alert-close:hover i {
    opacity: 1;
}

.alert.alert-custom.alert-light {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
}

.alert.alert-custom.alert-light .alert-icon i {
    opacity: 0.8;
    color: #80808F;
}

.alert.alert-custom.alert-light .alert-text {
    color: #80808F;
}

.alert.alert-custom.alert-light .alert-close i {
    color: #80808F;
}

.alert.alert-custom.alert-light .alert-close:focus,
.alert.alert-custom.alert-light .alert-close:hover {
    opacity: 1;
    color: #80808F;
}

.alert.alert-custom.alert-light-light {
    background-color: #F3F6F9;
    border-color: transparent;
}

.alert.alert-custom.alert-light-light .alert-icon i {
    color: #F3F6F9;
}

.alert.alert-custom.alert-light-light .alert-text {
    color: #F3F6F9;
}

.alert.alert-custom.alert-light-light .alert-close i {
    color: #F3F6F9;
}

.alert.alert-custom.alert-light-light .alert-close:focus,
.alert.alert-custom.alert-light-light .alert-close:hover {
    color: #E5EAEE;
}

.alert.alert-custom.alert-light-light.alert-notice {
    border: 0;
    border-left: 4px solid #F3F6F9;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.alert.alert-custom.alert-outline-light {
    background-color: transparent;
    border-color: #F3F6F9;
}

.alert.alert-custom.alert-outline-light .alert-icon i {
    color: #464E5F;
}

.alert.alert-custom.alert-outline-light .alert-text {
    color: #464E5F;
}

.alert.alert-custom.alert-outline-light .alert-close i {
    opacity: 0.8;
    color: #464E5F;
}

.alert.alert-custom.alert-outline-light .alert-close:focus i,
.alert.alert-custom.alert-outline-light .alert-close:hover i {
    opacity: 1;
}

.alert.alert-custom.alert-dark {
    background-color: #212121;
    border-color: #212121;
}

.alert.alert-custom.alert-dark .alert-icon i {
    opacity: 0.8;
    color: #ffffff;
}

.alert.alert-custom.alert-dark .alert-text {
    color: #ffffff;
}

.alert.alert-custom.alert-dark .alert-close i {
    color: #ffffff;
}

.alert.alert-custom.alert-dark .alert-close:focus,
.alert.alert-custom.alert-dark .alert-close:hover {
    opacity: 1;
    color: #ffffff;
}

.alert.alert-custom.alert-light-dark {
    background-color: #D6D6E0;
    border-color: transparent;
}

.alert.alert-custom.alert-light-dark .alert-icon i {
    color: #212121;
}

.alert.alert-custom.alert-light-dark .alert-text {
    color: #212121;
}

.alert.alert-custom.alert-light-dark .alert-close i {
    color: #212121;
}

.alert.alert-custom.alert-light-dark .alert-close:focus,
.alert.alert-custom.alert-light-dark .alert-close:hover {
    color: #111111;
}

.alert.alert-custom.alert-light-dark.alert-notice {
    border: 0;
    border-left: 4px solid #212121;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.alert.alert-custom.alert-outline-dark {
    background-color: transparent;
    border-color: #212121;
}

.alert.alert-custom.alert-outline-dark .alert-icon i {
    color: #212121;
}

.alert.alert-custom.alert-outline-dark .alert-text {
    color: #212121;
}

.alert.alert-custom.alert-outline-dark .alert-close i {
    opacity: 0.8;
    color: #212121;
}

.alert.alert-custom.alert-outline-dark .alert-close:focus i,
.alert.alert-custom.alert-outline-dark .alert-close:hover i {
    opacity: 1;
}

.alert.alert-custom.alert-white {
    background-color: #ffffff;
    border-color: #ffffff;
}

.alert.alert-custom.alert-white .alert-icon i {
    opacity: 0.8;
    color: #464E5F;
}

.alert.alert-custom.alert-white .alert-text {
    color: #464E5F;
}

.alert.alert-custom.alert-white .alert-close i {
    color: #464E5F;
}

.alert.alert-custom.alert-white .alert-close:focus,
.alert.alert-custom.alert-white .alert-close:hover {
    opacity: 1;
    color: #464E5F;
}

.alert.alert-custom.alert-light-white {
    background-color: #ffffff;
    border-color: transparent;
}

.alert.alert-custom.alert-light-white .alert-icon i {
    color: #ffffff;
}

.alert.alert-custom.alert-light-white .alert-text {
    color: #ffffff;
}

.alert.alert-custom.alert-light-white .alert-close i {
    color: #ffffff;
}

.alert.alert-custom.alert-light-white .alert-close:focus,
.alert.alert-custom.alert-light-white .alert-close:hover {
    color: #F3F6F9;
}

.alert.alert-custom.alert-light-white.alert-notice {
    border: 0;
    border-left: 4px solid #ffffff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.alert.alert-custom.alert-outline-white {
    background-color: transparent;
    border-color: #ffffff;
}

.alert.alert-custom.alert-outline-white .alert-icon i {
    color: #ffffff;
}

.alert.alert-custom.alert-outline-white .alert-text {
    color: #ffffff;
}

.alert.alert-custom.alert-outline-white .alert-close i {
    opacity: 0.8;
    color: #ffffff;
}

.alert.alert-custom.alert-outline-white .alert-close:focus i,
.alert.alert-custom.alert-outline-white .alert-close:hover i {
    opacity: 1;
}

.alert.alert-custom.alert-dark-75 {
    background-color: #464E5F;
    border-color: #464E5F;
}

.alert.alert-custom.alert-dark-75 .alert-icon i {
    opacity: 0.8;
    color: #ffffff;
}

.alert.alert-custom.alert-dark-75 .alert-text {
    color: #ffffff;
}

.alert.alert-custom.alert-dark-75 .alert-close i {
    color: #ffffff;
}

.alert.alert-custom.alert-dark-75 .alert-close:focus,
.alert.alert-custom.alert-dark-75 .alert-close:hover {
    opacity: 1;
    color: #ffffff;
}

.alert.alert-custom.alert-light-dark-75 {
    background-color: #E5EAEE;
    border-color: transparent;
}

.alert.alert-custom.alert-light-dark-75 .alert-icon i {
    color: #464E5F;
}

.alert.alert-custom.alert-light-dark-75 .alert-text {
    color: #464E5F;
}

.alert.alert-custom.alert-light-dark-75 .alert-close i {
    color: #464E5F;
}

.alert.alert-custom.alert-light-dark-75 .alert-close:focus,
.alert.alert-custom.alert-light-dark-75 .alert-close:hover {
    color: #212121;
}

.alert.alert-custom.alert-light-dark-75.alert-notice {
    border: 0;
    border-left: 4px solid #464E5F;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.alert.alert-custom.alert-outline-dark-75 {
    background-color: transparent;
    border-color: #464E5F;
}

.alert.alert-custom.alert-outline-dark-75 .alert-icon i {
    color: #464E5F;
}

.alert.alert-custom.alert-outline-dark-75 .alert-text {
    color: #464E5F;
}

.alert.alert-custom.alert-outline-dark-75 .alert-close i {
    opacity: 0.8;
    color: #464E5F;
}

.alert.alert-custom.alert-outline-dark-75 .alert-close:focus i,
.alert.alert-custom.alert-outline-dark-75 .alert-close:hover i {
    opacity: 1;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .5;
}

@media (max-width: 1200px) {
    .close {
        font-size: calc(1.275rem + 0.3vw);
    }
}

.close:hover {
    color: #000000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.steps {
    margin: 0 auto;
}

.step {
    display: flex;
    position: relative;
}

.step:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 32px;
    height: 0;
    width: 2px;
    background-color: #002c49;
}

.step .info {
    margin: 8px 0 15px;
}

.step .title {
    margin: 0 0 8px;
    color: #033f89;
}

.step .text {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
    padding-bottom: 0;
    margin: 0;
}

.step:not(:last-child):after {
    height: 42%;
}

.step .number {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #002c49;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #033f89;
    font-size: 15px;
    font-weight: 600;
    margin-right: 14px;
}

.step .number.completed {
    background-color: #002c49;
}

.step .number svg {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.step .number svg path {
    fill: #033f89;
}

.accordion {
    border-radius: 4px;
    overflow: auto;
    box-shadow: -2px -1px 20px 1px #e2e2e2;
}

.card {
    border-radius: 0;
    border: none;
}

.card .card-header {
    border-bottom: 1px solid #f2f2f2;
    padding: 1em 2em;
}

.form-check-input:checked {
    background-color: #0a58ca;
    border-color: #0a58ca;
}

.btn-outline-primary {
    --bs-btn-color: #0a58ca;
    --bs-btn-border-color: #0a58ca;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0a58ca;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a58ca;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0a58ca;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0a58ca;
    --bs-gradient: none;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0a58ca;
    --bs-btn-border-color: #0a58ca;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0a58ca;
    --bs-btn-disabled-border-color: #0a58ca;
}

.form-check label {
    color: #0b2a4a;
}

.form-check-input {
    border: var(--bs-border-width) solid #c3c3c3;
}

.form-group input::placeholder,
.input-group input::placeholder,
.form-group textarea::placeholder,
.input-group textarea::placeholder {
    font-size: 14px;
    color: #cccccc;
}

input.form-control,
textarea.form-control {
    font-size: 14px;
}

.tab-opened {
    background-color: #002c49;
}

.tab-opened .form-check label,
.tab-opened .header-icon {
    color: #fff;
}

.dots {
    width: 45px;
    height: 23.9px;
    background: radial-gradient(circle closest-side, #ffffff 90%, #0000) 0% 50%, radial-gradient(circle closest-side, #ffffff 90%, #0000) 50% 50%, radial-gradient(circle closest-side, #ffffff 90%, #0000) 100% 50%;
    background-size: calc(100%/2) 8px;
    background-repeat: no-repeat;
    animation: dots-7ar3yq 1s infinite linear;
}

@keyframes dots-7ar3yq {
    20% {
        background-position: 0% 0%, 50% 50%, 100% 50%;
    }
    40% {
        background-position: 0% 100%, 50% 0%, 100% 50%;
    }
    60% {
        background-position: 0% 50%, 50% 100%, 100% 0%;
    }
    80% {
        background-position: 0% 50%, 50% 50%, 100% 100%;
    }
}

.navbar-brand img {
    width: 150px;
}

#paymentsForm {
    padding: 2% 2%;
    border-radius: 15px !important;
}

#paymentsForm label {
    color: #ffc600 !important;
    font-weight: bold !important;
}

.modal {
    margin: 10% 0 0 0;
}

.modal-title {
    margin: 0;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    color: #002b49;
}

.modal-title-footer {
    margin: 0;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    color: #002b49;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
    display: table;
    content: " ";
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.6;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}