.bg-primary {
    background-color: #0a2f53 !important;
}

.form-floating .form-control {
    height: calc(4.5rem + 3px);
    /* Adjust height as needed */
    line-height: 1.25;
}

.form-floating .input-group-text {
    height: calc(4.5rem + 3px);
    /* Adjust height as needed */
}

.form-floating .form-control:focus,
.form-floating .form-control:not(:placeholder-shown),
.form-floating .form-control:valid {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;

}

.form-floating label {
    position: absolute;
    padding: 1rem 0.75rem;
    pointer-events: none;
    transition: all 0.1s ease-in-out;
    transform-origin: left center;
    margin-left: 45px !important;
}

.form-floating .form-control:focus~label,
.form-floating .form-control:not(:placeholder-shown)~label,
.form-floating .form-control:valid~label {
    transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem) !important;
}

.btn {
    border-radius: 15px !important;
}


.input-right-radius {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}
.input-left-radius {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}
.input-radius {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}
.card-radius{
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}
.input-p-35 {
    padding: 35px !important;
}
.form-control:active, .form-control:focus {
    border-color: #352961;
}

.form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:active, .btn:focus {
    border-color: #d7d7d7;
}

.btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

a, a:hover {
    border: none !important;
    text-decoration: none !important;
}

.container-scroller {
    overflow: hidden;
}

