@charset "UTF-8";
/* ==== CUSTOM UI ELEMENTS AND STYLES ====*/
/* ========================
INCLUDE STYLES AND COMPONENTS
===================== */
/* ================== HELPERS =================== */
:root {
  --samashop-bgcolor: #f8f9fa;
  --samashop-fs: 14px;
  --samashop-ff: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  --samashop-navcolor: white;
  --color-primary: #2fa747;
  --color-secondary: #8C1E1B;
  --color-tercery: #0066cc;
  --bg-body: #ffffff;
  --t-color: #212529;
  --body-text: 14px;
  --green: #2fa747;
  --red: #dc3545;
  --orange: #fd7e14;
  --blue: #0d6efd;
  --gray: #6c757d;
  --light-gray: #f8f9fa;
  --border-color: #dee2e6;
}


body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #020202;
  background-color:var(--bg-body);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.card{
  border: 0.4px solid rgb(244 244 244);
}
.table thead th {
  color: #adb5bd;
  font-weight: 400;
}
.form-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #182719  ;
  background-color: #f3f3f3;
  background-clip: padding-box;
  border: 0px solid #cfdbe6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  box-shadow: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bg-primary{
  background-color: var(--color-primary) !important;
  color: white;
}
.bg-secondary{
  background-color: var(--color-secondary) !important;
  color: white;
}
.bg-tercery{
  background-color: var(--color-tercery) !important ;
  color: white;
}
.text-primary{
  color: var(--color-primary);
}
.text-secondary{
  color: var(--color-secondary);
}
.text-tercery{
  color: var(--color-tercery);
}


.form-control, .thumbnail {
            border-radius: 2px;
        }
        .btn-danger {
            background-color: #B73333;
        }

        /* File Upload */
        .fake-shadow {
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        }
        .fileUpload {
            position: relative;
            overflow: hidden;
        }
        .fileUpload #logo-id {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            padding: 0;
            font-size: 33px;
            cursor: pointer;
            opacity: 0;
            filter: alpha(opacity=0);
        }
        .img-preview {
            max-width: 100%;
        }
.table-lg td, .table-lg th {
  padding: 0.8rem 1rem;
}

.screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.dashboard .card{
  border:none;
}
.table .text-end a {
  border:none;
  color: black !important;
}
.searchform button {
  background-color: #f3f3f3 !important;
  border: none;
}
.screen-overlay.show {
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

/* =================  DEFINED VARIABLES =================== */
.icon-xs, .icon-sm, .icon-md, .icon-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  flex-grow: 0;
}

.icon-xs {
  width: 32px;
  height: 32px;
  line-height: 32px !important;
  font-size: 16px;
}

.icon-sm {
  width: 48px;
  height: 48px;
  line-height: 48px !important;
  font-size: 20px;
}

.icon-md {
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  font-size: 28px;
}

.icon-lg {
  width: 96px;
  height: 96px;
  line-height: 96px !important;
  font-size: 42px;
}

.img-avatar {
  border-radius: 100%;
  border: 3px solid #fff;
}

.img-xs, .img-sm, .img-md, .img-lg {
  object-fit: cover;
  flex-shrink: 0;
  flex-grow: 0;
}

.img-xs {
  width: 40px;
  height: 40px;
}

.img-sm {
  width: 60px;
  height: 60px;
}

.img-md {
  width: 112px;
  height: 112px;
}

.img-lg {
  width: 196px;
  height: 196px;
}

