/* .SideBarLink {
    text-wrap: nowrap;
}

.imageElem {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 50px;
    z-index: 1;
    justify-content: center;
    height: 20%;
    overflow: hidden;
    display: flex;
    padding-top: 30px;
    cursor: default;
    color: #00a6ff;
   
    font-weight: 900;
}


.groups {
    text-align: center;
    font-weight: 600;
}

.SidebarWrapped {
    left: 0;
    margin: 0 !important;

}

.sidebarwrapper{
    overflow: hidden !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 100px;
}   

.sidebarwrapper button {
    width: auto; 
}

.sidebar {
    left: 0;
    height: 100vh !important;
    top: 0 !important;
    color: black;
    background-color: #ececec;
    position: fixed;
    width: 15rem;    
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    z-index: 999;
}


.sidebarElement {
    overflow: hidden !important;
    margin-bottom: 7% !important;
    margin-top: 8% !important;
    padding: 28px; 
    margin: 0;
    font-size: 100%;
    justify-content: center;
    text-align: center;
    flex-wrap: nowrap;
    word-wrap: nowrap;
    transition: .5s ease-in-out;
    color: black !important;
}

.sidebarElement>div{
    flex-wrap: nowrap;
    word-wrap: none;
}

.light {
    transition: .1s ease-in-out
}

.light:hover{
    color: #ffd200;  
    background-color: transparent;
    box-shadow: 0px 0px 200px 20px #ffd200;

}

.icon {
    font-size: 1.5em;
    font-weight: bold;
}

.logowrapper {
    overflow: hidden !important;
    transition: .5s ease-in-out
}

.logowrapper:hover {

    text-shadow:
    0 0 10px #0082c8,
    0 0 21px #0082c8,
    0 0 42px #306afc,
    0 0 82px #306afc,
    0 0 92px #306afc,
    0 0 102px #0082c8,
    0 0 151px #0082c8;

}

@media screen and (min-height: 1020px) {
    .logowrapper {
        position: absolute;
        top: 30px !important;
        left: 20%;
        padding: 0;
        margin: 0;
    }
    .sidebar {
        color: black;
        position: absolute;
        width: 15rem;    
        height: 100vh;
        display: flex !important;
        flex-direction: column;
        justify-content: space-evenly !important;
        position: fixed;
    }

}

.sidebarExpanded {
    color: white;
}

.sidebarCollapsed {
    color: white;
}

.hamburgerIcon {
    display: none;
}

@media screen and (max-width: 1350px) {
    .sidebarCollapsed {
        width: 0;
        overflow: hidden;
    }

    .sidebarExpanded {
        width: 15rem !important; 
    }

   
    }

    .hamburgerIcon:hover {
        color: #00a6ff;
    }

}


.sidebarElement:hover {
    background-color: black !important;
    color: white !important;
}

.sidebarElement a svg  {
    transition: all 0.5s ease-in-out;
    fill: black !important;
    background-color: #ececec !important;
}

.sidebarElement:hover a svg {
    fill: white !important;
    background-color: black !important;
}

.sidebarElement:hover a  {
    color: white !important;
    background-color: black !important;
}


.link svg {
    transition: 0.5s ease-in-out;
    fill: black;
    background-color: white;
}


.link:hover svg {
    transition: 0.5s ease-in-out;
    fill: white;
    background-color: black;
}



.sidebarElement a  {
    transition: 0.5s ease-in-out;
    color: black !important;
    background-color: #ececec !important;
} */

.main_hamburgerIcon__UR_YE {
  width: 15rem;
  text-align: center;
  display: block;
  font-size: 35px;
  position: fixed;
  top: 20px;
  left: 20px;
  cursor: pointer;
  font-size: 24px;
  color: black;
  background-color: transparent;
  border: none;
  outline: none;
  transition: color 0.3s ease;
  z-index: 999999;
}

.main_loader__3CV1K * {
  overflow: hidden !important;
}

.main_SepLoader__sXPx_ {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  right: 0px;
  justify-content: center;
  align-items: center;
}

.main_loader__3CV1K {
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_navbar__GJ4Zz {
  border-radius: 0px 30px 30px 0px;
  height: 100% !important;
  position: fixed;
  height: calc(43.75rem * var(--mantine-scale));
  width: 15rem;
  padding: var(--mantine-spacing-md);
  display: flex;
  flex-direction: column;
}

.main_navbarMain__CFlx6 {
  flex: 1;
}

.main_header__S6_q_ {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: var(--mantine-spacing-md);
  margin-bottom: calc(var(--mantine-spacing-md) * 1.5);
  border-bottom: calc(0.0625rem * var(--mantine-scale)) solid #006a8b;
}

.main_footer__GZ964 {
  padding-bottom: var(--mantine-spacing-md);
  padding-top: var(--mantine-spacing-md);
  margin-top: var(--mantine-spacing-md);
  border-top: calc(0.0625rem * var(--mantine-scale)) solid #006a8b;
}

.main_link__eC7Ck {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: var(--mantine-font-size-sm);
  color: black;
  padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);
  border-radius: var(--mantine-radius-sm);
  font-weight: 500;
}

