@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: normal;
	src: url('DanaVF.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('DanaVF.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
 
 body {
            display: grid;
            grid-template-columns: 240px auto;
            direction: rtl;
            margin: 0px;
            height: 100vh;
            font-family: dana;
            -moz-font-feature-settings: "ss02";
            -webkit-font-feature-settings: "ss02";
            font-feature-settings: "ss02";
        }
        .sidebar {
            width: 25%;
            padding: 20px;
            background-color: #ffffff;
            height: 100%;
            box-shadow: 1px 5px  24px #00000016;
            border-radius: 30px 0 0 30px;
            /* overflow-y: scroll; */
            direction: rtl;
            min-height: max-content;
        }
         body {
            /* font-family: sans-serif; */
            /* margin: 0; */
            /* display: flex; */
            /* height: 100vh; */
        }
        .sidebar {
            width: 200px;
            /* background-color: #f0f0f0; */
            padding: 20px;
            padding-top: 22px;
        }
        .content {
            flex: 1;
            padding: 20px;
        }
        .box {
            border: 1px solid #ccc;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 2px 4px 24px #00000015;
            margin: 0;
            padding: 20px;
            list-style: none;
            border-radius: 14px;
            color: #707070;
            display: flex;
            flex-direction: column;
            gap: 9px;
            margin-bottom: 20px;
        }
        .box-title { /* کلاس برای عنوان باکس */
            font-weight: bold;
            margin-bottom: 10px;
        }
        .box-item { /* کلاس برای آیتم‌های داخل باکس */
            margin: 0;
        }
        .buttons {
            margin-bottom: 20px; /* اضافه کردن فاصله پایین دکمه‌ها */
            display: grid;
            grid-template-columns: repeat(4,4fr);
            gap: 15px;
            margin-left: 6px;
        }
        .buttons button {
            margin: 5px;
            padding: 28px 25px;
            border: none;
            background: #001084;
            color: white;
            font-family: Dana;
            border-radius: 12px;
            width: 100%;
            font-size: 15px;
            font-weight: 300;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: row-reverse;
            gap: 9px;
            box-shadow: 0 3px 24px #00000015;
            cursor: pointer;
        }
        table {
            width: 100%;
            border-collapse: collapse;
        }
        th, td {
            padding: 12px;
            font-size: 14px;
            text-align: center;
        }

::-webkit-scrollbar {
-webkit-appearance: none;
}
::-webkit-scrollbar {
width: 6px;

}

::-webkit-scrollbar-track {
background: #ffffff;
}
  
::-webkit-scrollbar-thumb {
background: #c8c8c8;
height:100px;
border-radius:5px;
}
  
::-webkit-scrollbar-thumb:hover {
background: #aeaeae;
}

ul.menu {
    list-style: none;
}

ul.menu li {
    padding: 13px 15px;
    margin: 7px 0;
    margin-right: 0;
    border-radius: 8px;
    display: flex;
    flex-direction: row-reverse;
    direction: ltr;
    justify-content: flex-start;
    align-items: center;
}

ul.menu {
    padding: 0;
    margin-top: 17px;
}

ul.menu li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #707070;
}

li.open a {
    color: #34a9cf !important;
}

li.open {
    background: #34a9cf14;
}

.user-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
}

.user-info span.role {
    font-size: 12px;
    color: #707070;
    font-weight: 300;
}

.user-info div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.user-info div a span.green-circle {
    background: green;
    height: 8px;
    width: 8px;
    display: block;
    border-radius:100%;
}

.user-info div a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.user-info div svg {
    cursor: pointer;
}

h3.box-title {
    color: #00529A;
    margin-top: 0px;
}

h4.box-item {
    color: #00529A;
}

h5.box-item {
    font-weight: 500;
}

h5.box-item.box-item-yellow {
    color: #EFC700;
}

h5.box-item.box-item-red {
    color: #CE0000;
}

h5.box-item.box-item-blue {
    color: #00ABCE;
}

h5.box-item.box-item-green {
    color: #00C14D;
}

.buttons button:nth-child(even) {
    background: white;
    color: #373b3f;
}

th {
    background: #00529a;
    color: white;
    font-weight: 300;
}

th:first-child {
    border-radius: 0 10px 0 0;
}

th:last-child {
    border-radius: 10px 0 0 0;
}

td {
    padding: 15px;
    border-bottom: 1px solid #cfcfcf;
}
.input {
    height: 30px;
    width: 66%;
    border: 0.5px solid #cccccc;
    border-radius: 9px;
    box-shadow: 0 3px 24px #00000018;
    margin-top: 8px;
    padding: 2px 10px;
    font-family: Dana;
}

