:root {
    font-size: 62.5%;
    --primary: #0c0825;
    --secondary: #737c90;
    --success-bg: #6659ff;
    --success: #6659ff;
    --hover-color: #009537;
    --bColor: #707070;
    --tColor: #1e2329;
    --bgColor: #161414;
    --Color1: #212121;
    --border-color: #eaeaea;
    --white: #ffffff;
    --black: #000000;
    --primary-gradient: linear-gradient(
        250.72deg,
        #09c269 -60.43%,
        #161414 19.49%,
        #161414 77.85%,
        #09c269 166.79%
    );
    --secondary-gradient: linear-gradient(
        170.77deg,
        #161414 53.67%,
        #09c269 197.91%
    );
}

html,
body {
    height: 100%;
    font-family: "Inter", sans-serif;
    color: #000;
    background-color: #f5f5f5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.success {
    color: var(--success);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    margin: 0;
    color: #0c0825;
}

iframe {
    border: none;
}

a,
b,
div,
ul,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
    -moz-outline: none;
    outline: none;
    box-shadow: none;
}

button,
button:hover,
button:focus,
button:active {
    -moz-outline: none;
    outline: none;
    box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    outline: 0;
}

.mr5 {
    margin-right: 5px;
    margin-top: -4px;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

:focus {
    outline: none;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

button:focus {
    -moz-outline: none;
    outline: none;
    box-shadow: none;
}

p {
    margin: 0;
    color: #737c90;
    line-height: 19.6px;
    font-size: 14px;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
    color: #542ace;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.title-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

a.ticket-btu-com,
button.ticket-btu-com,
.ticket-btu-com {
    background: #6659ff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 15px 22px;
    border-radius: 6px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9ca3ae;
    opacity: 1; /* Firefox */
}

.dashboard-text h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
}

.dashboard-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    display: inline-block;
    margin-right: 7px;
}

table.table.ZaideskTable tbody tr td a {
    color: #0c0825;
    font-size: 14px;
    font-weight: 600;
}

/* dashboard area end */

.single-ticket-count {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.percircle.big {
    font-size: 60px;
    margin: auto;
}

.percircle.red .bar,
.percircle.red .fill,
.percircle.red.gt50 .fill {
    border-color: #6659ff;
}

.ticket-img-box {
    padding: 13px 10px;
    width: 40px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.right-box-ticket p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
}

.right-box-ticket h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
}

.ticket-circles {
    width: 60px;
    height: 60px;
}

.ticket-circles .percircle > span {
    font-size: 12px;
    font-weight: 700;
    color: #0c0825;
}

.rectangle {
    background: #eaf1fe;
}
.indianRed {
    background: #ffe6f7;
}
.lightYellow {
    background: #fffacc;
}

.mediumPurple {
    background: #e5faf3;
}

.mediumSlateBlue {
    background: #f4efff;
}

.orangeBg {
    background: #fff0eb;
}

.ticket-circles .percircle:hover:after {
    -webkit-transform: none;
    transform: none;
}

.ticket-circles .percircle.red:hover > span {
    color: #000;
    font-size: 12px;
    font-weight: 700;
}

.delete-modal-box {
    padding: 60px;
    text-align: center;
}

.delete-modal-box h4 {
    margin-top: 32px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
}

.delete-modal-box p {
    line-height: 22.4px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 34px;
}

.chart-performance img,
.customersCahrt img {
    width: 100%;
}

/* Ticket Summery area start */

.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #d8d6d6;
    border-radius: 4px;
    cursor: pointer;
    height: 21px;
    left: 0;
    position: absolute;
    top: -6px;
    width: 21px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #6659ff;
    border-color: #d8d6d6;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

table.table.ZaideskTable thead tr th {
    background: #f7f8f9;
    border: none;
    vertical-align: middle;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #0c0825;
}

.content-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 26px 0;
    margin: 30px 0;
}

.section-top-title h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 27px;
    padding: 0 26px;
}

table.table.ZaideskTable {
    width: 100%;
}

.content-wrap .table-responsive {
    padding: 0 26px;
    position: relative;
}

button.deleteData {
    position: absolute;
    right: 280px;
    display: flex;
    top: 0;
    border: 1px solid #dadee7;
    background: none;
    padding: 5px 14px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    color: #737c90;
    gap: 9px;
    align-items: center;
    cursor: pointer;
    transition: all 0.35s ease 0s;
    z-index: 888;
}

button.deleteData:hover {
    background-color: #6659ff;
    color: #fff;
}

button.deleteData:hover svg path {
    stroke: #fff;
}

table.table.ZaideskTable tbody tr td div {
    display: flex;
    gap: 18px;
    color: #737c90;
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
}

table.table.ZaideskTable tbody tr td {
    font-size: 14px;
    padding: 27px 15px;
    vertical-align: middle;
}

.urgentColor {
    color: #fa8500;
}

.generally {
    color: #17d1dc;
}

.critical {
    color: #6659ff;
}

.high {
    color: #006cf1;
}

.low {
    color: #ff4848;
}

.medium {
    color: #2ece49;
}

.small-btn {
    border: none;
    background: none;
    padding: 5px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 12px;
}

.success-btn {
    border: none;
    background: #dcfadc;
    padding: 5px 12px;
    border-radius: 6px;
    color: #4cbf73;
    font-size: 13px;
    font-weight: 600;
}

.processing-btn {
    background: #fff0e1;
    color: #ff7e00;
}

.close-btn {
    background: #fee6e6;
    color: #f96363;
}

.latest-btn {
    background: #f0ebff;
    color: #8253fb;
}

.pending-btn {
    background: #ffe6f7;
    color: #f761c4;
}

.suspend-btn {
    color: #fec90b;
    background-color: #fffcde;
}

