@import url('https://fonts.googleapis.com/css?family=Cairo&display=swap');

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url(../fonts/fa-solid-900.woff);
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fa-solid-900.woff);
}



#footer {
    clear: both;
    margin-top: 20px;
}

/*end loader*/
.btn.bg-blue {
    border: 1px solid #16203f;
}

.sup-dep,
.sup-sdep {
    display: none;
}

body {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    text-align: right;
}


ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

.sec-padd {
    padding: 40px 0;
}

a,
a:hover {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.sign-btn {
    background: #000;
    color: #fff;
    padding: 0 10px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #000;
    border-radius: 0;
}

.sign-btn:hover {
    background: #fff;
    color: #000;
}

.bg-yellow {
    background: #FCCD4B;
    color: #16203F;
}

.txt-dark {
    color: #16203F !important;
}

.bg-blue {
    background: #16203F;
    color: #fff;
}

.btn.bg-blue:hover {
    color: #16203F;
    background: #fff;
}

.bg-dark {
    background: #0B1123 !important;
    color: #fff !important;
}

.side-nav-open {
    cursor: pointer;
}

.bg-dark a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.bg-dark a:hover {
    color: #FCCD4B
}


.gray-txt {
    color: #777474;
}

.form-control:focus {
    box-shadow: none;
}

/*login*/
.log-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 30px 0;
}

.log-page .log-form {
    padding: 40px 30px 15px;
    width: 650px;
    border: 1px solid #dadada;
    box-shadow: 0 0 10px #dadada;
    border-radius: 15px;
    margin: auto;
}

.log-page .log-form img {
    width: 150px;
    height: 110px;
    margin: auto;
    display: block;
}

.log-page .log-form .title {
    color: #747474;
    font-weight: bold;
    font-size: 19px;
    padding: 15px 0;
    text-align: center;
}

.log-page .log-form form {
    width: 85%;
    margin: auto;
}

.log-page .log-form form .form-group {
    position: relative;
}

.log-page .log-form form .form-group .form-control {
    background: #F3F3F3;
    border-radius: 0;
    border: 1px solid #f3f3f3;
}

.log-page .log-form form .form-group i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: #747474;
}

.log-page .log-form form button {
    display: block;
    padding: 10px 0;
    text-align: center;
    border-radius: 0;
    border: 1px solid #16203f;
    width: 100%;
    margin: 15px 0;
}

.log-page .log-form a {
    font-size: 14px;
    color: #747474;
    text-decoration: underline;
}

.log-page .checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #4d4c4c;
}

.log-page .checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.log-page .checkcontainer input:checked~.checkmark {
    background-color: #16203F;
}

.log-page .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #16203F;
    border-radius: 4px;
}

.log-page .checkcontainer .checkmark:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.log-page .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.log-page .checkcontainer input:checked~.checkmark:after {
    display: block;
}

.tab-line {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    flex-flow: nowrap;
}

.tab-line p {
    text-align: center;
    flex: 1;
    position: relative;
}

.tab-line span {
    color: #4d4c4c;
}

.tab-line .active .icon {
    background: #16203F;
    color: #fff;
}

.tab-line .active span {
    color: #16203F;
}

.tab-line .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 18px;
    margin: auto;
    background: #fff;
    color: #4d4c4c;
    border: 1px solid #16203F;
}

.tab-line .active span {
    color: #16203F;
}

.tab-line p:not(:last-of-type)::after {
    content: '';
    position: absolute;
    top: 25px;
    transform: translateY(-50%);
    background: #ffffff;
    right: 50%;
    z-index: -1;
    width: 100%;
    height: 7px;
    border: 1px solid #16203F;
}

.tab-line p.done:not(:last-of-type)::after {
    background: #16203F;
}

select::-ms-expand {
    display: none;
}

table.cust-table td{
    min-height: 75px;
    line-height: 75px;
    padding: 10px 0;
}

select {
    -webkit-appearance: none;
    appearance: none;
}

.qtySelector div {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 50px;
}

.qtySelector div i {
    cursor: pointer;
    position: relative !important;
    top: unset !important;
    transform: unset !important;
}

.qtySelector .qtyValue {
    border: none;
    padding: 5px;
    width: 100%;
    height: 100%;
}

.qtySelector {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.date-days {
    flex-flow: row wrap;
}

.date-days div {
    flex: 1;
}

.date-days div:first-of-type {
    margin-left: 10px;
}

.show-map input {
    cursor: pointer;
}

.map-div {
    display: none;
}

.log-page .main-input {
    height: 100%;
    line-height: 40px;
    padding: 0 15px 0 0;
}

.main-input .file-input {
    position: absolute;
    opacity: 0;
    width: 100%;
    right: 0;
    height: 100%;
}

.main-input i {
    position: absolute;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    z-index: 3;
    left: 5px;
    right: auto;
    font-size: 20px;
}

.file-name {
    font-size: 14px;
    color: #928d8d;
}

.main-input .uploaded-image {
    position: absolute;
    top: 50%;
    height: auto;
    left: 0;
    z-index: 9;
    transform: translate(0, -50%);
    cursor: pointer;
    transition: all .3s;
}

.main-input .uploaded-image img {
    max-height: 40px;
    min-width: 60px;
    display: block;
    border-radius: 8px;
    transition: all .3s;
    height: 100%;
    object-fit: cover;
}

.main-input .uploaded-image.active img {
    max-height: 400px;
    min-width: auto;
    max-width: calc(100vw - 20px);
    height: auto;
}

.main-input .uploaded-image.active {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    width: auto;
    height: auto;
    box-shadow: none;
}

.cus-lab {
    font-size: 17px;
    margin-bottom: 15px;
}

#thx .modal-body i,
#thx1 .modal-body i {
    color: #1ead51;
    font-size: 70px;
}

#thx .modal-body .txt,
#thx1 .modal-body .txt {
    padding: 15px 0;
}

#thx .modal-body,
#thx1 .modal-body {
    text-align: center;
}

#thx .modal-body p,
#thx1 .modal-body p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

#thx .modal-body p:last-of-type,
#thx1 .modal-body p:last-of-type {
    font-weight: normal;
}

#thx a,
#thx1 a {
    width: 300px;
    border-radius: 5px;
    border: 1px solid #16203f;
}

/* end login */
/* header */
.logo-div {
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
}

.logo-div ul li {
    position: relative;
    margin: 0 20px;
}

.logo-div ul:first-of-type i {
    font-size: 26px;
}

.side-nav-open {
    cursor: pointer;
}

.logo-div ul:first-of-type img {
    height: 95px;
    width: auto;
}

.logo-div ul {
    display: flex;
    align-items: center;
}

.logo-div ul {
    justify-content: space-around;
    margin-bottom: 0;
}

.logo-div ul.cart-drop {
    padding-right: 25px;
}

