.themix-ticket.container-fluid {
    width: 96%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    font-family: yekan-B;
}
.themix-ticket .m-0 {
    margin: 0 !important;
}
.themix-ticket .mt-3 {
    margin-top: 1rem !important;
}
.themix-ticket .mt-4 {
    margin-top: 1.5rem !important;
}
.themix-ticket .d-none {
    display: none;
}
.themix-ticket .d-block {
    display: block;
}
.themix-ticket .d-flex {
    display: flex !important;
}
.themix-ticket .align-items-center {
    align-items: center !important;
}
.themix-ticket .align-items-stretch {
    align-items: stretch !important;
}
.themix-ticket .justify-content-between {
    justify-content: space-between !important;
}
.themix-ticket .justify-content-center {
    justify-content: center !important;
}
.themix-ticket .justify-content-start {
    justify-content: flex-start !important;
}
.themix-ticket .justify-content-end {
    justify-content: end !important;
}
.themix-ticket .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #8e8e8e;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.themix-ticket .flex-grow-1 {
    flex: 1;
}
.themix-ticket .p-0 {
    padding: 0;
}
.themix-ticket .px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}
.themix-ticket .px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.themix-ticket .mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}
.themix-ticket .pt-0 {
    padding-top: 0 !important;
}
@media (min-width: 768px) {
    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
li {
    list-style: none;
}
.show-tickets-status {
    padding: 0;
    margin: 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98%;
}
.show-tickets-status li {
    height: 109px;
    width: 20%;
    border-radius: 5px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.show-tickets-status li.open-count {
    background-image: url("../images/red-bc.png");
    background-size: cover;
}
.show-tickets-status li.close-count {
    background-image: url("../images/orange-bc.png");
    background-size: cover;
}
.show-tickets-status li.answered-count {
    background-image: url("../images/green-bc.png");
    background-size: cover;
}
.show-tickets-status li.all-count {
    background-image: url("../images/gray-bc.png");
    background-size: cover;
}
.show-tickets-status li span {
    color: white;
    font-weight: 900;
    display: block;
    margin-top: 22px;
    font-size: 18px;
    height: 38px;
}
.show-tickets-status li div {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-top: 7px;
}
.tx-ticket-wrapper .header {
    padding: 10px 10px;
    background-color: transparent;
}
.tx-ticket-wrapper .header .mobile-first {
    color: #5b5b5b;
    font-size: 25px;
    cursor: pointer;
    display: none;
}
.tx-ticket-wrapper .header .mobile-first:hover {
    color: #000;
    font-weight: 600;
}
.tx-ticket-wrapper .header .second > div a {
    margin: 0 1px;
    border: 1px solid #ddd;
    padding: 0 10px;
    transition: all 0.3s;
    text-decoration: none;
    position: relative;
    text-align: center;
    background-color: #fff;
}
.tx-ticket-wrapper .header .second > div a:hover {
    opacity: 0.8;
    color: #000000;
}
.tx-ticket-wrapper .header .second > div a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #000;
}
.tx-ticket-wrapper .header .second > span#current_page {
    margin: 0 4px;
    font-size: 14px;
}
.tx-ticket-wrapper .header .big-title h2 {
    font-size: 22px !important;
    font-weight: 900;
    color: #383b3a;
    margin: 0 10px;
    font-family: 'yekan-B';
}
.tx-ticket-wrapper .ticket-content-wrapper {
    position: relative;
    background-color: #fff;
    box-shadow: 1px 2px 30px #00000014;
    border-radius: 4px;
    border: 1px solid #f4f4f4;
}
.tx-ticket-wrapper .ticket-content-wrapper .ticket-empty-alert {
    font-family: 'Yekan-B';
    font-size: 14px;
    text-align: center;
    padding: 10px 4px;
    color: #1a1a1a;
    width: 100%;
}
.tx-ticket-wrapper .ticket-content-wrapper .ticket-empty-alert i {
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.tx-ticket-wrapper .ticket-content-wrapper .ticket-empty-alert span {
    display: inline-block;
    vertical-align: middle;
}
.ticket-list #delete_selected_ticket i:hover {
    font-weight: 600;
}
.tx-ticket-wrapper .ticket-content-wrapper .side-menu {
    width: 215px;
    padding: 20px 10px;
    border-left: 1px solid #f4f4f4;
    background-color: #fff;
}
.ticket-content-wrapper .side-menu .search .ticket-fixed-search label {
    border: 1px solid #8e8e8e;
    position: relative;
    display: block;
    border-radius: 3px;
    margin: 0 12px 14px !important;
    padding: 2px 7px;
}
.ticket-content-wrapper .side-menu .search .ticket-fixed-search label input {
    border: none;
    outline: unset;
    box-shadow: unset;
    margin: 0;
    min-height: unset;
    height: 27px;
    padding: 2px 4px 0;
    font-family: yekan-B;
    width: 86%;
    font-size: 12px;
    background-color: transparent;
}
.ticket-content-wrapper .side-menu .search .ticket-fixed-search label input:focus {
    border: none;
    outline: unset;
    box-shadow: unset;
}
.ticket-content-wrapper .side-menu .search .ticket-fixed-search label i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    color: gray;
    font-size: 13px;
}
.tx-ticket-wrapper .ticket-content-wrapper .side-menu a.new-ticket-btn {
    padding: 3px 10px;
    width: 140px;
    height: 33px;
    margin: 0 auto 30px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    background-color: #007bff;
    border-radius: 2px;
    font-family: vazir;
    font-weight: 600;
}
.tx-ticket-wrapper .ticket-content-wrapper .side-menu a.new-ticket-btn:hover {
    opacity: 0.8;
}
.tx-ticket-wrapper .ticket-content-wrapper .side-menu a.new-ticket-btn i {
    margin: 0 8px;
    font-size: 15px;
}
.tx-ticket-wrapper .ticket-content-wrapper .side-menu .first {
    width: 100%;
}
.tx-ticket-wrapper .ticket-content-wrapper .side-menu .first label.filter-label {
    margin: 0;
    display: block;
    font-family: 'yekan-B';
    padding: 4px 12px 10px;
    border-radius: 5px;
}
.tx-ticket-wrapper .ticket-content-wrapper .side-menu .first label.filter-label > span {
    font-size: 11px;
    font-weight: 600;
    display: block;
    font-family: vazir;
    color: #515151;
    margin-bottom: 6px;
}
.tx-ticket-wrapper .ticket-content-wrapper .side-menu .first label.filter-label select {
    margin: 0;
    display: block;
    padding: 5px 8px 3px 20px;
    font-size: 13px;
    height: 34px;
    border-radius: 3px;
    font-family: vazir;
}
.tx-ticket-wrapper .ticket-content-wrapper .side-menu .first label.filter-label select:focus-visible,
.tx-ticket-wrapper .ticket-content-wrapper .side-menu .first label.filter-label select:focus {
    outline: #1fc7db;
    border-color: #1fc7db;
    box-shadow: unset;
}
.tx-ticket-wrapper .ticket-content-wrapper .side-menu label.filter-label .date-filter {
    text-align: center;
    font-family: vazir;
}
.tx-ticket-wrapper .ticket-content-wrapper .side-menu label.filter-label .date-filter input {
    margin: 0 0 4px;
    font-size: 13px !important;
    border-radius: 3px;
    display: block;
    text-align: center;
    border: 1px solid #8e8e8e;
    width: 100%;
    font-family: 'yekan-B';
    height: 33px;
}
.tx-ticket-wrapper .ticket-content-wrapper .side-menu label.filter-label .date-filter input:focus,
.tx-ticket-wrapper .ticket-content-wrapper .side-menu label.filter-label .date-filter input:focus-visible {
    outline: #1fc7db;
    border-color: #1fc7db;
    box-shadow: unset;
}
.tx-ticket-wrapper .ticket-content-wrapper .side-menu .first label.filter-label .date-filter input::placeholder {
    font-size: 13px;
}
.tx-ticket-wrapper .ticket-content-wrapper .side-menu .first label.filter-label .date-filter span {
    margin: 0 3px;
    font-size: 14px;
    color: #454545;
}
.tx-ticket-wrapper .ticket-content-wrapper .side-menu .first .filter-action-box input {
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    float: unset;
    height: 26px;
}
.tx-ticket-wrapper .ticket-content-wrapper .side-menu .first .filter-action-box input.filter {
    background-color: #28a745;
    border-color: #28a745;
    width: 60%;
}
.tx-ticket-wrapper .ticket-content-wrapper .side-menu .first .filter-action-box input.reset-filter {
    background-color: #FF3131;
    margin: 0 4px;
    width: 27%;
}
.tx-ticket-wrapper .ticket-content-wrapper .side-menu .first .filter-action-box input:hover {
    opacity: 0.8;
    outline: unset;
    box-shadow: unset;
}
.tx-ticket-wrapper .ticket-content-wrapper .ticket-list {
    height: 500px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.tx-ticket-wrapper .ticket-content-wrapper .ticket-list::-webkit-scrollbar {
    display: none;
}
.tx-ticket-wrapper .ticket-content-wrapper .ticket-list .msg-alert-wrapper {
    width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
}
.tx-ticket-wrapper .ticket-list li > a {
    margin: 0;
    padding: 8px 0;
    cursor: pointer;
    text-decoration: none;
}
.tx-ticket-wrapper .ticket-list li:hover {
    transform: translateY(1px);
    box-shadow: 0 0 10px 0 rgba(58, 70, 93, 0.25);
    transition: all .2s;
    z-index: 5;
}
.tx-ticket-wrapper .ticket-content-wrapper .ticket-form-wrapper > div.head {
    background-color: #fff;
    min-height: 40px;
    border-bottom: 1px solid #d5d5d5;
    padding: 4px 5px 0;
}
.tx-ticket-wrapper .ticket-content-wrapper .ticket-form-wrapper > div.head div.checkbox {
    margin: 0 3px;
}
.tx-ticket-wrapper .ticket-content-wrapper .ticket-form-wrapper > div.head .ticket-delete {
    margin: 0 18px;
}
.tx-ticket-wrapper .ticket-list li:nth-child(2n+1) {
    background-color: #f8f8f8;
}
.tx-ticket-wrapper .ticket-list li > a .avatar-ticket-img {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 5px;
}
.tx-ticket-wrapper .ticket-list li > a .avatar-ticket-img img {
    width: 100%;
    height: 100%;
}
.tx-ticket-wrapper .ticket-list li > a .first {
    width: 40%;
}
.tx-ticket-wrapper .ticket-list li > a .first .title {
    display: block;
    font-size: 13px;
    color: #393939;
    font-weight: 600;
    text-align: justify;
    word-break: break-all;
}
.tx-ticket-wrapper .ticket-list li > a .first .sender {
    display: block;
    font-size: 12px;
    color: gray;
}
.tx-ticket-wrapper .ticket-list li > a .second {
    width: 40%;
}
.tx-ticket-wrapper .ticket-list li > a .third{
    min-width: 85px;
    text-align: center;
}
.tx-ticket-wrapper .ticket-list li > a .second span ,
.tx-ticket-wrapper .ticket-list li > a .third span {
    font-size: 11px;
    color: #393939;
    font-weight: 600;
}
.tx-ticket-wrapper .ticket-list li > a .ticket-date-time {
    width: 18%;
    text-align: center;
}
.tx-ticket-wrapper .ticket-list li > a .ticket-date-time div i {
    color: gray;
}
.tx-ticket-wrapper .ticket-list li > a .ticket-date-time span {
    font-size: 12px;
    color: #313131;
}
.tx-ticket-wrapper .ticket-list li > a .ticket-date-time .ticket-status {
    min-width: 70px;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    white-space: nowrap;
    border: 2px solid #e3eaf2;
    background: #ffffff;
    height: 21px;
    font-size: 13px;
    margin: 0 4px;
}
.tx-ticket-wrapper .ticket-list li > a .ticket-date-time .ticket-status i {
    font-size: 10px;
    margin: 0 4px;
}
.ticket-content-wrapper form {
    flex: 1;
}
.ticket-content-wrapper .ticket-list form div.msg-alert-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ticket-content-wrapper .ticket-list form div.msg-alert-wrapper p {
    flex: 1;
}
.tx-ticket-wrapper .ticket-list li > div.checkbox {
    margin: 0 8px;
}
#send_ticket_form, .tx-single-ticket-wrapper {
    box-shadow: 1px 2px 30px #00000014;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}
/* single */
.tx-single-ticket-wrapper .header {
    border-bottom: 2px solid #c9c9c9;
    padding-bottom: 9px;
}
.tx-single-ticket-wrapper .header .first a:hover {
    color: #000000;
}
.tx-single-ticket-wrapper .header .second .close-ticket form {
    margin: 0;
}
.tx-single-ticket-wrapper .header .second .close-ticket button {
    padding: 2px 6px;
    margin: 0 10px;
    min-height: 0;
    font-size: 14px;
}
.tx-single-ticket-wrapper .header h3.single-ticket-title {
    font-size: 13px;
    color: #000;
    width: 100%;
    font-weight: 500;
    font-family: vazir;
    line-height: 1.4;
    text-align: justify;
}
.tx-single-ticket-wrapper .header .ticket-detail {
    color: #535353;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tx-single-ticket-wrapper .header .ticket-detail > div:first-child {
    flex: 1;
}
.tx-single-ticket-wrapper .header .ticket-detail .department,
.tx-single-ticket-wrapper .header .ticket-detail .ticket-number {
    color: #8d8d8d;
    font-family: vazir;
    font-size: 12px;
}
.tx-single-ticket-wrapper .header .ticket-detail a.back-ticket-list {
    text-decoration: none;
    font-size: 15px;
    display: block;
    color: gray;
    min-width: 50px;

}
.tx-single-ticket-wrapper .header .ticket-detail a.back-ticket-list:hover {
    opacity: 0.8;
    color: #000;
}
.tx-single-ticket-wrapper .header .ticket-detail a.back-ticket-list i {
    display: inline-block;
}
.tx-single-ticket-wrapper .header .ticket-detail a.back-ticket-list span {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}
.tx-single-ticket-wrapper .header .ticket-detail .department span.title,
.tx-single-ticket-wrapper .header .ticket-detail .ticket-number span.title {
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    color: #838383;
}
.tx-single-ticket-wrapper .header .ticket-detail .department span:last-child,
.tx-single-ticket-wrapper .header .ticket-detail .ticket-number span:last-child {
    display: inline-block;
    vertical-align: middle;
}
.tx-single-ticket-wrapper .header .ticket-detail .department i,
.tx-single-ticket-wrapper .header .ticket-detail .ticket-number i {
    margin-left: 5px;
    font-weight: 500;
    font-size: 15px;
}
.tx-single-ticket-wrapper .header .close-ticket button {
    padding: 2px 6px;
    border: 1px solid #F44336;
    background-color: #fff;
    color: #F44336;
    transition: all 0.3s;
    margin-left: 10px;
    border-radius: 2px;
    min-height: 24px;
    font-size: 12px;
    cursor: pointer;
    font-family: vazir;
}
.tx-single-ticket-wrapper .header .close-ticket button:hover {
    border: 1px solid transparent;
    background-color: #F44336;
    color: #fff;
}
.tx-single-ticket-wrapper .header .close-product .related-product-name {
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    font-family: vazir;
}
.tx-single-ticket-wrapper .header .close-product .related-product-name .title {
    color: #838383;
}
.tx-single-ticket-wrapper .header .close-product .related-product-name .content {
    font-weight: 500;
    color: #8d8d8d;
}
.tx-single-ticket-wrapper .chat-wrapper .message-wrapper {
    margin: 10px 0;
    padding: 0;
    direction: ltr;
}
.tx-single-ticket-wrapper .chat-wrapper .message-wrapper.current-user {
    direction: rtl;
}
.tx-single-ticket-wrapper .chat-wrapper .message-wrapper .avatar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
}
.tx-single-ticket-wrapper .chat-wrapper .message-wrapper .avatar img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}
.tx-single-ticket-wrapper .chat-wrapper .message-content {
    max-width: 25rem;
    margin: 0 3px 15px;
}
.tx-single-ticket-wrapper .chat-wrapper .message-content span.user-name {
    font-weight: 600;
    font-size: 13px;
}
.tx-single-ticket-wrapper .chat-wrapper .message-content span.date {
    color: #999999;
    font-size: 12px;
    margin-top: 4px;
    direction: rtl;
}
.tx-single-ticket-wrapper .chat-wrapper .message-content .message {
    padding: 10px 18px;
    background-color: #3c91ec;
    color: #fff;
    border-radius: 0 10px 10px 10px;
    max-width: 25rem;
    font-size: 14px;
    text-align: right;
}
.tx-single-ticket-wrapper .message-wrapper.current-user .message-content .message {
    background-color: #f5f6fa;
    color: #353c46;
    border-radius: 10px 0 10px 10px;
}
.tx-single-ticket-wrapper .message-wrapper.current-user .message-content .message #text {
    text-align: justify;
}
.tx-single-ticket-wrapper .message-wrapper .message-content .message .download-attachment {
    color: #5a5959;
}
.tx-single-ticket-wrapper .message-wrapper .message-content .message .download-attachment a {
    font-size: 12px;
    text-decoration: none;
}
.tx-single-ticket-wrapper .message-wrapper .message-content .message .download-attachment a:hover {
    opacity: 0.8;
    color: #5a5959;
}
.tx-single-ticket-wrapper .message-wrapper .message-content .message .download-attachment i {
    font-size: 11px;
    margin: 0 3px;
}
.tx-single-ticket-wrapper .message-wrapper.current-user .message-content .message p {
    margin: 2px;
    text-align: justify;
}
.tx-single-ticket-wrapper .chat-wrapper .message-content .message .top .user-name {
    font-size: 14px;
    font-weight: bold;
    margin: 0 3px;
}
.tx-single-ticket-wrapper .chat-wrapper .message-content .message .top .date {
    font-size: 13px;
}
#send_ticket_form label span {
    font-weight: 600;
    margin: 5px 0;
    display: block;
    font-size: 13px;
}
#send_ticket_form select, #send_ticket_form input {
    padding: 1px 5px;
    height: 30px;
    font-size: 14px;
}
#send_ticket_form:nth-child(4) {
    margin-top: 20px;
}
#send_ticket_form .picture-upload-box, .tx-single-ticket-wrapper .picture-upload-box {
    width: 46%;
    position: relative;
    border: 2px dashed #d2d2d2;
    text-align: center;
    padding: 5px 0;
    border-radius: 2px;
    vertical-align: top;
    display: block;
}
#send_ticket_form .picture-upload-box p.upload-btn, .tx-single-ticket-wrapper .picture-upload-box p.upload-btn {
    cursor: pointer;
    padding: 3px 12px;
    font-size: 13px;
    margin: 7px auto;
    border-radius: 3px;
    color: #7d7d7d;
    font-weight: bold;
}
#send_ticket_form .picture-upload-box p.reset-upload, .tx-single-ticket-wrapper .picture-upload-box p.reset-upload {
    cursor: pointer;
    color: #575757;
    position: absolute;
    top: -2px;
    right: -15px;
    font-size: 25px;
    padding: 2px 15px;
}
#send_ticket_form .picture-upload-box p.reset-upload i, .tx-single-ticket-wrapper .picture-upload-box p.reset-upload i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
#send_ticket_form .picture-upload-box img, .tx-single-ticket-wrapper .picture-upload-box img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 2px;
}
#send_ticket_form .attach-file, .tx-single-ticket-wrapper .attach-file {
    margin: 30px auto 20px;
}
#send_ticket_form .attach-file p, .tx-single-ticket-wrapper .attach-file p {
    margin: 0;
}
#send_ticket_form .attach-file p.show-file-name, .tx-single-ticket-wrapper .attach-file p.show-file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    margin: 0 auto;
    direction: ltr;
}
#send_ticket_form .top-send-ticket {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 5px;
}
#send_ticket_form .top-send-ticket h4 {
    font-weight: 500;
    font-size: 16px;
    padding: 10px 15px 8px 22px;
    color: #000;
    text-align: center;
    margin: 0;
    font-family: vazir;
}
#send_ticket_form .top-send-ticket a {
    text-decoration: none;
    padding: 4px 14px;
    background-color: #28a745;
    color: #FFF;
    border-radius: 2px;
    border: none;
    font-size: 12px;
    font-family: vazir;
}
#send_ticket_form .top-send-ticket a:hover {
    opacity: 0.8;
}
.tx-single-ticket-wrapper .chat-wrapper button.send-btn:hover {
    opacity: 0.8;
}
#send_ticket_form .send-new-ticket-action button,
.tx-single-ticket-wrapper .chat-wrapper button.send-btn {
    padding: 6px 4px;
    font-size: 13px;
    height: 30px;
    border: none;
    outline: none;
    border-radius: 2px;
    color: #ffffff;
    background-color: #007bff;
    cursor: pointer;
    min-width: 75px;
}
#send_ticket_form .send-new-ticket-action button:after,
.tx-single-ticket-wrapper .chat-wrapper button.send-btn:after {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 12px;
}
#send_ticket_form .send-new-ticket-action button:hover {
    opacity: 0.8;
}
.search .ticket-fixed-search label {
    border: 1px solid #cdcdcd;
    position: relative;
    border-radius: 25px;
}
.search .ticket-fixed-search label input, .search .ticket-fixed-search label input:focus {
    border: none;
    outline: unset;
    box-shadow: unset;
    margin: 0;
    min-height: unset;
    height: 26px;
    font-size: 14px;
}
.search .ticket-fixed-search label i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    color: gray;
    font-size: 13px;
}
.tx-ticket-wrapper #delete_selected_ticket {
    padding: 0;
    background-color: unset;
    margin: 0;
    border: unset;
    cursor: pointer;
    position: relative;
}
.tx-ticket-wrapper #delete_selected_ticket i {
    font-size: 16px;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.tx-ticket-wrapper #delete_selected_ticket span {
    position: relative;
}
.tx-ticket-wrapper #delete_selected_ticket:hover i {
    font-weight: 600;
}
.tx-ticket-wrapper #delete_selected_ticket:hover {
    font-weight: 600;
    box-shadow: unset;
}
.tx-ticket-wrapper #delete_selected_ticket:focus {
    box-shadow: unset;
}
.tx-ticket-wrapper .checkbox #checkbox_select_all {

}
.tx-ticket-wrapper.admin-ticket-wrapper .ticket-list .checkbox {
    margin-left: 7px;
}
.tx-ticket-wrapper.admin-ticket-wrapper .ticket-list .checkbox input[type=checkbox] {
    margin: 0;
}
.tx-ticket-wrapper .ticket-content-wrapper .ticket-form-wrapper > div.head > div.first {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tx-ticket-wrapper .ticket-content-wrapper .ticket-form-wrapper > div.head .second > span#current_page {
    margin: 0 4px;
    font-size: 12px;
}
.tx-ticket-wrapper .ticket-content-wrapper .ticket-form-wrapper > div.head .second > div a {
    margin: 0 1px;
    border: 1px solid #ddd;
    padding: 0 10px;
    transition: all 0.3s;
    text-decoration: none;
    position: relative;
    text-align: center;
    background-color: #fff;
}
.tx-ticket-wrapper .ticket-content-wrapper .ticket-form-wrapper > div.head .second > div a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #000;
}
.tx-ticket-wrapper .ticket-content-wrapper .ticket-form-wrapper > div.head .second > span#current_page {
    font-size: 12px;
}
.swal-title {
    font-size: 16px;
    font-family: yekan-B;
}
.swal-button {
    font-size: 14px;
    padding: 6px 20px 0;
    font-family: yekan-B;
}
@media (max-width: 1200px) {

}
@media (max-width: 900px) {
    .tx-ticket-wrapper .header .mobile-first {
        display: flex;
    }
    .tx-ticket-wrapper .ticket-content-wrapper .side-menu {
        width: 200px;
        padding: 20px 10px;
        border-left: 1px solid #e7e7e7;
        position: absolute;
        background-color: #fff;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 999;
        box-shadow: -9px 9px 30px 4px #0000002b;
        transform: translateX(100%);
        transition: all 0.3s;
        opacity: 0;
    }
    .tx-ticket-wrapper .ticket-content-wrapper .side-menu.show {
        transform: translateX(0);
        opacity: 1;
    }
    .tx-ticket-wrapper .ticket-content-wrapper .ticket-list {
        padding-right: 0;
    }
    .show-tickets-status li {
        height: 90px;
        width: 22%;
        border-radius: 5px;
    }
    .show-tickets-status li span {
        margin-top: 15px;
        font-size: 15px;
    }
    .show-tickets-status li div {
        font-size: 17px;
        margin-top: 5px;
    }
    #send_ticket_form .picture-upload-box {
        width: 85%;
    }
}
@media (max-width: 782px) {
    .tx-ticket-wrapper .ticket-content-wrapper .ticket-form-wrapper > div.head div.checkbox input[type=checkbox],
    .tx-ticket-wrapper .ticket-list li > div.checkbox input[type=checkbox] {
        width: 14px;
        height: 15px;
    }
    .tx-ticket-wrapper .ticket-content-wrapper .ticket-form-wrapper > div.head div.checkbox input[type=checkbox]:checked::before,
    .tx-ticket-wrapper .ticket-list li > div.checkbox input[type=checkbox]:checked::before {
        width: 15px;
        height: 15px;
        margin: 0;
    }
}
@media (max-width: 780px) {
    .tx-single-ticket-wrapper .header {
        display: block !important;
    }
    .tx-single-ticket-wrapper .header .ticket-detail {
        margin-top: 5px;
    }
    .tx-single-ticket-wrapper .header {
        padding: 20px 10px 5px;
        border-bottom: 2px solid #c9c9c9;
        display: block !important;
    }
    #send_ticket_form div.first {
        display: block !important;
    }
    #send_ticket_form div.first label {
        display: block !important;
        padding: 0 !important;
    }
    #send_ticket_form .send-new-ticket-action {
        justify-content: center !important;
        margin-top: 12px;
        border-top: 1px dashed lightgray;
        padding-top: 10px !important;
    }
    .show-tickets-status li div {
        margin-top: 9px;
    }
}
@media (max-width: 650px) {
    .tx-ticket-wrapper .ticket-list li > a .ticket-date-time {
        display: none;
    }
    .tx-ticket-wrapper .ticket-list li > a .avatar-ticket-img {
        width: 25px;
        height: 25px;
    }
    .themix-ticket .show-tickets-status {
        padding: 0;
        margin: 15px auto;
        width: 100%;
        text-align: center;
        display: block;
    }
   .themix-ticket .show-tickets-status li {
       height: 70px;
       width: 45%;
       border-radius: 5px;
       margin: 7px;
    }
    .themix-ticket .show-tickets-status li span {
        margin-top: 12px;
        font-size: 15px;
        height: 27px;
    }
    .themix-ticket .show-tickets-status li div {
        font-size: 15px;
        font-weight: 600;
        margin-top: 2px;
    }
    .tx-single-ticket-wrapper .chat-wrapper .message-wrapper .avatar {
        width: 30px;
        height: 30px;
    }
    .tx-ticket-wrapper .ticket-content-wrapper .ticket-list li > a div:last-of-type {
        padding: 0 3px !important;
    }
    .tx-ticket-wrapper #delete_selected_ticket {
        padding: 3px 3px 3px 10px;
    }
    .tx-ticket-wrapper .ticket-list li > a .second {
        width: 45%;
    }
    .tx-ticket-wrapper .ticket-list li > a .first {
        width: 45%;
    }
    .tx-ticket-wrapper.admin-ticket-wrapper .ticket-list li ul {
        flex: 1 !important;
    }
}
@media (max-width: 550px) {
    #send_ticket_form .picture-upload-box,
    .tx-single-ticket-wrapper .picture-upload-box {
        width: 70%;
    }
}
@media (max-width: 480px) {
    .show-tickets-status li {
        height: 65px;
        width: 25%;
        border-radius: 5px;
        margin: 0 3px;
    }
    .show-tickets-status li span {
        margin-top: 4px;
        font-size: 18px;
    }
    .show-tickets-status li div {
        font-size: 15px;
        font-weight: 600;
        margin-top: 0;
    }
}
@media (max-width: 440px){
    .tx-ticket-wrapper .ticket-list li > a .third{
        display: none;
    }
}
@media (max-width: 380px) {
    .themix-ticket .show-tickets-status li {
        height: 70px;
        width: 45%;
        border-radius: 5px;
        margin: 4px;
    }
}