@media (hover: hover) {

  .main_link__eC7Ck:hover {
    background-color: var(--mantine-color-gray-0);
  }
    [data-mantine-color-scheme='dark'] .main_link__eC7Ck:hover {
    background-color: var(--mantine-color-dark-6);
  }
    .main_link__eC7Ck:hover {
    color: var(--mantine-color-black);
  }
    [data-mantine-color-scheme='dark'] .main_link__eC7Ck:hover {
    color: var(--mantine-color-white);
  }

    .main_link__eC7Ck:hover .main_linkIcon__gJ4nu {
      color: var(--mantine-color-black);
    }
      [data-mantine-color-scheme='dark'] .main_link__eC7Ck:hover .main_linkIcon__gJ4nu {
      color: var(--mantine-color-white);
  }
}

@media (hover: none) {

  .main_link__eC7Ck:active {
    background-color: var(--mantine-color-gray-0);
  }
    [data-mantine-color-scheme='dark'] .main_link__eC7Ck:active {
    background-color: var(--mantine-color-dark-6);
  }
    .main_link__eC7Ck:active {
    color: var(--mantine-color-black);
  }
    [data-mantine-color-scheme='dark'] .main_link__eC7Ck:active {
    color: var(--mantine-color-white);
  }

    .main_link__eC7Ck:active .main_linkIcon__gJ4nu {
      color: var(--mantine-color-black);
    }
      [data-mantine-color-scheme='dark'] .main_link__eC7Ck:active .main_linkIcon__gJ4nu {
      color: var(--mantine-color-white);
  }
}

.main_link__eC7Ck[data-active],
    .main_link__eC7Ck[data-active]:hover {
      background-color: var(--mantine-color-blue-light);
      color: var(--mantine-color-blue-light-color);
    }

.main_link__eC7Ck[data-active] .main_linkIcon__gJ4nu, .main_link__eC7Ck[data-active]:hover .main_linkIcon__gJ4nu {
        color: var(--mantine-color-blue-light-color);
      }

.main_linkIcon__gJ4nu {
  color: black;
  margin-right: var(--mantine-spacing-sm);
  width: calc(1.5625rem * var(--mantine-scale));
  height: calc(1.5625rem * var(--mantine-scale));
}

.vedi_cont__7SKO5 {
  display: flex; 
  flex-direction: column;
  align-items: center;
  margin-left: 15rem; /* Sidebar space */
  width: calc(100% - 16rem); /* Adjust width considering sidebar */
  margin-top: 1.5vh; /* Top margin */
  margin-bottom: 1rem; /* Bottom margin */
  padding: 40px 40px; /* Increased padding for bubble effect */
  border-radius: 40px; /* Rounded corners for bubble effect */
  background-color: white; /* Dark background for contrast */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5); /* Optional shadow for depth */
  height: 97vh;
}


.vedi_ModalContent__KXKry {
  overflow: auto !important;
}

.vedi_err__Tpvsa {
  color: red;
}

.vedi_OKQC__Syykg {

  background-color: #006eff;

}

.vedi_StatusAttesaVerificaFornitore__jLdnA {
  background-color: #66b2b2;
}

.vedi_statusProblema__VhdYt {
  background-color: rgb(255, 125, 0);
}

.vedi_statusChiuso__RG5t_ {
  background-color: rgba(72, 161, 50);
} 

.vedi_statusChiusoConf__Y2ONL {
  background-color: rgb(65, 112, 54);
}

.vedi_statusDaFatturare__AvxFc {
  background-color: aqua;
}

.vedi_statusProblemaR__A18U5 {
  background-color: rgb(255, 255, 0);

}

.vedi_statusVal__tIavz{
  background-color: rgb(149, 255, 149);
}

.vedi_statusStornato__NBO6L {
  background-color: indigo;
}

.vedi_statusLavorazione__TCT0k{
  background-color: rgb(255, 255, 0);
}

/* Styling for the textarea */
.vedi_textArea2__BNUxD {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  color: white;
  resize: vertical;
  background-color: #1f1f1f;
  height: 10px;
}

/* Styling for the file upload button */
.vedi_input2__t6DKe {
  background-color: #1f1f1f;
  border-radius: 50% !important;
  width: 48px;
  height: 48px;
  display: inline-block;
  padding: 3px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  font-size: 3px;
  color: #333333;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.vedi_input2__t6DKe:hover {
  background-color: #f2f2f2;
}