.canceled-btn {
    background: #ffe6d1;
    color: #f17d14;
}

.resolved-btn {
    background: #d7cdef;
    color: #914df9;
}

/* Ticket Summery area end */

/* user profile sitting area start */

section.dashboard-area {
    margin-top: 29px;
}

.img-area img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.img-area label {
    background: #ebedf0;
    font-size: 14px;
    font-weight: 600;
    color: #1e2329;
    padding: 10px 20px;
    border-radius: 6px;
    margin-left: 30px;
}

button.delete-btn {
    background: #f45329;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 600;
}

.img-area {
    margin-bottom: 46px;
}

button.user-btu {
    border: 1px solid #dadee7;
    padding: 6px 20px;
    color: #737c90;
    background: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.viewBtuModel {
    width: 117px;
}

.viewBtuModel a,
.viewBtuModel button {
    padding: 0;
}

.mr-1 {
    margin-right: 10px;
}

.set-password .nav-pills .nav-link.active,
.set-password .nav-pills .show > .nav-link {
    background: #dcfadc;
    color: #4cbf73;
    border-color: #fff0;
}

.set-password .nav-link:focus,
.set-password .nav-link:hover {
    background: #dcfadc;
    color: #4cbf73;
}

.set-password {
    margin-bottom: 40px;
}

.user-info-from {
    margin-bottom: 26px;
}

.user-info-from label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 17px;
}

.user-info-from label span {
    color: #6659ff;
}

.user-info-from input,
.user-info-from select,
.formControl {
    border: 1px solid #dadee7;
    font-size: 14px;
    padding: 14px 20px;
    color: #737c90;
    font-weight: 400;
    border-radius: 5px;
    width: 100%;
}

.text-h{
    height: 52px;
    margin: 0 !important;
}

.profile-info {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}

button.submit-btu {
    border-radius: 6px;
    background: #6659ff;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 24px;
}

.user-info-from h2 {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #eef0f2;
    padding-bottom: 29px;
}

.profileImgpart > span {
    position: absolute;
    top: 67px;
    right: -1px;
}

.profileImgpart {
    position: relative;
    display: inline-block;
}

.table-responsive .dataTables_wrapper {
    font-size: 14px;
    font-weight: 500;
    color: #737c90;
}

.table-responsive .dataTables_wrapper .dataTables_length,
.dataTables_filter {
    margin-bottom: 31px;
}

.table-responsive table.dataTable.no-footer {
    border-bottom: none;
}

.table-responsive
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current,
.table-responsive
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current:hover,
.table-responsive .paginate_button:hover {
    background: #6659ff !important;
    color: #fff !important;
    border-color: transparent !important;
    border-radius: 5px;
}

.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 24px;
    padding: 2px 8px;
    margin: 0 7px;
}

.table-responsive .dataTables_wrapper .dataTables_length select,
.table-responsive .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #dadee7;
}

.table-responsive .dataTables_wrapper .dataTables_length select,
.table-responsive .dataTables_wrapper .dataTables_filter input {
    border: 1px solid rgb(115 124 144 / 12%);
}

/* user profile sitting area end */

/* create ticket area start */

.create-ticket {
    background: #fff;
    padding: 27px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.create-ticket .note-btn {
    background: transparent;
    color: #737c90;
}

.create-ticket .note-toolbar {
    background: #f7f8f9;
}

.agree-box input[type="checkbox"] {
    accent-color: #6659ff;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    vertical-align: middle;
    border: 1px solid #d8d6d6;
    margin-right: 10px;
}

.agree-box {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    color: #737c90;
    flex-direction: column;
    gap: 24px;
}

.agree-box a {
    color: #6659ff;
    text-decoration: underline;
}

button.delete-btu {
    background: #ff794d;
}

.select2-container--default .select2-results > .select2-results__options {
    font-size: 14px;
}

.note-placeholder {
    color: #737c90 !important;
}

.note-editor.note-airframe,
.note-editor.note-frame {
    border: 1px solid #dadee7;
}

.table.table.ZaideskTable.gapsshort tbody tr td div {
    gap: 15px;
}

.customer-ticket-create {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #dadee7;
    padding: 15px;
    color: #737c90;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    height: 433px;
}

/* create ticket area end */

/* view create ticket area start */

.view-assign-tab {
    background: #fff;
    max-width: 300px;
    border-radius: 11px;
    height: auto;
    padding: 20px;
    box-shadow: 0 0 30px 0 #a3b1cca6;
    position: absolute;
    z-index: 5;
    display: none;
}

.noneClick:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000000;
    content: "";
    left: 0;
    top: 0;
}

.slow {
    display: inline;
}

.slow2 {
    display: inline;
}

.user-search input {
    border: none;
    font-size: 14px;
    font-weight: 500;
}

.user-search {
    border: 1px solid #eaeaea;
    padding: 9px 17px 9px 33px;
    border-radius: 10px;
    color: #737c90;
    position: relative;
    margin-bottom: 20px;
}

.user-search span {
    position: absolute;
    left: 11px;
    top: 11px;
    cursor: pointer;
}

.view-tab.active svg path {
    fill: #6659ff;
}

.tab-view-assign .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    color: #737c90;
    border: none;
    font-size: 15px;
    font-weight: 600;
    padding: 15px;
}

.view-tab.active {
    background: none;
    color: #6659ff;
    border: none;
    position: relative;
}

.view-tab {
    margin-right: 40px;
    background: none;
    color: #737c90;
    border: none;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 500;
}

.view-tab.active:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #6659ff;
    content: "";
    left: 0;
    bottom: -21px;
}

.view-assign > h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 13px;
    line-height: 29px;
}

.view-assign > p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #737c90 !important;
}

.view-assign > p > * {
    color: #737c90 !important;
}

