#tabs {
margin: 20px 0;
}
#tabs ul {
list-style: none;
padding: 0;
display: flex;
justify-content: space-between;
background: rgba(118, 118, 128, 0.12);
border-radius: 9px;
padding: 2px;
}
#tabs ul li {
margin: 0;
line-height: inherit;
display: flex;
width: 100%;
}
#tabs ul li a {
font-family: var(--font-family);
font-weight: 400;
font-size: 10px;
line-height: 24px;
text-align: center;
color: var(--neutrals-colors-neutral-10---primary-text);
text-decoration: none;
height: 24px;
display: inline-block;
border-radius: 7px;
position: relative;
width: 100%;
}
#tabs ul li a::after{
border-radius: 0px;
width: 1px;
height: 12px;
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
background: #8e8e93;
opacity: 0.3;
}
#tabs ul li:first-child a::after {
display: none;
}
#tabs ul li a:hover,
#tabs ul li a.active {
box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.04), 0 3px 8px 0 rgba(0, 0, 0, 0.12);
background: var(--neutrals-colors-neutral-50---secondary-background);
font-weight: 600;
}
.chart-tab {
display: none;
}
.chart-tab.active {
display: block;
margin-top: 20px;
}
.chartjs-plugin-zoom{
width: 100%; 
overflow-x: auto;
}
.chartjs-plugin-zoom canvas{
margin: 0 auto;
}
@media screen and (min-width: 768px) {
#tabs ul li a {
font-size: 16px;
line-height: 40px;
height: 40px;
}
} #modal-success-measurements {
display: none; 
position: fixed; 
z-index: 1000; 
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto; 
background-color: rgba(0,0,0,0.4); 
}
#modal-success-measurements .modal-content {
background-color: #1e1e1e40;
margin: 0;
padding: 20px;
border: none;
width: 100%;
border-radius: 0;
box-shadow: none;
position: relative;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
#modal-success-measurements h2 {
font-family: var(--font10);
font-weight: 600;
font-size: 30px;
text-align: center;
color: var(--neutrals-colors-neutral-50---secondary-background);
margin: 0;
}
#modal-success-measurements p {
font-family: var(--font10);
font-weight: 400;
font-size: 20px;
text-align: center;
color: var(--neutrals-colors-neutral-50---secondary-background);
margin: 0;
}
#modal-success-measurements a {
border: 1px solid var(--neutrals-colors-neutral-50---secondary-background);
border-radius: 10px;
padding: 0;
height: 56px;
line-height: 53px;
text-align: center;
color: #fff;
text-decoration: none;
width: calc(100% - 40px);
bottom: 40px;
position: absolute;
max-width: 353px;
margin: 0 auto;
left: 50%;
transform: translateX(-50%);
}
#modal-success-measurements .wrap{
text-align: center;
display: flex;
flex-direction: column;
gap: 24px;
align-items: center;
margin-top: -27px;
}
#modal-success-measurements a:hover {
text-decoration: underline;
}
#modal-success-measurements button#close-modal-success-measurements {
background-color: #ddd;
border: none;
color: black;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: block; margin: 0 auto; cursor: pointer;
border-radius: 5px;
font-size: 16px;
display: none;
}
#modal-success-measurements button#close-modal-success-measurements:hover {
background-color: #ccc;
}@media only screen and (max-width: 799px){.ub-hide-on-mobile{display:none}}@media only screen and (min-width: 800px)and (max-width: 1023px){.ub-hide-on-tablet{display:none}}@media only screen and (min-width: 1024px){.ub-hide-on-desktop{display:none}}