.tab-content {
    width: 100%;
}

@font-face {
    font-family: Poppins-ExtraBold;
    src: url("../fonts/Poppins-ExtraBold.ttf");
}

@font-face {
    font-family: Poppins-Bold;
    src: url("../fonts/Poppins-Bold.ttf");
}

.Poppins-Bold {
    font-family: 'Poppins-Bold';
}

.Poppins-ExtraBold {
    font-family: 'Poppins-ExtraBold';
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url("../fonts/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: Poppins-Regular;
    src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: Poppins-Light;
    src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
    font-family: Poppins-Regular;
    src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: Poppins-Bold;
    src: url("../fonts/Poppins-Bold.ttf");
}

@font-face {
    font-family: Poppins-Medium;
    src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url("../fonts/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: NunitoSans-SemiBold;
    src: url("../fonts/NunitoSans-SemiBold.ttf");
}

@font-face {
    font-family: NunitoSans-Bold;
    src: url("../fonts/NunitoSans-Bold.ttf");
}

@font-face {
    font-family: NunitoSans-Regular;
    src: url("../fonts/NunitoSans-Regular.ttf");
}


* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    outline: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #363636;
    font-family: 'Poppins-Regular';
}

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
    text-decoration: none;
    list-style: none;
}

p {
    margin-bottom: 0px;
    font-family: 'Poppins-Regular';
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins-Bold';
}

h3 {
    font-size: 20px;
}

a,
.transition,
input[type="submit"],
.line,
header,
.nav-item svg,
.nav-item p,
.report-filter-container a {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

a {
    color: #008bbf;
    cursor: pointer;
}

input[type="submit"] {
    backface-visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

textarea,
input,
select {
    border-radius: 0;
    resize: none;
    box-sizing: border-box;
}

table,
tr,
td,
th {
    border-spacing: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

table {
    width: 100%;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
    color: #008bbf;
}

.preloader,
.loader {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 4000;
    background: url("../images/loader.svg") no-repeat scroll center center #fff;
}

.loader {
    opacity: 0.4;
    display: none;
}

body {
    width: 100%;
    overflow-x: hidden;
    background-color: #F3F3F3;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.background-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

*::-moz-selection {
    background: transparent;
}

*::selection {

    /* background: transparent; */
    ::selection,
    ::-moz-selection {
        background: #59574b;
        color: #fdfcf5;
    }
}

/* body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(218,31,38,.05);
}
body::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #008bbf;
} */
.scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0, 154, 166, .05);
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #008bbf;
}

.noheader header {
    display: none;
}

.btn {
    width: 100%;
    border: none;
    border-radius: 10px;
}

.btn:hover {
    color: #fff;
}

header {
    background: #fff;
    /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04); */
    z-index: 99;
}

.header-logo {
    height: 40px;
}

.form-control.searchbox {
    padding: 0 10px 0 50px;
    border-radius: 20px;
    border: 0.6px solid #F3F3F3;
    background: url("../images/icons/search.svg") no-repeat scroll 15px center #f5f6fa;
    min-height: 38px;
    background-color: transparent;
    font-size: 14px;
    letter-spacing: 0.06px;
}

.searchbox::placeholder {
    color: #686868;
    opacity: .3;
}

.header-nav {
    justify-content: flex-end;
}

.header-nav li {
    margin: 0px 10px;
}

.header-nav li:last-child {
    margin-right: 0px;
}

.form-control {
    font-size: 12px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #008bbf;
}

.notification-count {
    color: #fff;
    background: #008bbf;
    height: 18px;
    width: 18px;
    top: 2px;
    right: 15px;
    line-height: 19px;
    font-size: 11px;
}

.dropdown-profile {
    position: relative;
}

.profileImg {
    height: 50px;
    width: 50px;
}

.dropdown-profile .btn.focus,
.dropdown-profile .btn:focus {
    box-shadow: none;
}

.dropdown-profile .dropdown-toggle {
    height: auto;
    padding: .375rem 0 .375rem .75rem;
}

.dropdown-profile .dropdown-item.active,
.dropdown-profile .dropdown-item:active {
    color: #363636;
    background-color: transparent;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: rgba(0, 154, 166, 0.08);
}

.dropdown-profile .dropdown-menu,
.dropdown-search .dropdown-menu {
    top: 62px;
    left: -18px;
}

.dropdown-profile .dropdown-menu {
    border-radius: 8px;
}

.dropdown-profile .dropdown-toggle::after {
    border: none;
    display: none;
}

.dropdown-profile .d-flex-content h3 {
    font-size: 16px;
    margin-bottom: 0px;
}

.d-flex .d-flex-content {
    margin-left: 10px;
}

.dropdown-menu-icon {
    margin-left: 25px;
}

.sidebar {
    width: 225px;
    z-index: 99;
}

/* Login */
.login-back p {
    font-size: 13px;
}

.login-back {
    background-image: url('../images/background.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card-header {
    background-color: #fff;
    border: none;
}

.card-header {
    padding: 25px 0 25px 0;
}

label {
    font-size: 13px;
    line-height: 14px;
    font-family: 'Poppins-SemiBold';
}

.card-header img {
    height: 50px;
}

.card-header-title {
    padding: 1.25rem;
}

.card-header:first-child {
    border-radius: 10px 10px 0 0;
}

.card-footer:last-child {
    border-radius: 0 0 25px 25px;
    padding-bottom: 20px;
}

.card-body h4 {
    margin-bottom: 0;
}

.login-back .form-control {
    background-color: #F1F4F9;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1.5px solid #999;
    border-radius: 5px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-wrap input:checked~.checkmark:after {
    display: block;
}

.checkbox-wrap .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #999;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tick {
    height: 60px;
}

.content-wrapper {
    width: calc(100% - 225px);
    float: right;
    padding: 25px;
    margin-top: 78px;
    min-height: calc(100vh - 78px);
}

.tab-wrapper {
    margin-bottom: 15px;
}

div.dataTables_wrapper div.dataTables_length label {
    display: none;
}

div.dataTables_wrapper div.dataTables_filter label {
    color: transparent;
}

aside ul li {
    margin: 5px 0;
    cursor: pointer;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 362px !important;
    height: 62px;
    border: 0.6000000238418579px solid #D5D5D5;
    border-radius: 14px;
    padding: 0 22px 0 49px;
    background: url(../images/icons/search.svg) no-repeat scroll 20px center #FFF;
    font-family: 'Poppins-Regular';
    font-size: 13px;
    letter-spacing: 0.06px;
}

aside .navbar-nav a.nav-link {
    display: block;
    padding: 10px 20px;
    position: relative;
}

aside .navbar-nav a.nav-link.rotate svg.mar_chnge {
    transform: rotate(180deg);
}

aside .navbar-nav a.nav-link.rotate {
    background-color: #008bbf;
    border-radius: 5px;
}

aside .navbar-nav a.nav-link.rotate svg {
    fill: #FFF;
}

aside .navbar-nav a.nav-link.rotate p {
    color: #FFF;
}

table.dataTable td,
table.dataTable th {
    font-size: 14px;
}

table.dataTable th {
    font-family: 'Poppins-SemiBold';
    color: rgba(32, 34, 36, 0.9);

}

div.dataTables_scrollBody table,
div.dataTables_scrollHead table.dataTable {
    width: 1700px !important;
}

div.dataTables_scrollHead table.dataTable.table-width-adjust {
    width: 100% !important;

}

.list_table div.dataTables_scrollHead table.dataTable {
    width: 100% !important;
}

.list_table table.dataTable th:first-child {
    width: 8% !important;
}

.list_table table.dataTable th:nth-child(2) {
    width: 10% !important;
}

.list_table table.dataTable th:nth-child(3) {
    width: 25% !important;
}

.list_table table.dataTable th:nth-child(4) {
    width: 11% !important;
}

.list_table table.dataTable th:nth-child(5) {
    width: 11% !important;
}

.list_table table.dataTable th:nth-child(6) {
    width: 10% !important;
    text-align: center;
}

.list_table table.dataTable th:last-child {
    width: 8% !important;
    text-align: left;
}

.checkbox {
    position: relative;
    display: block;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin: 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 10px;
}

.checkbox input {
    position: absolute;
    width: 0;
    left: 50px;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.checkbox .checkmark {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 4px;
    margin: 0 auto;
    border: 1px solid #D5D5D5;
    transition: all 0.2s ease;
}

.disable-status .checkbox .checkmark {
    margin: 0;
}


.checkbox input:checked~.checkmark {
    background: #008BBF;
    border: 1px solid #008BBF;
    margin: 0;
}

.checkbox input[type="radio"]~.checkmark {
    border-radius: 50%;
}

.checkbox .checkmark::after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    top: 40%;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
}

.checkbox input:checked~.checkmark::after {
    opacity: 1;
    transition: all 0.2s ease;
}

.list_table div.dataTables_scrollBody table {
    border-left: 0.6000000238418579px solid #D5D5D5;
    border-right: 0.6000000238418579px solid #D5D5D5;
    border-bottom: 0.6000000238418579px solid #D5D5D5;
    border-radius: 0px 0px 14px 14px;
}

.table td,
.table th {
    vertical-align: middle;
}

div.dataTables_scrollBody table td img {
    width: 40px;
    height: auto;
}

div.dataTables_scrollBody table td a img {
    width: auto;
}

.table thead th {
    border-bottom: none;
}

.table th {
    border-top: none;
}

div.dataTables_scrollBody table,
.table-hover tbody tr:hover {
    background-color: #FFF;
}

.nav-item svg {
    height: 22px;
    width: 22px;
    margin-right: 10px;
    fill: #000;
}

.nav-item svg.mar_chnge {
    margin: 0;
    width: 12px;
    height: auto;
    position: absolute;
    right: 19px;
}

.navbar-nav {
    width: 100%;
}

.nav-item ul li a {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.3px;
    color: #686868;
    padding: 6px 20px;
    border-radius: 6px;
    width: 100%;
    display: block;
}

.nav-item ul li a:hover {
    background-color: rgba(0, 139, 191, 0.4);
    color: #000;
}

.nav-item ul li {
    margin: 8px 0;
}

.nav-divider {
    content: '';
    border: 1px solid #F3F3F3;
    width: calc(100% + 33px);
    margin-left: -18px;
}

.active-link {
    background-color: #008bbf;
    border-radius: 5px;
    position: relative;
}

.active-link p {
    color: #fff;
}

.active-link svg {
    fill: #fff;
}

.active-link:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 0;
    height: 100%;
    width: 8px;
    background-color: #008bbf;
    border-radius: 5px;
}

aside {
    left: 0;
    top: 68px;
    height: calc(100% - 72px);
    overflow: auto;
    background-color: #fff;
    overflow-y: scroll;
    background-color: #fff;
    overflow-x: inherit;
}

aside ul li:hover p {
    color: #008bbf;
}

aside ul li:hover svg {
    fill: #008bbf;
}

aside ul li.active-link:hover p,
aside ul li:hover a.active-link p {
    color: #fff;
}

aside ul li.active-link:hover svg,
aside ul li:hover a.active-link svg {
    fill: #fff;
}

.card {
    border: none;
    border-radius: 25px;
    padding: 10px;
}

#dashboard-page .card {
    padding: 0px;
}

#dashboard-page .card-header {
    border-bottom: 1px solid #F5F6FA;
}

#dashboard-page .card h5 {
    margin: 5px 15px;
    position: relative;
}

#dashboard-page .card h5:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -18px;
    height: 3px;
    width: 50px;
}

#dashboard-page .card-footer {
    padding-top: 0px;
}

.btn-red {
    height: 52px;
    line-height: 40px;
    border-radius: 25px;
    background: #008bbf;
    color: #fff;
}

.add_btn {
    font-family: 'Poppins-Bold';
    box-shadow: 0px 8px 10px #00000029;
    font-size: 16px;
    letter-spacing: 1.6px;
}


.login-back .btn-red {
    font-family: 'Poppins-Bold';
    box-shadow: none;
}

.btn-red:hover,
.btn-red:focus,
.btn-red.focus {
    box-shadow: 0px 8px 10px #008bbf40;
}

.btn-login {
    border-radius: 10px;
    margin-top: 10px;
}

.dataTables_filter,
.dataTables_length {
    display: none;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 34px !important;
    opacity: 0.6;
}

div.dataTables_wrapper div.dataTables_paginate {
    padding-top: 24px !important;
}

.context-title {
    font-size: 28px;
    margin-bottom: 0px;
}

.text-end {
    text-align: right;
}

.order_list .text-end strong {
    font-family: 'Poppins-Medium';
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.07px;
    color: #363636;
    font-weight: inherit;
}

.order_list .text-end small {
    font-family: 'NunitoSans-Bold';
    font-size: 16px;
    line-height: 43px;
    letter-spacing: 0.57px;
    color: #008BBF;
    padding: 0 2px 0 5px;
}

.order_list .text-price h3 {
    font-family: 'NunitoSans-Bold';
    font-size: 32px;
    line-height: 43px;
    letter-spacing: 1.14px;
    color: #008BBF;
    display: inline-block;
}

.order_list .filter-item p,
.order_list .filter-reset {
    font-size: 14px;
    line-height: 25px;
}

.order_list .filter-dropdown .filter-dropdown-svg,
.order_list .filter-shop .filter-shop-dropdown-svg,
.order_list .filter-dropdown-list .filter-dropdown-list-svg {
    top: 25px;
}