.tag-key-word span {
    background: #e1deff;
    color: #6659ff;
    padding: 7px 17px;
    border-radius: 30px;
    margin-right: 10px;
    font-size: 14px;
}

.tag-key-word span img {
    width: 14px;
    margin-top: -3px;
}

.tag-key-word span img {
    cursor: pointer;
}

.view-assign {
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
}

.view-user-title {
    display: flex;
    justify-content: space-between;
}

.view-user-title h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 17px;
}

.view-user-title p {
    font-size: 14px;
    font-weight: 400;
}

.view-user-list {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.view-user-list img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.view-user-list h2 {
    font-size: 14px;
    font-weight: 600;
}

.view-post {
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.single-post-view {
    display: flex;
    gap: 10px;
}
.single-post-view .customer-user-img {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
}
.single-post-view .customer-user-img .header-profile-user-img {
    margin-right: 0;
    width: unset;
    height: unset;
}

.auth-user-info {
    display: flex;
    justify-content: space-between;
}

.auth-user-title h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.auth-user-title p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 9px;
}

.post-date p {
    font-size: 14px;
    font-weight: 500;
}

.auth-user-post > p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px;
}

.file-type button {
    border: none;
    background: #e1deff;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #6659ff;
}

.maintainer {
    background: #e9f3ff;
}

.admin {
    background: #ebffef;
}

.customer {
    background: #ffffff;
}

.boxShadow {
    display: inline-block;
    position: relative;
}

.boxShadow span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    z-index: 9;
    margin-top: -25%;
    margin-left: -25%;
}

.boxShadow:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004f;
    content: "";
}

.image-type img {
    max-width: 100px;
    max-height: 100px;
}

.ticket-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 27px;
}

.ticket-info-box {
    background: #fff;
    padding: 35px 25px;
    border-radius: 10px;
}

.ticket-title h4 {
    font-size: 18px;
    font-weight: 600;
}

.ticket-info h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
}



p.generally-color {
    margin: 0;
    color: #17d1dc;
}

.ticket-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.summernote-reply {
    position: relative;
}

.instant-btu {
    background: none;
    border: none;
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 15px;
    color: #737c90;
    cursor: pointer;
}

.allPostUser {
    margin-bottom: 30px;
}

.alertMassas p {
    font-size: 13px;
    font-weight: 400;
    color: #ff434f;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 25px;
    background: #ffe1e3;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.view-post-reply {
    padding: 12px 25px;
    background: #fff;
    position: relative;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.coustomerReplay {
    border-radius: 10px;
    padding-top: 25px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.view-post-reply .nav-tabs .nav-item.show .nav-link,
.view-post-reply .nav-tabs .nav-link.active {
    color: #6659ff;
    background: none;
}

.view-post-reply .nav-tabs {
    border: none;
}

.view-post-reply .note-toolbar {
    padding: 10px 15px !important;
    background: #f7f8f9;
}

.view-post-reply .note-editor.note-airframe,
.view-post-reply .note-editor.note-frame {
    border: 1px solid #dadee7;
}

.user-info-from .select2-container .select2-selection--single {
    height: 50px;
}

.user-info-from
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #737c90;
    line-height: 28px;
    padding: 12px;
    font-size: 14px;
}

.user-info-from .select2-container--default .select2-selection--single {
    border: 1px solid #dadee7;
}

.user-info-from
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px;
    top: 12px;
    right: 9px;
}

.clock-instant img {
    width: auto;
    height: auto;
}

.clock-instant p {
    font-size: 14px;
    font-weight: 400;
}

.user-search i {
    font-size: 15px;
}

.auth-user-img img {
    min-width: 40px;
}

.agree-left {
    font-size: 14px;
}

.note-modal .note-modal-body label {
    font-size: 14px;
}

.note-modal-footer input {
    background: #6659ff !important;
    color: #fff !important;
    margin-top: -9px;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    -moz-outline: none;
    outline: none;
    box-shadow: none;
    margin-right: 9px;
}

.ticket-info-img img {
    width: 55px;
}

.ticket-info-img {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 27px;
}

.ticket-user-name h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}

.view-history-btu {
    border-top: 1px solid #eaeaea;
    padding-top: 25px;
    display: flex;
    gap: 11px;
}

.previousTickets {
    color: #6659ff;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    background: #e8e6ff;
    border: 1px solid #6659ff;
}

.viewHistory {
    color: #80952c;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    background: #faffe6;
    border: 1px solid #dcec9d;
}
.viewHistory:hover {
    color: #80952c;
}

.assignmentsagent,
.view-tab.assignmentsagent.active {
    color: #6659ff;
    background: #e8e6ff;
    padding: 5px 12px;
    border: 1px solid #6659ff;
    border-radius: 6px;
    margin-right: 13px;
}

.taggingagent,
.view-tab.taggingagent.active {
    color: #fb5c66;
    background: #ffe1e3;
    padding: 5px 12px;
    border: 1px solid #fb5c66;
    border-radius: 6px;
}

.view-tab.taggingagent.active:after,
.view-tab.assignmentsagent.active:after {
    background: none;
}

.tab-view-assign {
    position: relative;
}

.deleteLayout i {
    font-size: 17px;
    color: #a5abba;
    cursor: pointer;
}

.deleteLayout {
    position: absolute;
    right: 20px;
}

.show-of.agent {
    top: 19px;
    right: 0;
}

.show-of.agent .notifi-close-btu:hover svg path {
    stroke: #6659ff;
}

.ticketNote {
    border: 1px solid #ffb82a;
    color: #ffb82a;
    background: #fff4de;
    padding: 5px 12px;
    border-radius: 6px;
    margin-right: 13px;
}

.aiReplyBtu.deleteLayout {
    position: inherit;
    top: 0;
}

