body {
    background: #111111!important;
}
.wrapper {
    min-height: 100vh;
    height: auto !important;
}
.wrapper .sidebar {
    position: absolute;
    width: 236px;
    height: auto;
    padding: 15px !important;
    background: #1A1A1A !important;
    border-radius: 8px !important;
}
.wrapper .sidebar .sidebar-wrapper {
    height: auto;
    min-height: auto;
    max-height: none;
}
.wrapper .sidebar .sidebar-wrapper .nav {
    margin: 0;
}
.wrapper .sidebar:before {
    display: none!important;
}
.main-panel {
    background: #111111!important;
    border-top: none!important;
}
.main-panel .card {
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.05)!important;
    border-radius: 8px;
}
.main-panel .card-header {
    padding: 12px 15px 0!important;
    background: rgba(255, 255, 255, 0.1)!important;
    border-radius: 8px 8px 0 0!important;
}
.main-panel > .navbar.navbar-transparent {
    background: #111111!important;
    border-bottom: 1px solid rgba(118, 118, 128, 0.24);
    backdrop-filter: blur(20px);
}
.main-panel > .content > .container-fluid {
    padding: 15px!important;
    background: #1A1A1A;
    border-radius: 8px;
}
.main-panel > .content > .container-fluid > .row.mt-3 > .col-md-12.mb-5 {
    margin-bottom: 0!important;
}
.main-panel > .content > .container-fluid > .row.mt-4.mb-3 {
    margin: 16px 0!important;
}
.main-panel > .content > .container-fluid > .row.mt-4.mb-3 > h4 {
    padding: 0!important;
    color: #FFFFFF;
}
.main-panel > .content > .d-flex.justify-content-center {
    margin-top: 24px;
}
.main-panel > .content > .d-flex.justify-content-center > nav {
    width: 100%;
}
.main-panel > .content > .d-flex.justify-content-center > nav > div {
    width: 100%;
}
.main-panel > .content > .d-flex.justify-content-center > nav ul {
    margin: 0;
}
.main-panel > .content > .d-flex.justify-content-center > nav ul li:first-child {
    margin-right: auto;
}
.main-panel > .content > .d-flex.justify-content-center > nav ul li:last-child {
    margin-left: auto;
}
.main-panel > .content > .d-flex.justify-content-center > nav ul li:first-child a,
.main-panel > .content > .d-flex.justify-content-center > nav ul li:first-child span {
    padding-bottom: 12px!important;
    font-size: 24px!important;
}
.main-panel > .content > .d-flex.justify-content-center > nav ul li:last-child a {
    padding-bottom: 12px!important;
    font-size: 24px!important;
}
.wrapper .pagination .page-item .page-link,
.wrapper .pagination .page {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px!important;
    min-width: 48px!important;
    height: 40px!important;
    background: rgba(255, 255, 255, 0.05)!important;
    border-radius: 8px!important;
}
.wrapper .pagination .page-item .page-link:hover,
.wrapper .pagination .page:hover {
    background: rgba(255, 255, 255, 0.1)!important;
}
.wrapper .pagination .page-item.active .page-link {
    background: rgba(237, 138, 0, 0.4)!important;
}
.card-body .hidden-button {
    padding: 0;
    color: #ffffff!important;
    font-weight: 400!important;
    font-size: 14px!important;
    outline: none!important;
}
.card-body .text-danger {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px !important;
    background: #DE2216 !important;
    border-radius: 4px !important;
    color: #FFFFFF !important;
    font-size: 12px;
}
.card-body .text-warning {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px !important;
    background: #0A84FF!important;
    border-radius: 4px !important;
    color: #FFFFFF !important;
    font-size: 12px;
}
.card-body .text-success {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px !important;
    background: #00A455!important;
    border-radius: 4px !important;
    color: #FFFFFF !important;
    font-size: 12px;
}
.card-body .badge.badge-default {
    background: #EB7104!important;
}
.card-body .btn.btn-info {
    display: flex;
    align-content: center;
    justify-content: center;
    transform: none!important;
    padding: 8px 12px!important;
    background: #EB7104!important;
    border-radius: 8px!important;
    font-weight: 500!important;
    font-size: 14px!important;
    line-height: 20px!important;
}
.card-body .btn.btn-info:hover,
.card-body .btn.btn-info:focus {
    background: #EB5704!important;
}
.footer {
    display: none;
}
.sidebar:before,
.off-canvas-sidebar:before {
    top: -4px;
}
.sidebar .nav li > a {
    display: flex !important;
    align-items: center;
}
.sidebar .nav li > a > p {
    width: 100%;
}
.sidebar .nav li > a > span.badge {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-bottom: 0;
    background-color: #EB7104!important;
}
#color-table span.badge {
    background-color: #ec250d;
}
.off-canvas-sidebar .nav .caret, .sidebar .nav .caret {
    top: 18px!important;
}
.msg-single {
    max-width: 70%;
}
.msg-admin {
    margin-left: auto;
}
.msg-remove {
    pointer-events: none;
    opacity: 0;
    transition: .3s ease;
}
.msg-single:hover .msg-remove {
    pointer-events: auto;
    opacity: 1;
}
.author-img {
    min-width: 30px;
    width: 30px;
    height: 30px;
}
.author-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.close {
    opacity: 1!important;
}
.close>span:not(.sr-only) {
    color: #ec250d!important;
    font-size: 22px!important;
}
.search-col {
    display: flex;
    align-items: center;
    max-width: none!important;
}
.search-col form {
    display: grid;
    grid-template-columns: 70% auto;
    grid-column-gap: 15px;
    width: 100%;
    max-width: 304px;
}
.search-col input[type="submit"] {
    margin: 0;
    padding: 11px 0;
}
.search-col input {
    padding: 8px 12px;
    width: 216px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.7);
}
.search-col input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.search-col input:hover {
    border-color:  rgba(255, 255, 255, 0.1);
}
.search-col input:focus {
    border-color: rgba(255, 255, 255, 0.7);
    color: #FFFFFF;
}
.search-col form .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    margin: 0!important;
    padding: 12px 0!important;
    background: rgba(255, 255, 255, 0.05)!important;
    border-radius: 8px!important;
    transform: none!important;
    font-weight: 500!important;
    font-size: 15px!important;
    line-height: 24px!important;
    color: rgba(255, 255, 255, 0.7)!important;
}
.search-col form .btn:hover,
.search-col form .btn:focus,
.search-col form .btn:active {
    background: rgba(255, 255, 255, 0.1)!important;
    border-radius: 8px!important;
    transform: none!important;
    color: #FFFFFF!important;
}
.search-col .info-box-text {
    margin: 0!important;
}

