:root {
  --info-color:      #3f4865;
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #fde2e2;
}

.central-dashboard .global-btn, .central-dashboard .search-detail-block-btn {
  background-color: var(--secondary-color);
  color: #fff;
  transition: all .5s ease-in-out;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,.1);
  border: 1px solid var(--secondary-color);
  cursor: pointer;
  width: 180px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-btn:hover {
  color: var(--secondary-color);
  background-color: #fff
}

header,
.header {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    z-index: 10;
}

.header .header-wrap .header-menu-top{
  margin-left: auto;
}


.header-service .header-service-item:hover {
  color: var(--secondary-color);
}

.accountPage.central-dashboard {
  overflow-x: hidden;
  width: 100% !important;
  max-width: 100% !important;
  background: linear-gradient(121.26deg, rgba(63, 72, 101, 0.1) 16.12%, rgba(77, 175, 124, 0.1) 100%);
  margin: 0 !important;
}

.accountPage.ACCOUNT_CENTRALE_DASHBOARD .accountPage-content {
  /* max-width: 1280px!important; */
  margin: 0 auto!important;
}

.accountPage-content canvas {
  width: 100% !important;
}

.central-dashboard .accountPage-content {
    padding: 40px 90px;
    min-height: calc(100vh - 80px);
}

.central-dashboard .accountPage-content .accountPage-title {
  margin-bottom: 15px;
}

.central-dashboard .accountPage-content .accountPage-description {
  font: 400 24px/24px "DM Sans";
  margin-bottom: 25px;
}

.accountPage {
  overflow: hidden;
}

.accountPage-menu {
  position: relative;
  flex: unset;
  background-color: #fff;
}
.central-dashboard.accountPage .accountPage-content .accountCentrale-chart{
	background-color:#FFF;
  border-radius: 15px;
}
.central-dashboard .accountCentrale-title{
  margin: 24px 0 !important;
}
.central-dashboard .accountCentrale-chart .accountCentrale-chart{
	padding:24px;
}
#drawer {
  top: 0;
  left: -300px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 0;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.central-dashboard #drawer {
  justify-content: space-between;;
}

#drawer-toggle {
  position: absolute;
  opacity: 0;
}

.central-dashboard #drawer-toggle-label {
  border-radius: 0 8px 8px 0;
  justify-content: center;
}

#drawer-toggle-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 0px;
  width: auto;
  height: auto;
  padding: 5px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1;
  transition: left 0.5s ease-in-out;
  /* background-color: var(--primary-color); */
}

.central-dashboard .accountMenu-link.sub-menu {
  padding: 7px 12px;
  display: block;
  margin-left: 23px;
  width: calc(100% - 26px) !important;
}

#drawer .accountMenu-links .accountMenu-link.sub-menu{
  display: none;
}

#drawer.accountMenu{
  margin-top: 10px;
}

#drawer .accountMenu-links .accountMenu-link.sub-menu:hover,
#drawer .accountMenu-links .accountMenu-link.sub-menu.checked {
  background-color: white;
  color: var(--primary-color);
  display: inline-block; 
  padding-left: 35px;
}


#drawer .accountMenu-links .accountMenu-link.checked + .accountMenu-link.sub-menu,
#drawer .accountMenu-links .accountMenu-link.checked + .accountMenu-link.sub-menu + .accountMenu-link.sub-menu{
  display: inline-block; 
}


#drawer .accountMenu-links .accountMenu-link.checked:not(.sub-menu) {
  background-color: white;
  color: #4e4e4e;
  border-left: 5px solid var(--primary-color);
}

#drawer .accountMenu-links form button {
  color: var(--primary-color);
}

.central-dashboard #drawer-toggle:checked ~ #drawer-toggle-label{
  left: 0;
}

#drawer-toggle:checked ~ #drawer-toggle-label{
  left: 0;
  background-color: transparent;
}

#drawer-toggle:checked ~ #drawer-toggle-label svg {
  filter: none;
}

#drawer-toggle:checked ~ #drawer {
  left: 0px;
  width: auto;
}

#drawer-toggle:checked ~ #page-content {
  margin-left: 300px;
}

#drawer .accountMenu-links {
    margin-bottom: 20px;
    padding-left: 5px;
}

#drawer .accountMenu-links a.accountMenu-link {
  transition: all 0.3s ease-in-out;
  padding: 10px 20px;
  width: 225px;
  border: 0;
  color: #6F768B;
}

.central-dashboard #drawer .accountMenu-links a.accountMenu-link {
  padding: 10px;
}

