/* === Body Scrollbar 009c50=== */
@font-face {
    font-family: sfpd-thing-italic;
    src: url("SF-Pro-Display/SF-Pro-Display-ThinItalic.otf") format("opentype");
}
a {
    outline: none !important;
    text-decoration: none !important;
}
button:focus {
    outline: none !important;
}

ul li {
    list-style: none !important;
}

.sb-sidenav-menu::-webkit-scrollbar {
    width: 8px;
    height: 14px;
}

.sb-sidenav-menu::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.sb-sidenav-menu::-webkit-scrollbar-corner {
    background-color: transparent;
}

.sb-sidenav-menu::-webkit-scrollbar-thumb {
    height: 4px;
    border: 1px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(245, 93, 44, .8);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}

/* --- Main Css --- */

.admin-dropdown-item {
    display: block;
    width: auto !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #2b2f4c !important;
}

.admin-dropdown-item:focus {
    color: #fff !important;
    background-color: #009c50 !important;
}

.sb-nav-fixed .sb-topnav {
    z-index: 1039;
}

.fixed-top,
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav,
.sb-nav-fixed .sb-topnav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
    background:#009ADE !important;
    border-bottom: 1px soild #2f708c;
    /* margin-top: -3px; */
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
    width: 270px;
    height: 100vh;
    z-index:1038;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.logo-brand {
    font-weight: 600;
    color: #2b2f4c !important;
}

.bg-clr {
    background-color: #fff !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    /*color: #2b2f4c !important;*/
}

.navbar-nav .sub-item-menu {
    /* margin: 0px 5px;*/
    margin: 0px;
}

.center {
    text-align: center;
}

.li-sub-menu {
    padding-top: 7px;
}
.sub-menu{
    padding: 5px 8px !important;
}

.bg-footer {
    background-color: #fff !important;
    border-top: 1px solid #efefef;
    height: 40px;
}

.frnt-link i {
    font-size: 12px;
    margin-right: 5px;
}

.frnt-link {
    font-size: 14px;
    font-weight: 400;
    color: #fafafa;
    margin-left: 20px;
    background: #009f4f;
    padding: 3px 10px;
    border-radius: 2px;
}

.frnt-link:hover {
    color: #ffffff !important;
    background:#1aa661;
}

.frnt-link2 {
    font-size: 12px;
    font-weight: 400;
    color: #fafafa;
    margin-left: 20px;
    background: #faa004;
    padding: 5px 10px;
    border-radius: 2px;
    height: 26px;
}

.frnt-link2:hover {
    color: #ffffff !important;
    background:#ec9807;
}

.frnt-link3 {
    font-size: 14px;
    font-weight: 400;
    color: #efebeb;
    padding: 5px 10px;
    border-radius: 2px;
    height: 26px;
}

.frnt-link3:hover {
    color: #ffffff !important;
}

.link-stauts-total {
    font-weight: 600;
    color: #009ADE;
    padding-top: 3px;
}
.link-stauts-total :hover {
    background: transparent
}

.link-stauts-1 {
    font-weight: 600;
    color: #009D4F;
    padding-top: 3px;
}

.link-stauts-2 {
    font-weight: 600;
    color: #FAA828;
    padding-top: 3px;
}

.link-stauts-3 {
    font-weight: 600;
    color: #E3173C;
    padding-top: 3px;
}

.link-stauts-0 {
    font-weight: 600;
    color: #99A5B2;
    padding-top: 3px;
}

.link-stauts-4 {
    font-weight: 600;
    color: #F9BF30;
    padding-top: 3px;
}

.link-stauts-5 {
    font-weight: 600;
    color: #E8A200;
    padding-top: 3px;
}

.page-title {
    font-size: 24px;
    font-weight: 500;
    color: #2b2f4c;
    text-align: left;
    margin-bottom: 15px;
}

.breadcrumb-item.active {
    color: #009c50 !important;
}
.title-active {
    color: #009c50 !important;
}

.breadcrumb-item {
    color: #2b2f4c !important;
    font-weight: 500;
    font-size: 14px;
}

.breadcrumb-item a {
    color: #2b2f4c !important;
}

.breadcrumb-item a:hover {
    color: #009c50 !important;
    text-decoration: none !important;
}

.dashboard-report-card {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #efefef;
    box-shadow: none;
    flex-direction: row;
    align-items: center;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.dashboard-report-card .card-media {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: rgba(255, 255, 255, .2);
    justify-content: center;
    right: 10px;
    top: 20px;
    position: absolute;
}

.dashboard-report-card .card-media i {
    font-size: 19px !important;
    color: #fff;
}

.dashboard-report-card .card-content {
    color: #fff;
    flex-grow: 1;
}

.dashboard-report-card .card-content .card-title {
    text-transform: uppercase;
    display: block;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}

.dashboard-report-card .card-content .card-count {
    font-size: 28px;
    margin: 8px 0 0;
    display: block;
    font-weight: 600;
}

.dashboard-report-card.purple {
    background-color: #8892d6;
    border-color: #8892d6;
}

.dashboard-report-card.red {
    background-color: #fc544b;
    border-color: #fc544b;
}

.dashboard-report-card.info {
    background-color: #45bbe0;
    border-color: #45bbe0;
}

.dashboard-report-card.success {
    background-color: #78c350;
    border-color: #78c350;
}

.dashboard-report-card.blue {
    background-color: #99b73c;
    border-color: #99b73c;
}

.dashboard-report-card.orange {
    background-color: #f3a807;
    border-color: #f3a807;
}

.rpt_icon {
    font-size: 29px !important;
}

.bg-footer .text-muted-1 {
    font-size: 12px;
    font-weight: 400;
    color: #2b2f4c !important;
}
.bg-footer .btn-footer{
    padding-top: 5px;
}

/* --- Chart --- */

#earningGraph {
    height: 400px;
}

#earningGraph:focus {
    border: 0;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: 'Roboto', sans-serif;
    border-collapse: collapse;
    border: 0;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.card-static-1 {
    border: 1px solid #efefef !important;
    background: #fff;
}

.card-title-1 {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #efefef;
    padding: 15px 20px;
}

.card-title-1 h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2b2f4c;
    margin-bottom: 0 !important;
}

input[type=checkbox],
input[type=radio] {
}

.card-static-2 {
    border: 1px solid #ced4da !important;
    background: #fff;
}

.card-title-2 {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0 !important;
    border-bottom: 0;
    padding: 10px 15px;
}

.card-title-2 h4 {
    font-size: 14px;
    font-weight: 600;
    color: #2b2f4c;
    margin-bottom: 0 !important;
}