.row.ticket-folders {
    margin: 0!important;
    padding-bottom: 10px;
}
.row.ticket-folders .tickets-btn + .tickets-btn {
    padding-left: 10px;
}
.row.ticket-folders .tickets-btn .btn {
    padding: 10px 16px!important;
    background: rgba(118, 118, 128, 0.18)!important;
    border-radius: 8px!important;
    font-weight: 500!important;
    color: #FFFFFF;
}
.row.ticket-folders .tickets-btn .btn:hover {
    background: rgba(118, 118, 128, 0.4)!important;
    transform: none!important;
}
.row.ticket-folders .tickets-btn .btn .info-box-text,
.row.ticket-folders .tickets-btn .btn .info-box-number {
    font-weight: 500!important;
    font-size: 12px!important;
    line-height: 16px!important;
}
.row.ticket-folders .tickets-btn .btn .info-box-number {
    margin-left: 4px;
}
#colorbox {
    background-color: #2b3b4e;
    border-radius: 10px;
    box-shadow: 0 16px 16px -10px rgba(34,47,62,.15), 0 0 40px 1px rgba(34,47,62,.15);
    position: relative;
    z-index: 10000;
    overflow: hidden;
    height: 75vh!important;
}
#colorbox::before {
    display: block;
    width: 100%;
    padding: 8px 16px;
    content: 'File Manager';
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    text-transform: none;
    color: #fff;
}

#cboxWrapper,
#cboxContent,
#cboxLoadedContent {
    height: calc(74vh - 34px)!important;
}

#cboxLoadedContent iframe {
    width: 100%;
    min-height: 60vh;
}

#cboxClose {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 16px;
    top: 8px;
    border-radius: 6px;
    background-color: transparent;
    box-shadow: unset;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: 0;
    color: transparent;
    overflow: hidden;
    outline: none!important;
}

#cboxClose:hover {
    background-color: rgba(255,255,255,.2);
}

#cboxClose::before {
    display: block;
    width: 34px;
    height: 34px;
    background: url(/public/images/close.svg) center center no-repeat;
    content: '';
}

div#cboxOverlay {
    background-color: rgba(34,47,62,.75);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}

.remove__avatar-item .img {
    max-width: 100%;
    height: 270px;
}

.remove__avatar-item .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.remove__avatar-item .name {
    margin: 15px 0;
    color: #FFFFFF;
}

#colorbox.avatar__gallery::before {
    display: none;
}

#colorbox.avatar__gallery {
    position: fixed!important;
    top: 50% !important;
    transform: translateY(-50%);
}

#colorbox.avatar__gallery #cboxWrapper {
    padding: 50px 0 0;
}

#colorbox.avatar__gallery .cboxPhoto {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