.order_list .filter-dropdown .filter-dropdown-svg,
.order_list .filter-dropdown-list .filter-dropdown-list-svg {
    right: 28px;
}

.order_list .filter-item {
    padding: 15px 24px;
}

.order_list .filter-page-order {
    width: 58%;
    left: 135px;
    bottom: 10px;
    box-shadow: 0px 13px 61px #A9A9A95D;
}

.order_list .filter-item.filter-order-icon {
    padding: 15px 10px;
}

.order_list .filter-item.filter-reset {
    font-family: 'Poppins-Medium';
}

.order_list .filter-item.filter-order-status {
    padding: 15px 52px 15px 22px;
}

.order_list .filter-item.filter-order-date {
    padding: 15px 52px 15px 22px;
}

.table-custom {
    border-radius: 10px;
    overflow: hidden;
    border-color: rgba(151, 151, 151, .3);
}

.table-custom thead {
    text-transform: uppercase;
    font-family: 'Poppins-Bold';
    border-top-left-radius: 10px;
    background: #FCFDFD;
}

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 {
    text-align: center;
}

.table-custom thead h3 {
    font-size: 14px;
    margin-bottom: 0px;
    font-family: 'Poppins-SemiBold';
    color: rgba(32, 34, 36, 0.9);
}

.table-custom tbody {
    background: #fff !important;
    overflow: hidden;
    font-size: 14px;
}

.table.table-custom td {
    padding: 20px 15px;
    border-left: 0px;
    border-right: 0px;
}

.table.table-custom th {
    border: none;
    padding: 15px;
}

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: 12px !important;
}

.pagination {
    display: flex !important;
    align-items: center !important;
}

.page-link:hover {
    color: #008bbf;
    text-decoration: none;
    background-color: #008bbf17;
    border-color: #dee2e6;
}

.page-link:focus {
    box-shadow: none !important;
}

.page-item.active .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #008bbf;
}

.page-link {
    color: #202224;
}

.page-item.disabled .page-link img {
    opacity: 0.6;
}

.page-item:first-child .page-link {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.page-overlay {
    background: rgba(54, 54, 54, 0.8);
    z-index: 50;
    position: fixed;
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    display: none;
}

.card-popup {
    background: #fff;
    padding: 0px;
    border-radius: 0px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    width: 50%;
    position: fixed;
    height: calc(100vh - 72px);
    top: 72px;
    right: 0;
    z-index: 60;
    border: none;
    display: none;
}

/* .card-popup-title{padding: 0px 0px 10px 0px;} */
.card-popup-title {
    padding: 20px;
    /* box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.05); */
    box-shadow: 6px 6px 54px #0000000D;
}

.card-popup-title img {
    padding: 10px;
    margin-right: 10px;
}

.card-popup-title h3 {
    margin-bottom: 0px;
    color: #008bbf;
    font-size: 22px;
    font-family: 'Poppins-Regular';
}

.card-popup-body {
    padding: 20px 40px;
    overflow-y: auto;
    /*height: calc(100% - 100px); */
    height: calc(100% - 145px);
}

.card-popup-body::-webkit-scrollbar-track,
.filter-shops::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track {
    border-radius: 10px;
    /* background-color: rgba(218, 31, 38, .05); */
    background-color: rgba(0, 154, 166, .05);
}

.card-popup-body::-webkit-scrollbar,
.filter-shops::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.card-popup-body::-webkit-scrollbar-thumb,
.filter-shops::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #008bbf;
}

.card-popup-footer {
    position: fixed;
    width: 50%;
    bottom: 0;
    right: 0;
}

.btn-fix-popup {
    border-radius: 0px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    font-family: 'Poppins-Bold';
    letter-spacing: 1.6px;
}

.form-group-custom {
    position: relative;
    margin-bottom: 35px;
}

.form-group-custom.no-mar {
    margin-bottom: 0;
}

.form-group-custom.mar_chnge {
    margin-bottom: 25px;
}

.card-popup-body hr {
    margin-top: 0;
}

.card-popup-body hr.chnge_styl {
    margin-top: 0;
    margin-bottom: 30px;
}

.card-popup-body hr.filter-row {
    margin-top: 45px;
    margin-bottom: 40px;
    border-top: 1px solid rgba(112, 112, 112, 0.27);
}

.form-label {
    font-size: 12px;
    line-height: 18px;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 0px;
    width: 100%;
    color: #686868;
}

.form-label.chnge_fnt {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}

.form-data {
    font-size: 16px;
    font-family: 'Poppins-Regular';
    color: #686868;
    letter-spacing: 0.06px;
}

.card-popup-body.adjst_styl .form-data {
    color: #363636;
}

.form-data.unit-associated {
    color: #363636;
    letter-spacing: 0.06px;
}

.form-group-custom span {
    margin-top: 25px;
    display: block;
}

.form-group-custom span small {
    font-family: 'Poppins-Semibold';
    font-size: 12px;
    line-height: 18px;
    color: #686868;
    display: block;
    margin-bottom: 5px;
}

.form-group-custom span small b {
    width: auto;
    padding: 4px 20px;
    border-radius: 14px;
    background-color: rgba(0, 139, 191, 0.2);
    text-align: center;
    margin-left: 7px;
    font-size: 10px;
    font-family: 'Poppins-SemiBold';
    color: #008BBF;
}

.form-custom-control {
    border-radius: 0px;
    padding: 12px 0px;
    border: none;
    border-bottom: 1px solid rgba(112, 112, 112, 0.27);
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.06px;
    color: #363636;
    font-family: 'Poppins-Regular';
    background-color: transparent;
}

.form-group-custom span p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.06px;
    color: #363636;
}

.form-custom-control:focus {
    box-shadow: none;
    border-color: #008bbf;
    background-color: transparent;
}

.form-error,
.form-group-custom label.error {
    font-size: 11px;
    position: absolute;
    bottom: -27px;
    left: 0px;
    color: #008bbf;
    display: none;
}

#productQty-error {
    bottom: -10px;
}

.address-map {
    display: block;
    content: '';
    width: 100%;
    height: 280px;
    position: relative;
    margin-bottom: 30px;
}

#map {
    height: 100%;
    border-radius: 20px;
}

#map canvas {
    width: 100% !important;
    height: auto !important;
}

.btn-detect {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px 8px;
    border-radius: 50%;
    height: auto;
    width: auto;
}

.white-container {
    background: #FFFFFF;
    border: 0.4px solid #B9B9B9;
    padding: 20px;
    border-radius: 14px;
}

.tab-pane {
    flex-wrap: wrap;
    /* border-bottom: 0.5px solid rgba(153, 153, 153, .5); */
    margin-bottom: 25px;
    position: relative;
}

.tab-pane::after {
    width: calc(100% - 30px);
    height: 0.5px;
    background: rgba(153, 153, 153, .2);
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 15px;
}

.tab-title,
.employee-single-item,
.product-offer-item {
    cursor: pointer;
}

.tab-title p {
    font-size: 28px;
}

.tab-title.active p {
    color: #008bbf;
}

.tab-title:not(:last-child) p {
    padding-right: 60px;
}

.tab-title span.tab-link {
    border-bottom: 2px solid transparent;
    color: #686868;
}

.tab-title.active span.tab-link {
    border-bottom: 2px solid #008BBF;
    color: #008bbf;
}

.filter-custom select {
    display: none !important;
}

.filter-custom .nice-select {
    padding: 9px 36px 9px 20px;
    background-color: #FFF;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    width: 120px;
    height: 43px;
    text-align: left;
    position: relative;
    border-radius: 14px;
    line-height: normal;
    display: flex;
    align-items: center;

}
.filter-custom .nice-select.chartClass {
    width: 135px;
}

.filter-custom .nice-select span {
    font-size: 12px;
    color: #363636;
    font-family: 'Poppins-SemiBold';
}

.filter-custom .nice-select:hover span {
    color: #008bbf;
}

.filter-custom .nice-select:hover:after {
    border-bottom: 2px solid #008bbf;
    border-right: 2px solid #008bbf;
}

.enter_slot_cont .tab_bg.chng_sect .tab-content .filter-custom .nice-select .current {
    font-size: 13px;
    color: #3C3C3C;
    font-weight: 600;
    line-height: 15px;
    padding: 0;
    background-color: transparent;
}

.filter-custom .nice-select .list {
    border-radius: 10px;
    background: #FFF;
    top: 100%;
    box-shadow: 3px 4px 4px #A7A7A71A;
    width: 100%;
    display: block;
}

.filter-custom .nice-select:after {
    border-bottom: 2px solid #2B303466;
    border-right: 2px solid #2B303466;
    height: 8px;
    width: 8px;
    right: 16px;
    top: 21px;
}

.filter-custom .nice-select .option {
    min-height: auto;
    outline: none;
    display: block;
    padding: 8px 15px;
    border-top: none;
    font-size: 13px;
    line-height: 1.4;
    cursor: pointer;
    color: #3C3C3C;
    transition: all ease-in-out 0.3s;
}

.filter-data {
    align-items: end;
}

.tab-title.active span.tab-link .tab-count {
    color: #008bbf;
}

.tab-count {
    font-size: 20px;
    color: #686868;
}

.empty-container {
    background: transparent;
    border-color: transparent;
    height: calc(100vh - 235px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.empty-details {
    display: none;
}

.empty-details h2 {
    font-family: 'Poppins-Regular';
    color: #686868;
    font-size: 26px;
}

.add-popup {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 1px 6px 0 rgba(155, 155, 155, 0.28);
    z-index: 10;
    position: absolute;
    width: 100%;
    bottom: -132px;
    left: 0px;
    display: none;
}

p.small {
    margin-bottom: 10px;
}

.btn-regular {
    font-family: 'Poppins-Regular';
    font-size: 14px;
}

.custom-component {
    flex-wrap: wrap;
}

.custom-component-container:not(:last-child) {
    margin-right: 20px;
}

.custom-component-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-component-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: transparent;
    border: 1.5px solid #5e6a6c;
    border-radius: 50%;
    background-color: #FDFDFD;
}

.custom-component-container input:checked~.checkmark:after {
    display: block;
}

.custom-component-container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 48px;
    margin: 12px 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #2E2E2E;
    font-family: 'Poppins-Medium';
}

.custom-component-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border: 1.5px solid #5e6a6c;
    border-radius: 5px
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.custom-component-container input:checked~.checkmark:after {
    display: block
}