.central-dashboard .swap-info {
  background: linear-gradient(128deg, #4DAF7C 2.82%, #353D57 97.6%);
    padding: 15px;
    border-radius: 15px;
    width: 215px;
    position: relative;
    margin-left: auto;
}

.central-dashboard .swap-info svg {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.2;
}

.central-dashboard .swap-info * {
    color: #fff;
}

.central-dashboard .swap-info h2 {
    font:700 24px/24px "DM Sans";
    margin-bottom: 12px;
}

.central-dashboard .swap-info h2 {
    font:700 24px/24px "DM Sans";
    margin-bottom: 10px;
}

.central-dashboard .swap-info p {
    font: 16px/normal Ubuntu, sans-serif;
    margin-bottom: 15px;
}

.central-dashboard .swap-info p:last-child {
    margin-bottom: 0;
}

.central-dashboard .nav-footer form {
  width: 215px;
  margin: 30px 0 30px auto;
}

.central-dashboard .nav-footer form button {
  background-color: #f5f6f7;
  color: var(--primary-color);
  width: 100%;
  text-align: left;
  padding: 10px 20px !important;
  border: 0;
}

.central-dashboard .nav-footer form button.accountMenu-link::before {
  display: none;
}

.central-dashboard .tiles{
    display: grid;
    grid-template-columns: 31% 31% 31%;
    grid-gap: 30px;
    margin-bottom: 30px;
}

.central-dashboard .tiles.two-column{
    grid-template-columns: 46% 46%;

}

.central-dashboard .accountCard {
    box-shadow: 6px 6px 28px 0px rgba(0, 0, 0, 0.05);
}

.central-dashboard .accountCard .accountCard-stats-value {
    min-height: 60px;
}

.central-dashboard .accountCard .accountCard-stats-value.flex {
    display: flex;
    gap: 20px;
}

.central-dashboard .accountCard .accountCard-stats-value .badge {
    background-color: #D9F7E8;
    color: #4DAF7C;
    font: 500 13px/normal Ubuntu, sans-serif;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    padding: 5px;
}

.central-dashboard .accountCard .accountCard-stats-value .status{
    background-color: #E5E4FF;
    padding: 5px;
    border-radius: 5px;
    width: fit-content;
}

.central-dashboard .accountCard .accountCard-stats-value .accountCard-stats-value-repair,
.central-dashboard .accountCard .accountCard-stats-value .accountCard-stats-value-spare {
    font: 500 13px/normal Ubuntu, sans-serif;
    color: #8280FF;
}

.central-dashboard .accountCard .accountCard-foot .info,
.title-info .dashboard-info {
   opacity: 0;
   height: 0;
   visibility: hidden;
   transition: height 0.5s ease-in-out;
   position: absolute;
   left: 25px;
   bottom: 0;
   width: 120px;
   border-radius: 6px;
	background: #ffedee;
	padding: 10px;
   font: 400 13px/normal Ubuntu, sans-serif;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
	color: #3F4865;
}

.central-dashboard .accountCard .accountCard-foot svg,
.title-info svg{
  cursor: pointer;
}

.central-dashboard .accountCard .accountCard-foot svg:hover + .info,
.title-info svg:hover + .dashboard-info{
  height: auto;
  opacity: 1;
  visibility: visible;
}

.central-dashboard .accountCard.full{
  margin-bottom: 30px;
}

.central-dashboard .accountCard.full .accountCard-foot .accountCentrale-chart {
  width: 100%;
}

.table p {
	font: 700 20px/1 "DM Sans", sans-serif;
	color: #222;
	opacity: 0.7;
	margin-bottom: 10px;
}

.table table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.table table thead tr th{
	color: #fff;
	font: 700 16px/normal Ubuntu, sans-serif;
	padding: 11px 20px;
	background-color: var(--primary-color);
	text-align: left;
}

.table table tbody tr th{
  color: #222;
  font: 700 16px/normal Ubuntu, sans-serif;
  padding: 11px 20px;
  text-align: left;
}

.table table thead tr th:first-child {
	border-top-left-radius: 6px;
}

.table table thead tr th:last-child {
	border-top-right-radius: 6px;
}


.table table tbody tr td {
	border: solid #DBDADE;
	border-width: 0 0 1px 0;
}
.table table tbody tr td:first-child {
	border-left-width: 1px;
}
.table table tbody tr td:last-child {
	border-right-width: 1px;
}
.table table tbody tr td {
	padding: 11px 20px;
	font: 400 16px/normal Ubuntu, sans-serif;
	color: #888;
}

.table table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

.table table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

.central-dashboard .filter{
  margin: 30px 0;
  border: 1px solid rgba(238, 29, 35, 0.3);
  border-radius: 6px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.central-dashboard .filter .input-field{
  background-color: #f5f6f7;
  border-radius: 5px;
  border: 1px solid #f5f6f7;
  padding: 5px 10px 5px 40px;
  color: #3f4865;
  font: 500 13px/normal Ubuntu, sans-serif;
  margin-left: 15px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 10px;
  width: 180px;
}

.central-dashboard .filter .input-field:focus{
  outline: 0;
  border: 1px solid var(--primary-color);
}

.central-dashboard .filter .input-field.ticket{
  background-image: url(../img/ticket.svg);
  background-repeat: no-repeat;
  background-size: 28px;
}

.central-dashboard .filter .input-field.date{
  background-image: url(../img/calendar.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  -webkit-appearance: none;
}

.central-dashboard .filter .input-field.status{
  background-image: url(../img/clock.svg);
  background-repeat: no-repeat;
  background-size: 24px;
}

.swapInfoSlider{
  background-color: var(--secondary-color);
  border-radius: 14px;
  padding: 20px;
}

.swapInfoSlider .swapInfoDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding-left: 10%;
  padding-right: 10%;;
}

.swapInfoSlider .swapInfoDetails * {
  color: #fff;
}

.swapInfoSlider .swapInfoDetails .content h3{
  font:700 36px/1 "DM Sans";
  margin-bottom: 15px;
}

.swapInfoSlider .swapInfoDetails .content p{
  font: 400 16px/normal Ubuntu, sans-serif;
}

.swapInfoSlider .swapInfoDetails .image{
  width: 175px;
  height: 175px;
}

.swapInfoSlider .swapInfoDetails .image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.accountPage:not(.central-dashboard)  #drawer .nav-footer form{
  padding-left: 25px;
}

.accountPage:not(.central-dashboard)  #drawer .nav-footer form .accountMenu-link {
  padding: 10px 20px;
  width: 100%;
  text-align: left;
  border: 0;
}

.servicesSliderV2 {
  background: var(--secondary-050);
  padding: 30px;
  max-width: var(--width);
  width: 100%;
  margin: 60px 0;
  border-radius: 14px; 
}

.servicesSliderV2-center strong {
  color: var(--secondary-color)
}

.servicesSliderV2-title {
  font: 700 36px/1 "DM Sans";
  color: #3f4865;
}

.servicesSliderV2-title strong{
  color: var(--secondary-color);
}

.servicesSliderV2-subtitle {
  font: 16px/1 Ubuntu, sans-serif;
  color: #595959;
  margin-top: 10px
}

.servicesSliderV2-list {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  width: 100%;
  overflow: hidden;
}

.servicesSliderV2-list .slick-track {
  display: flex;
  gap: 30px
}

.servicesSliderV2-list .slick-track:before,.servicesSliderV2-list .slick-track:after {
  display: none
}

.servicesItemV2 {
  width: 410px!important;
  height: 219px;
  max-width: calc(100vw - 40px);
  border-radius: 10px;
  overflow: hidden;
  background: #d3ebde;
}