.ucp-table {
    color: #2b2f4c !important;
    border: 0 !important;
    border-color: white !important;
    margin-bottom: 0 !important;
}

.ucp-table thead th {
    vertical-align: bottom;
    border-bottom: 0 !important;
}

.ucp-table td,
.ucp-table th {
    border-top: 1px solid #efefef !important;
    vertical-align: middle;
}

.ucp-table thead tr th {
    color: #2b2f4c;
    font-size: 14px;
    background-color: #f3f7f9;
    font-weight: 600;
    vertical-align: middle;
}

.ucp-table td {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    vertical-align: middle !important;
}

.delivery-time {
    display: block;
}

.badge-status {
    color: #fff;
    background-color: #009c50;
    font-weight: 400 !important;
}
.badge2-status {
    color: #fff;
    background-color: #45b3e6;
    font-weight: 400 !important;
}

.badge-default {
    background-color: #c4c3c2;
    font-weight: 500 !important;
    color: #333;
}

.badge-item {
    display: inline-block;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.hover-btn:hover {
    text-decoration: none !important;
    background: #c03c12;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
}

.hover-btn2:hover {
    text-decoration: none !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
}

.action-btns {
    display: flex;
    align-items: center;
}

.action-btns a {
    font-size: 14px;
    color: #2b2f4c;
    margin-right: 15px;
}

.action-btns a:last-child {
    margin-right: 0;
}

.action-btns a:hover {
    color: #009c50 !important;
}

.footer-links a {
    font-size: 12px;
    font-weight: 400;
    margin-right: 15px;
}

.footer-links a:hover {
    text-decoration: none !important;
}

.footer-links a:last-child {
    margin-right: 0;
}


/* --- Edit Order --- */

.title1458 {
    font-size: 28px;
    font-weight: 600;
    color: #2b2f4c;
    margin-bottom: 0;
    text-align: left;
}

.order-id {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 2px;
    color: #3e3f5e;
    text-align: right;
}

.invoice-content {
    padding: 0 20px 30px;
}

.ordr-date {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #2b2f4c;
    margin-bottom: 0;
}

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

.order-total-dt {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    padding: 0 10px;
}

.order-total-dt:last-child {
    margin-bottom: 0;
}

.order-total-left-text {
    font-weight: 600;
    font-size: 16px;
    color: #8f91ac;
}

.order-total-right-text {
    margin-left: auto;
    font-weight: 700;
    font-size: 16px;
    color: #2b2f4c;
}

.fsz-18 {
    font-size: 18px !important;
}

.select-status {
    margin-top: 30px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    border: 1px dashed #efefef;
}

.select-status label {
    font-weight: 600;
    font-size: 14px;
    color: #2b2f4c;
    margin-bottom: 10px;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
}

.custom-select {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #2b2f4c !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
}

.search-by-name-input {
    width: 270px;
    margin-right: 10px;
}

.form-control {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #2b2f4c !important;
    border-radius: 2px !important;
    border: 1px solid #ced4da !important;
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
    height: 34px !important;
}

.form-control:focus {
    border: 1px solid #e5e5e5 !important;
}

.form-control2 {
    height: auto !important;
}

.status-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #009c50;
    border: 0;
    border-radius: 3px;
    outline: none !important;
}

.status-active {
    font-weight: 600;
    font-size: 18px;
    color: #009c50;
}


/* --- All News --- */

.add-btn {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #1abc9c;
    padding: 6px 20px;
    display: inline-block;
    height: 33px;
    border-radius: 3px;
}

.add-btn:hover {
    text-decoration: none !important;
    background: #009f4f !important;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
}

.add2-btn {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #c08003;
    padding: 6px 20px;
    display: inline-block;
    height: 33px;
    border-radius: 3px;
}

.add2-btn:hover {
    text-decoration: none !important;
    background: #d08b04 !important;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
}

.add3-btn {
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    background: #5a8410;
    padding: 6px 20px;
    display: inline-block;
    height: 33px;
    border-radius: 3px;
}

.add3-btn:hover {
    text-decoration: none !important;
    background: #50760d !important;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
}

.btn-info {
    background: #009f4f !important;
    border: transparent !important;
}

.bulk-section {
    display: flex;
    align-items: center;
}

input[type=checkbox],
input[type=radio] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    transition: .05s border-color ease-in-out;
}


/* --- Add News --- */

.form-label {
    font-weight: 500;
    font-size: 14px;
    color: #2b2f4c;
    margin-bottom: 10px;
}

.post-form {
    padding: 10px 20px;
    border-top: 1px solid #efefef;
}

.content-list-3 {
    width: 100%;
    margin-bottom: 0 !important;
    border-bottom: 0;
}

.list-content-all li {
    display: inline-block;
    padding: 10px;
    border-right: 1px solid #efefef;
}

.list-content-all {
    list-style: none !important;
    margin-bottom: 0;
    padding-left: 0;
}

.list-content-all li {
    display: inline-block;
}

.card-editor {
    border: 0 !important;
    background: #fff;
}

div#editor {
    width: 81%;
    margin: auto;
    text-align: left;
    position: relative;
    z-index: 8;
    background: #eeeeee;
    padding: 20px;
}

.fr-box.fr-basic {
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.fr-toolbar.fr-top {
    border-radius: 3px 3px 0 0 !important;
    -moz-border-radius: 3px 3px 0 0 !important;
    -webkit-border-radius: 3px 3px 0 0 !important;
    border-bottom: 0 !important;
}

.second-toolbar {
    border-top: 0 !important;
    border: 1px solid #efefef !important;
    border-radius: 0 0 3px 3px !important;
    -moz-border-radius: 0 0 3px 3px !important;
    -webkit-border-radius: 0 0 3px 3px !important;
}

.fr-toolbar {
    color: #2b2f4c !important;
    font-family: 'Roboto', sans-serif !important;
    border: 1px solid #efefef !important;
}

.fr-box.fr-basic .fr-element {
    font-family: 'Roboto', sans-serif !important;
    color: #3e3f5e !important;
    font-weight: 500 !important;
    min-height: 150px !important;
}

.fr-box.fr-basic .fr-wrapper {
    border: 1px solid #efefef !important;
    border-bottom: 0 !important;
}

.fr-toolbar .fr-newline {
    content: "";
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: #fff !important;
    height: 0 !important;
}

.fr-wrapper .fr-placeholder {
    color: #3e3f5e !important;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif !important;
}

#logo {
    display: none;
}

.form-group:last-child {
    margin-bottom: 0;
}

.text-control {
    width: 100%;
    border-radius: 3px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    background: #fff;
    border: 1px solid #efefef;
    height: 150px;
}