.logo-div ul.cart-drop .noti-drop a {
    font-size: 25px;
    font-weight: bold;
}

.logo-div ul.cart-drop .noti-drop a.more {
    font-size: 17px;
}

.center-header .dropdown .dropdown-menu {
    padding: 15px;
    text-align: center;
}

.center-header .dropdown .sgin-in a {
    border: 1px solid #16203F;
    transition: all 0.5s ease-in-out;
    text-align: center;
}

.center-header ul>li>div a,
.center-header ul.top-nav a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.center-header .dropdown .sgin-up a {
    color: #16203F;
}

.center-header ul>li>div a,
.center-header ul.top-nav a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.center-header ul>li>div a,
.center-header ul.top-nav a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.center-header .dropdown-toggle::after {
    display: none;
}

.noti-drop a.dropdown-toggle {
    position: relative;
    font-size: 30px;
}

.noti-drop a.dropdown-toggle sup {
    background: rgb(201, 7, 7);
    position: absolute;
    display: block;
    top: 0;
    font-size: 14px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    right: -4px;
}

.logo-div ul.cart-drop li::after {
    content: '';
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 39px;
    background: #fff;
}

.noti-drop .noti-item:not(:last-of-type) {
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.noti-drop .noti-item .icon {
    position: relative;
}

.noti-drop .noti-item .icon sup {
    background: rgb(201, 7, 7);
    position: absolute;
    display: block;
    width: 10px;
    top: 0;
    height: 10px;
    border-radius: 50%;
    right: -4px;
}

.noti-drop .noti-item .icon i {
    color: #FCCD4B;
}

.noti-drop .noti-txt {
    margin-right: 15px;
    width: 100%;
}

.noti-drop .noti-txt .name {
    display: flex;
    justify-content: space-between;
}

.noti-drop .noti-txt p {
    text-align: right;
    font-size: 14px;
    color: #a5a2a2;
    margin-bottom: 0;
}

.center-header .rating,
.rating {
    position: relative;
    color: gold;
    display: inline-block;
    font-size: 35px;
    font-family: sans-serif;
}

.center-header .rating,
.rating {
    font-size: 16px;
}

.center-header span {
    font-size: 16px;
    color: #fff;
}

.center-header .rating:before,
.rating::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    color: #cacaca;
    z-index: 0;
}

.center-header .rating[data-stars='4.5']:after,
.rating[data-stars='4.5']:after {
    width: 90%;
}

.center-header .rating:after,
.rating:after {
    display: block;
    position: relative;
    content: '★★★★★';
    color: gold;
    overflow: hidden;
    z-index: 1;
}

.prov-title,
.prov-rate {
    margin: 0 15px;
}

.prov-title p,
.prov-rate p {
    margin-bottom: 0;
}

.noti-drop .noti-txt .name span {
    color: #000;
}

.noti-drop .dropdown-menu {
    width: 300px;
}

.noti-drop .dropdown-menu a {
    color: #16203F;
    display: block;
    border-top: 1px solid #dadada;
    padding-top: 5px;
    margin-top: 10px;
}

.center-header .account-drop .sgin-in a {
    border: none;
    transition: all 0.5s ease-in-out;
    text-align: center;
    color: #16203F;
    width: 100%;
    display: block;
}

.center-header .account-drop .img-store {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-left: 15px;
}

.center-header .account-drop .dropdown-menu .sgin-in a {
    border-bottom: 1px solid #dadada;
}

.center-header .account-drop .dropdown-menu div a {
    padding: 10px;
}

.center-header .account-drop .dropdown-menu {
    padding: 0;
}

.logo-div ul.cart-drop li:first-of-type::after {
    display: none;
}

.logo-div>ul:first-of-type li:first-of-type {
    width: 150px;
    text-align: center;
}

.center-header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 10px #000;
}

.table-bordered td,
.table-bordered th {
    text-align: center;
}

/* end header */
/* side-nav */
.side-nav {
    padding: 20px 0 0;
    width: 250px;
    position: fixed;
    right: 0;
    height: 100%;
    transition: all 0.5s ease-in-out;
    overflow-y: auto;
    z-index: 9;
}

.side-nav ul li a span {
    opacity: 1;
}

.side-nav.hidden-span>ul>li>a>span {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    display: none;
}

.side-nav.hidden-span {
    width: 50px;
    overflow: unset;
    transition: all 0.5s ease-in-out;
}

.side-nav.hidden-span ul li .dd {
    position: absolute;
    right: 50px;
    padding: 5px 10px;
    width: 150px;
    background: #16203F;
}

.side-nav.hidden-span ul li .dd::after {
    right: 0;
}

.side-nav>ul>li>a {
    display: flex !important;
    align-items: center;
    padding: 13px 25px !important;
}

.side-nav.hidden-span>ul>li>a {
    padding: 13px 10px !important;
    justify-content: center;
}

.side-nav.hidden-span ul li svg {
    margin-left: 0;
}

.side-nav>ul>li>a,
.side-nav ul li .dd a {
    color: #fff;
    padding: 10px;
    display: block;
}

.cust-info {
    display: none;
}

.side-nav>ul>li>a:hover {
    color: #FCCD4B
}

.side-nav ul li a i {
    margin-right: 15px;
}

.side-nav ul li svg {
    margin-left: 10px;
}

.side-nav ul li a:hover svg path,
.side-nav ul li a.active svg path {
    fill: #FCCD4B
}

.side-nav ul li .dd {
    padding-right: 45px;
    position: relative;
}

.side-nav ul li .dd::after {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 2px;
    background: #FCCD4B;
}

.side-nav ul li .dd a {
    padding: 2px;
    font-size: 13px;
    transition: all 0.5s ease-in-out;
    width: max-content;
    width: -moz-max-content;
    border-radius: 5px;
    position: relative;
    margin-bottom: 4px;
    width: 90%;
}

.new-order {
    position: absolute;
    left: 0px;
    top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #9c0606;
}

.side-nav>ul>li>a.active {
    color: #FCCD4B;
}

.side-nav ul li .dd a:hover {
    transition: all 0.5s ease-in-out;
}

.side-nav ul li .dd a:hover,
.side-nav ul li .collapse a.active {
    background: #FCCD4B;
    color: #16203F;
}

.wrap {
    padding-top: 115px;
}

.page-content {
    margin-right: 250px;
    transition: all 0.5s ease-in-out;

}

.page-content .include {
    min-height: 100vh;
    position: relative;
}

footer {
    margin-top: 15px;
}

.m-50 {
    margin-right: 50px;
    transition: all 0.5s ease-in-out;
}

.boxs {
    padding: 20px 0;
}

.boxs .box {
    border-radius: 10px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.boxs .box::after,
.boxs .box::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 0;
}

.boxs .box::after {
    right: -10px;
    top: -10px;
}

.boxs .box::before {
    right: 20px;
    bottom: -10px;
}