.servicesItemV2-picture {
  position: absolute;
  top: -30px;
  padding: 23px 50px 23px 0;
  right: -57px;
  width: 278px;
  height: 278px;
  border-radius: 50%;
  border: 6.1px solid #4daf7c;
  overflow: hidden
}

.servicesItemV2-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.servicesItemV2-type {
  position: absolute;
  top: 43px;
  left: 25px;
  border-radius: 9.75px;
  overflow: hidden
}

.servicesItemV2-type {
  width: 104px;
  height: 52px;
  background: #fff;
  box-shadow: 2.6px 2.6px 16.25px 0 rgba(0,0,0,.1)
}

.servicesItemV2-type-back {
  font: 700 29.25px/1 "DM Sans";
  color: var(--secondary-050);
  margin-top: -5.2px
}

.servicesItemV2-type-name {
  font: 700 15.6px/1 "DM Sans";
  margin-top: -12px;
  margin-left: 4.5px;
  z-index: 1
}

.servicesItemV2-type-icon-new {
  position: absolute;
  left: 0;
  bottom: -2px
}

.servicesItemV2-type-icon-repair {
  position: absolute;
  right: 20px;
  bottom: 0
}

.servicesItemV2-type-shape {
  position: absolute;
  right: 4px;
  bottom: 0
}

.servicesItemV2-title {
  position: absolute;
  top: 107px;
  left: 25px;
  width: 210px;
  height: 68px;
  padding: 10px;
  white-space: nowrap
}

.servicesItemV2-title {
  background: #fff;
  border-radius: 10px;
  font: 700 24px/1 "DM Sans";
  color: var(--secondary-color)
}

.servicesItemV2-title strong {
  color: var(--secondary-color);
}

.servicesItemV2.secondary {
  background: #e2e5f1;
}

.servicesItemV2.tertiary {
  background: #fdf3d0;
}

.servicesItemV2.light {
  background: #f6fbf8;
}

.servicesItemV2.secondary .servicesItemV2-picture {
  border-color: #8291c3;
}

.servicesItemV2.tertiary .servicesItemV2-picture {
  border-color: var(--tertiary-color)
}

.servicesItemV2 svg {
  display: block
}

.searchPiecePlugV2 {
  background: var(--secondary-085);
  box-shadow: 0 3.473px 13.025px 0 rgba(0,0,0,.1);
  border-radius: 8.683px;
  width: 215px;
  min-height: 354px
}

.searchPiecePlugV2-wrap {
  display: flex;
  flex-direction: column;
  padding: 20px 8px 0;
  gap: 10px;
  align-items: center;
  height: 100%
}

.searchPiecePlugV2-title {
  color: #fff;
  font: 700 22px/1 "DM Sans"
}

.searchPiecePlugV2-subtitle {
  color: #fff;
  font: 400 13px/normal Ubuntu, sans-serif;
}

.searchPiecePlugV2-button {
  box-shadow: 0 4px 20px rgba(0,0,0,.1);
  border-radius: 20px;
  width: 180px;
  height: 39px;
  background: var(--secondary-color);
  color: #fff;
  font: 500 13px/39px Ubuntu, sans-serif;
  text-transform: uppercase
}

.searchPiecePlugV2-image {
  margin-top: auto
}

.piecesSliderV3-arrows {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 30px
}

.piecesSliderV3-arrow {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  transition: .3s
}

.piecesSliderV3-arrow {
  background: #fff;
  --color: var(--secondary-color);
  box-shadow: 0 0 8px 2px rgba(0,0,0,.15)
}

.piecesSliderV3-arrow:hover {
  background: var(--secondary-color);
  --color: white;
  box-shadow: none
}

.piecesSliderV3-arrow.slick-disabled {
  background: 0 0;
  --color: #bbb;
  box-shadow: none;
  cursor: auto
}

.piecesSliderV3-arrow svg {
  width: 100%;
  height: 100%
}

.piecesSliderV3-next {
  transform: rotate(180deg)
}

.piecesSliderV3-list .slick-list {
  padding: 0 10px
}

.piecesSliderV3-list .slick-track {
  display: flex;
  gap: var(--gap,31.25px)
}

.piecesSliderV3-list .slick-slide {
  height: auto
}

.piecesSliderV3-list .slick-slide>div {
  height: 100%
}

.piecesSliderV3-list .piecePlugV2 {
  height: 100%
}

.helpline {
  display: flex;
  gap: 30px;
}

.helpline .tutorials {
  width: 60%;
  background-color: var(--secondary-050);
  padding: 30px;
  gap: 10px;
  border-radius: 14px;
}

.helpline .pieceContact {
  width: 40%;
}

.tutorials .tutorial-content h4{
  font: 700 36px/1 "DM Sans";
  color: #3f4865;
}

.tutorials .tutorial-content p {
  margin: 15px 0;
}

.blog-sliders .slick-slide {
  background-color: #fff;
  border-radius: 30px;
  padding: 5px;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,.15);
  margin: 20px
}

.blog-sliders .blog_post .blog_post_img img {
  width: 100%;
  height: 180px;
  border-radius: 30px;
  margin-bottom: 10px;
  object-fit: cover
}

.blog-sliders .blog_post .blog_post_title {
  padding: 0 10px
}

.blog-sliders .blog_post .blog_post_title span {
  font-size: 10px;
  display: flex;
  align-items: center
}

.blog-sliders .blog_post .blog_post_title span svg {
  margin-right: 5px
}

.blog-sliders .blog_post .blog_post_title a {
  font: 700 18px/18px "DM Sans";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px
}

.pieceContact {
  background-color: #f4f4f4;
  border-radius: 14px;
  padding: 30px 30px 0;
  text-align: center;
}

.pieceContact .pieceContact-wrap .pieceContact-title {
  font: 700 36px/1 "DM Sans";
  margin-bottom: 15px;
  color: #3f4865;
}