#cboxCurrent {
    position: absolute;
    top: 13px;
    left: 15px;
    color: #fff;
}

#cboxPrevious,
#cboxNext {
    position: absolute;
    top: 9px;
    border: none;
    overflow: hidden;
    border-radius: 0.4285rem;
    cursor: pointer;
    background: #344675;
    background-image: linear-gradient(to bottom left,#62739f,#32405f,#2f406c);
    background-size: 210% 210%;
    background-position: 100% 0;
    background-color: #344675;
    transition: all .15s ease;
    box-shadow: none;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 6px 20px;
    font-size: .875rem;
    line-height: 1.35em;
}

#cboxPrevious:not([data-action]):hover,
#cboxNext:not([data-action]):hover {
    box-shadow: 2px 2px 6px rgba(0,0,0,.4);
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    background-color: #263148!important;
    background-image: linear-gradient(to bottom left,#344675,#263148,#344675)!important;
    background-image: -moz-linear-gradient(to bottom left,#344675,#263148,#344675)!important;
    color: #fff;
    outline: none;
}

#cboxPrevious:not([data-action]):focus,
#cboxNext:not([data-action]):focus {
    outline: none;
    border: none;
}

#cboxPrevious {
    left: 115px;
}

#cboxNext {
    left: 220px;
}

.save-form {
    position: fixed!important;
    bottom: 15px;
    right: 15px;
}

textarea.form-control {
    max-height: 180px!important;
}

*::-webkit-scrollbar {
    width: 6px!important;
    height: 6px!important;
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)!important;
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(118, 118, 128, 0.4) !important;
}

.hidden-button {
    position: relative;
    color: #bfbfc5;
    background-color: rgba(28,28,28,0);
    border: none;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
}

.hidden-button .caret {
    top: 14px;
}

#ticketModal {
    padding-right: 6px;
    background-color: rgba(34,47,62,.75);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

#ticketModal .modal-dialog {
    max-width: 700px;
}

#ticketModal .card {
    background-color: #2b3b4e;
    border-radius: 0.2857rem;
    overflow: hidden;
    padding: 8px;
}

#ticketModal .card-header {
    padding-top: 8px;
}

#ticketModal .card-body {
    max-height: 50vh;
    overflow-y: scroll;
    background-color: #1e1e2e;
    border-radius: 0.2857rem;
}

#ticketModal .msg {
    background-color: #ff7883;
    padding: 5px;
    border-radius: 5px;
    font-weight: 500;
    color: #ffffff;
    font-size: 12px;
}

#ticketModal .date-name {
    display: flex;
    gap: 8px;
}

#ticketModal .name {
    font-size: 10px;
    color: white;
}

#ticketModal .date {
    font-size: 9px;
}

#period-form .period-select {
    display: flex;
    gap: 15px;
}

#period-form .form-group {
    min-width: 200px;
}

.card .label-period,
.ticket-count,
#period-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 1rem;
    line-height: 1.5;
    color: hsla(0,0%,100%,.8);
    font-weight: 400;
}

.bordered-title {
    padding-bottom: 15px;
    border-bottom: 2px solid hsla(0,0%,100%,.3);
}

div#ui-datepicker-div {
    width: 267px;
    padding: 0;
    z-index: 1301!important;
}

.ui-widget {
    font-family: 'Open Sans',sans-serif;
    font-size: 1em;
}

.ui-datepicker th {
    font-weight: 400;
    font-size: 10px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: none;
    border: none;
    border-bottom: 1px solid #dddddd;
}

.ui-datepicker-calendar thead {
    border-bottom: 1px solid #dddddd;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: #fff;
    font-weight: normal;
    color: #000000;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none;
    background: #000000;
    font-weight: normal;
    color: #ffffff;
}

.ui-state-hover,
.ui-widget-content
.ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: none;
    background: #dcdcdc;
    color: #000000;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none;
    background: #bfd5ff;
    color: #000;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 8px;
}

a.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover {
    background: none;
    right: 2px;
    top: 8px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    cursor: pointer;
    background: none;
}

.ui-datepicker-title {
    font-weight: 600;
    padding: 5px;
}

.period-pagination {
    gap: 15px;
}

.ticket-page h3.card-title {
    font-size: 16px;
}

.ticket-page h3.card-title a {
    color: #FFFFFF;
    text-decoration: underline;
}

.ticket-page .card-tools {
    margin-bottom: 12px;
}

.ticket-page .direct-chat .card-body .main {
    background: #111111;
    box-shadow: none!important;
}

.ticket-page .content > .container {
    max-width: 100%!important;
}

.ticket-page .navbar {
    background: rgba(255, 255, 255, 0.1)!important;
    border-radius: 8px;
}

