body {
    font-family: 'Montserrat', 'sans-serif';
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8;
    background: #eff2f5;
    color: #111;
}

.form-label{
    margin-bottom: 0.2rem;
}

input{
    text-transform: uppercase !important;
}

.ts-wrapper.form-select.disabled, .ts-wrapper.form-select.disabled * {
    background: #e9ecef;
    color: black !important;
    opacity: 1;
}
.ts-wrapper.form-select.disabled .clear-button{
    display: none !important;
}

.form-select, .form-control, .input-group-text, .btn-outline-primary {
    border-color: #ebebeb !important;
}

.btn{
    min-height: 33px;
    min-width: 33px;
}

.btn:focus, a:focus, input:focus, select:focus, label:focus, .btn-check:focus + .btn-outline-primary
{
    outline: none !important;
    box-shadow: none !important;
}

.btn-success, .btn-danger, .btn-primary{
    color: white !important;
}

.btn-outline-primary{
    color: #727272;
    border-top: 1px solid #727272;
    border-bottom: 1px solid #727272;
}

.btn-check:checked + .btn-outline-primary{
    color: white !important;
}

.btn-outline-primary:nth-of-type(1){
    border-left: 1px solid #727272;
}

.btn-outline-primary:nth-of-type(2){
    border-right: 1px solid #727272;
}

h5.text-uppercase.fw-bold.mb-0 {
    height: 31px;
    line-height: 31px;
}

.custom-buttons .btn{
    height: 33px;
    line-height: 25px;
}

.w-min-50{
    min-width: 50px;
}

.modal-content{
    padding: 1.6em;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    border: 0 !important;
}

.modal-backdrop.show{
    opacity: 0.2 !important;
}

.modal-header, .modal-footer{
    border: 0 !important;
}

.modal-footer{
    justify-content: space-between;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #d76700; }
a:hover, a:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }

.table th, .table td {
    vertical-align: top;
    padding: 0.75rem;
    border-top: 1px solid rgb(222, 226, 230);
}

button {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
button:hover, button:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.login-box{
    width: 500px;
}
.footer{
    position: absolute;
    bottom: 0px;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
}
.logo img{
    max-width: 70%;
}
.font-size-18{
    font-size: 18px;
}
.style-cont{
    box-shadow: 0 0 20px 0 rgba(76,87,125,0.1);
    border: 0;
    border-radius: .475rem;
    background: white;
}
.style-cont th{
    text-transform: uppercase;
}

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

#sidebar {
    margin-left: -280px;
    min-width: 270px;
    max-width: 270px;
    background: #ffffff;
    color: black;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    height: 100%;
    box-shadow: 0px 10px 10px #cecece;
    z-index: 10;
}
#sidebar .h6 {
    color: #fff; }
#sidebar.active {
    margin-left: 0px;
}
#sidebar.active .custom-menu {
    margin-right: -20px;
}

#sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700; }
#sidebar h1 .logo {
    color: #fff; }
#sidebar ul.components {
    padding: 0; }
#sidebar ul li {
    font-size: 16px; }
#sidebar ul li > ul {
    margin-left: 10px; }
#sidebar ul li > ul li {
    font-size: 14px; }
#sidebar ul li a {
    padding: 10px 0;
    text-decoration: none;
    display: block;
    color: #5b5b5b;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#sidebar ul li a:hover {
    color: #000;
}
#sidebar ul li.active > a {
    background: transparent;
    color: #000000;
}

.footer p {
    color: rgba(0, 0, 0, 0.5);
}

.max-width-200{
    max-width: 200px;
}

.table > :not(:first-child){
    border-top: 0 !important;
}
/*
.modal-body{
    min-height: 250px;
}*/

.separator{
    display: block;
    height: 0;
    border-bottom: 1px solid #eff2f5;
}

label.required-field:after {
    content: " *";
    color: #b72424;
}

.form-control:not(input[type='file']){
    height: 40px;
}

.form-control-sm:not(input[type='file']){
    height: 33px;
}

.table thead tr{
    background: #fbfbfb;
}

.notification{
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 50%;
    margin-left: -150px;
    margin-top: -300px;
    width: 300px;
    text-align: center;
    transition-duration: 1000ms;
    transition-property: margin-top;
}

.show-alert{
    margin-top: 30px;
    transition-duration: 1000ms;
    transition-property: margin-top;
}

.swal2-html-container ul{
    text-align: left;
    max-width: 80%;
    margin: 15px auto;
}

.padding-label{
    margin-top: calc(0.5rem + 25px);
}

#front-content img, #back-content img{
    max-width: 100%;
    max-height: 500px;
}

.max-w50{
    width: 45%;
}

.form-switch, .form-switch .form-check-input{
    cursor: pointer;
}

.form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

@media (max-width: 991.98px) {
    #sidebar {
        margin-left: -270px; }
    #sidebar.active {
        margin-left: 0; }
    #sidebar .custom-menu {
        margin-right: -20px !important;
        top: 10px !important; } }
#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -60px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
@media (prefers-reduced-motion: reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
#sidebar .custom-menu .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%; }
#sidebar .custom-menu .btn.btn-primary {
    background: #fd871a;
    border-color: #fd871a;
}
#sidebar .custom-menu .btn.btn-primary:hover, #sidebar .custom-menu .btn.btn-primary:focus {
    background: #fd871a !important;
    border-color: #fd871a !important;
}

a[data-toggle="collapse"] {
    position: relative; }

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

@media (max-width: 991.98px) {
    #sidebarCollapse span {
        display: none; } }