p.input-group {
    display: flex;
    width: 360px;
    justify-content: space-between;
    align-items: center;
}

p.input-group label {
    font-size: 15px;
    font-weight: 400;
}

button.input-db {
    width: 34px;
    cursor: pointer;
    height: 34px;
    /* margin-top: 8px; */
    border: 0.4px solid #cccccc;
    background: none;
    border-radius: 6px;
    box-shadow: 0px 3px 24px #00000020;
}

input.input-db {
    width: 54.5%;
    margin-right: 19px;
}
select.input {
    height: 37px;
    width: 72%;
}

.products-list table {
    margin: 30px 8px;
    width: 80%;
    /* border: 1px solid #cccccc; */
    /* border-top: none; */
}

td:first-child {
    border-right: 1px solid #cfcfcf;
}

td:last-child {
    border-left: 1px solid #cfcfcf;
}

button.primery-btn {
    background: #00529a;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px 24px;
    border-radius: 13px;
    font-size: 14px;
    box-shadow: 0 3px 24px #00108450;
    margin: 10px 3px 0 10px;
}

* {
    font-family: Dana;
}

button.secondary-btn {
    background: #ffffff;
    color: #00529a;
    border: none;
    cursor: pointer;
    padding: 10px 24px;
    border-radius: 13px;
    font-size: 14px;
    box-shadow: 0 3px 24px #00108430;
    margin: 10px 3px 0 4px;
}


.form-btns {
    margin-top: 30px;
}
form.form {
    padding: 20px 22px;
}
span.select2.select2-container.select2-container--default {
    margin-right: 20px;
}
h1.box-title {}

h1.box-title {
    font-size: 25px;
    color: #00529A;
    margin: 25px 10px;
}

.table-img img {
    border-radius: 6px;
    width: 40px;
    height: 40px;
}

table.table td {
    padding: 12px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

table.table td div.table-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-text {
    font-size: 14px;
}

a.action.action-delete {font-size: 0px;padding: 10px;}

a.action svg {
    height: 23px;
    width: 17px;
}

span.status {
    background: #e9e9e9;
    padding: 4px 9px;
    border-radius: 9px;
}

span.status.status-sucsess {
    background: #00cf3857;
    color: #007029;
}
a.btn-primery.btn {
    display: block;
    background: #00529a;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    width: max-content;
    border-radius: 14px;
    font-size: 13px;
    box-shadow: 0 3px 24px #00108435;
}
.content-header {
    display: flex;
    align-items: center;
    gap: 18px;
}
textarea.input {
    height: 70px;
}

p.input-group.input-textarea {
    align-items: flex-start;
}

p.input-group.input-textarea label {
    margin: 10px 0;
}

form.form.new-product {
    display: grid;
    grid-template-columns: auto auto;
}
.input-group.catigory {box-shadow: 0 3px 24px #00000020;padding: 16px;border-radius: 16px;margin: 26px;}

h5.catigory {
    margin: 0 0 11px 0;
    font-weight: 600;
    font-size: 14px;
}

.input-group.catigory label {
    font-size: 14px;
}

h5.image-product {
    margin: 0 0 16px 0;
}
img.image-product {
    margin: auto;
    height: 200px;
    border: 1px solid #cccccc;
    border-radius: 23px;
    display: block;
    margin-top: 34px;
}

.order-header-detailses {
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
}

.order-header-post {
    display: flex;
    justify-content: space-evenly;
}

table.table {
    /* margin: 2px; */
    /* width: 92%; */
}

table.bugzi-panel-order-title {
    width: 92%;
    margin: 40px;
}

table.bugzi-panel-order-title td {border: 1px solid #cccccc;}

p.order-post {
    font-size: 15px;
}
.box-header {
    display: flex;
    gap: 15px;
    margin: 14px;
    align-items: center;
}
li.open svg path {
    stroke: #258f9a;
}
a.view-order {
    text-decoration: none;
    color: black;
}
span.status.status-yellow {
    background: #f5d9004d;
    color: #e3aa00;
}

span.status.status-blue {
    color: #0098e3;
    background: #0098e32b;
}
span.status.status-blue-dark {
    color: #0000ff;
    background: #0000ff1c;
}
span.status.status-red {
    color: red;
    background: #ff00001a;
}
span.status.status-green {
    color: green;
    background: #00800024;
}
span.woocommerce-Price-amount.amount:nth-child(2) {
    display: none;
}