body {
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
}

.extra-info span, .extra-info a {
    font-size: 14px;
    font-weight: bold;
}


.cke_notifications_area {
    display: none;
}
hr {
    margin: 0.5em 0;
}

.classifier-edit, 
.ticket-filter,
.additional-files  {
    display: none;
}

/* BOOTSTRAP REWRITES */
.bg-light {
    background-color: #fff !important;
}

.fw-bolder {
    font-weight: 500 !important;
}
/* ================== */

/* CKEDITOR */
.cke_chrome {
    margin: 1em 0 !important;
}
/* ================== */

/* STYLE2 STYLING */
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    height: 38px !important;
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}
/* ============== */

.main-list {
    margin-bottom: 100px !important;
}

.page-hero {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../img/hero-bg.jpg');
    background-size: cover;
    background-position: 0% 40%;
    min-height: 150px;
    padding: 2em 0;
    display: flex;
    align-items: center;
    color: #fff;
}

.vertical-center {
    height: calc(100vh - 55px);
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.validate-field {
    border: 1px solid #ff0000;
}

.ticket-intro .ticket-topic {
    font-weight: bold;
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.ticket-intro .topic-1 {
    background-color: #3498db;
    color: #fff;
}

.ticket-intro .topic-2 {
    background-color: #e6aa5d;
    color: #fff;
}

.ticket-footer {
    font-size: 14px;
}

.ticket-footer small {
    position: relative;
    margin-left: 0.7em;
}

.ticket-footer small:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #3498db;
}

.tickets-list a, .attached-ticket-files a {
    color: unset;
    text-decoration: none;
}

.ticket-reply-container img {
    max-width: 100%;
    object-fit: contain;
}

.attached-ticket-files a {
    font-size: 13px;
}

.attached-ticket-files a:hover div {
    background-color: #efefef !important;
}

.tickets-list .ticket-block {
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: .3s all;
}

.tickets-list .ticket-block:hover {
    box-shadow: 2px 0px 15px 11px rgba(0,0,0,0.1);
}

.tickets-list .ticket-block .ticket-status {
    position: absolute;
    font-size: 12px;
    right: 2em;
    padding: 0.3em 0.6em;
    border-radius: 5px;
    border: 1px solid;
}

.tickets-list .ticket-block .status-0 { 
    border-color: #b45757;
    background-color: #d15f5f;
    color: #fff;
}

.tickets-list .ticket-block .status-1 { 
    border-color: #ffd023;
    background-color: #ffd94f;
}

.tickets-list .ticket-block .status-3 { 
    border-color: #ffd023;
    background-color: #ffd94f;
}

.tickets-list .ticket-block .status-4 { 
    border-color: #66be33;
    background-color: #74dd38;
}

.ticket-preview .ticket-header {
    background-color: #efefef;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 1em;
    text-align: center;
}

.ticket-preview .ticket-header div:not(:last-child) {
    border-right: 1px solid;
}

.ticket-preview .ticket-header span {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.ticket-preview .ticket-header p {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 12px;
}

.ticket-preview-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efefef;
    min-width: 64px;
    min-height: 64px;
    max-height: 64px;
    max-width: 64px;
    margin-right: 1em;
    font-weight: bold;
    font-size: 28px;
}

.ticket-reply {
    background-color: #ece3e1;
}

footer {
    z-index: 9999;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #3498db;
}

::-webkit-scrollbar-thumb:hover {
    background: #2b8ac9;
}