.login-card {
    display: block;
    margin: auto;
    width: 25%;
    border: 1px solid #cecece;
    margin-top: 30px;
    border-radius: 9px;
    padding: 15px;
    direction: rtl;
}
.login img {
    margin: auto;
    display: block;
    margin-top: 80px;
    width: 120px;
}
.login-card h2 {
    text-align: center;
    font-family: estedad-bold;
    font-size: 18px;
}
.login-card form span {
    color: #5e5e5e;
    font-family: iranyekan-regular;
    font-size: 12px;
    display: block;
}
.login-card form input {
    height: 38px;
    border: 1px solid #cecece;
    display: block;
    width: 100%;
    border-radius: 4px;
    margin-top: 11px;
    margin-bottom: 23px;
    text-align: center;
}
.login-card form input:focus {
    outline: none;
    border: 1px solid #5c96e6;
}
.login-card form button {
    font-family: iranyekan-bold;
    font-size: 12px;
    width: 100%;
    padding: 9px;
    background-color: #5c96e6;
    color: white;
    text-align: center;
    display: block;
    margin-top: 25px;
    border: none;
    border-radius: 4px;
}
.login-card form button:hover {
    cursor: pointer;
}
.login-card .divider {
    margin-top: 25px;
    height: 3px;
    border-bottom: 1px solid #cecece;
    width: 100%;
}
.login-card a {
    margin-top: 25px;
    text-align: center;
}
.login-card a i {
    font-size: 24px;
    color: #5e5e5e;
}
.login-card a:hover i {
    color: #5c96e6;
}
@media(max-width:768px) {
    .login-card {
        width: 90%;
    }
}
.password a {
    font-size: 12px;
    font-family: iranyekan-light;
}
.dashboard {
    margin: 0;
    padding: 0;
    direction: rtl;
}
.dashboard .row {
    height: 100%;
    align-items: unset;
}
.dashboard .menu {
    width: 18%;
    border-left: 1px solid #cecece;
    height: 100%;
    position: fixed;
}
.dashboard .menu .brand {
    height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cecece;
}
.dashboard .menu .brand a {
    font-family: logo-font;
    font-size: 29px;
    text-align: center;
    margin: auto;
}
.dashboard .second {
    width: 82%;
}
.dashboard .menu .profile {
    position: absolute;
    bottom: 15px;
    right: 20px;
    align-items: center;
    display: flex;
}
.dashboard .menu .profile img {
    width: 40px;
}
.dashboard .menu .profile span {
    font-family: iranyekan-regular,lato-regular;
    font-size: 12px;
    display: block;
    width: fit-content;
    margin-right: 15px;
}
.dashboard .second .top-bar {
    height: 80px;
    border-bottom: 1px solid #cecece;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    direction: ltr;
}
.dashboard .menu .profile:hover {
    cursor: pointer;
}
.dashboard .second .top-bar .btn {
    color: #303030;
    border: none;
    padding: 7px;
    margin-left: 10px;
    border-radius: 6px;
    text-decoration: none;
}
.dashboard .second .top-bar .btn i {
    font-size: 19px;
}
.dashboard .second .top-bar .container {
    padding-left: 15px;
}
@media(max-width:768px) {
    .dashboard .menu {
        display: none;
    }
    .dashboard .second {
        width: 98%;
    }
}
.dashboard .second .top-bar button {
    border: none;
    padding: 7px;
    margin-left: 10px;
    border-radius: 6px;
    background-color: transparent;
}
.dashboard .second .top-bar button i {
    font-size: 19px;
    color: #303030;
}
.dashboard .fade {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 101;
    width: 100%;
    cursor: pointer;
}
.mobile-btn {
    position: absolute;
    top: 31px;
    right: 25px;
    display: none;
}
.mobile-btn .line {
    height: 3px;
    background-color: #5e5e5e;
    width: 25px;
    border-radius: 2px;
}
.mobile-btn .line-b {
    margin-top: 5px;
}
.mobile-btn .line-c {
    margin-top: 5px;
}
@media(max-width:768px) {
    .mobile-btn {
        display: block;
    }
    .dashboard .menu {
        position: absolute;
        width: 65%;
        right: -480px;
        display: none;
        z-index: 110;
        height: 100%;
        background-color: white;
    }
}
.dashboard .menu section.accordion {
    width: 95%;
    margin: auto;
    margin-top: 25px;
}
.dashboard .menu section.accordion .tab__content a {
    display: block;
    text-decoration: none;
    color: #303030;
    font-family: iranyekan-regular;
    margin-top: 10px;
    font-size: 12px;
}
.dashboard .menu section.accordion .tab__content li {
    list-style: none;
}
.be-seller {
    padding: 15px;
}
.be-seller h4 {
    font-size: 16px;
    font-family: estedad-bold;
}
.be-seller span {
    font-family: iranyekan-regular; 
    font-size: 14px;
    display: block;
    margin-top: 10px;
}
.be-seller form input {
    height: 32px;
    border: 1px solid #cecece;
    border-radius: 6px;
    margin-top: 15px;
    width: 90%;
    font-family: iranyekan;
}
.be-seller p {
    font-size: 12px;
    font-family: iranyekan-light;
    margin-top: -2px;
    color: #5e5e5e;
}
.be-seller .row {
    height: unset;
}
.be-seller .section {
    width: 50%;
}
.dashboard .overlay {
    width: 18%;
}
.be-seller .note {
    padding: 10px;
    background-color: #e2eeff;
    border: 2px dashed #303030;
    border-radius: 8px;
    width: 85%;
    margin: auto;
}
.be-seller .note p {
    text-align: center;
    display: block;
}
.be-seller form input:focus {
    outline: 1px solid #5c96e6;
}
.be-seller button {
    padding: 10px 12px;
    background-color: #5c96e6;
    border-radius: 9px;
    font-family: iranyekan-bold;
    color: white;
    border: none;
    margin: auto;
    margin-top: 25px;
    display: block;
}
.be-seller .radio {
    display: flex;
    margin-top: 15px;
}
.be-seller .radio input {
    height: 19px;
    width: fit-content;
    margin-top: 0;
}
.be-seller .radio .row {
    margin-right: 25px;
    align-items: center;
}
.be-seller .radio label {
    font-family: iranyekan-light;
    font-size: 12px;
}
.be-seller form textarea {
    border: 1px solid #cecece;
    width: 95%;
    border-radius: 8px;
    margin-top: 10px;
}
.seller-pending {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.seller-pending h3 {
    display: block;
    width: 100%;
    font-family: estedad-bold;
    text-align: center;
}
.seller-pending .contain {
    width: 100%;
}
.seller-pending .contain span {
    display: block;
    color: #303030;
    font-family: iranyekan;
    font-size: 12px;
    text-align: center;
}
.be-seller .admin-message {
    width: 85%;
    background-color: #f6f6f6;
    margin: auto;
    margin-top: 25px;
    padding: 10px;
    border: 3px dashed #303030;
    border-radius: 12px;
}
.be-seller .admin-message p {
    color: #ff6262;
}
.product-list {
    padding: 10px;
}
.product-list .subject h3 {
    font-size: 16px;
    font-family: estedad-bold;
}
.product-list .subject span {
    font-family: iranyekan-light;
    font-size: 14px;
    color: #5e5e5e;
}
.product-list .tools a {
    padding: 12px;
    border: 1px solid #5c96e6;
    border-radius: 6px;
    font-family: iranyekan-bold;
    font-size: 12px;
    margin-top: 25px;
    width: fit-content;
}
.add-product {
    padding: 10px;
}
.add-product .subject h3 {
      font-size: 16px;
      font-family: estedad-bold;  
}
.add-product .row {
    height: fit-content !important;
}
.add-product form .row {
    justify-content: space-between;
}
.add-product form .section {
width: 48%;
margin-top: 15px;
}
.add-product form .section span {
    font-family: iranyekan-regular;
    font-size: 12px;
    display: block;
}
.add-product form .section input {
    width: 100%;
    height: 38px;
    border: 1px solid #cecece;
    border-radius: 6px;
    margin-top: 10px;
    font-family: iranyekan;
}
.add-product form .section select {
    width: 100%;
    height: 38px;
    border: 1px solid #cecece;
    border-radius: 6px;
    margin-top: 10px;
    font-family: iranyekan; 
}
.add-product .ck-editor {
    margin-top: 25px !important;
    direction: rtl !important;
}
.add-product form button {
    margin-top: 25px;
    font-family: iranyekan;
    font-size: 12px;
    background-color: #5c96e6;
    padding: 7px;
    border: none;
    color: white;
    border-radius: 9px;
    float: left;
}
.ticket-list {
    width: 95%;
    min-height: 200px;
    padding: 15px;
}
.ticket-list .row {
    justify-content: space-between;
    height: fit-content;
    align-items: center;
}
.ticket-list .row h3 {
    font-family: estedad-bold;
    font-size: 18px;
}
.ticket-list .row a {
    background-color: #5c96e6;
    padding: 12px;
    border: none;
    border-radius: 7px;
    font-family: iranyekan-bold;
    font-size: 12px;
    color: white;
}
.ticket-list .ticket-table {
    margin-top: 20px
}
.ticket-list .ticket-table .header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 9px;
    border-bottom: 1px solid #cecece;
}
.ticket-list .ticket-table .header span {
    font-family: iranyekan-regular;
    font-size: 12px;
    display: block;
    width: 25%;
    text-align: center;
}
.ticket-list .ticket-table .data a {
    text-decoration: none;
    color: unset;
    display: flex;
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cecece;
    align-items: center;
}
.ticket-list .ticket-table .data a span {
    width: 25%;
    display: block;
    text-align: center;
    font-family: iranyekan;
    font-size: 14px;
}
.ticket-list .ticket-table .data a p {
    display: block;
    width: 25%;
    margin: 0;
    text-align: center;
    font-family: iranyekan;
    font-size: 12px;
    color: #5c96e6;
}
.ticket-content {
    width: 96%;
    padding: 15px;
}
.ticket-content .row {
    height: fit-content;
}
.ticket-content .chat {
    min-height: 450px;
    max-height: 450px;
    overflow: scroll;
    overflow-x: hidden;
}
.ticket-content .chat .message {
    display: flex;
}
.ticket-content .chat .message.second {
    justify-content: end;
    width: 95%;
    margin-top: 15px;
}
.ticket-content .chat .message.second .msg {
    width: 55%;
    background-color: #5c96e6;
    padding: 10px;
    border-radius: 8px;
}
.ticket-content .chat .message.second .msg p {
    font-family: iranyekan;
    font-size: 14px;
    color: #fff;
}
.ticket-content .chat .message.second .msg .row {
    justify-content: space-between;
    margin-top: 15px;
    border-bottom: none;
}
.ticket-content .chat .message.second .msg .row span {
    font-family: iranyekan;
    font-size: 12px;
}
.ticket-content form {
    border-top: 1px solid #dbdbdb;
    padding-top: 10px;
}
.ticket-content form textarea {
    width: 85%;
    display: block;
    margin: auto;
    border: 1px solid #5c96e6;
    border-radius: 8px;
    padding: 5px;
    font-family: iranyekan;
    font-size: 14px;
}
.ticket-content form textarea::placeholder {
    font-family: iranyekan;
}
.ticket-content form textarea:focus {
    outline: none;
}
.ticket-content form button {
    display: block;
    width: fit-content;
    padding: 7px;
    border-radius: 7px;
    margin: auto;
    border: none;
    font-family: iranyekan;
    font-size: 12px;
    color: #fff;
    background-color: #5c96e6;
    margin-top: 25px;
}
.ticket-content .chat .message.self .msg {
    width: 55%;
    border-radius: 9px;
    padding: 10px;
    background-color: #1c4176;
}
.ticket-content .chat .message.self .msg p {
    font-size: 14px;
    color: white;
    font-family: iranyekan;
}
.ticket-content .chat .message.self {
    margin-top: 15px;
}
.ticket-content .chat .message.self .msg .row {
    justify-content: space-between;
    border-bottom: none;
}
.ticket-content .chat .message.self .msg .row span {
    font-size: 12px;
    color: #cecece;
    font-family: iranyekan;
}
.ticket-content .row span {
    font-family: iranyekan;
}
.ticket-content .row {
    padding-bottom: 10px;
    border-bottom: 1px solid #cecece;
}
.create-ticket {
    padding: 10px;
    width: 95%;
}
.create-ticket h2 {
    font-family: estedad-bold;
}
.create-ticket form {
    margin-top: 15px;
}
.create-ticket form span {
    display: block;
    width: 15%;
    font-family: iranyekan-regular;
    font-size: 12px;
    text-align: center;
}
.create-ticket form .item {
    display: flex;
    margin-top: 25px;
}
.create-ticket form input {
    height: 38px;
    font-size: 12px;
    text-align: center;
    font-family: iranyekan;
    border: 1px solid #5e5e5e;
    border-radius: 6px;
    width: 40%;
}
.create-ticket form select {
    width: 40%;
    height: 35px;
}
.create-ticket form button {
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 25px;
    font-family: iranyekan-bold;
    padding: 9px;
    color: white;
    border: none;
    border-radius: 9px;
    background-color: #5c96e6;
}
.seller-success i {
    font-size: 90px;
    color: green;
    display: block;
    margin: auto;
    text-align: center;
}
.add-product .spb.option {
    align-items: center;
}
.add-product .spb.option a {
       display: block;
    width: fit-content;
    margin-top: 25px;
    font-family: iranyekan-bold;
    padding: 9px;
    color: white;
    border: none;
    border-radius: 9px;
    background-color: #5c96e6; 
    text-decoration: none;
    font-size: 12px;
}
.add-product .spb.option button  {
    display: block;
    width: fit-content;
    margin-top: 25px;
    font-family: iranyekan-bold;
    padding: 9px;
    color: white;
    border: none;
    border-radius: 9px;
    background-color: #5c96e6; 
    text-decoration: none;
    font-size: 12px;
}
.progress {
	background-color: #d8d8d8;
	border-radius: 20px;
	position: relative;
	margin: 15px 0;
	height: 30px;
	width: 300px;
}

