
body {
  font-family: 'Cairo', sans-serif !important;
}

* {
  font-family: 'Cairo', sans-serif !important;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.no-arrow::-webkit-outer-spin-button,
.no-arrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.input-with-suffix {
    position: relative;
}

.input-suffix {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #495057;
    font-weight: bold;
}



.scroll-categories {
  height: 620px; /* Fixed height */
  overflow-y: auto;
  scroll-behavior: smooth; /* Enables smooth scrolling */
  scrollbar-width: thin; /* Makes the scrollbar thinner */
}
.scroll-pointofsell {
  overflow-y: auto;
  scroll-behavior: smooth; /* Enables smooth scrolling */
  scrollbar-width: thin; /* Makes the scrollbar thinner */
  /* border: 1px solid black; */
}
.scroll-categories::-webkit-scrollbar {
  width: 8px; /* Adjust scrollbar width */
}

.scroll-categories::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scroll-categories::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  transition: background 0.3s ease;
}

.scroll-categories::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darker when hovered */
}


.product-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Ensures 3 products per row */
  align-content: flex-start;
  gap: 10px; /* Optional: adds spacing between products */
}

.product-item {
  width: calc(33.33% - 10px); /* Makes each product take 1/3 of the row */
  text-align: center;
}
.simpleButton {
  outline: none;
  background-color: white;
  border: none;
  padding: 0;
  display: contents;
}
.simpleButtonText {
  border-radius: 20px;
  border: 1px solid #b9b3b3;
  width: 100%;
  padding: 0.469rem 0.8rem;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
.fixed-badge {
  display: inline-block;  /* Ensures the badge can have a fixed width */
  width: 120px;           /* Adjust this value to match the width of "Virement" */
  text-align: center;     /* Centers the text within the badge */
}
.custom-close {
  background-color: transparent;
  border: 2px solid #dc3545; /* Red border */
  border-radius: 4px;
  font-size: 1rem;
  color: #dc3545; /* Red text */
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.custom-close:hover,
.custom-close:focus {
  background-color: #dc3545;
  color: #ffffff;
  transform: scale(1.1);
}
.summary-card {
  background: linear-gradient(135deg, #ffffff, #f8f9fa);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  text-align: center;
}

.summary-table {
  width: 100%;
  text-align: center;
}

.summary-table th {
  font-size: 16px;
  font-weight: bold;
  background: #979a9d92;
  color: rgb(0, 0, 0) !important;
  padding: 12px;
  border-radius: 6px 6px 0 0;
}

.summary-table td {
  font-size: 18px;
  font-weight: 600;
  padding: 12px;
  border-bottom: 2px solid #dee2e6;
}

.summary-table .value {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  border-radius: 6px;
}

.bg-success {
  background-color: #28a745 !important;
  color: white !important;
}

.bg-danger {
  background-color: #dc3545 !important;
  color: white !important;
}

.bg-warning {
  background-color: #ffc107 !important;
  color: black !important;
}
.scroll-best {
  max-height: 400px;
  overflow-y: auto;
}
.scroll-products {
  max-height: 365px;
  overflow-y: auto;
}
.scroll-avances {
  max-height: 160px;
  overflow-y: auto;
}
.best-selling {
  padding: 20px;
}
.scroll-best::-webkit-scrollbar{
  width: 0.5em;
   border-radius: 5px;
}

.scroll-best::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;

}

.scroll-best::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;

}

.scroll-categories::-webkit-scrollbar{
    width: 0.5em;
}

.scroll-categories::-webkit-scrollbar-thumb {
    background-color: #888;
}

.scroll-categories::-webkit-scrollbar-track {
    background: transparent;
}


.order_review {
    border: 1px solid #e2e9e1;
    padding: 30px;
    border-radius: 10px;
}

.mb-25 {
    margin-bottom: 25px !important;
}


.font-xl {
    font-size: 19px;
}

/* .text-brand {
    color: #F15412 !important;
} */

.entry-meta.meta-1 a.text-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.fw-900 {
    font-weight: 900;
}

.ht{
    height: 90px;
    width: 150px;
    margin-top: 5px;
}

.🤚 {
    --skin-color: #E4C560;
    --tap-speed: 0.6s;
    --tap-stagger: 0.1s;
    position: relative;
    width: 80px;
    height: 60px;
    margin-left: 80px;
  }

  .🤚:before {
    content: '';
    display: block;
    width: 180%;
    height: 75%;
    position: absolute;
    top: 70%;
    right: 20%;
    background-color: black;
    border-radius: 40px 10px;
    filter: blur(10px);
    opacity: 0.3;
  }

  .🌴 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--skin-color);
    border-radius: 10px 40px;
  }

  .👍 {
    position: absolute;
    width: 120%;
    height: 38px;
    background-color: var(--skin-color);
    bottom: -18%;
    right: 1%;
    transform-origin: calc(100% - 20px) 20px;
    transform: rotate(-20deg);
    border-radius: 30px 20px 20px 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border-left: 2px solid rgba(0, 0, 0, 0.1);
  }

  .👍:after {
    width: 20%;
    height: 60%;
    content: '';
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: -8%;
    left: 5px;
    border-radius: 60% 10% 10% 30%;
    border-right: 2px solid rgba(0, 0, 0, 0.05);
  }

  .👉 {
    position: absolute;
    width: 80%;
    height: 35px;
    background-color: var(--skin-color);
    bottom: 32%;
    right: 64%;
    transform-origin: 100% 20px;
    animation-duration: calc(var(--tap-speed) * 2);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transform: rotate(10deg);
  }

  .👉:before {
    content: '';
    position: absolute;
    width: 140%;
    height: 30px;
    background-color: var(--skin-color);
    bottom: 8%;
    right: 65%;
    transform-origin: calc(100% - 20px) 20px;
    transform: rotate(-60deg);
    border-radius: 20px;
  }

  .👉:nth-child(1) {
    animation-delay: 0;
    filter: brightness(70%);
    animation-name: tap-upper-1;
  }

  .👉:nth-child(2) {
    animation-delay: var(--tap-stagger);
    filter: brightness(80%);
    animation-name: tap-upper-2;
  }

  .👉:nth-child(3) {
    animation-delay: calc(var(--tap-stagger) * 2);
    filter: brightness(90%);
    animation-name: tap-upper-3;
  }

  .👉:nth-child(4) {
    animation-delay: calc(var(--tap-stagger) * 3);
    filter: brightness(100%);
    animation-name: tap-upper-4;
  }

  @keyframes tap-upper-1 {
    0%, 50%, 100% {
      transform: rotate(10deg) scale(0.4);
    }

    40% {
      transform: rotate(50deg) scale(0.4);
    }
  }

  @keyframes tap-upper-2 {
    0%, 50%, 100% {
      transform: rotate(10deg) scale(0.6);
    }

    40% {
      transform: rotate(50deg) scale(0.6);
    }
  }

  @keyframes tap-upper-3 {
    0%, 50%, 100% {
      transform: rotate(10deg) scale(0.8);
    }

    40% {
      transform: rotate(50deg) scale(0.8);
    }
  }

  @keyframes tap-upper-4 {
    0%, 50%, 100% {
      transform: rotate(10deg) scale(1);
    }

    40% {
      transform: rotate(50deg) scale(1);
    }
  }


