h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
}

body {
    font-family: 'Open Sans', sans-serif;
}

#user-drop * {
    color: #2185C5;
    font-size:1rem;
}

.alert-danger {
    margin-top:5px;
    text-align:center!important;
}

textarea.form-control{
    scrollbar-width: none!important;
}

/* .form-control:disabled, .form-control[readonly] {
    background-color: white;
} */

.dg-hyperlink {
    color: #4e73df!important;
}

.trans_button {
    vertical-align: middle;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}

.popover-header {
    color: black !important;
    text-align: center !important;
}

.popover-body {
    color: black !important;
    text-align: justify !important;
}

.nav-tabs .nav-link.active {
    color: #4e73df;
    background-color: #f8f9fc;
    border-color: #dddfeb #dddfeb transparent;
}

.card-header {
    text-align: center;
}

.custom-file-label{
    padding-left: 82px;
    width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
}

.custom-file-label::after {
    background-color: #F7931E;
    border-color: #F7931E;
    color: #FFF;
    left: 0;
    right: auto;
    border-left-width: 0;
    border-right: inherit;
    border-radius: .35rem .35rem .35rem .35rem;
}

.img-box {
    display: grid;
    height: 100%;
}
.center-fit {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}

.export {
    color: #4e73df !important;
    font-size: 13px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .8;
    border-radius: .2rem;
}

.col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%;
}
.col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
}
.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
}
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
}
.col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 41.66667%;
}
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}
.col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 58.33333%;
}
.col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 66.66667%;
}
.col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
}
.col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 83.33333%;
}
.col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 91.66667%;
}
.col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

@media (min-width: 768px) {
    .sidebar {
        width: 16rem !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #SMEConfirmation{
        margin-top:-8px!important;
    }
    .form-check #SMEConfirmation{
        margin-top:5px!important;
    }
}

@supports (-moz-appearance:none) {
    #SMEConfirmation{
        margin-top:5px!important;
    }
}
