:root {
    --color-primary: #42a5f5;
    --color-primary-opacity: #3b82f61c;
    --color-secondary: #455a64;
    --color-secondary-opacity: #455a640d;
    --color-info: #00c3ff;
    --color-info-opacity: #00c3ff2b;
    --color-success: #22c55e;
    --color-success-opacity: #22c55e29;
    --color-danger: #fe5c5c;
    --color-danger-opacity: #fe5c5c26;
}

#menu-open-btn,
#menu-close-btn {
    display: none;
}

.panel-container * {
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.panel-container {
    width: 1200px;
    margin: 10px auto 70px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

.panel-block {
    display: flex;
    justify-content: space-between;
    /*align-items: flex-start;*/
}

/* Sidebar */
.panel-sidebar {
    position: fixed;
    background-color: #2b2f3e;
    width: 290px;
    height: 450px;
    border-radius: 0 10px 10px 0;
}

/*.elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: unset !important;
}*/

/* Avatar */
.panel-sidebar .panel-my-avatar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #202430;
    border-radius: 0 10px 0 0;
}

.panel-sidebar .panel-my-avatar div {
    display: flex;
    align-items: center;
    gap: 10px;
}

#btn_close_menu {
    display: none;
    height: 30px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    border: 0;
    border-radius: 3px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    transition: all .2s linear;
    color: #fff !important;
    background: #6b6f82;
}

#btn_close_menu:hover,
#btn_close_menu:focus {
    background: #414452;
}

.panel-sidebar .panel-my-avatar img {
    border-radius: 50%;
    width: 80px;
    height: auto;
    display: inline;
}

.panel-sidebar .panel-my-avatar .panel-user-info {
    display: flex;
    flex-direction: column;
}

.panel-sidebar .panel-my-avatar .panel-user-info h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

.panel-sidebar .panel-my-avatar .panel-user-info span {
    color: #ccc;
    font-size: 15px;
    margin-bottom: 5px;
}

.panel-sidebar .panel-my-avatar .panel-user-info a {
    color: #5bc0de;
    font-size: 14px;
}

/* Menu */
.panel-menu {
    padding: 10px 0;
}

.panel-menu ul {
    list-style: none;
    margin: 0;
    padding: 0 25px;
}

.panel-menu ul li {
    display: block;
    border-radius: 5px;
    margin-top: 3px;
    cursor: pointer;
    transition: all ease-in-out 300ms;
}

.panel-menu ul li:hover {
    background: rgba(255, 255, 255, 0.04);
}

.panel-menu ul li.active {
    background: rgba(255, 255, 255, 0.1);
}

.panel-menu ul li a {
    font-size: 13px;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
}

.panel-menu ul ul {
    padding: 0 10px !important;
}

.panel-menu ul ul li a {
    font-size: 14px;
    padding: 0 10px !important;
}

/* Content */
.panel-content {
    width: 900px;
    margin: 0 auto;
    padding: 0 20px 20px 20px;
    background-color: #fdfdfd;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    border-radius: 10px;
}

#panel-main .panel-content {
    width: calc(100% - 290px) !important;
    margin-right: 290px !important;
}

.panel-content a {
    color: #00bff9;
}

.page-wrapper .page-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e9ec;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.page-wrapper .page-title h2,
.page-wrapper .page-title h3 {
    color: #2b2f3e;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 18px;
    margin: 0 !important;
    /*width: 100%;*/
}

.page-wrapper .page-title .box-btn {
    color: #2b2f3e;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 18px;
    margin: 0 !important;
    /*width: 100%;*/
    display: flex;
    justify-content: flex-end;
}

.page-wrapper .content-title {
    color: #2b2f3e;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 16px;
    margin: 10px !important;
}

.page-wrapper .content-desc {
    color: #3c3c3c;
    font-size: 14px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    margin-bottom: 5px !important;
}
.panel-services-wrapper .nav-tab-container ul .tab-item {
    padding: 5px 10px !important;
    font-variation-settings: "wght" 400, "dots" 3 !important;
    font-weight: 400 !important;
    font-size: 13px !important;
}

.panel-services-wrapper .service-table-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 16px !important;
}

.panel-services-wrapper .service-table-title * {
    font-variation-settings: "wght" 600, "dots" 3 !important;
    font-weight: 600 !important;
}

