﻿
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.42rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 500;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #1c5085;
    background-color: #d7ebff;
    border-color: #c7e2ff;
}

    .alert-primary hr {
        border-top-color: #aed5ff;
    }

    .alert-primary .alert-link {
        color: #13375b;
    }

.alert-secondary {
    color: #77787c;
    background-color: #fafafc;
    border-color: #f7f8fb;
}

    .alert-secondary hr {
        border-top-color: #e6e9f3;
    }

    .alert-secondary .alert-link {
        color: #5e5f62;
    }

.alert-success {
    color: #0e6662;
    background-color: #d1f3f2;
    border-color: #bfefed;
}

    .alert-success hr {
        border-top-color: #abeae7;
    }

    .alert-success .alert-link {
        color: #083937;
    }

.alert-info {
    color: #472a83;
    background-color: #e7dcfe;
    border-color: #decefe;
}

    .alert-info hr {
        border-top-color: #cdb5fd;
    }

    .alert-info .alert-link {
        color: #321e5c;
    }

.alert-warning {
    color: #855700;
    background-color: #ffeecc;
    border-color: #ffe7b8;
}

    .alert-warning hr {
        border-top-color: #ffde9f;
    }

    .alert-warning .alert-link {
        color: #523600;
    }

.alert-danger {
    color: #802932;
    background-color: #fddcdf;
    border-color: #fccdd2;
}

    .alert-danger hr {
        border-top-color: #fbb5bc;
    }

    .alert-danger .alert-link {
        color: #591d23;
    }

.alert-light {
    color: #7e8081;
    background-color: #fdfdfe;
    border-color: #fcfcfd;
}

    .alert-light hr {
        border-top-color: #ededf3;
    }

    .alert-light .alert-link {
        color: #656667;
    }

.alert-dark {
    color: #0c0f1a;
    background-color: #d1d2d6;
    border-color: #bebfc6;
}

    .alert-dark hr {
        border-top-color: #b0b2ba;
    }

    .alert-dark .alert-link {
        color: black;
    }

.alert-white {
    color: #858585;
    background-color: white;
    border-color: white;
}

    .alert-white hr {
        border-top-color: #f2f2f2;
    }

    .alert-white .alert-link {
        color: #6c6c6c;
    }


.alert.alert-primary {
    background-color: #3699FF;
    border-color: #3699FF;
    color: #FFFFFF;
}

    .alert.alert-primary .close i {
        opacity: 0.8;
        color: #FFFFFF;
    }

    .alert.alert-primary .close:focus i, .alert.alert-primary .close:hover i {
        opacity: 1;
        color: #FFFFFF;
    }

.alert.alert-secondary {
    background-color: #E4E6EF;
    border-color: #E4E6EF;
    color: #3F4254;
}

    .alert.alert-secondary .close i {
        opacity: 0.8;
        color: #3F4254;
    }

    .alert.alert-secondary .close:focus i, .alert.alert-secondary .close:hover i {
        opacity: 1;
        color: #3F4254;
    }

.alert.alert-success {
    background-color: #1BC5BD;
    border-color: #1BC5BD;
    color: #ffffff;
}

    .alert.alert-success .close i {
        opacity: 0.8;
        color: #ffffff;
    }

    .alert.alert-success .close:focus i, .alert.alert-success .close:hover i {
        opacity: 1;
        color: #ffffff;
    }

.alert.alert-info {
    background-color: #8950FC;
    border-color: #8950FC;
    color: #ffffff;
}

    .alert.alert-info .close i {
        opacity: 0.8;
        color: #ffffff;
    }

    .alert.alert-info .close:focus i, .alert.alert-info .close:hover i {
        opacity: 1;
        color: #ffffff;
    }

.alert.alert-warning {
    background-color: #FFA800;
    border-color: #FFA800;
    color: #ffffff;
}

    .alert.alert-warning .close i {
        opacity: 0.8;
        color: #ffffff;
    }

    .alert.alert-warning .close:focus i, .alert.alert-warning .close:hover i {
        opacity: 1;
        color: #ffffff;
    }

.alert.alert-danger {
    background-color: #F64E60;
    border-color: #F64E60;
    color: #ffffff;
}

