@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --bugzi-color-second: #001080;
    --bugzi-color-white: #ffffff;
    --bugzi-color-black:#000000;
    --bugzi-color-f6: #F6F6F6;
    --bugzi-color-47: #474747;
    --bugzi-color-5f: #272727;
    --bugzi-color-f4:#F4F4F4;
    --bugzi-color-shadow-40:#00000040;
    --bugzi-color-shadow-15:#00000015;
    --bugzi-color-shadow-30:#00000030;
    --bugzi-color-shadow-20:#00000020;
    --bugzi-color-shadow-09: #00000009;
    --bugzi-color-second-bg: #00108012;
    --bugzi-color-purple: #5119b9;
    --bugzi-color-pink: #f3077d;
    --bugzi-color-red: #d42234;
    --bugzi-color-orange: #e76902;
    --bugzi-color-yellow: #f5d000;
    --bugzi-color-green: #099247;
    --bugzi-color-firoze: #00c288;
    --bugzi-color-cyan: #00dbeb;
}

body{
    font-family: var(--bugzi-panel-font);
    font-size: 16px;
    text-align: right;
    direction: rtl;
    scroll-behavior: smooth;
    display: flex;
    min-height: 100vh;
    justify-content: flex-end;
    align-items: stretch;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}


a, a:visited {
    text-decoration: none;
    color: var(--bugzi-color-black);
    font-weight: 600;
}

.button {
    display: inline-flex;
    padding: 8px 15px;
    border: none;
    background: var(--bugzi-color-second);
    border-radius: 5px;
    color: #fff;
    justify-content: center;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s ease-in;
    font-size: 14px;
    align-items: center;
    /* padding: 3px 18px 3px 18px !important; */
    height: 38px;
}


.button:after{
    content: "";
    background: url("../images/loading.gif") no-repeat center;
    width: 0px;
    height: 24px;
    background-size: 100%;
    transition: 0.3s;
    margin-right: 3px;
}

.button.loading:after{
    width: 24px;
}

.button-block{
    display: flex;
    width: 100%;
    height: 50px;
}

.button-outline {
    color: var(--bugzi-color-black);
    background: no-repeat;
    border: 1px solid;
    height: 45px;
    font-size: 14px;
}

.form-group label {
    display: block;
    color: #696969;
    margin-bottom: 10px;
    font-size: 15px;
}
.form-group label.label-hidden {
    display: none;
}

input[type="text"].form-control,
input[type="email"].form-control,
input[type="search"].form-control,
input[type="phone"].form-control,
textarea.form-control,
select.form-control,
input[type="password"].form-control {
    display: block;
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    padding: 15px;
    width: 100%;
}

form.bugzi-panel-address-form {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}

.bugzi-panel-address-form label {
    display: block;
    color: #696969;
    margin-bottom: 10px;
}

.bugzi-panel-input-text {
    display: block;
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    padding: 15px;
    width: 100%;
    border: none !important;
    box-shadow: 0 2px 15px #00000015;
    border-radius: 10px !important;
}


.bugzi-panel-input-text#billing_phone {
    direction: rtl;
}
.bugzi-panel-input-textarea {
    display: block;
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    padding: 15px;
    width: 100%;
    border: none !important;
    box-shadow: 0 0 10px #00000027;
    border-radius: 10px !important;
}
input:disabled {
    background: #E7E7E7;
}

.ltr{
    direction: ltr;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: left;
}
.align-center{
    text-align: center;
}

input[type="text"].form-control:focus,
input[type="email"].form-control:focus,
input[type="search"].form-control:focus,
textarea.form-control:focus,
select.form-control:focus,
input[type="password"].form-control:focus{
    outline: 1px solid #2196f3;
}

.form-group .error {
    display: none;
    color: red;
    margin-top: 5px;
    font-size: 14px;
}

.form-group.error .error {
    display: block;
}

.form-group.error input {
    border-color: red;
    color: red;
}

.form-group {margin: 14px 0;}

input, button, select, textarea {
    font-family: var(--bugzi-panel-font);
}
main h1{
    color:var(--bugzi-color-black);
}

/* Start: Panel */
body.panel-login{
    background: url("../images/۲۰۲۴۰۲۰۲_۱۱۵۱۴۹.jpg") no-repeat;
    background-size: 100% 100%;
    background-position: right center;
    background-attachment: fixed;
}

.login-container {
    background: rgb(255 255 255);
    /* border-radius: 0px 15px 15px 0px; */
    box-shadow: 0 0 50px #000000;
    width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}


.remember-group {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 17px 5px 15px 0;
}

.remember-group label {
    margin: 0;
}

.panel-signup .login-container{
    width: 450px;
    display: block;
}

.login-right > .site-logo {
    display: block;
    text-align: center;
    margin: 20px auto;
}

.login-right h1 {
    text-align: center;
    margin: 20px 0 8px 0;
    font-size: 25px;
    color: #2b2b2b;
}

.login-right h3 {
    color: #2b2b2b;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 12px;
    margin-top: 12px;
}