.panel-services-wrapper tr td .badge {
    font-size: 15px;
    justify-content: center;
    font-weight: 400 !important;
}
.panel-services-wrapper th {
    white-space: nowrap;
}
/* Table */
.page-wrapper .page-body .box-table {
    position: relative;
}

.page-wrapper .page-body table th ,
.box-table th {
    font-variation-settings: "wght" 400, "dots" 3 !important;
    font-weight: 400 !important;
}
.page-wrapper .page-body table,
.box-table * {
    font-variation-settings: "wght" 300, "dots" 3 !important;
    font-weight: 300 !important;
}

.page-wrapper .page-body table {
    border: none !important;
    border-collapse: separate;
    border-spacing: 5px !important;
    width: 100%;
}


.page-wrapper .page-body .table-full {
    width: 100%;
}

.page-wrapper .page-body table tr:nth-child(even) {
    background-color: #fdfdfd;
}

.page-wrapper .page-body table tr:nth-child(odd) {
    background-color: #f3f4f5;
}

.page-wrapper .page-body table tr th > *,
.page-wrapper .page-body table tr td > * {
    font-weight: lighter !important;
}

.page-wrapper .page-body table tr.table-msg-box td > * {
    font-size: 14px !important;
}

.page-wrapper .page-body table tr th,
.page-wrapper .page-body table tr td {
    /*min-width: 50px;*/
    border-radius: 5px;
    border: 0;
    text-align: center;
    padding: 5px;
}

.page-wrapper .page-body table tr th {
    white-space: nowrap;
    font-weight: lighter !important;
    font-size: 15px !important;
    /*background-color: #2b2f3e;*/
    /*background-color: #31839e;*/
    background-color: var(--color-secondary);
    color: #fff;
}

.page-wrapper .page-body table tr td > *:not(.btn) {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    color: #818a91;
}

.page-wrapper .page-body table tr td > div {
    justify-content: center !important;
    align-items: center !important;
    max-width: unset !important;
}

.page-wrapper .page-body table tr td .badge {
    padding: 0 10px !important;
    font-size: 12px !important;
    display: flex;
    align-items: center;
    height: 23px !important;
}

