<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-content {
    min-height: 100vh;
}
.main-content.main-content-fluid{
    margin-left: 0;
}
.page-content.page-content-full-scrn {
    padding: 7px;
}
.icon-sm {
    height: 2.5rem;
    width: 2.5rem;
}
.table&gt;thead {
    vertical-align: text-top;
}
.dataTables_scrollBody {
    min-height: 130px;
}
#scroll-horizontal_filter label{
    padding: 2px 10px;
    background-color: #eff2f5;
    border-radius: 4px;
    color: #7e7e7e;
}
#scroll-horizontal_filter label input {
    border: none;
    border-radius: 0;
    background-color: #eff2f5;
    color: black;
}
.was-validated :invalid~.select2-container .select2-selection--single,
.invalid-feedback-server {
    border: 1px solid #f06548;
}
/* .select2-container--focus .select2-selection--single {
    border: 1px solid #0ab39c;
} */
.form-control.is-valid, 
.was-validated .form-control:valid{
    border-color: #ced4da;
    background-image: none;
}
.was-validated .form-check-input:valid {
    border-color: #ced4da;
}
span.asterisk-icon i{
    font-size: 10px; 
    vertical-align: top;
    color: rgb(240,101,72);
}
.was-validated input[type=password].form-control:invalid{
    background-image: none;
}
.server-error-message{
    font-size: 14px;
    color: #f06548;
    margin-bottom: 0;
}
input#onDisplayToggle {
    width: 35px;
    height: 17px;
}
.terminal-table-scroll .table-card {
    max-height: 515px;
    overflow: auto;
}
.table-scroll {
    overflow: auto;
}
.terminal-card-50{
    height: 430px;
    /* overflow: auto; */
}
/* .terminal-wrap {
    height: 650px;
} */
.list-scroll {
    max-height: 300px; 
    overflow: auto;
}










@media (max-width: 1400px){
    .terminal-card-50{
        height: 70vh;
    }
    .terminal-card-50{
        /* max-height: 400px; */
    }
    .list-scroll {
        max-height: 250px;
    }
}

@media (min-width: 1400.99px){

    #support-ticket-details{
        width: 50%;
    }
    
}</pre></body></html>