.center-xy {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.center-y {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.center-x {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

/* ================== BASE =================== */
body {
  position: relative;
  min-height: 100vh;
}

body.offcanvas-active {
  overflow: hidden;
}


body {
  background: #f6f8fa;
}

.main-wrap {
  margin-left: 250px;
  padding-top: 80px;
  min-height: 100vh;
  min-width: 0;
}

.content-main {
  padding: 40px 3% 30px 3%;
  margin-left: auto;
  margin-right: auto;
  min-height: 80vh;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 24px 0 rgba(0,0,0,0.07);
  width: 100%;
  box-sizing: border-box;
}
.content-main .card-header {
  background: linear-gradient(180deg, rgba(47,167,71,0.06) 0%, rgba(47,167,71,0.02) 100%);
  border-bottom: 1px solid rgba(47,167,71,0.15);
}
.content-main .table-responsive {
  border-radius: 12px;
}
.content-main .table {
  margin-bottom: 0;
}
.content-main .table thead th {
  background-color: rgba(47, 167, 71, 0.06);
  color: #536157;
  font-weight: 600;
}
.content-main .alert {
  border-radius: 12px;
}
.finance-shell .finance-toolbar .btn,
.legacy-services-shell .content-header .btn,
.legacy-trans-shell .content-header .btn {
  border-radius: 10px;
}
.finance-shell .finance-tabs .nav-link,
.legacy-services-shell .nav-tabs .nav-link {
  border-radius: 10px;
  border: 1px solid transparent;
}
.finance-shell .finance-tabs .nav-link.active,
.legacy-services-shell .nav-tabs .nav-link.active {
  background-color: rgba(47,167,71,0.12);
  border-color: rgba(47,167,71,0.35);
}
.finance-shell .finance-card,
.legacy-trans-shell .legacy-trans-wrap {
  border-radius: 14px;
}
.legacy-services-shell .services-toolbar {
  border-radius: 14px;
  border: 1px solid rgba(47,167,71,0.15);
}
.legacy-services-shell #tableid td,
.legacy-trans-shell #tableid td,
.finance-shell #tableid td {
  vertical-align: middle;
}

.content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.content-title {
  font-weight: 600;
}

.dashboard {
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 24px;
}

.dashboard .card {
  height: 100%;
}

.card {
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.06);
  border: none;
  transition: box-shadow 0.2s;
}
.card:hover {
  box-shadow: 0 4px 24px 0 rgba(47,167,71,0.12);
}

.card-body {
  padding: 1.5rem 1.2rem;
}

.card-title {
  font-size: 1.15rem;
  font-weight: 600;
}

.icon-md {
  width: 56px;
  height: 56px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header {
  position: fixed;
  top: 0;
  left: 250px;
  right: 0;
  z-index: 100;
  min-height: 72px;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.04);
  display: flex;
  align-items: center;
  padding: 0 3%;
}

.navbar-aside {
  max-width: 250px;
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 2px 0 12px 0 rgba(0,0,0,0.04);
  z-index: 101;
  border-right: 1px solid #eaeaea;
  padding: 1.2rem 0.5rem;
  overflow-y: auto;
}

.navbar-aside .aside-top {
  padding: 1rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-aside .aside-top .logo {
  height: 46px;
  width: auto;
  max-width: 180px;
}

.menu-aside {
  margin-top: 1.5rem;
}

.menu-aside .menu-link {
  padding: 12px 18px;
  font-size: 1rem;
  border-radius: 8px;
  margin-bottom: 6px;
  font-weight: 500;
}
.menu-aside .menu-link.active, .menu-aside .menu-link:hover {
  background: #eafbe7;
  color: #2fa747;
}

.userbar {
  gap: 18px;
  align-items: center;
}

@media (max-width: 1024px) {
  .main-wrap {
    margin-left: 0;
    padding-top: 80px;
  }
  .navbar-aside {
    left: -250px;
    transition: left 0.2s;
  }
  .navbar-aside.show {
    left: 0;
  }
  .main-header {
    left: 0;
  }
}

@media (max-width: 768px) {
  .main-header {
    padding: 0 1rem;
    min-height: 60px;
  }
  .content-main {
    padding: 18px 6px;
    border-radius: 10px;
  }
  .dashboard {
    gap: 12px;
  }
  .navbar-aside {
    width: 80vw;
    max-width: 80vw;
    left: -80vw;
    padding: 1rem 0.5rem;
  }
  .navbar-aside.show {
    left: 0;
  }
}

.navbar-aside {
  max-width: 250px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  padding:1.2rem;
  width: 100%;
  overflow-y: auto;
  background-color: #ffffff;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.075);
  z-index: 10;
  border-right: 0.5px solid rgb(228 228 228);
}
.navbar-aside .aside-top {
  padding: 1rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-aside .aside-top .brand-wrap {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: inline-block;
}
.navbar-aside .aside-top .logo {
  height: 46px;
  width: auto;
  max-width: 200px;
}

.main-header {
  padding-left: 3%;
  padding-right: 3%;
  min-height: 72px;
  background-color: #fff;
  border-bottom: 1px solid rgb(226 228 229 / 25%);
  overflow: visible;
}
.userbar .nav-item{
  margin-left: 2rem;
}
.userbar{
  align-items: center;
}
.userbar .dropdown-item{
  border-bottom: 0.5px dotted #d9d9d9;
}

.main-header .nav {
  align-items: center;
}
.main-header .nav-item > a {
  border-radius: 0.25rem;
  color: #adb5bd;
  display: block;
  text-decoration: none;
}
.main-header .nav-link:hover {
  background-color: #e9ecef;
  color: var(--color-primary);
}

.notif-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  font-size: 0.6rem;
  padding: 0.2rem 0.35rem;
}

.notifications-dropdown {
  min-width: 320px;
  max-width: 360px;
  max-height: 60vh;
  overflow-y: auto;
  z-index: 1305;
}
.admin-lang-menu {
  min-width: 140px;
  z-index: 1305;
}
.notification-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  white-space: normal;
}
.notification-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: inherit;
  text-decoration: none;
}
.notification-main:hover {
  color: inherit;
}
.notification-delete-form {
  margin: 0;
  flex: 0 0 auto;
}
.notification-delete-btn {
  line-height: 1;
}
.notification-delete-btn i {
  color: inherit;
}
.notif-unread {
  background-color: rgba(47, 167, 71, 0.08);
}
.main-header .col-search {
  flex-grow: 0.2  ;
}
.main-header .col-nav {
  display: flex;
  align-items: center;
}

