@charset "utf-8";
@font-face {
    font-family: 'UKIJ Tor';
    src: url('../UKIJTor.eot');
    src: url('../UKIJTor.eot?#iefix') format('embedded-opentype'),
    url('../UKIJTor.woff') format('woff'),
    url('../UKIJTor.ttf') format('truetype'),
    url('../UKIJTor.svg#UKIJTor') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
    font-family:  "UKIJ Tor", serif;
}

body {
    margin: 0;
    padding: 0;
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.container {
    width: 100%;
    height: 100%;
    margin: auto;
}

.container .top_controller {
    padding-top: 10px;
    margin-right: 10px;
    height: 60px;
    width: 99%;
    float: right;
    direction: rtl;
    position: fixed;
    /*background-image: linear-gradient(to top, rgba(255, 239, 241, 0),rgba(255, 239, 241, 0.8), #eff1f4);*/
    background: rgba(241, 245, 241, 0.94);
    border-bottom-right-radius: 15px;
}


.container .top_controller .search {
    margin-right: 20px;
    margin-left: 20px;
    width: 450px;
    height: 50px;
    border-radius: 10px;
    background-color: #fff;
    color: #fff;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
    /*box-shadow: 0 10px 30px #0000001a;*/
    float: right;
    /*border: #c7cacc solid 1px;*/
}

.container .top_controller .search img:hover {
    border-radius: 10px;
    background: #d7d7d7;
}

.not_font_data {
    text-align: center;
    margin-top: 50px;
    height: 60px;
}

.not_font_data p {
    background-color: white;
    color: #0066ff;
    line-height: 60px;
    border-radius: 15px;
    width: 200px;
    font-size: 18px;
    margin: auto;
}

.container .top_controller .search img {
    float: right;
    height: 25px;
    width: 25px;
    padding: 12px;
}

.container .top_controller .search input {
    background: none;
    outline: none;
    border: none;
    font-size: 16px;
    width: 400px;
    height: 50px;
    border-radius: 15px 0 0 15px;
    text-align: right;
    padding-right: 10px;
}

.container .top_controller a img {
    height: 20px;
    width: 20px;
    margin: auto;
}

.container .top_controller .update:hover {
    background-image: linear-gradient(to left, #00852a, #008534);
    box-shadow: none;
}

.container .top_controller .add:hover {
    background-image: linear-gradient(to left, #00852a, #008534);
    box-shadow: none;
}

.container .top_controller .update {
    width: 46px;
    height: 46px;
    display: flex;
    border-radius: 10px;
    background-image: linear-gradient(to left, #00be3d, #00b947);
    color: #fff;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px #0000001a;
    float: right;
    margin-right: 10px;
    /*border: #c7cacc solid 1px;*/
}

.container .top_controller .top_bts {
    padding: 0 12px;
    height: 40px;
    display: flex;
    border-radius: 10px;
    font-size: 14px;
    color: #000;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
    float: right;
    margin-right: 10px;
    background-color: #fff;
    margin-top: 5px;
    text-decoration: none;
}

.container .top_controller .top_bts:hover {
    background-color: #00be3d;
    color: #fff;
}

.container .top_controller .exit_bt {
    width: 46px;
    height: 46px;
    display: flex;
    border-radius: 10px;
    background-image: linear-gradient(to left, #00be3d, #00b947);
    color: #fff;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px #0000001a;
    float: left;
    margin-right: 10px;
    margin-left: 30px;
    /*border: #c7cacc solid 1px;*/
}

.container .top_controller .exit_bt:hover {
    background-image: linear-gradient(to left, #00852a, #008534);
    box-shadow: none;
}

.container .top_controller .add {
    width: 46px;
    height: 46px;
    display: flex;
    border-radius: 10px;
    background-image: linear-gradient(to left, #00be3d, #00b947);
    color: #fff;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px #0000001a;
    float: right;
    margin-right: 20px;
    /*border: #c7cacc solid 1px;*/
}

.container .list .slider {
    /*width: 600px;*/
    height: 40px;
    margin: 50px auto;
    text-align: center;
    /*float: bottom;*/

}

.container .list .slider ul {
    list-style: none;
    text-align: center;
    margin: auto;
    display: inline-block;
    position: relative;
}

.container .list .slider ul li {
    float: left;
    width: 50px;
    height: 50px;
    background: white;
    line-height: 50px;
    margin-right: 15px;
    border-radius: 15px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.01);
}

.container .list .slider ul li a {
    text-decoration: none;
    color: #3E3E3E;
    display: block;
    text-align: center;
    border-radius: 15px;
}

.container .list .slider ul li a:hover {
    color: white;
}

.container .list .slider ul li:hover {
    /*border: #00be3d solid 2px;*/
    /*border-radius: 17px;*/
    /*width: 47px;*/
    /*height: 47px;*/
    box-shadow: none;
    background: #5fda83;

    /*background-image: linear-gradient(to left, #a8e7b3, #9fccaf);*/
}

.container .list {
    list-style: none;
    overflow-y: scroll;
    height: 100%;
    float: bottom;
    scroll-snap-type: inline;
}


::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /*background-color: #e79393;*/
}

::-webkit-scrollbar :hover {
    width: 15px;
    height: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);*/
    width: 5px;
    background-image: linear-gradient(to left, #00be3d, #00b947);
    /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(68, 229, 175)), color-stop(0.72, rgb(255, 0, 0)), color-stop(0.86, rgb(253, 187, 45)));*/
    transition: 0.3s ease-in-out;
}

::-webkit-scrollbar-track {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
    /*background-color: #ffffff;*/
}


.container .list .list_item {
    height: 100px;
    border-radius: 10px;
    background: white;
    margin: 10px 15px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.01);
    direction: rtl;
    text-decoration: none;
    /*box-shadow: 0 14px 120px rgba(0, 0, 0, 0.12);*/
}


/*.container .list .list_item */
.category {
    padding: 0 15px;
    line-height: 35px;
    background-image: linear-gradient(90deg, #006eff, #13adff);
    margin: 10px;
    color: white;
    float: left;
    font-size: 15px;
    text-align: center;
    border-radius: 10px;
}

/*.container .list .list_item */
.editor {
    padding: 0 15px;
    line-height: 35px;
    background-image: linear-gradient(to left, #ac66f7, #512bfa);
    margin: 10px;
    color: white;
    float: left;
    font-size: 15px;
    text-align: center;
    border-radius: 10px;
}

/*.container .list .list_item*/
.delete {
    padding: 0 15px;
    line-height: 35px;
    background-image: -webkit-linear-gradient(left, #ff5000, #ff9300);
    margin: 10px;
    color: white;
    float: left;
    font-size: 15px;
    text-align: center;
    border-radius: 10px;
}

.delete:hover {
    background-image: -webkit-linear-gradient(right, #ff5000, #ff9300);
    box-shadow: 4px 4px 34px rgba(185, 185, 185, 0.34);
}

.editor:hover {
    background-image: linear-gradient(to top, #ac66f7, #512bfa);
    box-shadow: 4px 4px 34px rgba(185, 185, 185, 0.34);
}

.category:hover {
    background-image: linear-gradient(0deg, #006eff, #13adff);
    box-shadow: 4px 4px 34px rgba(185, 185, 185, 0.34);
}

.container .list .list_item img {
    height: 80px;
    width: 120px;
    margin: 10px;
    border-radius: 10px;
    float: right;
    background-repeat: no-repeat;
    background-blend-mode: screen;
    background-attachment: scroll;
    background-position: center;
    text-decoration: none;
    direction: rtl;
    list-style: none;
}

.container .list .list_item .title {
    direction: rtl;
    padding-right: 15px;;
    float: right;
    width: 50%;
    text-align: right;
    line-height: 50px;
}

.container .list .list_item .id {
    direction: rtl;
    padding-right: 15px;;
    width: 5%;
    text-align: center;
    line-height: 90px;
    margin-left: 20px;
    font-size: 20px;
}


.container .grid {
    list-style: none;
    overflow-y: scroll;
    height: 100%;
    float: bottom;
    text-align: center;
    scroll-snap-type: inline;
}

.container .grid .grid_item {
    width: 300px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    transition-property: box-shadow, transform;
    /*position: relative;*/
    overflow: hidden;
    border-radius: 10px;
    background: white;
    margin: 10px 15px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.01);
    direction: rtl;
    text-decoration: none;
    padding-bottom: 0px;
    /*box-shadow: 0 14px 120px rgba(0, 0, 0, 0.12);*/
}


.container .grid .grid_item .content {
    color: #646464;
    display: inline-block;
    overflow: hidden;
    font-size: 15px;
    text-align: right;
}

.container .grid .grid_item .con {
    color: #8f8f8f;
    display: inline-block;
    overflow: hidden;
    font-size: 15px;
    float: right;
    margin-right: 10px;
}

.container .grid .grid_item .item_title {
    height: 100px;
    width: 300px;
}

.container .grid .grid_item .item_title img {
    width: 100px;
    float: right;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-blend-mode: screen;
    background-attachment: scroll;
    background-position: center;
    text-decoration: none;
    direction: rtl;
    list-style: none;
    margin: 10px;
    height: 80px;
}

.container .grid .grid_item .item_title .title {
    text-align: right;
    line-height: 100px;
    height: 100px;
    width: 170px;
    padding-right: 10px;
    float: left;
}

.order_price_tv {
    padding: 0 15px;
    line-height: 30px;
    /*background-image: linear-gradient(to left, #e5e5e5, #e0e0e0);*/
    margin: 10px;
    color: black;
    float: left;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
}

.container .grid .grid_item .delete {
    /*text-align: center;*/
    /*line-height: 100px;*/
    /*padding: 5px;*/
    padding: 0 15px;
    line-height: 30px;
    background-image: -webkit-linear-gradient(left, #ff5000, #ff9300);
    margin: 10px;
    color: white;
    float: left;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
}

.container .grid .grid_item #cont {
    direction: ltr;
    alignment: left;
    text-align: left;
    margin-left: 10px;
}

/* تەھررلەش يوللاش بەتلىرى */
.choice_category_edit_bt {
    background: white;
    border-radius: 15px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: 70px;
    margin-top: 30px;
    list-style: none;
    scroll-snap-type: inline;
    text-align: center;
}

.choice_category_edit_bt img {
    height: 70px;
    width: 100px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-blend-mode: screen;
    background-attachment: scroll;
    background-position: center;
    text-decoration: none;
    direction: rtl;
    list-style: none;
    float: right;
}

.choice_category_edit_bt #category_name {
    color: black;
    float: right;
    width: 240px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.choice_category_edit_bt a {
    color: #2479ff;
    float: right;
    width: 80px;
    text-align: center;
    line-height: 40px;
    margin-top: 15px;
}

.choice_category_edit_bt #hr {
    width: 1px;
    height: 60px;
    margin-top: 5px;
    border-radius: 10px;
    background: #e0e0e0;
    margin-left: 10px;
    float: right;
}

.editor_container #price {
    color: #ff6a00;
}

.text_editor {
    margin: auto;
    direction: rtl;
    border: none;
    background: #fff;
    width: 350px;
    height: 50px;
    border-radius: 15px;
    margin-top: 20px;
    padding-right: 15px;
    font-size: 16px;
}

.editor_container {
    height: 100%;
    width: 100%;

}

.editor_container .title {
    padding-top: 10px;
    height: 70px;
    width: 100%;
    text-align: center;
    position: fixed;
    /*background-image: linear-gradient(to top, rgba(255, 239, 241, 0),rgba(255, 239, 241, 0.8), #eff1f4);*/
    background: rgba(255, 255, 255, 0.97);
    line-height: 50px;
    font-size: 18px;
}

.editor_container ul {
    padding-top: 130px;
    height: 100%;
    text-align: center;
}

.editor_container .add_img img {
    width: 190px;
    height: 160px;
    border-radius: 10px;
    margin-top: 5px;
}

.editor_container .add_img {
    margin: auto;
    background: #ffffff;
    height: 200px;
    width: 200px;
    text-align: center;
    border-radius: 10px;
}

.button {
    border: none;
    width: 120px;
    height: 45px;
    border-radius: 10px;
    background-image: linear-gradient(to left, #00be3d, #00b947);
    color: #fff;
    box-shadow: 0 10px 30px #0000001a;
    margin: 15px;
    /*border: #c7cacc solid 1px;*/
}


.button:hover {
    background-image: linear-gradient(to left, #00852a, #008534);
    box-shadow: none;
}

.ok {
    border: none;
    width: 120px;
    height: 45px;
    border-radius: 10px;
    background-image: linear-gradient(to left, #07c160, #0ba957);
    color: #fff;
    box-shadow: 0 10px 30px #0000001a;
    margin: 15px;
    /*border: #c7cacc solid 1px;*/
}

/*----------------------------------------------------------------*/
.table_bg {
    background: #ffffff;
    margin: 30px;
    border-radius: 10px;
    /*box-shadow: 0 10px 30px #0000001a;*/
    /*border: 1px solid #dcdcdc;*/
}

/*.list{*/
/*    background: #FFFFFF;*/
/*}*/
table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
    /*padding: 10px;*/
    text-align: center;
}

table td, table th {
    /*border: 1px solid #0078ff;*/
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    color: #666;
    height: 100px;
}

table thead th {
    background-color: #fdfdfd;
    width: 100px;
    height: 70px;
    font-size: 18px;
    color: black;
}

td .id {
    font-size: 20px;
    color: black;
}

td .title {
    color: black;
    font-size: 20px;
}

td img {
    height: 80px;
    width: 120px;
    margin: 10px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-blend-mode: screen;
    background-attachment: scroll;
    background-position: center;
    text-decoration: none;
    direction: rtl;
    list-style: none;
}

h2 {
    color: #5e5e5e;
    font-size: 20px;
    line-height: 80px;
}

.price_tv {
    color: #ff4d19;
    font-size: 20px;
}

/*table tr:nth-child(odd) {*/
/*    background: #fff;*/
/*}*/
/*table tr:nth-child(even) {*/
/*    !*background: #f9fefa;*!*/
/*}*/
.category_s {

}