.progress-done {
	background: linear-gradient(to left, #425b93, #5674cd);
	box-shadow: 0 3px 3px -5px #F2709C, 0 2px 5px #F2709C;
	border-radius: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 0;
	opacity: 0;
	transition: 1s ease 0.3s;
}
.product-files {
    margin-top: 15px;
}
.product-files .row {
    width: 65%;
    margin: auto;
}
.product-files .row .section {
    margin-top: 25px;
    border: 1px solid #cecece;
    border-radius: 9px;
    padding: 7px;
}
.product-files .row .section button {
    background-color: #5c96e6;
    padding: 7px;
    font-family: iranyekan-bold;
    font-size: 12px;
    color: white;
    border-radius: 8px;
    display: block;
    margin: auto;
    width: fit-content;
    border: none;
    float: none;
}
.product-files .row .section h4 {
    font-family: estedad-bold;
    font-size: 16px;
}
.product-files .row .section input {
    border: none;
}
.add-product .levels {
    margin: auto;
    width: 80%;
    margin-top: 10px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.add-product .levels a {
    text-decoration: none;
    color: unset;
}
.add-product .levels a i {
    display: block;
    width: fit-content;
    font-size: 24px;
    padding: 12px;
    background-color: #ececec;
    border-radius: 6px;
    margin: auto;
}
.add-product .levels a span {
    display: block;
    margin-top: 15px;
    font-family: iranyekan-light;
    font-size: 12px;
}
.add-product .levels a.success i {
    background-color: #425b93;
    color: white;
}
.product-files #status {
    display: none;
}
.wallet {
    padding: 10px;
}
.wallet span {
    font-size: 12px;
    color: #5e5e5e;
    font-family: iranyekan-regular;
    text-align: center;
    display: block;
}
.wallet .balance h2 {
    text-align: center;
    font-size: 38px;
    margin-top: 15px;
    font-family: num-bold;
}
.wallet .option {
    display: flex;
    justify-content: space-around;
    margin-top: 65px;
}
.wallet .option a {
    display: flex;
    align-items: center;
    color: #ffffff;
    background-color: #425b93;
    width: 10%;
    text-decoration: none;
    padding: 12px;
    justify-content: center;
    border-radius: 10px;
}
.wallet .option a span {
    color: white;
    margin-right: 5px;
    font-family: iranyekan-light;
}
.wallet .option a i {
    font-size: 14px;
}
.wallet .history {
    margin-top: 90px;
}
.wallet .history h3 {
    font-family: estedad-bold;
}
@media(max-width:768px) {
    .dashboard .overlay {
        display: none;
    }
    .wallet .option a span {
        display: none;
    }
    .wallet .option a {
        padding: 20px;
    }
}
.password-change {
    padding: 10px;
}
.password-change .row {
    height: fit-content;
    align-items: center;
}
.password-change form .row span {
    font-size: 12px;
    font-family: iranyekan-regular;
}
.password-change form .row input {
    height: 35px;
    border: 1px solid #cecece;
    border-radius: 7px;
    margin-right: 10px;
}
.password-change form .row button {
    background-color: #5674cd;
    color: white;
    border-radius: 8px;
    font-family: iranyekan-bold;
    font-size: 12px;
    border: none;
    padding: 9px;
    display: block;
    width: fit-content;
    margin-right: 20px;
}
.password-change h2 {
    font-family: estedad-bold;
}
.password-change .change {
    margin-top: 30px;
}
.password-change .change .row {
    justify-content: space-between;
    margin-top: 60px;
}
.password-change .change .section {
    width: 49%;
}
.password-change .change .section input {
    width: 80%;
}
.password-change .change .section span {
    width: 18%;
}
.password-change .change button {
        background-color: #3c67e8;
    color: white;
    border-radius: 8px;
    font-family: iranyekan;
    font-size: 12px;
    border: none;
    padding: 7px;
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 50px;

}
.product-vault {
    width: 90%;
    padding: 12px;
}
.product-vault h3 {
    font-size: 18px;
    font-family: estedad-bold;
}
.product-vault .container {
    margin-top: 20px;
}
.product-vault .container .item {
    display: flex;
    justify-content: space-between;
    border: 1px solid #cecece;
    border-radius: 12px;
    padding: 15px;
    align-items: center;
}
.product-vault .container .item .first {
    width: 45%;
    display: flex;
    align-items: center;
}
.product-vault .container .item .first img {
    width: 60px;
}
.product-vault .container .item .first h4 {
    font-size: 16px;
    margin-right: 20px;
    font-family: iranyekan-regular;
}
.product-vault .container .item .second {
    display: flex;
    justify-content: end;
}
.product-vault .container .item .second a {
    background-color: #1c4176;
    text-decoration: none;
    padding: 9px;
    color: white;
    font-size: 12px;
    border-radius: 7px;
    font-family: iranyekan-bold;
}
@media(max-width:768px) {
    .product-vault .container .item .first {
        width: 70%;
    }
}
.product-list .header {
    margin-top: 15px;
    display: flex;
    align-items: center;
    width: 95%;
    justify-content: space-between;
    padding: 21px;
    background-color: #cecece;
    border-radius: 8px;
}
.product-list .header span {
    display: block;
    width: 20%;
    font-size: 12px;
    text-align: center;
    font-family: iranyekan-regular;
}
.product-list .container a {
    display: flex;
    width: 95%;
    text-decoration: none;
    color: #303030;
    padding: 10px;
    border-radius: 12px;
    justify-content: space-between;
    margin-top: 15px;
    font-family: num-regular;
}
.product-list .container a span {
    width: 20%;
    text-align: center;
}
.product-list .container a span.green {
    color: green;
}
.product-list .container a span.blue {
    color: #3c67e8;
}
.product-list .container a span.gray {
    color: #5e5e5e;
}
.product-list .container a span.red {
    color: #ff6262;
}
.product-list .container a span.warn {
    color: #ff6607;
}