.page-wrapper .page-body table td .cell-centered span {
    text-align: center;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.page-wrapper .page-body table td .cell-centered button.copyToClipboard {
    margin-right: auto;
}


/* button */
.panel-btn {
    border: 0;
    border-radius: 5px;
    /*padding: 3px 6px 3px 10px;*/
    padding: 8px 10px;
    font-size: 14px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    transition: all ease-in-out 250ms;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.panel-btn-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
}

.panel-btn i:before {
    font-size: 13px !important;
}

.panel-btn.btn-primary {
    color: var(--color-primary) !important;
    background: var(--color-primary-opacity) !important;
}

.panel-btn.btn-primary.active,
.panel-btn.btn-primary:hover {
    color: #fff !important;
    background: #1e88e5 !important;
    transform: scale(1) !important;
}

.panel-btn:hover {
    box-shadow: inset -4px 4px 15px rgb(0 0 0 / 35%) !important;
}

.panel-btn.btn-primary i {
    color: var(--color-primary) !important;
}

.panel-btn.btn-primary.active i,
.panel-btn.btn-primary:hover i {
    color: #fff !important;
}

.panel-btn[id^=btn-submit] {
    color: #fff !important;
    background: var(--color-primary) !important;
    box-shadow: -3px 3px 10px rgb(0 0 0 / 15%) !important;
}

.panel-btn[id^=btn-submit].active,
.panel-btn[id^=btn-submit]:hover {
    background: #1e88e5 !important;
    box-shadow: inset -4px 4px 15px rgb(0 0 0 / 35%) !important;
}

/* btn secondary */
.panel-btn.btn-secondary {
    color: var(--color-secondary);
    background: var(--color-secondary-opacity);
}

.panel-btn.btn-secondary.active,
.panel-btn.btn-secondary:hover {
    color: #fff;
    background: var(--color-secondary);
}

.panel-btn.btn-secondary i {
    color: var(--color-secondary);
}

.panel-btn.btn-secondary.active i,
.panel-btn.btn-secondary:hover i {
    color: #fff;
}

/* btn info */
.panel-btn.btn-info {
    color: var(--color-info);
    background: var(--color-info-opacity);
}

.panel-btn.btn-info.active,
.panel-btn.btn-info:hover {
    color: #fff;
    background: var(--color-info);
}

.panel-btn.btn-info i {
    color: var(--color-info);
}

.panel-btn.btn-info.active i,
.panel-btn.btn-info:hover i {
    color: #fff;
}

/* btn success */
.panel-btn.btn-success {
    color: var(--color-success);
    background: var(--color-success-opacity);
}

.panel-btn.btn-success.active,
.panel-btn.btn-success:hover {
    color: #fff;
    background: var(--color-success);
}

.panel-btn.btn-success i {
    color: var(--color-success);
}

.panel-btn.btn-success.active i,
.panel-btn.btn-success:hover i {
    color: #fff;
}

/* btn danger */
.panel-btn.btn-danger {
    color: var(--color-danger);
    background: var(--color-danger-opacity);
}

.panel-btn.btn-danger.active,
.panel-btn.btn-danger:hover {
    color: #fff;
    background: var(--color-danger);
}

.panel-btn.btn-danger i {
    color: var(--color-danger);
}

.panel-btn.btn-danger.active i,
.panel-btn.btn-danger:hover i {
    color: #fff;
}

/* widget */
.widget-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.widget-item {
    background: #f7f7f7;
    width: 24% !important;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.widget-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
}

.widget-title {
    color: #818a91;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-variation-settings: "wght " 600;
    font-size: 14px;
    padding-bottom: 3px;
}

.widget-data {
    color: #202430;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.color-1 {
    background: #007aff;
}

.color-2 {
    background: #22c55e;
}

.color-3 {
    background: #ffa826;
}

.color-4 {
    background: #51b6ff;
}

.color-5 {
    background: #dc2626;
}

/* Alert */
.alert-box {
    padding: 5px 15px !important;
    border-radius: 5px !important;
    font-weight: lighter !important;
    font-size: 12px !important;
}

.alert-box ul {
    margin: 0;
    padding: 0 20px 0 0 !important;
}

.collapse-alert {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    padding: 5px 0 !important;
}

.collapse-alert-content {
    display: none;
}

.text-center {
    text-align: center !important;
}

/* order tracking */
.box-form form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.box-form #order-tracking-form {
    background: #eeeeee63;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 40px;
}

.box-form #order-tracking-form .form-field {
    background: #fff !important;
}


.box-form p {
    font-size: 14px;
    color: #666;
}

.box-form input,
.box-form textarea,
.box-form select {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

.box-form .form-field {
    text-align: right;
    font-size: 12px;
    box-sizing: border-box;
    padding: 5px 10px;
    vertical-align: middle;
    border-radius: 6px;
    border: 1px solid #eee;
    background: #f7f7f7;
}

.box-form .form-field:focus {
    outline: 2px solid #e6e9ec;
}

.box-form .form-field-lg {
    font-size: 20px !important;
    height: 50px !important;
}

.box-form .form-field-lg + .box-icon {
    width: 45px;
    padding: 14px;
    font-size: 20px;
}

.box-form .form-field.form-textarea {
    resize: none;
}

.box-form .form-group-row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-form .form-group-row .form-control {
    width: 50%;
}

.box-form .form-control {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    flex-grow: 1;
    flex-basis: 0;
}

.box-form .form-control.form-control-icon {
    flex-direction: row !important;
    align-items: center !important;
    gap: 0 !important;
}

.box-form .form-control.form-control-icon .form-field {
    border-radius: 0 6px 6px 0 !important;
}

.box-form .form-control.form-control-icon .box-icon {
    border: 1px solid #e6e9ec;
    background: #e6e9ec;
    color: #5b6f78;
    width: 35px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 6px 0 0 6px;
}

.form-control label {
    color: #2b2f3e;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.form-control label i {
    color: var(--color-danger);
}

.form-control .file-upload {
    width: 100% !important;
    margin: 0 !important;
}

.form-control .file-upload .file-select {
    height: unset !important;
    padding: 0 !important;
    cursor: pointer;
}

.form-control .file-upload .file-select-button {
    height: 41px;
    border: 1px solid #eee;
    background: #eee;
    font-size: 11px !important;
    cursor: pointer !important;
}

.form-control .file-upload .file-select:hover {
    border-color: #e6e9ec !important;
}

.form-control .file-upload .file-select:hover .file-select-button {
    border-color: #34495e !important;
}

.file-upload .file-select .file-select-name {
    padding: 0 5px !important;
    font-size: 10px !important;
}

.form-control .file-upload.active .file-select:hover .file-select-button,
.form-control .file-upload.active .file-select .file-select-button {
    border-color: #3fa46a !important;
}

/* new ticket form */
.box-form #new-ticket-form {
    width: 60%;
    margin: 0 auto;
    background: #eeeeee63;
    padding: 20px;
    border-radius: 5px;
}