.nav-item img.rounded-circle {
  border: 2px solid #eee;
}
.nav-item img.rounded-circle:hover {
  border-color: var(--color-primary);
}

.content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.content-header .content-title {
  margin-bottom: 0;
}
#dashboard a{
    text-decoration:none;
}
/* ================== BOUTIQUE =================== */
.caisse-wrapper{
    display: flex;
    flex-wrap: wrap;
    padding: 1 rem!important;
    min-height: auto;
    max-height:80vh; 
    position: relative;
    justify-content: space-between!important;
}
.calc-wrapper{
    flex: 0 0 auto;
    width: 28%;
    padding:1.5rem;
    
}
.payment-wrapper{
    flex: 0 0 auto;
    width: 40%;
    padding:1.5rem;
    border: 1px solid #ededed;
    
}
.prod-wrapper{
   flex: 0 0 auto;
    width: 60%; 
    padding:1.5rem;
    border: 1px solid #ededed;
}
.vente-shell .vente-layout {
  gap: 14px;
}
.vente-shell .prod-wrapper,
.vente-shell .payment-wrapper {
  border-radius: 14px;
  background: #fff;
}
.vente-shell .prod-wrapper h5 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.vente-shell .prod-item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0,0,0,0.08);
  background: #fff;
  height: auto;
  min-height: 170px;
}
.vente-shell .prod-item h6 {
  padding: 6px 8px 0;
}
.vente-shell .prod-item:hover {
  background-color: #f3fbf4;
  transform: translateY(-2px);
}
.prestachat-shell .prestachat-layout {
  gap: 10px;
}
.prestachat-shell .prestachat-list,
.prestachat-shell .prestachat-thread {
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(47,167,71,0.15);
}
.prestachat-shell .prestachat-list .nav-link {
  border-radius: 12px;
}
.prestachat-shell .prestachat-list .nav-link.active {
  background: rgba(47,167,71,0.12);
  border-color: rgba(47,167,71,0.35) !important;
}
.legacy-detail-shell .legacy-detail-grid {
  border-radius: 14px;
  overflow: hidden;
  border-color: rgba(47,167,71,0.22) !important;
  background: #fff;
}
.legacy-detail-shell .legacy-detail-grid .border-end {
  border-color: rgba(47,167,71,0.18) !important;
}
.legacy-detail-shell label {
  color: #5f6d62;
  font-size: 0.86rem;
  font-weight: 600;
}
.legacy-receipt-shell .card {
  border-radius: 14px;
}
.legacy-receipt-shell .main-img-preview img {
  border-radius: 10px;
}
.prods{
    display: flex;
    flex-wrap: wrap;
    padding:10px;
    list-style: none;
    justify-content:space-between;
}
.prodflow{
    overflow-y:auto;
    max-height:50vh
}
.calc-wrapper table, .payment-wrapper table{
    vertical-align: middle !important;
}
#tableprod is:(td,th){
    align-items:center;
    
}
#tableprice td{
    text-align:end;
}

