<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-desktop-logo{
 height: 4rem !important;
}

.auth-bg{
    background-image: url('../images/auth-bg.jpg');
    background-size: cover;
}

.form-control-lg {
    font-size: 0.8rem;
}

.form-control {
    font-size: 0.8rem;
}

.invalid-message {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}

.pagination {
    --bs-pagination-font-size: 0.85rem;
}
/*
.select2-container .select2-selection--single .select2-selection__rendered {
    height: 40.4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.5rem!important;
    border-radius: 0.35rem !important;
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.05rem!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
} */

.select2-container--open {
    z-index: 999999
}

.result-table td {
    padding: 10px;
}

.result-table td .tick-box{
    padding: 5px;
}

@media (min-width: 1200px) {
    .sticky-col-4-xl{
        position:fixed;width:25.6%
    }
}

@media (min-width: 1400px) {
    .sticky-col-4-xxl{
        position:fixed;width:27.6%
    }
}

.mr-1{
    margin-right: 5px;
}

.mr-2{
    margin-right: 20px;
}

.ml-1{
    margin-left: 10px;
}

.ml-3{
    margin-left: 30px;
}

.ml-4{
    margin-left: 40px;
}

.ml-reply{
    margin-left: 37px;
}

.float-right{
    float: right;
}

.padding-rl-12{
    padding: 0px 12px 0px 12px;
}

.tox-tinymce {
    border: 1px solid #e9edf6 !important;
    border-radius: 0.35rem !important;
}

.textarea-editor{
    border: 0px;
    resize: none;
}

.add-attachment-button{
 border: 1px solid #e9edf6;
 border-style: dashed;
 font-size: 0.85rem;
 border-radius: 0.35rem;
 padding: 0.5rem 0.85rem;
 box-shadow: none;
 font-weight: 500;
 background-color: white;
}

.table-header-link{
    color: #333336;
}

.float-none{
    float: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--default-text-color) !important;
    line-height: 2.1rem !important;
    border: 1px solid var(--input-border) !important;
    border-radius: 0.35rem !important;
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.1rem !important;
}

.row-form-l{
    padding-right: 2.5px !important;
}

.row-form-md{
    padding: 0 2.5px 0 2.5px !important;
}

.btn-form{
    padding-top: 0.25rem  !important;
    padding-bottom: 0.3rem  !important;
}

.sort-link a{
    color:#333335 !important
}
</pre></body></html>