.alert.alert-standard {
    border-color: #00137d;
    color: #ffffff;
    background: linear-gradient(45deg, rgba(70, 75, 252, 1) 0%, rgba(0, 31, 96, 1) 30%, rgba(1, 32, 99, 1) 66%, rgba(70, 75, 252, 1) 100%);
}

    .alert.alert-danger .close i {
        opacity: 0.8;
        color: #ffffff;
    }

    .alert.alert-danger .close:focus i, .alert.alert-danger .close:hover i {
        opacity: 1;
        color: #ffffff;
    }

.alert.alert-light {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    color: #7E8299;
}

    .alert.alert-light .close i {
        opacity: 0.8;
        color: #7E8299;
    }

    .alert.alert-light .close:focus i, .alert.alert-light .close:hover i {
        opacity: 1;
        color: #7E8299;
    }

.alert.alert-dark {
    background-color: #181C32;
    border-color: #181C32;
    color: #ffffff;
}

    .alert.alert-dark .close i {
        opacity: 0.8;
        color: #ffffff;
    }

    .alert.alert-dark .close:focus i, .alert.alert-dark .close:hover i {
        opacity: 1;
        color: #ffffff;
    }

.alert.alert-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #3F4254;
}

    .alert.alert-white .close i {
        opacity: 0.8;
        color: #3F4254;
    }

    .alert.alert-white .close:focus i, .alert.alert-white .close:hover i {
        opacity: 1;
        color: #3F4254;
    }

.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: #3F4254;
        }

        .alert.alert-custom.alert-white .alert-text {
            color: #3F4254;
        }

        .alert.alert-custom.alert-white .alert-close i {
            color: #3F4254;
        }

    .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: #E4E6EF;
        border-color: #E4E6EF;
    }

        .alert.alert-custom.alert-secondary .alert-icon i {
            opacity: 0.8;
            color: #3F4254;
        }

        .alert.alert-custom.alert-secondary .alert-text {
            color: #3F4254;
        }

        .alert.alert-custom.alert-secondary .alert-close i {
            color: #3F4254;
        }

        .alert.alert-custom.alert-secondary .alert-close:focus, .alert.alert-custom.alert-secondary .alert-close:hover {
            opacity: 1;
            color: #3F4254;
        }

    .alert.alert-custom.alert-light-secondary {
        background-color: #EBEDF3;
        border-color: transparent;
    }

        .alert.alert-custom.alert-light-secondary .alert-icon i {
            color: #E4E6EF;
        }

        .alert.alert-custom.alert-light-secondary .alert-text {
            color: #E4E6EF;
        }

        .alert.alert-custom.alert-light-secondary .alert-close i {
            color: #E4E6EF;
        }

        .alert.alert-custom.alert-light-secondary .alert-close:focus, .alert.alert-custom.alert-light-secondary .alert-close:hover {
            color: #d7dae7;
        }

        .alert.alert-custom.alert-light-secondary.alert-notice {
            border: 0;
            border-left: 4px solid #E4E6EF;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .alert.alert-custom.alert-outline-secondary {
        background-color: transparent;
        border-color: #E4E6EF;
    }

        .alert.alert-custom.alert-outline-secondary .alert-icon i {
            color: #3F4254;
        }

        .alert.alert-custom.alert-outline-secondary .alert-text {
            color: #3F4254;
        }

        .alert.alert-custom.alert-outline-secondary .alert-close i {
            opacity: 0.8;
            color: #3F4254;
        }

        .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: #7E8299;
        }

        .alert.alert-custom.alert-light .alert-text {
            color: #7E8299;
        }

        .alert.alert-custom.alert-light .alert-close i {
            color: #7E8299;
        }

        .alert.alert-custom.alert-light .alert-close:focus, .alert.alert-custom.alert-light .alert-close:hover {
            opacity: 1;
            color: #7E8299;
        }

    .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: #E4E6EF;
        }

        .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: #3F4254;
        }

        .alert.alert-custom.alert-outline-light .alert-text {
            color: #3F4254;
        }

        .alert.alert-custom.alert-outline-light .alert-close i {
            opacity: 0.8;
            color: #3F4254;
        }

        .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: #181C32;
        border-color: #181C32;
    }

        .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: #D1D3E0;
        border-color: transparent;
    }

        .alert.alert-custom.alert-light-dark .alert-icon i {
            color: #181C32;
        }

        .alert.alert-custom.alert-light-dark .alert-text {
            color: #181C32;
        }

        .alert.alert-custom.alert-light-dark .alert-close i {
            color: #181C32;
        }

        .alert.alert-custom.alert-light-dark .alert-close:focus, .alert.alert-custom.alert-light-dark .alert-close:hover {
            color: #131628;
        }

        .alert.alert-custom.alert-light-dark.alert-notice {
            border: 0;
            border-left: 4px solid #181C32;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .alert.alert-custom.alert-outline-dark {
        background-color: transparent;
        border-color: #181C32;
    }

        .alert.alert-custom.alert-outline-dark .alert-icon i {
            color: #181C32;
        }

        .alert.alert-custom.alert-outline-dark .alert-text {
            color: #181C32;
        }

        .alert.alert-custom.alert-outline-dark .alert-close i {
            opacity: 0.8;
            color: #181C32;
        }

        .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: #3F4254;
        }

        .alert.alert-custom.alert-white .alert-text {
            color: #3F4254;
        }

        .alert.alert-custom.alert-white .alert-close i {
            color: #3F4254;
        }

        .alert.alert-custom.alert-white .alert-close:focus, .alert.alert-custom.alert-white .alert-close:hover {
            opacity: 1;
            color: #3F4254;
        }

    .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;
        }

