:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #FFC700;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6FD943;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 22, 44, 78;
  --bs-secondary-rgb: 111, 217, 67;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 199, 0;
  --bs-danger-rgb: 252, 39, 90;
  --bs-light-rgb: 246, 246, 246;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

body{
  font-family: 'Lato', sans-serif;
}
header{
  box-shadow: -5px 4px 54px 0 rgba(226, 231, 235, 0.66);
}

.main-logo,.store-details-content{
  padding: 30px 20px;
}
.main-logo img{
  max-width: 128px;
  width:100%;
}
.store-name-and-url h6{
  font-size: 11px;
}
.store-name-and-url p{
  font-size: 8px;
  min-width: 130px;
}
.store-details-content .store-profile-image{
  width: 30px;
  height: 30px;
  position: relative;
}
.store-details-content .store-profile-image.active:before{
  content: "";
  width: 6px;
  height: 6px;
  background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  top: 1px;
}
.store-details-content .store-dropdown{
  width:24px;
  height:24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border:1px solid #162C4E;
}
.header-navigation > li{
  margin-right: 14px;
}
.header-navigation > li > a{
  text-decoration: none;  
  color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important;
  padding: 6px 15px 6px 7px;
  border: 1px solid transparent;
  font-size: 11px;
}
a.quick-button{
  text-decoration: none;  
  color: #fff;
  padding: 6px 15px 6px 7px;
  border: 1px solid transparent;
  font-size: 11px;
   background-color: #6FD943;
   font-weight: 700;
   margin-right: 14px;
}
a.quick-button:after{
  content: "";
  width: 10px;
  height: 5px;
  margin-left: 11px;
  background: url(../images/icon/down-arrow-white-icon.svg);
}
a.quick-button span{
  padding:6px;
  margin-right: 10px;
}
a.quick-button span img{
  width: 8px;
  height: 8px;
  float: left;
}
.header-navigation > li > a.hasDropdown:after{
  content: "";
  width: 10px;
  height: 5px;
  margin-left: 11px;
  background: url(../images/icon/down-arrow-dark-icon.svg);
}
.header-navigation > li > a > span{
  padding:6px;
  margin-right: 10px;
}
.header-navigation > li > a.active,.header-navigation > li > a:hover{
  border: 1px solid #6FD943;
  font-weight: 700;
}
.header-navigation > li > a.active > span,.header-navigation > li > a:hover > span{
  box-shadow: 0 2px 4px 0 rgba(24, 119, 242, 0.11); 
}
.header-navigation > li > a > span img{
  width: 14px;
  height: 14px;
  float: left;
}
.quick-add-content{
  position: relative;
}
.dropdown{
  width: 160px;
  left: 0;
  border: 1px solid #6FD943;
  border-radius: 18px;
  padding: 12px 0;
  top: calc(100% + 11px);
  display: none;
  background: #fff;
  z-index: 99;
}
.dropdown li,.dropdown ul{
  float: left;
  width: 100%;
}
.dropdown a{
  width: 100%;
  padding: 0 14px;
  float: left;
  margin: 7px 0;
}
.dropdown a span{
  margin-right: 10px;
}
.dropdown a span img{
  width: 14px;
  height: 14px;
}
.dropdown a{
  font-size: 11px;
  text-decoration: none;
  font-weight: 700;
  color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important;
}
.user-dropdown{
    font-size: 11px;
    border: 1px solid #6FD943;
    padding: 4px;
     margin-right: 14px;
}
.user-dropdown .user-image{
  width: 30px;
  height: 30px;
  margin-right: 8px;
  position: relative;
}
.user-dropdown .user-image:before{
  content: "";
  width: 6px;
  height: 6px;
  background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  top: 1px;
}
.user-dropdown .hasDropdown:after {
    content: "";
    width: 24px;
    height: 24px;
    margin-left: 11px;
    border: 1px solid #6FD943;
    background: url(../images/icon/down-arrow-dark-icon.svg);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.dashboard-container{
  margin-top: 38px;
}
.user-welcome h3,.user-welcome h4{
  font-size: 30px;
  line-height: 36.88px;
  margin-bottom: 16px;
}
.user-welcome h3{
  font-weight: 700;
  margin: 12px 0 0;
}
.user-welcome p{
  color: #8D889B;
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 22px;
}
.dashboard-tile{
  border:1px solid rgba(24, 119, 242, 0.14);
  padding: 11px 12px;
  border-radius: 18px;
}
.dashboard-tile:hover{
  box-shadow: 0 26px 28px 0 rgba(192, 192, 192, 0.24);

}
.dashboard-tile .tile-icon{
  width: 75px;
  height: 75px;
  border-radius: 10px;
}
.dashboard-tile .small-label{
  width: 100%;
  text-align: center;
  font-size: 8px;
  font-weight: 700;
  color: #6FD943;
  margin-top: 10px;
}
.dashboard-tile h5{
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #162C4E;
}
.dashboard-tile .tileValue img{
  max-width: 68px;
}
.dashboard-tile .tileValue span{
  font-size: 55.5px;
  font-weight: 700; 
  line-height: 58px
}
.dashboard-tile .tileValue.long-value span{
  font-size: 18px;
}
.dashboard-tile a{
  font-size: 7px;
  color: #162C4E;
  margin-top: 10px;
}
.dashboard-tile .percentage{
  color:#6FD943;
  font-size: 11px;
  margin-top: 10px;
}
.dashboard-contentbg{
  background: #EFEFEF;
  border-radius: 20px;
  padding: 20px;
  }
  .dashboard-card{
    border:1px solid rgba(24, 119, 242, 0.14);
    border-radius: 17px;
    background: #fff;
  }
  .card-list-head{
    padding: 20px 11px 15px 17px;
    display: flex;
    align-items: center;
  }
  .card-list-head .leftBlk{
    margin-right: auto;
  }
  .card-list-head p{
    color: #6FD943;
    font-size: 13px;
    width: 100%;
    font-weight: 700;
    margin: 0;
  }
  .card-list-head h3{
    color: #162C4E;
    font-size: 20px;
    width: 100%;
    font-weight: 700;
    margin: 0;
  }
  .card-list-head a{
  text-decoration: none;  
  color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important;
  padding: 6px 15px 6px 7px;
  border: 1px solid transparent;
  font-size: 11px;
  border: 1px solid #6FD943;
  font-weight: 700;
}
.card-list-head a > span{
  padding:6px;
  margin-right: 10px;
}
.card-list-head a > span img{
  width: 14px;
  height: 14px;
  float: left;
}
  .card-list-head a.hasDropdown:after{
  content: "";
  width: 10px;
  height: 5px;
  margin-left: 11px;
  background: url(../images/icon/down-arrow-dark-icon.svg);
}
.top-product-list{
  padding: 0 11px 0 15px;
}
.top-product-list li{
  border: 1px solid rgba(24, 119, 242, 0.14);
  border-radius: 17px;
  margin-bottom: 12px;
  padding: 9px 14px;
  display: flex;
    align-items: center;
    position: relative;
    counter-increment: step-counter;
}
.top-product-list li::before {
    content: counter(step-counter);
    font-size: 11px;
    background-color: #162C4E;
    color: white;
    font-weight: bold;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: -23px;
}
.top-product-list .product-img{
  width: 50px;
  height: 50px;
}
.product-img img{
  width: 100%;
  height: 100%;
}
.top-product-list .list-label{
  color: #6FD943;
  font-size: 9px;
  font-weight: 700;
  width: 100%;
  float: left;
  line-height: 1;
}
.top-product-list .product-name{
  font-size: 14px;
  font-weight: 700;
  color: #162C4E;
  line-height: 17px;
  float: left;
}
.top-product-list .share{
  width: 25px;
  height: 25px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-product-list .product-qty{
  font-size: 9px;
  font-weight: 700;
  color: #AEBEC8;
  line-height: 17px;
  float: left;
  width: 100%;
  background: url(../images/icon/increment-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.top-product-list .product-price{
  font-size: 9px;
  font-weight: 700;
  color: #162C4E;
  line-height: 17px;
  float: left;
  width: 100%;
}
.top-product-list .qty-price{
  width: 35%;
}
.order-table .table{
  font-size: 9px;
  color: #AEBEC8;
  font-weight: 700;
}
.order-table .table .download-btn{
  font-size: 8px;
  font-weight: 700;
  color: #6FD943;
  border: 1px solid #6FD943;
  padding: 5px 10px 5px 5px;
  float: left;
}
.order-table .table .download-btn span{
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.table>:not(:first-child) {
    border-top: 1px solid #DFECFD;
}
.table .green-label{
  color: #6FD943;
    margin-left: 8px;
    background: rgba(111, 217, 67, 0.2);
    border-radius: 38px;
    padding: 2px 12px;
}
.table .green-label:before{
  content: "";
  width: 9px;
  height: 7px;
  background: url(../images/icon/tick-green-icon.svg);
  display: inline-block;
  margin-right: 10px;
}
.table .view-icon{
    width: 18px;
    height: 18px;
    border-radius: 5px;
    display: flex;
    padding: 3px;
    margin: auto;
}
.table>:not(caption)>*>* {
    padding: 0.75rem 0.5rem;
}
.chat-icon{
  background: #6FD943;
  position: fixed;
  width: 70px;
  height: 70px;
  right: 20px;
  bottom: 20px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center; 
}
.chatBox{
   position: fixed;
   right: 100px;
   bottom: 0px;
   display: none;
}

footer{
  font-size: 12px;
  color: #fff;
  background: #162C4E;
  text-align: center;
  padding: 12px 0 14px;
}