.aiReply.show-of {
    top: 60px;
    left: 0px;
    right: auto;
}

.view-tab.taggingagent.active svg path {
    fill: #fb5c66;
}

.note-editable {
    color: #737c90;
}

.aiReply .notifi-close-btu {
    margin-bottom: 5px;
}

select.category {
    width: 100%;
    padding: 11px;
    font-size: 16px;
    border-radius: 6px;
    color: #737c90;
    border: 1px solid #dadee7;
}

.allNotes-area {
    background: #ffffff;
    padding: 9px 25px 25px;
    border-radius: 10px;
    margin-top: 30px;
}

.allNotes-tille {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

.allNotes-tille h4 {
    font-size: 18px;
    font-weight: 600;
}

.noteText {
    padding: 14px 15px;
    border-radius: 10px;
    margin-top: 10px;
    position: relative;
}

.noteText p {
    word-break: break-word;
}

.noteUserInfo {
    display: flex;
    gap: 6px;
    margin-top: 10px;
}

.noteUserInfo p {
    font-weight: 500;
}

.noteUserInfo img {
    width: 25px;
}

.noteDelete .show-of {
    top: 0px;
    right: 13px;
}

.noteDelete.deleteLayout {
    right: 9px;
}

.paleGreen {
    background-color: #c8fff2;
}

.paleGreenColor {
    color: #3e8473 !important;
}

.noteText.paleGreen p {
    color: #3e8473;
}

.yellowGreen {
    background: #e0ffc8;
}

.noteText.yellowGreen p {
    color: #5d843f;
}

.yellowGreenColor {
    color: #5d843f !important;
}

.powderBlue {
    background-color: #c8dbff;
}

.noteText.powderBlue p {
    color: #3f5785;
}

.powderBlueColor {
    color: #3f5785 !important;
}

.editPart.aiReplayBtu {
    width: 220px;
    right: -84px;
}

.editPart.aiReplayBtu .coustomPart {
    margin: 0;
}

.noteTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    border-bottom: 1px solid #dadee7;
    margin-bottom: 17px;
}

.noteTitle h5 {
    color: #0c0825;
    font-size: 18px;
    font-weight: 600;
}

.noteIntoPart {
    padding: 0 25px;
    margin-bottom: 20px;
}

.noteIntoPart h6 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 11px;
}

.noteIntoPart textarea,
.noteIntoPart input,
.noteIntoPart .select2-container {
    width: 100% !important;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 20px;
    border: 1px solid #dadee7;
}

.noteIntoPart-btu {
    padding: 0 25px;
    margin-bottom: 30px;
}

.noteIntoPartBtuBorder {
    border: 1px solid #dadee7;
    background: none;
    color: #0c0825;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 22px;
    border-radius: 8px;
}

.aiReaplayView {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 11px;
}

.quickVieew span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 400;
}

.quickVieew {
    display: flex;
    gap: 24px;
}

.quickVieew span {
    position: relative;
}

.quickVieew span input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

.quickVieew span label {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 0px 10px 0px;
    margin: 10px 12px;
    z-index: 0;
    /* color: #0C0825; */
    cursor: pointer;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
}

.quickVieew span .check {
    display: block;
    position: absolute;
    border: 1px solid #dadee7;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 19px;
    z-index: 5;
    left: -14px;
}

.quickVieew input[type="radio"]:checked ~ .check {
    border: 7px solid #5cdf89;
}

.quickVieew input[type="radio"]:checked ~ .check::before {
    background: #5cdf89;
}

.checkrowed input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    background-clip: content-box;
    border: 1px solid #bbb;
    background-color: #ffffff;
    cursor: pointer;
}

.checkrowed input[type="radio"]:checked {
    background-color: #ffffff;
    color: #5cdf89;
    border: 7px solid #5cdf89;
}

.checkrowed {
    display: flex;
    align-items: center;
}

.checkrowed label {
    font-size: 13px;
    cursor: pointer;
}

.quickVieew {
    padding: 20px 0;
}

.onHoldColor {
    color: #25a3ff;
}
.closedColor {
    color: #f96363;
}
.suspendColor {
    color: #fec90b;
}
.processingColor {
    color: #ff7e00;
}
.solvedColor {
    color: #4cbf73;
}

span.statusColor {
    color: #6659ff;
    font-weight: 600;
}

.select2-container--open .select2-dropdown--below {
    z-index: 99999999;
    box-shadow: 2px 10px 45px 0 rgb(76 76 76 / 12%);
}

.select2-container .select2-search--inline {
    width: 100%;
    margin-top: 15px;
    border: 1px solid #eaeaea;
    padding: 0 11px;
    border-radius: 8px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: none;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    background: none;
    border: none;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    color: #6659ff;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 9px;
    border-radius: 27px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 14px;
}

.select2-container--default .select2-selection--single {
    border: none;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-left: -13px;
    margin-top: 12px;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f3f2ff;
    color: #6659ff;
}

.select2-results__option--selectable {
    color: #737c90;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 15px;
    border-radius: 4px;
    margin-bottom: 2px;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f3f2ff;
    color: #6659ff;
}

.select2-dropdown {
    border: none;
    border-radius: 6px;
    padding: 20px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 9px 15px;
    font-size: 14px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-top: -2px;
}

/* view create ticket area end */

/* admin dashboard start*/

select.assgnColor {
    padding: 5px 12px;
    border: 1px solid #6659ff;
    border-radius: 10px;
    color: #6659ff;
    background: #e8e6ff;
}

select option:checked,
select option:hover {
    margin-bottom: 11px;
    background-color: #6659ff !important;
    color: #ffffff;
    border-radius: 10px;
}

select.assgnColor option {
    background: #eee;
    padding: 11px 0;
    margin-bottom: 10px;
}

