/* :root {
    --blue: #1e90ff;
    --white: #ffffff; 
  } */

.sidebar-theme {
    background: #014c21;
}

#content{
    /*margin-top:47px;*/
}

.main-container{
    /* background:#0ba360; */
}

.btn-primary {
    color: #fff !important;
    background-color: #019687!important;
    border-color: #019687 !important;
}

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

.center-two-start{
    min-width: 400px !important;
}

.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
}

.modal-backdrop {
    /* bug fix - no overlay */
    /*display: none;*/
}

.modal{
    /* bug fix - custom overlay */
    /*background-color: rgba(10,10,10,0.45);*/
}

.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;
}

.float-right{
    float: right;
}

.dropzone{
    display: block !important;
}

/* .row > * {
    padding-left:0 !important;
    padding-right:0 !important;
} */

.modal-dialog{
    margin-top:0px;
}


.login-menu-button{

    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    font-weight: 600;
    color: rgb(72, 76, 122);
    font-size: 14px;
    height: 38px;
    padding: 8px 24px;
    border-radius: 50px;
    background-image: linear-gradient(180deg,#fff,#f5f5fa);
    box-shadow: 0 4px 11px 0 rgb(37 44 97 / 15%), 0 1px 3px 0 rgb(93 100 148 / 20%);
    transition: all .2s ease-out;
    &:hover{
        box-shadow: 0 8px 22px 0 rgb(37 44 97 / 15%), 0 4px 6px 0 rgb(93 100 148 / 20%);
    }
    
}

/* Custom scrollbar styling */
.scroll300 {
    overflow-y: auto;
    max-height: 300px;
}

.scroll300::-webkit-scrollbar {
    width: 8px;
}

.scroll300::-webkit-scrollbar-thumb {
    background-color: #019687;
    border-radius: 10px;
}

.scroll300::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Small alert boxes */
.alert-sm {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.4;
}