.page-body-wrapper {
    padding-left: 0;
    padding-right: 0;
    min-height: calc(100vh - 56px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.page-body-wrapper.full-page-wrapper {
    width: 100%;
    min-height: 100vh;
    padding-top: 0;
}

.page-body-wrapper.full-page-wrapper .content-wrapper {
    width: 100%;
    max-width: none;
}

.horizontal-menu.fixed-on-scroll + .page-body-wrapper {
    padding-top: 4rem;
}

.auth .lock-profile-img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
}

.auth .auth-form-light {
    background: #ffffff;
}

.auth .auth-form-light select {
    color: #c9c8c8;
}

.auth .auth-form-light .input-group .form-control:focus, .auth .auth-form-light .input-group .typeahead:focus,
.auth .auth-form-light .input-group .tt-query:focus,
.auth .auth-form-light .input-group .tt-hint:focus, .auth .auth-form-light .input-group .form-control:active, .auth .auth-form-light .input-group .typeahead:active,
.auth .auth-form-light .input-group .tt-query:active,
.auth .auth-form-light .input-group .tt-hint:active {
    border-color: #f1f6f8;
}

.auth .auth-form-transparent {
    background: transparent;
}

.auth .auth-form-transparent .form-control, .auth .auth-form-transparent .typeahead,
.auth .auth-form-transparent .tt-query,
.auth .auth-form-transparent .tt-hint,
.auth .auth-form-transparent .input-group-text {
    border-color: #d8d8d8;
}

.auth .auth-form-transparent .form-control:focus, .auth .auth-form-transparent .typeahead:focus,
.auth .auth-form-transparent .tt-query:focus,
.auth .auth-form-transparent .tt-hint:focus, .auth .auth-form-transparent .form-control:active, .auth .auth-form-transparent .typeahead:active,
.auth .auth-form-transparent .tt-query:active,
.auth .auth-form-transparent .tt-hint:active,
.auth .auth-form-transparent .input-group-text:focus,
.auth .auth-form-transparent .input-group-text:active {
    border-color: #d8d8d8;
}

.auth .auth-form-transparent select {
    outline-color: #d8d8d8;
}

.auth.auth-img-bg {
    padding: 0;
}

@media (min-width: 768px) {
    .auth.auth-img-bg .auth-form-transparent {
        width: 80% !important;
        margin: auto;
    }
}

.brand-logo {
    width: 100px!important;
    height: 40px!important;
}

.auth form .form-group {
    margin-bottom: 1.5rem;
}

.auth form .form-group label {
    font-size: .8125rem;
}

.auth form .form-group .form-control, .auth form .form-group .typeahead,
.auth form .form-group .tt-query,
.auth form .form-group .tt-hint {
    background: transparent;
    border-radius: 0;
    font-size: .9375rem;
}

.auth form .auth-form-btn {
    height: 50px;
    line-height: 1.5;
}

.auth form .auth-link {
    font-size: 1rem;
}

.auth form .auth-link:hover {
    color: initial;
}

.page-body-wrapper {
    padding-left: 0;
    padding-right: 0;
    min-height: calc(100vh - 56px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.page-body-wrapper.full-page-wrapper {
    width: 100%;
    min-height: 100vh;
    padding-top: 0;
}

.page-body-wrapper.full-page-wrapper .content-wrapper {
    width: 100%;
    max-width: none;
}

.horizontal-menu.fixed-on-scroll + .page-body-wrapper {
    padding-top: 4rem;
}

.main-panel {
    background: #f0f3f6;
    width: 100%;
    transition: width 0.25s ease, margin 0.25s ease;
    min-height: calc(100vh - 56px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 991.98px) {
    .main-panel {
        padding-top: 80px;
    }
}

.content-wrapper {
    padding: 1.5rem 0;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    min-height: calc(100vh - 156px - 75px);
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-transparent {
    background-color: transparent !important;
}
.bg-black {
    background: #ededf13f;
    color: #ffffff;
}
.border {
    border: 1px solid #f1f6f8 !important;
}

.border-top {
    border-top: 1px solid #f1f6f8 !important;
}

.border-right {
    border-right: 1px solid #f1f6f8 !important;
}

.border-bottom {
    border-bottom: 1px solid #f1f6f8 !important;
}

.border-left {
    border-left: 1px solid #f1f6f8 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

/* Buttons */
.btn {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 600;
    border-radius: 0.25rem;
    /* Buttons with only icons */
    /* Buttons with icon and text */
}

.btn i {
    font-size: 1rem;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.btn.btn-sm, .btn-group-sm > .btn {
    font-size: 0.875rem;
}

.btn.btn-lg, .btn-group-lg > .btn {
    font-size: 0.875rem;
}

.btn.btn-xs {
    padding: 0.5rem 0.75rem;
    font-size: 0.625rem;
}

.btn.btn-icon {
    width: 31px;
    height: 31px;
    padding: 0;
}

.btn.btn-icon-text .btn-icon-prepend {
    margin-right: .5rem;
}

.btn.btn-icon-text .btn-icon-append {
    margin-left: .5rem;
}

.btn.btn-social-icon {
    width: 50px;
    height: 50px;
    padding: 0;
}

.btn-group .btn + .btn {
    border-left: 0;
}

/*social buttons*/
.btn-twitter {
    background: #2caae1;
    color: #ffffff;
}

.btn-twitter:hover, .btn-twitter:focus {
    background: #1b8dbf;
    color: #ffffff;
}

.btn-twitter.btn-social-icon-text {
    padding: 0 1.5rem 0 0;
    background: #59bce7;
}

.btn-twitter.btn-social-icon-text i {
    background: #2caae1;
    padding: .75rem;
    display: inline-block;
    margin-right: 1.5rem;
}

.btn-outline-twitter {
    border: 1px solid #2caae1;
}

.btn-outline-twitter:hover {
    background: #2caae1;
    color: #ffffff;
}

.btn-facebook {
    background: #3b579d;
    color: #ffffff;
}

.btn-facebook:hover, .btn-facebook:focus {
    background: #2d4278;
    color: #ffffff;
}

.btn-facebook.btn-social-icon-text {
    padding: 0 1.5rem 0 0;
    background: #4e6ebd;
}

.btn-facebook.btn-social-icon-text i {
    background: #3b579d;
    padding: .75rem;
    display: inline-block;
    margin-right: 1.5rem;
}

.btn-outline-facebook {
    border: 1px solid #3b579d;
}

.btn-outline-facebook:hover {
    background: #3b579d;
    color: #ffffff;
}

.btn-google {
    background: #dc4a38;
    color: #ffffff;
}

.btn-google:hover, .btn-google:focus {
    background: #bf3322;
    color: #ffffff;
}

.btn-google.btn-social-icon-text {
    padding: 0 1.5rem 0 0;
    background: #e47163;
}

.btn-google.btn-social-icon-text i {
    background: #dc4a38;
    padding: .75rem;
    display: inline-block;
    margin-right: 1.5rem;
}

.btn-outline-google {
    border: 1px solid #dc4a38;
}

.btn-outline-google:hover {
    background: #dc4a38;
    color: #ffffff;
}

.btn-linkedin {
    background: #0177b5;
    color: #ffffff;
}

.btn-linkedin:hover, .btn-linkedin:focus {
    background: #015682;
    color: #ffffff;
}

.btn-linkedin.btn-social-icon-text {
    padding: 0 1.5rem 0 0;
    background: #0198e8;
}

.btn-linkedin.btn-social-icon-text i {
    background: #0177b5;
    padding: .75rem;
    display: inline-block;
    margin-right: 1.5rem;
}

.btn-outline-linkedin {
    border: 1px solid #0177b5;
}

.btn-outline-linkedin:hover {
    background: #0177b5;
    color: #ffffff;
}

.btn-pinterest {
    background: #cc2127;
    color: #ffffff;
}

.btn-pinterest:hover, .btn-pinterest:focus {
    background: #a01a1f;
    color: #ffffff;
}

.btn-pinterest.btn-social-icon-text {
    padding: 0 1.5rem 0 0;
    background: #e04046;
}

.btn-pinterest.btn-social-icon-text i {
    background: #cc2127;
    padding: .75rem;
    display: inline-block;
    margin-right: 1.5rem;
}

.btn-outline-pinterest {
    border: 1px solid #cc2127;
}

.btn-outline-pinterest:hover {
    background: #cc2127;
    color: #ffffff;
}

.btn-youtube {
    background: #e52d27;
    color: #ffffff;
}

.btn-youtube:hover, .btn-youtube:focus {
    background: #c21d17;
    color: #ffffff;
}

.btn-youtube.btn-social-icon-text {
    padding: 0 1.5rem 0 0;
    background: #ea5955;
}

.btn-youtube.btn-social-icon-text i {
    background: #e52d27;
    padding: .75rem;
    display: inline-block;
    margin-right: 1.5rem;
}

.btn-outline-youtube {
    border: 1px solid #e52d27;
}

.btn-outline-youtube:hover {
    background: #e52d27;
    color: #ffffff;
}

.btn-github {
    background: #333333;
    color: #ffffff;
}

.btn-github:hover, .btn-github:focus {
    background: #1a1a1a;
    color: #ffffff;
}

.btn-github.btn-social-icon-text {
    padding: 0 1.5rem 0 0;
    background: #4d4d4d;
}

.btn-github.btn-social-icon-text i {
    background: #333333;
    padding: .75rem;
    display: inline-block;
    margin-right: 1.5rem;
}

.btn-outline-github {
    border: 1px solid #333333;
}

.btn-outline-github:hover {
    background: #333333;
    color: #ffffff;
}

.btn-behance {
    background: #1769ff;
    color: #ffffff;
}

.btn-behance:hover, .btn-behance:focus {
    background: #0050e3;
    color: #ffffff;
}

.btn-behance.btn-social-icon-text {
    padding: 0 1.5rem 0 0;
    background: #4a8aff;
}

.btn-behance.btn-social-icon-text i {
    background: #1769ff;
    padding: .75rem;
    display: inline-block;
    margin-right: 1.5rem;
}

.btn-outline-behance {
    border: 1px solid #1769ff;
}

.btn-outline-behance:hover {
    background: #1769ff;
    color: #ffffff;
}

.btn-dribbble {
    background: #ea4c89;
    color: #ffffff;
}

.btn-dribbble:hover, .btn-dribbble:focus {
    background: #e51e6b;
    color: #ffffff;
}

.btn-dribbble.btn-social-icon-text {
    padding: 0 1.5rem 0 0;
    background: #ef7aa7;
}

.btn-dribbble.btn-social-icon-text i {
    background: #ea4c89;
    padding: .75rem;
    display: inline-block;
    margin-right: 1.5rem;
}

.btn-outline-dribbble {
    border: 1px solid #ea4c89;
}

.btn-outline-dribbble:hover {
    background: #ea4c89;
    color: #ffffff;
}

.btn-reddit {
    background: #ff4500;
    color: #ffffff;
}

.btn-reddit:hover, .btn-reddit:focus {
    background: #cc3700;
    color: #ffffff;
}

.btn-reddit.btn-social-icon-text {
    padding: 0 1.5rem 0 0;
    background: #ff6a33;
}

.btn-reddit.btn-social-icon-text i {
    background: #ff4500;
    padding: .75rem;
    display: inline-block;
    margin-right: 1.5rem;
}

.btn-outline-reddit {
    border: 1px solid #ff4500;
}

.btn-outline-reddit:hover {
    background: #ff4500;
    color: #ffffff;
}

/* inverse buttons */
.btn-inverse-primary {
    background-color: rgba(70, 77, 238, 0.1);
    background-image: none;
    border-color: rgba(70, 77, 238, 0);
}

.btn-inverse-primary:not(.btn-inverse-light) {
    color: #464dee;
}

.btn-inverse-primary:hover {
    color: #ffffff;
    background-color: #464dee;
    border-color: #464dee;
}

.btn-inverse-primary.focus, .btn-inverse-primary:focus {
    box-shadow: 0 0 0 3px rgba(70, 77, 238, 0.5);
}

.btn-inverse-primary.disabled, .btn-inverse-primary:disabled {
    color: #464dee;
    background-color: transparent;
}

.btn-inverse-primary.active, .btn-inverse-primary:active,
.show > .btn-inverse-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #464dee;
    border-color: #464dee;
}

.btn-primary, .btn-primary:hover {
    box-shadow: 0 2px 2px 0 rgba(70, 77, 238, 0.14), 0 3px 1px -2px rgba(70, 77, 238, 0.2), 0 1px 5px 0 rgba(70, 77, 238, 0.12);
}

.btn-inverse-secondary {
    background-color: rgba(216, 216, 216, 0.1);
    background-image: none;
    border-color: rgba(216, 216, 216, 0);
}

.btn-inverse-secondary:not(.btn-inverse-light) {
    color: #d8d8d8;
}

.btn-inverse-secondary:hover {
    color: #ffffff;
    background-color: #d8d8d8;
    border-color: #d8d8d8;
}

.btn-inverse-secondary.focus, .btn-inverse-secondary:focus {
    box-shadow: 0 0 0 3px rgba(216, 216, 216, 0.5);
}

.btn-inverse-secondary.disabled, .btn-inverse-secondary:disabled {
    color: #d8d8d8;
    background-color: transparent;
}

.btn-inverse-secondary.active, .btn-inverse-secondary:active,
.show > .btn-inverse-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #d8d8d8;
    border-color: #d8d8d8;
}

.btn-secondary, .btn-secondary:hover {
    box-shadow: 0 2px 2px 0 rgba(216, 216, 216, 0.14), 0 3px 1px -2px rgba(216, 216, 216, 0.2), 0 1px 5px 0 rgba(216, 216, 216, 0.12);
}

.btn-inverse-success {
    background-color: rgba(13, 219, 185, 0.1);
    background-image: none;
    border-color: rgba(13, 219, 185, 0);
}

.btn-inverse-success:not(.btn-inverse-light) {
    color: #0ddbb9;
}

.btn-inverse-success:hover {
    color: #ffffff;
    background-color: #0ddbb9;
    border-color: #0ddbb9;
}

.btn-inverse-success.focus, .btn-inverse-success:focus {
    box-shadow: 0 0 0 3px rgba(13, 219, 185, 0.5);
}

.btn-inverse-success.disabled, .btn-inverse-success:disabled {
    color: #0ddbb9;
    background-color: transparent;
}

.btn-inverse-success.active, .btn-inverse-success:active,
.show > .btn-inverse-success.dropdown-toggle {
    color: #ffffff;
    background-color: #0ddbb9;
    border-color: #0ddbb9;
}

.btn-success, .btn-success:hover {
    box-shadow: 0 2px 2px 0 rgba(13, 219, 185, 0.14), 0 3px 1px -2px rgba(13, 219, 185, 0.2), 0 1px 5px 0 rgba(13, 219, 185, 0.12);
}

.btn-inverse-info {
    background-color: rgba(10, 215, 247, 0.1);
    background-image: none;
    border-color: rgba(10, 215, 247, 0);
}

.btn-inverse-info:not(.btn-inverse-light) {
    color: #0ad7f7;
}

.btn-inverse-info:hover {
    color: #ffffff;
    background-color: #0ad7f7;
    border-color: #0ad7f7;
}

.btn-inverse-info.focus, .btn-inverse-info:focus {
    box-shadow: 0 0 0 3px rgba(10, 215, 247, 0.5);
}

.btn-inverse-info.disabled, .btn-inverse-info:disabled {
    color: #0ad7f7;
    background-color: transparent;
}

.btn-inverse-info.active, .btn-inverse-info:active,
.show > .btn-inverse-info.dropdown-toggle {
    color: #ffffff;
    background-color: #0ad7f7;
    border-color: #0ad7f7;
}

.btn-info, .btn-info:hover {
    box-shadow: 0 2px 2px 0 rgba(10, 215, 247, 0.14), 0 3px 1px -2px rgba(10, 215, 247, 0.2), 0 1px 5px 0 rgba(10, 215, 247, 0.12);
}

.btn-inverse-warning {
    background-color: rgba(252, 213, 59, 0.1);
    background-image: none;
    border-color: rgba(252, 213, 59, 0);
}

.btn-inverse-warning:not(.btn-inverse-light) {
    color: #fcd53b;
}

.btn-inverse-warning:hover {
    color: #ffffff;
    background-color: #fcd53b;
    border-color: #fcd53b;
}

.btn-inverse-warning.focus, .btn-inverse-warning:focus {
    box-shadow: 0 0 0 3px rgba(252, 213, 59, 0.5);
}

.btn-inverse-warning.disabled, .btn-inverse-warning:disabled {
    color: #fcd53b;
    background-color: transparent;
}

.btn-inverse-warning.active, .btn-inverse-warning:active,
.show > .btn-inverse-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #fcd53b;
    border-color: #fcd53b;
}

.btn-warning, .btn-warning:hover {
    box-shadow: 0 2px 2px 0 rgba(252, 213, 59, 0.14), 0 3px 1px -2px rgba(252, 213, 59, 0.2), 0 1px 5px 0 rgba(252, 213, 59, 0.12);
}

.btn-inverse-danger {
    background-color: rgba(238, 91, 91, 0.1);
    background-image: none;
    border-color: rgba(238, 91, 91, 0);
}

.btn-inverse-danger:not(.btn-inverse-light) {
    color: #ee5b5b;
}

.btn-inverse-danger:hover {
    color: #ffffff;
    background-color: #ee5b5b;
    border-color: #ee5b5b;
}

.btn-inverse-danger.focus, .btn-inverse-danger:focus {
    box-shadow: 0 0 0 3px rgba(238, 91, 91, 0.5);
}

.btn-inverse-danger.disabled, .btn-inverse-danger:disabled {
    color: #ee5b5b;
    background-color: transparent;
}

.btn-inverse-danger.active, .btn-inverse-danger:active,
.show > .btn-inverse-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #ee5b5b;
    border-color: #ee5b5b;
}

.btn-danger, .btn-danger:hover {
    box-shadow: 0 2px 2px 0 rgba(238, 91, 91, 0.14), 0 3px 1px -2px rgba(238, 91, 91, 0.2), 0 1px 5px 0 rgba(238, 91, 91, 0.12);
}

.btn-inverse-light {
    background-color: rgba(216, 216, 216, 0.1);
    background-image: none;
    border-color: rgba(216, 216, 216, 0);
}

.btn-inverse-light:not(.btn-inverse-light) {
    color: #d8d8d8;
}

.btn-inverse-light:hover {
    color: #ffffff;
    background-color: #d8d8d8;
    border-color: #d8d8d8;
}

.btn-inverse-light.focus, .btn-inverse-light:focus {
    box-shadow: 0 0 0 3px rgba(216, 216, 216, 0.5);
}

.btn-inverse-light.disabled, .btn-inverse-light:disabled {
    color: #d8d8d8;
    background-color: transparent;
}

.btn-inverse-light.active, .btn-inverse-light:active,
.show > .btn-inverse-light.dropdown-toggle {
    color: #ffffff;
    background-color: #d8d8d8;
    border-color: #d8d8d8;
}

.btn-light, .btn-light:hover {
    box-shadow: 0 2px 2px 0 rgba(216, 216, 216, 0.14), 0 3px 1px -2px rgba(216, 216, 216, 0.2), 0 1px 5px 0 rgba(216, 216, 216, 0.12);
}

.btn-inverse-dark {
    background-color: rgba(0, 23, 55, 0.1);
    background-image: none;
    border-color: rgba(0, 23, 55, 0);
}

.btn-inverse-dark:not(.btn-inverse-light) {
    color: #001737;
}

.btn-inverse-dark:hover {
    color: #ffffff;
    background-color: #001737;
    border-color: #001737;
}

.btn-inverse-dark.focus, .btn-inverse-dark:focus {
    box-shadow: 0 0 0 3px rgba(0, 23, 55, 0.5);
}

.btn-inverse-dark.disabled, .btn-inverse-dark:disabled {
    color: #001737;
    background-color: transparent;
}

.btn-inverse-dark.active, .btn-inverse-dark:active,
.show > .btn-inverse-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #001737;
    border-color: #001737;
}

.btn-dark, .btn-dark:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 23, 55, 0.14), 0 3px 1px -2px rgba(0, 23, 55, 0.2), 0 1px 5px 0 rgba(0, 23, 55, 0.12);
}