.custom-component-container .checkmark:after {
    left: 5px;
    top: 3px;
    width: 8px;
    height: 16px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-component-container input:checked~.checkmark {
    background-color: #008bbf;
    border-color: #008bbf;
    box-shadow: 0px 3px 6px rgba(0, 154, 166, 0.16);
}

.image-upload {
    position: relative;
    max-width: 105px;
    margin-right: 10px;
}

.image-edit input {
    display: none;
}

.image-edit input+label {
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-in-out;
    color: #008bbf;
    margin-top: 20px;
}

.image-preview {
    /* width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%; */
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    border: 1px solid rgba(112, 112, 112, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -1px;
    /* border: 1px solid #999999; */
}

.btn-small {
    font-family: 'Poppins-Bold';
    font-size: 13px;
}

.btn-set-group {
    box-shadow: none;
}

.btn-set-dropdown {
    box-shadow: none;
    border-left: 1px solid #fff;
    padding: 10px 20px;
}

.btn-set-dropdown::after {
    content: url(../images/icons/dropdown-white.svg);
    border: none;
    position: absolute;
    top: 6px;
    left: 16px;
}

.btn-custom-dropdown .dropdown-menu.show {
    left: unset;
    right: 0px;
    transform: translate3d(-158px, 52px, 0px) !important;
    width: 100%;
    min-width: 200px;
}

.btn-custom-dropdown .dropdown-menu {
    border: transparent;
    border-radius: 20px;
    box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.05);
}

.form-custom-file {
    height: 100%;
}

.custom-input-file {
    width: 100%;
    height: 100%;
    border: 2px dashed #e7e7e7;
    border-radius: 14px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.custom-text {
    text-align: center;
    color: #686868;
    font-size: 18px;
}

.custom-input-fetch {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.form-custom-file {
    width: 100%;
    height: 100%;
    border: 1px dashed #e7e7e7;
    border-radius: 20px;
}

.custom-input-file p {
    margin-top: 20px;
    color: #363636;
    font-size: 12px;
    font-family: 'Poppins-SemiBold';
}

.btn-custom-disable {
    opacity: .5;
}

.tab-sub-wrapper {
    background: #fff;
    border-radius: 20px;
    box-shadow: 6px 6px 54px #0000000D;
}

.tab-sub-title {
    padding: 10px 20px;
    font-family: 'Poppins-Regular';
    position: relative;
    cursor: pointer;
}

.tab-container {
    border-bottom: 1px solid rgba(153, 153, 153, .2);
}

.tab-sub-title p {
    font-size: 20px;
}

.tab-sub-title p span {
    color: #686868;
    font-size: 17px;
}

.tab-slider-product .col-xl-5 .row {
    margin: 0 15px;
}

.tab-sub-title.active p span {
    color: #008bbf;
}

.tab-sub-title.active .tab-link::after {
    border-bottom: 2px solid #008bbf;
    content: '';
    display: inline-block;
    width: calc(100% - 12px);
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 6px;
}

.badge-checkbox-label,
.badge-checkbox-main {
    margin-bottom: 0px;
}

.badge-checkbox-label {
    margin: 8px 0px;
}

.badge-checkbox-label:not(:last-child) {
    margin-right: 20px;
}

.badge-checkbox-main {
    background: transparent;
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 12px;
}

.badge-checkbox-check:checked+.badge-checkbox-main {
    background: #008bbf;
    color: #fff;
}

.popup-checkbox {
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.popup-checkbox-label,
.popup-checkbox-main {
    margin-bottom: 0px;
    width: 100%;
}

.popup-checkbox-label {
    margin: 8px 0px;
}

.popup-checkbox-label:not(:last-child) {
    margin-right: 20px;
}

.popup-checkbox-main {
    background: transparent;
    padding: 5px 25px;
    border-radius: 30px;
    font-size: 14px;
    border: 0.6px solid #D5D5D5;
    text-align: center;
}

.popup-checkbox-check:checked+.popup-checkbox-main {
    background: #008bbf;
    color: #fff;
}

.prod_name {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 53px;
}

.product-item {
    border-radius: 20px;
    margin-bottom: 25px;
    height: calc(100% - 25px);
    background: #F9F9F9;
}

.product-img {
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.product-img img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%;
}

.product-details {
    background: #F9F9F9;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px 0px;
}

.product-title {
    font-size: 16px;
}

.product-price,
.product-avail {
    color: #686868;
    font-family: 'Poppins-Regular';
    margin-bottom: 5px;
}

.product-piece,
.product-shops {
    margin-bottom: 0px;
}

.product-shops {
    padding-left: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.product-shops img {
    padding-right: 6px;
}

.product-price span {
    color: #008bbf;
    font-family: 'Poppins-Bold';
}

.product-badge {
    background: rgba(0, 154, 166, 0.10);
    color: #008bbf;
    font-size: 10.5px;
    line-height: 30px;
    margin-left: 10px;
    padding: 0px 15px;
    border-radius: 30px;
}

/* .table td:last-child            {
    border-top: none;
} */
#order-table.table td:last-child {
    border-top: 1px solid #dee2e6;
}

#order-table.table.table-custom td {
    font-size: 14px;
    font-family: 'Poppins-Medium';
}

#order-table.table.table-custom td a {
    color: rgba(32, 34, 36, 0.9);
}

#order-table.table.table-custom td:first-child {
    text-decoration: underline;
}

table.dataTable td:first-child,
table.dataTable th:first-child {
    padding-left: 27px;
}

.btn-product-edit label,
.btn-product-list-edit label {
    font-family: 'Poppins-Regular';
    opacity: 0;
    transition: .5s all;
    font-size: 14px;
}

.btn-product-edit label {
    position: absolute;
    left: -24px;
    top: 5px;
}

.btn-product-edit {
    position: relative;
}

.btn-product-edit img,
.btn-product-list-edit img {
    width: 22px;
}

.btn-product-edit:hover .edit-tile,
.btn-product-list-edit:hover .edit-tile {
    opacity: 1;
}

.text-red.dis_chnge {
    display: block;
    text-align: left;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.54px;
    color: #008BBF;
}

.image-edit {
    width: auto;
    margin-bottom: 39px;
}

.image-edit img {
    width: 140px;
    height: auto;
    margin-bottom: 10px;
}

.stock-out {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
}

.product-stock-out .stock-out {
    display: flex;
}

.stock-out {
    flex-wrap: wrap;
}

.stock-out h2 {
    text-transform: uppercase;
    color: #008bbf;
    margin-bottom: 0px;
    font-size: 26px;
}

.form-dropdown-hide {
    display: none;
}

.form-custom-dropdown {
    padding: 0px;
    padding-right: 20px;
    background-image: url('../images/icons/dropdown-green.svg');
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 8px 8px;
    padding-right: 20px;
    font-family: 'Poppins-Regular';
}

#addProductCategory {
    font-family: 'NunitoSans-SemiBold';
}

.form-custom-dropdown option {
    padding: 10px;
}

/* .product-title{font-size: 18px;} */
.tab-fill-context {
    width: 100%;
}

.btn-add-new-user,
.btn-add-new-emp,
.btn-add-banner,
.btn-add-offer {
    margin-top: -25px;
}

.tab-single-wrapper .tab-container {
    border-bottom: none;
}

.tab-single-wrapper .tab-sub-title {
    padding: 20px;
}

.tab-single-wrapper .tab-sub-title.active .tab-link::after {
    width: 70%;
}

.filter-block {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0px;
}

.tab-single-wrapper .filter-block {
    justify-content: flex-end;
}

.filter-item {
    /* border: 0.4px solid #d5d5d5; */
    border: 0.6000000238418579px solid #D5D5D5;
    padding: 15px 22px;
    border-right: none;
    display: flex;
    height: 56px;
}

