@import url('https://fonts.cdnfonts.com/css/sst');

.text-input {
    background-color: white;
    border-radius: 10px;
    width: 202px;
    height: 41px;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    padding: 0;
}


.card-container {
    background-color: #E5E6E8;
    border-radius: 20px;
    width: 326px;
    height: 490px

}

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


@media (max-width: 1040px) {
    .responsive-container {
        width: 386px;
        display:flex;
        flex-direction: column;
        align-items: center;
    }
    .card-aligner {
        width: fit-content;
        display:flex;
        flex-direction: column;
    }
    .card-container {
        margin-bottom: 60px;
    }
}

@media (min-width: 1041px) {
    .responsive-container {
        width: 1140px
    }
}



.text-input-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}

.slider-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}

md-slider {
    --md-slider-active-track-height: 8px;
    --md-slider-inactive-track-height: 8px;
    --md-slider-inactive-track-color: #979797;
    --md-slider-handle-width: 25px;
    --md-slider-handle-height: 25px;
}

md-outlined-text-field[type="text"] {
    width: 202px;
    background-color: white;
    text-align: center;
    border: none;
    border-radius: 10px;
    padding: 0;
}

md-outlined-text-field {
    --md-outlined-text-field-container-shape: 10px;
    --md-outlined-text-field-input-text-line-height: 32px;
    --md-outlined-text-field-input-text-size: 24px;
    --md-outlined-text-field-input-text-weight: 300;

    --md-outlined-text-field-hover-outline-width: 0;
    --md-outlined-text-field-outline-width: 0;
    --md-outlined-text-field-top-space: 4px;
    --md-outlined-text-field-bottom-space: 4px;

}


.save-text-container {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.save-text {
    font-size: 32px;
    line-height: 42px;
    font-weight: 300;
    color: black;
    font-family: 'SST', system-ui, sans-serif;
}

:root {

    font-family: 'SST', system-ui, sans-serif;
    --md-sys-color-primary: #4B6E99;
    --my-brand-font: 'SST';
    --my-headline-font: 'SST';
    --my-title-font: 'SST';
    --my-plain-font: 'SST';

    --md-sys-color-secondary-container: #4B6E99; //#E5E6E8 // #cbd3e1
    --md-sys-color-on-secondary-container: #2e3f55;

    --md-ref-typeface-brand: var(--my-brand-font);
    --md-ref-typeface-plain: var(--my-plain-font);

    --md-sys-typescale-headline-font: var(--my-headline-font);
    --md-sys-typescale-title-font: var(--my-title-font);

    --md-circular-progress-active-indicator-width: 16;

    --md-filled-tonal-button-container-shape: 15px;
    --md-filled-tonal-button-label-text-size: 26px;
    --md-filled-tonal-button-label-text-color: white;
    --md-filled-tonal-button-label-text-line-height: 36px;
    --md-filled-tonal-button-label-text-weight: 900;
    --md-filled-tonal-button-container-elevation: 1;
}


.input-wrapper {
    padding: 0;
}

.roi-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 80px;
}

#roi-loading {
    --md-circular-progress-size: 68px;
    --md-circular-progress-active-indicator-width: 12;
}

.roi-text {
    font-size: 32px;
    font-weight: 300;
    line-height: 41.82px;
    text-align: center;
    max-width: 832px;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-family: 'SST', system-ui, sans-serif;
}

.card-name {
    text-align: center;
    margin-top:20px;
    font-size: 32px;
    font-weight: 300;
    color:black;
    font-family: 'SST', system-ui, sans-serif;
}