.box-form #new-ticket-form .form-field {
    background: #fff !important;
}

.box-form .btn-submit {
    -webkit-appearance: none;
    font-size: 18px;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    transition: 0.2s ease-out;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    display: inline-block;
    height: 48px;
    outline: 0;
    padding: 0 2rem;
    vertical-align: middle;
    font-weight: bold;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    -webkit-tap-highlight-color: transparent;
    box-shadow: rgb(0 0 0 / 0%) 0 2px 5px 0, rgb(0 0 0 / 22%) 0 2px 10px 0;
}

.box-form .btn-submit:hover,
.box-form .btn-submit:focus {
    background-color: #009688;
    box-shadow: inset -4px 4px 15px rgb(0 0 0 / 35%) !important;
    /*box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 20%);*/
}

/* Tickets */
.tab-items ul {
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    list-style: none;
    padding: 6px;
    border-radius: 5px;
}

.ticket-badge-count {
    display: flex;
    justify-content: center;
    align-items: baseline;
    min-width: 20px;
    height: 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
}

/* Pending */
.tab-item-pending {
    color: var(--color-info) !important;
    background: var(--color-info-opacity) !important;
}

.tab-item-pending:hover,
.tab-item-pending.active {
    color: #fff !important;
    background: var(--color-info) !important;
}

.tab-item-pending .ticket-badge-count {
    background: var(--color-info) !important;
}

.tab-item-pending:hover .ticket-badge-count,
.tab-item-pending.active .ticket-badge-count {
    background: #fff !important;
    color: var(--color-info) !important;
}


/* Answered */
.tab-item-answered {
    color: var(--color-success) !important;
    background: var(--color-success-opacity) !important;
}

.tab-item-answered:hover,
.tab-item-answered.active {
    color: #fff !important;
    background: var(--color-success) !important;
}

.tab-item-answered .ticket-badge-count {
    background: var(--color-success) !important;
}

.tab-item-answered:hover .ticket-badge-count,
.tab-item-answered.active .ticket-badge-count {
    background: #fff !important;
    color: var(--color-success) !important;
}


/* Closed */
.tab-item-closed {
    color: var(--color-danger) !important;
    background: var(--color-danger-opacity) !important;
}

.tab-item-closed:hover,
.tab-item-closed.active {
    color: #fff !important;
    background: var(--color-danger) !important;
}

.tab-item-closed .ticket-badge-count {
    background: var(--color-danger) !important;
}

.tab-item-closed:hover .ticket-badge-count,
.tab-item-closed.active .ticket-badge-count {
    background: #fff !important;
    color: var(--color-danger) !important;
}


/* Box conversion */
.tickets-wrapper .box-conversion {
    background: #eeeeee63;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 40px;
}

.tickets-wrapper .user-comment-box,
.tickets-wrapper .admin-comment-box {
    display: flex;
    align-items: flex-start;
}

.tickets-wrapper .admin-avatar,
.tickets-wrapper .user-avatar {
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tickets-wrapper .admin-avatar img,
.tickets-wrapper .user-avatar img {
    max-width: 100%;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 4px;
}

.tickets-wrapper .admin-avatar img {
    border: 1px solid var(--color-primary) !important;
}

.tickets-wrapper .admin-avatar span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 25px;
    margin-top: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    background: var(--color-primary);
}