.pieceContact .pieceContact-wrap .pieceContact-text p{
  font: 400 16px/1 Ubuntu, sans-serif;
  color: #595959;
  margin-bottom: 15px;
} 

.pieceContact .pieceContact-wrap .global-btn {
  margin: 15px auto;
}

.pieceContact .pieceContact-wrap .swap-tac {
  margin: 30px 0;
}

.tile-dashboard{
  display: flex;
  padding: 17px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch; 
  border-radius: 14px; 
}

.tile-dashboard .tile-dashboard-title,
.title-block {
  color: #222;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */ 
}

.tile-dashboard .tile-dashboard-text {
  color: #595959;
  /* UI Sub/UI Sub Regular */
  font-family: Ubuntu, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; 
  margin-top: 10px;
  margin-bottom: 10px;
  height: 45px;
  align-self: stretch; 
}

.tile-dashboard .tile-foot{
    display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch; 
}

.tile-dashboard .tile-dashboard-icon{
  width: 60px;
  height: 60px;
  display: flex;
  align-items: end;
  justify-content: end;

}

.tile-dashboard .tile-dashboard-link{
  display: flex;
  padding: 5px 20px;
  align-items: flex-start;
  gap: 10px; 

  border-radius: 30px;
  border: 1px solid #F5F6F7;
  background: #FEC53D; 
}

.centralTable {
  width: 100%;
  overflow: auto;
}

.centralTable .centralTable-head {
  position: sticky;
  left: 0;
}

.centralTable table {
  min-width: 925px;
  width: 100%;
  border-spacing: 0;
  border-bottom: 0;
}

.centralTable table tbody tr td{
  border-bottom: 1px solid #DADADA;
}

.centralTable-pagination {
  align-items: center;
}

.centralTable-pagination button {
  font: 400 13px/1 Ubuntu, sans-serif;
  background-color: #fff;
}

.centralTable-pagination span {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #DADADA;
}

.centralTable table thead,
.centralTable table tbody,
.centralTable-limit select,
.accountPage-content form.centralFilters{
  background-color: #fff;
}

.centralTable td {
  border-top: 0;
}

.centralNetwork-overview {
  display: grid !important;
  grid-gap: 30px;
  grid-template-columns: 32% 32% 32%;
}

.centralNetwork-overview  .centralNetwork-table table tbody {
  background-color: #fff;
}
a.centralDocuments-tab-link{
  margin-top: 15px !important;
}
.centralDocuments-tabs {
  display: grid !important;
  grid-template-columns: 25% 25% 25% 25%;
  grid-gap: 20px;
}

.central-dashboard .accountMenu-link{ 
  padding: 10px 20px 10px 35px;
}

.centralFilters-filter-input::-webkit-calendar-picker-indicator{
  visibility: visible;}

.centralDocuments-tab {
  background-color: #fff;
  border: 1px solid #ECEDF0;
}

.headerSearchBar-select{font-size:11px; line-height: 35px; outline:none;}
.headerSearchBar-select-value{height:100%;border-radius:17.5px 0 0 17.5px;padding:0 11px; width: 150px;}
.headerSearchBar-select-value{color:white;background:var(--primary-color) url("/public/img/icon-search-arrow.svg") no-repeat right 10px center;}
.headerSearchBar-select-value{background-size:10px;outline:none;cursor:pointer; z-index:101;}
.headerSearchBar-select-list{position:absolute;top:0;left:0;width: 100%;background:white;padding:35px 0 0;border-radius:17.5px 0 0 17.5px; border: 1px solid #C5C5C7;}
.headerSearchBar-select-list{display: none; z-index:100; transform-origin: left top; animation: selectOptions 0.2s;}
.headerSearchBar-select-item{display:block;padding:0 10px;line-height:25px;white-space:nowrap;}
.headerSearchBar-select-item:hover{color: var(--primary-color); cursor: pointer;}
.headerSearchBar-select-item[selected]{font-weight: bold;}
.headerSearchBar-select:focus .headerSearchBar-select-list{display:block;}
@keyframes selectOptions {
    from{transform: scale(1, 0.2);}
    to{transform: scale(1, 1);}
}

@media screen and (max-width: 1200px) {
  .central-dashboard .accountPage-content {
    padding: 40px;
  }
  .central-dashboard .centralNetwork-overview {
      grid-template-columns:48% 48%;
  }
  .central-dashboard .accountMenu-links {
    padding-left: 25px;
  }
  .accountPage {
    gap: 0;
  }
  .accountCard-icon {
    width: 45px;
    height: 45px;
  }
  .tiles {
    grid-gap: 20px;
    grid-template-columns: 48% 48%;
  }
  .centralDocuments-tabs  {
    grid-gap: 20px;
    grid-template-columns: 48% 48%;
  }
  .header-user-popup.header-popup-container {
    margin-left: 0;
    left: auto;
    right: -20px;
  }
  .header-cart-popup {
    right: -15px;
    left: auto;
  }
}

@media all and (max-width: 992px) {
  .central-dashboard.accountPage-menu{
    padding: 0;
  }

  .central-dashboard .swap-info {
    margin: 0 auto;
  }
  .central-dashboard .nav-footer form {
    margin: 20px  auto;
  }
  .central-dashboard .accountMenu-links {
      padding: 15px;
  }

  #drawer-toggle ~ #drawer-toggle-label,
  .central-dashboard #drawer-toggle ~ #drawer-toggle-label {
    left: 245px;
  }
  #drawer-toggle ~ #drawer-toggle-label {
    position: fixed;
    left: 275px;    
    top: 100px;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.10);
  }

  #drawer-toggle ~ #drawer-toggle-label {
    position: fixed;
    top: 100px;
    left: -7px;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.10);
  }

  #drawer-toggle:checked ~ #drawer {
    left: -317px;
  }
  #drawer .accountMenu-links {
    margin-bottom: 0;
    padding: 8px;
  }

  .accountPage:not(.central-dashboard) #drawer .nav-footer form {
    padding-left: 15px;
  }
  
  #drawer-toggle ~ #drawer {
    
    left: 0;
    position: fixed;
    top: 98px;
    padding-top: 20px;
    z-index: 999;
    width: auto;
    background-color: #fff;
    box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.10);
    overflow-y: auto;
    height: calc(100vh - 74px);
  }

  .header.login.logged-in ~ .accountPage #drawer-toggle ~ #drawer {
    top: 50px!important;
  }

  .header.login.logged-in ~ .accountPage #drawer-toggle ~ #drawer {
    height: calc(100vh - 50px) !important;
  }

  .header.login.logged-in ~ .accountPage #drawer-toggle-label {
    display: none !important;
  }

  #drawer-toggle:checked ~ #drawer-toggle-label svg {
    filter: brightness(10);
  }
  .central-dashboard .accountPage-content{
      width: 95%;
      margin: 0 auto;
      padding: 35px 12px;
    }

  .product-quality .product-block .machine-image{
    flex: 1 1 100%;
  }

  .product-quality .machine-details{
    margin: 10px 0 10px 0 !important;
    flex: 1 1 100%;
  }

  .product-quality .dashbaord-map-block{      
    margin: 10px 0 10px 0 !important;
    flex: 1 1 100%;
  }
  .machine-details .machine-report {
    display: flex;

  }

  .dashbaord-ticket-block .two-col .ticket-col{
    flex: 1 1 50%;
  }
}