.login-right input[type="text"].form-control {
    border-radius: 7px;
}



.login-form button.button-outline.button {
    background: transparent;
    color: var(--bugzi-color-second);
    border: 1px solid;
    display: flex;
}
.panel-password-label {
    display: flex;
    justify-content: space-between;
}


.panel-offer-signup {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 23px;
}

.login-container > img {
    width: 100%;
    height: auto;
    display: none;
}

/* End: Panel */
/* Start: Panel Signup */
.password-strong-meter:after {
    content: "خیلی ضعیف";
}

.password-strong-meter {
    background: #E91E63;
    color: white;
    height: 28px;
    padding: 0px 10px;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid;
    font-weight: 100;
}

.normal.password-strong-meter {
      background: orange;
    color: white;
    
}

.weak.password-strong-meter {
   background: #E91E63;
    color: white;
}

.weak.password-strong-meter:after {
    content: "ضعیف";
}

.normal.password-strong-meter:after {
    content: "متوسط";
}

.password-strong-meter.strong {
    background: #4CAF50;
    color: white;
}

.password-strong-meter.strong:after {
    content: "قوی";
}

.password-strong-meter.good:after {
    content: "خوب";
}

.password-strong-meter.good {
    background: #673AB7;
    color: #fff;
}

.button:disabled {
    background: #C9C9C9;
}
/* End: Panel Sign up */

.panel-logged-in{
    
background-color: rgb(227, 228, 255);
    
   
   
}


.panel-top-bar-content {
    background: var(--bugzi-color-white);
    margin: 0px 0px 0 10px;
    height: 65px;
    border-radius: 10px;
    box-shadow: 1px 4px 24px #0000000f;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 10px 17px;
    gap: 14px;
}
.top-bar-left {
    display: flex;
    gap: 14px;
    align-content: center;
    align-items: center;
}
.top-bar-right {
    display: flex;
    gap: 12px;
}
.top-bar-user {
    display: inline;
    background:  var(--bugzi-color-f6);
    box-shadow: 0 0 5px #00000040;
    padding: 10px;
    border-radius: 10px;
    margin-left: 10px;
}
.light-mode-toggle {
    font-size: 20px;
}
.night-mode-toggle {
    font-size: 20px;
}
.site-logo img {
    margin-top: 20px;
    height: 35px;
}

.user-info div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.top-bar-right-item {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000040;
    height: 40px;
    width: 130px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.top-bar-right-item a {
    color: var(--bugzi-color-47);
}


.panel-containet {
    width: 100vw;
    background: var(--bugzi-color-f6);
    /* border-radius: 15px; */
    display: grid;
    grid-template-columns: 290px auto;
    box-shadow: 0 0 10px #81818188
}

.panel-containet > aside {
    background: var(--bugzi-color-white);
    border-radius: 23px 0 0 23px;
    padding: 25px 15px;
    /* margin: -10px -10px -10px 0; */
    box-shadow: 1px 7px 24px #00000017;
    min-height: 100vh;
    z-index: 10000;
}


.panel-containet .site-logo {
    display: block;
    text-align: center;
    height: 45px;
}
.panel-top-bar{
    margin-bottom: 20px;
}
.top-bar-item img {
    border-radius: 50%;
    /* margin-top: 7px; */
}

.top-bar-item i {
    font-size: 18px;
    margin-top: 5px;
    cursor: pointer;
}
 .night-mode-toggle , .light-mode-toggle {
    margin-top: -1px !important;
}
.user-info {
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    color: var(--bugzi-color-black);
    flex-direction: column;
    margin-bottom: 25px;
}

.user-info img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 2px;
    margin-top: 25px;
}



.user-info span {
    direction: ltr;
    display: block;
    font-family: monospace;
    font-size: 12px;
    margin-top: 2px;
}
.user-info strong {
    font-size: 15px;
    font-weight: 400;
    color: var(--bugzi-color-50);
}
.user-info a {
    background: var(--bugzi-color-white);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0%);
    transition: 0.3s ease-in;
}

.user-info:hover a {
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}


.panel-containet aside > p {
    font-weight: 700;
    color: #979797;
    font-size: 18px;
    margin: 10px 0;
}

.panel-containet aside > ul > li > a {
    padding: 12px 12px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--bugzi-color-47);
    font-weight: 320;
    position: relative;
    transition: 0.3s ease-in;
    margin-top: 8px;
    font-size: 14px;
}

.panel-containet aside > ul > li > a:hover {
    background: var(--bugzi-color-f4);
}

.panel-containet aside ul {
    list-style: none inside none;
}

.panel-containet aside > ul > li.open {
    border-radius: 10px;
    box-shadow: 2px 2px 4px #0000000f;
}

.panel-containet aside > ul > li > a .badge {
    position: absolute;
    left: 10px;
}

.panel-containet aside > ul ul a {
    color: var(--bugzi-color-second);
    display: block;
    padding: 10px 25px 10px 10px;
    border-radius: 5px;
    font-weight: 200;
    font-size: 12.5px;
}