.filter-item:first-child {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.filter-reset {
    border: 0.6000000238418579px solid #D5D5D5;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    line-height: 24px;
    display: inline-block;
}

.filter-item img {
    padding: 0px 10px;
}

.filter-dropdown,
.filter-shop,
.filter-dropdown-list {
    position: relative;
    padding-right: 40px;
}

.filter-dropdown .filter-dropdown-svg,
.filter-shop .filter-shop-dropdown-svg,
.filter-dropdown-list .filter-dropdown-list-svg {
    position: absolute;
    top: 30px;
    right: 15px;
    transition: all 0.5s;
    fill: #363636;
}

.filter-dropdown .filter-dropdown-svg.rotate,
.filter-shop .filter-shop-dropdown-svg.rotate,
.filter-dropdown-list .filter-dropdown-list-svg.rotate {
    fill: #008bbf;
    transform: rotate(180deg);
}

.filter-popup {
    bottom: -108px;
    width: 80%;
    left: unset;
    right: 0;
    bottom: 0px;
    transform: translateY(100%);
}

.filter-order-shops-list {
    min-width: 235px;
    width: 100%;
    right: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.popup-checkbox::after {
    display: inline-block;
    content: '';
    width: calc(100% + 52px);
    height: 0.7px;
    background: rgba(153, 153, 153, .5);
    position: absolute;
    bottom: 0px;
    left: -26px;
}

/* .filter-block{border: 0.6px solid #D5D5D5;} */
/* profile */
/* .content-wrapper-profile .form-label{
    color: #ADADAD;
    margin-bottom: 10px;
}
.content-wrapper-profile .form-custom-control{
    background: #F5F6FA 0% 0% no-repeat padding-box;
    border: 0.6000000238418579px solid #D5D5D5;
    border-radius: 4px;
    padding: 10px;
} */
.content-wrapper-profile .form-error {
    bottom: -11px;
    left: 14px;
}

.profile-img .image-upload {
    margin: 0 auto;
    text-align: center;
}

.btn-apply {
    height: auto;
    line-height: 27px;
    font-size: 12px;
    box-shadow: 6px 6px 20px #00000033;
}

.employee-item {
    border-radius: 20px;
    margin-bottom: 25px;
    background: #fff;
    padding: 30px;
    height: calc(100% - 25px);
    cursor: pointer;
}

.employee-img {
    height: 100px;
    max-width: 100px;
    margin: 0 auto;
    margin-bottom: 25px;
    border-radius: 50%;
    text-align: center;
}

.employee-img img {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    max-width: initial;
    border-radius: 50%;
}

.employee-details .product-title {
    margin-bottom: 6px;
}

.employee-details p {
    opacity: .6;
    margin-bottom: 2px;
    /* word-wrap: break-word; */
    word-break: break-word;
}

.badge-status {
    width: fit-content;
    padding: 3px 20px;
    margin: 0 auto;
    border-radius: 30px;
}

.badge-status-hide {
    display: none;
}

.badge-status.badge-status-transit {
    background: rgba(210, 183, 13, .10);
    color: #D2B90D;
}

.badge-status.badge-status-onduty {
    background: rgba(124, 182, 14, .10);
    color: #7CB60E;
}

.badge-status.badge-status-onleave {
    background: rgba(218, 31, 38, .10);
    color: #da1f26;
}

.badge-status.badge-status-onbreak {
    background: rgba(31, 218, 212, .10);
    color: #1FDAD4;
}

.btn-red-outline {
    padding: 6px 24px;
    border: 1.2px solid #008bbf;
    background: transparent;
    box-shadow: none;
    color: #008bbf;
    font-family: 'Poppins-Bold';
    font-size: 13px;
    height: 45px;
    line-height: 31px;
}

.btn-red-outline:hover,
.btn-red-outline:focus,
.btn-red-outline.focus {
    box-shadow: 0px 8px 10px #00000029;
    background: #008bbf;
    color: #fff;
}

.image-preview-fixed {
    /* border-radius: 50%;
    border: 1px solid rgba(112, 112, 112, 0.5);
    height: 100%;
    width: 100%; */
    height: 100%;
    width: auto;
}

.btn-gray,
.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus {
    background: #e9e9e9;
    box-shadow: none;
    color: #008bbf;
}

.btn-red-opacity,
.btn-red-opacity:hover {
    background: rgba(218, 31, 38, .10);
    color: #008bbf;
    box-shadow: none;
}

.pagination-button {
    margin-bottom: 40px;
}

.pagination-button a {
    background: #FAFBFD;
    padding: 6px 20px;
    border: 0.6px solid #D5D5D5;
}

.pagination-button a.pagination-prev {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pagination-button a.pagination-next {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pagination-title,
.pagination-title span {
    color: rgba(32, 34, 36, 0.6);
    font-family: 'Poppins-SemiBold';
}

.emp-search {
    text-align: right;
}

.emp-search .select2-container {
    max-width: 362px !important;
    width: 100%;
}

/* .tab-slider .col-10 {
    padding: 0px;
    border-right: 1px solid rgba(153, 153, 153, .2);
} */

.tab-slider .col-8 {
    padding: 0px;
    border-right: 1px solid rgba(153, 153, 153, .2);
}

.tab-slider .col-4 {
    padding: 10px 20px;
}

.product-import,
.product-add {
    font-size: 15px;
    font-family: 'Poppins-Bold';
    letter-spacing: 1.6px;
}

.product-import {
    height: 52px;
    line-height: 40px;
    border: 1.5px solid #008bbf;
    box-shadow: 0px 8px 10px #00000029;

}

.download_excel_button {
    margin-top: 15px;
    /* margin-left: 23px; */
    text-decoration: underline;
}

.product-upload-file {
    width: 1px;
    height: 1px;
}

.tab-slider .col-8,
.tab-slider-product .col-xl-7 {
    padding: 0px;
}

.tab-slider .col-4,
.tab-slider-product .col-xl-4 {
    padding: 10px 20px;
}

.tab-slider-product .col-xl-5 {
    border-left: 1px solid rgba(153, 153, 153, .2);
    padding: 20px 0 0;
    margin-bottom: 20px;
}

div.dataTables_scrollHead table.dataTable {
    background-color: #FCFDFD;
    border: 0.6000000238418579px solid #D5D5D5;
    border-radius: 14px 14px 0px 0px;
}

.dataTables_scroll {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}


.btn-white-red {
    background: #fff;
    border: 1.5px solid #008bbf;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.16);
    margin-top: 20px;
    color: #008bbf;
}

.btn-white-red:hover {
    background: #008bbf;
    color: #fff;
    border: 1.2px solid #008bbf;
}

.file-input {
    background: #F3F3F3;
    padding: 10px;
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
    border-radius: 14px;
}

.custom-image-preview {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-add-image .custom-text p {
    margin-top: 9px;
}

.flat-dropdown {
    border-bottom: none;
    padding-right: 15px;
}

.shop-remove {
    margin-left: 10px;
}

.product-shops-badge {
    padding: 0px 10px;
    line-height: 22px;
    margin-left: 0px;
    margin-right: 10px;
}

.shop-dropdown-list {
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.shop-dropdown-list li {
    margin-bottom: 10px;
}

.tab-slider {
    position: relative;
    /* padding: 20px 0; */
}

.btn-product-list-edit {
    cursor: pointer;
}

.btn-product-list-edit .pagination-disable img {
    opacity: 0.6;
}

/* .filter-container {
    margin-bottom: 25px;
} */

.filter-block {
    justify-content: flex-start;
}

.filter-container .filter-block .filter-item {
    background-color: #fff;
}

.filter-page-emp {
    width: 65%;
    left: 82px;
    right: unset;
    bottom: 0px;
    transform: translateY(100%);
}

.filter-page-order {
    width: 55%;
    left: 195px;
    right: unset;
    bottom: 0px;
    transform: translateY(100%);
}

.form-search {
    height: 70px;
    border-radius: 14px;
    border: 0.6px solid #D5D5D5;
    background: url(../images/icons/search.svg) no-repeat scroll 15px center #fff;
    padding-left: 52px;
}

.filter-shops {
    width: 30%;
    right: unset;
    left: 180px;
    padding: 5px 15px;
    padding-bottom: 20px;
    height: auto;
    max-height: 300px;
    overflow-y: auto;
}

.filter-shops ul {
    margin-bottom: 0px;
}

.form-custom-search {
    background: url(../images/icons/search.svg) no-repeat scroll 0px center #fff;
    padding-left: 30px;
}

.search-group-custom {
    margin-bottom: 0px;
}

.filter-checklist.chnge_wid1 .custom-component-container .checkmark {
    width: 20px;
    height: 20px;
    margin-top: 0;
    border-radius: 4px;
}

.filter-checklist.chnge_wid1 .custom-component-container h3.subtext-title {
    font-family: 'Poppins-Regular';
    color: #363636;
}

.filter-checklist .custom-component-container .checkmark {
    border-radius: 5px;
    border: 1px solid #D5D5D5;
}

.filter-checklist .custom-component-container input:checked~.checkmark {
    background-color: #fff;
    box-shadow: none;
}

.filter-checklist .custom-component-container .checkmark:after {
    border: solid #008bbf;
    border-width: 0 2px 2px 0;
    border-radius: 1px;
    left: 10px;
}

.filter-checklist.chnge_wid1 .custom-component-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
}

.filter-checklist.chnge_wid1 .custom-component-container {
    line-height: 20px;
    padding-left: 32px;
    color: #686868;
    letter-spacing: 0.06px;
    font-family: 'Poppins-Regular';
}

.filter-checklist .custom-component-container {
    margin: 14px 0px;
}

.filter-shops ul li:last-child .custom-component-container {
    margin-bottom: 0px;
}

.context-title-red,
.context-title-red span {
    color: #008bbf;
}

.product-list {
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 15px;
    background-color: #fff;
    cursor: pointer;
}

.product-list-img {
    height: 130px;
    width: 130px;
    display: flex;
    justify-content: center;
}

.product-list-img img {
    height: 100%;
    width: auto;
}

.product-list-details {
    margin-left: 30px;
}

.product-list .product-title {
    font-size: 18px;
}

.product-list .text-muted {
    color: #999;
}

.banner-container {
    position: relative;
}

.banner-container img {
    border-radius: 25px;
    display: block;
    width: 100%;
}

.btn-banner-edit {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom left, #000 0%, transparent 100%);
    opacity: 0;
    display: flex;
    justify-content: flex-end;
    /* display: block; */
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: right;
    border-radius: 25px;
    padding: 20px;
}

.btn-banner-edit .edit-tile {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    cursor: pointer;
}

.banner-container:hover .btn-banner-edit {
    opacity: 1;
}

.btn-banner-edit * {
    color: #fff;
}

.btn-banner-edit img {
    max-width: 26px;
    max-height: 20px;
    border-radius: 0 !important;
}


.btn-banner-delete {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom left, #000 0%, transparent 100%);
    opacity: 0;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
    border-radius: 25px;
    padding: 20px;
}

.btn-banner-edit .delete-tile {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    cursor: pointer;
}

.banner-container:hover .btn-banner-edit {
    opacity: 1;
}

/* .btn-banner-delete * {
    color: #fff;
} */

/* .btn-banner-edit img {
    width: 26px;
} */


.file-input-banner {
    width: 100%;
    height: 250px;
}

.badge-gray {
    width: calc(100% - 80px);
    display: block;
    margin: 10px 40px;
    padding: 10px 5px;
    margin-bottom: 20px;
    text-align: center;
    background: #F3F3F3;
    border-radius: 20px;
    color: #999999;
    font-size: 14px;
}

.banner-preview .image-upload {
    max-width: 100%;
}

.banner-preview .image-preview {
    width: 100%;
    height: 250px;
    position: relative;
    border-radius: 20px;
}

.banner-preview .image-preview>div {
    border-radius: 20px;
}

.banner-preview .image-edit {
    text-align: center;
}

.product-offer {
    background-color: #008bbf;
    padding: 2px 10px;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 14px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
}

.product-offer * {
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins-Bold';
}

.radio-selection {
    border-radius: 20px;
    background: #f3f3f3;
}

.radio-selection-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}

.radio-selection-item input:checked .radio-selection-item {
    color: #fff;
}

.radio-selection-item label {
    margin-bottom: 0px;
    cursor: pointer;
}

.radio-selection-input {
    display: none;
}

.radio-selection-label {
    background: #f3f3f3;
    width: 100%;
    padding: 10px 20px;
    border-radius: 20px;
}

.radio-selection-item:first-child .radio-selection-label {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.radio-selection-item:last-child .radio-selection-label {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.radio-selection-input:checked+.radio-selection-label {
    background: #008bbf;
    color: #fff;
    border-radius: 20px;
}

/* .form-data{margin-top: 10px;} */
.form-data.form-data-red {
    margin-top: 10px;
    color: #008bbf;
}

.navbar-logo img {
    padding-left: 22px;
}

.filter-fill {
    background: #fff;
    border: 0.6px solid #d5d5d5;
    border-radius: 20px;
}

.table-order-status {
    padding: 4px 10px;
    border-radius: 30px;
    display: block;
    width: auto;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    font-family: 'Poppins-Bold';
}

.status-green {
    background: rgba(10, 155, 51, 0.2);
    color: #0A9B33;
}

.status-yellow {
    background: rgba(255, 236, 65, 0.2);
    color: #000000;
}

.status-red {
    background: #FFEDEC;
    color: #FF4B4B;
}

.status-orange {
    background: rgba(255, 146, 0, 0.2);
    color: #FF9200;
}

.status-blue {
    background: rgba(31, 218, 212, 0.2);
    color: #1FDAD4;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c594 !important;
    background: #fff !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #008bbf !important;
    background: #008bbf !important;
    color: #454545 !important;
}

.ui-widget-header {
    background: #f1f1f1 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    color: #fff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    background: rgba(218, 31, 38, 0.2) !important;
    color: #008bbf !important;
}

.popup-state {
    width: 100%;
    margin-left: 20px;
}

.text-default {
    color: #363636;
}

.card-popup-title h3.text-default {
    color: #363636;
}

.order-customer-details h4,
.order-tips h4,
.product-req-title {
    font-size: 16px;
    font-family: 'NunitoSans-Bold';
    color: #363636;
}

.order-customer-details .text-muted {
    font-size: 13px;
    margin-left: 10px;
    font-family: 'NunitoSans-SemiBold';
    color: #999999 !important;
}

.order-price {
    color: #008bbf;
    font-family: 'NunitoSans-Bold';
    letter-spacing: 0.48px;
}

.order-price span {
    letter-spacing: 0.28px;
    color: rgba(0, 139, 191, 0.9);
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'NunitoSans-Bold';
}

/* .order-context .col-9 {
    border-right: 1px solid #70707033;
} */

.card-popup-body p {
    margin-bottom: 0;
    font-family: 'Poppins-SemiBold';
    font-size: 15px;
    line-height: 18px;
    color: #000;
    margin-bottom: 20px;
}

.filter-custom .nice-select.chnge_select {
    padding: 0px;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 8px 8px;
    padding-right: 20px;
    font-family: 'Poppins-Regular';
    width: 228px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.27);
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.06px;
    color: #363636;
    border-radius: 0;
    background-color: transparent;
    height: 30px;
}

.filter-custom .nice-select.chnge_select span {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.06px;
    color: #363636;
    font-family: 'Poppins-Regular';

}

.filter-custom .nice-select.chnge_select:after {
    border-bottom: 1px solid #008bbf;
    border-right: 1px solid #008bbf;
    top: 14px;
}

.filter-custom .nice-select.chnge_select .list {
    border-radius: 14px;
    box-shadow: 0px 3px 6px #00000029;
}

.filter-custom .nice-select.chnge_select .option {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.06px;
    color: #686868;
    margin-bottom: 5px;
}

.order-context .filter-custom {
    width: 100%;
    height: 50px;
}

.add_styl label {
    margin-bottom: 0;
    font-family: 'Poppins-SemiBold';
    font-size: 12px;
    line-height: 18px;
    color: #686868;
    margin-bottom: 0;
}

.order-context {
    padding-bottom: 10px;
    border-bottom: 1px solid #70707033;
    margin-bottom: 20px;
}

.no-bottom-border {
    border-bottom: none;
}

.rating-conatiner .rating-item {
    margin: 0px 5px;
}

.rating-item {
    width: 26px;
    height: 25px;
    background-image: url(../images/icons/rating.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.rating-item.rating-item-checked {
    background-image: url(../images/icons/rating-fill.svg);
}

.rating-item.rating-item-half {
    background-image: url(../images/icons/rating-half.svg);
}

.subtext-title {
    font-size: 16px;
    line-height: 25px;
}

.rating-item svg {
    fill: #99999940;
}

.rating-item.rating-item-checked svg {
    fill: #008bbf;
}

.team-details {
    padding: 20px 0px;
    border-bottom: 1px solid #70707033;
    margin-bottom: 20px;
}

.team-details p {
    font-size: 12px;
}

.rating-faces {
    width: 39px;
    height: 39px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.rating-faces img {
    width: 100%;
}

.rating-experiences {
    padding: 0px 10px;
    margin-top: 10px;
    opacity: 0.2;
}

.rating-experiences p {
    font-size: 12px;
    font-family: 'NunitoSans-Regular';
}

.rating-experiences.active {
    opacity: 1;
}

.rating-experiences-conatiner,
.rating-review {
    border-bottom: 1px solid #70707033;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.rating-experiences-conatiner {
    border-bottom: none;
    margin-bottom: 0px;
}

.form-textarea {
    background: #EFEFEF;
    border-color: #d4d4d4;
    border-radius: 20px;
    padding: 20px;
}

.form-textarea:focus {
    background: #EFEFEF;
}

.rating-products-item {
    display: flex;
    align-items: center;
}

.rate-pro-img {
    width: auto;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.rate-pro-img img {
    width: 100%;
}

.rate-pro-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
}

.rate-pro-title.chnge_styl {
    font-family: 'Poppins-SemiBold';
}

.rate-pro-title.chnge_styl .text-muted {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #363636;
    font-family: 'Poppins-Regular';
}

.rate-pro-price {
    color: #008bbf;
    font-family: 'Poppins-SemiBold';
    font-size: 15px;
    line-height: 23px;
}

.rate-pro-price span {
    color: #008bbf;
    font-size: 12px;
    line-height: 23px;
    font-family: 'Poppins-Medium';
}

.card-popup-order-details .card-popup-body {
    height: calc(100% - 115px);
}

.context-title-red span {
    font-size: 16px;
    font-family: 'Poppins-Bold';
}

.text-red {
    color: #008bbf;
}

.irs-min,
.irs-max {
    opacity: 0;
}

.irs--flat .irs-line {
    height: 3px !important;
}

.irs--flat .irs-bar {
    height: 3px !important;
}

.irs--flat .irs-handle>i:first-child {
    top: -4px !important;
    width: 18px !important;
    margin-left: -10px !important;
    background-color: #fff !important;
    border: 2px solid #da4453;
    border-radius: 50%;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    color: #363636 !important;
    background-color: #fff !important;
    font-size: 14px !important;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    border-top-color: transparent !important;
}

.value-slider {
    margin-bottom: 30px;
}

/* .irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single{    left: -6px!important;} */
.irs-from,
.irs-to,
.irs-single {
    top: 40px !important;
}

.slider-prefix {
    font-size: 10px;
}

.filter-slider {
    width: 40%;
}

.filter-slider .add-popup {
    padding: 25px 30px;
}

.filter-item p {
    font-family: 'Poppins-Bold';
}

.btn-new-report {
    height: 48px;
    line-height: 37px;
    font-size: 14px;
    box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.05);
}

.prod_name .btn-new-report,
.prod_name .product-add,
.prod_name .btn-add-banner {
    width: 180px;
}

.report-filter-container a {
    text-align: center;
    position: relative;
    padding: 0px 15px;
}

.report-filter-container a.add-filter {
    padding: 0px 0 0 15px;
}

/* .report-filter-container a p{opacity: 0;color: #999999;margin-top: 10px;} */
.report-filter-container a p {
    opacity: 0;
    color: #999999;
    margin-top: 10px;
    position: absolute;
    width: max-content;
    top: 24px;
    left: -38px;
}

.report-filter-container a:hover p {
    opacity: 1;
}

.report-filter-icon {
    width: 30px;
    height: 30px;
}

.report-list-icon {
    height: 25px;
    width: 25px;
}

.report-list-icon img {
    height: 100%;
    width: auto;
}

.checkbox-report {
    width: 100%;
    padding: 30px 28px 30px 30px;
    border: 0.6px solid #D5D5D5;
    background: #fff;
    border-radius: 12px;
    cursor: pointer;
}

.report-item-control a.delete-selected {
    padding: 0 0 0 10px;
}

.filter-checklist.chnge_wid1 {
    margin-top: 20px;
}

.filter-checklist.chnge_wid1.padd_chnge {
    margin-top: 10px;
}

.filter-checklist.chnge_wid1.padd_chnge.pos_abs_cont {
    position: absolute;
    right: -10px;
    top: 18px;
    margin-top: 0;
}

.checkbox-report * {
    margin-bottom: 0px;
}

.checkbox-report .filter-checklist .custom-component-container {
    margin: 0px;
    line-height: 30px;
}

.report-item-control {
    display: flex;
}

.report-item-control a {
    padding: 0px 10px;
}

.checkbox-report.checked .report-item-control {
    visibility: hidden;
}

.favourite-selected svg {
    fill: #FFFFFF;
    stroke: #b3b3b3;
}

.favourite-selected.checked svg {
    fill: #FFD56D;
    stroke: #FFD56D;
}

.checkbox-report.checked {
    background: #008bbf;
}

.checkbox-report.checked * {
    color: #fff;
}

.checkbox-report.checked .filter-checklist .custom-component-container input:checked~.checkmark {
    background-color: transparent;
    border-color: #fff;
}

.checkbox-report.checked .filter-checklist .custom-component-container .checkmark:after {
    border-color: #fff;
}

.filter-row {
    margin-top: 25px;
    margin-bottom: 25px;
    border-color: rgba(153, 153, 153, .5);
}

.fields-filter {
    border: 1px solid rgba(104, 104, 104, .27);
    padding: 10px 20px;
    margin: 10px 0px;
    border-radius: 20px;
}

.dashboard-item {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 6px 6px 54px #0000000D;
}

.dashboard-revenue-monthly {
    padding: 32px;
}

.dashboard-revenue-monthly .dashboard-content {
    margin: 0 -15px;
}

.dashboard-data {
    margin-bottom: 20px;
}

.dashboard-data-details p {
    font-size: 15px;
    color: rgba(32, 34, 36, 0.7);
    ;
}


@keyframes fadein {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.main {
    display: grid;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
}

.chart {
    position: relative;
    margin: auto;
    font-weight: 900;
}

.chart__figure {
    display: flex;
    justify-content: space-between;
    height: 160px;
}

.chart__canvas {
    margin: auto;
}

.chart__caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 30px;
    letter-spacing: 0.4px;
    font-size: 36px;
    line-height: 56px;
    height: 100%;
    width: calc(80px + 160px);
    font-family: "Barlow Condensed", sans-serif;
    color: #01713c;
}

.chart span {
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    color: #334466;
}

.chart__value {
    display: grid;
    position: absolute;
    top: 0;
    left: 40px;
    height: calc(40px + 160px);
    width: 160px;
    animation: fadein 1400ms;
}

.chart__value p {
    font-size: 40px;
    margin: auto;
    padding-left: 6px;
    font-family: "Barlow Condensed", sans-serif;
    color: #01713c;
    background-color: #fff;
}


.dashboard-data-details h4 {
    font-family: 'Poppins-SemiBold';
    font-size: 24px;
}

/* .dashboard-data-icon {
    height: max-content;
    padding: 16px;
    border-radius: 23px;
}

.data-icon-blue {
    background: rgba(31, 218, 212, .2);
}

.data-icon-yellow {
    background: rgba(210, 185, 13, .2);
}

.data-icon-green {
    background: rgba(124, 182, 14, .2);
}
.data-icon-dark-green {
    background: rgba(0, 157, 168, 0.2);
}

.data-icon-red {
    background: rgba(218, 31, 38, .2);
} */

.dashboard-sales-up {
    padding: 0px 5px;
    color: #00B69B;
    font-family: 'Poppins-Medium';
}

.dashboard-sales-down {
    padding: 0px 5px;
    color: #F93C65;
}

.dashboard-sales p {
    color: #606060 !important;
    font-size: 13px;
}

.currency-unit {
    font-size: 16px;
    font-family: 'Poppins-SemiBold';
}

.dashboard-listing {
    padding: 20px;
    padding-bottom: 10px;
}

.dashboard-listing h3 {
    margin-bottom: 0px;
}

.dashboard-listing-item {
    padding: 16px 0px;
    min-height: 60px;
}

.dashboard-listing-item p {
    font-size: 16px;
    line-height: 20px;
    color: #363636;
}

.dashboard-listing-item p strong {
    display: block;
    font-family: 'Poppins-SemiBold';
}

.dashboard-listing-item p.listing-price {
    font-family: 'Poppins-SemiBold';
    font-size: 16px;
    color: #008bbf;
}

.dashboard-listing-item:not(:last-child) {
    border-bottom: 1px solid #EAEAEA;
}

.dashboard-listing-item:last-child {
    padding-bottom: 0px;
}

.dashboard-listing-item .col-8,
.dashboard-listing-item .col-4 {
    padding: 0px;
}

.listing-img {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.listing-img img {
    width: 100%;
    height: 100%;
}

.listing-title {
    font-size: 17px;
    font-family: 'Poppins-Regular';
}

.listing-price {
    font-size: 17px;
    font-family: 'Poppins-Bold';
    color: #008bbf;
}

.listing-price span {
    color: #686868;
    font-family: 'Poppins-Regular';
}

.progress {
    width: 180px;
    height: 180px;
    background: none;
    position: relative;
    margin: 41px 0px;
    margin-top: 0px;
}

.progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #E5F5F6;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #008bbf;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

.progress-value .h3 {
    margin-bottom: 0px
}

.progress-title {
    font-size: 25px;
    letter-spacing: 1px;
}

.progress-status {
    position: relative;
    color: #282d32cc;
    font-family: 'Poppins-Medium';
}

.progress-status:before {
    width: 12px;
    height: 12px;
    content: '';
    display: inline-block;
    margin-right: 8px;
    border-radius: 50%;
}

.progress-status.status-new::before {
    background: #008bbf;
}

.progress-status.status-repeated::before {
    background: #E5F5F6;
}

#chart_div {
    width: 100%;
}

#chart_div svg {
    width: 100% !important;
}

#chart_div svg text {
    fill: #2b303466;
    padding: 10px;
}

.dashboard-revenue {
    padding: 22px;
    /* padding-bottom: 0px; */
}

.dashboard-content .col-6 {
    padding: 0px;
}

.revenue-rate {
    margin-left: 28px;
    color: #008bbf;
}

.revenue-rate span {
    font-family: 'Poppins-SemiBold';
    color: #686868;
}

.sales-record {
    font-size: 18px;
    color: #282D32;
    font-family: 'Poppins-Bold';
    margin-right: 0;
}

#chart_div svg g rect {
    fill: #EAEAEA;
}

.revenue-dropdown {
    border: 2px solid #F3F3F3;
    padding: 6px 10px;
    padding-right: 40px;
    height: 60px;
    margin-bottom: 0px;
    font-size: 16px;
    border-radius: 14px;
}

.form-custom-dropdown.revenue-dropdown {
    background-position: 93% center;
    background-size: 10px 6px;
}

.form-revenue {
    margin-bottom: 0px;
}

.dropdown-menu-item {
    display: flex;
}

.dropdown-profile .dropdown-menu,
.dropdown-search .dropdown-menu {
    border: none;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.08);
}

.dropdown-menu-item {
    padding: 10px 24px;
    font-family: 'Poppins-SemiBold';
    color: #606060;
    font-size: 15px;
}

.dropdown-menu-item span {
    width: 22px;
    margin-right: 12px;
    text-align: center;
}

.dropdown-menu-item:focus,
.dropdown-menu-item:hover {
    color: #606060;
}

.dashboard-tab .tab-title p {
    font-size: 16px;
}

.dashboard-tab .tab-title p span {
    padding-bottom: 10px;
}

.dashboard-tab .tab-pane {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.dashboard-tab .tab-pane::after,
.tab-shop-main.tab-pane::after {
    width: 100%;
    left: 0px;
}

.dashboard-month-filter {
    margin-left: 42px;
}

.dashboard-month-filter .form-custom-dropdown {
    height: 42px;
    padding: 0px 14px;
    padding-right: 30px;
    border: none;
    border-radius: 12px;
    min-width: 120px;
    font-size: 13px;
    margin-top: -5px;
}

.dashboard-month-filter .form-custom-dropdown {
    background-image: url(../images/icons/dropdown.svg);
    background-repeat: no-repeat;
    background-position: 85% center;
    background-size: 8px 8px;
    font-family: 'Poppins-SemiBold';
}

.dashboard-month-filter .form-custom-dropdown:hover {
    color: #008bbf;
    background-image: url(../images/icons/dropdown-fill.svg);
}

.dashboard-shop {
    width: 100%;
    margin-left: 20px;
}

.dashboard-shop .form-custom-dropdown {
    width: 100%;
    height: 42px;
    padding: 5px 17px;
    font-size: 19px;
    border-radius: 14px;
    border: none;
    background-image: url(../images/icons/dropdown.svg);
    background-size: 10px 20px;
    background-position: 94% center;
    padding-right: 30px;
}

.dashboard-shop .form-custom-dropdown:hover {
    color: #008bbf;
    background-image: url(../images/icons/dropdown-fill.svg);
}

.no-padding {
    padding: 0px;
}

.tab-container-scroll .tab-sub-title {
    text-align: center;
}

.swiper-container {
    border-bottom: 1px solid rgba(153, 153, 153, .2);
}

.swiper-container .tab-container {
    border-bottom: none;
}

.swiper-scrollbar-drag {
    background: rgba(104, 104, 104, 0.5);
}

.swiper-container-horizontal>.swiper-scrollbar {
    bottom: -2px;
}

.swiper-slide.tab-sub-title {
    padding: 10px 12px;
    width: auto;
}

.swiper-slide.tab-sub-title.all_items {
    margin-left: 15px;
}

.swiper-container::after {
    width: 35px;
    height: 100%;
    content: '';
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    background: linear-gradient(to bottom left, #FFFFFF 0%, transparent 100%);
    z-index: 20;
}

.swiper-container-details::after {
    border-radius: 20px;
}

hr {
    border-color: rgba(112, 112, 112, 0.27);
}

.btn-password-update {
    width: max-content;
    box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.16);
    padding: 6px 20px;
}

.reset-password-conatiner,
.reset-meassage {
    display: none;
}

#map {
    height: 300px;
}

.menuBtn {
    display: none;
}

.mob-filter-list,
.mob-filter-product,
.mob-filter-user {
    display: none;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1001;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 20px;
}

.mob-filter-fixed {
    position: unset;
}

.mob-filter-wrapper {
    position: relative;
}

.resetFilter {
    position: absolute;
    top: 0px;
    right: 20px;
    padding: 0 10px;
    color: #008bbf;
    border: 1px solid #008bbf;
    border-radius: 30px;
    line-height: 26px;
    width: max-content;
    font-size: 13px;
    display: flex;
}

.closeFilter {
    position: absolute;
    top: 0px;
    right: 0px;
}

.mob-filter-container {
    padding: 10px;
}

.mob-filter-dropdown {
    transition: all 0.5s;
    fill: #363636;
}

.mob-filter-title.open .mob-filter-dropdown {
    fill: #008bbf;
    transform: rotate(180deg);
}

.resetFilter p {
    color: #008bbf;
    line-height: 24px;
}

.mob-filter {
    display: none;
}

.rating-products-item:not(:last-child) {
    margin-bottom: 20px;
}

.rate-pro-img img {
    width: 30px;
    height: auto;
}

.col-md-0 {
    display: none;
}

.product-upload-file {
    width: 1px;
    height: 1px;
}

.btn-red-outline:hover,
.btn-red-outline:focus,
.btn-red-outline.focus {
    /* box-shadow: none; */
    background: transparent;
    color: #008bbf;
    border: 1.5px solid #008bbf;
}

.login-back label a,
.checkbox-wrap {
    color: #202224;
    opacity: 0.6;
}

.checkbox-wrap {
    line-height: 22px;
}

.login-back label a:hover {
    color: #008bbf;
}

.checkmark {
    border: 1px solid #5e6a6c;
}

.checkbox-wrap .checkmark:after {
    left: 7.5px;
    top: 3.5px;
}

.link-verify p {
    font-size: 14px;
    color: #202224;
    font-family: 'Poppins-Bold';
}

.link-verify p span {
    opacity: 0.6;
}

.link-verify a {
    text-decoration: underline;
    font-family: 'Poppins-Bold';
    margin-left: 10px;
}

.dashboard-tab .tab-title p span {
    font-family: 'Poppins-Regular';
}

.dashboard-content {
    align-items: center;
}

.revenue-dropdown {
    height: 40px;
    font-size: 14px;
}

.form-revenue {
    margin-bottom: 0px !important;
}

.card-popup-title img {
    margin-right: 5px;
}

.card-popup-body {
    padding: 35px 36px 35px 58px;
}

.wid_chnge {
    width: 60%;
}

.tab-shop-main .tab-title p span {
    font-family: 'Poppins-Bold';
}

::-webkit-input-placeholder {
    color: #999999;
    opacity: 0.5;
}

:-ms-input-placeholder {
    color: #999999;
    opacity: 0.5;
}

::placeholder {
    color: #999999;
    opacity: 0.5;
}

p.small {
    opacity: 0.6;
}

.filter-item p,
.filter-reset {
    font-size: 13px;
}

.filter-reset img {
    padding: 0px 5px;
    height: 18px;
}

.image-upload-product .image-preview {
    width: 100px;
    height: 100px;
    border-radius: 14px;
    border: 1px solid #F3F3F3;
}

.image-upload-product .image-preview>div {
    border: none;
    border-radius: unset;
}

.image-upload-product .image-edit input+label {
    margin-top: 5px;
    font-size: 13px;
    padding-left: 17px;
}

.link-reset {
    font-size: 14px;
}

.login-back .btn-login {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

.dropdown-search .dropdown-toggle::after {
    display: none;
}

.dropdown-search .dropdown-toggle {
    box-shadow: none;
}

.nav-item-mobile {
    display: none;
}

.filter-block-emp {
    padding: 0 15px;
}

.filter-block-emp.col-lg-9 {
    align-items: center;
}

.message-block {
    display: none;
    position: fixed;
    top: 105px;
    right: 22px;
    z-index: 3000;
    background: #DA1F26;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.2);
}

.message-block * {
    color: #fff;
}

.message-block p {
    min-width: 250px;
    font-size: 16px;
}

.message-block a {
    margin-left: 15px;
    opacity: 0.8;
    font-size: 16px;
}

.message-block a:hover {
    color: #fff;
}

.success-message {
    background: #19BD5B;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#empDes-error {
    width: 300px;
    bottom: -30px;
}

.dashboard-item-customer {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    align-content: space-between;
    padding: 21px 24px;
}

.emp-search .select2-container .select2-selection--single,
.emp-search .select2-container .select2-selection--multiple {
    height: 70px;
    padding: 7px 55px;
    padding-right: 30px;
}

.emp-search .select2-container--default .select2-selection--single,
.emp-search .select2-container--default .select2-selection--multiple {
    background: url(../images/icons/search.svg) no-repeat scroll 15px center #fff;
    background-size: 20px 20px;
    border-radius: 14px;
}

.emp-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
    padding: 0px;
    text-align: left;
}

.emp-search .select2-dropdown {
    box-shadow: 0px 5px 16px #9C090914;
    padding: 10px;
    border-color: transparent;
}

.emp-search .select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
    border: 0.6px solid #D5D5D5;
}

.emp-search .select2-container--default .select2-selection--single {
    padding: 7px 55px 7px 50px;
}

.emp-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 20px;
    right: 8px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #999;
}

.select2-results__option {
    color: #999;
}

.emp-search .select2-selection__arrow {
    display: none;
}

.product-request-list img {
    width: auto;
    max-height: 500px;
}

.card-popup-product-request .card-popup-body {
    height: calc(100% - 75px);
}

.filter-mul-shop .select2-container .select2-selection--multiple {
    background-color: white;
    border: 0.6px solid #d5d5d5;
    border-radius: 20px;
    padding: 5px;
    min-height: 65px;
}

.filter-mul-shop .select2-container--default .select2-search--inline .select2-search__field {
    line-height: 45px;
}

.filter-mul-shop .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 0.6px solid #d5d5d5;
}