.text-control:focus {
    border: 1px solid #e5e5e5 !important;
    box-shadow: none !important;
    outline: none !important;
}

.pd-0 {
    padding: 0px;
}

.pd-15 {
    padding: 15px;
}

.pd-20 {
    padding: 20px;
}

.news-content-right {
    border-top: 1px solid #efefef;
}

.custom-control-label {
    cursor: pointer;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 1.8;
}

.custom-control-label::before {
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #009c50 !important;
    background-color: #009c50 !important;
}

.fea-img {
    position: relative;
}

.fea-img img {
    width: 100%;
    border-radius: 3px;
}

.img-add {
    display: block;
    margin-top: 20px;
}

.img-add [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    float: left;
}

.img-add [type="file"]+label {
    cursor: pointer;
    display: inline-block;
    outline: none;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0;
    background: #009c50;
    color: #fff;
    height: 40px;
    border-radius: 3px;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
}

.img-add [type="file"]+label:hover {
    background: #009c50;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
}


/* --- Categories Page --- */

.cate-img img {
    width: 40px;
}

.cate-img {
    border: 1px solid #efefef;
    border-radius: 3px;
    text-align: center;
    padding: 5px;
    background: #f9f9f9;
    width: 70px;
}

.custom-file-label {
    padding: .360rem .75rem !important;
    font-weight: 500!important;
    color: #afafaf!important;
    background-color: #fff!important;
    border: 1px solid #efefef!important;
    border-radius: 3px !important;
    height: calc(1.5em + .60rem + 2px) !important;
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 0 !important;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse" !important;
}

.custom-file-label::after {
    height: calc(1.5em + .60rem + 1px) !important;
    padding: 0.3rem .75rem !important;
    color: #fff !important;
    content: "Browse" !important;
    background-color: #009c50 !important;
    border-radius: 0 3px 3px 0 !important;
}

.add-cate-img img {
    width: 50px;
}

.add-cate-img {
    border: 1px solid #efefef;
    border-radius: 3px;
    text-align: center;
    padding: 5px;
    background: #f9f9f9;
    width: 80px;
    height: 80px;
    margin-top: 17px;
    padding: 14px 0;
}

.cate-img-5 {
    border: 1px solid #efefef;
    border-radius: 3px;
    text-align: center;
    padding: 3px 0;
    background: #f9f9f9;
    width: 70px;
}

.cate-img-5 img {
    width: 60px;
    border-radius: 3px;
}

.add-cate-img-1 {
    border: 1px solid #efefef;
    border-radius: 3px;
    text-align: center;
    background: #f9f9f9;
    width: 80px;
    height: 80px;
    margin-top: 17px;
    padding: 3px;
}

.add-cate-img-1 img {
    width: 100%;
}

.add-produc-imgs {
    list-style: none;
    padding-left: 0;
}

.add-produc-imgs li {
    display: inline-block;
}

.add-shop-content {
    border-top: 0;
    padding-top: 0 !important;
}

.shop-content-left {
    display: flex;
    width: 100%;
    align-items: start;
}

.shop_img {
    width: 100px;
    height: 100px;
    border: 1px solid #efefef;
    background: #f9f9f9;
    padding: 5px;
    border-radius: 3px;
    display: inline-block;
}

.shop_img img {
    width: 100%;
}

.shop-dt-left {
    margin-left: 20px;
}

.shop-dt-left h4 {
    color: #2b2f4c;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
    text-align: left;
}

.shop-dt-left span {
    color: #3e3f5e;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.shopowner-dt-left {
    margin-left: 0;
    text-align: center;
}

.shopowner-dt-left h4 {
    color: #2b2f4c;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
}

.shopowner-dt-left span {
    color: #3e3f5e;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.shopowner-dts {
    margin-top: 20px;
    border: 1px solid #efefef;
    border-radius: 3px;
}

.shopowner-dt-list {
    display: flex;
    align-items: start;
    padding: 10px;
    border-bottom: 1px solid #efefef;
    width: 100%;
}

.shopowner-dt-list:last-child {
    border-bottom: 0;
}

.left-dt {
    color: #2b2f4c;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: left;
    width: 50%;
}

.right-dt {
    color: #3e3f5e;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: auto;
    text-align: right;
    width: 50%;
}

.product-dt-purchases {
    list-style: none;
    border: 1px solid #efefef;
    border-radius: 3px;
    margin-top: 20px;
    padding-left: 0;
}

.product-dt-purchases li {
    border-right: 1px solid #efefef;
    display: inline-block;
    text-align: center;
    width: 50%;
    margin-left: -3px;
    padding: 10px;
}

.product-dt-purchases li:last-child {
    border-right: 0;
}

.product-status {
    font-size: 14px;
    font-weight: 600;
    color: #2b2f4c;
    text-align: center;
}