.panel-containet aside > ul ul {
    padding: 0 10px 10px 10px;
    background: var(    --bugzi-color-second-bg);
    border-radius: 7px;
    margin-top: 11px;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.panel-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.panel-title .button {
    padding: 5px 15px;
    margin: 3px 15px;
}

.badge {
    background: #616161;
    color: #fff;
    min-width: 28px;
    min-height: 28px;
    text-align: center;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    font-size: 13px;
    box-shadow: 0 0 10px rgb(97 97 97 / 20%);
}

.badge-danger {
    color: #fff;
    background: #FF0033;
    box-shadow: 0 0 5px #FF003320;
}
.badge-info{
    color: #fff;
    background: var(--bugzi-color-firoze);
}
.badge-warning {
    background:  rgb(255, 171, 27);
    color: rgb(255, 255, 255);
    box-shadow: 0 0 5px rgb(255 171 27 / 22%);
}

.badge-success {
    color: rgb(255, 255, 255);
    background: var(--bugzi-color-green);
    box-shadow: 0 0 5px #00C90630;
}

.panel-containet aside > ul a {
    color: var(--bugzi-color-second);
}

.panel-containet aside > ul ul a.current {
    color: var(--bugzi-color-black);
    box-shadow: 0 0 5px var(--bugzi-color-shadow-30);
}

main {
    padding: 15px;
}



.box {
    background: var(--bugzi-color-white);
    border-radius: 15px;
    padding: 17px;
    margin-top: 15px;
    box-shadow: 1px 4px 24px var(--bugzi-color-shadow-09);
}


.box header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
}

.box header h2 {
    font-size: 18px;
    font-weight: 300;
}
.box.box-tickets h2 {
    color: var(--bugzi-color-black);
    font-size: 16px;
}
.box.box-tickets h4 {
    color: var(--bugzi-color-black);
    font-weight: 500;
    font-size: 19px;
    margin: 40px 0px 23px;
}
.box-body {
    margin-top: 15px;
}

.registered-user {
    display: grid;
    grid-template-columns: 48px auto 110px;
    align-items: center;
    gap: 5px;
    margin: 10px 0;
}

.registered-user img {
    border-radius: 50%;
}

.registered-user span {
    color: #9C9C9C;
    font-size: 14px;
    text-align: left;
}

.registered-user strong {
    font-weight: 600;
}

.view-all-tickets {
    position: absolute;
    left: 0;
    color: #fff !important;
    padding: 5px 10px 5px 8px;
    font-size: 13.4px;
    display: flex;
    align-items: center;
    font-weight: 300;
}

.ticket-files{
    display: flex;
    gap: 10px;
    direction: rtl;
    font-size: 13px;
}

.ticket-message-text {
    margin-top: 18px;
    font-size: 14.3px;
}
.ticket-author {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    direction: rtl;
}

a.ticket-post-author {
    color: white;
    font-weight: 500;
    margin-right: 10px;
    margin-left: 5px !important;
    font-size: 14px;
}
.ticket-files a {
    color: white;
    font-weight: 100;
}
table.table {
    width: 100%;
    border-collapse: collapse;
}


table.table th {
    background: rgb(66 86 166 / 10%);
    color: #949494;
    font-weight: 400;
    font-size: 13px;
}

table.table th, table.table td {
    padding: 10px;
    text-align: center;
}

table.table tr th, table.table tr td{
    
    background: var(--bugzi-color-second);
    color: white;
}

table.table tr th:last-child,
table.table tr td:last-child{
    width: 90px;
}

table.table td .button {
    padding: 2px 13px 2px 10px;
    font-size: 13px;
    display: flex;
    border: 1px solid var(--bugzi-color-47);
    align-items: center;
    height: 32px;
}


table.table td {
    color: var(--bugzi-color-47);
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    height: 55px;
}

table.table tr td:first-child, table.table tr th:first-child {
    text-align: center;
}
table.table tbody tr td {
    background: var(--bugzi-color-f4);
    color: var(--bugzi-color-black);
}
table.table thead tr th:first-child {
    border-radius: 0 7px 0 0;
}
table.table thead tr th:last-child {
    border-radius: 7px 0 0 0;
}
table.table thead tr th:first-child {
    border-radius: 0 7px 0 0;
}
table.table thead tr th:last-child {
    border-radius: 7px 0 0 0;
}
table.table tbody tr:last-child td:first-child {
    border-radius: 0 0 7px 0;
}
table.table tbody tr:last-child td:last-child {
    border-radius: 0 0 0 7px;
}
table.table tbody tr:last-child  {
    border: none;
}
table.table tr {
    border-bottom:1px solid #00000010
}
table.table td .button-outline:hover {
    background: var(--bugzi-color-second);
    border-color: var(--bugzi-color-second);
    color: var(--bugzi-color-white);
}


#ticket-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ticket-filters {
    display: flex;
    gap: 15px;
}

.ticket-filters .form-group:first-child {
    width: 300px;
}

.ticket-filters input.form-control, .ticket-filters select.form-control {
    padding: 10px;
}

form#ticket-search .button {
    padding: 10px;
}