.tickets-wrapper .comment-content {
    width: 80%;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

.tickets-wrapper .comment-content a {
    color: #fff;
    text-decoration: underline;
}

.tickets-wrapper .admin-comment-box .comment-content {
    background: #2b2f3e !important;
}

.tickets-wrapper .user-comment-box .comment-content {
    margin-right: 15px;
}

.tickets-wrapper .admin-comment-box .comment-content {
    margin-left: 15px;
}


.tickets-wrapper .details-box {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.tickets-wrapper .admin-comment-box .details-box {
    border-bottom: 1px solid #333748 !important;

}

.tickets-wrapper .details-box .username {
    font-size: 15px;
    color: #1a1b1e;
    font-weight: bold;
}

.tickets-wrapper .admin-comment-box .details-box .username {
    color: #ffffff !important;
}

.tickets-wrapper .details-box .date {
    font-size: 12px;
    color: #37474f;
    display: flex;
    gap: 5px;
    align-items: baseline;
}

.tickets-wrapper .admin-comment-box .details-box .date {
    color: #b1b1b1 !important;
}

.tickets-wrapper .comment-content .text {
    font-size: 13px;
}

.tickets-wrapper .admin-comment-box .comment-content .text {
    color: #d5d5d5 !important;
}

.tickets-wrapper .box-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-top: 1px solid #f7f7f7;
    padding-top: 5px;
    margin-top: 30px;
}

.tickets-wrapper .box-img span {
    font-size: 15px;
    color: #1a1b1e;
    font-weight: bold;
    margin-bottom: 10px;
}

.tickets-wrapper .box-img img {
    border-radius: 5px;
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
    cursor: pointer;
}

.box-form #answer-ticket-form {
    width: 60%;
    margin: 0 auto;
    background: #eeeeee63;
    padding: 20px;
    border-radius: 5px;
}

.box-form #answer-ticket-form .form-field {
    background: #fff !important;
}

/* Loading */
.box-loading {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px !important;
}

.box-loading .loading {
    animation: rotator 1.4s linear infinite;
}

.box-loading .path {
    stroke-dasharray: 150;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

/*.box-loading > span {*/
/*    animation: blinker 1.5s ease-in-out infinite;*/
/*}*/

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(270deg);
    }
}

@keyframes colors {
    0% {
        stroke: #4285f4;
    }
    25% {
        stroke: #de3e35;
    }
    50% {
        stroke: #f7c223;
    }
    75% {
        stroke: #1b9a59;
    }
    100% {
        stroke: #4285f4;
    }
}


@keyframes dash {
    0% {
        stroke-dashoffset: 150;
    }
    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 150;
        transform: rotate(450deg);
    }
}


/* Wallet */
.block-charges {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.block-charges .charge-item {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 5px;
    /*background: #f3f3f3;*/
    background: #eeeeee63;
}

.block-charges .charge-item > div:not(.charge-percent-gift) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.charge-percent-gift {
    background: #5fdaa3;
    /*background: var(--color-success);*/
    color: #fff;
    position: absolute;
    top: -6px;
    right: -6px;
    padding: 1px 3px;
    border-radius: 5px;
}

.block-charges .separate {
    position: relative;
    width: 5px;
}

.block-charges .separate .fa {
    font-size: 90px;
    position: absolute;
    top: -45px;
    right: -20px;
    color: #fdfdfd;
}

.block-charges .btn-pay.active {
    background: #26a69a !important;
    padding: 18px 20px;
}

.box-form #custom-amount-wallet-form {
    background: #eeeeee63;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 40px;
}

.box-form #custom-amount-wallet-form .form-field {
    background: #fff !important;
}

/*.panel-btn.btn-pay.active,
.panel-btn.btn-pay {
    color: #fff !important;
    background: #26a69a !important;
    box-shadow: -3px 3px 10px rgb(0 0 0 / 15%) !important;
}

.panel-btn.btn-pay:hover {
    background: #009688 !important;
    box-shadow: inset -4px 4px 15px rgb(0 0 0 / 35%) !important;
}*/