.badge-item-2 {
    display: inline-block;
    padding: .40em .5em;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cate-img-6 {
    border: 1px solid #efefef;
    border-radius: 100%;
    text-align: center;
    padding: 3px 0;
    background: #f9f9f9;
    width: 70px;
}

.cate-img-6 img {
    width: 60px;
    border-radius: 100%;
}

.customer_img {
    width: 100px;
    height: 100px;
    border: 1px solid #efefef;
    background: #f9f9f9;
    padding: 5px;
    border-radius: 100%;
    display: inline-block;
}

.customer_img img {
    width: 100%;
    border-radius: 100%;
}

.add-customer-img img {
    width: 100%;
    border-radius: 100%;
}

.add-customer-img {
    border: 1px solid #efefef;
    border-radius: 100%;
    text-align: center;
    padding: 5px;
    background: #f9f9f9;
    width: 80px;
    height: 80px;
    margin-top: 17px;
}

.offer-img img {
    width: 100%;
}

.offer-img {
    border: 1px solid #efefef;
    border-radius: 3px;
    text-align: center;
    padding: 5px;
    background: #f9f9f9;
    width: 100px;
}

.tail-select {
    width: 100% !important;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    color: #2b2f4c !important;
}

.tail-select .select-label .label-inner {
    padding: 0.395rem 0.75rem !important;
}

.tail-select .select-label .label-count {
    border-radius: 3px !important;
    background-color: #2b2f4c !important;
}

.tail-select .select-label {
    color: #2b2f4c !important;
    border-color: #efefef !important;
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
}

.tail-select .select-dropdown ul li.dropdown-option:hover,
.tail-select .select-dropdown ul li.dropdown-option.hover {
    color: #2b2f4c !important;
}

.tail-select .select-dropdown ul li.dropdown-option {
    cursor: pointer;
    color: #2b2f4c !important;
    font-weight: 500 !important;
}

.tail-select .select-dropdown ul li.dropdown-option.selected {
    color: #009c50 !important;
    background-color: transparent;
}

.panel-group {
    width: 100%;
    float: left;
    margin-top: 0;
}

.panel-title {
    vertical-align: middle;
    padding: 0 20px;
    background: #fff;
}

.panel-default {
    float: left;
    width: 100%;
    border-top: 1px solid #efefef;
}

.panel-default:first-child {
    border-top: 0;
}

.panel-body {
    font-size: 14px;
    font-weight: 600;
    color: #3e3f5e;
    line-height: 24px;
    padding: 20px;
    text-align: left;
    background: #fff;
    border-top: 1px solid #efefef;
}

.panel-title>a:before {
    float: right !important;
    content: "\-";
    padding-right: 0px;
    font-size: 20px;
    padding-top: 2px;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\+";
}

.panel-title a {
    font-size: 16px;
    font-weight: 500;
    color: #2b2f4c;
    padding: 15px 0 18px;
    display: block;
    line-height: 26px;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
    color: #009c50 !important;
}

.control-label {
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 400;
    color: #2b2f4c;
    font-size: 14px;
    line-height: 30px;
}

.add-menu-list {
    list-style: none;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #efefef;
    border-radius: 3px;
    margin-bottom: 0;
}

.add-menu-list li {
    display: block;
    margin-bottom: 10px;
}

.add-menu-list li:last-child {
    margin-bottom: 0;
}

.menu-search {
    margin-bottom: 20px;
}

.menu-configs h4 {
    font-weight: 500;
    font-size: 16px;
    color: #2b2f4c;
}

.menu-save-btn {
    padding: 15px 20px;
    text-align: right;
    border-top: 1px solid #efefef;
}

.panel-group-1 {
    width: 100%;
    float: left;
    margin-top: 0;
}

.panel-title-1 {
    vertical-align: middle;
    padding: 0 20px;
    background: #f9f9f9;
    float: left;
    width: 100%;
}

.panel-default-1 {
    float: left;
    width: 100%;
    border: 1px solid #efefef;
    margin-bottom: 20px;
    border-radius: 3px;
}

.panel-body-1 {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #3e3f5e;
    line-height: 24px;
    padding: 20px;
    text-align: left;
    background: #fff;
    border-top: 1px solid #efefef;
}

.panel-title-1>a:before {
    float: right !important;
    content: "\-";
    padding-right: 0px;
    font-size: 20px;
    padding-top: 2px;
}

.panel-title-1>a.collapsed:before {
    float: right !important;
    content: "\+";
}

.panel-title-1 a {
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    padding: 5px 0;
    display: block;
    line-height: 26px;
    float: left;
    width: 100%;
}

.panel-title-1>a:hover,
.panel-title-1>a:active,
.panel-title-1>a:focus {
    text-decoration: none;
    color: #2b2f4c !important;
}

.attr-menu-left {
    float: left;
}

.attr-menu-right {
    float: right;
    margin-right: 20px;
    font-size: 14px;
    color: #3e3f5e;
    font-weight: 500;
}

.bb-bottom {
    margin-top: 5px;
    float: left;
    width: 100%;
}

.menu-delete {
    font-size: 14px;
    color: #2b2f4c;
    font-weight: 500;
}

.menu-delete:hover {
    color: #009c50 !important;
    text-decoration: none !important;
}

.attr-orgin-right {
    float: right;
    font-size: 14px;
    color: #3e3f5e;
    font-weight: 500;
}

.updater-btn {
    display: inline-block !important;
    margin-top: 0 !important;
    margin-left: 5px;
}

.left-side-tabs {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 3px;
    border: 1px solid #efefef;
}

.user-item {
    display: flex;
    padding: 12px 20px;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    font-weight: 400;
    color: #2b2f4c;
    text-align: left;
    align-items: center;
}

.user-item:last-child {
    border-bottom: 0;
}

.user-item i {
    margin-right: 10px;
    font-size: 18px;
}

.user-item:hover {
    color: #2b2f4c;
    background: #ffecec;
    text-decoration: none !important;
}

.user-item:first-child:hover {
    border-radius: 3px 3px 0 0;
}

.user-item:last-child:hover {
    border-radius: 0 0 3px 3px;
}

.user-item:hover i {
    color: #009c50 !important;
}

.user-item.active {
    background: #009c50;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    ;
    pointer-events: none;
}

.user-item:first-child.active {
    border-radius: 3px 3px 0 0;
}

.user-item:last-child.active {
    border-radius: 0 0 3px 3px;
}

.site-logo {
    width: 230px;
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #efefef;
    border-radius: 5px;
    position: relative;
}

.site-logo img {
    width: 100%;
}

.img-delete {
    position: absolute;
    right: -25px;
    top: 0;
    color: #2b2f4c;
}

.img-delete:hover {
    color: #009c50 !important;
}

.site-logo-1 {
    width: 60px;
    background: #f9f9f9;
    padding: 5px;
    border: 1px solid #efefef;
    border-radius: 5px;
    position: relative;
}

.site-logo-1 img {
    width: 100%;
}

.card-body-table-footer {
    padding: 15px 10px;
    border-top: 1px solid #efefef;
}

.card-body-table-footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.card-body-table-footer ul li {
    display: inline-block;
}

.download-btn {
    background: #009c50;
    color: #fff;
    border: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 3px;
}

.bg-sign {
    /*background: url(../images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;*/
    width: 100%;
}

.card-login {
    border-radius: 0 !important;
    padding-top: 80px;
    height: 100vh;
    opacity: 0.85;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 10;
}

.card {
    z-index: 10;
}

.card-header-logo {
    text-align: center;
    padding-bottom: 40px;
}

.justify-content-right {
    justify-content: right!important;
}

.login_register {
    font-weight: 300 !important;
    font-size: 14px;
    /*color: #61b0f7;*/
}

.bg-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 8;
}

.logo-login {
    position: fixed;
    left: 25px;
    top: 20px;
    z-index: 12;
    height: 60px;
}

.card-sign-header {
    background-color: #fff !important;
    border-bottom: 2px solid #183f71 !important;
    margin: 0 20px;
}

.card-sign-header h3 {
    font-weight: 600 !important;
    color: #2b2f4c;
    margin: 15px 0px !important;
}


/***Custom***/

.title-header {
    font-size: 14px;
}

.breadcrumb {
    margin-top: 10px !important;
    background: #f2f5f8 !important;
}

.btn-sign {
    color: #fff !important;
    background-color: #1b4070 !important;
    /*009c50*/
    border-color: 0 !important;
    width: 100% !important;
}
.btn-sign:hover {
    color: #fff !important;
    background-color: #1aa661 !important;
    border-color: 0 !important;
    width: 100% !important;
}