.global-loader {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 250, 252, .78);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .16s ease, visibility .16s ease;
}

.global-loader.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.global-loader__core {
    width: 118px;
    height: 118px;
    position: relative;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 20px 55px rgba(15, 23, 42, .18);
}

.global-loader__core::before {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: inherit;
    border: 5px solid #dbeafe;
    border-top-color: #c49a35;
    border-right-color: #111827;
    animation: global-loader-spin .72s linear infinite;
}

.global-loader__core img {
    width: 76px;
    height: 76px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    animation: global-loader-spin 1.15s linear infinite;
}

@keyframes global-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

.global-mini-loader {
    width: 22px;
    height: 22px;
    position: relative;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(15, 23, 42, .12);
}

.global-mini-loader::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    border: 2px solid rgba(255, 255, 255, .55);
    border-top-color: #c49a35;
    border-right-color: #111827;
    animation: global-loader-spin .72s linear infinite;
}

.global-mini-loader img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    animation: global-loader-spin 1.15s linear infinite;
}

.disable-cursor-change {
    cursor: default !important;
}

.btn-add{
    --bs-btn-color:  #0c1427!important;
    --bs-btn-border-color:  #0c1427!important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg:  #0c1427!important;
    --bs-btn-hover-border-color:  #0c1427!important;
    --bs-btn-focus-shadow-rgb: 101, 113, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg:  #0c1427!important;
    --bs-btn-active-border-color:  #0c1427!important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color:  #0c1427!important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color:  #0c1427!important;
    --bs-gradient: none;
  }

  .card-widget {
    border: 0;
    position: relative;
  }

  .widget-user .widget-user-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    height: 135px;
    padding: 1rem;
    text-align: center;
  }

  .bg-info {
    background-color: #17a2b8!important;
  }

  .widget-user .widget-user-username {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
  }

  .widget-user .widget-user-desc {
    margin-top: 0;
  }

  .widget-user .widget-user-image {
    left: 50%;
    margin-left: -45px;
    position: absolute;
    top: 80px;
  }

  .widget-user .card-footer {
    padding-top: 50px;
  }


  .img-circle{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
  .bg-info{
    color: #fff;
  }

  .card .border-right {
    border-right: 1px solid rgba(0,0,0,.125);
  }

  .elevation-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)!important;
  }

  .icon-top{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 3px;
    margin-right: 6px;
  }

  .icon-top-left{
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 3px;
    margin-left: 6px;
  }

  .flex-row-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    }

    .flex-row-container::-webkit-scrollbar{
        height: 0.45em;
    }

    .flex-row-container::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 3px;
    }

    .flex-row-container::-webkit-scrollbar-track {
        background: transparent;
    }

    .thead-fixed {
        position: sticky;
        top: 0;
        /* z-index: 999; */
        background-color: #fff;
    }
    .thead-th{
      /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
      /* background-color: #888; */
      color: rgb(0, 0, 0) !important;
      font-weight: bold !important;
      font-family: Poppins,Helvetica,sans-serif !important;
      text-shadow: rgba(13, 0, 77, 0.08) 0px 2px 4px, rgba(13, 0, 77, 0.08) 0px 3px 6px, rgba(13, 0, 77, 0.08) 0px 8px 16px !important;
    }
    .thead-th-quantity {
      text-align: center;
    }
    /* Custom Button Styles */