.btn-outline-inverse-primary {
    color: #7746ee;
    border-color: #464dee;
}

.btn-outline-inverse-primary:hover {
    color: #fff;
    background-color: #464dee;
    border-color: #464dee;
}

.btn-outline-inverse-primary:focus, .btn-outline-inverse-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(70, 77, 238, 0.5);
}

.btn-outline-inverse-primary.disabled, .btn-outline-inverse-primary:disabled {
    color: #464dee;
    background-color: transparent;
}

.btn-outline-inverse-primary:not(:disabled):not(.disabled):active, .btn-outline-inverse-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-inverse-primary.dropdown-toggle {
    color: #fff;
    background-color: #464dee;
    border-color: #464dee;
}

.btn-outline-inverse-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-inverse-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-inverse-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(70, 77, 238, 0.5);
}

.btn-outline-inverse-secondary {
    color: #d8d8d8;
    border-color: #d8d8d8;
}

.btn-outline-inverse-secondary:hover {
    color: #212529;
    background-color: #d8d8d8;
    border-color: #d8d8d8;
}

.btn-outline-inverse-secondary:focus, .btn-outline-inverse-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.5);
}

.btn-outline-inverse-secondary.disabled, .btn-outline-inverse-secondary:disabled {
    color: #d8d8d8;
    background-color: transparent;
}

