:host {
    all: initial;
}

@font-face {
    font-family: SFProText;
    src: url("/fonts/SF-Pro-Text-Regular/SF-Pro-Text-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: SFProText;
    src: url("/fonts/SF-Pro-Text-Medium/SF-Pro-Text-Medium.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
}


* {
    color: #706F7A;
    font-family: SFProText;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

h3 {
    color: #1C1C30;
    font-family: SFProText;
    font-size: 14px;
    font-weight: 500;
}

a {
    text-decoration: underline;
}

a:hover {
    color: #1C1C30;
}

sub {
    font-size: 9px;
    line-height: 12px;
}

sup {
    font-size: 9px;
    line-height: 12px;
}

.card-wrap {
    background-color: #F8F8F9;
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(214, 211, 211, 0.48);
    margin-bottom: 20px;
    padding: 15px 15px 5px;
    /* width: 330px; */
}

.card-wrap-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
    /* width: 330px; */
}

.footer .footer__link {
    display: flex;
}

.footer .footer__link>img {
    width: 60px;
}

.display-none {
    display: none;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-center {
    justify-content: center;
}

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

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.line-height-24 {
    line-height: 24px !important;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-row-reverse {
    display: flex;
    flex-direction: row-reverse;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.blue-84 {
    color: #3B3B68;
}

.blue-60 {
    color: #7B7B93;
}

.weight-100 {
    font-weight: 300;
}

.weight-200 {
    font-weight: 300;
}

.weight-300 {
    font-weight: 300;
}

.weight-400 {
    font-weight: 400;
}

.weight-500 {
    font-weight: 500;
}

.weight-600 {
    font-weight: 500;
}

.minWidth-100 {
    min-width: 100px;
}

.minWidth-200 {
    min-width: 200px;
}

.m-3 {
    margin: 3px;
}

.mt-3 {
    margin-top: 3px;
}

.mr-3 {
    margin-right: 3px;
}

.mb-3 {
    margin-bottom: 3px;
}

.ml-3 {
    margin-left: 3px;
}

.m-5 {
    margin: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.m-10 {
    margin: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.m-20 {
    margin: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.ml-120 {
    margin-left: 120px;
}

.mp-10 {
    padding-top: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.icon {
    font-size: 22px;
}

.icon-add {
    font-weight: 300;
}

.icon-close {
    font-weight: 300;
    font-size: 16px;
}

/* Design/White Brand */
.bar-wrapper {
    display: flex;
    align-items: center;
    height: 10px;
}

.progress {
    background: #EAE5DC;
    border-radius: 100px;
    height: 10px;
    width: 100%;
}

.progress-bar {
    border-radius: 100px;
    height: 10px;
}

.progress-environ {
    background: #EAE5DC;
    border-radius: 100px;
    height: 10px;
    width: 24px;
}

.progress-bar-environ {
    background-color: #3B3B68;
    border-radius: 100px;
    height: 10px;
    width: 14px;
}


.tabWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
}

.tab-button {
    width: max-content;
    min-width: 112px;
    height: max-content;
    margin: 0 3px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    border-radius: 30px;
    position: relative;
    padding: 6px 12px 6px 12px;
}

.tab-button::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 15px;
    background-color: transparent;
    left: 0;
    bottom: 0%;
}

.tab-button::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 15px;
    background-color: transparent;
    left: 0;
    top: 100%;
}

.tab-button:hover,
.selected-tab {
    background-color: #F0F0F2;
}

.selected-tab {
    color: #1C1C30;
}

.card-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0px;
}

.card-body {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease, opacity 0.5s ease-in-out;
    background-color: inherit;
}

.card-body-open {
    min-height: 190px;
    height: max-content;
}

.card-body-traceability.card-body-open {
    height: max-content;
}

.disappear {
    opacity: 0;
}

.arrows {
    cursor: pointer;
    width: 32px;
    height: 32px;
}

.arrows img {
    width: 100%;
}

.icon-left img {
    transform: rotate(-180deg);
}

.w-100 {
    width: 100%;
}

.progress-double {
    background: #FFFFFF;
    height: 10px;
    width: 100%;
}

.progress-double-bar {
    height: 10px;
}

.rounded-left-10 {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.rounded-right-10 {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.dark-100 {
    color: #1C1C30;
}

.dark-60 {
    color: #706F7A;
}

.blue-metal {
    color: #C6C7C8;
}

.product-traceability-container {
    gap: 8px;
    border-left-style: dotted;
    border-left-width: 2px;
    margin-left: 5px !important;
    background-color: inherit;
}

/* .product-traceability-container::before {
    content: ' ';
    width: 10px;
    height: 10px;
    background-color: inherit;
    top: 0px;
    left: -5px;
    position: absolute;
    z-index: -1;
}

.product-traceability-container::after {
    content: ' ';
    width: 10px;
    height: 33px;
    background-color: inherit;
    bottom: 0px;
    left: -5px;
    position: absolute;
    z-index: -1;
} */

.product-traceability-container .item-container {
    width: 8px;
    height: 8px;
    background: #1C1C30;
    border-radius: 50%;
    left: -10px;
    top: 6px;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.my-2 {
    margin: 0.5rem 0 0.5rem 0;
}

.mx-2 {
    margin: 0 0.5rem 0 0.5rem;
}

.px-2 {
    padding: 0 0.5rem 0 0.5rem;
}

.product-traceability-information {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: relative;
}

.product-traceability-information:hover .tooltiptext {
    visibility: visible;
}

.product-traceability-information>img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.product-traceability-information .tooltiptext {
    z-index: 2;
    position: fixed;
    border-radius: 10px !important;
    box-shadow: 0px 6px 6px rgba(214, 211, 211, 0.4);
    color: #75747F !important;
    font-size: 10px;
    min-height: 24px;
    padding: 6px 6px;
    text-align: left;
    visibility: hidden;
}

.product-traceability-information .tooltiptext>span {
    line-height: normal;
}

.product-traceability-information:hover .tooltiptext {
    visibility: visible;
    background-color: #F6F6F7 !important;
    border-radius: 8px !important;
    box-shadow: 0px 6px 6px rgba(214, 211, 211, 0.4) !important;
    color: #75747F !important;
    font-size: 12px !important;
}

.footer__indicators {
    background: #fff;
    border-radius: 30px;
    padding: 4px;
}

.disclaimer {
    text-decoration: underline;
    width: 90%;
    word-wrap: break-word;
}

/* form styles */
#response-widget,
div[aria-role="form"] {
    width: 50%;
    margin: auto;
    padding: 20px 0px;
}

div[aria-role="form"] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

div[aria-role="form"]>div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

div[aria-role="form"]>div>label {
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
}

div[aria-role="form"]>div>input,
div[aria-role="form"]>div>select {
    border: 1px solid #EAE5DC;
    border-radius: 8px;
    height: 40px;
    padding: 0 10px;
}

div[aria-role="form"]>div:nth-child(1),
div[aria-role="form"]>div:nth-child(2),
div[aria-role="form"]>div:nth-child(3) {
    width: 32%;
}

div[aria-role="form"]>div:nth-child(4) {
    width: 70%;
}

div[aria-role="form"]>div:nth-child(5) {
    width: 28%;
}


div[aria-role="form"]>button {
    width: 100%;
    cursor: pointer;
    padding: 5px 10px;
}

#environment[data-display="uncollapsed"]>div:first-child .product-traceability-information {
    display: none;
}

#environment[data-display="collapsed"]>div:first-child .product-traceability-information {
    display: block;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}