.border-bottom {
    border-bottom: 1px solid #EBEDF3 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-bottom-primary {
    border-bottom-color: #3699FF !important;
}

.border-bottom-secondary {
    border-bottom-color: #E4E6EF !important;
}

.border-bottom-success {
    border-bottom-color: #1BC5BD !important;
}

.border-bottom-info {
    border-bottom-color: #8950FC !important;
}

.border-bottom-warning {
    border-bottom-color: #FFA800 !important;
}

.border-bottom-danger {
    border-bottom-color: #F64E60 !important;
}

.border-bottom-light {
    border-bottom-color: #F3F6F9 !important;
}

.border-bottom-dark {
    border-bottom-color: #181C32 !important;
}

.border-bottom-white {
    border-bottom-color: #ffffff !important;
}

.border-bottom-light-white {
    border-bottom-color: #ffffff !important;
}

.border-bottom-light-primary {
    border-bottom-color: #E1F0FF !important;
}
.border-bottom-light-secondary {
    border-bottom-color: #EBEDF3 !important;
}
.border-bottom-light-success {
    border-bottom-color: #C9F7F5 !important;
}
.border-bottom-light-info {
    border-bottom-color: #EEE5FF !important;
}
.border-bottom-light-warning {
    border-bottom-color: #FFF4DE !important;
}
.border-bottom-light-danger {
    border-bottom-color: #FFE2E5 !important;
}
.border-bottom-light-light {
    border-bottom-color: #F3F6F9 !important;
}
.border-bottom-light-dark {
    border-bottom-color: #D1D3E0 !important;
}


.form-control {
    display: block;
    width: calc(100% - 25px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #3F4254;
}

.form-control:focus {
    color: #3F4254;
    background-color: #ffffff;
    border-color: #69b3ff;
    outline: 0;
}

.form-control::-webkit-input-placeholder {
    color: #B5B5C3;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #B5B5C3;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #B5B5C3;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #B5B5C3;
    opacity: 1;
}

.form-control::placeholder {
    color: #B5B5C3;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #F3F6F9;
    opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #3F4254;
    background-color: #ffffff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.65rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #3F4254;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    height: calc(1.35em + 1.1rem + 2px);
    padding: 0.55rem 0.75rem;
    font-size: 0.925rem;
    line-height: 1.35;
    border-radius: 0.28rem;
}

.form-control-lg {
    height: calc(1.5em + 1.65rem + 2px);
    padding: 0.825rem 1.42rem;
    font-size: 1.08rem;
    line-height: 1.5;
    border-radius: 0.42rem;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1.75rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
        color: #B5B5C3;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: #1BC5BD;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.75rem 1rem;
    margin-top: 0.1rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: #1bc5bd;
    border-radius: 3px;
}

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
    left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #1BC5BD;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231BC5BD' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border-color: #1BC5BD;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 197, 189, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(27, 197, 189, 0.25);
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1.3rem);
    background-position: top calc(0.375em + 0.325rem) right calc(0.375em + 0.325rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #1BC5BD;
    padding-right: calc(0.75em + 2.975rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233F4254' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231BC5BD' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2rem/calc(0.75em + 0.65rem) calc(0.75em + 0.65rem) no-repeat;
}

    .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
        border-color: #1BC5BD;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 197, 189, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(27, 197, 189, 0.25);
    }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #1BC5BD;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
    left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #F64E60;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F64E60' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #F64E60;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 78, 96, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(246, 78, 96, 0.25);
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1.3rem);
    background-position: top calc(0.375em + 0.325rem) right calc(0.375em + 0.325rem);
}