.boxs .box p {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.boxs .box p:first-of-type {
    margin-bottom: 10px;
    font-weight: bold;
}

.btn-infos {
    background: transparent;
    border: none;
    color: #FCCD4B
}

.modal-infos .modal-header .close,
.modal-preview .modal-header .close {
    margin: 0;
    padding: 0;
    color: #fff;
    opacity: 1;
}

.modal-infos .modal-header {
    padding: 10px;
    background: #16203F;
    color: #fff;
}

.modal-infos .prov-title p:first-of-type,
.modal-infos .prov-rate p:first-of-type {
    font-weight: bold;
}

.modal-infos .prov-title {
    background: #f7f7f7;
}

.modal-infos .modal-body {
    padding: 0;
}

.canvas {
    background: #f7f7f7;
    padding: 10px 0;
    position: relative;
    margin-bottom: 20px;
}

.canvas form {
    position: absolute;
    top: 25px;
    right: 15px;
    width: 120px;
}

.apexcharts-legend-marker {
    margin-right: 0 !important;
    margin-left: 10px !important;
}

.apexcharts-legend-text {
    font-family: 'Cairo', sans-serif !important;
}

.canvas .form-group,
.pro-list .form-group {
    position: relative;
}

.canvas .form-group i,
.pro-list .form-group i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #16203f;
}

.pro-list .pro-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
    border: 1px solid #dadada
}

.pro-list .pro-item .pro-img {
    display: flex;
    align-items: center;
}

.pro-list .pro-item:nth-of-type(even) {
    background: #f7f7f7;
}

.pro-list .pro-item .pro-img img {
    width: 50px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #dadada;
    margin-left: 10px;
}

.pro-list .pro-item .pro-img h3 {
    font-size: 14px;
}

.pro-list .pro-item .rating {
    font-size: 22px;
}

.pro-list .bg-dark {
    padding: 10px;

}

.pro-list .bg-dark form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro-list .bg-dark form select {
    font-size: 14px;
}

.pro-list .bg-dark .form-group {
    margin-bottom: 0;
    width: 165px;
}

.pro-list .pro-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border: 1px solid #dadada;
}


.pro-list .pro-footer form .form-group {
    margin: 0;
    width: 170px;
}

.pro-list .pro-footer form .form-control {
    font-size: 14px;
    background: #f7f7f7;
}

.pro-list .pro-footer .page-link {
    background: #f7f7f7;
    color: #16203f;
}

.fixed-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #16203f;
    z-index: 999;
    display: none;
    padding-bottom: 15px;
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    flex-wrap: wrap;
}

footer .socail {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer p {
    color: #747474;
    margin-bottom: 0;
}

footer p a {
    color: #fff;
}

footer li {
    color: #FCCD4B;
    font-size: 14px;
    margin: 0 10px;
}

footer .socail a {
    text-align: center;
    font-size: 18px;
    display: block;
    width: 40px;
    height: 40px;
    background: #FCCD4B;
    color: #16203f;
    border-radius: 50%;
    line-height: 40px;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    border-right-width: 1px;
}

.dataTables_filter {
    display: flex;
    justify-content: flex-end;
}

.dataTables_filter label {
    position: relative;
}

.dataTables_filter label i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #6c7590;
}

.dataTables_filter input {
    margin-left: 0 !important;
    width: 220px !important;
    border-radius: 30px;
    background: #f3f3f3;
    padding-right: 30px;
}

#myTable thead th {
    border-color: #dbdbdb;
}

#myTable tbody tr:nth-of-type(even) {
    background: #f3f3f3;
}

.market-info {
    padding: 10px;
    background: #f3f3f3;
    border: 1px solid #dadada;
    border-radius: 10px;
    margin: 10px 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.market-nameimg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.market-nameimg img {
    border-radius: 10px;
    width: 100px;
    height: 95px;
    margin-left: 10px;
}

.market-nameimg .txt h6 {
    font-size: 17px;
    font-weight: bold;
}

.market-info .market-rate {
    padding-right: 20px;
    border-right: 1px solid #dadada;
}

.market-info .market-rate .rating {
    position: relative;
    color: gold;
    display: inline-block;
    font-size: 35px;
    font-family: sans-serif;
}

.market-info .market-rate span {
    font-size: 20px;
    color: #929292;
    font-weight: normal;
}

#myTable_wrapper .page-item.active .page-link {
    background-color: #16203f;
    border-color: #16203f;
}

.title-page {
    color: #16203f;
    font-weight: bold;
    padding: 15px 0;
    text-decoration: underline;
}

.modal-preview .modal-header .close {
    color: #16203F;
    font-size: 30px;
}

.modal-preview .modal-header {
    color: #16203F;
    padding: 10px 20px;
    border: navajowhite;
}

.bill-table {
    font-size: 14px;
}

.bill-table table {
    margin-bottom: 0;
}

.bill-total,
.bill-table {
    background: #f7f7f7;
    border: 1px solid #dadada;
    box-shadow: 0 0 10px #dadada;
    border-radius: 5px;
}

.bill-total {
    font-size: 22px;
    font-weight: bold;
    padding: 15px 15px 0;
    margin-top: 15px;
}

.action-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px;
}

.action-btn button {
    width: 125px;
    margin: 10px;
}