@media all and (max-width: 767px) {
  html[data-lt-installed="true"] {
    padding-top: 0;
  }
  .logout-conatainer {
      flex-wrap: wrap;
  }

  .central-dashboard .tiles {
    grid-gap: 20px;
    grid-template-columns: 98%;
  }
  .central-dashboard .accountPage-content{
    padding: 30px 10px 10px;
  }
  #drawer-toggle ~ #drawer-toggle-label,
  .central-dashboard #drawer-toggle ~ #drawer-toggle-label{
      left: 265px;
    }
    .central-dashboard .accountPage-content .accountPage-description{
      font-size: 18px;
    }

    .accountPage:not(.central-dashboard) #drawer .nav-footer form .accountMenu-link {
      padding: 10px 12px;
    }
  
    #drawer-toggle ~ #drawer {
        top: 130px!important;
    }

    #drawer .accountMenu-links .accountMenu-link {
        margin: 0;
        border-top: none;
        display: flex;
        border: 0;
        padding: 10px 15px 10px 30px;
    }
    #drawer-toggle ~ #drawer {
        height: calc(100vh - 121px)!important;
    }
    .central-dashboard .accountMenu-link:not(.sub-menu)::before {
      left: 12px;
    }
    #drawer .accountMenu-links a.accountMenu-link {
      width: 255px;
    }
    .swapInfoSlider .swapInfoDetails {
      padding: 0;
    }
    .swapInfoSlider .swapInfoDetails .image {
      width: 50%;
      height: auto;
    }
    .centralTable,
    .centralTable .centralTable-head {
      display: flex;
    }
    .centralTable {
      flex-direction: column-reverse;
    }
    .centralTable .centralTable-head {
      flex-direction: column;
      margin: 12px 0;
    }
    .centralTable .centralTable-head .centralTable-count {
      margin: 20px 0;
    }
    .product-quality .product-block .machine-image{
      flex: 1 1 100%;
    }

    .product-quality .machine-details{
      margin: 10px 0 10px 0 !important;
      flex: 1 1 100%;
    }

    .product-quality .dashbaord-map-block{      
      margin: 10px 0 10px 0 !important;
      flex: 1 1 100%;
    }
    .machine-details .machine-report {
      display: flex;

    }

    .dashbaord-ticket-block .two-col .ticket-col{
      width: 100%; 
    }

    .header-wrap-logo{
      margin-left: 30px !important;
    }

    .header.login .header-item {
      margin: 0;
      margin-left: 10px;
      padding: 5px 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
    }
    .HeaderMenu-toggle {
      left: -185px;
    }
    .dashboard-home-page .two-col {      
      flex-direction: column;
    }
    .dashboard-home-page .two-col .central-dashboard-block {      
      width:100%;
    }    
    .dashboard-home-page .total-count{
      font-size: 28px !important;
    } 
}


@media all and (max-width: 480px) {
  
  .swapInfoSlider .swapInfoDetails {
    flex-direction: column-reverse;
  }
  .swapInfoSlider .swapInfoDetails .image {
    width: 100%;
  }
  .accountPage{
    gap:6px;
  }
  .centralFilters-filter{
    width: 100%;
  }
  .accountPage-content form.centralFilters{
    flex-direction: column;
  }
  .centralDocuments-tab-title{
    font-size: 14px !important;
  }
  .centralNetwork-overview {
    grid-template-columns:98%;
  }
  .accountPage-menu {
    padding: 0;
  }  
  .header-wrap-logo{
    margin-left: auto;
  }

  .dashboard-home-page .total-count{
    font-size: 28px !important;
  } 

  .product-quality .machine-details{
    height: auto !important;
  }
  .central-dashboard.accountPage {
      gap: 0;
      padding: 10px;
  }
  .dashbaord-ticket-block .two-col {
    flex-direction: column; 
  }
  #drawer-toggle ~ #drawer {
      height: calc(100vh - 115px) !important;
  }
  #drawer-toggle ~ #drawer {
      top: 140px !important;
  }

  .header.login.logged-in .header-wrap .header-wrap-logo {
    margin-left: 0 !important;
  }
  .header.login.logged-in .header-wrap {
    gap: 0;
  }
  .header.login.logged-in .header-logo img {
    width: 100px;
  }
}

.sql-table-dropdown-option
{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 280px;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: 0;
}

.sql-table-dropdown-option.last {
  right: 0;
  left: auto;
}

.sql-table-dropdown-option div {
  padding: 8px;
  cursor: pointer;
  font-size: 13px;
}


.sql-table-dropdown-option div:hover {
  background-color: #f1f1f1;
}