.button-ticket-new {
    position: absolute;
    left: 0;
    padding: 5px 15px;
    background: rgb(74 85 216 / 15%);
    color: #4A55D8;
}


.pagination > a, .pagination > span {
    background: var(--bugzi-color-f4);
    padding: 7px;
    display: inline-block;
    min-width: 42px;
    border-radius: 10px;
    text-align: center;
    color: var(--bugzi-color-47);
    box-shadow: 0 0 5px 1px #00000040;
}

.pagination {
    display: flex;
    gap: 5px;
    flex-direction: row-reverse;
    margin-top: 15px;
}

.pagination .current {
    background: var(--bugzi-color-second);
    color:#fff;
    box-shadow: 0 0 10px 2px #362FD940;
}

.pagination .dots {
    background: no-repeat;
}

.new-ticket-info-fields {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}

.upload {
    direction: ltr;
    border: 1px solid #E1E1E1;
    padding: 10px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: auto 32px;
    gap: 10px;
    text-align: left;
    align-items: center;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #00000030;
}

.upload-file-name {
    display: grid;
    grid-template-columns: 32px auto 32px;
    align-items: center;
}

.file-name span {
    color: rgb(89 89 89 / 35%);
}

.upload-progress {
    height: 10px;
    border-radius: 8px;
    background: #F0F0F0;
    margin-top: 10px;
    position: relative;
}

.upload-progress div {
    background: var(--bugzi-color-second);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 8px;
}

svg.remove-upload {
    cursor: pointer;
}

.new-ticket-info-fields + .form-group,
.new-ticket-info-fields .form-group {
    margin-top: 0;
    margin: 10px 0;
}

.uploaded-document{
    display: none;
}

.upload.uploaded .upload-document {
    display: none;
}

.upload.uploaded .uploaded-document {
    display: block;
}

.file-name span {
    color: var(--bugzi-color-black);
    font-family: monospace;
}

.upload.uploaded .upload-percent {
    display: none;
}

.upload.uploaded .upload-progress {
    display: none;
}

.upload.uploaded {
    border-color: var(--bugzi-color-black);
}


.upload-here input {
    display: none;
}

.upload-here label {
    color: #9C9C9C;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    border: 1px dashed #9C9C9C;
    cursor: pointer;
}
img.ticket-img {
    width: 100%;
    border-radius: 5px;
}
.ticket-message {
    display: block;
    gap: 15px;
    align-items: flex-start;
    margin-top: 20px;
}
.ticket-message.ticket-message-left {
    display: flex;
}
.ticket-message > img {
    border-radius: 50%;
}

.ticket-message-box {
    background: var(--bugzi-color-second);
    padding: 15px 15px 0 15px;
    border-radius: 18px 18px 5px 18px;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    box-shadow: 0 0 10px #00000040;
    width: 510px;
    direction: ltr;
}
.ticket-message-box img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.ticket-message-left .ticket-message-box {
    display: flex;
    direction: rtl;
    flex-direction: column;
    background: white;
    border-radius: 18px 18px 18px 5px;
}
.ticket-message-footer {
    padding: 10px 0px;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    direction: ltr;
    align-items: center;
    margin-top: 15px;
    font-size: 11px;
    direction: rtl;
}

a.ticket-attachment {
    display: flex;
    gap: 5px;
    margin-top: 3px;
    color: var(--bugzi-color-black);
}

a.ticket-attachment span {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ticket-message.ticket-message-left {
    flex-direction: row-reverse;
}

p.ticket-closed {
    text-align: center;
    padding: 20px;
}
.ticket-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: var(--bugzi-color-white);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 13px #00000030;
    align-items: center;
    margin-top: -6px;
    color: var(--bugzi-color-black);
}

.ticket-header a {
    font-size: 14px;
    font-weight: 300;
    color: var(--bugzi-color-27);
}

.ticket-header p {
    display: flex;
    gap: 15px;
    align-items: center;
}

.ticket-header a span {
    font-size: 12px;
    box-shadow: 0 0 4px #00c90659;
    padding: 0 8px;
}
.ticket-header .button,.ticket-header .button-primery {
    margin: 0;
    color:white !important;
    font-size: 13px;
    padding: 5px 13px;
}
p.ticket-closed span {
    color: white;
    background: var(--bugzi-color-second);
    padding: 5px 15px;
    border-radius: 10px;
}

a.ticket-reply {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../images/redo.svg") no-repeat;
    background-size: 100%;
    left: 15px;
    opacity: 0;
    transition: 0.3s;
}

.ticket-message:hover a.ticket-reply {
    opacity: 1;
}