.ticket-page textarea {
    height: 78px!important;
    padding: 12px!important;
    background: #1A1A1A!important;
    border-radius: 8px!important;
    border: none!important;
}

.ticket-page form .icondiv {
    flex-direction: column;
    gap: 8px;
}
.ticket-page form .icondiv .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 8px 24px!important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 8px !important;
    transform: none !important;
    color: rgba(255, 255, 255, 0.7) !important;
}
.ticket-page form .icondiv .btn:hover,
.ticket-page form .icondiv .btn:focus,
.ticket-page form .icondiv .btn:active {
    background: rgba(255, 255, 255, 0.1)!important;
    border-radius: 8px!important;
    transform: none!important;
    box-shadow: none!important;
    color: #FFFFFF!important;
}
.ticket-page form .icondiv .btn i {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.7) !important;
}
.msg-single .date-name {
    display: flex;
    align-content: center;
    gap: 8px;
    margin-bottom: 8px;
}
.msg-single .date-name .name,
.msg-single .date-name .date {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}
.msg-single + .msg-single {
    margin-top: 18px;
}
.msg-single .msg {
    padding: 8px!important;
    background: rgba(237, 138, 0, 0.3);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}
.msg-single.msg-admin .msg {
    background: rgba(255, 255, 255, 0.1);
}

.ticket-page .direct-chat .msg-remove.btn-danger {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px !important;
    background: rgba(118, 118, 128, 0.18) !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    color: #FFFFFF!important;
    margin: 6px 0 0 !important;
    font-size: 12px !important;
}
.ticket-page .direct-chat .msg-remove.btn-danger:hover,
.ticket-page .direct-chat .msg-remove.btn-danger:focus,
.ticket-page .direct-chat .msg-remove.btn-danger:active {
    background: rgba(118, 118, 128, 0.4)!important;
    transform: none!important;
}

.ticket-page .col-12.col-md-4 form {
    margin-bottom: 24px;
}

.ticket-page .col-12.col-md-4 .btn-info {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px !important;
    background: rgba(118, 118, 128, 0.18) !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    color: #FFFFFF!important;
    margin: 6px 0 0 !important;
    font-size: 12px !important;
}
.ticket-page .col-12.col-md-4 .btn-info:hover,
.ticket-page .col-12.col-md-4 .btn-info:focus,
.ticket-page .col-12.col-md-4 .btn-info:active {
    background: rgba(118, 118, 128, 0.4)!important;
    transform: none!important;
}

.ticket-page .btn.btn-primary,
.ticket-page .btn.btn-danger {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 8px 24px!important;
    background: #EB7104!important;
    border-radius: 8px !important;
    transform: none !important;
    color: #FFFFFF!important;
}

.ticket-page .btn.btn-primary:hover,
.ticket-page .btn.btn-primary:focus,
.ticket-page .btn.btn-primary:active,
.ticket-page .btn.btn-danger:hover,
.ticket-page .btn.btn-danger:focus,
.ticket-page .btn.btn-danger:active {
    background: #EB5704!important;
    border-radius: 8px!important;
    transform: none!important;
    box-shadow: none!important;
    color: #FFFFFF!important;
}

.ticket-page .wrapper .content > .row {
    margin: 0;
}

.ticket-page .wrapper .content > .row table .text-center a {
    color: #FFFFFF!important;
    text-decoration: underline;
}

.dashboard .main-panel .content > .row {
    margin: 0;
}

.dashboard .main-panel .content > .d-flex + .row {
    margin-top: 24px;
}

.dashboard .main-panel .content > .d-flex + .row .btn-group-toggle {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.dashboard .main-panel .content > h2 {
    padding: 0 15px;
}

.dashboard .main-panel .content > .d-flex + .row .btn-group-toggle .btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px !important;
    background: transparent !important;
    border-radius: 8px !important;
    border: none!important;
    box-shadow: none!important;
    font-weight: 500 !important;
    color: #FFFFFF!important;
    margin: 0 !important;
    font-size: 12px !important;
}

.dashboard .main-panel .content > .d-flex + .row .btn-group-toggle .btn:hover,
.dashboard .main-panel .content > .d-flex + .row .btn-group-toggle .btn:focus,
.dashboard .main-panel .content > .d-flex + .row .btn-group-toggle .btn:active,
.dashboard .main-panel .content > .d-flex + .row .btn-group-toggle .btn.active {
    background: rgba(118, 118, 128, 0.1)!important;
    transform: none!important;
}

input[type='text'] {
    padding: 8px 12px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.7);
}
input[type='text']::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
input[type='text']:hover {
    border-color:  rgba(255, 255, 255, 0.1);
}
input[type='text']:focus {
    border-color: rgba(255, 255, 255, 0.7);
    color: #FFFFFF;
}