@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/*All*/
:root {
    --default: #373156;
    --hov-primary: #373156;
    --hov-secondary: #BC1E2A;
    --tertiary: #f1f0f7;
    --quaternary: #191617;
    --quinary: #232122;
    --orange: #F57E2D;
    --black: #000;
    --white: #fff;
    --error: #BC1E2A;
    --gray: #F4F4F4;
    --body-size: 14px;
    --font-family: 'Open Sans', sans-serif;
    --form-x-padding: 20px;
}
body {
    color: var(--default);
    font-size: var(--body-size);
    line-height: 1.25;
    font-weight: 400;
    font-family: var(--font-family);
    position: relative;
    -webkit-font-smoothing: antialiased;
}
.body-frond {
    min-height: auto;
}
a,
.btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a {
    color: inherit;
}
p:last-child {
    margin-bottom: 0;
}
.text-muted {
    color: rgba(55,49,86,0.5) !important;
}
.btn {
    letter-spacing: 0;
    border-radius: 25px;
    font-size: 1em;
    max-width: 100%;
    white-space: normal;
}
.note-toolbar .btn,
.ticket-buttons .btn,
.btn-group .btn {
    white-space: nowrap;
}
.btn-b-width-2 {
    border-width: 2px;
}
.btn-square {
    border-radius: 0;
}
.btn-add .add {
    font-size: 1.5em;
    line-height: 1;
    margin-right: 0.35em;
    vertical-align: bottom;
}
.badge-count,
.badge-count:hover,
.badge-count:focus {
    background-color: #1d79ff;
    color: #fff;
}
.main-grid {
    padding-left: 15px;
    padding-right: 15px;
}
.min-h-100 {
    min-height: 100%;
}
.avatar,
[class^='avatar'],
[class*=' avatar'] {
    border-radius: 50%;
    object-fit: cover;
}
.alert-primary-light {
    background-color: rgba(68,48,135,0.1);
}
.notify-dashboard-alert {
    padding: 10px;
    border-radius: 5px !important;
}
.notify-dashboard-alert button.btn-close {
    background-color: var(--white);
    color: var(--primary) !important;
    width: 17px;
    height: 17px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 20px;
    opacity: 1;
}
.notify-dashboard-alert button.btn-close:hover {
    background-color: var(--primary);
    color: var(--white) !important;
}
/*Modal*/
.modal-backdrop {
    background-color: #fff;
}
.modal-backdrop.show {
    opacity: 0.9;
}
.modal-content {
    border: 0;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
}
.modal button.close {
    font-size: 0;
    background-image: url('https://ticketing.academy.ac.cy/assets/images/svgs/popup-close.svg');
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
    padding: 30px;
    margin: -40px -25px -10px auto;
}
.modal button.close:hover {
    opacity: 1;
}
.modal-header {
    padding: 40px 25px 10px;
    border-bottom: 1px solid rgba(78,69,91,0.1);
}
.modal-title {
    font-size: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(55,49,86,0.5);
    position: relative;
    line-height: 1;
    min-height: 55px;
}
.modal-title::before {
    content: "";
    position: absolute;
    border-left: 3px solid var(--default);
    top: 0;
    left: -25px;
    bottom: 0;
}
.modal-body {
    padding: 40px 25px 15px;
}
.modal-cancel {
    line-height: 1;
    display: inline-block;
    color: rgba(55,49,86,0.5);
    border-bottom: 1px solid;
}
.modal-cancel:hover {
    color: var(--default);
}
/*Pagination*/
.pagination {
    flex-wrap: wrap;
}
/*Form*/
.form-group {
    position: relative;
}
.form-control,
.bootstrap-select .dropdown-toggle,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.bootstrap-tagsinput,
.ms-choice {
    padding: 10px;
    font-size: inherit;
    border: 1px solid rgba(0,0,0,0.1);
    color: var(--default);
    background-color: transparent;
    font-weight: 600;
    border-radius: 25px;
    height: auto !important;
    line-height: 1.6;
    text-align: left;
}
.form-control-number {
    width: 75px !important;
}
textarea.form-control {
    resize: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--default);
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    margin-left: 0;
    height: 29px;
    color: var(--default);
    font-weight: 600;
    font-family: var(--font-family);
}
.select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    color: var(--default);
    opacity: 1;
}
.select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
    color: var(--default);
    opacity: 1;
}
.select2-container .select2-search--inline .select2-search__field::placeholder {
    color: var(--default);
    opacity: 1;
}
.form-control[readonly] {
    background-color: transparent;
}
.form-control.is-invalid,
.was-validated .form-control:invalid,
.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    background-image: none;
    border-color: rgba(0,0,0,0.1);
}
.form-control.bootstrap-select.is-invalid {
    background-image: none !important;
}
.form-control::-webkit-input-placeholder {
    color: var(--default);
}
.form-control:-ms-input-placeholder {
    color: var(--default);
}
.form-control::placeholder {
    color: var(--default);
}
.form-control-with-label {
    position: relative;
    background-color: var(--white);
}
.form-control:focus {
    color: inherit;
    background-color: transparent;
    border-color: var(--default);
}
.form-control:focus-visible {
    color: var(--default);
    text-shadow: none;
}
.form-control-with-label.flex-grow-1 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.form-control-with-label .form-control,
.form-control-with-label .bootstrap-select .dropdown-toggle,
.form-control-with-label .select2-container--default .select2-selection--single,
.form-control-with-label .select2-container--default .select2-selection--multiple,
.form-control-with-label .ms-choice {
    padding: 18px var(--form-x-padding) 2px;
}
.form-control-with-label.only-read,
.form-control-with-label.only-read > label {
    padding-left: var(--form-x-padding);
    padding-right: var(--form-x-padding);
}
.form-control-with-label.only-read .form-control {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    border-width: 0 0 1px;
}
.bootstrap-select.form-control-fixed-width .dropdown-toggle {
    padding: 0;
    width: 100%;
    max-width: 100%;
    border: 0;
}
.form-group .form-control-with-label .bootstrap-select {
    padding: 0 !important;
}
.form-group .bootstrap-select.readonly {
    pointer-events: none;
}
.bootstrap-select.readonly .dropdown-toggle::after {
    opacity: 0;
}
.form-control-with-label > label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 3px var(--form-x-padding);
    font-size: 1em;
    color: var(--default);
    margin: 0;
    pointer-events: none;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 23px;
    opacity: 0.5;
}
.form-control-with-label.focused > label,
.form-control-with-label.always-focused > label,
.form-control-with-label.only-read > label {
    font-size: 14px;
}
.form-control-with-label:not(.always-focused):not(.focused):not(.only-read) > label {
    min-height: 100%;
    opacity: 1;
}
.form-control-with-label.textarea-label:not(.always-focused):not(.focused):not(.only-read) > label {
    min-height: 50px;
}
.form-control-with-label .bootstrap-select > .dropdown-toggle::after {
    margin-top: -15px;
}
.input-group .form-control-with-label:first-child .form-control {
    border-right: 0;
}
.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: 1em;
}
.bootstrap-select.h-100 .dropdown-toggle {
    height: 100%;
}
.select2-dropdown {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    color: var(--default);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--default) transparent transparent transparent;
    border-width: 7px 7px 0 7px;
    margin-left: -7px;
}
.select2_modalassign + .select2::before {
    content: "";
    border-color: var(--default) transparent transparent transparent;
    border-width: 7px 7px 0 7px;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    border-style: solid;
    right: 15px;
    top: 0;
    bottom: 0;
    height: 0;
    margin: auto;
}
.form-control.form-control-unstyled {
    padding: 0;
    font-size: 1em;
    height: auto;
    border: none;
    color: inherit;
}
.bootstrap-select.select-unstyled .dropdown-toggle {
    padding: 0;
    height: auto;
    border-radius: 0;
    border: none;
    color: inherit;
}
.bootstrap-select.select-unstyled .dropdown-menu .bs-searchbox .form-control {
    font-size: 1em;
    padding: 5px;
}
.bootstrap-select:not(.triangle-arrow) .dropdown-toggle::after {
    content: "";
    font-size: 1em;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid var(--primary);
    width: 0;
    height: 0;
    display: block;
    margin-left: 15px;
    border-left: 0.3em solid transparent;
}
.bootstrap-select.triangle-arrow .dropdown-toggle::after {
    content: "";
    font-size: 1em;
    border-right: 1px solid;
    border-top: 1px solid;
    width: 0.4em;
    height: 0.4em;
    margin-left: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 0.1em;
}
.form-control::-webkit-input-placeholder {
    color: var(--default);
}
.form-control:-ms-input-placeholder {
    color: var(--default);
}
.form-control::placeholder {
    color: var(--default);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: var(--primary);
    box-shadow: none;
}
.form-control-phone {
    padding-left: 100px;
}
.form-control-phone-code {
    position: absolute;
    top: 5px;
    bottom: 5px;
    padding: 5px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid rgba(68,48,135,0.3);
    width: 75px;
    white-space: nowrap;
}
.form-control-with-label .form-control.form-control-phone,
.form-control-with-label label.form-control-phone-label {
    padding-left: 85px;
}
.form-control-square + .select2-container--default .select2-selection--single {
    border-radius: 10px;
    padding: 3px 10px;
    color: rgba(55,49,86,0.4);
    font-weight: 400;
}
.form-control-square + .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(55,49,86,0.4);
}
.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:active {
    color: var(--default) !important;
    background-color: rgba(68,48,135,0.1);
}
.invalid-feedback,
.text-danger.alert-message {
    margin-top: 2px;
    font-size: 12px;
    color: var(--secondary);
}
.form-control-with-label.is-invalid ~ .invalid-feedback {
    display: block;
}
.select2-dropdown {
    font-size: 14px;
}
.select2-results__option {
    padding: 5px !important;
}
.form-control[type="file"] {
    color: rgba(55,49,86,0.5);
}
.form-control::file-selector-button {
    padding: 20px 20px 20px 30px;
    margin: -20px 15px -20px -15px;
    color: white;
    background-color: rgba(68,48,135,0.5);
    font-size: 14px;
    font-weight: 400;
    border: 1px solid;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: rgba(68,48,135,0.5);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: rgba(68,48,135,0.5);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primary) !important;
    color: white;
    border-radius: 4px;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 5px;
    line-height: 1.3;
    border: 0;
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none;
    color: white;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 15px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: rgba(255,255,255,0.5);
    color: var(--primary);
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
    border-color: transparent !important;
}
.input-group-text {
    background-color: transparent;
}
.input-group-text .btn-light-2 {
    background-color: rgba(68,48,135,0.5);
    color: white;
    border-color: transparent !important;
}
.input-group-text .btn + .btn,
.input-group-text .btn + .input-group-text {
    margin-left: 0;
}
.input-group > .input-group-text > .btn:last-child {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.input-group > .input-group-text > .btn {
    position: relative;
}
.input-group > .input-group-text > .btn:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.custom-file-browser {
    position: relative;
}
.custom-file-browser input[type="file"] {
    opacity: 0;
}
.custom-file-browser div.form-control {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
}
.form-control-browse {
    position: absolute;
    color: white;
    background-color: rgba(68,48,135,0.5);
    font-size: 14px;
    font-weight: 400;
    top: 0;
    bottom: 0;
    left: 0;
    width: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.custom-file-browser div.form-control {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    color: rgba(55,49,86,0.5);
    padding-left: 120px;
}
/*Login*/
.login-bg1::before {
    background: white;
}
.authentication-card.card {
    max-width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 35px;
    margin-bottom: 0;
}
.header-brand img {
    height: 80px;
}
.login-title {
    font-size: 19px;
    color: var(--primary);
    font-weight: 400;
    letter-spacing: 0.15em;
    margin: 15px 0 0;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(68,48,135,0.2);
}
.login-subheader {
    padding: 20px 15px;
    font-size: 12px;
}
.login-subheader h3 {
    font-size: 19px;
    font-weight: 700 !important;
    margin-bottom: 2px;
}
.login-subheader p {
    color: rgba(55,49,86,0.5);
}
.authentication-card form {
    font-weight: 500;
    font-size: 14px;
}
.authentication-card .form-control,
.authentication-card .bootstrap-select .dropdown-toggle {
    border-color: var(--default);
}
/*Sidebar*/
.app-sidebar .header-brand img {
    height: 50px;
}
.app-sidebar .user-pic {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.app-sidebar .user-pic > img {
    object-fit: cover;
    width: 50px;
    height: 50px;
}
/*Header*/
.btn-secondary.header-buttons {
    padding: 1px 6px;
}
.full-screen-link {
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.full-screen-link svg {
    fill: none;
    stroke: var(--white);
    stroke-miterlimit: 10;
    stroke-width: 2px;
    height: 21px;
}
.full-screen-link:hover {
    opacity: 1;
}
.header-notification {
    position: relative;
    cursor: pointer;
}
.header-notification svg {
    height: 25px;
    fill: white;
}
.header-notification .badge {
    position: absolute;
    top: -8px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 1px 1px;
    text-align: center;
    background-color: var(--white);
    color: var(--primary);
    border-radius: 50%;
    font-size: 10px;
    margin: 0;
}
.profile-dropdown .avatar {
    width: 30px;
    height: 30px;
}
/*Header User*/
.landingmain-header.header .horizontalMenu {
    font-size: 1em;
}
.landingmain-header.header .horizontalMenu ul li a.btn {
    font-size: 1em !important;
}
.landingmain-header.header .header-notification {
    padding: 0 !important;
}
.landingmain-header .navresponsive-toggler {
    padding: 0;
    width: 13px;
    height: 30px;
    min-width: auto;
    text-align: center;
    border-radius: 5px;
    background-color: rgba(68,48,135,0.05);
}
.landingmain-header .navresponsive-toggler.icon i {
    vertical-align: 0;
    font-size: 30px;
    line-height: 1;
    height: auto;
    width: auto;
    color: var(--primary);
}
.landingmain-header .header-notification svg {
    height: 25px;
    fill: var(--black);
}
.landingmain-header .header-notification .badge {
    background-color: var(--primary);
    color: var(--white);
}
/*Sidebar User*/
.user-sidebar .profile-pic-img {
    position: relative;
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
}
.user-sidebar .profile-pic-img > img {
    width: 70px;
    height: 70px;
}
.delete-photo-btn {
    position: absolute;
    background-color: #c9c6db;
    width: 17px;
    height: 17px;
    line-height: 5px;
    text-align: center;
    border-radius: 50%;
    padding: 4px;
    bottom: 2px;
    right: 3px;
}
.delete-photo-btn img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.delete-photo-btn:hover {
    background-color: var(--primary);
}
.delete-photo-btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
/*Cart Tables*/
.cart-with-table {
    padding: 35px 15px;
}
.data-table-with-title {
    position: relative;
    padding-top: 40px;
}
.data-table-title {
    min-height: calc(55px + 0.4em);
    position: relative;
    font-size: 22px;
}
.data-table-title.absolute {
    position: absolute;
    left: 0;
    top: 0;
}
.data-table-title:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0.2em;
    bottom: 0.2em;
    border-left: 3px solid var(--default);
}
.data-table-title .title {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: rgba(55,49,86,0.5);
    line-height: 1;
}
.data-table-with-title .data-table-title {
    padding-bottom: 25px;
}
.data-table-right {
    position: absolute;
    top: 0;
    right: 215px;
    z-index: 1;
}
.data-table-right-outside {
    margin-bottom: 20px;
    font-size: 16px;
}
.data-table-right-outside .col-auto {
    margin-bottom: 10px;
}
.data-table-right .btn,
.data-table-right-outside .btn {
    border-width: 2px;
    font-weight: 500;
    padding: 6px 15px;
}
.dataTables_length {
    color: rgba(55,49,86,0.5);
    font-size: 16px;
}
.btn-delete,
.btn-refresh {
    font-size: 12px;
    font-weight: 500;
    border: 1px solid rgba(55,49,86,0.5);
    color: rgba(0,0,0,0.5);
    border-radius: 5px;
    padding: 2px 5px;
    line-height: 1;
}
.btn-refresh {
    color: var(--default);
}
.btn-delete svg {
    display: inline-block;
    width: 10px;
    fill: rgba(0,0,0,0.5);
    vertical-align: baseline;
    position: relative;
    top: 0.1em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-delete:hover,
.btn-refresh:hover {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: var(--white);
}
.btn-delete:hover svg {
    fill: var(--white);
}
.table-responsive {
    overflow: visible;
}
div.dataTables_wrapper div.dataTables_filter label {
    margin: 0;
}
div.dataTables_wrapper div.dataTables_filter .form-control {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
    padding: 6px 10px 6px 40px;
    background-image: url('https://ticketing.academy.ac.cy/assets/images/svgs/search.svg');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    width: 100%;
    margin: 0;
}
div.dataTables_wrapper div.dataTables_filter .form-control::-moz-placeholder {
    color: rgba(0,0,0,0.4);
}
div.dataTables_wrapper div.dataTables_filter .form-control::placeholder {
    color: rgba(0,0,0,0.4);
}
.table.dataTable {
    border-top: 2px solid rgba(78,69,91,0.2) !important;
    border-bottom: 2px solid rgba(78,69,91,0.2) !important;
    border-left: none !important;
    border-right: none !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.table.dataTable thead th {
    border-bottom: 1px solid rgba(78, 69, 91, 0.1) !important;
    white-space: nowrap;
}
.table.dataTable th,
.table.dataTable td {
    border-left: none;
    border-right: none;
}
.table.dataTable th:first-child,
.table.dataTable td:first-child {
    text-align: left !important;
}
.table.dataTable th:last-child,
.table.dataTable td:last-child {
    text-align: right;
}
table.dataTable thead th {
    padding: 20px 10px 10px !important;
}
table.dataTable > thead .sorting::before,
table.dataTable > thead .sorting_asc::before,
table.dataTable > thead .sorting_desc::before,
table.dataTable > thead .sorting_asc_disabled::before,
table.dataTable > thead .sorting_desc_disabled::before {
    display: none !important;
}
table.dataTable > thead .sorting::after,
table.dataTable > thead .sorting_asc::after,
table.dataTable > thead .sorting_desc::after,
table.dataTable > thead .sorting_asc_disabled::after,
table.dataTable > thead .sorting_desc_disabled::after {
    right: 0 !important;
    content: "" !important;
    position: relative !important;
    display: inline-block !important;
    width: 11px !important;
    background-image: url('https://ticketing.academy.ac.cy/assets/images/svgs/sorting.svg') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    height: 11px !important;
    opacity: 1 !important;
    bottom: auto !important;
    margin-left: 5px;
}
table.dataTable > thead .sorting_desc::after {
    background-image: url('https://ticketing.academy.ac.cy/assets/images/svgs/sorting-descending.svg') !important;
}
table.dataTable > thead .sorting_asc::after {
    background-image: url('https://ticketing.academy.ac.cy/assets/images/svgs/sorting-ascending.svg') !important;
}
table.dataTable tr.even {
    background-color: rgba(68,48,135,0.07);
}
table.dataTable tbody td {
    color: rgba(55,49,86,0.4);
    font-size: 14px;
}
table.dataTable tbody td.dataTables_empty,
table.dataTable tbody td.dataTables_empty:first-child {
    font-size: 14px;
    padding: 40px 10px !important;
    text-align: center !important;
    letter-spacing: 0.05em;
}
table.dataTable ul.custom-ul li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}
table.dataTable ul.custom-ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-left: 1px solid rgba(55,49,86,0.1);
    height: 10px;
    margin: auto;
}
table.dataTable .form-checkbox {
    margin: 0;
    font-size: 16px;
    color: var(--default);
}
table.dataTable .custom-control-label {
    border-radius: 4px;
    background-color: white;
}
.table.dataTable td .badge {
    font-size: 12px;
    font-weight: 500;
    padding: 2px 5px;
    line-height: 1;
    border-radius: 4px;
}
.table.dataTable td.ticket-details .badge {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    border-radius: 10px;
}
.table.dataTable td .btn-group > .btn {
    border-radius: 0;
    padding: 2px 5px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    height: 22px;
}
.table.dataTable td .btn-group > .btn:not(:last-child) {
    border-right-width: 0;
}
.table.dataTable td .btn-group .btn + .btn,
.table.dataTable td .btn-group .btn + .btn-group,
.table.dataTable td .btn-group .btn.dropdown-toggle:nth-last-child(2) {
    border-right-width: 1px;
}
.table.dataTable td .btn-group > .btn .fe-x {
    color: rgba(68,48,135,0.3);
    position: relative;
    font-size: 12px;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.table.dataTable td .btn-group > .btn:hover .fe-x {
    color: white;
}
.table.dataTable td .btn-group .dropdown-menu {
    font-size: 16px;
    color: rgba(55,49,86,0.5);
    min-width: 8rem;
    box-shadow: none;
    border: 1px solid #e8e6e6;
}
.dropdown-menu > li:not(:last-child) {
    border-bottom: 1px solid #e8e6e6;
}
.table.dataTable td .btn-group .dropdown-menu > li > a {
    padding: 5px 10px;
    line-height: 1.2;
}
.table.dataTable td .btn-group .dropdown-menu > li > a:hover {
    background-color: var(--primary);
    color: white;
}
.table.dataTable td .badge-count {
    font-size: var(--body-size);
    font-weight: 400;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0 !important;
    font-size: 13px;
    color: rgba(55,49,86,0.5);
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 0;
    font-size: 14px;
}
div.dataTables_wrapper div.dataTables_paginate .pagination .page-link {
    padding: 3px 7px;
    border-color: rgba(0,0,0,0.1);
    min-height: 100%;
}
div.dataTables_wrapper div.dataTables_paginate .pagination .page-item:not(.disabled):not(.active) .page-link {
    color: var(--primary);
}
div.dataTables_wrapper .page-item.disabled .page-link {
    color: rgba(55, 49, 86, 0.2);
}
div.dataTables_wrapper .paginate_button.previous .page-link,
div.dataTables_wrapper .paginate_button.next .page-link {
    font-size: 12px;
    padding: 2px 7px;
}
table.dataTable > tbody > tr.child ul.dtr-details {
    display: block;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
    box-shadow: none;
    background-color: #03c0e0;
    font-size: 16px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control::before {
    background-color: #ce020d;
}
/*Profile*/
.user-pro-list .avatar-xxl {
    width: 70px;
    height: 70px;
}
/*Notifications*/
.notify-img {
    width: 35px;
}
.notify-read > .ticketnotetrash {
    position: absolute;
    right: 15px;
    top: 10px;
}
/*Ticket Information*/
.ticket-info-title {
    position: relative;
    font-size: 20px;
}
.ticket-info-title:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0.2em;
    bottom: 0.2em;
    border-left: 3px solid var(--secondary);
}
.ticket-info-title.primary:before {
    border-left-color: var(--primary);
}
.ticket-info-title .title {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: rgba(55,49,86,0.5);
    line-height: 1;
}
.ticket-info-table td {
    padding: 10px 5px;
}
.ticket-info-table td:first-child {
    font-weight: 600;
    padding-left: 0;
}
.ticket-info-table td:last-child {
    color: rgba(55,49,86,0.5);
    font-size: calc(1em + 2px);
    padding-right: 0;
}
.ticket-info-table .badge {
    font-size: 1em;
    padding: 2px 5px;
    line-height: 1;
    font-weight: 500;
    border-radius: 4px;
}
.table-information-custom {
    font-size: 1em;
}
.table-information-custom td {
    padding: 10px 5px;
}
.table-information-custom td:first-child {
    font-weight: 600;
    padding-left: 0;
}
.table-information-custom td:last-child {
    font-size: calc(1em - 2px);
    padding-right: 0;
    color: rgba(55,49,86,0.5);
}
.table.table-information-custom > :not(caption) > * > * {
    border-color: rgba(55,49,86,0.2);
}
table.dataTable.dtr-inline.collapsed td.child {
    padding: 0 !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:not(.child) {
    border-bottom: 1px solid rgba(78,69,91,0.1) !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td {
    font-size: calc(1em - 1px);
}
table.dataTable > tbody > tr.child span.dtr-title {
    min-width: auto;
    font-weight: 600;
    color: var(--default);
}
table.dataTable > tbody > tr.child span.dtr-data {
    margin-left: 5px;
    white-space: normal;
}
/*Knowledge Publish*/
.knowledge-image {
    position: relative;
    padding-top: 55%;
}
.knowledge-image > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-car-image,
.popup-gallery-car-image {
    position: relative;
    padding-top: 57%;
}
.popup-gallery-car-image {
    background-color: rgba(55,49,86,0.1);
}
.gallery-car-image {
    cursor: pointer;
}
.gallery-car-image > img,
.popup-gallery-car-image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup-gallery-car-image > img {
    object-fit: contain;
}
.gallery-car-full {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery-car-image:hover .gallery-car-full {
    opacity: 1;
}
.gallery-carousel .owl-nav button {
    border-radius: 0;
    width: 15px;
    height: 100%;
    background: rgba(55, 49, 86, 0.1) !important;
    border: none !important;
    box-shadow: none;
    top: 0;
    margin: 0;
    font-size: 0;
    color: var(--default) !important;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}
.gallery-carousel .owl-nav .owl-prev {
    left: -20px;
}
.gallery-carousel .owl-nav .owl-next {
    right: -20px;
}
.gallery-carousel .owl-nav button span {
    font-size: 0;
    height: 10px;
    display: block;
    text-align: center;
}
.gallery-carousel .owl-nav button span::before {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    display: block;
    width: 7px;
    height: 7px;
    position: relative;
}
.gallery-carousel .owl-nav button.owl-prev span::before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 6px;
}
.gallery-carousel .owl-nav button.owl-next span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 2px;
}
.gallery-carousel.owl-carousel:hover .owl-nav button {
    color: var(--default) !important;
    background: rgba(55, 49, 86, 0.1) !important;
}
.gallery-carousel.owl-carousel .owl-nav button:hover {
    color: #fff !important;
    background: var(--primary) !important;
}
/*Knowledge Publish Popup*/
#knowledge-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white);
    z-index: 100000;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#knowledge-popup.active {
    pointer-events: all;
    opacity: 1;
}
.knowledge-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 10;
}
.knowledge-popup-close:hover {
    opacity: 1;
}
.knowledge-popup-container {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.knowledge-popup-wrap {
    position: relative;
    overflow: hidden;
}
.popup-gallery-carousel.owl-carousel {
    position: static;
}
.popup-gallery-carousel .owl-nav button,
.popup-gallery-carousel.owl-carousel:hover .owl-nav button {
    font-size: 0 !important;
    width: 40px;
    height: 40px;
    background: rgba(55,49,86,0.1) !important;
    border: none !important;
    z-index: 100000;
    box-shadow: none;
    color: var(--default) !important;
    border-radius: 0 !important;
    border: 0 !important;
    top: auto;
    bottom: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.popup-gallery-carousel .owl-nav button.owl-prev {
    right: 70px;
    left: auto;
}
.popup-gallery-carousel .owl-nav button.owl-next {
    right: 20px;
}
.popup-gallery-carousel .owl-nav button span {
    border-top: 1px solid;
    border-right: 1px solid;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    position: relative;
}
.popup-gallery-carousel .owl-nav button.owl-prev span {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 3px;
}
.popup-gallery-carousel .owl-nav button.owl-next span {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -3px;
}
.popup-gallery-carousel.owl-carousel .owl-nav button:hover,
.popup-gallery-carousel.owl-carousel:hover .owl-nav button:hover {
    color: var(--white) !important;
    background: var(--primary) !important;
}
/*Responsive - Mobile First*/
/* sm */
@media (min-width: 576px) {
    /*Modal*/
    .modal-md {
        max-width: 570px;
    }
    .modal-title {
        font-size: 25px;
    }
    /*Login*/
    .login-bg1::before {
        background: rgba(68,48,135, 0.85);
    }
    .authentication-card.card {
        padding: 40px;
        max-width: 370px;
        border-radius: 7px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    }
    .header-brand img {
        height: 95px;
    }
    .login-title {
        font-size: 22px;
        margin: 10px 0 0;
        padding-bottom: 20px;
    }
    .login-subheader {
        padding: 20px;
        font-size: 14px;
    }
    .login-subheader h3 {
        font-size: 22px;
    }
    .authentication-card form {
        font-size: 16px;
    }
    /*Cart Tables*/
    .data-table-title {
        font-size: 25px;
    }
    /*Ticket Information*/
    .ticket-info-title {
        font-size: 25px;
    }
    /*Knowledge Publish*/
    .gallery-carousel .owl-nav button {
        width: 20px;
    }
    .gallery-carousel .owl-nav .owl-prev {
        left: -25px;
    }
    .gallery-carousel .owl-nav .owl-next {
        right: -25px;
    }
    .gallery-carousel .owl-nav button span::before {
        width: 10px;
        height: 10px;
    }
    .gallery-carousel .owl-nav button.owl-prev span::before {
        left: 8px;
    }
}
/* md */
@media (min-width: 768px) {
    /*All*/
    :root {
        --body-size: 16px;
        --form-x-padding: 25px;
    }
    .main-grid {
        padding-left: 35px;
        padding-right: 35px;
    }
    /*Cart Tables*/
    .cart-with-table {
        padding: 50px 20px;
    }
    .data-table-title:before {
        left: -20px;
    }
    .data-table-right-outside {
        font-size: 18px;
    }
    .data-table-btn {
        left: 160px;
        top: 35px;
    }
    div.dataTables_wrapper div.dataTables_filter {
        margin-top: -40px;
        margin-bottom: 40px;
    }
    div.dataTables_wrapper div.dataTables_filter .form-control {
        padding: 10px 10px 10px 40px;
        width: 190px;
    }
    div.dataTables_wrapper div.dataTables_info {
        font-size: 16px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: flex-end;
    }
    .table.dataTable td .badge {
        font-size: 14px;
    }
    .table.dataTable td .btn-group > .btn {
        font-size: 16px;
    }
    /*Ticket Information*/
    .ticket-info-title:before {
        left: -20px;
    }
    /*Knowledge Publish*/
    .knowledge-image {
        padding-top: 28%;
    }
}
/* lg */
@media (min-width: 992px) {
    /*Sidebar*/
    .app-sidebar .user-pic {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .app-sidebar .user-pic > img {
        width: 70px;
        height: 70px;
    }
    /*Header*/
    .btn-secondary.header-buttons {
        padding: 7px 15px;
    }
    .full-screen-link {
        opacity: 0.2;
    }
    .full-screen-link svg {
        stroke: var(--default);
    }
    .header-notification svg {
        fill: black;
    }
    .header-notification .badge {
        top: -5px;
        right: -10px;
        min-width: 20px;
        height: 20px;
        padding: 1px 2px;
        font-size: 12px;
        background-color: var(--default);
        color: var(--white);
    }
    /*Cart Tables*/
    table.dataTable tbody td {
        font-size: 16px;
    }
    table.dataTable tbody td.dataTables_empty,
    table.dataTable tbody td.dataTables_empty:first-child {
        font-size: 18px;
    }
    /*Knowledge Publish Popup*/
    .popup-gallery-car-image {
        padding-top: 100vh;
    }
    .popup-gallery-carousel .owl-nav button,
    .popup-gallery-carousel.owl-carousel:hover .owl-nav button {
        width: 50px;
        height: 50px;
        bottom: 40px;
    }
    .popup-gallery-carousel .owl-nav button.owl-prev {
        right: 100px;
    }
    .popup-gallery-carousel .owl-nav button.owl-next {
        right: 40px;
    }
}
/* xl */
@media (min-width: 1200px) {
    /*All*/
    :root {
        --body-size: 18px;
    }
    small,
    .small {
        font-size: 87.5%;
    }
    /*Header User*/
    .landingmain-header.header .header-message,
    .landingmain-header.header .profile-dropdown {
        position: absolute;
    }
    .landingmain-header.header .header-message {
        right: 85px;
    }
    .landingmain-header.header .profile-dropdown {
        right: 25px;
    }
}
/* xxl */
@media (min-width: 1400px) {
    /*All*/
    .main-grid {
        padding-left: 65px;
        padding-right: 35px;
    }

}
@media (min-width: 1600px) {
    /*Cart Tables*/
    .data-table-right-outside {
        display: none;
    }
}
/*Responsive - Desktop First*/
@media (max-width: 1699.98px) {
    /*Generete Paasword*/
    .skwtvisipsd {
        font-size: 12px;
        padding: 7px;
    }
    .skwtgenratepsd {
        font-size: 12px;
        padding-left: 5px;
        width: 80px;
        white-space: normal;
        line-height: 1.2;
    }
}
@media (max-width: 1599.98px) {
    /*Cart Tables*/
    .data-table-right {
        display: none;
    }
}
/* xl */
@media (max-width: 1399.98px) {
    /*Cart Tables*/
    table.dataTable ul.custom-ul {
        /*flex-wrap: wrap !important;*/
        display: none !important;
    }
}
/* lg */
@media (max-width: 1199.98px) {
    /*Header User*/
    .landingmain-header.header .header-message {
        margin: 0 15px;
    }
    /*Cart Tables*/
    .dataTable td .ticket-detail-title {
        white-space: nowrap;
        margin-bottom: 0;
    }
    .dataTable td .ticket-detail-title ~ .badge {
        display: none;
    }
}
/* md */
@media (max-width: 991.98px) {
    /*Sidebar*/
    .app-sidebar .avatar-xxl {
        margin-bottom: 10px;
    }
    /*Header*/
    .profile-dropdown .avatar {
        background-color: white;
        border: 2px solid white;
    }
    /*Knowledge Publish Popup*/
    .knowledge-popup-wrap {
        position: relative;
        overflow: hidden;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        flex-flow: column;
        padding: 100px 0;
    }
}
/* sm */
@media (max-width: 767.98px) {
    /*All*/
    td .action-btns,
    td .btn.action-btns {
        font-size: 13px;
    }
    /*Pagination*/
    .pagination .page-link {
        padding: 5px 10px;
    }
    /*Cart Tables*/
    div.dataTables_wrapper div.dataTables_filter {
        margin-top: 15px;
        margin-bottom: 5px;
    }
    div.dataTables_wrapper div.dataTables_filter label {
        width: 100%;
    }
}
/* xs */
@media (max-width: 575.98px) {
    /*All*/
    .swal-button {
        font-size: 14px;
    }
    /*Pagination*/
    .pagination .page-link {
        padding: 2px 4px;
    }
    /*Form*/
    textarea.form-control {
        border-radius: 10px;
    }
    /*Login*/
    .page-single-container {
        width: 100%;
    }
    /*Sidebar User*/
    .support-sidebar .side-menu li a {
        padding: 10px 15px;
    }
    /*Header User*/
    .btn-ticket {
        position: absolute;
        right: 37px;
        top: 5px;
        padding: 4px 10px;
        font-size: 13px;
    }
    .landingmain-header.header .header-message {
        margin: 0 30px;
    }
    .landingmain-header.header .header-message .dropdown-menu {
        left: auto !important;
        right: -61px !important;
        margin: 0 !important;
        top: 40px !important;
        width: 18rem !important;
    }
    /*Cart Tables*/
    .dataTable td .ticket-detail-title {
        max-width: 150px;
        white-space: normal !important;
        display: block !important;
    }
    /*Notifications*/
    .notify-read > a > .px-15px {
        padding-left: 10px !important;
        padding-right: 30px !important;
    }
    .notify-read > a > .px-15px > .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .notify-read > a > .px-15px > .row > * {
        padding-right: 5px;
        padding-left: 5px;
        position: static;
    }
    .notify-read > a > .px-15px > .row > .col > .row > * {
        flex: 0 0 100%;
        width: 100%;
        text-align: left;
        position: static;
    }
    .notify-read > a > .px-15px > .row > .col > .row > * > .fs-18.fw-600 {
        font-size: 14px !important;
    }
    .notify-read > a > .px-15px > .row > .col > .row > * .badge {
        font-size: 12px !important;
    }
    .notify-read > a > .px-15px > .row > .col > .row > * > .fs-16 {
        font-size: 13px !important;
        margin-bottom: 5px !important;
    }
    .notify-read > a > .px-15px > .row > .col > .row > * > .fs-16 .border-bottom {
        font-size: 12px !important;
        line-height: 1;
        display: inline-block;
    }
    .notify-read .ticketnotetrash {
        position: absolute;
        top: 5px;
        right: 5px;
    }
    /*Ticket Information*/
    .conversation-res-description {
        margin-left: calc(-3rem - 10px);
    }
    .ticketnote {
        padding: 30px 10px 10px;
    }
}