.custom-btn {
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  border-radius: 8px !important; /* Rounded corners */
  padding: 8px 12px !important; /* Adjust padding */
  font-size: 16px !important; /* Adjust font size */
  border: none !important; /* Remove default border */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important; /* Add shadow */
}

.custom-decrease-btn {
  background-color: #6c757d !important; /* Bootstrap's secondary color */
}

.custom-increase-btn {
  background-color: #28a745 !important; /* Bootstrap's success color */
}

/* Hover Effects */
.custom-btn:hover {
  transform: scale(1.1) !important; /* Slightly enlarge on hover */
  opacity: 0.9 !important; /* Slight transparency */
}

.custom-decrease-btn:hover {
  background-color: #5a6268 !important; /* Darker shade on hover */
}

.custom-increase-btn:hover {
  background-color: #218838 !important; /* Darker shade on hover */
}

/* Input Field Styling */
.custom-input {
  border-radius: 8px !important; /* Rounded corners */
  border: 1px solid #ced4da !important; /* Light border */
  padding: 5px 10px !important; /* Adjust padding */
  width: 80px !important; /* Adjust width */
  text-align: center !important; /* Center text */
}

/* Center Content in TD */
.text-center {
  text-align: center !important;
  vertical-align: middle !important;
}

.custom-trash-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  background-color: #dc3545 !important; /* Bootstrap danger color */
  color: white !important;
  border-radius: 8px !important; /* Square shape with soft corners */
  font-size: 1.2rem !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