.sql-table-dropdown .selected-option {
  background-color: #e0e0e0;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.centralTable-filter.search-option {
  background-image: url(../img/filter.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: right;
}

.clear-button {
  position: absolute;
  right: 5px;
  top: 55%;   
  transform: translateY(-50%);
  cursor: pointer;
  font-weight: bold;
  background-color: #f1f1f1;
  font-size: 28px;
  display: none; /* Initially hidden */
}

.accounts-container {
  display: flex;
  flex-wrap: wrap; /* Allows wrapping if cards overflow */
  gap: 15px; /* Space between cards */
  justify-content: flex-start; /* Align all cards to the left */
  margin-bottom: 20px;
}

.account-card {
  flex: 0 1 calc(25% - 15px); /* Makes each card take up 25% of the container width minus the gap */
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}

.account-card:hover {
  transform: translateY(-5px);
  border: 1px solid var(--primary-color);
}

.account-card.active{
  border: 1px solid var(--primary-color);
}

.account-card.active svg {
  fill: var(--primary-color);
}

.account-card.active path {
  stroke: var(--primary-color);
}

.account-card.active rect.active {
  stroke: var(--primary-color);
}

.account-card span {
  display: block;
  margin-bottom: 10px;
}

.account-card p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #2c3e50;
}

.account-card a {
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s ease;
  background-color: #F5F6F7;
  padding: 5px 20px;
  border-radius: 20px;
}

.content-block {
  display: none;
  padding: 20px;
  border-radius: 5px;
  margin-top: 10px;
}

.content-block.active {
  display: block;
}

.content-block .accountAddresses .accountAddresses-list .accountAddress-plug{
  background-color: #fff;
}

.accountNewAddress{
  display: none;
}

.supplier-button {
  border-radius: 20px;
  background: var(--primary-color);
  color: #fff;
}

.add-new-address-button{
  padding: 5px 20px;
}

.add-new-address-block{
  display: flex;
  justify-content:center;
  margin: 10px;
}

.d-flex{
  display: flex;
}

.accountCard-icon.right{
  margin-left: auto;
}

.central-dashboard .accountCard .accountCard-icon{
  width: 40px;
  height: 40px;
}

.central-dashboard .accountCard .accountCard-stats-value.d-flex,
.central-dashboard .accountCard .previous-year.d-flex {
  display: flex;
  gap: 5px;
  align-items: center;
}

.central-dashboard .accountCard .previous-year{
  font-size: 13px;
}

.central-dashboard .accountCard .previous-year .accountCard-stats-unit span{
  font-size: 12px;
}

.central-dashboard .accountCard .accountCard-stats-value .accountCard-stats-unit,
.central-dashboard .accountCard .accountCard-stats-value .previous-year-difference{
  font-size: 14px;
}

.central-dashboard .accountCard .accountCard-button{
  margin-left: auto;
}

.centralTable-cell-link-btn{
  background-color: #F8CD43;
  border-radius: 30px;
  padding: 5px 20px;
  font: 14px/normal Ubuntu, sans-serif;
  color: #222222;
}

.centralTable-cell-link-btn:hover,
.centralTable-cell-link-btn:hover span{
  color: #222222;
}

.expertises-machines{
  display: flex;
  margin: 10px 0px;
  flex-wrap: wrap;
}
.expertises-machines .centralTable-cell-link-btn{
  margin: 0px 10px;
}

.expertises-machines .centralTable-cell-link{
  margin: 20px;
  width: 100%;
}

.expertises-machines .centralTable-cell-link.open span svg {
  transform: rotate(180deg);
}

.expertises-machines .note {
  position: relative;
}

.expertises-machines .machine-documents{
  width: 250px;
  order: 1;
  margin-right: auto;
  position: absolute;
  z-index: 1;
}

.expertises-machines .machine-documents li a{
  padding: 5px 0;
  font-size: 12px;
}

.expertises-machines .machine-documents:last-child {
  margin-left: auto;
  margin-right: 0;
}

.expertises-machines .machine-documents span {
  font-size: 12px;
  font-style: italic;
  display: block;
  margin-bottom: 10px;
}

.expertises-machines .machine-documents ul {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(0,0,0,0.10);
  padding: 12px;
  height: 100px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.header-superadmin .header-logo img {
  width: 284px;
  height: auto;
}

.header-superadmin .search-results {
  display: flex;
  gap: 20px;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-height: 420px;
  overflow: auto;
}

.header-superadmin .search-results.super-admin-products-menu {
  gap: 0;
}

.header-superadmin .search-result-area h3 {
  color: #909090;
  font-size: 16px;
  margin-bottom: 15px;
}

.header-superadmin .search-result-area .result-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
}

.header-superadmin .search-result-area .result-item:hover {
  background-color: #efefef;
}

.header-superadmin .search-result-area .result-item svg {
  min-width: 24px;
  width: 24px;
}

.header-superadmin .search-result-area .result-item span {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #333;
  display: block;
}

.header-superadmin .search-result-area .result-item a {
  color: #909090;
  font-size: 13px;
  font-style: italic;
}

.super-admin-products-menu {
  display: flex;
  flex-wrap: wrap; 
}

.super-admin-products-menu .product {
  width: 22.7%;
  margin: 10px;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}

