html, body {
    min-height: 100%;
    position: relative;
}

.form-control, .select2 {
    box-shadow: 0 0 1rem rgb(0 0 0 / 12%) !important;
    /*border: 1px solid #bfc9d4;*/
}

.select2-container--open {
    z-index: 99999 !important;
}


.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #2225;
    /*z-index: 19999*/
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.faq .nav-pills li.nav-item a:hover {
    border: 2px solid #019687;
    transition: all ease 0.4s;
    color: #019687;
}

.dashboard-title{
    text-align:center;
}
.dashboard-title::before{
    position: absolute;
    bottom: -5px;
    width: 30%;
    left:35%;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    border-bottom: 3px solid;
}
.dashboard-title::after{
    position: absolute;
    bottom: -6.5px;
    width: 10%;
    left:45%;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    border-bottom: 6px solid;
}

caption {
    caption-side: top;
}

.guides-canvas, .guides-mask, .guides-overlay {
    /*height: calc(100%);*/
    /*height: calc(100vh + 100%)*/
}

.blur{
    -webkit-filter: blur(5px); /* Chrome, Safari, Opera */
    filter: blur(5px);
}

.container.blur {
    filter: blur(5px);
}

.bt-3{
    border-top: 3px solid;
}

.bb-3{
    border-bottom: 3px solid;
}

.br-3{
    border-right: 3px solid;
}

.bl-3{
    border-left: 3px solid;
}

.bt-3{
    border-top: 3px solid;
}

.bb-2{
    border-bottom: 2px solid;
}

.br-2{
    border-right: 2px solid;
}

.bl-2{
    border-left: 2px solid;
}

.bt-1{
    border-top: 1px solid;
}

.bb-1{
    border-bottom: 1px solid;
}

.br-1{
    border-right: 1px solid;
}

.bl-1{
    border-left: 1px solid;
}

.widget.dashboard-table .dropdown-toggle {
    /*border: 1px solid #0f8d82 !important;*/

}