.custom-trash-btn:hover {
  background-color: #c82333 !important; /* Darker red on hover */
  transform: scale(1.1) !important;
}

.custom-trash-btn i {
  pointer-events: none !important; /* Prevents clicks from registering on the icon itself */
}
.custom-edit-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  background-color: #007bff !important; /* Bootstrap primary blue */
  color: white !important;
  border-radius: 8px !important; /* Soft square shape */
  font-size: 1.3rem !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

.custom-edit-btn:hover {
  background-color: #0056b3 !important; /* Darker blue on hover */
  transform: scale(1.1) !important;
}

.custom-edit-btn i {
  pointer-events: none !important; /* Ensures clicks register on the button, not the icon */
}

.custom-category-box {
  /* background: #f8f9fa; Light background */
  padding: 15px;
  /* border-radius: 10px; */
  /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); */
  /* margin-bottom: 15px; */
}

.category-list {
  display: flex;
  flex-direction: column; /* Ensures buttons are stacked */
  gap: 10px;
}

.category-btn {
  background: #007bff;
  color: white;
  border-radius: 5px;
  border: none;
  padding: 10px;
  font-size: 16px;
  transition: 0.3s ease;
  text-align: left; /* Aligns text properly */
}

.category-btn:hover {
  background: #0056b3;
}

.nav-item {
  list-style: none; /* Removes list circles */
}


    .shadow-test {
      box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);    }
    .fs-28px{
        font-size: 30px;
    }
    .fs-edit {
      font-size: 20px;
      font-weight: bold;
      font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
    }
    .link-title {
      font-weight: bold;
      font-size: 15px !important;
    }
    .nav-linkk{
      background-color:green;
      border-radius:5px;
      padding-left:7px !important;
    }
    .nav-linkk:hover {
      background-color:rgba(0, 128, 0, 0.741);
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    /* .nav-linkk:visited {
      background-color:rgba(0, 128, 119, 0.741);
    } */
    .sidebar-body .nav-item .nav-link {
      box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
      margin-bottom: 10px;
      border-radius: 5px;
    }
    .card-body {
      box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
      /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px; */
      /* border-color: #000 2px; */
      border-radius: 10px;
    }
    .stretch-card > .card {
      border-radius: 10px !important;
    }
    .card-body:hover {
      box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
      border-radius: 10px;
    }
    .welcome-stl {
      font-family: 'Cairo', sans-serif !important;
      font-size: 1.7rem; /* Adjust the size to your preference */
      font-weight: bold;
      text-align: center;
      color: white;
      background: linear-gradient(135deg, #0003c6 0%, #08005f 50%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      /* margin: 20px 0; */
      padding: 20px;
      border-radius: 10px;
      /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
      position: relative;
      overflow: hidden;
  }
  
  /* .welcome-stl::before {
      content: '';
      position: absolute;
      top: 0;
      left: -50%;
      width: 200%;
      height: 100%;
      background: inherit;
      z-index: -1;
      transform: skewX(-20deg);
  } */
  
  .welcome-stl:hover::before {
      animation: slide 4s linear infinite;
  }
  
  @keyframes slide {
      0% { left: -50%; }
      100% { left: 100%; }
  }
  /* .checkshow {
    
  } */

  .checkbox-wrapper-2 .ikxBAC {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 20px;
    margin: 0;
    position: relative;
    width: 40px;
  }

  .checkbox-wrapper-2 .ikxBAC::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
  }

  .checkbox-wrapper-2 .ikxBAC,
  .checkbox-wrapper-2 .ikxBAC::after {
    transition: all 100ms ease-out;
  }

  .checkbox-wrapper-2 .ikxBAC::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 14px;
  }

  .checkbox-wrapper-2 input[type=checkbox] {
    cursor: default;
  }

  .checkbox-wrapper-2 .ikxBAC:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
  }

  .checkbox-wrapper-2 .ikxBAC:checked {
    background-color: #39af0f;
    width: 47px;
  }

  .checkbox-wrapper-2 .ikxBAC:checked::after {
    background-color: #fff;
    left: 30px;
  }

  .checkbox-wrapper-2 :focus:not(.focus-visible) {
    outline: 0;
  }

  .checkbox-wrapper-2 .ikxBAC:checked:hover {
    background-color: #1db832;
  }

  .lala {
    animation: backgroundChange 2s;
  }

