@media (max-width: 991px) {
    #li_user_account {
        display: none;
    }

    .btn-toggle-sm {
        display: block !important;
    }


}

@media (min-width: 992px) {
    #li_user_account_dropdown {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .bl-md {
        border-left: 1px solid #eee;
    }
}

.d-inline {
    display: inline-block !important;
}

#logo-floated {
    float: left;
    padding-right: 20px;

}

.card-footer,
.card-header {
    background-color: #528DC7;
    color: white;
}

.text-right {
    text-align: right !important;
}



.form-floating-readonly>span {
    margin-top: 2px;
}

.form-floating-readonly>span,
.form-floating-readonly>input {
    border: none !important;
    background: transparent !important;
}

.fs-9 {
    font-size: 9pt !important;
}

.license-description {
    font-size: 7pt;
    font-weight: 100;
    color: #ececec;
    line-height: 11px;
    margin-bottom: 0;
    bottom: 0;
    position: absolute;
    padding: 10px;
    background: rgb(82, 141, 199);
    background: linear-gradient(180deg, rgba(82, 141, 199, 0) 0%, rgba(53, 91, 129, 0.25) 15%, rgba(34, 59, 83, 0.75) 30%, rgba(36, 62, 88, 0.75) 95%);
}

.opacity-65 {
    opacity: .65;
}
.cursor-pointer{
    cursor: pointer;
}
.shadow-md {
    box-shadow: 0 0 7px rgba(60, 72, 88, 0.15) !important
}

.switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
}

.switch input {
    display: none;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
}

input:checked+.slider {
    background-color: #66bb6a;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.h-100 {
    height: 100%;
}

.pl-3 {
    padding-left: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.text-black {
    color: black;
}


.flatpickr-wrapper .form-control {
    border: 0 !important;
    padding: 0 !important;
}

.form-floating>textarea {
    height: unset !important;
}

.bg-success {
    background-color: #98C784 !important;
}

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

.table-pdf {
    width: 100%;
}
.table-pdf,
.table-pdf th,
.table-pdf td {
    border-collapse: collapse;
    border: 1px solid #ddd;
    vertical-align: top;
    padding: 2px 5px;
}

.bottom-no-border > td {
    border-bottom: 1px solid transparent !important;
}

.text-cap {
    text-transform: capitalize;
}

.main-bg {
    background-color: #F4F6F9;
}

.btn-purple {
    background-color: #845EC2 !important;
}