.card-header {
    padding: 0 !important;
}

.red {
    color: red;
}

.view-btn {
    color: #45bbe0 !important;
}

.edit-btn {
    color: #03c1fd !important;
}

.delete-btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    background: #009c50;
    padding: 3px 20px;
    display: inline-block;
    height: 33px;
    border-radius: 3px;
}

.delete-btn:hover {
    color: #fff !important;
}

.btn-stauts-total {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    background: #009bde;
    padding: 3px 10px;
    display: inline-block;
    height: 22px;
    border-radius: 3px;
}

.btn-stauts-total:hover {
    color: #fff !important;
    background: #1aa5e1;
}

.btn-stauts-default {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    background: #02afae;
    padding: 3px 10px;
    display: inline-block;
    height: 22px;
    border-radius: 3px;
}

.btn-stauts-default:hover {
    color: #fff !important;
    background: #2e708b;
}

.btn-stauts-0 {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    background: #bbbaba;
    padding: 3px 10px;
    display: inline-block;
    height: 22px;
    border-radius: 3px;
}

.btn-stauts-0:hover {
    color: #fff !important;
    background: #8ba89b;
}

.btn-stauts-1 {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    background: #009c50;
    padding: 3px 10px;
    display: inline-block;
    height: 22px;
    border-radius: 3px;
}

.btn-stauts-1:hover {
    color: #fff !important;
    background: #1aa661;
}

.btn-stauts-2 {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    background: #faa004;
    padding: 3px 10px;
    display: inline-block;
    height: 22px;
    border-radius: 3px;
}

.btn-stauts-2:hover {
    color: #fff !important;
    background: #d67c07;
}

.btn-stauts-3 {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    background: #ef4d18;
    padding: 3px 10px;
    display: inline-block;
    height: 22px;
    border-radius: 3px;
}

.btn-stauts-3:hover {
    color: #fff !important;
    background: #e64a17;
}

.btn-stauts-4 {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    background: #f9f609;
    padding: 3px 10px;
    display: inline-block;
    height: 22px;
    border-radius: 3px;
}

.btn-stauts-4:hover {
    color: #fff !important;
    background: #d2cf05;
}

.btn-stauts-5 {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    background: #f2d163;
    padding: 3px 10px;
    display: inline-block;
    height: 22px;
    border-radius: 3px;
}

.btn-stauts-5:hover {
    color: #fff !important;
    background: #dbb63b;
}

.btn-stauts-layout {
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    background: #56db6e;
    padding: 3px 10px;
    display: inline-block;
    height: 22px;
    border-radius: 3px;
}

.btn-stauts-layout:hover {
    color: #fff !important;
    background: #47be5c;
}

#surpriseBtn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    background: #edc207;
}

.table td {
    /* padding: 6px !important;*/
}

.table tr:nth-child(2n) {
    /* ackground: #f0f5f8;*/
}

.btn {
    /*
    padding: 5px 15px!important;
    font-size: 14px !important;
    border-radius: 2px !important;
    */
}

.btn-icon-edit {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    background: #40b47b;
    padding: 3px;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 20px;
    border-radius: 4px;
}

.btn-icon-edit:hover {
    background: #009f4f;
    color: #fff;
}

.btn-icon-export {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    background: #1aa5e1;
    padding: 3px;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 20px;
    border-radius: 4px;
}

.btn-icon-export:hover {
    background: #0a9ad8;
    color: #fff;
}

.btn-icon-delete {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    background: #ff7c00;
    padding: 3px 3px 0 3px;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 20px;
    border-radius: 4px;
}

.btn-icon-delete:hover {
    background: #a9574b;
    color: #fff;
}

.btn-icon-return {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    background: #c08003;
    padding: 3px 3px 0 3px;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 20px;
    border-radius: 4px;
}

.btn-icon-return:hover {
    background: #a9574b;
    color: #fff;
}

.btn-icon-view {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    background: #bc7761;
    padding: 3px 3px 0 3px;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 20px;
    border-radius: 4px;
}

.btn-icon-view:hover {
    background: #cf2817;
    color: #fff;
}

.default-btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    background: #009c50;
    padding: 6px 20px;
    display: inline-block;
    height: 33px;
    border-radius: 3px;
    border: 0;
    outline: none !important;
    margin-top: 10px;
}

.search-btn:hover {
    background: #f44d2c;
    color: #fff;
}

.search-btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    background: #1aa5e1;
    padding: 6px 15px;
    display: inline-block;
    height: 32px;
    border-radius: 2px;
    border: 0;
    outline: none !important;
    white-space: nowrap;
}

.search-btn:hover {
    background: #40b4e6;
    color: #fff;
}

.refresh-btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    background: #3b8eb5;
    padding: 6px 15px;
    display: inline-block;
    height: 32px;
    border-radius: 2px;
    border: 0;
    outline: none !important;
    white-space: nowrap;
    margin-left: 15px;
}

.refresh-btn:hover {
    background: #3180a5;
    color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #1abc9c !important;
    /*height: 33px;*/
    /*padding: 3px 10px !important;*/
    font-size: 14px !important;
}

.btn-danger {
    /*
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
height: 33px;
padding: 3px 10px !important;
font-size: 14px !important;
border-radius: 2px;
    */
}

.save-btn {
    background: #1abc9c;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 33px;
    padding: 0 20px;
    border-radius: 2px;
    margin-top: 10px;
    outline: none !important;
}

.save-btn:hover {
    background: #03715b;
}

.close-btn {
    background: #009c50;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 33px;
    padding: 0 20px;
    border-radius: 2px;
    margin-top: 10px;
    outline: none !important;
}

.close-btn:hover {
    background: #e54816;
}

.print-btn {
    background: #c08003;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 33px;
    padding: 0 20px;
    border-radius: 2px;
    margin-top: 10px;
    outline: none !important;
}

.print-btn:hover {
    background: #a26c04;
}

.print-btn2 {
    background: #c08003;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 33px;
    padding: 5px 20px;
    border-radius: 2px;
    outline: none !important;
    text-decoration: none !important;
}

.print-btn2:hover {
    background: #a26c04;
    color: #fafafa;
}


.button,
.btnone {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 5px 5px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #dae7ec;
    overflow: visible;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    color: #838585;
    background-color: #d1dde2;
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url(data:image/png;base64,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);
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    background-clip: padding-box;
    /* Fix bleeding */
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 2px -1px rgba(0, 0, 0, .1), 0 1px 0 rgba(225, 225, 255, .1) inset;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #b4cfd9;
}

