@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    background-color: #FFD40017;
}

.backgroundtypes {
    background-color: black;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: black;
}

.rz-button {
    text-transform: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.headerDesign table thead th {
    background-color: #c6c6c6;
}

.headerText {
    font-weight: bold !important;
    text-align: center !important;
    color: black !important;
    padding: 0 !important;
}

.pointer {
    cursor: pointer !important;
}

.range-slider, .rz-slider, .rz-range {
    overflow: visible !important;
    position: relative;
}

.rz-tooltip-content {
    background-color: #c6c6c6 !important;
    color: black !important;
}

.rz-pager-page.rz-state-active {
    background-color: #c6c6c6 !important;
    color: black !important;
}

.rz-sortable-column .rzi-sort {
    color: black !important;
}

.normalText {
    font-size: 15px !important;
    margin: 0 !important;
    color: black !important;
    text-transform: none !important;
}

.normalTextWTColor {
    font-size: 15px !important;
    margin: 0 !important;
    text-transform: none !important;
    padding: 10px 20px !important;
}

.lineBreak {
    white-space: normal !important;
    word-break: break-word !important;
    font-size: 14px !important;
    color: black !important;
    margin: 0 !important;
}

.spaceBreak {
    white-space: break-spaces !important;
}

.progressBar {
    width: 77% !important;
    height: 35px !important;
    border-radius: 10px !important;
    margin: 0 auto;
}

    .progressBar .rz-progressbar-value {
        border-radius: 10px !important;
    }

.bgColorandPosition {
    background-color: #ECEFF1;
    color: black !important;
    text-align: center !important;
    justify-content: center !important;
    display: block !important;
    padding: 20px;
    border-bottom: solid 1px #c2c2c2;
    color: black !important;
}

.footerDesign {
    background-color: #ECEFF1;
    color: black !important;
    text-align: end !important;
    justify-content: end !important;
    display: block !important;
    padding: 10px;
    color: black !important;
}

.resizeIcon {
    width: 70px;
}

.noBorder li,
.noBorder button, {
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.higherText {
    font-size: 16px !important;
    margin: 0 !important;
    color: black !important;
}

.timeLineMod .rz-timeline-point {
    height: 30px;
    width: 30px;
}

.buttonDisabled {
    background-color: #4CAF50;
}

.textBoxMod {
    border-color: #bcbcbc !important;
    color: black !important;
    width: 30% !important;
}

.textMod {
    width: 40% !important;
}

.organize .rz-g {
    flex: none !important;
}

.littleSpaceBtn {
    margin-bottom: 18px !important;
    width: 100% !important;
    text-align: start !important;
}

.buttonFormatedWColor {
    text-transform: none !important;
    width: 100% !important;
    max-width: 150px;
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 15px !important;
    background-color: #FFD400 !important;
}

.buttonFormatedWTColor {
    text-transform: none !important;
    width: 100% !important;
    max-width: 150px;
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 15px !important;
    background-color: yellow;
}

.productCard {
    max-width: 340px !important;
    margin: 15px;
    height: 500px;
    align-content: center !important;
}

.wordButton:hover {
    background-color: #ffcb00;
    -webkit-box-shadow: 0 4px 4px -2px #989898;
    text-decoration: none !important;
    border-radius: 5px;
    transition: all 0.4s ease;
}

.columnMod .rz-g {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    margin: 0 auto;
    width: 80%;
}

.rz-dialog-title {
    text-align: center !important;
}

.rz-dialog-content {
    text-align: center !important;
}

.rz-g{
    justify-content: center !important;
}

.bannerFormat {
    -webkit-box-shadow: 0 4px 4px -2px #989898 !important;
    max-height: 550px;
    width: 75%;
    border-radius: 15px;
}

.moneyLetterCard {    
    color: green !important;
    font-weight: Bold !important;
}

.moneyLetterCardMod {
    color: #00430b !important;
    font-weight: Bold !important;
}

.promoLetterCard {
    color: #b30c0c !important;
    font-weight: Bold !important;
}

.centralizeFontCard {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.radioButtonList {
    width: fit-content;
    background-color: #f8f9fa;
    font-size: 15px;
    padding: 15px;
}

.radioButtonColor .rz-radiobutton-box.rz-state-active::after {
    background-color: yellow
}

.changeRzPrimaryColor .--rz-primary:root {
    color: orange !important;
}

.errorLetter {
    color: red !important;
    font-size: 13px !important;
}

.turnVisible {
    display: none !important;
}

.sideBar {
    top: 90.1px !important;
    bottom: 0 !important;
    display: grid !important;
    justify-content: start !important;
    align-content: start !important;
    align-items: start !important;
    justify-items: start !important;
    background: #ffd400 !important;
}

.aroundButton {
    margin: 8px 50px !important;
    width: auto !important;
    border-radius: 5px !important;
    padding: 10px 10px !important
}

.imgSizeAlone {
    max-height: 200px !important;
    max-width: 300px !important;
}

.imgSizeGroup {
    max-height: 180px !important;
    max-width: 180px !important;
    width: -webkit-fill-available !important;
}

:root {
    --rz-primary: orange !important;
}

.rz-menu:not(.rz-profile-menu) {
    background-color: #FFD400 !important;
}

    .rz-menu:not(.rz-profile-menu) .rz-navigation-item-link {
        color: black !important;
    }

.description {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    color: gray
}

.infoSize {
    padding: 1rem !important;
}

.mr-auto {
    margin-right: auto !important;
}

.invertColumn .rz-flex-column{
    flex-direction: column-reverse !important;
}

.lg-d-Contents {
    display: contents;
}

.lg-75-sm-100 {    
    width: 75% !important;
}

.yellow-button {
    background-color: #fcd504 !important;
    border-radius: 5px !important;
    padding: 10px 10px !important;
    color: black !important;
    width: 50% !important;
}

.rz-steps .rz-state-highlight .rz-steps-number{
    background: orange !important;
}

.stepsDimension {
    font-size: clamp(8px, 1vw + 0.5rem, 17px) !important;
}
.rz-steps .rz-state-highlight .rz-steps-title{
    color: orange !important;
}

.listWTBorder .rz-datalist-data > li {
    border: none !important;
    padding: 0 !important;
}

button:focus:not(:focus-visible) {
    background-color: #cdcdcd !important;
}

.buttonPrevNext .rz-steps-next:not(.rz-state-disabled):hover, .rz-steps-prev:not(.rz-state-disabled):hover {
    color: orange !important;
}

.buttonCart > span {
    display: flex !important;
}

.resizeComponent {
    max-width: 60% !important;
    margin: auto !important
}

.resizeImage {
    width: 30%;
    margin: 3%
}

.ImagemCarrinho {
    margin: auto;
}

@media screen and (max-width: 900px) {

    .ImagemCarrinho{
        margin: unset;
    }

    .stepsDimension ul, span {
        display: block !important;
        align-content: center !important;
        margin-bottom: 5px;
    }

    .resizeImage {
        width: 70%;
        margin: 3%
    }

    .resizeComponent {
        max-width: 80% !important;
        margin: auto !important 
    }

    .rz-steps .rz-steps-item:not(:last-child):after {
        background-color: white !important;    
    }
        .lg-75-sm-100 {
        width: 100% !important
    }

    .yellow-button {
        background-color: #fcd504 !important;
        border-radius: 5px !important;
        padding: 10px 10px !important;
        color: black !important;
        width: 100% !important;
    }

    .lg-d-Contents {
    }

    .rz-row {
        text-align: center;
    }

    .rz-row > [class^=rz-col] {
        padding: 0 !important;
    }

    .rz-radiobutton-label{
        font-size: 14px !important;
    } 

    .rz-col-9 {
        max-width: calc(7 * (100% - 11 * var(--rz-gap)) / 12 + 6 * var(--rz-gap)) !important;
        flex-basis: calc(7 * (100% - 11 * var(--rz-gap)) / 12 + 6 * var(--rz-gap)) !important;
    }

    .rz-col-3 {
        max-width: calc(5 * (100% - 11 * var(--rz-gap)) / 12 + 4 * var(--rz-gap)) !important;
        flex-basis: calc(5 * (100% - 11 * var(--rz-gap)) / 12 + 4 * var(--rz-gap)) !important;
    }

    .resizeLayout {
        margin-left: 0 !important;
        width: 100% !important;
        display: flex !important;
        left: 0 !important;
        text-align: start !important;
    }

    .rz-menu-toggle-item {
        align-items: end !important;
        height: auto !important;
    }

    .rz-menu-open .wordButton {
        animation: fadeIn 1.5s;
    }

    .resizeLayout .rz-menu-open {
        box-sizing: border-box !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
        color: black !important;
        align-items: center !important;
        width: 100% !important;
        transition: all 0.4s ease;
        margin-bottom: 4% !important;
        left: 0;
        z-index: 1;
        animation: showMenu 0.7s;
    }
    /*
    .resizeLayout .rz-menu-closed {
        animation: closeMenu 1.5s;
    }
*/
    /*    .rz-menu-closed .wordButton {
        animation: fadeOut 0.7s;
    }*/

    @keyframes showMenu {
        from {
            transform: translateY(-100%);
        }

        to {
            transform: translateY(0);
        }
    }

    /*    @keyframes closeMenu {
        from {
            transform: translateY(0);
        }

        to {
            transform: translateY(-100%);
        }
    }*/

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }
    /*
    @keyframes fadeOut {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }
*/
    .rz-card {
        /*max-width: 250px;*/
        max-height: 300px;
        font-size: 14px !important;
    }

    .imgSizeGroup {
        max-height: 100px !important;
        max-width: 200px !important;
        object-fit: contain;
    }

    .rz-text-body1 {
        width: 90%;
        overflow-wrap: break-word;
    }

    .centralizeFontCard {
        font-size: 14px !important;
    }

    .description {
        font-size: 12px !important;
    }

    .infoSize {
        padding: 0 !important;
    }

    .aroundButton {
        width: 50% !important;
        padding: 0 !important;
        margin: 5px auto !important;
        font-size: 12px !important;
    }

    .rz-menu-open {
        display: flex !important;
        position: absolute;
        flex-direction: column;
    }

    .productCard {
        padding: 0 !important;
        width: 100% !important;
        text-align: -webkit-center;
    }

    .hideText {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    .turnInvisible {
        display: none !important;
    }

    .turnVisible {
        display: block !important;
    }

    .transiction .rz-pl-10 {
        padding-left: 0 !important;
    }

    .transiction .rz-pr-10 {
        padding-right: 0 !important;
    }

    .changeDisplay {
        display: block !important;
    }

    .rz-menu-closed .turnVisible {
        display: none !important;
    }

    .mr-auto {
        margin-right: 0 !important;
    }

    .resizeLogin {
        max-height: none !important;
    }

    .resizeLogin .rz-text-body1,
    .resizeLogin .wordButton {
        font-size: 14px !important;
    }

    .resizeRegistry {
        max-height: none !important;
    }

    .resizeRegistry .rz-text-body1 {
        font-size: 13px !important;
        margin: 0 auto;
    }

    .remakeButton {
        width: 35%;
        height: 10px;
        text-transform: none !important;
    }

    .resizeColTo6 {
        max-width: calc(6 * (100% - 11 * var(--rz-gap)) / 12 + 5 * var(--rz-gap)) !important;
        flex-basis: calc(6 * (100% - 11 * var(--rz-gap)) / 12 + 5 * var(--rz-gap)) !important;
    }

    .resizeColTo12 {
        max-width: calc(12 * (100% - 11 * var(--rz-gap)) / 12 + 11 * var(--rz-gap)) !important;
        flex-basis: calc(12 * (100% - 11 * var(--rz-gap)) / 12 + 11 * var(--rz-gap)) !important;
    }

    .resizeTextBox {
        max-height: 35px !important;
        font-size: 14px !important;
    }

    .moveCheckBox {
        display: flex;
        margin-bottom: 12px;
        justify-content: center;
    }
}
