.toggle-sidebar{font-size:22px}
main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.animate{animation-duration:.6s;-webkit-animation-duration:.6s;animation-fill-mode:both;-webkit-animation-fill-mode:both}
.slideIn{-webkit-animation-name:slideIn;animation-name:slideIn}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {-webkit-transform:transform;-webkit-opacity:0}
  100% {-webkit-transform:translateY(0);-webkit-opacity:1}
  0% {-webkit-transform:translateY(1rem);-webkit-opacity:0}
}
.bbtm{border-bottom:1px solid #ccc!important}
.mt--4{margin-top:-4px}
.text-default{color:var(--bs-card-color)}
.clear10{clear:both;height:10px;}
.table.table-striped tbody tr.lab-request td{background:rgb(213, 201, 255) !important}


/***dashboard***/


/* Dashboard */
.card-statistics .highlight-icon {
  height: 53px;
  width: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.card-statistics .highlight-icon i {
  font-size: 27px;
}
.card-statistics .card-col {
  border-right: 1px solid #ebedf2;
}
.card-statistics .card-col:last-child {
  border-right: none;
}
@media (max-width: 575.98px) {
  .card-statistics .card-col {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    border: none;
  }
  .card-statistics .card-col:first-child:after, .card-statistics .card-col:first-child:before, .card-statistics .card-col:nth-child(2):after, .card-statistics .card-col:nth-child(2):before, .card-statistics .card-col:nth-child(3):after, .card-statistics .card-col:nth-child(3):before {
    content: "";
    position: absolute;
    background: #ebedf2;
  }
  .card-statistics .card-col:first-child:before {
    bottom: 0;
    width: 94.2%;
    height: 1px;
    right: 0;
  }
  .card-statistics .card-col:first-child:after {
    bottom: 0;
    width: 1px;
    height: 100%;
    right: 0;
  }
  .card-statistics .card-col:nth-child(2):before {
    bottom: 0;
    width: 94.2%;
    height: 1px;
    left: 0;
  }
  .card-statistics .card-col:nth-child(3):before {
    width: 1px;
    height: 100%;
    right: 0;
  }
}

.card-revenue-table .revenue-item {
  border-bottom: 1px solid #ebedf2;
}
.card-revenue-table .revenue-item:last-child {
  border-bottom: 0;
}
.card-revenue-table .revenue-item .revenue-desc {
  margin-right: auto;
  width: 80%;
}
.card-revenue-table .revenue-item .revenue-desc p {
  margin-bottom: 0;
}
.card-revenue-table .revenue-item .revenue-amount {
  margin-left: auto;
  width: 40%;
}
.card-revenue-table .revenue-item .revenue-amount p {
  font-size: 1.25rem;
  font-family: "roboto", sans-serif;
  font-weight: 600;
  text-align: right;
}
.rtl .card-revenue-table .revenue-item .revenue-amount p {
  text-align: left;
}

.card-revenue {
  background: linear-gradient(120deg, #556cdc, #128bfc, #18bef1);
  background-size: cover;
  color: #ffffff;
}
.card-revenue .highlight-text {
  font-size: 1.875rem;
  font-family: "roboto", sans-serif;
  font-weight: 500;
}
.card-revenue .badge {
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 1.125rem;
  padding: 0.5rem 1.25rem;
}

.card-weather {
  background: #fff;
}
.card-weather .card-body {
  background: #ffffff;
}
.card-weather .card-body:first-child {
  background: url("../../images/samples/weather.svg") no-repeat center;
  background-size: cover;
}
.card-weather .weather-date-location {
  padding: 0 0 38px;
}
.card-weather .weather-data {
  padding: 0 0 4.75rem;
}
.card-weather .weather-data i {
  font-size: 5.313rem;
  line-height: 1;
}
.card-weather .weakly-weather {
  background: #fff;
  overflow-x: auto;
}
.card-weather .weakly-weather .weakly-weather-item {
  flex: 0 0 14.28%;
  border-right: 1px solid #ebedf2;
  padding: 1rem;
  text-align: center;
}
.card-weather .weakly-weather .weakly-weather-item i {
  font-size: 1.2rem;
}
.card-weather .weakly-weather .weakly-weather-item:last-child {
  border-right: 0;
}
.card-weather .weakly-weather .weakly-weather-item .symbol {
  color: #9c9fa6;
  font-size: 1.875rem;
  font-weight: 300;
}

.product-chart-wrapper {
  height: 92%;
}

#dashboardTrendingProgress {
  width: 60px;
}

.dashboard-bar-chart-legend .col {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.dashboard-bar-chart-legend .col .bg {
  margin-left: auto;
  margin-right: auto;
  height: 5px;
  width: 30px;
  display: block;
  margin-top: 5px;
}
.dashboard-bar-chart-legend .col:nth-child(1) .bg {
  background: #198ae3;
}
.dashboard-bar-chart-legend .col:nth-child(2) .bg {
  background: #b66dff;
}
.dashboard-bar-chart-legend .col:nth-child(3) .bg {
  background: #fe7c96;
}

.intro-banner {
  background: #dbe4ec;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 2px;
}
.intro-banner .banner-image {
  width: 24%;
  max-width: 100%;
}
.intro-banner .banner-image img {
  display: block;
  margin: auto;
}
.intro-banner .content-area {
  width: 58%;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.sales-mini-tabs {
  border-bottom: none;
}
.sales-mini-tabs .nav-item .nav-link {
  border: none;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 2px;
  transition-duration: 0.7s;
  transition-property: "color";
}
.sales-mini-tabs .nav-item .nav-link.active {
  font-weight: 600;
  background: white;
  color: #b66dff;
}

.dashboard-chat-height {
  height: 40px;
}

.product-item img {
  border-radius: 0.3125rem 0.3125rem 0 0;
}

.search-food {
  height: 40px;
}
.search-food .form-control, .search-food .typeahead,
.search-food .tt-query,
.search-food .tt-hint, .search-food .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .search-food .select2-search__field, .search-food .select2-container--default .select2-selection--single, .select2-container--default .search-food .select2-selection--single {
  background: #ffffff;
  height: 100%;
}
.search-food .map-icon {
  position: relative;
}
.search-food .map-icon:after {
  position: absolute;
  right: 10px;
  top: 25%;
  content: "\f34e";
  font-family: "Material Design Icons";
  display: block;
  color: #a7afb7;
  font-size: 1rem;
}

.erp-banner-img {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 200px;
}
@media screen and (max-width: 991px) {
  .erp-banner-img {
    position: static;
    margin-top: 1rem;
  }
}

.erp-icon-rectangle {
  width: 61px;
  height: 61px;
  border-radius: 4px;
  margin: 0 auto;
  margin-bottom: 1rem;
  color: #ffffff;
  padding-top: 15px;
}
.erp-icon-rectangle i {
  font-size: 30px;
}

.ecommerce-banner-image-position {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 230px;
}
@media screen and (max-width: 1024px) {
  .ecommerce-banner-image-position {
    position: static;
    margin-top: 1rem;
  }
}

.grey-circle-profile-icon {
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 100%;
  padding-top: 10px;
}
.grey-circle-profile-icon i {
  color: #343a40;
  font-size: 30px;
}

.rouded-flag {
  font-size: 2.25rem;
}

.flag-icon-wrap {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
}

#visit-sale-chart-legend ul {
  padding-left: 0;
  margin-bottom: 0;
  display: none;
}
#visit-sale-chart-legend ul li {
  list-style: none;
  color: #9c9fa6;
  font-size: 12px;
  display: inline-block;
  margin-right: 1rem;
}
#visit-sale-chart-legend ul li span {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
}
#visit-sale-chart-legend > :first-child {
  display: block;
}

#traffic-chart-legend ul {
  padding-left: 0;
  margin-bottom: 0;
  display: none;
}
#traffic-chart-legend ul li {
  list-style: none;
  color: #9c9fa6;
  font-size: 12px;
  display: block;
  margin-right: 1rem;
}
#traffic-chart-legend ul li span {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
}
#traffic-chart-legend > :first-child {
  display: block;
}

.doughnutjs-wrapper {
  height: 250px !important;
}
@media (max-width: 991px) {
  .doughnutjs-wrapper {
    height: auto !important;
  }
}

.card.card-img-holder .card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.bg-gradient-danger {
    background: linear-gradient(to right, #ffbf96, #fe7096) !important;
}

.bg-gradient-info {
    background: linear-gradient(to right, #90caf9, #047edf 99%) !important;
}

.bg-gradient-success, .datepicker-custom .datepicker.datepicker-inline .datepicker-days .table-condensed tbody tr td.day.today:before {
    background: linear-gradient(to right, #84d9d2, #07cdae) !important;
}