.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #F64E60;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}


.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: normal;
    color: #3F4254;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.65rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.42rem;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}

.btn:hover {
    color: #3F4254;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

    .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #3699FF;
    border-color: #3699FF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-primary:hover {
        color: #ffffff;
        background-color: #1086ff;
        border-color: #037fff;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #ffffff;
        background-color: #1086ff;
        border-color: #037fff;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 168, 255, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(84, 168, 255, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #ffffff;
        background-color: #3699FF;
        border-color: #3699FF;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #ffffff;
        background-color: #037fff;
        border-color: #0079f5;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 168, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(84, 168, 255, 0.5);
        }

.btn-secondary {
    color: #181C32;
    background-color: #E4E6EF;
    border-color: #E4E6EF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-secondary:hover {
        color: #181C32;
        background-color: #ccd0e1;
        border-color: #c4c8dc;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        color: #181C32;
        background-color: #ccd0e1;
        border-color: #c4c8dc;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 200, 211, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(197, 200, 211, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #181C32;
        background-color: #E4E6EF;
        border-color: #E4E6EF;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #181C32;
        background-color: #c4c8dc;
        border-color: #bcc1d7;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 200, 211, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(197, 200, 211, 0.5);
        }

.btn-success {
    color: #ffffff;
    background-color: #1BC5BD;
    border-color: #1BC5BD;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-success:hover {
        color: #ffffff;
        background-color: #16a39d;
        border-color: #159892;
    }

    .btn-success:focus, .btn-success.focus {
        color: #ffffff;
        background-color: #16a39d;
        border-color: #159892;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 206, 199, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(61, 206, 199, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #ffffff;
        background-color: #1BC5BD;
        border-color: #1BC5BD;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
        color: #ffffff;
        background-color: #159892;
        border-color: #138d87;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 206, 199, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(61, 206, 199, 0.5);
        }

.btn-info {
    color: #ffffff;
    background-color: #8950FC;
    border-color: #8950FC;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-info:hover {
        color: #ffffff;
        background-color: #702afb;
        border-color: #671efb;
    }

    .btn-info:focus, .btn-info.focus {
        color: #ffffff;
        background-color: #702afb;
        border-color: #671efb;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(155, 106, 252, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(155, 106, 252, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #ffffff;
        background-color: #8950FC;
        border-color: #8950FC;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
        color: #ffffff;
        background-color: #671efb;
        border-color: #5f11fb;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(155, 106, 252, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(155, 106, 252, 0.5);
        }

.btn-warning {
    color: #181C32;
    background-color: #FFA800;
    border-color: #FFA800;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-warning:hover {
        color: #ffffff;
        background-color: #d98f00;
        border-color: #cc8600;
    }

    .btn-warning:focus, .btn-warning.focus {
        color: #ffffff;
        background-color: #d98f00;
        border-color: #cc8600;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 147, 8, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(220, 147, 8, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #181C32;
        background-color: #FFA800;
        border-color: #FFA800;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
        color: #ffffff;
        background-color: #cc8600;
        border-color: #bf7e00;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 147, 8, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 147, 8, 0.5);
        }