.logout-conatainer {
  background-color: #4DAF7C;
  color: white;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.logout-conatainer svg {
  margin-right: 10px;
}

.logout-conatainer span {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.logout-conatainer a {
  color: white;
  text-decoration: none;
  border-radius: 10px;
  background-color: #4DAF7C;
  border: 1px solid #fff;
  padding: 2px 10px;
  margin: 0 10px;
}

.header-superadmin .search-result-area .column {
  width: 45%;
}

.header-superadmin .search-result-area .product-container{
 	width: 100%;

}

.header-superadmin .search-result-area .column .login-link {
  text-decoration: none;
  font-size: 0.9em;
  transition: color 0.2s;
  gap: 15px;
  width: 100%;
}

.header-superadmin .search-results.super-admin-products-menu .product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
}

.header-superadmin .search-results.super-admin-products-menu .product-list .result-item.product {
  margin: 0;
  padding: 0;
}

.header-superadmin .search-results.super-admin-products-menu .product-list .result-item.product .product-details {
  text-align: left;
}

.header-superadmin .search-results.super-admin-products-menu .product-list .result-item.product .product-details p {
  text-align: left;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.header-superadmin .search-results.super-admin-products-menu .product-list .result-item.product a {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-style: normal;
  color: #222;
  font-size: 16px;
}

.header-superadmin .search-result-area .result-item .product-image {
  width: 70px;
  height: 70px;
  background-color: #f4f4f4;
  object-fit: contain;
  object-position: center;
}

.header-superadmin .search-result-area .headerSearchResults-message + .search-results {
  display: none;
}


/* Conteneur du sélecteur de canal */
.channel-selector {
	position: relative;
	background-color: #FFF;
	display: flex;
	align-items: center;
	border: 1px solid #ECEDF0;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

/* Hover état */
.channel-selector:hover {
	border-color: var(--primary-color);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.channel-selector .centralFilters-filter-label {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 2px 5px;
	font-size: 14px;
	width: 160px;
	transition: all 0.3s ease;
  font-weight: 500;
}

/* Focus état */
.channel-selector:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px var(--primary-025);
}

/* Style des options */
.channel-selector select option {
  padding: 10px;
  font-size: 14px;
  color: var(--info-color);
  background-color: #fff;
}

/* Disable état */
.channel-selector select:disabled {
  background-color: #F5F6F7;
  cursor: not-allowed;
  opacity: 0.7;
}

/* Support pour Firefox */
.channel-selector select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--info-color);
}

/* Support pour IE */
.channel-selector select::-ms-expand {
  display: none;
}

/* Dashboard Home Page */

.product-quality .machine-single {
  background-color: #fff;
  margin-top: 24px;
  padding: 25px;

}
.product-quality .machine-single h4{
  padding-left: 10px;
}

.product-quality .product-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-quality .col,
.product-quality .speedometer-block{
  background-color: #fff;
}

.product-quality .speedometer-block {
  border-radius: 7px;
}

.product-quality .machine-details {
  width: 35%;
  display: flex;
  flex-direction: column;
  height: 300px;
}

.product-quality .machine-details .block-title{
  margin-bottom: auto;
}

.product-quality .machine-details label{
  margin: 0px 12px 12px 0px;
}


.product-quality .machine-details span{
  margin-left: 5px;
}

.product-quality .machine-report {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Adjust gap between items */
}

.product-quality .machine-report .report-item {
  flex: 1 1 calc(50% - 20px); /* Two items per row */
  box-sizing: border-box;
  border: 1px solid #ECEDF0;
  border-radius: 6px;
  padding: 8px;
  background-color: #F5F6F7;
}

.product-quality .dashbaord-map-block {
  padding: 20px;
  /* margin: 20px; */
  border: 2px solid #ECEDF0;
  border-radius: 7px;
  width: 38%;
}
.product-quality .dashbaord-map-block .block-title {
  font-size: 16px;
}

.product-block .machine-image{
  width: 20%;
  height: 300px;
}

.product-block .machine-image img {
  border: 2px solid #ECEDF0;
  height: 100%;
  border-radius: 7px;
} 

.dashbaord-ticket-block .ticket-total-container,
.dashboard-rse-network .ticket-total-container,
.dashbaord-ticket-block .speedometer-block,
.dashbaord-ticket-block .warranty-resual-rate,
.dashbaord-ticket-block .ticket-charts {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: Arial, sans-serif;
}

.dashbaord-ticket-block .two-col {
  align-items: center;
}

.dashbaord-ticket-block .two-col .col.ticket-col .ticket-out-comes {
  height: 600px !important;
}

.ticket-total {
  display: flex;
}
.ticket-total div{
  width : 50%;
}

.ticket-item {
  text-align: center;
}

.ticket-item h3 {
  font-size: 36px;
  color: #333;
  margin: 0;
}

.ticket-item span {
  font-size: 14px;
  color: #a1a1a1;
}

.central-dashboard-block {
  background-color: #F5F6F7;
  margin : 0px 3px 15px 3px;
  padding: 20px;
}

.dashboard-text {
  color: var(--theme-primary-50) !important;
  margin: 10px !important;
  font-size: 13px !important;
}

.block-title-dashboard {
  color: #4DAF7C;
  margin: 10px;
}

.central-dashboard-block .dashboard-link{
  border: 1px solid #CFD1D9;
  border-radius: 30px;
  padding: 5px 20px;
  margin: 30px 10px;
  color: #353D57;
  background-color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.dashboard-rse-network .rse-detail{
  display: flex;
}
.dashboard-home-page .total-count{
  font-size: 36px;
}

.dashboard-rse-network .rse-detail .ticket-total-container{
  width: 48%;
  margin: 0 10px 10px 10px;
}

.dashboard-rse-network .ticket-total-container .magasin {
  padding-top: 14px;
}

.dashboard-rse-network .ticket-total-container {
  gap: 0 !important;
}

.dashboard-rse-network .dashboard-line-chart {
  height: 350px !important;
}

.dashboard-rse-network .dashboard-map-location{
  height: 350px !important;
}

.custom-tooltip {
  position: absolute;
  display: none;
  background: rgb(255, 255, 255);
  padding: 5px;
  border-radius: 5px;
  pointer-events: auto;
  font-size: 12px;
  z-index: 9999 !important; 
  border: 1px solid #f1cd5f;
  box-shadow: 4px 4px 24px rgba(0,0,0,0.3);
  max-height: 108px;
  overflow: auto;
}
.custom-tooltip a{
  color: #333;
  display: block;
  padding: 3px;
}

.custom-tooltip a:hover {
  color: #67ac80;
}

.central-dashboard-block .category-cover {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.refurbished-categories .category-img {
  width: 100px;
  height: 100px;
}

.refurbished-categories .refurbished-category {
  width: 200px !important;
  height: 155px !important;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 10px;
  padding: 5px;
  background-color: #fff;
  text-align: center;
}

.dashboard-home-page .product-block .machine-details .product-info,
.refurbished-categories .refurbished-category span {
  font-size: 13px;
}

.dashboard-home-page .product-block .machine-details .product-info{
  margin-bottom: 10px;
}

.dashboard-home-page label.text-primary span {
  width : 100%
}

.dashboard-home-page .machine-single label.text-primary{
  font-size: 13px;
  margin-bottom: 10px;
}

.dashboard-home-page .machine-single h4.block-title{
  font-size: 24px;
}
.dashboard-home-page .machine-single .product-block .machine-report .text-secondary,
.dashboard-home-page .machine-single .product-block .product-info .text-secondary{
  color : #9FA3B2 !important;
}

.dashboard-home-page .machine-single .product-block .machine-report .success{

  background-color: #c4ffe0;

}
.dashboard-home-page .machine-single .product-block .machine-report .success .font-primary-bold{
  color : #215239;
}
.dashboard-home-page .machine-single .product-block .machine-report .warning{
  background-color: #fff4d0;
}

.dashboard-home-page .machine-single .product-block .machine-report .warning .font-primary-bold{
  color : #F0BE20;
}
.dashboard-home-page .machine-single .product-block .machine-report .danger{
  background-color :#ffd7d3;
}
.dashboard-home-page .machine-single .product-block .machine-report .danger .font-primary-bold{
  color : #FF4534;
}

.dashboard-home-page .speedometer .ticketReturnRateRange{
  height: 250px;
}

.speedometer .ticketReturnRateRange{
  height: 214px;
}

.flex-col{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.machine-page .product-info,
.machine-page .centralMachine-image{
  width: 100%;
}
.dashboard-home-page .speedometer-block .block-title {
  color: var(--theme-primary-50) !important;
  text-align: start !important;
  font-size: 13px;
}

.title-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-info .dashboard-info {
  z-index: 2;
}

.machine-single .product-block .dashboard-map-location {
  height: 227px !important;
}

#drawer-toggle-label svg{
  width: 34px;
  height: 34px;
}

.header-wrap-logo{
  margin-left: 50px;
}

.dashboard-home-page .product-charts,
.dashboard-home-page .machine-single {
  border-radius: 7px;
  /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
}

.dashboard-home-page .dashboard-text-ticket{
  font-size: 15px;
  color: #222222;
}

.header-superadmin .header-item-language{
  margin-right: 24px;
}

.centralMachine-details .speedometer-block .ticketReturnRateRange{
  height: 300px !important;
  display: flex;
  justify-content: center;
}

.product-chart #bar-chart,
.product-chart .ticket-out-comes,
.centralMachine-details .dashboard-map-location {
  display: flex;
  justify-content: center;
}

.centralMachine-infos .centralMachine-details{
  justify-content: center;
}

.dashboard-home-page .dashboard-tile .dashboard-text{
  margin-bottom: 24px !important;
}


.dashboard-home-page .product-charts .ticketReturnRateRange {
  margin-top: 0 !important;
}

.dashbaord-ticket-block .speedometer-block .ticketReturnRateRange {
  margin-top: -23px !important;
}

.ACCOUNT_ORDERS #drawer-toggle-label{
	display: none;
}

.speedo-meter-disabled {
  filter: grayscale(1);
}

@media (max-width: 768px) {
  .header-menu-bottom {
    animation: menuOpen 0.2s!important;
  }
}
@keyframes menuOpen {
  from{transform: translateX(100%);}
  to{transform:translateX(0%);}
}

body {
  top: 0!important;
}

#google_translate_element .skiptranslate {
  display: none;

}

iframe.skiptranslate,
#google_translate_element .skiptranslate {
    display: block;
}
iframe.skiptranslate {
    box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
    border-radius: 10px;
    border: 0;
}
#google_translate_element .skiptranslate .goog-te-gadget-simple span{
    border-left: 0 !important;
}