.btn-outline-inverse-secondary:not(:disabled):not(.disabled):active, .btn-outline-inverse-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-inverse-secondary.dropdown-toggle {
    color: #212529;
    background-color: #d8d8d8;
    border-color: #d8d8d8;
}

.btn-outline-inverse-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-inverse-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-inverse-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.5);
}

.btn-outline-inverse-success {
    color: #0db8db;
    border-color: #0ddbb9;
}

.btn-outline-inverse-success:hover {
    color: #212529;
    background-color: #0ddbb9;
    border-color: #0ddbb9;
}

.btn-outline-inverse-success:focus, .btn-outline-inverse-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 219, 185, 0.5);
}

.btn-outline-inverse-success.disabled, .btn-outline-inverse-success:disabled {
    color: #0ddbb9;
    background-color: transparent;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control, .input-group > .typeahead,
.input-group > .tt-query,
.input-group > .tt-hint,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group > .form-control + .form-control, .input-group > .typeahead + .form-control, .input-group > .tt-query + .form-control, .input-group > .tt-hint + .form-control, .input-group > .form-control + .typeahead, .input-group > .typeahead + .typeahead, .input-group > .tt-query + .typeahead, .input-group > .tt-hint + .typeahead,
.input-group > .form-control + .tt-query,
.input-group > .typeahead + .tt-query,
.input-group > .tt-query + .tt-query,
.input-group > .tt-hint + .tt-query,
.input-group > .form-control + .tt-hint,
.input-group > .typeahead + .tt-hint,
.input-group > .tt-query + .tt-hint,
.input-group > .tt-hint + .tt-hint,
.input-group > .form-control + .custom-select,
.input-group > .typeahead + .custom-select,
.input-group > .tt-query + .custom-select,
.input-group > .tt-hint + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .typeahead + .custom-file,
.input-group > .tt-query + .custom-file,
.input-group > .tt-hint + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .typeahead,
.input-group > .form-control-plaintext + .tt-query,
.input-group > .form-control-plaintext + .tt-hint,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .typeahead,
.input-group > .custom-select + .tt-query,
.input-group > .custom-select + .tt-hint,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .typeahead,
.input-group > .custom-file + .tt-query,
.input-group > .custom-file + .tt-hint,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:focus, .input-group > .typeahead:focus,
.input-group > .tt-query:focus,
.input-group > .tt-hint:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .form-control:not(:last-child), .input-group > .typeahead:not(:last-child),
.input-group > .tt-query:not(:last-child),
.input-group > .tt-hint:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child), .input-group > .typeahead:not(:first-child),
.input-group > .tt-query:not(:first-child),
.input-group > .tt-hint:not(:first-child),
.input-group > .custom-select: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::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.875rem 1.375rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 2px;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > .typeahead:not(textarea),
.input-group-lg > .tt-query:not(textarea),
.input-group-lg > .tt-hint:not(textarea),
.input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > .typeahead,
.input-group-lg > .tt-query,
.input-group-lg > .tt-hint,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.94rem 1.94rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .typeahead:not(textarea),
.input-group-sm > .tt-query:not(textarea),
.input-group-sm > .tt-hint:not(textarea),
.input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > .typeahead,
.input-group-sm > .tt-query,
.input-group-sm > .tt-hint,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.5rem 0.81rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    color: #a7afb7;
}

.form-check-label {
    margin-bottom: 0;
}