/*Start: Profile*/
.profile-tab {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

button.profile-tab-link {
    background: var(--bugzi-color-white);
    text-decoration: none;
    color: var(--bugzi-color-black);
    border-radius: 8px;
    height: 50px;
    width: 100%;
    font-family: var(--bugzi-panel-font);
    box-shadow: 0 3px 21px #00000010;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
    stroke: #000;
    border:none;
    flex-direction: row-reverse;
    gap: 5px;
}
button.profile-tab-link.active {
 background: var(--bugzi-color-second);
 color:#fff;
 font-size: 16px;
 box-shadow: 0 3px 14px #00108015;
 stroke: #fff;
}
button.profile-tab-link.active i {
    color: #fff !important;
}


.profile-tab-content{

  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
form#edit-profile {
    display: grid;
    grid-template-columns: 150px auto;
    gap: 15px 40px;
    align-items: center;
}

.personal-info-field {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}

.personal-info-field .form-group {
    margin: 0;
}
.avatar-uploader {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.avatar-uploader p {
    direction: ltr;
    font-weight: 300;
}
.avatar-uploader label {
    width: 50%;
    background: var(--bugzi-color-second);
    box-shadow: 0 0 10px #00000050;
    border-radius: 5px;
    height: 37px;
    width: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
}
.panel-offer-signup a {
    color: #000;
}
.upload-here label strong {
    border: 1px solid;
    background: var(--bugzi-color-second);
    color: #fff;
    padding: 5px;
    margin-top: 10px;
    display: block;
    width: 100px;
    border-radius: 8px;
    box-shadow: 0 0 10px #00000030;
    border: none;
    font-weight: 300;
    font-size: 15px;
}

.upload-here label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    font-size: 14px;
}
span.avatar-upload-progress {
    position: absolute;
    left: 5px;
    right: 5px;
    height: 5px;
    top: 10px;
    background: #ffffff63;
    border-radius: 8px;
    transition: 0.3s;
    opacity: 0;
}

span.avatar-upload-progress span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #00ff0a;
    width: 95%;
    border-radius: 8px;
}

.avatar-uploader.uploading span.avatar-upload-progress {
    opacity: 1;
}

.personal-avatar input[type='file'] {
    display: none;
}

.personal-avatar img {
    border-radius: 50%;
    border: 1px solid #6e6e6e;
    width: 100%;
    max-height: 150px;
    min-height: 150px;
    height: auto;
}



.change-password-fields {
    display: grid;
    grid-template-columns: auto auto 200px;
    gap: 20px;
}

.change-password-fields .form-group {
    margin: 0;
}
.form-group-password {
    position: relative;
}

.form-group-password svg {
    position: absolute;
    left: 15px;
    bottom: 15px;
    transition: 0.3s;
}

.form-group-password svg.eye {
    opacity: 0;
}

.form-group-password.hide-password svg.eye {
    opacity: 1;
}

.form-group-password.hide-password svg.eye-slash {
    opacity: 0;
}

svg.eye-slash {
    z-index: 99;
}

#change-password .password-strong-meter {
    padding: 13px;
    height: auto;
    text-align: center;
    border: 1px solid;
}

.avatar-cropper-modal {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #00000059;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
}

.avatar-cropper-modal-container {
    background: var(--bugzi-color-white);
    width: 500px;
    height: 400px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    gap: 15px;
    border-radius: 10px;
    justify-content: space-around;
    align-items: flex-start;
}

.avatar-cropper-modal.active {
    display: flex;
}

button#crop-avatar {
    margin-top: 30px;
}

.box.items {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    background: none;
    box-shadow: none;
    padding: 15px 0 15px;
}

.item-box {
    display: flex;
    height: 110px;
    width: 100%;
    box-shadow: 1px 4px 24px var(--bugzi-color-shadow-09);
    border-radius: 10px;
    gap: 15px;
    padding: 30px;
    align-items: center;
    background: white;
    color: var(--bugzi-color-black);
    background: var(--bugzi-color-white);
    flex-direction: row-reverse;
    justify-content: space-between;
}
.item-box a {
    display: block;
    font-weight: 250;
    color: var(--bugzi-color-black);
    font-size: 13px;
    margin-top: 8px;
}
.item-box p {
    font-size: 17px;
    font-weight: 300;
    margin-top: 3px;
    color: var(--bugzi-color-black);
}
.item-box .icon i {
    /* background-color: var(--bugzi-color-second); */
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: var(--bugzi-color-second) !important;
}
.main-menu li a i {
    height: 20px;
    width: 20px;
    font-size: 15px;
    /* margin-right: 5px; */
    /* margin-top: 3px; */
}
/*End: Profile*/
/************  SMS LOGIN  ***************/
.asl-modal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #00000059;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}




form.login-form{
    margin-bottom: 0;
}