.note,
.overdue {
    position: relative;
    border-bottom: 1px solid #eef0f2;
    z-index: 1;
}

.note:after {
    position: absolute;
    top: 34px;
    left: -38px;
    content: "Note";
    background: #fbc518;
    color: #fff;
    padding: 3px 11px;
    border-radius: 0 0 6px 6px;
    transform: rotate(-90deg);
    z-index: 9999;
    font-size: 11px;
    font-weight: 500;
}

.overdue:after {
    position: absolute;
    top: 34px;
    left: -48px;
    content: "Overdue";
    background: #ff7b50;
    color: #fff;
    padding: 3px 11px;
    border-radius: 0 0 6px 6px;
    transform: rotate(-90deg);
    z-index: 9999;
    font-size: 11px;
    font-weight: 500;
}

/* admin dashboard end*/

/* ---------------------
Notification are start
------------------------*/

.view-ticket-area {
    position: relative;
}

.dateNotifi {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 23px;
}

.singleNotifi {
    padding: 30px 20px 21px 30px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}

.singleNotifi {
    display: flex;
    gap: 15px;
}

.notifiUser img {
    width: 50px;
    height: auto;
}

.notifiInfoText {
    width: 100%;
}

.notifiTitle {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.notifiTitle h5 {
    font-size: 18px;
    font-weight: 600;
}

p.notifiText {
    margin-bottom: 14px;
    margin-top: 7px;
}

.notifiCode {
    color: #26a4ff;
    background: #eef8ff;
    border: 1px solid #26a4ff;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.notifiBtu {
    display: flex;
    gap: 15px;
}

.notifiTime {
    display: flex;
    gap: 22px;
    align-items: center;
}

span.iconNotifi .ellipsisDote i {
    font-size: 24px;
    color: #a5abba;
    cursor: pointer;
}

span.iconNotifi {
    position: relative;
}

.editPart {
    position: absolute;
    width: 150px;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 2px 10px 15px 0 rgb(204 204 204 / 33%);
    right: 2px;
    top: 24px;
    display: none;
    background: #fff;
    z-index: 7;
}

.coustomPart {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #737c90;
}

.coustomPart:hover {
    background: #f3f2ff;
    color: #6659ff;
}

.coustomPart:hover svg path {
    stroke: #6659ff;
}

.showeditPart {
    display: inline;
}

.overlayClass {
    position: absolute;
    background: #bb242400;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/* ---------------------
Notification are start
----------------- */
.show-of {
    box-shadow: 2px 10px 15px rgb(204 204 204 / 33%);
    padding: 8px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    z-index: 57;
    top: 27px;
    right: 31px;
    display: none;
}

.showActive {
    display: inline;
    transition: none;
}

.notifi-close-btu {
    display: flex;
    justify-content: space-between;
    gap: 55px;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 5px;
    align-items: center;
}

.notifi-close-btu:hover {
    background: #f3f2ff;
    color: #6659ff;
}

.notifi-close-btu:hover p {
    color: #6659ff;
}

.note-editable {
    font-size: 14px;
}

.note-placeholder {
    font-size: 14px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #eef0f2;
}

div.dataTables_wrapper div.dataTables_info {
    padding-bottom: 11px;
}

/* Notification are end */

.instantBox {
    position: absolute;
    bottom: 247px;
    right: -158px;
    display: block;
    z-index: 99;
}

/* Dark mood css */

body.dark {
    background-color: #0e0f13;
}

body.dark .main-content {
    background-color: #0e0f13;
}

body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6 {
    color: #ffffff;
}

body.dark .single-ticket-count,
body.dark .content-wrap,
body.dark table.table.ZaideskTable tbody tr td,
body.dark .navbar-header,
body.dark .vertical-menu {
    background-color: #17181c;
}

body.dark .success-btn {
    background: rgb(76 191 115 / 10%);
}

body.dark .processing-btn {
    background: rgb(255 126 0 / 10%);
}

body.dark .close-btn {
    background: rgb(249 99 99 / 10%);
}

body.dark .latest-btn {
    background: rgb(130 83 251 / 10%);
}

body.dark .pending-btn {
    background: rgb(247 97 196 / 10%);
}

body.dark .suspend-btn {
    background: rgb(255 252 222 / 10%);
}

body.dark .canceled-btn {
    background: rgb(255 230 209 / 12%);
}

body.dark .resolved-btn {
    background: rgba(215, 205, 239 / 12%);
}

body.dark .suspend {
    background-color: rgb(253 229 2 / 10%);
}

body.dark .mediumPurple {
    background: rgb(30 189 83 / 10%);
}

body.dark .mediumSlateBlue {
    background: rgb(130 83 251 / 10%);
}

body.dark .rectangle {
    background: rgb(255 230 247 / 10%);
}

body.dark .orangeBg {
    background: rgb(255 121 77 / 10%);
}
body.dark .indianRed {
    background: rgb(255 121 77 / 10%);
}
body.dark .lightYellow {
    background: rgb(255 250 204 / 10%);
}

body.dark table.table.ZaideskTable thead tr th {
    background-color: #22242b;
    color: #fff;
}

body.dark tr {
    border-color: rgb(115 124 144 / 10%);
}

body.dark tr {
    border-color: rgb(115 124 144 / 10%);
}

body.dark #sidebar-menu ul li a {
    color: #737c90 !important;
}

body.dark .profile-info {
    background: #17181c;
}

body.dark .set-password .nav-pills .nav-link.active,
body.dark .set-password .nav-pills .show > .nav-link {
    background: rgb(76 191 115 / 10%);
    color: #4cbf73;
    border-color: #df2a2a00;
}

body.dark .set-password .nav-link:focus,
body.dark .set-password .nav-link:hover {
    background: rgb(76 191 115 / 10%);
    color: #4cbf73;
}

body.dark button.user-btu {
    border: 1px solid rgb(115 124 144 / 10%);
}

body.dark .user-info-from label {
    color: #fff;
}

body.dark input.form-control:focus,
body.dark .user-info-from select:focus {
    background: no-repeat;
    outline: none;
    color: #737c90;
    box-shadow: none;
}

body.dark input.form-control,
body.dark .user-info-from select,
body.dark .formControl {
    background: none;
    color: #737c90;
    border: 1px solid rgb(115 124 144 / 10%);
}

body.dark .user-info-from h2 {
    border-bottom: 1px solid rgb(115 124 144 / 10%);
}

body.dark .view-assign {
    background: #17181c;
}

body.dark .admin {
    background: rgb(0 157 110 / 25%);
}

body.dark .maintainer {
    background: rgb(83 119 254 / 25%);
}

body.dark .customer {
    background: #17181c;
}

body.dark .ticket-info-box {
    background: #17181c;
}

body.dark .ticket-title {
    border-bottom: 1px solid rgb(115 124 144 / 10%);
}

body.dark .nav-tabs {
    border-color: rgb(115 124 144 / 10%);
}

body.dark .view-assign-tab {
    background: #22242b;
    border: 1px solid rgb(115 124 144 / 4%);
    box-shadow: 0 4px 250px 0 #08070c1f;
}

body.dark .user-search {
    border: 1px solid rgb(115 124 144 / 12%);
}

body.dark .user-search input {
    background: none;
    color: #737c90;
}

body.dark .tag-key-word span {
    background: rgb(102 89 255 / 10%);
}

body.dark .file-type button {
    background: rgb(102 89 255 / 10%);
}

body.dark .modal-content {
    background: #17181c;
}

body.dark .create-ticket,
body.dark .view-post-reply {
    background: #17181c;
}

body.dark tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: rgb(115 124 144 / 10%);
}