/* Services page */
.block-services {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.box-services {
    width: 32%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    padding: 8px;
    border-radius: 5px;
    /* background: #f3f3f3; */
    background: #eeeeee63;
}

/* Responsive */
@media screen and (max-width: 1230px) {
    .panel-container {
        width: 100%;
    }

    .widget-item {
        width: 30% !important;
        flex-direction: column;
        text-align: center;
    }

    .page-wrapper .page-body tr th:last-child,
    .page-wrapper .page-body tr td:last-child {
        /*position: sticky;*/
        /*left: 0;*/
        /*top: 0;*/
        /*bottom: 0;*/
    }

    .page-wrapper .page-body table tr:nth-child(even) td:last-child {
        /*background-color: #fdfdfd;*/
        /*background-color: #eee;*/
    }

    .page-wrapper .page-body table tr:nth-child(odd) td:last-child {
        /*background-color: #f3f4f5;*/
        /*background-color: #eee;*/
    }
}

@media screen and (max-width: 992px) {
    .page-wrapper .page-body .box-table {
        overflow-x: scroll;
    }
    .panel-sidebar {
        width: 100%;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100vh;
        padding-top: 45px;
        padding-bottom: 45px;
        border-radius: 10px 0 0 10px;
        transform: translateX(100%);
        transition: all .4s linear;
        box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
        z-index: 9999999;
    }

    #btn_close_menu {
        display: flex;
    }

    .show-panel-sidebar {
        transform: translateX(0%);
    }

    .panel-content {
        width: 100% !important;
    }

    #panel-main .panel-content {
        padding: 50px 10px 10px 10px !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .box-form #new-ticket-form {
        width: 100%;
    }

    .widget-wrapper {
        justify-content: center;
        gap: 5px;
    }

    .widget-item {
        width: 20%;
        flex-direction: column;
        gap: 5px
    }

    .widget-content {
        text-align: center;
    }

    #menu-open-btn {
        position: fixed;
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        gap: 5px;
        font-weight: bold;
        justify-content: center;
        cursor: pointer;
        color: #000;
        background: #fff;
        box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
        z-index: 999;
    }

    .panel-container {
        margin-top: 0 !important;
    }

    .panel-block {
        flex-direction: column;
    }

    .page-wrapper .page-title {
        flex-wrap: wrap;
        gap: 10px;
    }

    .box-services {
        width: 49%;
    }
}

@media screen and (max-width: 762px) {
    .widget-item {
        width: 49% !important;
        flex-direction: row;
    }

    .block-charges .charge-item {
        width: 70% !important;
    }
}

@media screen and (max-width: 600px) {
    .tickets-wrapper .admin-avatar,
    .tickets-wrapper .user-avatar {
        display: none;
    }

    .admin-comment-box,
    .user-comment-box {
        gap: 10px;
    }

    .user-comment-box {
        flex-direction: row;
    }

    .admin-comment-box {
        flex-direction: row-reverse;
    }

    .tickets-wrapper .user-comment-box .comment-content {
        width: 100%;
        margin-right: 0;
    }

    .tickets-wrapper .admin-comment-box .comment-content {
        width: 100%;
        margin-left: 0;
    }

    #answer-ticket-form {
        width: 100% !important;
    }
}

@media screen and (max-width: 550px) {
    #order-tracking-form #tracking_code_field {
        width: 100%;
    }

    #order-tracking-form .btn-submit {
        width: 100%;
        margin-top: 10px;
    }

    .panel-btn-group {
        justify-content: space-between;
    }

    .block-charges .charge-item {
        width: 100% !important;
    }

    .box-services {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .panel-btn-group {
        justify-content: space-between;
    }

    .page-wrapper .page-body table tr th,
    .page-wrapper .page-body table tr td {
        white-space: nowrap;
        min-width: 150px !important;
    }
}

@media screen and (max-width: 450px) {
    .widget-item {
        width: 49% !important;
        flex-direction: column !important;
    }

    #custom-amount-wallet-form #custom_amount_field {
        width: 100%;
    }

    #custom-amount-wallet-form .btn-submit {
        width: 100%;
        margin-top: 10px;
    }

    .form-control label {
        font-size: 11px !important;
    }
}

@media screen and (max-width: 370px) {
    .page-wrapper .page-title {
        justify-content: center;
    }

    .widget-item {
        width: 100% !important;
        flex-direction: row !important;
    }

    .block-charges .separate .fa {
        right: -25px !important;
    }

    .block-charges .btn-pay.active {
        padding: 10px !important;
    }
}

a[href="javascript:void()"] {
    cursor: default;
}