.asl-field {
    text-align: right;
    margin: 25px 0;
}
#sl-login-form h1 {
    margin-top: 60px;
}
.asl-field label{
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.asl-cols {
    display: grid;
    grid-template-columns: auto;
    margin-bottom: 15px;
    align-items: center;
}

.asl-cols span {
    direction: ltr;
    font-weight: bold;
    text-align: center;
}

.asl-cols input {
    border-radius: 8px !important;
    border: 1px solid #B4B4B4 !important;
    display: block !important;
    height: initial;
    width: 100% !important;
    padding: 10px 10px !important;
    box-sizing: border-box !important;
    background: #f4f4f4 !important;
    direction: ltr !important;
    font-size: 15px;
}

.login-form button {
    border: none;
    background: var(--bugzi-color-second);
    width: 100%;
    padding: 13px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    font-size: 15px;
    cursor: pointer;
    height: 50px;
}

.login-form button svg {
    width: 20px;
    display: none;
    height: 20px;
}

.login-form button svg path {
    fill: white;
}

.login-form button svg rect {
    fill: white;
}

.login-form.loading button svg {
    display: inline;
}
p.asl-message {
    text-align: right;
    border: 1px solid #FF6363;
    padding: 10px;
    border-radius: 8px;
    color: #FF6363;
    background: #ff636310;
    align-items: center;
    gap: 10px;
    display: none;
}
p.asl-message.active{
    display: flex;

}
.asl-codes {
    display: flex;
    gap: 5px;
    justify-content: space-around;
    margin-bottom: 10px;
    direction: ltr;
}






#asl-verify .asl-codes input {
    width: 48px;
    height: 48px;
    border-radius:8px;
    background: var(--bugzi-color-f6);
    border: 1px solid var(--bugzi-color-white);
    margin:25px 0;
    text-align:center;
    color: var(--bugzi-color-second);
    font-weight:bold;
    font-size:32px;
    direction:ltr;
    box-shadow: inset 0 0 5px #00000015
}

.asl-no-receive {
    display: flex;
    justify-content: space-between;
}

a.asl-resent {
    color: var(--bugzi-color-second);
    font-weight: 500;
    opacity: 40%;
}

span.asl-countdown {font-weight: 600;color: var(--bugzi-color-second);}

.asl-button {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin-top: 15px;
}

form#asl-verify {
    margin-bottom: 0;
    display: none;
}
.asl-button-secondery{
    border: none;
    background: var(--bugzi-color-second);
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    height: 55px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 15px;
    cursor: pointer;
    margin-top: 15px;
}
button.asl-button  {
    border: none;
    background: var(--bugzi-color-white);
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid var(--bugzi-color-second);
    color: var(--bugzi-color-second);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 15px;
    cursor: pointer;

}
#asl-verify{
    display: none;
}


a.asl-resent.active {
    opacity: 1;
    font-weight: bold;

}

a.asl-resent.active:hover {
    opacity: 60%;
    color: var(--bugzi-color-second);
    font-weight: 500;
    text-decoration: none;
}
a.asl-resent:hover {
    opacity: 40%;
    color: var(--bugzi-color-second);
    font-weight: 500;
    text-decoration: none;

}
a.asl-resent:active {
    color: var(--bugzi-color-second);
    opacity: 1;
    font-weight: bold;
    text-decoration: none;

}
a.asl-resent.active:active {
    color: var(--bugzi-color-second);
    opacity: 1;
    font-weight: bold;  
      text-decoration: none;

}