body.dark .create-ticket .note-toolbar,
body.dark .view-post-reply .note-toolbar {
    background: #22242b;
    border: none;
    padding: 10px 15px;
}

body.dark .note-btn {
    border-color: rgb(115 124 144 / 12%);
    background: #7fffd400;
    color: #737c90;
}

body.dark select.form-control option {
    background: #17181c;
}

body.dark .view-post-reply .note-editable {
    color: #737c90;
}

body.dark .note-editor.note-airframe .note-editing-area .note-codable,
body.dark .note-editor.note-frame .note-editing-area .note-codable,
body.dark .view-post-reply .note-editor.note-airframe,
body.dark .view-post-reply .note-editor.note-frame {
    background: #17181c;
    border: 1px solid rgb(115 124 144 / 12%);
}

body.dark .file-upload .drop-zone {
    border: 2px dashed rgb(115 124 144 / 12%);
}

body.dark .select2-container--default .select2-selection--single {
    background-color: #17181c;
}

body.dark
    .user-info-from
    .select2-container--default
    .select2-selection--single {
    border: 1px solid rgb(115 124 144 / 10%);
}

body.dark .select2-dropdown {
    background-color: #22242b;
}

body.dark
    .select2-container--default
    .select2-search--dropdown
    .select2-search__field {
    border: 1px solid rgb(115 124 144 / 10%);
    background-color: #22242b;
    color: #737c90;
}

body.dark
    .select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgb(102 89 255 / 10%);
}

body.dark .select2-container--default .select2-results__option--selected {
    background-color: rgb(102 89 255 / 10%);
}

body.dark .select2-dropdown {
    border: 1px solid rgb(115 124 144 / 10%);
}

body.dark
    .select2-container--default
    .select2-results
    > .select2-results__options {
    color: #737c90;
}

body.dark .note-dropdown-menu {
    background-color: #22242b;
    border: 1px solid rgb(115 124 144 / 10%);
}

body.dark a.note-dropdown-item,
a.note-dropdown-item:hover {
    color: #737c90;
}

body.dark a.note-dropdown-item h1,
body.dark a.note-dropdown-item h2,
body.dark a.note-dropdown-item h3,
body.dark a.note-dropdown-item h4,
body.dark a.note-dropdown-item h5,
body.dark a.note-dropdown-item h6 {
    color: #737c90;
}

body.dark .table > :not(caption) > * > * {
    background-color: #17181c;
}

body.dark .note-editor .note-editing-area .note-editable table td,
body.dark .note-editor .note-editing-area .note-editable table th {
    border: 1px solid rgb(115 124 144 / 10%);
    color: #737c90;
}

body.dark .note-modal-content {
    background-color: #17181c;
}

body.dark .close {
    color: #fff;
}

body.dark .note-modal-header {
    border: 1px solid rgb(115 124 144 / 10%);
}

body.dark button.deleteData {
    border: 1px solid rgb(115 124 144 / 15%);
}

body.dark .note-modal .note-modal-body label {
    color: #737c90;
}

body.dark .note-input {
    background: transparent;
    color: #737c90;
    border: 1px solid rgb(115 124 144 / 10%);
}

body.dark .dropdown {
    color: #737c90;
}

body.dark .notification-item .d-flex:hover,
body.dark .dropdown-item:focus,
body.dark .dropdown-item:hover {
    background-color: #222222de;
}

body.dark table.table.ZaideskTable tbody tr td {
    color: #737c90;
}

body.dark table.table.ZaideskTable tbody tr td a {
    color: #fff;
}

body.dark .round label {
    background-color: #fff0;
    border: 1px solid rgb(115 124 144 / 60%);
}

body.dark .round input[type="checkbox"]:checked + label {
    border-color: #ec060600;
}

body.dark .show-of {
    box-shadow: 0px 4px 250px 0 rgb(8 7 12 / 12%);
    background-color: #22242b;
}