.prod-item{
    position:relative;
    display: block;
    flex: 0 0 auto;
    width: 23%;
    color: #0d6efd;
    text-decoration: none;
    height:100px;
    margin:0 10px 2.5rem  0;
    
}
.prod-item h6{
    font-weight:normal;
    font-size:14px;
    color:black;
    text-align:left;
    
}
.prod-item:hover{
    background-color:grey;
    transform:scale(0.9);
    cursor:pointer;
}
.prod-price{
    position:absolute;
    background-color:black;
    font-size:12px;
    padding:5px;
    color:white;
    top:0;
    border-radius:  0 0 5px 0 ;
}
.prodimg{
    object-fit:cover;
    width:100%;
    height:100%;
}
.calcinp{
    width: 100%;
    margin:2rem 0;
}
.calcinp input{
    width:97%;
    padding:1rem;
    text-align:end;
    border:none;
    border-radius: 8px;
    background-color: #f3f3f3;
    background-clip: padding-box;
    font-size: 2rem;
    font-weight: 400;
}
.keylist{
    list-style:none;
    display: flex;
    flex-wrap: wrap;
    padding:0;
}
.opcalc{
    display:flex;
    flex: 0 0 auto;
    margin-right:auto;
    margin-bottom:1rem;
    width: 19%;
    padding:1rem;
    font-size:2rem;
    color: #fff;
    background-color: var(--color-primary);
    border-color: #212529;
    align-items:center;
    justify-content:center;
    border-radius: 5px;
}
.opcalc:hover{
    background-color:#B73333;
}
.keycalc{
    flex: 0 0 auto;
    margin-right:1px;
    margin-bottom:1px;
    width: 32%;
    padding: 3rem 1rem;
    font-size:1rem;
    color: #fff;
    background-color: #212529;
    border-color: #212529;
    align-items:center;
    text-align:center;
    border-radius: 5px;
}
.keycalc:hover{
    
    background-color: #B73333;
    
}
.bloc{
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
}


.inner {
  padding: 1rem;
}

body.aside-mini .main-wrap {
  margin-left: 70px;
}