.asl-succses-message {
    text-align: right;
    border: 1px solid #00ad00;
    padding: 10px;
    border-radius: 8px;
    color: #00ad00;
    background: #d7ffd7;
    align-items: center;
    gap: 10px;
    display: none;
}
.asl-succses-message{
    display: flex;

}
.asl-model.verify form#asl-verify{
    display: block;
}
.asl-model.verify form.login-form{
    display: none;
}
.bugzi-panel-select-avatar-icon i{
    margin: 10px;
    background: #ffffffc2;
    border-radius: 15px;
    box-shadow: 0 0 5px #00000030;
    padding: 100px;
    font-size: 20px;
    cursor: pointer;
}
@media screen and (max-width: 600px) {
    button.asl-close {
        right: 5px;
    }
}
@media screen and (max-width: 600px) {
    .user-info-top-bar-item{
        display:none !important;
    }
    .order-header-detailses{
        flex-direction: column;
        text-align: right;
    }
     .order-header-meta{
        flex-direction:column;
        display: flex;
        margin-right:0px !important;
        align-items: center;
    }
    .order-tracking-post a{
        display:flex;
        margin:10px 0px;
        
    }
     .order-payment-url a{
        display:flex;
        margin:10px 0px;
        text-align:center !important;
        justify-content: center;
    }
    .order-header-detailses p{
        margin:10px 0px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
    }
     .order-header-detailses p:nth-child(even){
        display:none;
    }
    aside.menuisactive{
        width: 98vw !important;
        z-index: 1000000;
    }
    .panel-containet.menuisactive main{
        display: none;
    }
    .panel-containet{
        grid-template-columns: 45px auto;
    }
    .user-info{
        display: none;
    }
    .panel-containet .site-logo{
        display: none;
    }
    .panel-containet aside ul{
        display: none;
    }
    main{
        background:var(--bugzi-color-f6);
        width: 87vw;
    }
    .login-container{
        width: 100%;
    }
    .box.items{
        flex-wrap: wrap;

    }
    table, thead, tbody, th, td, tr {
        display: block;
        width:100%;
      }
    
    thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
      }
    tbody tr{
        border:1px solid #000 !important;
        border-radius: 10px;
        margin-top:10px;
    }
    tbody tr td:first-child ,tbody tr td:last-child{
        border-radius: 10px !important;
    }
    tbody tr td{
        width:100% !important;
        
    }
    form#edit-profile{
        display: flex;
        flex-direction:column;

    }
    .list-status-count{
        flex-direction:column;
        gap:4px !important;
    }
    .list-status-count .status-count{
        height:70px !important;
        
    }
    .ticket-filters{
        flex-direction: column;
    width: 100%;  
      margin-bottom: 20px;
    }
    .ticket-filters .form-group:first-child{
        width: 100%;
    }
    .ticket-filters .form-group{
        margin: 0;
    }
    .ticket-message-box{
        width: 60vw;
    }
    .personal-info-field{
        grid-template-columns:repeat(1,1fr);
        width: 235px;
    }
    .change-password-fields{
        grid-template-columns:repeat(1,1fr);
    }    
    button.profile-tab-link.active{
        font-size:14px;
    }
    button.profile-tab-link{
        font-size:14px;
        gap:5px;
    }
    #ticket-search{
        flex-direction:column;
        margin:10px 0;
    }
     #ticket-search button{
        width:100%;
    }
    .ticket-header{
        display:flex;
        flex-direction:column;
        gap:10px;
        align-items:start;
    }
    .ticket-header .button{
        width:100px !important;
        padding-top:7px;
    }
    .ticket-header p{
        display:flex;
        flex-direction:column;
                align-items:start;

    }
    form.bugzi-panel-address-form{
        grid-template-columns:repeat(1,1fr);
    }
    #close-ticket{
        width: 120px;
    }
    main h1{
        font-size:27px;
    }
}
.bugzi-panel-order-title {
    width: 100%;
    margin: 25px 0;
    box-shadow: 0 4px 24px #00000011;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    color: var(--bugzi-color-black);
    border-collapse: collapse;
}

 .bugzi-panel-order-title td {
    border-collapse: collapse;
    padding: 10px;
    padding-right: 16px;
    text-align: right;
    font-weight: 300;
    font-size: 15px;
}
.bugzi-panel-order-title th {
    border-collapse: collapse;
    padding: 13px;
    padding-right: 16px;
    text-align: right;
    font-weight: 500;
    font-size: 14px;
}
tr.bugzi-panel-order-total {
    background: var(--bugzi-color-shadow-15);
}
    ::-webkit-scrollbar {
            width: 5px;
            height: 5px;
            background-color: #dbe5ef;
        }
 
        ::-webkit-scrollbar-track {
            border-radius: 10px;
        }
 
        ::-webkit-scrollbar-thumb {
            background: var(--bugzi-color-second);
            border-radius: 10px;
        }
        .form-control{
            border: none !important;
            box-shadow: 0 3px 24px #00000016;
            border-radius: 10px !important;
        }
        .asl-model.verify form#asl-verify{
            display: block !important;
        }
        .asl-model.verify form.login-form{
            display: none !important;
        } 

        .message-div {
            background: linear-gradient(270deg, var(--bugzi-color-second)  0%, var(--bugzi-color-second)  10px, rgba(255,255,255,0) 10px);
            margin-top: 15px;
            box-shadow: 0 4px 24px #00000010;
            padding: 15px 30px 15px 15px;
            color: var(--bugzi-color-black);
            border-radius: 15px;
        }
        .message-icon {
            display: flex;
            flex-direction: column;
            gap: 18px;
        }
        
        
        
        a.title {
            margin-top: 10px;
            font-size: 19px;
            font-weight: 600;
        }
        
        p.content {font-size: 15px;margin-left: 15px;font-weight: 300;display: flex;align-items: baseline;gap: 5px;flex-direction: row;}
        
        .download-div a {
            font-weight: 300;
            font-size: 14px;
            margin-top: 5px;
            display: flex;
            align-items: flex-start;
            gap: 6px;
        }

        .dashborad-banner img {
            width: 100%;
            border-radius: 15px;
            box-shadow: 1px 4px 24px var(--bugzi-color-shadow-09);
        }
        
        .dashborad-banner {
            margin-top: 30px;
        }
        img.ticket-img {
            width: 100%;
            height:100%;
            border-radius: 5px;
        }
        .ticket-message-left .ticket-author {
            direction: ltr;
        }
        .list-status-count {
            display: flex;
            justify-content: space-around;
            gap: 20px;
            margin: 20px 0;
        }
        
        .status-count {
            background: white;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            height: 80px;
            border-radius: 10px;
            box-shadow: 0 0 5px var(--bugzi-color-shadow-15);
            flex-direction: column;
            padding: 15px;
        }
        
        .status-count a:first-child {
            color: white;
            font-weight: 100;
            font-size: 16px;
            margin: 5px 5px 0 0;
        }
        
        .status-count a:last-child {
            color: white;
            /* background: gray; */
            padding: 5px;
            border-radius: 6px;
            font-size: 13px;
            font-weight: 200;
        }
        
        .status-count.status-count-yellow {
            background: var(--bugzi-color-yellow);
        }
        
        .status-count.status-count-yellow a {
            color: black;
        }
        .status-count.status-count-green {
            background: var(--bugzi-color-green);
        }
        
        .status-count.status-count-blue {
            background: var(--bugzi-color-purple);
        }
        
        .status-count.status-count-red {
            background: var(--bugzi-color-red);
        }
        
        .status-count.status-count-gray {
            background: #474747;
        }

        