.pd-btn {
    padding: 4px 8px 0px !important;
    font-size: 14px !important;
    height: 30px;
}

.form-group {
    margin-bottom: 10px !important;
}

.d-flex {
    display: flex !important;
}

.w-110 {
    width: 110px;
}
.w-120 {
    width: 120px;
}
.w-60 {
    width: 60px;
}

.mta-10 {
    margin-top: -10px !important;
}

.mtop-3 {
    margin-top: 3px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.f-10 {
    font-size: 10px !important;
}

.f-11 {
    font-size: 11px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-13 {
    font-size: 13px !important;
}

.f-15 {
    font-size: 15px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-18 {
    font-size: 18px !important;
}
.f-20 {
    font-size: 20px !important;
}
.f-22 {
    font-size: 22px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.h-33 {
    height: 33px !important;
}

.h-23 {
    height: 23px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-20 {
    padding-left: 20 !important;
}

.pt-10 {
    padding-top: 10px!important;
}

.pb-10 {
    padding-bottom: 10px!important;
}

.h-70 {
    height: 70px !important;
}

.h-100 {
    height: 100px !important;
}

.w-200 {
    width: 200px;
}

.lh-30 {
    line-height: 30px !important;
}

.nowrap {
    white-space: nowrap;
}

.color-no-save{
    color:#999 !important;
}

.h4,
h4 {
    font-size: 1.1rem;
}

.title-sort {
    background: url("../img/sort.png");
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: 3px;
    float: left;
    cursor: pointer;
}

.btn-warning {
    color: #fff !important;
}

.item-image {
    object-fit: contain;
}

.modal-dialog .modal-header {
    display: block !important;
    padding: 6px 15px;
    background: #dee7eb;
}

.modal-header {
    border-bottom: 1px solid #c2ced9 !important;
}

/*S table*/

.table-responsive {
    overflow-x: hidden !important;
}

table.mytable {
    border-collapse: collapse;
    border: 1px solid #d1dde2;
    margin-left: -1px;
    margin-right: -1px;
    width: calc(100% + 2px) !important;
}

table.mytable th {
    border-style: solid;
    border-width: 0 1px 0 0;
    color: #403e3e;
    padding: 8px !important;
    text-align: center;
    background-color: #e3e4e6;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,e3e4e6+100 */
    background: #f9f9f9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #e3e4e6 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e3e4e6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #e3e4e6 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%, #e3e4e6 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%, #e3e4e6 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f9f9f9 0%, #e3e4e6 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e3e4e6', GradientType=0);
    /* IE6-9 */
    font-weight: 300;
    border-radius: 0 !important;
}

table.mytable td {
    line-height: 15px;
    padding: 5px;
    border: 1px solid #d1dde2;
    white-space: normal !important;
    word-wrap: break-word !important;
    font-size: 14px;
}

table.mytable th {
    border: none;
    border-right: 1px solid #d1dde2;
    font-size: 14px;
    vertical-align: middle !important;
}

table.mytable th:last-child {
    border-right: none;
}

table.mytable tr:nth-child(2n) {
    /*background: #eff5f5 none repeat scroll 0 0;*/
    cursor: auto;
}


/*E Table*/


/*S Date*/

.btn-picker {
    margin-left: -35px;
    margin-top: -3px;
}

.click-floors {
    background-color: #3480a7;
    border-color: #3480a7;
    color: #f1f1f1;
    height: 95px;
    padding: 3px;
    display: inherit;
    vertical-align: middle;
    width: 100px;
}

.click-floors2 {
    background-color: #0090d9;
    border-color: #0090d9;
    color: #f1f1f1;
    padding: 3px;
    display: inherit;
    vertical-align: middle;
    width: 100px;
    margin-bottom: 10px;
    padding: 10px;
}

.item-room {
    height: 95px;
    width: 156px;
    padding: 3px;
    cursor: pointer;
    margin: auto;
    vertical-align: middle;
    display: inherit;
}

.title-room-name {
    color: #ffffff;
}

.title-room-type {
    width: 100%;
    max-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
}

.dropdown-item {
    font-size: 14px;
}

.bootstrap-autocomplete {
    min-width: 270px !important;
}

.productList {
    border: 2px solid #d1dde2;
    height: 225px;
    width: 176px;
    float: left;
    margin: 0 5px 10px 5px;
}

.productList:hover {
    border: 2px solid #8fb4c3;
    color: #366375;
}

.product-img {
    height: 140px;
    width: 100%;
    float: left;
    margin: 5px;
    text-align: center;
}

.product-img img {
    height: 140px;
    width: 90%;
    object-fit: contain !important;
}

.product-name {
    width: 100%;
    font-weight: 600;
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
}

.goodname {
    width: 100%;
    float: left;
}

.price {
    font-weight: 400;
}

.image-upload {
    height: 50px;
    object-fit: contain;
}

.datepicker-here {
    background-image: url('../img/icon/datepicker.png');
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    padding-right: 30px !important;
}

.bg-time {
    background-image: url('../img/icon/clock.png');
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    padding-right: 30px !important;
}

.fullscreen img {
    margin-right: 10px;
    margin-top: 8px;
}

.badge-danger {
    margin-top: -6px;
    color: #fff;
    background-color: #dc3545;
    float: left;
    margin-right: -10px;
}

.notification::after {
    display: none !important;
}

#viewInvoice {
    font-size: 14px;
}

.item-room-orderpre {
    padding: 5px 3px;
    max-width: 100px;
}

.h4, h4 {
    font-size: 1.1rem;
}

.dropdown-menu {
    z-index: 1000;
    float: left;
    min-width: 10rem;
    margin: .125rem 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff !important;
    border-radius: 0px !important;
    border: 1px solid #c4d1d2 !important;
    border-left: 3px solid #a1b1b3 !important;
    min-width: 180px !important;
    background-clip: initial !important;
    margin-top: 9px !important;
}
.dropdown-item {
    padding: 8px 10px !important;
}
.dropdown-item .drop-icon{
    width: 20px;
    height: 20px;
    margin-right: 7px;
}
/*datepicker*/
.datepicker-dropdown{
    z-index: 1000;
    float: left;
    min-width: 10rem;
    margin: .125rem 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff !important;
    border-radius: 0px !important;
    border: 1px solid #c4d1d2 !important;
    min-width: 200px !important;
    background-clip: initial !important;
    padding: 2px 2px 2px 2px !important;
}
.datepicker-dropdown table{
    border: 1px solid #d1dde2 !important;
    width: 230px !important;
}
.datepicker-dropdown .datepicker-days{
    border-bottom: 1px solid #d1dde2 !important;
    padding-right: 2px;
}
.datepicker-dropdown table th{
    padding: 3px !important;
    border-radius: 0 !important;
    border: 1px solid #d1dde2 !important;
}
.datepicker-dropdown table td{
    padding: 3px !important;
    line-height: 25px !important;
    border-radius: 0 !important;
    text-align: center;
    cursor: pointer;
}
.datepicker-dropdown table .disabled {
    background: #eee !important;
}
.datepicker table tr td span {
    display: block;
    width: auto;
    height: 40px;
    line-height: 32px;
    float: left;
    margin: 1px;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0 !important;
    border: 1px solid #d1dde2;
    padding: 3px 5px;
}

.order-goods{
    height: 550px;
    overflow-y: auto;
}
.order-note{
    background: #fff;
    opacity: 0.6;
    color: #333;
    width: auto;
    display: inline-block;
    padding: 1px 2px;
    border-radius: 2px;
}
.date-item{
    width: 120px;
}

.tb-order td {
    border: 1px solid #d1dde2 !important;
}
/*****Map*********/
.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate3d(-50%,-100%,0);
    background-color: white;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
    border: 2px solid #95acbd;
}

.container-fluid-2{
    padding: 0px 15px !important;
}
.follow-scroll {
    height: calc(100vh - 95px);
    width: 100%;
    min-height: 300px;
}

.icon0{
    background: #d9d6d6;
    text-align:center;
    font-size:15px!important;
    color:#fff!important;
    font-weight:600;
    border-radius:100%;
    width:12px;
    height: 12px;
    line-height:12px!important;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.1);
    border:1px solid #d9d6d6;
    -webkit-transition: all 300ms linear;
    transition: all 100ms 3inear;
    animation:cluster-animation 1.5s infinite;
}
.icon0:hover {
    background:#d4d1d1;
}

.icon1{
    background: #56db6e;
    text-align:center;
    font-size:15px!important;
    color:#fff!important;
    font-weight:600;
    border-radius:100%;
    width:12px;
    height: 12px;
    line-height:12px!important;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.1);
    border:1px solid #56db6e;
    -webkit-transition: all 300ms linear;
    transition: all 100ms 3inear;
    animation:cluster-animation 1.5s infinite;
}
.icon1:hover {
    background:#5d6275;
}

.icon2{
    background: #ef8b09;
    text-align:center;
    font-size:15px!important;
    color:#fff!important;
    font-weight:600;
    border-radius:100%;
    width:12px;
    height: 12px;
    line-height:12px!important;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.1);
    border:1px solid #ef8b09;
    -webkit-transition: all 300ms linear;
    transition: all 100ms 3inear;
    animation:cluster-animation 1.5s infinite;
}
.icon2:hover {
    background:#e48407;
}