#goog-gt-vt{
    display: none;
}
#goog-gt-tt{
    display: none;
}
#google_translate_element .skiptranslate .goog-te-gadget-simple a span:last-child {
    color: transparent!important;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    transform: rotate(45deg);
    display: inline-block;
    font-size: 10px;
    margin-left: 6px;
}
#google_translate_element .skiptranslate .goog-te-gadget-simple {
    border: 0;
    box-shadow: none;
}

.skiptranslate iframe {
    display: none;
}
/* Admin Dashnoard Station Activity*/
.station-activity {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.station-activity .table {
  max-height: 725px;
  height: 100%;
  overflow: auto;
}

.station-activity .station-table{
   width: 40%;
}

.station-activity .table table {
  background-color: #fff;
}

.station-activity .table table th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 6px;
  font-size: 12px;
}

.station-activity .table table tbody tr td {
  font-size: 13px;
  padding: 4px;
}

.station-activity .table table tbody tr td a {
  background-color: var(--primary-color);
  color: #fff;
  font-size: 9px;
  border-radius: 20px;
  padding: 4px 6px;
  display: block;
  text-align: center;
  width: fit-content;
}
.station-activity .table table tbody tr td img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.station-activity .table table th:nth-child(1) {
    color: transparent;
    text-indent: -9999px;
    white-space: nowrap;
}

.station-activity .table table th:nth-child(2),
.station-activity .table table td:nth-child(2),
.station-activity .table table th:nth-child(5),
.station-activity .table table td:nth-child(5),
.station-activity .table table th:nth-child(6),
.station-activity .table table td:nth-child(6){
  display: none;
}
.station-activity .table table th:nth-child(1),
.station-activity .table table td:nth-child(1){
  width: 60px;
  padding: 2px 4px;
}

.station-activity .table table td .icons {
  display: flex;
  gap: 7px;
}
.station-activity .table table tr.on-leave {
  background : #7A7274;
}

.station-activity .table table tr.on-leave td {
  color: #fff;
}

.station-activity .table table td:nth-child(4){
  text-align: center;
}

.station-activity .map {
  width: 60%;
}

.station-activity .accountCentrale-map-header {
  margin-top: 0;
}

.station-activity .accountCentrale-map-header .accountCentrale-legend {
  margin-left: auto;
}

.station-activity #exportBtn {
  margin-top: 10px;
}