body.aside-mini .navbar-aside {
  max-width: 100px;
  overflow: visible;
  position: absolute;
  min-height: 100%;
  bottom: auto;
  font-size: 14px;
  padding: 1.2rem;
}
body.aside-mini .navbar-aside .aside-top {
  text-align: center;
}
body.aside-mini .navbar-aside .aside-top > div {
  flex-grow: 1;
}
body.aside-mini .navbar-aside .brand-wrap, body.aside-mini .navbar-aside .logo {
  display: none;
}
body.aside-mini .menu-aside .menu-link {
  text-align: center;
}
body.aside-mini .menu-aside .menu-link .text {
  display: none;
}
body.aside-mini .menu-aside .menu-link .icon {
  margin-right: 0;
  color: #263e2e;
}
body.aside-mini .menu-aside .submenu {
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  background-color: white;
  margin-left: 0rem;
  padding: 10px;
  position: absolute;
  left: 100%;
  top: 0;
  width: 215px;
}
body.aside-mini .menu-aside .menu-item {
  position: relative;
}
body.aside-mini .menu-aside .menu-item:hover .submenu {
  display: block;
  z-index: 10;
}
body.aside-mini .menu-aside .menu-item.has-submenu .menu-link:after {
  display: none;
}
#notif a{
  font-size: 12px;
}
.menu-aside {
  list-style: none;
  margin: 0.5rem;
  padding: 0;
}
.menu-aside a {
  display: flex ;
  text-decoration: none;
}
.menu-aside .menu-item {
  margin-bottom: 5px;
}
.menu-aside .menu-item i {
  color: #474d47;
  margin-right:     10px;
  font-size: 16px;
}
.menu-aside .menu-item.active i {
  color: white;
}
.menu-aside .menu-item.active .menu-link {
  background-color: #1a8b40;
  color: white ;
}
.menu-aside .menu-link {
  padding: 10px;
  color: #232523;
  font-weight: bold;
  border-radius: 0.3rem;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-aside .menu-link .text {
  vertical-align: middle;
}
.menu-aside .menu-link:hover {
  transition: 0.2s linear;
  background-color: #e9ecef;
}
.menu-aside .submenu {
  margin-left: 36px;
  display: none;
}
.menu-aside .submenu a {
  color: #6c757d;
  padding: 5px;
  border-bottom: 2px dotted #f0ecec;
}
.navbar-aside  hr{
  border-bottom: 2px dotted #d9d9d9;
}
.menu-aside .submenu a:hover {
  color: #2fa747;
}
.menu-aside .menu-item.active .submenu {
  display: block;
}
.menu-aside .menu-item.has-submenu > .menu-link:after {
  display: inline-block;
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;
  margin-top: 0.6em;
  vertical-align: middle;
  content: "";
  border-top: 5px solid #adb5bd;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
}

.nav-pills .nav-link {
  color: #6c757d;
  font-weight: 500;
}
.nav-pills .nav-link:hover {
  color: #182719  ;
  background-color: rgba(173, 181, 189, 0.15);
}

/* --------------------- titles ---------------------- */
.section-heading {
  margin-bottom: 40px;
  margin-top: 0;
}
.section-heading p {
  max-width: 600px;
  margin: auto;
}

.section-title {
  font-weight: 500;
}

.title-text {
  margin-top: 45px;
  margin-bottom: 20px;
}

.b {
  font-weight: 600;
}

/* ==================  title helpers ================ */
.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}
/* ================== Table =================== */
.tableshop{
    font-size:1rem !important;
    padding: 1.5rem 1.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    width:100%;
    table-layout: auto;
}
.tableshop tr{
   border-bottom: 1px solid rgba(108, 117, 125, 0.25)
}
.tableshop :is(th,td) {
    padding: 1rem 0.4rem ;
    max-width:100%;
    white-space:nowrap;
    vertical-align: middle;
    
}

/* ================== COMPONENTS =================== */
a[class*=card] {
  color: initial;
}
a[class*=card]:hover .title {
  color: var(--color-primary);
}

/* ITEM LIST */
.itemlist {
  border-bottom: 1px solid rgba(108, 117, 125, 0.25);
  align-items: center;
  width: 100%;
  padding: 0.5rem 0.5rem;
}
.itemlist:hover {
  background-color: rgba(49, 103, 235, 0.075);
}

