body {
    background-color: #f4f4f4;
    scale: 0.95;
    margin: 50px 100px;
    justify-content: center;
    display: grid;
}
.container {
    width: 60%;
    margin: 0 !important;

}

.segments-page {
   
    display: grid;
    justify-content: space-between;

    padding: 20px !important;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    color: #686868;

    box-sizing: inherit;
    background-color: #f4f4f4 !important;
    padding: 15px;
  
   
}

.segments-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px !important;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    color: #686868;

    box-sizing: inherit;
    background-color: #f4f4f4 !important;
    padding: 15px;
}

#navbar {
    position: relative !important;
}

.dropdowns, .dropdown-container {
    display: grid;
}

.dropdowns div {
    width: 100%;
    margin-bottom: -15px;
}

.dropdown-container div select, #strokeSelect, #cad_format {
    background-color: #F8F8F8;
    border: solid 1px #DADADA;
    border-radius: 10px;
}

.dropdown, #bom {
    padding: 20px;
    width: fit-content;
}

.dropdown-container {
    gap: 10px;
}

h2 {
    font-family: Roboto !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 5px;
    
}

label {
    font-family: Roboto;
font-weight: 400;
font-size: 14px !important;

line-height: 100%;
letter-spacing: 0%;
margin-bottom: 5px;

}

.dropdowns {
    
    gap: 10px;
}

select, input:not([type=radio]), input:not([type=number]) #cad_format {
   
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
    box-sizing: inherit;
    margin: 0;
    font-family: Lato-Regular,sans-serif;
    -webkit-appearance: none;
    appearance: none;
    align-items: center;
   
    box-shadow: none;
    height: 38px !important;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.5em - 1px);
    padding-left: calc(.75em - 1px);
    padding-top: calc(.5em - 1px);
    position: relative;
    vertical-align: top;
  
   
    color: #353535;
    cursor: pointer;
    display: block;
    font-family: Roboto;
font-weight: 400;
font-size: 14px !important; 
leading-trim: Cap height;
line-height: 100%;
letter-spacing: 0%;

    max-width: 100%;
    outline: 0;
    padding-right: 2.5em;
    width: 100%;
    appearance: none; /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px; /* Space for the icon */
 
}


#cad_format {
    background-color: white;
}

div.selection.stroke::after {
    display: none !important;
}

#strokeSelect {
    padding-right: 15px !important;
}

#autoUpdateDiv.disabled #autoUpdateCont * {
    pointer-events: none !important;
}

.selection:not([type=number])::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
    /* justify-self: end; */
    float: right;
    margin-right: 20px;
    display: inline;
    /* right: -80px; */
    /* left: 190px; */
    top: -40%;
    /* transform: translateY(-50%); */
    pointer-events: none;
    z-index: 10;
    color: #105087;
  }

  .cad-selection::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
    /* justify-self: end; */
    /* float: right; */
    /* margin-right: 20px; */
    right: 25px;
    display: flex;
    flex-direction: row-reverse;
    /* right: -80px; */
    /* left: 190px; */
    top: 6px;
    /* transform: translateY(-50%); */
    pointer-events: none;
    z-index: 10;
    color: #105087;
  }


input.select-dropdown {
   
    margin-bottom: 0 !important;
  
}

#bom {
    display: grid;

  
    gap: 10px;
}



#basicProductData {
    margin: 0px 20px;
    display: grid;
}

.footerTabs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
     
}

.footerTabs h2 {
    padding: 30px 40px;
    border-right: solid 1px #DADADA;
    border-bottom: solid 1px #DADADA;
}

#accesoriesData {
    padding-bottom: 20px;
}

#partNumberElement {
    font-family: Roboto;
    padding: 20px;
    width: 460px;
font-weight: 500;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
color: #105087;
border-bottom: solid 1px #DADADA;
}

.container1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 0;
}



#gmbButton {
    display: block;

}

#mbButton {
    display: block;
   
}

#gmbInputs, #mbInputs  {
    display: flex;
}

label {
    color: black !important;
    display: flex;
    align-items: center;
}



.show {
    display: block !important;
}

#accesoriesData ul li {
    display: none;
}

.dropdown-content.select-dropdown {
    left: 0px !important;

}



.material {
    width: 100%;
}

.switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
  }
  
  .switch input {
    display:none;
  }
  
  .slider {
    background-color: #ccc;
    bottom: 0;
  
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
  }
  
  .slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
  }
  
  input:checked + .slider {
    background-color: #4887be;
  }
  
  input:checked + .slider:before {
    transform: translateX(26px);
  }
  
  .slider.round {
    border-radius: 34px !important; 
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
  
  #accesoriesData ul {
    display: grid;
    font-size: 12px;
    
  }

  #accesoriesData ul li {
    font-size: 12px;
  }

#autoUpdateCont {
    display: flex;
    align-items: center;
    gap: 10px;
}
#autoUpdateDiv {
    display: flex;
    gap: 10px;
}

.flex {
    display: flex;
    justify-content: space-between;
}
  
svg {
    margin-left: -30px !important; 
}

.oaButtons {
    margin-left: 10px;
   
}

.oaButtons label {
    display: flex;
    gap: 10px;
}
  
input[type='radio'] {
    accent-color: #4887be;
}
  
.main-container {
    width: 40% !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: white;
}

#cad-container, .box-shadow {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: white;
    padding: 20px;
}

#basicProductData {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: white;
}

.cad-container {
    padding-top: 20px;
}


.first-buttons {
    display: flex;
    gap: 5px;
}

.buttons {
    display: flex;
    justify-content: space-between;
}

label.switch {
    margin-bottom: 0;
    cursor: pointer;
}

.oaButtons {
    margin-bottom: 0 !important;
}

.series, .type {
    display: none;
}

#displayMessage {
    font-family: Roboto;
font-weight: 400;
font-size: 13px;
letter-spacing: 0%;
color: #a2a2a2;
}

#autoUpdateDiv.disabled {
    opacity: 0.7;
    user-select: none;
    pointer-events: none;
    cursor: not-allowed;
    .switch {
        user-select: none;
    pointer-events: none;
    cursor: not-allowed;
    }
}

:disabled {
    cursor: not-allowed !important;
}

.list {
    padding: 20px;
    width:100%;
}

ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.active-tab {
    border-bottom: none !important;
}

.footerTabs h2 {
    text-align: center;
}