.bill-total p {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.modal-mandob .mandob-info {
    display: flex;
    align-items: center;
}

.modal-mandob .modal-body {
    position: relative;
}

.modal-mandob .modal-body .close {
    position: absolute;
    left: 15px;
    top: 0;
    color: #16203F;
    font-weight: bold;
    opacity: 1;
}

.modal-mandob .head-mandob {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-mandob .mandob-info p {
    font-weight: bold;
    margin-bottom: 5px;
    color: #16203F
}

.modal-mandob .mandob-info img {
    width: 70px;
    height: 70px;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin-left: 10px;
}

.mandob-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    padding-top: 15px;
}

.mandob-details p {
    text-align: center;
    flex: 50%;
    margin-bottom: 0;
    padding: 10px 0;

}

.mandob-details p:nth-of-type(odd) {
    border-left: 1px solid #dadada;
}

.mandob-details p span {
    color: #747474;
    display: block;
}

.mandob-details p span:first-of-type {
    font-weight: bold;
    font-size: 17px;
    color: #16203f
}

.cust-w {
    width: auto !important;
}

.dataTables_wrapper table {
    margin-bottom: 0 !important;
}

.dataTables_wrapper .bottom {
    background: #f3f3f3;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    border: 1px solid #dee2e6;
    flex-wrap: wrap;
}

.dataTables_wrapper .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.o-filters .dataTables_wrapper .top {
    display: unset;
}

.dataTables_length label {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
}

.items-chnum {
    font-weight: bold;
}

.dataTables_length label select {
    border: none;
}

.add-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.add-title a {
    border-radius: 30px;
    padding: 10px 20px;
}

.prod-td {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 170px;
}

.prod-td img {
    width: 70px;
    height: 70px;
    border: 1px solid #dadada;
    border-radius: 5px;
    margin-left: 10px;
}

.pro-table .dataTables_filter label i {
    left: 0;
    background: #FCCD4B;
    width: 40px;
    right: unset;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 0;
    transform: unset;
    line-height: 40px;
    color: #16203F;
}

.pro-table .dataTables_filter label {
    width: 70%;
}

.pro-table .dataTables_filter input {
    height: 40px;
    width: 100% !important;
    border-radius: 0;
}

.pro-table a {
    color: #16203F;
    display: block;
    width: max-content;
    width: -moz-max-content;
}

.cat-filter {
    width: 27%;
    position: absolute;
    top: 0;
    right: 0;
}

.cat-filter .form-group,
.pro-table {
    position: relative;
}

.cat-filter .form-group i {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: #FCCD4B;
    color: #16203F;
    text-align: center;
    line-height: 40px;
}

.cat-filter select {
    background: #f3f3f3;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    content: url(../img/sort.png);
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    content: url(../img/sort1.png);
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after
{
    bottom: 0.4em;
}
.img-block {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.upload-img {
    width: 100%;
    height: 200px;
    position: relative;
    margin: auto;
}
.table-responsive{
    position: relative;
}
.download-table.btn{
    top: 0;
    color: #fff;
    background: #16203f;
    position: absolute;
}
.dapart-details {
    margin: 15px 0;
    border: 1px solid #16203f;
    padding: 10px 0;
    color: #16203f;
    box-shadow: 0 0 10px #dadada;
}
.dapart-details .depart-report span:first-of-type{
    font-weight: bold;
}

.upload-img .upload-icon {
    height: 200px;
}

.upload-img .upload-icon img {
    width: 100%;
    height: 100%;
}

.upload-img input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    right: 0;
}

.form-group .gallery {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.img-block .images,
.img-block .images img {
    width: 100%;
    height: 100%;
}

.img-block .images button.close {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    opacity: 1;
    left: 0;
    z-index: 9;
}

.img-block .images button.close.close:hover {
    color: #000;
    text-decoration: none;
}

form.add-product label {
    font-weight: bold;
}

.custom {
    margin-bottom: 20px;
}

.main-input {
    line-height: 40px;
    position: relative;
    height: 200px;
}

.mult-img input {
    position: absolute;
    opacity: 0;
    width: 100%;
    right: 0;
    height: 100%;
    top: 0;
}

.main-input img {
    width: 100%;
    height: 100%;
}


.mult-img-result {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    max-height: 200px;
    overflow: auto;
    background: #fff;
}

.mult-img-result .img-uploaded {
    width: 73px;
    height: 73px;
    margin: 5px;
    cursor: pointer;
    transition: all .3s;
    position: relative;
    transition: .3s ease;
    border-radius: 10px;
    overflow: hidden;
}

.mult-img-result .img-uploaded .remove-appendedd {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 14px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
}

.mult-img-result .img-uploaded img {
    width: 100%;
    height: 100%;
    min-height: 40px;
    transition: all .3s;
}

form.add-product .form-control {
    background: #f3f3f3;
    border-color: transparent;
    border-radius: 10px;
}

form.add-product {
    overflow: hidden;
}

form.add-product hr {
    width: 80%;
    margin: 30px auto;
}

form.add-product .form-group .cust-select {
    position: relative;
}

form.add-product .form-group .cust-select i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.v-h {
    visibility: hidden;
}

.cust-addjs {
    width: 60%;
    display: block;
    padding: 10px;
    border-radius: 30px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto;
}

form.add-product .fw-color-choose .cs-item:first-child {
    margin-right: 0;
}

form.add-product .fw-color-choose .cs-item {
    display: inline-block;
    position: relative;
    margin-right: 14px;
}

form.add-product .fw-color-choose input[type=radio] {
    visibility: hidden;
    position: absolute;
}

form.add-product .fw-color-choose label {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background: #333;
    position: relative;
    cursor: pointer;
}

form.add-product .fw-color-choose label.cs-gray {
    background: #d7d7d7;
}

form.add-product .fw-color-choose input[type=radio]:checked+label {
    -webkit-box-shadow: 0 0 0 2px #464646;
    box-shadow: 0 0 0 2px #464646;
}

form.add-product .fw-color-choose input[type=radio]:checked+label::after {
    content: "\2713";
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

form.add-product .fw-color-choose label.cs-blue {
    background: #9ee7f4;
}

form.add-product .fw-color-choose label.cs-purple {
    background: #bc83b1;
}

form.add-product .fw-color-choose label.cs-green {
    background: #8fc99c;
}

form.add-product .fw-color-choose label.cs-yollow {
    background: #6f91ff;
}

form.add-product .fw-color-choose label.cs-orange {
    background: #6f91ff;
}

.delete-all {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}

.remove-sort table.dataTable thead tr th:first-of-type.sorting_asc:before,
.remove-sort table.dataTable thead tr th:first-of-type.sorting_desc:after,
.remove-sort table.dataTable thead tr th:first-of-type.sorting:before,
.remove-sort table.dataTable thead tr th:first-of-type.sorting:after,
.remove-sort table.dataTable thead tr th:first-of-type.sorting_asc:after,
.remove-sort table.dataTable thead tr th:first-of-type.sorting_desc:before,
.rev-last table.dataTable thead tr th:last-of-type.sorting_asc:before,
.rev-last table.dataTable thead tr th:last-of-type.sorting_desc:after,
.rev-last table.dataTable thead tr th:last-of-type.sorting:before,
.rev-last table.dataTable thead tr th:last-of-type.sorting:after,
.rev-last table.dataTable thead tr th:last-of-type.sorting_asc:after,
.rev-last table.dataTable thead tr th:last-of-type.sorting_desc:before,

.rev-alast table.dataTable thead tr th:nth-last-of-type(2).sorting_asc:before,
.rev-alast table.dataTable thead tr th:nth-last-of-type(2).sorting_desc:after,
.rev-alast table.dataTable thead tr th:nth-last-of-type(2).sorting:before,
.rev-alast table.dataTable thead tr th:nth-last-of-type(2).sorting:after,
.rev-alast table.dataTable thead tr th:nth-last-of-type(2).sorting_asc:after,
.rev-alast table.dataTable thead tr th:nth-last-of-type(2).sorting_desc:before
{
    display: none;
    cursor: none;
}
table th {
    font-size: 14px;
}
table th div{
    min-width: max-content;
    min-width: -moz-max-content;
}
.p-10{
    padding: 10px 0 ;
}

.card-body{
    padding: 10px 0;
}

.remove-sort table.dataTable thead tr th:first-of-type,
.rev-last table.dataTable thead tr th:last-of-type {
    cursor: default
}

div.dataTables_wrapper div.dataTables_length label {
    float: left;
    background: #f3f3f3;
}

.delete-all,
.rocord-check {
    width: 20px;
    height: 20px;
}

.delet-div {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px #dadada;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    display: none;
}

.delet-modal p {
    color: #16203f;
    font-weight: bold;
    text-align: center;
}

.delet-modal .modal-body form {
    width: 100%;
    display: flex;
}

.delet-modal .modal-body button {
    width: 180px;
    border: 1px solid #16203f;
    border-radius: 10px;
    margin: auto;
    display: block;
}

.delet-div button {
    border-radius: 30px;
    padding: 10px 20px;
}

.delet-div .items-num {
    font-size: 17px;
    font-weight: bold;
}

.money-tabs .dataTables_filter,
.f-preview-modal .dataTables_filter,
.part-protable .dataTables_filter {
    visibility: hidden;
}

.money-tabs .nav-tabs .nav-link {
    border-radius: 5px;
    width: 100%;
    display: block;
    background: #f3f3f3;
    color: #16203f;
    padding: 15px ;
    text-align: center;
}

.money-tabs .nav-tabs .nav-item.show .nav-link,
.money-tabs .nav-tabs .nav-link.active {
    border: 1px solid #16203f;
    background: #16203f;
    color: #fff;
}

.money-tabs .nav-tabs {
    border: none;
    padding: 15px 0;
    justify-content: space-between;
    flex-flow: row wrap;
}

.money-tabs .nav-tabs li {
    flex: 1;
    margin-bottom: 10px;
    width: 200px;
    margin: 5px;
}

.total-account {
    display: flex;
    justify-content: flex-end;
    text-align: center;
}

.total-account .item {
    margin: 10px;
    color: #16203f;
}

.total-account .item p {
    margin-bottom: 0;
}

.total-account .item p:last-of-type {
    margin-top: 5px;
    font-weight: bold;
}

.money-tabs .tab1-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 80%;
    padding: 20px 0;
    margin: auto;
}

.money-tabs .tab1-box .box-item {
    flex: 1;
    border: 1px solid #dadada;
    box-shadow: 0 0 10px #f3f3f3;
    border-radius: 10px;
    text-align: center;
    color: #16203f;
    padding: 20px 0;
}

.money-tabs .tab1-box .box-item:not(:last-of-type) {
    margin-left: 15px;
}

.money-tabs .tab1-box .box-item p:last-of-type {
    margin-bottom: 0;
    font-weight: bold;
}

.money-tabs .pay-btn {
    display: block;
    font-weight: bold;
    font-size: 17px;
    padding: 10px;
    width: 250px;
    margin: 5px auto 25px;
    border-radius: 30px;
}

.pay-modal .form-item:not(:last-of-type) {
    border-bottom: 1px solid #8e8b8b;
}

.pay-modal .form-item {
    padding: 15px 0;
    position: relative;
}

.pay-modal .form-item .checkcontainer input:checked~.radiobtn {
    background-color: transparent;
}

.pay-modal .form-item .checkcontainer .radiobtn {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 2px solid #16203F;
    border-radius: 50%;
}

.pay-modal .form-item .checkcontainer {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pay-modal .form-item .checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.pay-modal .form-item .checkcontainer input:checked~.radiobtn {
    background-color: transparent;
}

.pay-modal .form-item .checkcontainer input:checked~.radiobtn:after {
    background-color: #16203F;
}

.pay-modal .form-item .checkcontainer .radiobtn:after {
    content: "";
    position: absolute;
}

.pay-modal .form-item .checkcontainer .radiobtn:after {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 70%;
    height: 70%;
    margin: auto;
    border-radius: 50%;
    background: transparent;
}

.delet-modal .modal-body button.pay-dash {
    display: none;
}

.card-radio {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #8e8b8b;
    margin-bottom: 25px;
    padding: 15px 0 10px;
}

.card-radio .form-item:not(:last-of-type) {
    border: none;
}

.card-radio .form-item {
    margin: 0 15px;
    padding: 0;
    position: relative;
}

.pay-dash-tab form label {
    font-weight: bold;
    color: #16203F;
    font-size: 14px;
}

.pay-dash-tab .checkcontainer {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pay-dash-tab .add-addre form input {
    border-color: transparent;
}

.pay-dash-tab .checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.pay-dash-tab .checkcontainer .radiobtn {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 2px solid #16203F;
    border-radius: 50%;
}

.pay-dash-tab .checkcontainer .radiobtn:after {
    content: "";
    position: absolute;
}

.pay-dash-tab .checkcontainer .radiobtn:after {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 70%;
    height: 70%;
    margin: auto;
    border-radius: 50%;
    background: transparent;
}

.pay-dash-tab .checkcontainer input:checked~.radiobtn {
    background-color: transparent;
}

.pay-dash-tab .checkcontainer input:checked~.radiobtn:after {
    background-color: #16203F;
}

.pay-dash-tab .form-control {
    background: #f3f3f3;
    border-color: #f3f3f3;
}

.pay-dash-tab .form-group .in-re {
    position: relative;
}

.pay-dash-tab .form-group i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #16203f;
}

.pay-dash-tab form button,
.bank-tab form button {
    width: 50%;
    margin: auto;
    border-radius: 30px;
    border: 1px solid #FCCD4B;
    font-weight: bold;
    padding: 10px;
}

.btn.bg-blue:hover {
    color: #16203F;
    background: #fff;
}

.pay-dash-tab .log-page,
.bank-tab .log-page {
    min-height: unset;
    padding: 0;
}

.ui-widget-header .ui-icon {
    background-image: url(../img/ui-icons_ffffff_256x240.png);
}

.bank-tab .tab-info h5 {
    color: #16203f;
    font-weight: bold;
    font-size: 16px;
}

.bank-tab .tab-info .shoppness-div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #16203f;
    border: 1px solid #dadada;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px #f3f3f3;
    margin: 15px 0;
}

.bank-tab .tab-info .shoppness-div p span:first-of-type {
    font-weight: bold;
    margin-left: 15px;
}

.bank-tab .tab-info .shoppness-div p {
    margin-bottom: 0;
}

.f-preview-modal .close {
    position: absolute;
    opacity: 1;
    z-index: 9;
    color: #16203F;
    font-size: 40px;
    padding: 16px;
    right: 15px;
}

.f-preview-modal .modal-body {
    padding: 0;
}

.f-preview-modal .modal-body .top {
    padding: 15px;
}

.f-preview-modal .modal-dialog {
    max-width: 800px;
}

.collapes-parts .card-header {
    padding: 0;
    border: none;
}

.collapes-parts .card {
    border: none;
    margin-bottom: 30px;
}

.collapes-parts .card-header button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-weight: bold;
    color: #16203f;
    border: 1px solid #dadada;
    border-radius: 10px;
}

.collapes-parts .card-header button:hover,
.collapes-parts .card-header button:focus {
    text-decoration: none;
}

.collapes-parts .card-header button.collapsed i {
    transform: rotate(180deg);
}

.date-delete {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.date-delete .dates {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.date-delete .dates div:first-of-type {
    margin-left: 10px;
}

.date-delete .dates div span {
    color: #747474;
    font-weight: bold;
}

.date-delete .dates div span:first-of-type {
    color: #16203F;
}

.date-delete button {
    border-radius: 30px;
}

.offer-order.money-tabs .nav-tabs .nav-link,
.offer-order.money-tabs .nav-tabs li {
    width: 100%;
}

/* .offer-order.money-tabs .nav-tabs li:nth-of-type(2){
    margin: 5px 15px;
} */
.offer-order.money-tabs .tab1-box {
    border: 1px solid #dadada;
    box-shadow: 0 0 10px #f3f3f3;
    border-radius: 5px;
    padding: 10px 0;
    margin-bottom: 15px;
    width: 100%;
}

.offer-order.money-tabs .tab1-box .box-item {
    border: none;
    box-shadow: none;
}

.btns-addadv {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.cust-btns-addadv.btns-addadv {
    justify-content: center;
}

.btns-addadv button {
    font-size: 25px;
    padding: 15px;
    border-radius: 15px;
}

.offer-order.money-tabs .tab1-box .box-item p:first-of-type,
.offer-order.money-tabs .tab1-box h5 {
    color: #16203F;
    font-weight: bold;
}

.offer-order.money-tabs .tab1-box .box-item p:last-of-type {
    font-weight: normal;
}

.offer-order.money-tabs .tab1-box.cust-box {
    justify-content: unset;
    padding: 10px;
}

.offer-order.money-tabs .tab1-box.cust-box p {
    color: #747474;
    font-size: 15px;
    line-height: 30px;
}

.offer-order.money-tabs .log-page {
    min-height: unset;
    padding: 0;
}

.updesgin-modal .img-block .images button.close i,
.orderdesgin-modal .img-block .images button.close i {
    position: relative;
}

.orderdesgin-modal .upload-img,
.orderdesgin-modal .upload-img img {
    height: 115px;
    object-fit: cover;
}

.offer-order.money-tabs .tab1-box.cust-sp {
    width: 50%;
}

.noti-drop .noti-item:not(:last-of-type) {
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.notis-div .noti-item {
    background: #F3F3F3;
    padding: 10px;
    position: relative;
    border: 1px solid #dedede;
    box-shadow: 0 0 5px #dedded;
}

.noti-drop .noti-item .icon {
    position: relative;
}

.noti-drop .noti-item .icon i {
    color: #FCCD4B;
}

.noti-drop .noti-item .icon img {
    width: 35px;
    height: 35px;
    border: 1px solid #dadada;
    border-radius: 50%;
}

.noti-drop .noti-item .icon sup {
    background: rgb(201, 7, 7);
    position: absolute;
    display: block;
    width: 10px;
    top: 0;
    height: 10px;
    border-radius: 50%;
    right: -4px;
}

.chat-block.noti-drop .noti-item .icon sup {
    left: -2px;
    background: rgb(28, 128, 3);
    right: unset;
}

.noti-drop .noti-txt {
    margin-right: 15px;
    width: 100%;
}

.chat-block.noti-drop .noti-txt .name span {
    color: #a5a2a2;
}

.noti-drop .noti-txt .name {
    display: flex;
    justify-content: space-between;
}

.notis-div.noti-drop .noti-txt .name .time {
    margin-right: 40px;
    font-size: 15px;
}

.notis-div.noti-drop .noti-txt p {
    color: #000;
    padding-left: 50px;
}

.chat-block {
    padding: 20px 0;
}

.chat-block.notis-div.noti-drop .noti-txt p {
    text-align: right;
    font-size: 14px;
    color: #6d6868;
    margin-bottom: 0;
}

.chat-block.notis-div .noti-item {
    flex-direction: column;
    padding: 20px;
}

.chat-block.notis-div .noti-item .content-del p {
    font-size: 14px;
    color: #6d6868;
    margin-bottom: 0;
    padding-right: 40px;
}

.chat-block.notis-div .noti-item .content-del {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-block.notis-div .noti-item .img-info {
    display: flex;
    align-items: center;
}

.notis-div .noti-item .del-noti span {
    text-decoration: underline;
    font-size: 14px;
}

.order-del {
    display: flex;
    align-items: center;
    text-align: center;
}

.order-del .del-noti {
    cursor: pointer;
}

.order-del .order-number {
    text-align: center;
    margin-left: 15px;
    padding: 15px;
    position: relative;
    border-left: 1px solid #dadada;
    color: #16203F
}

.order-del .order-number p:first-of-type {
    font-weight: bold;
}

.chat-section {
    height: 100%;
    display: -ms-flex;
    display: flex;
}

.chat-section .speek-section {
    width: 80%;
    background-color: #eee;
    position: relative;
    padding: 10px 20px;
}

.chat-section .speek-section .top-c {
    height: 55px;
    position: fixed;
    width: 80%;
    background-color: rgb(23, 33, 64);
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    padding: 5px 35px;
    z-index: 20;
    top: 0;
    left: 0;
}

.chat-section .list .pe .person:hover {
    background-color: rgba(23, 33, 64, .12);
}

.chat-section .speek-section .top-c .image-c {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.chat-section .speek-section .top-c .image-c .img {
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 100%;
    border-radius: 50%;
}

.chat-section .speek-section .top-c .name {
    font-weight: 600;
}

.chat-section .speek-section .top-c .more,
.chat-section .speek-section .top-c .image-c {
    margin-left: 9px;
}

.chat-section .speek-section .speek {
    padding-top: 60px;
    padding-bottom: 60px;
    height: 100%;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: auto;
}

.chat-section .speek-section .speek .wr {
    width: 100%;
}

.chat-section .speek-section .speek .line {
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.chat-section .speek-section .speek .line .word {
    background-color: #eee;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    color: rgba(146, 146, 146, .7);
    font-size: 14px;
}

.chat-section .speek-section .speek .line:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background-color: rgba(112, 112, 112, .5);
    z-index: 1;
}

.chat-section .speek-section .speek .block-text {
    width: 100%;
}

.chat-section .speek-section .speek .block-text .parent {
    width: 100%;
    margin-bottom: 20px;
}

.chat-section .speek-section .speek .block-text .parent .text {
    width: 80%;
    background-color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 20px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 33px;
    color: #929292;
    position: relative;
}

.chat-section .speek-section .speek .block-text .parent .text.f-l {
    margin-left: auto;
}

.chat-section .speek-section .speek .block-text .parent .text.f-r {
    margin-right: auto;
}

.chat-section .speek-section .go-text .form-control {
    height: 55px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, .16);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .16);
    border: 0;
}

.chat-section .list {
    z-index: 10;
    height: 100%;
    width: 20%;
    background-color: rgba(232, 232, 232, .5);
    -webkit-box-shadow: 2px 0 3px rgba(0, 0, 0, .16);
    -moz-box-shadow: 2px 0 3px rgba(0, 0, 0, .16);
    box-shadow: 2px 0 3px rgba(0, 0, 0, .16);
}

.chat-section .speek-section .go-text {
    position: fixed;
    bottom: 0;
    width: 80%;
    left: 0;
}

.chat-section .list .top-c {
    position: fixed;
    top: 0;
    width: 20%;
    background-color: rgba(232, 232, 232, .51);
    right: 0;
    height: 55px;
    color: rgba(0, 0, 0, .48);
    padding: 10px 20px;
    font-size: 1.5625rem;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.chat-section .list .top-c .back {
    cursor: pointer;
}

.chat-section .list .pe {
    font-weight: 600;
    padding-top: 60px;
    padding-bottom: 10px;
    height: 100%;
    background-color: #fff;
}

.chat-section .list .pe .person {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 35px 0 0 35px;
    padding: 10px 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.chat-section .list .pe .person .image-c {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 10px;
}

.chat-section .list .pe .person .image-c .img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.chat-section .list .pe .person .more {
    color: rgba(45, 36, 28, .38);
    font-size: 1.375rem;
    margin-right: auto;
}

.chat-section .speek-section .go-text .input-group-text {
    background-color: #16203f;
    color: #fff;
    padding: 15px 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
}

.comment-item .rate-name {
    justify-content: unset;
}

.comment-item .rate-name .market-rate {
    padding-right: 30px;
    border: none
}

.comment-item .rate-name .rating {
    font-size: 25px;
}

.comment-content {
    padding: 20px;
    background: #f3f3f3;
}

.comment-content .comment-item {
    position: relative;
}

.report {
    text-decoration: underline;
    position: absolute;
    top: 0;
    left: 0;
}

.comment-content .comment-item p,
.comment-item .footer-comment {
    color: #9c9c9c;
}

.comment-item .footer-comment .form-group {
    position: relative;
}

.comment-item .footer-comment .form-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.comment-item .footer-comment .form-group input:checked+i {
    color: #16203F
}

.comment-item .reply {
    padding: 0 40px 0 0;
}

.pro-blockinfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro-blockinfo .pro-info img {
    width: 150px;
    height: 130px;
    border: 1px solid #dadada;
    border-radius: 10px;
    margin-left: 10px;
}

.pro-blockinfo .pro-info {
    display: flex;
    margin-left: 15px;
    align-items: center;
}

.pro-blockinfo .pro-details p {
    color: #16203F
}

.pro-blockinfo .pro-details p span:first-of-type {
    font-weight: bold;
}

.comment-item .footer-comment {
    display: flex;
    justify-content: flex-end;
}

.rate-name .name-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #dadada;
}

.rate-name .name-img {
    font-weight: bold;
    margin-left: 20px;
}

.rate-name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reply .rate-name {
    align-items: unset;
}

.reply .rate-name span {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.reply .rate-name div:last-of-type {
    width: 85%;
}

.comment-item button {
    text-align: center;
    display: block;
    margin: 10px auto;
    width: 150px;
}

.b-r30 {
    border-radius: 30px;
}

.comment-item .rate-name .market-rate span {
    font-size: 18px;
}

.from-to label {
    color: #16203F;
    font-weight: bold;
}

.mr-l {
    margin-left: 10px;
}

/* .offer-order.money-tabs .nav-tabs li:nth-of-type(2).mr-l{
    margin-right: 0;
    margin-left: 10px;
} */
table.dataTable td a {
    width: auto;
    margin: auto;
    text-align: center;
}

.sup-div {
    padding: 20px 0;
}

.sup-div.noti-drop .noti-item .icon i {
    color: #4d4c4c
}

.sup-div .add-title a {
    border-radius: 10px;
}

.sup-div .add-title p span {
    color: #16203f;
    margin-left: 10px;
    font-weight: bold;
}

.sup-div .add-title .phone-span {
    padding: 0 10px;
    color: #16203F;
    border: 1px solid #16203F;
    box-shadow: 0 0 10px #16203f;
    border-radius: 5px;
    font-weight: bold;
}

#preloader_6 {
    position: fixed;
    width: 100%;
    height: 100%;
    height: 100%;
    background: #16203f;
    z-index: 999999;
    animation: preloader_6 5s infinite linear;
    margin: auto;
    top: 0;
}

.new-noti {
    padding: 20px 0;
}

.ch-pass-link {
    color: #16203f;
    font-size: 20px;
    text-decoration: underline;
    text-align: center;
    display: block;
    margin: 10px 0;
}

.more-linkacc {
    text-align: center;
}

.more-linkacc a {
    color: #16203f;
    text-decoration: underline;
    margin: 10px;
}

.gj-timepicker.gj-timepicker-bootstrap.gj-unselectable.input-group {
    flex-direction: row-reverse;
}

.gj-timepicker.gj-timepicker-bootstrap.gj-unselectable.input-group button {
    height: 38px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #f3f3f3;
    border: 1px solid #dadada;
}

.gj-picker.timepicker [role=header] {
    flex-direction: row-reverse;
    background: #16203F;
    color: #fff;
}

.gj-picker-bootstrap div[role="hour"].selected {
    color: #fff;
}

.gj-picker-bootstrap .selected {
    color: #FCCD4B
}

.gj-timepicker-bootstrap [role=right-icon] button .gj-icon {
    top: 50%;
}

.gj-modal .gj-picker-bootstrap .modal-footer {
    padding: 0;
}

.form-to {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-to div {
    display: flex;
    align-items: center;
}

.form-to div label {
    margin-left: 10px;
}

.acc-form {
    padding-top: 30px;
}

.acc-form button[type='submit'] {
    margin-top: 30px !important;
}

.acc-form label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pay-dash-tab.acc-form .form-group i.fas.fa-pencil-alt {
    position: relative;
}

.acc-form .img-block {
    border-radius: 35px;
}

.acc-form.pay-dash-tab .form-group .img-block .close i {
    color: #fff !important;
}

.acc-form map {
    border: 1px solid #16203f
}

/* end side-nav */
@media(max-width:1195px) {
    .canvas {
        padding-top: 50px;
    }
}
@media(max-width:1025px){
    .pro-list .bg-dark .form-group{
        width: 100%;
    }
    .pro-list{
        height: 440px;
        overflow: hidden;
        overflow-y: auto;
    }
    .pro-list .pro-item{
        justify-content: center;
        text-align: center;
    }
    .pro-list .pro-item .pro-img{
        flex-direction: column;
    }
}
@media(max-width:1022px) {
    .pro-list .bg-dark form {
        flex-direction: column;
    }

    .pro-list .bg-dark form .form-group:first-of-type {
        margin-bottom: 10px;
    }
    .pro-list .bg-dark .form-group{
        width: 165px;
    }
    .pro-list{
        height: unset;
        overflow: unset;
        overflow-y: unset;
    }
    .pro-list .pro-item{
        justify-content: space-between;
        text-align: right;
    }
    .pro-list .pro-item .pro-img{
        flex-direction: unset;
    }
}

@media(max-width:991px) {
    .canvas {
        padding-top: 10px;
    }

    .pro-list .bg-dark form {
        flex-direction: unset;
    }

    .pro-list .bg-dark form .form-group:first-of-type {
        margin-bottom: 0;
    }

    .market-info,
    .market-info .market-nameimg {
        flex-direction: column;
        text-align: center;
    }

    .market-info .market-rate {
        justify-content: center;
        padding-right: 0;
        border: none;
        margin: auto;
    }

    .market-info .market-nameimg img {
        margin: 0 auto 15px;
    }

    .pro-blockinfo .pro-details {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
    }

    .chat-section .list .person .name {
        display: none;
    }

    .chat-section .list,
    .chat-section .list .top-c {
        width: 20%;
    }

    .chat-section .speek-section,
    .chat-section .speek-section .top-c {
        width: 80%;
    }

    .cust-info {
        display: block;
    }

    .prov-title,
    .prov-rate {
        display: none;
    }

    .modal-infos .prov-rate,
    .modal-infos .prov-title {
        display: block;
        text-align: center;
        margin: 0;
        padding: 10px 0;
    }
}

@media(max-width:908px) {
    footer .container {
        justify-content: space-between;
        flex-direction: row wrap;
    }

    footer ul {
        order: 1;
        margin: 15px auto 0;
    }

    .f-preview-modal .modal-dialog {
        max-width: 650px;
    }
}

@media(max-width:840px) {
    .money-tabs .nav-tabs li {
        flex: 47%;
    }

    .offer-order.money-tabs .nav-tabs li:nth-of-type(2) {
        margin: 0 15px 0 0;
    }
}

@media(max-width:767px) {
    .form-to {
        flex-direction: column;
    }

    .form-to div {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 15px;
    }

    .reply .rate-name {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .reply .rate-name div:last-of-type {
        width: 100%;
    }

    .reply .rate-name .name-img {
        margin-left: 0;
    }

    .modal-content {
        padding-bottom: 70px;
    }

    .logo-div ul {
        width: 100%;
        flex-direction: row;
    }

    .cat-filter,
    .pro-table .dataTables_filter label {
        position: relative;
        width: 100%;
    }

    .logo-div ul li:nth-of-type(2) {
        order: -1;
    }

    .logo-div ul.cart-drop,
    footer {
        display: none;
    }

    .log-page .log-form {
        width: 100%;
        padding: 20px 0;
    }

    .log-form .tab-line span {
        font-size: 13px;
    }

    .tab-line .active .icon {
        font-size: 16px;
    }

    .date-days div:first-of-type {
        margin-left: 0;
    }

    .date-days {
        flex-direction: column;
    }

    .page-content {
        margin-right: 0;
        padding-bottom: 90px;
    }

    .side-nav {
        top: 0;
        z-index: 9999;
        right: -250px;
    }

    .side-nav.hidden-span {
        width: 250px;
        right: 0;
    }

    .side-nav.hidden-span>ul>li>a>span {
        display: block;
        opacity: 1;
    }

    .side-nav.hidden-span ul li .dd {
        position: relative;
    }

    .over-side {
        position: fixed;
        top: 0;
        left: -200%;
        right: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        transition: all 0.15s ease-in-out;
        z-index: 9999;
    }

    .open-over {
        left: 0;
        transition: all 0.15s ease-in-out;
    }

    .fixed-footer {
        display: block;
    }

    .fixed-footer>ul li a,
    .fixed-footer>ul li {
        position: relative;
        color: #fff;
        text-align: center;
        text-decoration: none;
        display: block;
        font-size: 14px;
    }

    .fixed-footer>ul li a.active {
        color: #EEBE47;
    }

    .fixed-footer>ul li a i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 20px;
    }

    .fixed-footer>ul li span {
        display: block;
        font-size: 13px;
    }

    .fixed-footer>ul {
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-around;
        padding: 5px 0;
        margin-bottom: 0;
    }

    .f-preview-modal .modal-dialog {
        max-width: 500px;
    }

    .f-preview-modal .modal-body {
        padding-bottom: 65px;
    }
}

@media(max-width:575px) {

    /* .f-preview-modal .close{
        position: relative;
        padding: 0;
        color: #16203f;
    } */
    .chat-section .list,
    .chat-section .list .top-c {
        width: 30%;
    }

    .chat-section .speek-section,
    .chat-section .speek-section .top-c {
        width: 70%;
    }
}

@media(max-width:485px) {
    .canvas {
        padding: 30px 0;
    }
}

@media(max-width:460px) {
    .money-tabs .tab1-box .box-item {
        flex: 50%;
        margin-bottom: 15px;
    }

    .chat-block.notis-div .noti-item .content-del,
    .sup-div .add-title {
        flex-direction: column;
    }

    .sup-div .add-title>a {
        display: block;
        margin-bottom: 15px;
    }

    .order-del {
        margin-top: 15px;
    }

    .pro-blockinfo .pro-info {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .pro-blockinfo .rate-name .market-rate {
        margin: 0 auto 10px;
    }
}

@media(max-width:430px) {
    /* .pro-list .pro-footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    } */

    .money-tabs .nav-tabs li,
    .money-tabs .nav-tabs .nav-link {
        width: 100%;
        flex: 100%;
    }

    /* .pro-list .pro-footer ul {
        margin-bottom: 10px;
    } */

    /* .pro-list .pro-item,
    .pro-list .pro-item .pro-img {
        flex-direction: column;
        text-align: center;
    } */

    .offer-order.money-tabs .nav-tabs li:nth-of-type(2) {
        margin: 0 0 10px;
    }

    .btns-addadv button {
        font-size: 16px;
        padding: 10px;
    }
}

@media(max-width:470px) {
    .modal-mandob .head-mandob {
        flex-direction: column;
    }

    .modal-mandob .chat-mandob {
        margin-top: 10px;
    }

    .mandob-details p {
        flex: 100%;
    }

    .mandob-details p:nth-of-type(odd) {
        border-left: none;
    }

    .mandob-details p:not(:last-of-type) {
        border-left: none;
        border-bottom: 1px solid #dadada;
    }
}

@media(max-width:411px) {
    .tab-line .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .tab-line p:not(:last-of-type)::after {
        top: 20px;
    }
}