.container {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.tile {
    background-color: var(--additional-white);
    border-radius: 29px;
    box-shadow: var(--shadow-big);
}

.tile-2 {
    background-color: var(--additional-white);
    border-radius: 6px;
    box-shadow: 0px 0px 13px rgba(64, 128, 211, 0.341);
}

.tile-3 {
    flex: 1;
    border-radius: 34px;
    background: var(--additional-white, #FFF);
    box-shadow: 0px 4px 8px 0px rgba(61, 155, 255, 0.34);
}

.tile-3 a {
    font-family: var(--fooftnote-regular-12-font-family);
    color: #003478;
    text-align: center;
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-weight: var(--fooftnote-regular-12-font-weight);
    font-size: var(--fooftnote-regular-12-font-size);
    letter-spacing: var(--fooftnote-regular-12-letter-spacing);
    line-height: var(--fooftnote-regular-12-line-height);
    white-space: nowrap;
    font-style: var(--fooftnote-regular-12-font-style);
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tile-3 .header {
    display: flex;
    justify-content: space-between;
    gap: 21px;
}

.tile-3 .header .badgeWrapper {
    display: flex;
    align-items: center;
    justify-content: end;
}

.tile-3 .variantHeader {
    flex: 1;
}

.tile-3 h5 {
    font-family: var(--fooftnote-semibold-12-font-family);
    font-weight: var(--fooftnote-semibold-12-font-weight);
    color: var(--additional-blue);
    font-size: var(--fooftnote-semibold-12-font-size);
    letter-spacing: var(--fooftnote-semibold-12-letter-spacing);
    line-height: var(--fooftnote-semibold-12-line-height);
    white-space: nowrap;
    font-style: var(--fooftnote-semibold-12-font-style);
}

.tile-3 h4 {
    font-family: var(--body-a-regular-14-font-family);
    font-weight: var(--body-a-regular-14-font-weight);
    color: var(--main-black);
    font-size: var(--body-a-regular-14-font-size);
    letter-spacing: var(--body-a-regular-14-letter-spacing);
    line-height: var(--body-a-regular-14-line-height);
    font-style: var(--body-a-regular-14-font-style);
}

.tile-3 .tileBody {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tile-3 .infoRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tile-3 .infoRow .label {
    font-family: var(--fooftnote-regular-12-font-family);
    font-weight: var(--fooftnote-regular-12-font-weight);
    color: var(--main-black);
    font-size: var(--fooftnote-regular-12-font-size);
    letter-spacing: var(--fooftnote-regular-12-letter-spacing);
    line-height: var(--fooftnote-regular-12-line-height);
    font-style: var(--fooftnote-regular-12-font-style);
}

.tile-3 .infoRow .value {
    display: flex;
    gap: 4px;
    align-items: center;
    font-family: var(--fooftnote-semibold-12-font-family);
    font-weight: var(--fooftnote-semibold-12-font-weight);
    color: var(--main-black);
    font-size: var(--fooftnote-semibold-12-font-size);
    letter-spacing: var(--fooftnote-semibold-12-letter-spacing);
    line-height: var(--fooftnote-semibold-12-line-height);
    white-space: nowrap;
    font-style: var(--fooftnote-semibold-12-font-style);
}

.tile-3 .tileFooter {
    padding-top: 21px;
    display: flex;
    justify-content: end;
}

.tile-3 .innerWrapper {
    padding: 13px 21px 34px 21px;
}

.fileTile {
    padding: 13px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: var(--shadow);
    display: flex;
    align-items: start;
    gap: 13px;
}

.fileTile .tileBody {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fileTile span {
    font-family: var(--fooftnote-regular-12-font-family);
    font-weight: var(--fooftnote-regular-12-font-weight);
    color: var(--main-black);
    font-size: var(--fooftnote-regular-12-font-size);
    letter-spacing: var(--fooftnote-regular-12-letter-spacing);
    line-height: var(--fooftnote-regular-12-line-height);
    font-style: var(--fooftnote-regular-12-font-style);
}

.fileTile p {
    font-family: var(--body-a-selibold-14-font-family);
    font-weight: var(--body-a-selibold-14-font-weight);
    color: var(--main-black);
    font-size: var(--body-a-selibold-14-font-size);
    letter-spacing: var(--body-a-selibold-14-letter-spacing);
    line-height: var(--body-a-selibold-14-line-height);
    font-style: var(--body-a-selibold-14-font-style);
}

.fileTile a {
    font-family: var(--fooftnote-regular-12-font-family);
    color: #003478;
    font-size: var(--fooftnote-regular-12-font-size);
    width: fit-content;
    font-weight: var(--fooftnote-regular-12-font-weight);
    letter-spacing: var(--fooftnote-regular-12-letter-spacing);
    line-height: var(--fooftnote-regular-12-line-height);
    font-style: var(--fooftnote-regular-12-font-style);
}

.fileTile .tileFooter {
    display: flex;
}

.productTile .tile-3 .innerWrapper {
    padding: 13px;
}

.productTile .header {
    padding: 0 8px;
}

.productTile p {
    padding: 0 8px 21px 8px;
}

.productTile h5 {
    font-family: var(--h5-semibold-16-font-family);
    font-weight: var(--h5-semibold-16-font-weight);
    color: var(--additional-blue);
    font-size: var(--h5-semibold-16-font-size);
    letter-spacing: var(--h5-semibold-16-letter-spacing);
    line-height: var(--h5-semibold-16-line-height);
    font-style: var(--h5-semibold-16-font-style);
}

.productTile p {
    font-family: var(--body-a-regular-14-font-family);
    font-weight: var(--body-a-regular-14-font-weight);
    color: var(--main-black);
    font-size: var(--body-a-regular-14-font-size);
    letter-spacing: var(--body-a-regular-14-letter-spacing);
    line-height: var(--body-a-regular-14-line-height);
    font-style: var(--body-a-regular-14-font-style);
}

.form {
    text-align: left;
}

.formGroup {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.additionalLogo {
    display: flex;
    align-items: start;
    gap: 8px;
}

.additionalLogo span {
    font-family: var(--body-a-regular-14-font-family);
    font-weight: var(--body-a-regular-14-font-weight);
    color: #000000;
    font-size: var(--body-a-regular-14-font-size);
    letter-spacing: var(--body-a-regular-14-letter-spacing);
    line-height: var(--body-a-regular-14-line-height);
    font-style: var(--body-a-regular-14-font-style);
}

.ellipse {
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.ellipse.green {
    background-color: var(--variable-collection-additional-green);
}

.ellipse.red {
    background-color: var(--variable-collection-additional-red);
}

.ellipse.blue {
    background-color: var(--additional-blue);
}

.blueText {
    color: var(--additional-blue)
}

.badge {
    width: fit-content;
    display: flex;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 12px;
}

.badge.red {
    background-color: var(--dust-red-6);
    color: var(--additional-white);
}

.squareBadge {
    padding: 2px 8px;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    width: fit-content;
    color: #ffffff;
    font-family: var(--fooftnote-regular-12-font-family);
    font-weight: var(--fooftnote-regular-12-font-weight);
    font-size: var(--fooftnote-regular-12-font-size);
    text-align: center;
    letter-spacing: var(--fooftnote-regular-12-letter-spacing);
    line-height: var(--fooftnote-regular-12-line-height);
    white-space: nowrap;
    font-style: var(--fooftnote-regular-12-font-style);
}

.squareBadge.green {
    background-color: var(--variable-collection-additional-green);
}

.squareBadge.red {
    background-color: var(--variable-collection-additional-red);
}

.squareBadge.blue {
    background-color: var(--additional-blue);
}

.alert {
    background-color: #f05b47;
    border-radius: 34px;
    box-shadow: 0px 4px 8px #3d9bff57;
    padding: 13px 34px;
    font-family: var(--body-a-bold-14-font-family);
    font-weight: var(--body-a-bold-14-font-weight);
    color: #ffffff;
    font-size: var(--body-a-bold-14-font-size);
    letter-spacing: var(--body-a-bold-14-letter-spacing);
    line-height: var(--body-a-bold-14-line-height);
    font-style: var(--body-a-bold-14-font-style);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.alert .message {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.alert .control {
    display: flex;
    justify-content: end;
}

.alert p {
    font-family: var(--body-a-bold-14-font-family);
    font-weight: var(--body-a-bold-14-font-weight);
    color: #ffffff;
    font-size: var(--body-a-bold-14-font-size);
    letter-spacing: var(--body-a-bold-14-letter-spacing);
    line-height: var(--body-a-bold-14-line-height);
    font-style: var(--body-a-bold-14-font-style);
}

.alert a {
    padding: 6px 13px;
    background-color: var(--variable-collection-additional-red);
    border-radius: 6px;
    font-family: var(--fooftnote-semibold-12-font-family);
    color: #ffffff;
    font-weight: var(--fooftnote-semibold-12-font-weight);
    font-size: var(--fooftnote-semibold-12-font-size);
    letter-spacing: var(--fooftnote-semibold-12-letter-spacing);
    line-height: var(--fooftnote-semibold-12-line-height);
    white-space: nowrap;
    font-style: var(--fooftnote-semibold-12-font-style);
    display: flex;
    align-items: center;
    gap: 8px;
}

.pibHeader {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pibHeader img {
    width: 23px;
}

.bigButton {
    border-radius: 34px;
    background: #F9F9F9;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
    transition: all 0.2s;
}

.bigButton:hover {
    background: rgb(239, 239, 239);
}

.bigButton span {
    font-family: var(--h5-semibold-16-font-family);
    font-weight: var(--h5-semibold-16-font-weight);
    color: var(--additional-blue);
    font-size: var(--h5-semibold-16-font-size);
    text-align: center;
    letter-spacing: var(--h5-semibold-16-letter-spacing);
    line-height: var(--h5-semibold-16-line-height);
    font-style: var(--h5-semibold-16-font-style);
}

.paper {
    padding: 21px;
    position: relative;
    background-color: var(--variable-collection-aditional-grey);
    border-radius: 6px;
}

.paper .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.paper .header h5 {
    margin: 0;
    font-family: var(--h5-semibold-16-font-family);
    color: var(--additional-blue);
    font-size: var(--h5-semibold-16-font-size);
    white-space: nowrap;
    position: relative;
    width: fit-content;
    font-weight: var(--h5-semibold-16-font-weight);
    letter-spacing: var(--h5-semibold-16-letter-spacing);
    line-height: var(--h5-semibold-16-line-height);
    font-style: var(--h5-semibold-16-font-style);
}

.paper .header a {
    line-height: 0;
}

.paper .body {
    margin-top: 34px;
    margin-bottom: 34px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.paper .body .label {
    font-family: var(--fooftnote-semibold-12-font-family);
    font-weight: var(--fooftnote-semibold-12-font-weight);
    color: var(--main-black);
    font-size: var(--fooftnote-semibold-12-font-size);
    letter-spacing: var(--fooftnote-semibold-12-letter-spacing);
    line-height: var(--fooftnote-semibold-12-line-height);
    white-space: nowrap;
    font-style: var(--fooftnote-semibold-12-font-style);
}

.paper .body .value {
    padding: 3px 12px;
    font-family: var(--body-a-regular-14-font-family);
    font-weight: var(--body-a-regular-14-font-weight);
    color: #000000;
    font-size: var(--body-a-regular-14-font-size);
    letter-spacing: var(--body-a-regular-14-letter-spacing);
    line-height: var(--body-a-regular-14-line-height);
    font-style: var(--body-a-regular-14-font-style);
}

.tabs .paper {
    padding: 0 21px;
    display: flex;
    gap: 21px;
}

.tab {
    cursor: pointer;
    color: var(--main-black);
    padding: 16px 0;
    font-size: var(--body-a-selibold-14-font-size);
    position: relative;
    font-family: var(--body-a-selibold-14-font-family);
    font-weight: var(--body-a-selibold-14-font-weight);
    letter-spacing: var(--body-a-selibold-14-letter-spacing);
    line-height: var(--body-a-selibold-14-line-height);
    font-style: var(--body-a-selibold-14-font-style);
}

.tab.active {
    color: var(--additional-blue);
    border-bottom: solid 2px var(--additional-blue);
}

#modalPortal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0, 0, 0, 0.5);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

#modalWrapper {
    border-radius: 20px;
    background: var(--additional-white);
    box-shadow: 0px 2px 8px 0px rgba(61, 155, 255, 0.34);
    width: 80%;
    max-width: 620px;
    height: fit-content;
    padding: 24px 24px 34px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.modalHeader .header {
    display: flex;
    gap: 14px;
    align-items: center;
    display: none;
}

.header h3 {
    font-family: var(--h4-bold-24-font-family);
    font-weight: var(--h4-bold-24-font-weight);
    font-size: var(--h4-bold-24-font-size);
    letter-spacing: var(--h4-bold-24-letter-spacing);
    line-height: var(--h4-bold-24-line-height);
    font-style: var(--h4-bold-24-font-style);
}

.modalHeader .header.warningHeader {
    color: var(--variable-collection-additional-yellow);
}

.modalHeader .header.errorHeader {
    color: var(--variable-collection-additional-red);
}

.modalHeader .header.successHeader {
    color: var(--variable-collection-additional-green);
}

.modalBody p {
    font-family: var(--body-a-regular-14-font-family);
    font-weight: var(--body-a-regular-14-font-weight);
    color: var(--main-black);
    font-size: var(--body-a-regular-14-font-size);
    letter-spacing: var(--body-a-regular-14-letter-spacing);
    line-height: var(--body-a-regular-14-line-height);
    font-style: var(--body-a-regular-14-font-style);
}

.modalFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.modalFooter a {
    font-size: var(--body-a-regular-16-font-size);
    padding: 0px 12px;
}

.textBlob {
    display: flex;
    flex-direction: column;
    gap: 13px;
}


/* Switch button */
.switchWrapper {
    padding: 4px;
}

.switch {
    display: inline-block;
    height: 22px;
    position: relative;
    width: 44px;
}

.switch input {
    display: none;
}

.switch .slider {
    background-color: var(--main-background);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.switch .slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    left: 3px;
    position: absolute;
    transition: .4s;
    height: 18px;
    width: 18px;
    box-shadow: 0px 2px 4px 0px rgba(0, 35, 11, 0.20);
}

input:disabled+.slider:before {
    opacity: 0.3;
}

input:disabled+.slider {
    opacity: 0.8;
}

input:checked+.slider {
    background-color: var(--additional-blue);
}

input:checked+.slider:before {
    transform: translateX(20px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.row {
    display: flex;
    gap: 13px;
    align-items: center;
}

.row.p {
    padding: 8px;
}

.row .cell.right {
    text-align: right;
}

.row .cell.minWidth {
    min-width: 160px;
}

.sectionWrapper {
    display: flex;
    flex-direction: row;
    gap: 34px;
}


@media only screen and (max-width: 992px) {
    .alert .control {
        width: 100%;
    }

    .alert {
        flex-direction: column;
    }

    .sectionWrapper {
        flex-direction: column;
        gap: 0px;
    }
}