@import url('https://fonts.googleapis.com/css2?family=BBH+Bartle&family=Cabin:ital,wght@0,400..700;1,400..700&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Heebo:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kumbh+Sans:wght,YOPQ@100..900,300&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: none !important;
    box-sizing: border-box;
}


body {
    font-family: Heebo;
    font-size: 14px;
    line-height: 1.6;
    color: #212529;
    background-color: #f8f9fa;
    font-weight: 400;
}
.glyphicon {
    position: relative;
    top: 2px;
}
    /* ========== CONTAINER ========== */
.container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
}

.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

/* ========== TYPOGRAPHY ========== */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 16px;
    color: #212529;
}

h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p {
    margin: 0 0 16px;
    color: #495057;
}

a {
    color: #0c4fe1;
    text-decoration: none;
}

input[type="file"] {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #c75e0b;
    text-decoration: underline;
}
.ticket-message-left .ticket-message {
    background: #00000008;
    border: 1px solid #0000000f;
}
.ticket-message-right .ticket-message {
    background: #00000008;
    border: 1px solid #0000000f;
}
/* ========== FORM ELEMENTS ========== */
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ffffff;
    border: 2px solid rgba(206, 212, 218, 0.42);
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out;
}

.form-control:focus {
    border-color: rgba(0, 0, 0, 0.37);
    outline: 0;
    background-color: rgba(234, 234, 234, 0.24);
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::placeholder {
    color: rgba(108, 117, 125, 0.36);
}

textarea.form-control {
    height: auto;
    min-height: 100px;
}

select.form-control {
    height: 40px;
}

.form-group {
    margin-bottom: 20px;
}

.control-label,
label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 14px;
    color: #212529;
}

.help-block {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: #6c757d;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 4px;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.input-group .form-control:first-child,
.input-group-addon:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Checkbox & Radio */
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 24px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    position: absolute;
    margin-top: 4px;
    margin-left: -24px;
    width: 16px;
    height: 16px;
}

/* ========== BUTTONS ========== */
.btn {
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    transition: all 0.15s ease-in-out;
}

.btn:focus {
    outline: 0;
}

.btn:disabled,
.btn.disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

/* Primary Button */
.btn-primary {
    color: #ffffff;
    background-color: #0d51fd;
    border-color: #0d51fd;
}
.btn-primary:hover,
.btn-primary:focus {
    color: #ffffff;
    background-color: #0a40ce;
    border-color: #0d51fd;
}

/* Default Button */
.btn-default {
    color: #212529;
    background-color: #ffffff;
    border-color: #ced4da;
}

.btn-default:hover,
.btn-default:focus {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #adb5bd;
}

/* Success Button */
.btn-success {
    color: #ffffff;
    background-color: #198754;
    border-color: #198754;
}

.btn-success:hover,
.btn-success:focus {
    color: #ffffff;
    background-color: #157347;
    border-color: #146c43;
}