.vedi_wait__iHkIt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f5f5f5;
  font-weight: bold;
}

.vedi_err__Tpvsa {
  color: red;
  font-weight: bold;
  margin-top: 10px;
}

.vedi_uploadinfo___BngD {
  margin: 20px 0;
  font-size: 18px;
  color: #888;
}


.vedi_wait__iHkIt::before {
  content: "Caricando...";
  margin-right: 10px;
}

.vedi_wait__iHkIt::after {
  content: "Perfavore Aspetta.";
  font-style: italic;
}

.vedi_remove__1IJQx {
  background-color: #f44336;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
}

.vedi_remove__1IJQx:hover {
  background-color: #d32f2f;
}

.vedi_gi__4v9gn {
  width: 34px;
  height: 34px;
  background-color: #2D2D30; /* Keep the button background dark */
  border: 1px solid #444; /* Subtle border color */
  border-radius: 50%; /* Use a circular shape for the button */
  padding: 0; /* Remove padding as we'll center the icon with flexbox */
  display: flex; /* Enables flexbox properties */
  justify-content: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
  color: #E6E6E6; /* Light color for the icon to ensure visibility */
  cursor: pointer; /* Indicates an interactive element */
  transition: all 0.3s ease; /* Smooth transition for hover effects */
}

.vedi_gi__4v9gn > * {
  stroke: white; 
}

/* Hover state for the button */
.vedi_gi__4v9gn:hover {
  transform: scale(1.1); /* Small lift effect to indicate action */
}
/* General Styles for the Message Bubbles */
/* Styling the overall container */
/* Basic Reset */
/* Main container */
.vedi_popip__AuL9E {
  margin: 0 !important;
  color: #fff; /* Assuming a dark theme */
  font-size: 14px;
  margin: 0 auto; /* Center the container */
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Align messages to the bottom */
}

/* Loader styles */
.vedi_loader__WfvQL {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: vedi_spin__gVIA8 2s linear infinite;
}

@keyframes vedi_spin__gVIA8 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.vedi_FUpWrappy__tDAck {
  padding: 13px;
  border: 1.3px solid #1f1f1f;
  border-radius: 25px 0px 0px 0px;
  
}


.vedi_li__q55BJ {

}

.vedi_ul__8LwiZ {
  padding-left: 8px;
  padding-right: 8px;
}

/* Message container */
.vedi_ul2__EnTae, .vedi_ul__8LwiZ {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column-reverse; /* Reverse the order of messages */
  overflow-y: auto; /* Enable scrolling */
  max-height: 500px; /* Adjust as needed */
}

.vedi_li__q55BJ, .vedi_li2__4l7DG {
  margin-bottom: 10px;
  padding: 15px; /* Comfortable padding for readability */
  border-radius: 25px; /* Smooth, rounded corners for a modern look */
  background-color: #ffffff; /* White bubble for a clean appearance */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); /* Subtle shadow for depth */
  max-width: 40%; /* Maximum width limited to 40% */
  word-wrap: break-word; /* Ensure text remains within the bubble */
  color: #333; /* Dark text for contrast and readability */
  font-size: 16px; /* Clear, legible font size */
  line-height: 1.5; /* Spaced lines for easy reading */
  display: inline-flex; /* Inline-flex for dynamic width */
  align-items: center; /* Vertically center elements within the bubble */
  margin-left: 10px; /* Space from the left edge for non-user messages */
  margin-right: 10px; /* Space from the right edge for user messages */
  flex-direction: column; /* Stack children vertically */
}

/* User message alignment */
.vedi_MessageYou__yrJoB + .vedi_li__q55BJ, .vedi_MessageYou__yrJoB + .vedi_li2__4l7DG {
  background-color: #DCF8C6; /* Light green, typical for user messages in WhatsApp */
  align-self: flex-end; /* Align user messages to the right */
  margin-left: auto; /* Push user messages to the right */
  margin-right: 10px; /* Consistent spacing from the edge */
}

/* Error message style */
.vedi_err__Tpvsa {
  color: red;
  font-weight: bold;
}

/* Email message styles */
.vedi_email__cwZPL {
  display: block; /* Make email a block element */
  color: #3498db;
  font-weight: bold;
  margin-bottom: 5px; /* Space between email and message */
}
/* Name Tag Styles */
/* Name Tag Styles */
.vedi_MessageYou__yrJoB, .vedi_MsgAdmin__GVOR2, .vedi_MessageBackoffice__BgEvb {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-right: 10px; /* Space after the name tag */
}

.vedi_MessageYou__yrJoB {
  background-color: #4A90E2; /* Light blue for the user */
}