.btn-danger {
    color: #ffffff;
    background-color: #F64E60;
    border-color: #F64E60;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-danger:hover {
        color: #ffffff;
        background-color: #f42a3f;
        border-color: #f41d34;
    }

    .btn-danger:focus, .btn-danger.focus {
        color: #ffffff;
        background-color: #f42a3f;
        border-color: #f41d34;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 105, 120, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(247, 105, 120, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #ffffff;
        background-color: #F64E60;
        border-color: #F64E60;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
        color: #ffffff;
        background-color: #f41d34;
        border-color: #f3112a;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 105, 120, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(247, 105, 120, 0.5);
        }

.btn-light {
    color: #181C32;
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-light:hover {
        color: #181C32;
        background-color: #dae3ec;
        border-color: #d1dde8;
    }

    .btn-light:focus, .btn-light.focus {
        color: #181C32;
        background-color: #dae3ec;
        border-color: #d1dde8;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 213, 219, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(210, 213, 219, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #181C32;
        background-color: #F3F6F9;
        border-color: #F3F6F9;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
        color: #181C32;
        background-color: #d1dde8;
        border-color: #c9d6e4;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 213, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(210, 213, 219, 0.5);
        }

.btn-dark {
    color: #ffffff;
    background-color: #181C32;
    border-color: #181C32;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-dark:hover {
        color: #ffffff;
        background-color: #0c0e18;
        border-color: #070910;
    }

    .btn-dark:focus, .btn-dark.focus {
        color: #ffffff;
        background-color: #0c0e18;
        border-color: #070910;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 62, 81, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(59, 62, 81, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #ffffff;
        background-color: #181C32;
        border-color: #181C32;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
        color: #ffffff;
        background-color: #070910;
        border-color: #030407;
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 62, 81, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(59, 62, 81, 0.5);
        }

.btn-white {
    color: #181C32;
    background-color: #ffffff;
    border-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-white:hover {
        color: #181C32;
        background-color: #ececec;
        border-color: #e6e6e6;
    }

    .btn-white:focus, .btn-white.focus {
        color: #181C32;
        background-color: #ececec;
        border-color: #e6e6e6;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 221, 224, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(220, 221, 224, 0.5);
    }

    .btn-white.disabled, .btn-white:disabled {
        color: #181C32;
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
        color: #181C32;
        background-color: #e6e6e6;
        border-color: #dfdfdf;
    }

        .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 221, 224, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 221, 224, 0.5);
        }

.btn-outline-primary {
    color: #3699FF;
    border-color: #3699FF;
}

    .btn-outline-primary:hover {
        color: #ffffff;
        background-color: #3699FF;
        border-color: #3699FF;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 153, 255, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(54, 153, 255, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #3699FF;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #ffffff;
        background-color: #3699FF;
        border-color: #3699FF;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 153, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(54, 153, 255, 0.5);
        }

.btn-outline-secondary {
    color: #E4E6EF;
    border-color: #E4E6EF;
}

    .btn-outline-secondary:hover {
        color: #181C32;
        background-color: #E4E6EF;
        border-color: #E4E6EF;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 230, 239, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(228, 230, 239, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #E4E6EF;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #181C32;
        background-color: #E4E6EF;
        border-color: #E4E6EF;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 230, 239, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(228, 230, 239, 0.5);
        }

.btn-outline-success {
    color: #1BC5BD;
    border-color: #1BC5BD;
}

    .btn-outline-success:hover {
        color: #ffffff;
        background-color: #1BC5BD;
        border-color: #1BC5BD;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 197, 189, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(27, 197, 189, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #1BC5BD;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
        color: #ffffff;
        background-color: #1BC5BD;
        border-color: #1BC5BD;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 197, 189, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(27, 197, 189, 0.5);
        }

.btn-outline-info {
    color: #8950FC;
    border-color: #8950FC;
}

    .btn-outline-info:hover {
        color: #ffffff;
        background-color: #8950FC;
        border-color: #8950FC;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(137, 80, 252, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(137, 80, 252, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #8950FC;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
        color: #ffffff;
        background-color: #8950FC;
        border-color: #8950FC;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(137, 80, 252, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(137, 80, 252, 0.5);
        }