body.dark .quickVieew span label {
    color: #fff;
}

body.dark .editPart {
    box-shadow: 0px 4px 250px 0 rgb(8 7 12 / 12%);
    background-color: #22242b;
}

body.dark .noteIntoPart textarea,
body.dark .noteIntoPart input,
body.dark .noteIntoPart .select2-container {
    border: 1px solid rgb(115 124 144 / 13%);
    background: #17181c;
}

body.dark .noteTitle {
    border-bottom: 1px solid rgb(115 124 144 / 13%);
}

body.dark .noteIntoPartBtuBorder {
    border: 1px solid rgb(115 124 144 / 13%);
    color: #ffffff;
}

body.dark .allNotes-area {
    background-color: #17181c;
}

body.dark .allNotes-tille {
    border-bottom: 1px solid rgb(115 124 144 / 13%);
}

body.dark .view-history-btu {
    border-top: 1px solid rgb(115 124 144 / 13%);
}

body.dark .note-editor.note-airframe,
body.dark .note-editor.note-frame {
    border: 1px solid rgb(115 124 144 / 10%);
}

body.dark .singleNotifi {
    background-color: #17181c;
}

body.dark .notifiCode {
    background: rgb(238 248 255 / 12%);
}

body.dark .onHoldColor {
    color: #25a3ff;
}
body.dark .closedColor {
    color: #f96363;
}
body.dark .suspendColor {
    color: #fec90b;
}
body.dark .processingColor {
    color: #ff7e00;
}

body.dark .solvedColor {
    color: #4cbf73;
}

body.dark .customer-ticket-create {
    background: #17181c;
    color: #737c90;
    border: 1px solid rgba(115, 124, 144, 0.12);
}

@media (min-width: 76px) and (max-width: 1615.98px) {
    table.table.ZaideskTable {
        width: 1268px;
    }
}

@media (min-width: 76px) and (max-width: 400.98px) {
    button.ticket-btu-com {
        font-size: 13px;
        padding: 10px 7px;
    }

    .title-area {
        flex-direction: column;
        gap: 25px;
    }

    .dashboard-text {
        text-align: center;
    }
}

@media (min-width: 76px) and (max-width: 991.98px) {
    .instantBox {
        right: 0;
    }
}