/* Danger Button */
.btn-danger {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover,
.btn-danger:focus {
    color: #ffffff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}

/* Warning Button */
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover,
.btn-warning:focus {
    color: #212529;
    background-color: #ffca2c;
    border-color: #ffc720;
}

/* Info Button */
.btn-info {
    color: #ffffff;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-info:hover,
.btn-info:focus {
    color: #ffffff;
    background-color: #31d2f2;
    border-color: #25cff2;
}

/* Button Sizes */
.btn-lg {
    padding: 10px 20px;
    font-size: 16px;
}

.btn-sm {
    padding: 6px 12px;
    font-size: 13px;
}

.btn-xs {
    padding: 4px 8px;
    font-size: 12px;
}

.btn-block {
    display: block;
    width: 100%;
}

/* ========== WELLS & PANELS ========== */
.well {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}
.well.p-0 {
    padding: 0;
}

.well-sm {
    padding: 12px;
}

.well-lg {
    padding: 28px;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.panel-heading {
    padding: 12px 16px;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #212529;
}

.panel-body {
    padding: 16px;
}

.panel-footer {
    padding: 12px 16px;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.panel-default > .panel-heading {
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

.panel-primary > .panel-heading {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #ffffff;
}

.panel-success > .panel-heading {
    background-color: #198754;
    border-color: #198754;
    color: #ffffff;
}

.panel-danger > .panel-heading {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #ffffff;
}

.panel-warning > .panel-heading {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529;
}

.panel-info > .panel-heading {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #ffffff;
}

/* ========== ALERTS ========== */
.alert {
    padding: 12px 16px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert .close {
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: inherit;
    opacity: 0.5;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.alert .close:hover {
    opacity: 0.75;
}

.alert-dismissible {
    padding-right: 40px;
}

.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -8px;
}

/* ========== TABLES ========== */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    background-color: #ffffff;
    border-collapse: collapse;
}
td::-webkit-scrollbar{
    display: none;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 12px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    background-color: #f8f9fa;
}

.table > tbody > tr:hover {
    background-color: #f8f9fa;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dee2e6;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f8f9fa;
}

/* ========== BADGES & LABELS ========== */
.badge,
.label {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
}

.label-default {
    background-color: #6c757d;
    color: #ffffff;
}

.label-primary {
    background-color: #0d6efd;
    color: #ffffff;
}

.label-success {
    background-color: #198754;
    color: #ffffff;
}

.label-danger {
    background-color: #dc3545;
    color: #ffffff;
}

.label-warning {
    background-color: #ffc107;
    color: #212529;
}

.label-info {
    background-color: #0dcaf0;
    color: #ffffff;
}

/* ========== PAGINATION ========== */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.5;
    color: #0d6efd;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.pagination > .active > a,
.pagination > .active > span {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #ffffff;
}

.pagination > .disabled > a,
.pagination > .disabled > span {
    color: #6c757d;
    background-color: #ffffff;
    border-color: #dee2e6;
    cursor: not-allowed;
}

/* ========== BREADCRUMBS ========== */
.breadcrumb {
    padding: 8px 12px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 8px;
    color: #6c757d;
    content: "/\00a0";
}

.breadcrumb > .active {
    color: #6c757d;
}

/* ========== NAVBAR ========== */
.navbar {
    position: relative;
    min-height: 56px;
    margin-bottom: 20px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-color: #ffffff;
}

.navbar-default {
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #0d6efd;
}

.navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 24px;
    color: #495057;
    font-weight: 500;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #0d6efd;
    background-color: transparent;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    color: #0d6efd;
    background-color: #e7f1ff;
}

/* ========== DROPDOWN ========== */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 4px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-clip: padding-box;
}

.dropdown-menu > li > a {
    display: block;
    padding: 8px 16px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #1e2125;
    text-decoration: none;
    background-color: #e9ecef;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #0d6efd;
}

.dropdown-menu > .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e9ecef;
}

/* ========== MODAL ========== */
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-clip: padding-box;
    outline: 0;
}

.modal-header {
    padding: 16px 20px;
    border-bottom: 1px solid #dee2e6;
}

.modal-title {
    margin: 0;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 16px 20px;
    text-align: right;
    border-top: 1px solid #dee2e6;
}

.modal-footer .btn + .btn {
    margin-left: 8px;
}

.modal-backdrop {
    background-color: #000000;
}

.modal-backdrop.in {
    opacity: 0.5;
}

/* ========== PROGRESS BARS ========== */
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #e9ecef;
    border-radius: 4px;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #0d6efd;
    transition: width 0.6s ease;
}

.progress-bar-success {
    background-color: #198754;
}

.progress-bar-danger {
    background-color: #dc3545;
}

.progress-bar-warning {
    background-color: #ffc107;
}

.progress-bar-info {
    background-color: #0dcaf0;
}

/* ========== LIST GROUPS ========== */
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 12px 16px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list-group-item:hover {
    background-color: #f8f9fa;
}

.list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

/* ========== TABS ========== */
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    padding: 10px 16px;
    color: #495057;
}

.nav-tabs > li > a:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-bottom-color: transparent;
}

.nav-pills > li > a {
    border-radius: 4px;
    padding: 10px 16px;
    color: #495057;
}

.nav-pills > li > a:hover {
    background-color: #e9ecef;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #0d6efd;
}

/* ========== UTILITY CLASSES ========== */
.text-muted {
    color: #6c757d;
}

.text-primary {
    color: #0d6efd;
}

.text-success {
    color: #198754;
}

.text-danger {
    color: #dc3545;
}

.text-warning {
    color: #ffc107;
}

.text-info {
    color: #263475;
}

.bg-primary {
    background-color: #0d51fd;
    color: #ffffff;
}

.bg-success {
    background-color: #d1e7dd;
    color: #0f5132;
}

.bg-danger {
    background-color: #f8d7da;
    color: #842029;
}

.bg-warning {
    background-color: #fff3cd;
    color: #664d03;
}

.bg-info {
    background-color: #cff4fc;
    color: #055160;
}

@media (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

* {
    box-shadow: none !important;
    text-shadow: none !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ffffff;
    border: 2px solid rgba(206, 212, 218, 0.42) !important;
    border-radius: 4px !important;
    transition: border-color 0.15s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212529;
    line-height: 24px !important;
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: rgba(0, 0, 0, 0.37) !important;
    outline: 0;
    background-color: rgba(234, 234, 234, 0.24);
}

.select2-dropdown {
    border: 1px solid rgba(206, 212, 218, 0.42) !important;
    border-radius: 4px !important;
    background-color: #ffffff;
    z-index: 9999;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid rgba(206, 212, 218, 0.42) !important;
    border-radius: 4px;
    padding: 6px 12px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: rgba(0, 0, 0, 0.37) !important;
    outline: 0;
}

.select2-results__option {
    padding: 8px 12px;
    font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0d51fd !important;
    color: white;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(108, 117, 125, 0.36);
}

.select2-container--default .select2-selection--multiple {
    min-height: 40px !important;
    border: 2px solid rgba(206, 212, 218, 0.42) !important;
    border-radius: 4px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: rgba(0, 0, 0, 0.37) !important;
    background-color: rgba(234, 234, 234, 0.24);
}