@keyframes backgroundChange {
    0% {
        color: red; /* Ou la couleur de votre choix */
    }
    100% {
        color: black;
    }
    
}

.logo-container {
  position: relative;
  width: 400px;
  height: auto;
  margin: auto;
}

.logo-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 1s ease-in-out;
}
.logo-container img.hidden {
  opacity: 0;
}



.editbutton {
display: inline-block;
outline: 0;
cursor: pointer;
border: none;
padding: 0 56px;
height: 45px;
line-height: 45px;
border-radius: 7px;
background-color: #0070f3;
color: white;
font-weight: 400;
font-size: 16px;
box-shadow: 0 4px 14px 0 rgb(0 118 255 / 39%);
transition: background 0.2s ease,color 0.2s ease,box-shadow 0.2s ease;
}
.editbutton:hover{
    background: rgba(0,118,255,0.9);
    box-shadow: 0 6px 20px rgb(0 118 255 / 23%);
}


.editsavebutton {
display: inline-block;
outline: none;
cursor: pointer;
font-size: 14px;
line-height: 1;
border-radius: 500px;
transition-property: background-color,border-color,color,box-shadow,filter;
transition-duration: .3s;
border: 1px solid transparent;
letter-spacing: 2px;
min-width: 160px;
text-transform: uppercase;
white-space: normal;
font-weight: 700;
text-align: center;
padding: 17px 48px;
color: #fff;
background-color: #1ED760;
height: 48px;
}
.editsavebutton:hover{
    transform: scale(1.04);
    background-color: #21e065;
}

.retour-btn {
display: inline-block;
outline: 0;
border: 0;
cursor: pointer;
will-change: box-shadow,transform;
background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #5468FF 100% );
box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%);
padding: 0 32px;
border-radius: 6px;
color: #fff;
height: 48px;
font-size: 18px;
text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
transition: box-shadow 0.15s ease,transform 0.15s ease;
}
.retour-btn:hover {
    box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0;
    transform: translateY(-2px);
}
.retour-btn:active{
    box-shadow: inset 0px 3px 7px #3c4fe0;
    transform: translateY(2px);
}
/* .selectalledit {
  cursor: pointer;
  text-shadow: rgb(102, 102, 104) 1px 0 10px;
  font-weight: bold !important;
  color: black !important;
} */

.circular-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px; /* Adjust size for larger button */
  height: 45px; /* Keep height equal for a perfect circle */
  background: radial-gradient(circle, #FF6B6B 0%, #FF4B4B 100%); /* Gradient background */
  color: #FFFFFF; /* White icon color */
  border-radius: 50%; /* Circular shape */
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2), inset 0 2px 3px rgba(255, 255, 255, 0.4); /* Outer and inner shadow */
  transition: transform 0.2s ease, box-shadow 0.2s ease; /* Smooth hover effect */
  text-decoration: none; /* Remove underline */
  border: none; /* No border */
  cursor: pointer;
}

.circular-btn i {
  font-size: 28px; /* Slightly larger icon */
}

.circular-btn:hover {
  transform: scale(1.1); /* Slightly larger on hover */
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3), inset 0 3px 5px rgba(255, 255, 255, 0.5); /* Stronger shadow on hover */
}

.circular-btn:active {
  transform: scale(0.95); /* Shrink slightly on click */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.3); /* Subtle shadow change on click */
}
.show-total tr th{
  border-style: none !important;
}
.show-total tr th{
  color: #000000;
}
.show-total tr .benefice {
  background-color: #21e065;
}