@media (min-width: 76px) and (max-width: 579.98px) {
    .agree-box {
        flex-direction: column;
        gap: 24px;
    }

    .tag-key-word {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    button.instant-btu {
        background: none;
        border: none;
        position: absolute;
        top: 60px;
        left: 12px;
        color: #737c90;
    }

    .notifiTitle h5 {
        font-size: 15px;
    }

    .singleNotifi {
        flex-direction: column;
        align-items: center;
    }
}
@media (min-width: 76px) and (max-width: 480.98px) {
    .img-area {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .img-area label {
        margin-left: 0;
    }

    button.delete-btn {
        margin-left: 0;
    }

    .auth-user-info {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 15px;
    }

    .instantBox {
        right: -43px;
    }
}

@media (min-width: 76px) and (max-width: 640.98px) {
    button.deleteData {
        right: 50% !important;
        margin-right: -50px !important;
        top: 90px !important;
    }

    .table-responsive .dataTables_wrapper .dataTables_length {
        margin-bottom: 10px;
    }

    .dataTables_filter {
        margin-bottom: 50px;
    }
}

@media (min-width: 76px) and (max-width: 390.98px) {
    .view-tab.active:after {
        bottom: -9px;
    }
}

@media (min-width: 993px) and (max-width: 1275.98px) {
    .aiReaplayView {
        flex-direction: column;
        margin-top: 13px;
    }

    .view-history-btu {
        flex-direction: column;
    }

    .view-history-btu a {
        text-align: center;
    }
}

@media (min-width: 33px) and (max-width: 654.98px) {
    .aiReaplayView {
        flex-direction: column;
        margin-top: 13px;
    }

    .view-history-btu {
        flex-direction: column;
    }

    .view-history-btu a {
        text-align: center;
    }
}

@media (min-width: 33px) and (max-width: 400.98px) {
    .quickVieew {
        flex-direction: column;
        margin-top: 15px;
    }

    .quickVieew span .check {
        top: 1px;
    }

    .quickVieew span label {
        padding: 0px 0px 10px 0px;
        margin: 0px 12px;
    }

    .smWide {
        width: 100%;
        margin-bottom: 10px !important;
    }

    .editPart.aiReplayBtu {
        left: 0;
        right: auto;
    }

    .single-post-view {
        flex-direction: column;
    }
}

@media (min-width: 33px) and (max-width: 320.98px) {
    .instant-btu img {
        display: none;
    }

    button.instant-btu {
        left: auto;
        right: 11px;
    }

    .deleteLayout {
        right: 2px;
    }

    .view-assign-tab {
        max-width: 279px;
        left: -52px;
    }
}
.add-ins-reply {
    background: #6659ff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 10px 52px;
    border-radius: 6px;
    cursor: pointer;
}
.ticket-attachment {
    margin-top: 18px;
    width: 100px;
    height: 100px;
}
.announcementText {
    line-height: 26px;
    padding: 13px 20px;
}
.announcement-modal-box {
    padding: 15px 30px;
    text-align: center;
}
.dialog-title {
    background-color: #6659ff;
}
.dismiss-buttton {
    opacity: 1;
}
.rate-section {
    position: absolute;
    top: 14px;
    right: 20px;
}
.ticket-status-change {
    position: absolute;
    top: 22px;
    left: 8px;
}
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}
.rate:not(:checked) > label:before {
    content: "★ ";
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

/* model review start */

.ticketReview-modal-title {
    font-size: 23px;
    font-weight: 600;
}

.ticketReview-header {
    padding: 11px 24px;
    border-bottom: 1px solid #eef0f2;
}

.ticketReview-cms {
    font-size: 14px;
    margin-top: 11px;
}

.ticketReview-modal-box {
    padding: 20px;
}

.ticketReview-massage {
    font-size: 13px;
    background: #f5f6ac;
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.rate {
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}
.rate:not(:checked) > label:before {
    content: "★ ";
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.ticketReview-text-icon {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 11px;
}

.rating-your-text {
    font-size: 15px;
    font-weight: 600;
}

.reason-type h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10;
}

.reason-type h6 span {
    color: #f94c52;
}

.reason-type select {
    width: 154px;
    font-size: 13px;
    padding: 6px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.ticketReview-comment-text {
    display: flex;
    justify-content: space-between;
}

.ticketReview-comment-text label {
    font-size: 13px;
}

.ticketReview-comment-text label strong {
    font-size: 18px;
}

.ticketReview-comment textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #dadee7;
    border-radius: 10px;
    margin-top: 22px;
    font-size: 12px;
    margin-bottom: 40px;
}

.ticketReview-publicly {
    font-size: 12px;
}

.ticketReview-footer {
    padding: 20px 20px;
    text-align: end;
    border-top: 1px solid #dadee7;
}

span.ticket-btu-com.close-ticket-modal {
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #6659ff;
    background: no-repeat;
    color: #6659ff;
    cursor: pointer;
}

body.dark .ticketReview-comment textarea {
    background: transparent;
    border: 1px solid rgb(115 124 144 / 13%);
    color: #737c90;
}

body.dark .ticketReview-comment-text label {
    color: #fff;
}

body.dark .ticketReview-header,
body.dark .ticketReview-footer {
    border-color: rgb(115 124 144 / 13%);
}

body.dark .reason-type select {
    background: #17181c;
    color: #fff;
}

@media (min-width: 7px) and (max-width: 360.98px) {
    .ticketReview-text-icon {
        flex-direction: column;
    }
}

.rating-view-container {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.rating-view-select {
    font-size: 15px;
    margin-left: 2px;
    color: #deb217;
}
.rating-view-init {
    font-size: 15px;
    margin-left: 2px;
    color: #ccc;
}

table tbody tr td .btn:hover {
    background: var(--success-bg);
    color: #fff !important;
}

/*----------------
 new view css add
 -------------------*/

.ticket-upload-img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.ticket-upload-img-box {
    width: 60px;
    padding: 0 10px;
    margin-bottom: 12px;
}
.ticket-upload-img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}
.ticket-upload-img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
}

.ticket-img-bg-view {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

.create-ticket-image-type {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 16px;
}

.choose-file-border {
    border-radius: 5px;
    border: 1px solid rgba(115, 124, 144, 0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 400px;
    margin-bottom: 10px;
}

.choose-file-border > p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding: 14px 0 15px 20px;
    margin: 0;
}

.upload__btn span {
    height: 100%;
    display: inline-block;
    background: #22242b;
    color: #737c90;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    border-radius: 0px 5px 5px 0px;
    line-height: 24px;
    padding: 14px 27px;
    cursor: pointer;
}

.ticket-upload-btn-box {
    margin-top: 22px;
}

.notifi-img img {
    width: 40px;
    height: 40px;
}

.notifi-img {
    flex: 0 0 auto;
}

@media (min-width: 76px) and (max-width: 500.98px) {
    .choose-file-border {
        flex-wrap: wrap;
        width: 100%;
    }

    .browse-file {
        display: block;
        border-radius: 0px 0px 0px 0px !important;
        text-align: center;
        width: 100%;
    }
}

@media (min-width: 76px) and (max-width: 395.98px) {
    .upload__btn {
        width: 100%;
    }
}

@media (min-width: 76px) and (max-width: 682.98px) {
    .displayNot {
        flex-wrap: wrap;
    }
}

.customer-user-img img {
    width: 80px;
    height: 52px;
    border-radius: 50%;
}
.ticket-assign-name {
    background: antiquewhite;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: -10px;
}
.header-profile-user-img {
    margin-right: -10px;
    width: 30px;
    height: 30px;
}
.ticket-assign-name h5 {
    font-size: 15px;
    font-weight: 600;
    color: #f8a809;
}

/*.bg-pink-500 {*/
/*    color: #fff;*/
/*    background: #e83e8c;*/
/*}*/
/*.agent-msg {*/
/*    right: -25px;*/
/*}*/
.customer-msg-ticket {
    border-radius: 10px;
}

.notes-not-yet {
    text-align: center;
}

.notes-not-img {
    padding: 50px 0;
}

.notes-not-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
}

.notes-not-yet {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.summernote-reply .note-editor .note-btn {
    visibility: hidden;
}

.hover-bg-color {
    background-color: #0a58ca !important;
}

.circle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 20px;
}

.circle:before {
    content: "";
    position: relative;
    display: block;
    width: 50%;
    height: 50%;
    top: 50%;
    box-sizing: border-box;
    margin-top: -25%;
    border-radius: 45px;
    background-color: #75daad;
}

.media-welcome {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cu-layout-img-details {
    font-size: 24px;
    margin-left: 48%;
}


/* ---------------------
gest menu area start
--------------------*/

.guest-menu {
    background: #fbfbfb;
    box-shadow: 0px 5px 10px rgb(179 179 179 / 10%);
}

.zi-w-65{
    width: 65%;
}

.zi-w-35{
    width: 35%;
}

@media (min-width: 78px) and (max-width: 991.98px) {
    .zi-lg-w-100{
        width: 100% !important;
    }
 }
/* ---------------------
gest menu area end
--------------------*/
.select2-container{
    width: 100% !important;
}
.sf-max-w-100{
    max-width: 100px;
}