.filter-mul-shop .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #DA1F26;
}

.filter-manpower-shop {
    padding: 0px;
    width: 150px;
}

.filter-manpower-shop .select2-selection {
    border: none;
    height: 54px;
    border-radius: 0px;
}

.filter-manpower-shop .select2-selection {
    top: 19px;
}

.filter-manpower-shop .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 54px;
    padding-left: 15px;
}

.filter-manpower-shop .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #363636;
    font-size: 13px;
    font-family: 'Poppins-Bold';
}

.filter-manpower-shop .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../images/icons/filter-dropdown-gray.svg);
    background-repeat: no-repeat;
    border: none;
    background-size: 100% 100%;
    width: 10px;
    height: 7px;
    top: 96%;
    left: 20%;
}

.filter-manpower-shop .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    background-image: url(../images/icons/filter-dropdown-rotate.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.banner_button_admin {
    padding: 4px 10px;
    border-radius: 6px;
    background: #008bbf;
    color: #fff;
    font-weight: 500;
}

.download_excel_button {
    /* position: absolute; */
    /* top: 162%; */
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    /* left: 35%; */
    font-family: 'Poppins-SemiBold';
}

div.dataTables_wrapper div.dataTables_info {
    width: 40%;
    float: left;
}

div.dataTables_wrapper div.dataTables_paginate {
    width: 50%;
    float: right;
}

.select2-container--default .select2-selection--single {
    /* border: none !important;
    border-bottom: 1px solid rgba(112, 112, 112, 0.5) !important; */
    border-radius: 0;
    /* border: 0.6000000238418579px solid #D5D5D5; */
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(104, 104, 104, 0.3);
}

.product-count {
    display: flex;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background-image: url('../images/icons/dropdown-green.svg');
    background-repeat: no-repeat;
    background-position: 95% 5%;
    background-size: 8px 8px;
    width: 12px;
    height: 20px;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #008bbf;
    color: #fff;
}

.product-count input {
    height: 37px;
    border-radius: 0;
    padding: 0.375rem 0.5rem;
    width: 40px;
    text-align: center;
}

.product-count .btn:focus,
.product-count .btn:hover {
    box-shadow: none;
    color: #000;
}

.btn.minus {
    border: 1px solid #ced4da;
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 37px;
    width: 40px;
}

.btn.plus {
    border: 1px solid #ced4da;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 37px;
    width: 40px;
}

.order-customer-details.form-group p {
    margin-left: 0;
    font-size: 15px;
}

.rate-product-img {
    border: 1px solid #ddd;
    border-radius: 9px;
    overflow: hidden;
    width: 55px;
    height: 55px;
}

@media screen and (min-width:200px) and (max-width:1024px) {

}

@media screen and (min-width:200px) and (max-width:580px) {
    .login-back.vh-100 {
        height: 100% !important;
    }

    .tab-title p {
        font-size: 15px;
    }

    .tab-single-wrapper .tab-sub-title {
        padding: 10px 5px;
    }

    h3,
    .card-popup-title h3,
    .tab-title p,
    .tab-sub-title p {
        font-size: 16px;
    }

    .filter-item {
        padding: 10px 5px;
    }

    .filter-dropdown-list,
    .filter-order-status {
        padding-right: 15px;
    }

    .btn-red-outline {
        padding: 5px 10px;
    }

}

/* <<<<<<< HEAD
.image-upload-product .image-preview{
    width: 100px;
    height: 100px;
    border-radius: 14px;
    border: 1px solid #F3F3F3;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.image-upload-product .image-preview > div{
    border: none;
    border-radius: unset;
}
.image-upload-product .image-edit input + label{
    margin-top: 5px;
    font-size: 13px;
    padding-left: 17px;
}

.image-upload-product .image-preview .image-preview-fixed{
    border-radius:0px;
    border: none;
    height: 100%;
    width: auto;

} */



.details-card {
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #008bbf;
}

.details-card-img {
    height: 170px;
    width: 100%;
    border-radius: 4px;
}

.details-card-img img {
    width: auto;
    height: 100%;
    display: block;
    border-radius: 4px;
    margin-left: -0.5px;
}

.btn-download {
    padding: 10px;
    color: #008bbf;
    font-size: 14px;
}

.dashboard-listing-empty {
    padding-top: 0px;
    min-height: 30px;
    display: none;
}

.page-details {
    background-color: #fff;
}

.page-details p {
    font-size: 1rem;
    font-family: 'Poppins-Regular';
}

.page-details-title {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.page-details-title::after {
    content: '';
    width: 70%;
    height: 3px;
    background-color: #008bbf;
    display: inline-block;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

.page-details-list li {
    position: relative;
    padding: 0 0 0 30px;
}

.page-details-list li:not(:last-child) {
    margin-bottom: 15px;
}

.page-details-list li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #008bbfa3;
    border-radius: 2px;
}

.order-listing li {
    padding: 0 0 0 0px;
    list-style: lower-alpha;
}

.order-listing li::before {
    display: none;
}

/* .file-input.file-input-active {
    padding: 0;
    height: auto;
    width: auto;
    margin-bottom: 0!important;
    background: transparent;
} */

/* .file-input.file-input-active .custom-input-file {
    border: none;
}

.file-input.file-input-active .custom-text img {
    display: none;
} */

.file-input.file-input-active .custom-text p {
    color: #008bbf;
}

.fields-filter.dis_chnge {
    display: flex;
    padding: 12px;
    gap: 15px;
}

textarea.prod_list_text {
    text-align: left;
    width: 77%;
}

.image-add-product {
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 0;
    margin-right: 0;
    max-width: 120px;
}

.image-add-product:hover .image-preview::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9;
}

.image-add-product.image-upload-product .image-preview {
    width: 105px;
    height: 105px;
}

.delete-icon {
    position: absolute;
    left: 33%;
    bottom: 33%;
    z-index: 99;
}

.image-preview .delete-icon {
    display: none;
}

.image-add-product:hover .image-preview .delete-icon {
    display: block;
}

.file-upload-input {
    width: 140px;
    height: 140px;
    margin-right: 10px;
    /* margin-left: 10px; */
    padding: 8px;
}


.prescription_img1:not(:last-child) {
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.pes_all_images {
    height: 60%;
}

/*Styles added by suyash*/
.add-emp-email {
    display: none;
}

.product_upload_radio {
    appearance: auto !important;
    width: 18px !important;
    margin: 0 0 3px;
}

.product_upload_label {
    margin-right: 10% !important;
    padding-top: 9px;
    padding-left: 9px;
    font-size: 14px;
    letter-spacing: 0.06px;
    margin-bottom: 13px;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    /*background: rgba(0,0,0,0.6);*/
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #008bbf solid;
    /* #2e93e6 */
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

.collection_sect {
    width: 100%;
    background: #FFFFFF;
    border: 0.6000000238418579px solid #D5D5D5;
    border-radius: 12px;
    padding: 24px 32px;
}

.collection_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.collection_body {
    width: 100%;
    margin: 15px 0 0;
}

.collection_txt {
    width: 100%;
    margin-bottom: 15px;
}

.collection_txt:last-child {
    margin-bottom: 0;
}

.collection_txt h4 {
    font-size: 16px;
    line-height: 25px;
    color: #686868;
    margin-bottom: 6px;
    font-weight: 600;
}

.collection_txt p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.06px;
    color: #686868;
    margin-bottom: 6px;
    word-break: break-all;
}

.collection_txt img {
    width: 140px;
    height: 140px;
    display: block;
}

.collection_head span a {
    display: inline-block;
    vertical-align: middle;
}

.collection_head span a.edit_btn1 {
    margin-right: 15px;
}

.dis_chnge .file-upload-input {
    width: 80px;
    height: 80px;
}

.dis_chnge .custom-input-file p {
    font-size: 9px;
    margin-top: 0;
}

.dis_chnge .custom-input-file img {
    width: 15px;
    height: auto;
}

.category_form_sect .form-control {
    width: 100%;
    height: 47px;
    border: 1px solid rgba(104, 104, 104, 0.27);
    border-radius: 14px;
    padding: 12px 20px;
    margin-top: 10px;
}

.category_form_sect .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(104, 104, 104, 0.5);
}

.category_form_sect .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(104, 104, 104, 0.5);
}