/* ITEMSIDE */
.itemside {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
.itemside .aside, .itemside .left {
  position: relative;
  flex-shrink: 0;
}
.itemside .info {
  padding-left: 15px;
  padding-right: 7px;
}
.itemside p {
  margin-bottom: 0;
}
.itemside .title {
  display: block;
  margin-bottom: 5px;
}
.itemside a.title:hover {
  color: var(--color-primary);
}

a.itemside {
  color: initial;
  text-decoration: none;
}
a.itemside:hover .title {
  text-decoration: underline;
}

/* BASE STYLE FOR PRODUCT ITEM */
[class*=card-product] {
  border: 1px solid rgba(108, 117, 125, 0.25);
}
[class*=card-product] p {
  margin-bottom: 0;
}
[class*=card-product] .img-wrap {
  text-align: center;
  display: block;
  overflow: hidden;
  position: relative;
  background: white;
}
[class*=card-product] .img-wrap img {
  height: 100%;
  max-width: 100%;
  width: auto;
  display: inline-block;
  object-fit: cover;
}

/* GRID STYLE PRODUCT ITEM */
.card-product-grid {
  margin-bottom: 20px;
}
.card-product-grid .img-wrap {
  border-radius: 0.2rem 0.2rem 0 0;
  height: 220px;
}
.card-product-grid .info-wrap {
  padding: 1rem;
}
.card-product-grid a.title {
  color: #6c757d;
  display: block;
  text-decoration: none;
}
.card-product-grid a.title:hover {
  color: var(--color-primary);
}
.card-product-grid:hover {
  border-color: #adb5bd;
}

/* LARGE LIST STYLE PRODUCT ITEM */
.card-product-list {
  margin-bottom: 20px;
}
.card-product-list .img-wrap {
  height: 220px;
  border-radius: 0.25rem 0 0 0.25rem;
}
.card-product-list .info-main {
  padding: 1.5rem 1rem;
}
.card-product-list .info-aside {
  padding: 1.5rem 1rem;
  border-left: 1px solid rgba(108, 117, 125, 0.25);
  height: 100%;
}

.card-user {
  margin-bottom: 20px;
}
.card-user .card-header {
  position: relative;
  height: 100px;
  background-color: #FFE5A0 !important;
  text-align: center;
}
.card-user .img-avatar {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 100%;
}
.card-user .card-body {
  text-align: center;
}

/* --------- description list --------*/
[class*=dlist] {
  margin-bottom: 5px;
}

.dlist-inline dt, .dlist-inline dd {
  display: inline-block;
}

.dlist {
  display: flex;
}
.dlist dt {
  width: 150px;
  font-weight: normal;
}
.dlist dd {
  margin-left: 30px;
  vertical-align: baseline;
  flex-grow: 1;
  margin-bottom: 0;
  text-align: right;
}

/* -------------------- list.row--------------------- */
ul.row, ul.row-sm {
  list-style: none;
  padding: 0;
}

/* ================= lists ================= */
[class*=list-] li:after {
  visibility: hidden;
  display: block;
  content: "";
  overflow: hidden;
  height: 0;
  clear: both;
}

.list-icon {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.list-icon li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 30px;
}
.list-icon .icon {
  width: 22px;
  margin-right: 15px;
  vertical-align: middle;
  text-align: center;
  color: #6c757d;
  position: absolute;
  top: 3px;
  left: 0;
}
.list-icon span {
  vertical-align: middle;
}

.list-bullet {
  list-style: none;
  padding-left: 0;
}

.list-bullet li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}

.list-bullet li::before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  border-radius: 100%;
  height: 7px;
  background: var(--color-primary);
}

.list-check {
  padding-left: 0;
  list-style: none;
}
.list-check > li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 7px;
}
.list-check > li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #00B517;
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
}

.list-normal {
  list-style: none;
  padding-left: 0;
}
.list-normal li {
  padding-left: 1em;
  margin-bottom: 7px;
}
.list-normal li:before {
  content: "•";
  color: var(--color-primary);
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.list-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.list-menu li {
  margin-bottom: 5px;
}
.list-menu a {
  color: #182719  ;
}
.list-menu a:hover {
  color: var(--color-primary);
}

.cols-two {
  column-count: 2;
}

.cols-three {
  column-count: 3;
}

.cols-four {
  column-count: 4;
}

.icontext {
  display: inline-flex;
  align-items: center;
}
.icontext .icon {
  position: relative;
  flex-shrink: 0;
  margin-right: 10px;
}
.icontext small, .icontext .title {
  display: block;
}

.tag {
  display: inline-block;
  padding: 3px 7px;
  background: #f2f2f2;
  border: 1px xolid #eee;
  border-radius: 3px;
  margin-top: 4px;
  margin-right: 2px;
  font-size: 85%;
}

.price {
  font-weight: 600;
}

.notify {
  position: absolute;
  top: -4px;
  right: -10px;
  display: inline-block;
  padding: 0.25em 0.6em;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  border-radius: 3rem;
  color: #fff;
  background-color: #F30000;
}

.map-pin {
  border-radius: 3rem;
  background-color: red;
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.map-pin:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  display: inline-block;
  top: 8px;
  left: 8px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 0, 0, 0.3);
}