.vedi_MsgAdmin__GVOR2 {
  background-color: rgb(224, 73, 73); /* Red for admin messages */
}

.vedi_MessageBackoffice__BgEvb {
  background-color: #F39C12; /* Orange for backoffice messages */
}

.vedi_MessageYou__yrJoB {
  background-color: #4A90E2; /* Light blue */
}

.vedi_MsgAdmin__GVOR2 {
  background-color: rgb(224, 73, 73); /* Teal */
}

.vedi_MessageBackoffice__BgEvb {
  background-color: #F39C12; /* Orange */
}

@media screen and (max-width: 1858px) and (min-width: 1350px) {
  .vedi_table__f_0gv {
    zoom: 0.65;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .vedi_popip__AuL9E {
      width: 90%;
      padding: 10px;
  }
}

/* Textarea and Input Styles */
.vedi_textArea2__BNUxD {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: none;
  border-radius: 15px;
  resize: vertical; /* Allows vertical resizing */
  min-height: 40px; /* Minimum height */
  overflow: hidden; /* Hide scrollbar */
}

.vedi_input2__t6DKe, .vedi_submit__Eejsf {
  padding: 10px;
  border-radius: 4px;
  border: none;
  background-color: #1f1f1f;
  color: #fff;
  cursor: pointer;
}

.vedi_input2__t6DKe:hover, .vedi_submit__Eejsf:hover {
  background-color: #333; /* Lighter color on hover */
}

.vedi_CoolInputWrapperSend__NtTNq {
  bottom: 0;
  height: 3em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.vedi_fileList__vfTq0 {
  margin-top: 10px; /* Margin above the file list */
  /* Additional styles for the Telegram theme */
}

.vedi_uploadWrapper__2cbEt {
  display: flex;
  flex-direction: row;
  align-items: center;
} 

.vedi_submit__Eejsf {
  padding: 10px 15px !important;
  background-color: #3498db !important;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  text-align: center;
  height: 48px;
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.vedi_submit__Eejsf:hover {
  background-color: #1d5c85 !important;
}

.vedi_fileUploadH__mZ425 {
  color: rgba(255, 255, 255, 0.2)
}

.vedi_ofhd__4eAbF {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: left;
}

.vedi_remove__1IJQx {
  font-size: 0.1em;
  font-weight: 900;
  background-color: #e74c3c;
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; /* Add position relative */
}

.vedi_remove__1IJQx > path { /* Targeting the SVG directly */
  transform: scale(0.55);
  position: absolute; /* Absolute position to ensure it stays in the center */
  top: 50%;
  left: 50%;
  transform: translate(25%, 25%) scale(0.55); /* Adjust position and scale */
}


.vedi_remove__1IJQx:hover {
  background-color: #c0392b;
}

.vedi_submit__Eejsf {
  background-color: #2ecc71;
}

.vedi_submit__Eejsf:hover {
  background-color: #27ae60;
}

/* Responsive Design */
@media (max-width: 768px) {
  .vedi_popip__AuL9E {
      width: 90%;
      padding: 10px;
  }
}


.vedi_loader__WfvQL {
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top: 4px solid #29B6F6; /* Vibrant blue for visibility */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: vedi_spin__gVIA8 1s linear infinite;
  position: fixed; /* Fixed within the overallWrapper */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes vedi_spin__gVIA8 {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.vedi_statusKO__EX4__ {
  background-color: red;
}

.vedi_statusPagato__K9egb {
  background-color: lime;
}

.vedi_statusE__YnFo2 {
  background-color: grey;
}
/* Common Styles for Both Buttons */
.vedi_next__kBvb1, .vedi_next2__AR_Sm {
  position: relative;
  padding: 10px;
  background-color: #3A3A3C; /* Consistent with the page background */
  color: #E6E6E6; /* Light grey text for contrast */
  border: none; /* Flat design */
  transition: background-color 0.3s, transform 0.3s; /* Smooth transitions */
  margin: 0 10px; /* Horizontal spacing */
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex; /* Inline-flex for horizontal layout */
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* Subtle shadow */
}

/* Specific Style for .next2 (Apply Changes Button) */
.vedi_next2__AR_Sm {
  margin-bottom: 30px;
  width: auto; /* Auto width to fit content */
  height: auto; /* Auto height to fit content */
  padding: 12px 20px; /* Adjusted padding for a larger button */
  border-radius: 5px; /* Less rounded corners for distinction */
  font-size: 1em; /* Adjusted font size */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4); /* More pronounced shadow */
}

/* Pagination Container */
.vedi_pageCont__9CtlI {
  width: 100%;
  overflow: hidden !important;
  align-items: center !important;
  text-align: center !important;
  align-content: center !important;
  gap: 15px;
  bottom: 12px;
  position: relative;
  text-align: center; /* Centering the pagination */
  padding-top: 1em;
  border-radius: 10px; /* Rounded corners */
}

/* Hover State Styles */
.vedi_next__kBvb1:hover, .vedi_next2__AR_Sm:hover {
  background-color: #4A4A4C; /* Slightly lighter grey on hover */
  color: white;
  transform: scale(1.05); /* Slight increase in size */
}

/* Adjusting the position of arrow icons for a dynamic effect */
.vedi_next__kBvb1:hover > .vedi_RIGHT__vqiza, .vedi_next2__AR_Sm:hover > .vedi_RIGHT__vqiza {
  transform: translateX(5%);
}

.vedi_next__kBvb1:hover > .vedi_LEFT__LhuOL, .vedi_next2__AR_Sm:hover > .vedi_LEFT__LhuOL {
  transform: translateX(-5%);
}

.vedi_ScrollArea__Z_kCD {
  overflow-x: scroll !important;
  overflow-y: scroll !important;
  width: 100% !important;
}

.vedi_ScrollArea__Z_kCD div  {
  overflow: auto !important;
}


.vedi_table__f_0gv thead {
  background-color: #ececec;
}

.vedi_table__f_0gv {
  position: relative;
  border-collapse: collapse; /* Ensures the borders are clean and connected */
  width: 100%; /* Full width for better integration */
  border-spacing: 0;
  color: black; /* Retain the light grey text for readability */
  background-color: #ececec; /* Match the page background */
  border-radius: 8px; /* Slightly rounded corners for a softer look */
  overflow-y: hidden !important;
  overflow-x: scroll !important; /* Ensures the rounded corners are visible */
  max-height: 70vh !important;
}

.vedi_table__f_0gv th, .vedi_table__f_0gv td {
  font-weight: 450;
  padding: 12px; /* Retain the increased padding for a spacious look */
  text-align: left;
}

.vedi_table__f_0gv th {
  font-weight: 650 !important;
  background-color: #ececec; /* Header background slightly stands out */
  color: black; /* Retain the white text for headers */
  font-size: 1.1em;
  font-weight: normal; /* Avoid overly bold headers */
}

/* Styling for interactive elements like buttons and selects */
.vedi_table__f_0gv button, .vedi_table__f_0gv select {
  background-color: #0089ab !important; /* Dark grey to fit the theme */
  color: #FFF;
  border: 0px solid #505050; /* Slightly lighter border for definition */
  padding: 5px 10px;
  border-radius: 4px; /* Rounded edges for a modern look */
  cursor: pointer;
}

/* Hover effect for buttons and selects */
.vedi_table__f_0gv button:hover, .vedi_table__f_0gv select:hover {
  background-color: #4A4A4C; /* A shade lighter to indicate hover */
  border-color: #5A5A5C;
}


/* Additional styles for a more seamless integration */
.vedi_table__f_0gv tr:hover {
  background-color: #3A3A3C; /* Highlight rows on hover */
}

.vedi_table__f_0gv tr:nth-child(even) {
  background-color: #ececec; /* Even rows match the page background */
}


.vedi_table__f_0gv tr:hover:nth-child(even) {
  background-color: #cecece; /* Even rows match the page background */
}


.vedi_table__f_0gv tr:nth-child(odd) {
  background-color: white; /* Odd rows are slightly lighter to create a subtle zebra pattern */
}

.vedi_table__f_0gv tr:hover:nth-child(odd) {
  background-color: #cecece; /* Odd rows are slightly lighter to create a subtle zebra pattern */
}

.vedi_searchWrapper__1CE7H {
  overflow-y: hidden !important;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
}

.vedi_conNum__P6Hyx {
  overflow: hidden !important;
  display: flex;
  align-items: center;
}

.vedi_cerca___RfKL {
  padding: 12px;
  margin-top: 5vh;
  margin-bottom: 5vh;
  color-scheme: light;
  background-color: #ececec; /* Slightly lighter grey */
  color: black;
  width: 50%;
  height: 45px; /* Slightly taller for accessibility */
  text-align: left;
  border: none;
  border-radius: 15px; /* More rounded */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow */
}

.vedi_close__0jXD0 {
  background: none;
  padding: 10px 18px; /* Adjust padding */
  color: #FF5555; /* Softer red */
  font-weight: 400;
  border: 2px solid #FF5555; /* Softer red border */
  border-radius: 8px;
  line-height: 1;
  font-size: 1.6rem;
  position: fixed;
  right: 40px;
  top: 20px;
  cursor: pointer; /* Cursor pointer for better UX */
}

.vedi_tabletitle__ztbnc {
  width: 100%;
  text-align: center;
  padding: 30px; /* Reduced padding */
  font-weight: 700; /* Bold but not too heavy */
  font-size: 1.5em;
  color: #E6E6E6; /* Light grey to stand out */
}


.vedi_LOADING__QcMKD {
  position: absolute;
  color: red;
  height: 100%;
  width: 100%;
}


.vedi_filedropped__bv3HP {
  text-align: center;
  font-weight: 900;
  font-size: 2em;
  border: 1px dashed blue;
  bottom: 0 !important;
  height: 300px !important;
}


@media screen and (max-width: 1350px) {
  .vedi_cont__7SKO5 {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-left: 0 !important;
    width: 100%; /* Adjust width considering sidebar */
    margin-top: 1.5vh; /* Top margin */
    margin-bottom: 1rem; /* Bottom margin */
    padding: 40px; /* Padding adjusted */
    border-radius: 40px; /* Rounded corners for bubble effect */
    /* background-color: #2D2D30; Dark background for contrast */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5); /* Shadow for depth */
    height: 97vh;
    overflow-x: auto; /* Add horizontal scroll to the container */
  }

  .vedi_table__f_0gv {
    width: 100% !important;
    max-width: none; /* Allow table to be as wide as it needs to be */
    min-width: 100%; /* Ensure table is at least as wide as its container */
    margin-bottom: 0; /* Remove margin to fit within the container */
    overflow: auto;
  }

  .vedi_table__f_0gv th, .vedi_table__f_0gv td {
    white-space: nowrap; /* Ensure content in cells doesn't wrap */
    overflow: auto;

  }
}





.contratti_continuation__ffvt8 {
  margin-left: 15rem; /* Sidebar space */
  width: calc(100% - 16rem); /* Adjust width considering sidebar */
  margin-top: 1.5vh; /* Top margin */
  margin-bottom: 1rem; /* Bottom margin */
  display: flex;
  justify-content: space-evenly; /* Center content horizontally */
  align-items: center; /* Center content vertically */
  flex-direction: column;
  padding: 40px 40px; /* Increased padding for bubble effect */
  border-radius: 40px; /* Rounded corners for bubble effect */
  background-color: #2D2D30; /* Dark background for contrast */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5); /* Optional shadow for depth */
  height: 97vh;
}

.contratti_header__V_KjO {
  color: black; 
}


.contratti_GenderButton__a98XM {
  overflow: clip !important;
}


.contratti_formTitle__ZueCz {
  color: black !important;
}

.contratti_Form__UmFt_ label {
  color: black;
}

.contratti_formfucked__vKhbp label {
  color: black !important;
}

.contratti_loader__yj1Ct {
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top: 4px solid #29B6F6; /* Vibrant blue for visibility */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: contratti_spin__8u_fr 1s linear infinite;
  position: fixed; /* Fixed within the overallWrapper */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contratti_Form____AQWyT {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

@keyframes contratti_spin__8u_fr {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.contratti_remove__5OT15 {
  background-color: #f44336;
  color: black;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
}

.contratti_remove__5OT15:hover {
  background-color: #d32f2f;
}

.contratti_title__hP8RZ  {
  width: 100%;
  top: 20%;
  position: absolute;
  transform: translate(50%, 50%);
}
.contratti_options__hurS5 {
  width: 100vw;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}

.contratti_cont__qOn0h {
  all: unset;
  background-color: #323238; /* Darker color */
  height: 35vh; /* Increased height */
  width: 10vw; /* Increased width */
  border-radius: 20px; /* More pronounced rounded corners */
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
  padding: 15px; /* Increased padding */
  background: linear-gradient(145deg, #3c3c46, #2b2b33); /* Subtle gradient */
}

.contratti_btnIcon___qy1M {
  font-size: 2.5em; /* Slightly larger icons */
  color: black;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(145deg, #50505A, #383842);
  transition: height 0.5s ease, transform 0.5s ease, scale 0.5s ease;
}

.contratti_cont__qOn0h button {
  all: unset;
  color: transparent;
  position: absolute;
  bottom: 11.25vh; /* Adjusted position */
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  transition: color 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
  text-align: center;
  padding: 15px; /* More padding */
  width: 100%;
  opacity: 0;
  text-shadow: 1px 1px 2px black;
  font-size: 1.2em; /* Larger text */
  transition: transform 0.3s ease, background-color 0.3s ease;
  padding: 15px;
}

.contratti_cont__qOn0h:hover {
  transform: scale(1.08); /* More noticeable scale */
  background-color: #35353d; /* Slight change in background color on hover */
}

.contratti_cont__qOn0h:hover .contratti_btnIcon___qy1M {
  height: 60%; /* Slightly larger icon area on hover */
  transform: translateY(-30%) scale(1.1); /* Icon scaling */
}

.contratti_cont__qOn0h .contratti_btnIcon___qy1M svg {
  transition: all 0.5s ease;
}

.contratti_cont__qOn0h:hover .contratti_btnIcon___qy1M svg {

  transform: scale(1.4); /* Icon scaling */

}

.contratti_cont__qOn0h:hover button {
  border: 0.3px solid white;
  border-radius: 18px; 
  width: 66%;
  color: #e8e8e8; /* Brighter color on hover */
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  transition: all 0.3s ease; /* Smoother transition */
}


.contratti_cont__qOn0h:hover button:hover {
  color: #e8e8e8; /* Brighter color on hover */
  transform: translateX(-50%) translateY(0);
  background-color: black;
  color:rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: all 0.3s ease; /* Smoother transition */
}

.contratti_mainText__wwu02 {
  font-size: 2.3em;
  font-weight: 659;
}

.contratti_CLOSE__Tbbi6 {
  all: unset;
  position: absolute;
  top: 0;
  right: 10px;
  padding: 10px;
  background-color: red;
  color: black;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  margin-top: 10px;
  font-weight: bolder;
  text-align: center;
  display: inline-block;

}
.contratti_Form__UmFt_ {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 10px;
  /* max-width: 1200px; Adjust as needed */
  margin: auto;
}

/* Form Elements Styling */
.contratti_formRow__xqGjr > input, .contratti_formRow__xqGjr > textarea, .contratti_formRow__xqGjr > select, .contratti_formRow__xqGjr > * > select {
  background-color: white;
  padding: 3px;
  border: 2px solid #444;
  border-radius: 8px;
  color: black;
  width: 100%; /* Adjust width as per layout */
}

.contratti_formRow__xqGjr > label {
  font-weight: bold;
  padding: 5px; 
  color: black;
  margin-bottom: 0.5rem;
}

.contratti_button__HUxGm {
  width: 100%;
  margin-top: 3rem;
  background-color: #007bff;
  border: none;
  border-radius: 8px;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  align-self: flex-start; /* Align button */
}

.contratti_button__HUxGm:hover {
  background-color: #0056b3;
}

@media screen and (max-width: 1800px) {
  .contratti_Form____AQWyT {
    display: contents !important;
  }
}


.contratti_formRowWrapperLol__v6RNv {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* Responsive Design */
@media (max-width: 1050px) {
  .contratti_Form__UmFt_ {
      flex-direction: column;
  }

  .contratti_formRowWRapperLol__q_ScZ {
    align-items: flex-start;
  }

  .contratti_input__OHzLC, .contratti_textarea__PIiuw, .contratti_formRow__xqGjr > select {
      font-size: 16px; /* Larger font for mobile */
  }
}

.contratti_btnIcon___qy1M {
  overflow: hidden !important;
}

.contratti_formRow__xqGjr label {
  width: -webkit-fill-available !important;
}

/* Multi-Column Layout */
.contratti_formRow__xqGjr {
  /* display: flex; */
  align-items: flex-start;
  /* flex-basis: calc(33.33; Three columns */
  margin-bottom: 1rem;
}

/* Text Area Specific Styles */
.contratti_textarea__PIiuw {
  /* min-height: 100px; */
}

/* Radio Button Style */
.contratti_radio__Xth8Y {
 width: 100% !important; 
 /* height: 100% !important; */
}

/* Header and Title Styles */
.contratti_header__V_KjO, .contratti_formTitle__ZueCz {
  width: 100%;
  text-align: center;
}

/* Additional Styles */
.contratti_filedropped__bauNM {
  text-align: center;
  border: 1px dashed #007bff;
  padding: 20px;
  border-radius: 8px;
}

/* Adjusting Specific Element Sizes */
.contratti_formRow__xqGjr input, .contratti_formRow__xqGjr select {
  width: auto;
}

.contratti_formRow__xqGjr input[type="radio"] {
  padding: 0px !important;
}


.contratti_LOADING__6vM0g {
  position: relative;
  color: red;
  height: 100%;
  width: 100%;
  font-weight: 760;
  text-align: center;
}

.contratti_formfucked__vKhbp {
  width: 100%;
}

.contratti_FormServ__5YID2 {
  z-index: 100;
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap to a new row */
  gap: 1rem; /* Add gap between items */
  border-bottom: none;
  padding: 0 !important;
  margin: 0 !important;
  padding: 50px;
  margin-left: 50vw;
  width: 100% !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.contratti_formRowServ__wEJhy > .contratti_header__V_KjO {
  padding: 20px;
}

.contratti_formRowServ__wEJhy {
  width: 100% !important;
  align-items: first baseline;
  /* padding-left: 10%; */
  /* flex-basis: calc(20%); Set the basis for .b elements to 33.33% minus the gap */
  margin-bottom: 1rem; /* Add margin to the bottom of .b elements */
  color-scheme: light;
}

.contratti_formRowServ__wEJhy textarea {
  width: 410px;
  height: 100px;
  line-height: 20px;
  background-color: black;
  color: black;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
   border: 1px solid #ccc;
  font-size: 14px;
  letter-spacing: 1.3px;
}

.contratti_formRowServ__wEJhy input,
.contratti_formRowServ__wEJhy select {
  width: 205px;
  height: 20px;
  line-height: 20px;
  background-color: white;
  color: black;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
   border: 1px solid #ccc;
  font-size: 14px;
  letter-spacing: 1.3px;
}

.contratti_formRowServ__wEJhy label {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  flex-basis: 120px; /* Adjust the label width as needed */
  margin-right: 1rem; /* Add margin to the right of the label */
  font-weight: 500;
}

@media screen and (max-width: 1350px) {
  .contratti_continuation__ffvt8 {
    margin-left: 0rem !important; /* Sidebar space */
    width: 100%; /* Adjust width considering sidebar */
    margin-top: 1.5vh; /* Top margin */
    margin-bottom: 1rem; /* Bottom margin */
    display: flex;
    justify-content: space-evenly; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    flex-direction: column;
    padding: 40px 40px; /* Increased padding for bubble effect */
    border-radius: 40px; /* Rounded corners for bubble effect */
    background-color: #2D2D30; /* Dark background for contrast */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5); /* Optional shadow for depth */
    height: 97vh;
  }
  .contratti_options__hurS5 {
    width: 100vw;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
  }

  .contratti_cont__qOn0h {
    margin: 30px;
    height: 5vh;
    width: 20vw;
  }
  
  
}

.dashboard_ERROR___vuQT{
    color: red;
}

.dashboard_loader__oLwKO {
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top: 4px solid #29B6F6; /* Vibrant blue for visibility */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: dashboard_spin__BUsW1 1s linear infinite;
    position: fixed; /* Fixed within the overallWrapper */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dashboard_createAcc__5wNZe input {
    color: black;
}

@keyframes dashboard_spin__BUsW1 {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}


.dashboard_createAcc__5wNZe label {
    color: black; 
}

.dashboard_view__2F599 {
    margin-top: 7% !important;

    padding: 30px !important;

    color:#5a2291; 
    --c:  #229091; /* the color*/
    
    box-shadow: 0 0 0 .1em inset var(--c); 
    --_g: linear-gradient(var(--c) 0 0) no-repeat;
    background: 
      var(--_g) calc(var(--_p,0%) - 100%) 0%,
      var(--_g) calc(200% - var(--_p,0%)) 0%,
      var(--_g) calc(var(--_p,0%) - 100%) 100%,
      var(--_g) calc(200% - var(--_p,0%)) 100%;
    background-size: 50.5% calc(var(--_p,0%)/2 + .5%);
    outline-offset: .1em;
    transition: background-size .4s, background-position 0s .4s;
}
.dashboard_view__2F599:hover {
    --_p: 100%;
    transition: background-position .4s, background-size 0s;
}
.dashboard_view__2F599:active {
    box-shadow: 0 0 9e9q inset #0009; 
    background-color: var(--c) !important;
    color: black;
}
  

.dashboard_modules__FqAyQ>* {
    padding-left: 10vw !important;
}

.dashboard_title__1F6uf {
    font-size: 3em;
    font-weight: 900;
    padding-top: 20px;
    text-align: center;
}

.dashboard_createAcc__5wNZe {
    text-align: center;
    font-size: 2em;
    padding-top: 0px;
}


.dashboard_createAcc__5wNZe>input {
    color-scheme: light;
    font-weight: 500 !important;
    letter-spacing: 1.3px;
    font-stretch: expanded !important;
    height: 40px;
    width: 300px;
    background-color: rgba(255,255,255,0.07);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
}

.dashboard_createAcc__5wNZe>button {
    margin-top: 50px;
    width: 10%;
    background-color: #080710;
    color: #fff;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s ease-in-out;
}

.dashboard_sec2___MTdb {
    margin-top: 30px;
    padding-left: 0;
}

.dashboard_thing__01j_L {
    display: grid;
    place-items: center;
    margin: 0 auto; /* Centers the element horizontally */
}

.dashboard_ok__DQcUo {
    color: rgb(155, 255, 5);
    border: 1px solid #080710;
    border-radius: 10px;
    padding: 30px;
    background-color: #080710;
}

.dashboard_delete__G5yyA {
    color: red;
    margin: 10px;
    padding: 8px;
    background-color: #080710;
    
}

.dashboard_group__0UYVA {
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
}