.category_form_sect .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(104, 104, 104, 0.5);
}

.category_form_sect .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(104, 104, 104, 0.5);
}






@media screen and (min-width:200px) and (max-width:800px) {
    body {
        overflow-x: hidden;
    }

    .card-body h4,
    .dashboard-data-details h4,
    h4,
    .progress-title,
    .stock-out h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    h3,
    .card-popup-title h3,
    .tab-title p,
    .tab-sub-title p {
        font-size: 18px;
    }

    .login-back p,
    label,
    .btn,
    .dashboard-tab .tab-title p,
    .currency-unit,
    .tab-count,
    .product-title {
        font-size: 14px;
    }

    .sales-record {
        font-size: 14px;
        margin-bottom: 10px;
    }

    p,
    .listing-title,
    .listing-price,
    .custom-component-container,
    a,
    .product-price,
    .product-avail {
        font-size: 13px;
    }

    .form-custom-control {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .form-group-custom {
        margin-bottom: 18px;
    }

    .form-label,
    .popup-checkbox-main {
        font-size: 11px;
    }

    .badge-checkbox-main,
    .btn-product-edit label,
    .btn-product-list-edit label {
        font-size: 10px;
    }

    .btn-product-edit img,
    .btn-product-list-edit img {
        width: 18px;
    }

    .mt-3 {
        margin-top: .2rem !important;
    }

    .mb-4 {
        margin-bottom: 1rem !important;
    }

    .mb-5 {
        margin-bottom: 1.5rem !important;
    }

    .mt-4 {
        margin-top: 1rem !important;
    }

    .context-title {
        font-size: 22px;
    }

    .btn-red {
        font-size: 13px;
        height: 40px;
        line-height: 30px;
    }

    .tab-title:not(:last-child) p,
    .badge-checkbox-label:not(:last-child) {
        padding-right: 8px;
    }

    .badge-checkbox-label {
        margin: 2px 0px;
    }

    /* Popup */
    .card-popup {
        width: 100%;
        top: 0px;
        z-index: 100;
        height: 100vh;
        overflow-x: hidden;
        border-radius: 0px;
    }

    .card-popup-footer {
        width: 100%;
    }

    .card-popup-body {
        height: calc(100% - 95px);
        padding: 15px;
    }

    .card-popup-title {
        padding: 15px;
    }

    .card-popup-title img {
        padding: 5px
    }

    .btn-fix-popup {
        border-radius: 0px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    /* login, reset password ,forget page */
    .login-back.vh-100 {
        padding: 20px 0px;
        min-height: 100vh;
    }

    .login-back .col-4.offset-4 {
        margin-left: 0px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .card-header {
        padding: 12px 0 12px 0;
    }

    .card-header img {
        height: 30px;
    }

    .card-body {
        padding: 10px;
    }

    .checkbox-wrap {
        font-size: 12px;
    }

    .checkmark {
        height: 18px;
        width: 18px;
        border: 1px solid #5e6a6c;
    }

    .checkbox-wrap .checkmark:after {
        left: 5px;
        top: 2px;
    }

    /* sidebar and header */
    .sidebar {
        display: none;
    }

    .navbar {
        padding: 15px;
    }

    .navbar-brand {
        width: auto;
        max-width: unset;
        flex: 0 0 25%;
        padding: 0px;
        margin-left: 35px;
    }

    .navbar-logo img {
        padding-left: 0px;
    }

    .menuBtn {
        height: 25px;
        width: 25px;
        position: fixed;
        left: 10px;
        top: 21px;
        z-index: 9999;
        cursor: pointer;
        display: block;
    }

    .menuBtn .line {
        height: 1.5px;
        margin: 4px;
        background-color: #211D3D;
    }

    .menuBtn .line {
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
    }

    .actMenuBtn .l1 {
        transform: translateY(5.5px) translateX(0) rotate(45deg);
        -webkit-transform: translateY(5.5px) translateX(0) rotate(45deg);
        -moz-transform: translateY(5.5px) translateX(0) rotate(45deg);
    }

    .actMenuBtn .l2 {
        transform: translateY(25px);
        -webkit-transform: translateY(25px);
        -moz-transform: translateY(25px);
        opacity: 0;
    }

    .actMenuBtn .l3 {
        transform: translateY(-6px) translateX(0) rotate(-45deg);
        -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
        -moz-transform: translateY(-6px) translateX(0) rotate(-45deg);
    }

    .navbar-collapse.collapse {
        display: block;
        display: flex;
        max-width: 50%;
        padding: 0px;
        justify-content: flex-end;
    }

    .navbar-collapse .form-inline,
    .d-flex-content h3,
    .d-flex-content p {
        display: none;
    }

    .dropdown-search .form-inline {
        display: block;
    }

    .navbar-nav {
        flex-direction: row;
    }

    .header-nav {
        justify-content: unset;
        max-width: 100%;
        padding-right: 0px;
        width: 100%;
    }

    .dropdown-menu-icon {
        margin-left: 0px;
    }

    .navbar-collapse img {
        max-width: unset;
    }

    .btn.dropdown-toggle {
        padding: 0px;
    }

    .profileImg {
        width: 30px;
        height: 30px;
    }

    .dropdown-profile .dropdown-menu,
    .dropdown-search .dropdown-menu {
        position: absolute;
        top: 42px;
        left: unset;
        right: -10px;
    }

    .dropdown-search .dropdown-menu {
        min-width: 300px;
        right: -95px;
        top: 36px;
    }

    .dropdown-menu-item {
        padding: 5px 10px;
        font-size: 12px;
    }

    .dropdown-menu-item span {
        margin-right: 5px;
    }

    .dropdown-menu-item span img {
        height: 13px;
    }

    .notification-count {
        color: #fff;
        background: #DA1F26;
        height: 15px;
        width: 15px;
        top: 4px;
        right: 6px;
        line-height: 16px;
        font-size: 9px;
    }

    .dropdown-menu-icon {
        width: 14px;
    }

    .nav-link img {
        height: 18px;
    }

    .sidebar.show {
        display: block;
        width: 100%;
        top: 60px;
        height: 100%;
        z-index: 98;
    }

    .sidebar.show .navbar-nav {
        flex-direction: column;
    }

    aside .navbar-nav a.nav-link {
        padding: 10px;
    }

    .header-nav li {
        width: 100%;
    }

    .searchbox {
        border-radius: 5px;
    }

    .nav-item-mobile {
        display: block;
    }

    /* Page wrapper */
    .content-wrapper {
        width: 100%;
        float: unset;
        margin-top: 0px;
        min-height: 100vh;
        padding: 10px 0px;
        padding-top: 90px;
        position: relative;
    }

    .content-wrapper-main {
        padding: 15px;
        padding-top: 90px;
    }

    /* dashbaord */
    .dashboard-item {
        margin-top: 10px;
        height: auto;
    }

    .dashboard-content,
    .dashboard-content .d-flex {
        flex-wrap: wrap;
    }

    .dashboard-content .align-items-center.justify-content-end {
        justify-content: flex-start !important;
    }

    #chart_div {
        overflow-x: hidden;
    }

    .dashboard-shop {
        margin-top: 15px;
        margin-left: 0px;
    }

    .dashboard-month-filter {
        margin-left: 0px;
        margin-top: 20px;
    }

    .filter-data {
        flex-wrap: wrap;
        justify-content: flex-start !important;
        margin-top: 15px;
    }

    .dashboard-tab,
    .dashboard-month-filter {
        width: 100%;
    }

    .listing-price span {
        display: block;
    }

    .dashboard-shop .form-custom-dropdown,
    .form-custom-dropdown.revenue-dropdown {
        font-size: 13px;
        background-position: 92% center;
        background-size: 8px 8px;
        height: 40px;
    }

    .dashboard-data {
        margin-bottom: 0px;
    }

    /* table */
    div.dataTables_wrapper div.dataTables_info {
        text-align: left !important;
    }

    .table-custom thead h3 {
        font-size: 12px;
    }

    .table-custom tbody p,
    .table.table-custom tbody tr td,
    .table.table-custom tbody tr td a {
        font-size: 12px;
    }

    .table.table-custom thead>tr>th {
        padding: 10px;
        padding-right: 30px;
    }

    .table.table-custom tbody tr td {
        padding: 10px;
    }

    /* shop */

    #map,
    .address-map {
        height: 200px;
    }

    .btn-set-dropdown {
        min-width: 45px;
    }

    .tab-fill-context {
        padding: 0px 15px;
    }

    .tab-slider .col-12:first-child {
        padding: 0px;
    }

    .badge-checkbox-label:not(:last-child) {
        margin-right: 0px;
    }

    .badge-checkbox {
        padding: 10px;
    }

    .btn-add-new-user {
        margin-top: 0px;
        margin-bottom: 18px;
    }

    .add-popup {
        bottom: -99px;
    }

    .btn-add-shop {
        margin-top: 15px;
    }

    /* shop product */
    .btn-custom-dropdown .dropdown-menu.show {
        top: -13px !important;
    }

    .tab-single-wrapper {
        flex-wrap: wrap;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .tab-single-wrapper .tab-container.col-6,
    .tab-single-wrapper .filter-block {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .tab-single-wrapper .filter-block {
        padding: 10px;
    }

    .tab-single-wrapper .filter-block {
        display: none !important;
    }

    /* .tab-single-wrapper .filter-block{display: none!important;} */
    .tab-single-wrapper .tab-sub-title {
        padding: 10px 5px;
    }

    .tab-single-wrapper .tab-sub-title.active .tab-link::after {
        width: 90%;
        left: calc(0px + 6px);
    }

    .filter-call {
        padding: 10px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: right;
    }

    .filter-reset {
        font-size: 13px;
    }

    .filter-item {
        padding: 10px 8px;
    }

    .filter-item img {
        padding: 0px;
        height: 16px;
    }

    .filter-block {
        padding: 10px 0px;
        padding-right: 6px;
    }

    .filter-emp.filter-dropdown,
    .filter-shop {
        padding-right: 20px;
    }

    .filter-manpower-shop .select2-selection {
        height: 40px;
    }

    .filter-manpower-shop .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 42px;
    }

    .filter-manpower-shop {
        padding: 0px;
        width: 150px !important;
    }

    .filter-manpower-shop .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 73%;
        left: 52%;
    }

    .filter-dropdown .filter-dropdown-svg,
    .filter-shop .filter-shop-dropdown-svg {
        top: 17px;
        right: 6px;
    }

    .filter-item:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .filter-reset {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .filter-popup {
        width: 94%;
        right: 5px;
        bottom: 10px;
    }

    .tab-single-wrapper .tab-container {
        padding: 0px;
    }

    .filter-block {
        flex-wrap: unset;
    }

    .add-popup {
        padding: 15px;
    }

    .popup-checkbox-main {
        padding: 5px;
    }

    .popup-checkbox .row {
        padding: 0px 10px;
    }

    .popup-checkbox .col-4 {
        padding: 0px 3px;
    }

    .popup-checkbox::after {
        width: 100%;
        left: 0px;
    }

    .btn-apply {
        width: auto;
        height: auto;
        padding: 6px 18px;
        font-size: 11px;
        letter-spacing: 0px;
        line-height: 18px;
    }

    .pagination-button a img {
        max-width: 10px;
    }

    .custom-component-container .checkmark {
        height: 18px;
        width: 18px;
    }

    .custom-component-container {
        padding-left: 24px;
    }

    .custom-component-container .checkmark:after {
        width: 5px;
        height: 9px;
        border-width: 0 1.5px 1.5px 0;
    }

    /* product */
    .tab-slider-product {
        flex-wrap: wrap;
    }

    .swiper-container::after {
        display: none;
    }

    .tab-slider-product .col-xl-8 {
        border-right: none;
    }

    .tab-slider-product .col-xl-4 {
        border-top: 1px solid rgba(153, 153, 153, .2);
        padding: 20px;
    }

    /* .product-import{margin-bottom: 15px;} */
    /* emp */
    .btn-add-new-emp {
        margin-top: 0px;
        margin-bottom: 14px;
    }

    .filter-block-emp {
        padding: 15px;
    }

    .filter-block a {
        width: auto
    }

    .form-search {
        height: 50px;
    }

    .filter-shops {
        width: 92%;
        right: unset;
        bottom: 15px;
        left: 18px;
    }

    .filter-page-emp {
        width: 93%;
        right: unset;
        bottom: 15px;
        left: 14px;
    }

    /* orders */
    .filter-order-shops {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .filter-dropdown-list .filter-dropdown-list-svg {
        top: 18px;
        right: 8px;
    }

    .filter-page-order {
        width: 99%;
        right: unset;
        bottom: 10px;
        left: 0px;
    }

    .filter-dropdown-list,
    .filter-order-status {
        padding-right: 22px;
    }

    /* mob filter */
    .mob-fliter-list h3 {
        font-size: 16px;
    }

    .mob-filter {
        display: block;
        position: absolute;
        right: 20px;
        top: 90px;
    }

    .mob-filter-fixed {
        position: unset;
        display: none;
        margin-bottom: 0px;
    }

    .filter-container-orders .filter-block,
    .filter-block-emp {
        display: none !important;
    }

    .filter-order-shops-list {
        width: 100%;
        right: 1px;
        bottom: 0px;
    }

    .order-customer-details .text-muted {
        font-size: 10.5px;
    }

    .order-price {
        font-size: 28px;
    }

    .order-customer-details h4,
    .order-tips h4,
    .order-price span,
    .subtext-title,
    .product-req-title {
        font-size: 14px;
    }

    .rate-pro-title {
        font-size: 13px;
    }

    .rate-pro-img img {
        width: auto;
        height: 100%;
    }

    .card-popup-order-details .card-popup-body {
        height: calc(100% - 100px);
    }

    /* sales */
    .content-sales-count {
        text-align: left;
        padding-right: 45px;
        word-break: break-word;
    }

    .filter-container-orders .pr-0 {
        padding: 0px !important;
    }

    /* offers */
    .btn-add-banner,
    .btn-add-offer {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .banner-container img {
        border-radius: 20px;
    }

    .banner-preview .image-preview {
        height: 200px;
    }

    .radio-selection-label {
        padding: 5px;
    }

    /* product request */
    .product-list-img {
        height: 80px;
        width: 80px;
    }

    /* report */
    .btn-new-report {
        margin-top: 25px;
    }

    .report-filter-icon,
    .report-list-icon,
    .favourite-selected svg {
        width: 20px;
        height: 20px;
    }

    .report-filter-container a p {
        font-size: 10px;
        margin-top: 5px;
    }

    .report-item-control a {
        padding: 0px 5px;
    }

    /* profile */
    .btn-login {
        border-radius: 25px;
    }

    .col-md-0 {
        display: block;
    }

    .emp-search {
        display: none;
    }

    .search-block-list {
        max-height: 200px;
        overflow-y: auto;
        margin-bottom: 0px;
    }

    .popup-reset-filter {
        padding: 3px 15px;
        height: 35px;
    }

    /* .dashboard-shop.d-flex{flex-wrap: wrap;} */
    .dashboard-title {
        align-items: flex-start !important;
    }

    .dashboard-title .context-title {
        margin-top: 15px;
    }
}

@media screen and (min-width:200px) and (max-width:580px) {
    .btn-suspend {
        margin-bottom: 20px;
    }

    .popup-state {
        margin-left: 10px;
    }
}

@media screen and (min-width:701px) and (max-width:1050px) {
    .login-back .col-4.offset-4 {
        margin: 0 auto;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .progress {
        margin: 43px 0px;
    }

    .navbar-brand {
        margin-left: 42px;
    }

    .navbar {
        padding: 20px;
    }

    .menuBtn {
        top: 25px;
        left: 18px;
    }

    .content-wrapper {
        padding: 20px 25px;
        padding-top: 50px;
    }

    .content-wrapper-main {
        padding: 20px 25px;
        padding-top: 50px;
    }

    .dashboard-tab,
    .dashboard-month-filter {
        width: auto;
    }

    .dashboard-month-filter {
        margin-top: 0px;
        margin-left: 12px;
    }

    .dashboard-item {
        margin-top: 18px;
    }

    .dashboard-content .align-items-center.justify-content-end {
        justify-content: flex-end !important;
    }

    .listing-price span {
        display: unset;
    }

    .tab-title:not(:last-child) p {
        padding-right: 15px;
    }

    .product-img {
        height: 200px;
    }
    .order_list .filter-item{
        padding: 15px 10px;
    }
    .order_list .filter-item.filter-order-status {
        padding: 15px 35px 10px 15px;
    }
    .order_list .filter-dropdown .filter-dropdown-svg, .order_list .filter-dropdown-list .filter-dropdown-list-svg {
        right: 15px;
    }
    .tab-single-wrapper .tab-container.col-6,
    .tab-single-wrapper .filter-block {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .tab-single-wrapper .tab-sub-title {
        padding: 10px;
    }

    .tab-single-wrapper .tab-sub-title.active .tab-link::after {
        width: 83%;
        left: calc(0px + 10px);
        bottom: 0px;
    }

    .page-overlay {
        z-index: 99;
    }

    .card-popup,
    .card-popup-footer {
        width: 90%;
    }

    .tab-slider-product .col-xl-8 {
        max-width: 65%;
        flex: 0 0 65%;
    }

    .tab-slider-product .col-xl-4 {
        max-width: 35%;
        flex: 0 0 35%;
        border-top: none;
        border-left: 1px solid rgba(153, 153, 153, .2);
    }

    .product-add {
        margin-bottom: 0px;
    }

    .filter-page-order {
        width: 70%;
        left: 98px;
    }

    .filter-checklist {
        bottom: 0px;
        right: 0px;
    }

    .filter-shops.filter-checklist {
        bottom: 15px;
    }

    .mob-filter,
    .col-md-0 {
        display: none;
    }

    .filter-container-orders .filter-block,
    .filter-block-emp {
        display: flex !important;
    }

    .content-sales-count {
        text-align: right;
        padding-right: 0px;
    }

    .tab-single-wrapper .filter-block {
        display: flex !important;
        padding: 0px;
    }

    .btn-add-new-user {
        margin-bottom: 10px;
    }

    .emp-search {
        display: block;
    }

    .tab-slider-product .col-xl-4 {
        flex-wrap: wrap;
    }

    /* .product-import.mr-3{margin-right: 0px!important;margin-bottom: 10px;} */
    .btn-new-report {
        margin-top: 0px;
    }

    .mr-3.file-choose {
        margin-right: 0px !important;
        margin-bottom: 10px;
    }

    .radio-selection-label {
        padding: 10px;
    }

    .dropdown-search .dropdown-menu {
        min-width: 300px;
        right: -98px;
        top: 42px;
    }

    .dashboard-shop.d-flex {
        flex-wrap: wrap;
    }

    .dashboard-title {
        align-items: flex-start !important;
    }

    .dashboard-title .context-title {
        margin-top: 0px;
    }

    #empDes-error {
        bottom: -20px;
        margin-bottom: 0px;
    }

    .filter-mul-shop .select2-container .select2-selection--multiple {
        min-height: auto;
        border-radius: 10px;
    }

    .filter-mul-shop .select2-container--default .select2-search--inline .select2-search__field {
        line-height: 10px;
    }
    .filter-data{
        flex-wrap: wrap;
        margin-top: 20px;
        padding-left: 15px !important;
    }
    .dashboard-month-filter.filter_padd_chnge{
        margin-left: 0px !important;
        margin-right: 10px;
        margin-top: 15px;
    }
    .navbar-collapse.collapse {
        display: block;
        display: flex;
        max-width: 50%;
        padding: 0px;
        justify-content: flex-end;
    }
    .navbar-expand-lg{
        justify-content: space-between;
    }
}

@media screen and (min-width:901px) and (max-width:1050px) {
    .navbar-brand {
        margin-left: 0px;
    }

    .context-title {
        font-size: 26px;
    }

    .content-wrapper {
        padding: 20px;
        padding-top: 45px;
    }

    .card-popup {
        top: 100px;
    }

    .btn-red {
        height: auto;
        padding: 5px;
    }

    .btn-set-dropdown {
        min-width: 47px;
    }

    .btn-set-group {
        line-height: 20px;
        padding: 10px;
    }

    .tab-single-wrapper .tab-container.col-6 {
        max-width: 45%;
        flex: 0 0 45%;
    }

    .tab-single-wrapper .filter-block {
        max-width: 55%;
        flex: 0 0 55%;
    }

    .filter-item {
        padding: 22px 10px;
    }

    .tab-sub-title p {
        font-size: 18px;
    }

    .filter-dropdown {
        padding-right: 30px;
    }

    .tab-single-wrapper .tab-sub-title.active .tab-link::after {
        bottom: -11px;
    }

    .popup-checkbox-main {
        padding: 5px;
    }

    .popup-checkbox .row {
        padding: 0px 10px;
    }

    .popup-checkbox .col-4 {
        padding: 0px 3px;
    }

    .card-popup,
    .card-popup-footer {
        width: 49%;
    }

    .btn-fix-popup {
        border-bottom-left-radius: 0px;
    }

    .page-overlay {
        z-index: 50;
    }

    .btn-product-edit label,
    .btn-product-list-edit label {
        font-size: 12px;
    }

    .filter-dropdown-list,
    .filter-order-status,
    .filter-shop {
        padding-right: 22px;
    }

    .filter-dropdown-list .filter-dropdown-list-svg {
        right: 7px;
    }

    .filter-order-status .filter-dropdown-svg,
    .filter-shop .filter-shop-dropdown-svg {
        right: 7px;
    }

    .filter-shops {
        width: 43%;
        left: 134px;
    }

    .filter-page-emp {
        width: 82%;
    }

    .filter-page-order {
        width: 65%;
        left: 139px;
    }

    /* .listing-title{width: calc(100% - 40px);} */
    .banner-preview .image-preview {
        height: 200px;
    }

    .product-list-img {
        height: 100px;
        width: 100px;
    }

    .product-list-details {
        margin-left: 15px;
    }

    .card-popup-body-profile {
        padding: 20px 10px;
        overflow: hidden;
    }

    .mr-3.file-choose {
        margin-bottom: 10px;
    }

    .tab-slider-product .col-xl-4 {
        border-left: none;
    }

    .btn-custom-dropdown {
        padding-bottom: 20px !important;
    }

    .card-popup-order-details .card-popup-body {
        height: calc(100% - 98px);
    }

    .filter-shops.filter-checklist {
        bottom: 0px;
    }

    .dashboard-item {
        margin-top: 0px;
    }

    .dashboard-shop {
        margin-left: 0px;
    }

    .dashboard-shop select {
        margin-right: 0px !important;
    }

    #empDes-error {
        bottom: -65px;
    }

    .filter-manpower-shop {
        padding: 0px;
    }
}

@media screen and (min-width:1051px) and (max-width:1300px) {

    .tab-pane.col-md-8.col-lg-9.col-xl-10.col-12,
    .col-7.col-md-9.col-lg-10,
    .tab-pane.col-12.col-md-9.col-xl-10,
    .col-12.col-md-9.col-lg-9.col-xl-10 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-12.col-md-6.col-lg-6.col-xl-8.filter-data {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-2.col-lg-3.col-md-4.col-12,
    .col-5.col-md-3.col-lg-2,
    .col-10.col-md-3.col-xl-2,
    .col-12.col-md-3.col-lg-3.col-xl-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .filter-item {
        padding: 22px 12px;
    }

    .btn-custom-dropdown {
        padding-bottom: 18px !important;
    }

    .filter-dropdown-list,
    .filter-dropdown,
    .filter-shop {
        padding-right: 35px;
    }

    .filter-page-order {
        left: 146px;
    }

    .filter-shops {
        left: 143px;
    }

    .popup-checkbox .col-4 {
        padding: 0px 5px;
    }

    .form-data {
        padding: 0px;
    }

    .dashboard-item {
        margin-top: 0px;
    }

    .tab-title:not(:last-child) p {
        padding-right: 24px;
    }

    .dashboard-month-filter {
        margin-left: 35px;
    }

    .context-title {
        font-size: 25px;
    }

    .dashboard-tab .tab-title p {
        font-size: 15px;
    }

    .dashboard-data-icon img {
        width: 38px;
    }

    .dashboard-data-details p {
        font-size: 14px;
    }

    .currency-unit {
        font-size: 14px;
    }

    .dashboard-data-details h4 {
        font-size: 19px;
    }

    .dashboard-sales img {
        width: 16px;
        position: absolute;
        left: 0;
        top: 2px;
    }

    .dashboard-sales-up,
    .dashboard-sales-down {
        padding: 0 5px 0 0;
    }

    .dashboard-sales p {
        position: relative;
        padding-left: 25px;
    }

    .sidebar {
        width: 200px;
    }

    .content-wrapper {
        width: calc(100% - 200px);
    }

    .progress-title {
        font-size: 20px;
    }

    .dashboard-listing-item p.listing-price {
        font-size: 14px;
    }

    .dashboard-listing-item p {
        font-size: 14px;
        line-height: 18px;
    }

    .dashboard-listing h3 {
        font-size: 18px;
    }

}

@media screen and (min-width:1301px) and (max-width:1499px) {
    .tab-pane.col-md-8.col-lg-9.col-xl-10.col-12 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-2.col-lg-3.col-md-4.col-12 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (min-width:1900px) and (max-width:3000px) {
    #empDes-error {
        bottom: -25px;
        margin-bottom: 0px;
    }
}


a.canvasjs-chart-credit {
    display: none !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #008bbf !important;
    box-shadow: 0 0 0 3px #008bbf40 !important;

}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
    box-shadow: 0 0 0 3px #008bbf40 !important;
}

button.swal2-styled:focus {
    outline: none !important;
}

.table-column-center th:nth-child(8),
.table-column-center th:nth-child(9),
.table-column-center td:nth-child(8),
.table-column-center td:nth-child(9) {
    text-align: center;
}

.adjust-height {
    height: 300px;
    overflow-y: auto;
    -ms-overflow-style: none;
    padding-right: 15px;
}

.adjust-height::-webkit-scrollbar {
    width: 3px;
    border-radius: 50%;
}

/* Track */
.adjust-height::-webkit-scrollbar-track {
    background: #E5F5F6;
}

/* Handle */
.adjust-height::-webkit-scrollbar-thumb {
    background: #008bbf;
}

/* Handle on hover */
.adjust-height::-webkit-scrollbar-thumb:hover {
    background: #008bbf;

}

.dashboard-month-filter.filter_padd_chnge {
    margin-left: 30px;
}

.dashboard-tab.dashboard_sturcture_chge .tab-title:not(:last-child) p {
    padding-right: 44px;
}

.custom_date_sect {
    width: 400px;
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 5px;
    display: none;
    position: absolute;
    left: -157px;
    right: 0;
    z-index: 9;
    top: 35px;
}

.custom_date_sect .btn-new-submit {
    width: 140px;
    height: 40px;
    line-height: 30px;
    margin: 0 auto;
    display: block;
}

.custom_date_sect .btn-new-submit:hover {
    box-shadow: none;
}

/* .btn-new-report {
    height: 48px;
    line-height: 37px;
    font-size: 14px;
    box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.05);
} */


table.dataTable.table-width-adjust td:first-child,
table.dataTable.table-width-adjust th:first-child {
    width: 7%;
}

table.dataTable.table-width-adjust td:nth-child(4),
table.dataTable.table-width-adjust th:nth-child(4) {
    width: 11%;
}

.filter-custom .nice-select.chnge_select.no-arrow:after {
    border-bottom: none !important;
    border-right: none !important;
}

.layout__panel {
    padding: 24px;
    background: white;
    border-radius: 12px;
}

.grid__custom__table thead {
    background: #eff2fe;
}

.grid__custom__table table.dataTable tbody td,
.grid__custom__table__main tbody tr td,
.grid__custom__datatable table.dataTable tbody td {
    padding: 15px 10px;
}

.grid__custom__table table.dataTable thead th,
.grid__custom__table__main thead th {
    color: #8181A5;
    font-size: 13.5px;
    font-weight: 500;
    padding: 14px 10px;
    border-color: transparent;
}

.grid__custom__table table.dataTable td,
.grid__custom__table table.dataTable th {
    font-size: 14px;
    vertical-align: middle;
}

.grid__custom__table table.dataTable tbody tr td,
.grid__custom__table__main tbody tr td,
.grid__custom__datatable table.dataTable tbody tr td {
    /* border-top: 1px solid #8181a54d !important; */
    border-bottom: 1px solid #8181a54d !important;
}

.btn-table {
    display: inline-flex;
    height: 30px;
    padding: 0 10px;
    background: #008BBF;
    border: 1px solid #008BBF;
    border-radius: 8px;
    color: white;
    transition: all .2s;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.btn-table-danger {
    display: inline-flex;
    height: 30px;
    padding: 0 10px;
    background: #ee0808;
    border: 1px solid #e00e0e;
    border-radius: 8px;
    color: white;
    transition: all .2s;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.grid__custom__table .dataTables_filter {
    display: block;
    margin-right: 24px;
}

.grid__custom__table .dataTables_paginate {
    margin-right: 24px !important;
}

.toast.toast-success .toast-message,
.toast.toast-error .toast-message {
    color: white !important;
}

.img-preview2 {
    width: 100%;
    height: 428px;
    object-fit: cover;
}

.add-image-class {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.upload-image-class {
    width: 26px;
    margin: 0 auto 10px;
}

.list_table table.dataTable.option_table th:first-child {
    width: 3% !important;
}

.list_table table.dataTable.option_table th:last-child {
    width: 2% !important;
    text-align: left;
}

.list_table table.dataTable.option_table th:nth-child(2) {
    width: 23% !important;
}

.card-popup .card-popup-title h3 {
    margin-top: 0;
}

.video_sect         {
    position: relative;
}

#play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 9;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-group-custom span.video_sect      {
    margin-top: 0;
    height: 100%;
}
.form-group-custom span.video_sect video        {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.product-chart{
    height: 350px !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rating{
    display: flex;
    align-items: center;
    gap: 5px;
    
} 
.rating label{
    font-size: 21px;
    color: #fdd202;
    margin: 0;
}

.rating-wrapper .product-text,
.rating-wrapper .clients-reviews{
    font-size: 16px;
    color: #000;
    line-height: 19px;
    margin: 0;
}
.rating-wrapper .product-text{
    color:#686868;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
}