.icon3{
    background: #f55608;
    text-align:center;
    font-size:15px!important;
    color:#fff!important;
    font-weight:600;
    border-radius:100%;
    width:12px;
    height: 12px;
    line-height:12px!important;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.1);
    border:1px solid #f55608;
    -webkit-transition: all 300ms linear;
    transition: all 100ms 3inear;
    animation:cluster-animation 1.5s infinite;
}
.icon3:hover {
    background:#e54d03;
}

.icon4{
    background: #f9f60a;
    text-align:center;
    font-size:15px!important;
    color:#fff!important;
    font-weight:600;
    border-radius:100%;
    width:12px;
    height: 12px;
    line-height:12px!important;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.1);
    border:1px solid #f9f60a;
    -webkit-transition: all 300ms linear;
    transition: all 100ms 3inear;
    animation:cluster-animation 1.5s infinite;
}
.icon4:hover {
    background:#dedb0a;
}

.icon_location{
    background: #1f9bab;
    text-align:center;
    font-size:15px!important;
    color:#fff!important;
    font-weight:600;
    border-radius:100%;
    width:12px;
    height: 12px;
    line-height:12px!important;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.1);
    border:1px solid #1f9bab;
    -webkit-transition: all 300ms linear;
    transition: all 100ms 3inear;
    animation:cluster-animation 1.5s infinite;
}

.icon_anchor{
    background: #f307fc;
    text-align:center;
    font-size:15px!important;
    color:#fff!important;
    font-weight:600;
    border-radius:100%;
    width:10px;
    height: 10px;
    line-height:20px!important;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.1);
    border:1px solid #f307fc;
    -webkit-transition: all 300ms linear;
    transition: all 100ms 3inear;
    animation:cluster-animation 1.5s infinite;
}
.icon_anchor:hover {
    background:#f307fc;
}

.icon_defautl{
    background: #56db6e;
    text-align:center;
    font-size:15px!important;
    color:#fff!important;
    font-weight:600;
    border-radius:100%;
    width:8px;
    height: 8px;
    line-height:8px!important;

}
.icon_defautl:hover {
    background:#5d6275;
}

.cluster div {
    text-align: center;
    font-size: 15px!important;
    color: #fff!important;
    font-weight: 600;
    border-radius: 100%;
    width: 20px!important;
    height: 20px!important;
    line-height: 18px!important;
    box-shadow: 0px 0px 0px 4px rgb(0 0 0 / 10%);
    border: 1px solid #fff;
    -webkit-transition: all 300ms linear;
    transition: all 100ms 3inear;
    animation: cluster-animation 1.5s infinite;
    background: #56db6e;
}

@keyframes cluster-animation{
    0%,100%{
        box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.1);
    }
    50%{
        box-shadow: 0px 0px 0px 9px rgba(0,0,0,0.1);
    }
}

.txt-search{
    margin: 0 10px;
    border-radius: 10px !important;
    border: 1px solid #e9edf4 !important;
    min-width: 195px !important;
}

.nav-link {
    padding: .5rem 0 ;
    color: #131212 !important;
}

.sub-item-menu .nav-link {
    padding: .5rem 0 ;
    color: #efebeb !important;
}
.sub-item-menu .nav-link:acitve {
    padding: .5rem 0 ;
    color: #efebeb !important;
}

.tb-user {
    margin-left: 0px;
    border: 0;

}
.tb-user .title-user {
    text-transform: lowercase;
    font-size: 15px;
    color: #000;
}
.tb-user .title-user:first-letter,
.tb-user .title-user:first-line {
    text-transform: capitalize;
}
.tb-user .title-time{
    float: right;
    margin-top: -15px;
    margin-right: 5px;
}
.tb-user .sb-nav-link-icon{
    float: left;
}