.btn-outline-warning {
    color: #FFA800;
    border-color: #FFA800;
}

    .btn-outline-warning:hover {
        color: #181C32;
        background-color: #FFA800;
        border-color: #FFA800;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 168, 0, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(255, 168, 0, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #FFA800;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
        color: #181C32;
        background-color: #FFA800;
        border-color: #FFA800;
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 168, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 168, 0, 0.5);
        }

.btn-outline-danger {
    color: #F64E60;
    border-color: #F64E60;
}

    .btn-outline-danger:hover {
        color: #ffffff;
        background-color: #F64E60;
        border-color: #F64E60;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 78, 96, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(246, 78, 96, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #F64E60;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
        color: #ffffff;
        background-color: #F64E60;
        border-color: #F64E60;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 78, 96, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(246, 78, 96, 0.5);
        }

.btn-outline-light {
    color: #F3F6F9;
    border-color: #F3F6F9;
}

    .btn-outline-light:hover {
        color: #181C32;
        background-color: #F3F6F9;
        border-color: #F3F6F9;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 246, 249, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(243, 246, 249, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #F3F6F9;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
        color: #181C32;
        background-color: #F3F6F9;
        border-color: #F3F6F9;
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 246, 249, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(243, 246, 249, 0.5);
        }

.btn-outline-dark {
    color: #181C32;
    border-color: #181C32;
}

    .btn-outline-dark:hover {
        color: #ffffff;
        background-color: #181C32;
        border-color: #181C32;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 28, 50, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(24, 28, 50, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #181C32;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
        color: #ffffff;
        background-color: #181C32;
        border-color: #181C32;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 28, 50, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(24, 28, 50, 0.5);
        }

.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
}

    .btn-outline-white:hover {
        color: #181C32;
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .btn-outline-white:focus, .btn-outline-white.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    }

    .btn-outline-white.disabled, .btn-outline-white:disabled {
        color: #ffffff;
        background-color: transparent;
    }

    .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
        color: #181C32;
        background-color: #ffffff;
        border-color: #ffffff;
    }

        .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
        }

.btn-link {
    font-weight: 400;
    color: #3699FF;
    text-decoration: none;
}

    .btn-link:hover {
        color: #0073e9;
        text-decoration: underline;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #7E8299;
        pointer-events: none;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.825rem 1.42rem;
    font-size: 1.08rem;
    line-height: 1.5;
    border-radius: 0.42rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.55rem 0.75rem;
    font-size: 0.925rem;
    line-height: 1.35;
    border-radius: 0.42rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%;
}

.input-icon .form-control {
    padding-left: calc(1.5em + 1.3rem + 2px);
}

.input-icon.input-icon-right span {
    right: 0;
    left: auto;
}

.input-icon.input-icon-right .form-control {
    padding-left: 1rem;
    padding-right: calc(1.5em + 1.3rem + 2px);
}
.input-group.input-group-solid .form-control {
    border: 0;
    background-color: transparent;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .input-group.input-group-solid .form-control.form-control-solid:active, .input-group.input-group-solid .form-control.form-control-solid.active, .input-group.input-group-solid .form-control.form-control-solid:focus, .input-group.input-group-solid .form-control.form-control-solid.focus {
        background-color: #EBEDF3;
        border-color: #EBEDF3;
        color: #3F4254;
        -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;
    }

.input-group.input-group-solid.input-group-sm {
    border-radius: 0.28rem;
}

.input-group.input-group-solid.input-group-lg {
    border-radius: 0.42rem;
}

.input-group.input-group-solid .input-group-prepend,
.input-group.input-group-solid .input-group-append,
.input-group.input-group-solid .input-group-text {
    background-color: transparent;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}

    .input-group.input-group-solid .input-group-prepend .btn-secondary,
    .input-group.input-group-solid .input-group-append .btn-secondary,
    .input-group.input-group-solid .input-group-text .btn-secondary {
        border: 0 !important;
    }

    .input-group.input-group-solid .input-group-prepend ~ .form-control {
        padding-left: 0 !important;
    }

.form-inline .checkbox {
    margin-left: 15px;
    margin-right: 15px;
}

.form-inline .radio {
    margin-left: 15px;
    margin-right: 15px;
}