.ticket-message-left .ticket-message-box {
    color: black;
}

.ticket-message-left .ticket-message-box .ticket-post-author {
    color: black;
}

.ticket-message.ticket-message-left .ticket-files i {
    color: black !important;
}
.ticket-message.ticket-message-left .ticket-files a {
    color: black;
}
    .download-div{
        display: flex;
        flex-direction: column;
        gap:10px;
    }
    .ticket-messages {
        background: var(--bugzi-color-white);
        padding: 15px;
        margin-top: 19px;
        border-radius: 15px;
        box-shadow: 0 0 15px #00000035;
    }
    .asl-model{
        display: none;
    }
    .login-right.smslogin .asl-model{
        display: block;
    }
    .login-right.smslogin #login-with-asl-btn{
        content: 'ورود با رمز عبور';
    }
    .login-right.smslogin form#login-form{
        display: none;
    }
    
    .asl-model.verify form#asl-verify{
        display: block;
    }
    .asl-model.verify form#sl-login-form{
        display: none;
    }
    .code-copy-box-license{
            display: inline-block;
            font-family: Consolas, monospace;
            background:#ddd;
            font-weight: 400;
            border-radius:3px;
            text-align: center;
            position: relative;
            line-height: 20px;
            padding: 3px 10px 2px;
            cursor: pointer;
            color:#000;
    }
    a.btn.btn-download {
        border: 1px solid;
        color: var(--bugzi-color-second);
        padding: 6px 20px;
        border-radius: 5px;
        font-weight: 100;
        background: white;
    }
    
    a.btn.btn-download:hover {
        background: var(--bugzi-color-second);
        transition: 0.5s;
        color: white;
        font-weight: 100;
    }
    span.check {
        height: 13px;
        width: 6px;
        transform: rotate(46deg);
        border-right: 1px solid;
        border-bottom: 1px solid;
        color: #00cb00;
        margin-left: 8px;
    }
    span.remove-upload {
           color: red;
       font-size: 22px;
   }
   .top-bar-item a {
    display: flex;
}

.top-bar-item {
    display: flex;
}

.user-top-bar-item {display: flex;flex-direction: row-reverse;align-items: center;gap: 10px;}

.user-top-bar-item a {
    display: flex;
}
.user-info-top-bar-item a:first-child() {
    font-weight:200 !important;
}

.user-info-top-bar-item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}
.panel-containet aside > ul > li:last-child{
    margin-top: 10px !important;
}
.panel-containet aside > ul > li:last-child a:hover{
    background:#FF000020;
    color:#CF0100;
}
.panel-containet aside > ul > li:last-child a:hover{
    background:#FF000020;
    color:#CF0100;
    stroke:#CF0100 !important;
}
.panel-containet aside > ul > li:last-child a:hover svg{
    stroke:#CF0100 !important;
}
.panel-captcha-label {
    display: flex;
    gap: 10px;
    align-items: center;
}

.panel-captcha-label img {
    width: 115px;
    height: 45px;
    border-radius: 10px;
}
.panel-notif-banner {
    margin: -15px -37px 10px -15px;
    border-radius: 0 0 0 15px;
    text-align: center;
    padding: 14px;
    font-size: 14px;
}
.order-header-detailses {
    display: flex;
    gap: 0px;
    margin-top: 26px;
    align-items: center;
    font-size: 14.5px;
    justify-content: space-around;
    color: var(--bugzi-color-black);
}

p.order-header-details a {
    font-weight: 350;
}

p.order-header-details {
    font-weight: 500;
    color: var(--bugzi-color-black);
}

.order-header-meta {
    display: flex;
    justify-content: flex-start;
    gap: 52px;
    font-size: 14.5px;
    margin-right: 20px;
    color: var(--bugzi-color-black);
}

p.order-tracking-post a {
    background: var(--bugzi-color-purple);
    padding: 6px 12px;
    color: #fff;
    font-weight: 300;
    border-radius: 12px;
    margin-right: 6px;
}

p.order-payment-url a {
    background: var(--bugzi-color-green);
    color: white;
    padding: 6px 12px;
    border-radius: 10px;
    font-weight: 300;
}

p.order-tracking-post {font-weight: 500;}

p.order-payment-url {
    font-weight: 500;
}

.order-header {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
}
.bugzi-panel-order-title td:first-child {
    width: 55px;
}

td.order-product-item-td a {
    font-weight: 300;
}

tr.order-product-item td {border-top: 1px solid #f0f0f0;}



.bugzi-panel-order-title th:first-child {
    width: 92px;
}

td.order-product-item-td img {
    height: 40px;
    width: 40px;
}
.item-box p .woocommerce-Price-amount {
    font-size: 17px;
    font-weight:300;
}