.icon-action {
  margin-top: 5px;
  float: right;
}

/* ====================== box ==================== */
.box {
  padding: 1rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(108, 117, 125, 0.2);
  background: #fff;
}
.box img {
  max-width: 100%;
}

/* ================= RATINGS ============== */
.label-rating {
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle;
}

/* rating-stars */
.rating-stars {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  clear: both;
  line-height: 0.8;
}
.rating-stars i {
  font-size: 14px;
  color: #ccc;
  display: inline;
}
.rating-stars img {
  height: 16px;
  max-width: none;
}
.rating-stars li {
  display: block;
  text-overflow: clip;
  white-space: nowrap;
  z-index: 1;
}
.rating-stars li.stars-active {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rating-stars li.stars-active i {
  color: orange;
}
.rating-stars.stars-lg img {
  height: 24px;
  max-width: none;
}

.form-inline input[type=number] {
  max-width: 100px;
}

.form-control:hover, .form-select:hover {
  border-color: var(--color-primary);
}

.btn-facebook {
  background-color: #405D9D;
  color: #fff;
}
.btn-facebook:hover {
  color: #fff;
}

.btn-instagram {
  background-color: #E52D27;
  color: #fff;
}
.btn-instagram:hover {
  color: #fff;
}

.btn-youtube {
  background-color: #C8046C;
  color: #fff;
}
.btn-youtube:hover {
  color: #fff;
}

.btn-twitter {
  background-color: #42AEEC;
  color: #fff;
}
.btn-twitter:hover {
  color: #fff;
}

.btn-google {
  background-color: #ff7575;
  color: #fff;
}
.btn-google:hover {
  color: #fff;
}

.btn-icon {
  text-align: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.btn-icon:hover {
  background-color: rgba(108, 117, 125, 0.15);
}
.btn-icon:focus {
  box-shadow: none;
}

.btn-light {
  background-color: #fff;
  border-color: rgba(108, 117, 125, 0.25);
}
.btn-light i {
  color: #adb5bd;
}
.btn-light:hover {
  background-color: #fff;
  border-color: #adb5bd;
}

.btn-drag {
  padding: 5px 2px;
  display: inline-block;
  cursor: ns-resize !important;
}

.btn-sm i {
  font-size: 1.2rem;
  line-height: 0.7;
  vertical-align: bottom;
}

/* ================== PAGES =================== */
/* ================== DARK =================== */
body.dark {
  background-color: #182719 ;
  color: #e5e2e2  ;
}
body.dark .bg-light {
  background-color: #182719 !important;
}
body.dark .brand-wrap .logo {
  filter: brightness(2);
}
body.dark .navbar-aside {
  background-color: #182719;
  border-right: 1px solid #2fa747;
}
body.dark .menu-aside .menu-item .icon {
  color: rgba(173, 181, 189, 0.7);
}
body.dark .navbar-aside i,
body.dark .main-header i,
body.dark .main-header .dropdown-toggle::after {
  color: rgba(173, 181, 189, 0.7);
}
body.dark .menu-aside .menu-item.active .icon {
  color: #fff;
}
body.dark .menu-aside .menu-item.active .menu-link {
  background-color: #2fa747;
}
body.dark .menu-aside .menu-link {
  color: #e5e2e2;
}
body.dark .input-group button {
  background-color: #182719 !important;
}
body.dark  .dashboard .card {
  border: none;
}
body.dark .menu-aside .menu-link:hover {
  background-color: #2fa747;
  color: #f8f9fa;
}
body.dark .menu-aside .submenu {
  background-color: #182719;
  border-color: #182719 ;
}
body.dark .menu-aside .submenu a {
  color: #97c79a;
  border-bottom: 1px dotted #808a83;
}
body.dark .menu-aside .submenu a:hover {
  color: #fff;
}
body.dark .main-header {
  background-color: #182719;
  border-bottom: 1px solid #182719;
}
body.dark .main-header .nav-item > a {
  color: #fff;
}
body.dark .main-header .nav-link:hover, body.dark .main-header .nav-link.active {
  background-color: #2fa747;
  color: #fff;
}
body.dark .content-main .card-header {
  background: linear-gradient(180deg, rgba(47,167,71,0.22) 0%, rgba(47,167,71,0.08) 100%);
  border-bottom-color: rgba(47,167,71,0.45);
}
body.dark .content-main .table thead th {
  background-color: rgba(47,167,71,0.16);
  color: #d8e6d9;
}
body.dark .vente-shell .prod-wrapper,
body.dark .vente-shell .payment-wrapper,
body.dark .prestachat-shell .prestachat-list,
body.dark .prestachat-shell .prestachat-thread {
  background: #182719;
  border-color: rgba(47,167,71,0.45);
}
body.dark .prestachat-shell .prestachat-list .nav-link.active {
  background: rgba(47,167,71,0.28);
  color: #fff !important;
}
body.dark .legacy-detail-shell .legacy-detail-grid {
  background: #182719;
  border-color: rgba(47,167,71,0.42) !important;
}
body.dark .legacy-detail-shell .legacy-detail-grid .border-end {
  border-color: rgba(47,167,71,0.35) !important;
}
body.dark .legacy-detail-shell label {
  color: #c9d7ca;
}
body.dark .finance-shell .finance-tabs .nav-link.active,
body.dark .legacy-services-shell .nav-tabs .nav-link.active {
  background-color: rgba(47,167,71,0.28);
  border-color: rgba(47,167,71,0.55);
  color: #fff !important;
}
body.dark .legacy-services-shell .services-toolbar {
  border-color: rgba(47,167,71,0.4);
}
body.dark .notifications-dropdown {
  background-color: #182719;
  border: 1px solid #2fa747;
}
body.dark .notifications-dropdown .border-bottom {
  border-bottom-color: #2fa747 !important;
}
body.dark .notifications-dropdown .dropdown-item {
  color: #e5e2e2;
}
body.dark .notifications-dropdown .dropdown-item:hover {
  background-color: #2a3a2b;
}
body.dark .notifications-dropdown .text-muted {
  color: #b8c2b9 !important;
}
body.dark .notif-unread {
  background-color: rgba(47, 167, 71, 0.22);
}
body.dark .notification-delete-btn i {
  color: #ff7b7b !important;
}
body.dark .card:not(.bg-primary):not(.bg-secondary):not(.bg-tercery):not(.bg-dark),
body.dark .card-header {
  background-color: #182719;
}
body.dark .card:not(.bg-primary):not(.bg-secondary):not(.bg-tercery):not(.bg-dark) {
  border: 1px solid #2fa747;
}
body.dark #dashboard .card.bg-primary,
body.dark #dashboard .card.bg-secondary,
body.dark #dashboard .card.bg-tercery,
body.dark #dashboard .card.bg-dark {
  border: none;
}
body.dark #dashboard .card .badge.bg-light {
  color: #1e2d20 !important;
}
body.dark .card-header {
  border-color: #2fa747;
}
body.dark .box {
  background: #182719;
}
body.dark .table {
  --bs-table-hover-bg: black;
  --bs-table-hover-color:#fff;
  color: #fff;
  border-color: #2fa747;
}
body.dark .form-control, body.dark .form-select {
  background-color: #323d33 ;
  border-color: #2fa747;
  color: #fff;
}
body.dark .btn {
  color: white;
}
body.dark .btn-light {
  background-color: #2fa747;
  border-color: #2fa747;
  color: #fff;
}
body.dark .btn-light i {
  color: #e9ecef;
}
body.dark .btn-light:hover {
  background-color: #182719;
  border-color: #2fa747;
}
body.dark .itemside {
  color: #fff;
}
body.dark a.itemside {
  color: #fff;
}
body.dark .nav-pills .nav-link {
  color: #fff;
}
body.dark .nav-pills .nav-link:hover {
  color: #fff;
}
body.dark .nav-pills .nav-link.active {
  color: #fff;
  background-color: #2fa747;
}
body.dark .card-product-grid .title {
  color: #fff;
}