.tb-user .user-icon-0{
    background:#bbbaba;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    float: right;
    margin-top: -10px;
}
.tb-user .user-icon-1{
    background:#56db6e;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    float: right;
    margin-top: -10px;
}
.tb-user .user-icon-2{
    background:#faa004;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    float: right;
    margin-top: -10px;
}
.tb-user .user-icon-3{
    background:#f55608;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    float: right;
    margin-top: -10px;
}
.tb-user .user-icon-4{
    background:#f9f609;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    float: right;
    margin-top: -10px;
}
.tb-user td{
    background: none !important;
    border: 0px solid #d1dde2;
    padding: 3px;
    font-size: 11px;
    color: #66798B;
}
.tb-user .sb-nav-link-icon{
    margin-right: 0 !important;
}
.img-user{
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.leaflet-popup-content-wrapper {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgb(0 0 0 / 40%);
    border: 2px solid #7daac8;
}

.leaflet-popup-content-wrapper {
    min-width: 300px;
}
.tb-info {
    width: 100%;
    border: 0 !important;
}
.tb-info td{
    border: 0 !important;
}

/*Layout*/
/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #879fba;
    border-radius: 10px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #6e87a2;
}

.wapper-layout{
    width: 100%;
    height: calc(100vh - 100px) ;
    margin: 0;
    padding: 0;
}
.zoom {
    position: fixed;
    top: 70px;
    right: -5px;
    border-radius: 6px 0px 0px 6px;
    background-color: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.25);
    opacity: 1;
    height: 85px;
}
.zoom li{
    list-style: none;
}
.marker-zoom{
    position: absolute;
}
#zoomin {
    top:10px;
    width: 28px;
    cursor: pointer;
    float: left;
    left: 3px;
}
#zoomout {
    top:50px;
    width: 28px;
    cursor: pointer;
    float: left;
    left: 3px;
}
.marker {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 888;
}
.marker-icon{
    position: absolute;
}
.leaflet-left {
    right: 10px;
    top: 60px;
    display: none;
}
.map-avatar {
    height: 150px;
    object-fit: contain;
}
.map-qrcode {
    width: 150px;
    height: 150px;
}
.tb-info table {
    border: 0 !important;
}
.tb-info table td {
    border: 0 !important;
}
.tbInfo2 {
    background:#f0f3f8;
    border-radius:6px;
}
/*Layout*/
.binduz-er-news-offcanvas_menu_wrapper {
    width: 450px;
    position: fixed;
    background: #fff;
    z-index: 9999;
    top: 105px;
    transition: .5s;
    right: 0;
    margin-right: -450px;
    padding: 15px;
    overflow-y: auto;
}
.binduz-er-news-active {
    margin-right: 0;
}
.binduz-er-news-offcanvas_menu.binduz-er-news-offcanvas_menu_left .binduz-er-news-offcanvas_menu_wrapper.binduz-er-news-active {
    margin-left: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #fafafa;
}
.binduz-er-news-offcanvas_menu.binduz-er-news-offcanvas_menu_left .binduz-er-news-offcanvas_menu_wrapper {
    left: 0;
    right: auto;
    margin-right: 0;
    margin-left: -450px;
}
.line-top {
    border-top: 1px solid #dee2e6;
    padding-top: 12px;
}
.line-botton {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}
.border-right {
    border-right: 1px solid #dee2e6;
}

.line-top .frnt-link {
    font-size: 14px;
    font-weight: 400;
    color: #fafafa;
    margin-left: 20px;
    background: #03acaa;
    padding: 5px 10px;
    border-radius: 2px;
    height: 26px;
}

.status_filter{
    margin: 0;
    padding: 0;
    margin-left: 15px;
    margin-top: 15px;
}
.status_filter2{
    margin: 0;
    padding: 0;
    margin-top: 15px;
    border: 1px solid #ced4da;
    padding: 10px;
    max-height: 500px;
    overflow: auto;
}
.status_filter-2{
    margin: 0;
    padding: 0;
    margin-left: 15px;
}

.d-inherit{
    display: inherit !important;
}

.anchor-table {
    width: 100%;
    border: 0;
}
.anchor-table td{
    border: 0;
}

.ml-15 {
    margin-left: 15px;
}
.pl-5 {
    padding-left: 5px;
}
.f-18 {
    font-size: 18px
}

.openCamera {
    float: right;
    bottom: 0;
    right: 0;
    position: relative;
    z-index: 999999;
    width: 50px;
    margin-left: -50px;
}

.hidden-pc{
    display: none;
}
.hidden-mobi {
    display: inline-block;
}
.modal-body {
    /*padding: 10px 10px 5px 10px !important;*/
    padding-bottom: 6px !important;
}
.img-status-tags {
    padding-left: 10px;
}

@media (max-width: 992px) {
    #layoutSidenav #layoutSidenav_nav {
        transform: translateX(0px);
    }
}

@media (max-width: 768px) {
    .mtop-m-10 {
        margin-top: 10px;
    }
    .mtop-m-15 {
        margin-top: 15px;
    }
    .binduz-er-news-offcanvas_menu_wrapper {
        max-width: 90%;
    }
    .hidden-mobi {
        display: none !important;
    }
    .hidden-pc{
        display: block;
    }
    .navbar {
        padding-left: 0 !important;
        margin-left: -10px;
    }
    .sb-nav-fixed #layoutSidenav #layoutSidenav_content {
        padding-left: 225px;
        top: 56px;
        background-color: #f7f7f7 !important;
    }
    #layoutSidenav #layoutSidenav_nav {
        transform: translateX(-255px);
    }
    .modal-content {
        max-width: 100% !important;
    }
    .modal-body {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1rem;
        overflow: auto !important;
        width: 480px;
        max-width: 100%;
    }
    .td-mobile{
        width: 120px;
    }
    .openCamera {
        float: right;
        right: 0;
        position: relative;
        z-index: 999999;
        margin-left: 0;
        top: 0;
        margin-top: -30px;
        margin-right: -25px !important;
    }
    .img-status-tags {
        padding-left: 3px;
    }

    .follow-scroll {
        height: calc(100vh - 125px);
        width: 100%;
        min-height: 300px;
    }

    #layoutSidenav #layoutSidenav_content {
        min-height: calc(100vh - 85px);
    }
}

@media (min-width: 576px) {
    /*.modal-dialog {
        max-width: 1000px !important;
        margin: 1.75rem auto;
    }
    */
}

.container-map{
    overflow-x: auto !important;
}
.h-80 {
    height: 80px !important;
}

.modal-title {
    font-size: 18px !important;
}

.hide {
    display: none !important;
}
.show {
    display: block !important;
}

.bell-click  {
    -webkit-animation: circle-img-anim 1s infinite ease-in-out;
    animation: circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

@-webkit-keyframes circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
