.registrationWrapp{
    width: 100%;
    min-height: 579px;
    display: flex;
    align-items: center;

    flex-direction: column;
}

.registrationWrapp > form {
    display: flex;
    align-items: center;

    flex-direction: column;
}

.registrationWrapp h1{
    font-size: 32px;
    font-style: normal;
    line-height: 120%;
    margin-top: 50px;
}

.registrationWrapp section{
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.registrationWrapp article{
    background-color: #F5F5F5;
    padding: 20px 24px 24px 24px;
    border-radius: 12px;
    margin-top: 32px;
    width: 100%;
}

.registrationWrapp section.firstStage{
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.registrationWrapp section.firstStage .primary-btn{
    padding: 15px 24px;
    text-align: center;
    justify-content: center;
}

.registrationWrapp section.firstStage article{
    width: 352px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.registrationWrapp section.firstStage article input::-webkit-outer-spin-button,
.registrationWrapp section.firstStage article input::-webkit-inner-spin-button,
.registrationWrapp section.secondStage article input::-webkit-outer-spin-button,
.registrationWrapp section.secondStage article input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.registrationWrapp section.firstStage article input[type='number'],
.registrationWrapp section.secondStage article input[type='number'] {
    -moz-appearance: textfield;
}

.registrationWrapp section.firstStage article .primary-btn{
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.registrationWrapp section.firstStage .terciary-btn{
    text-align: center;
    cursor: pointer;
    width: fit-content;
    margin: 0 auto;
    display: block;
}


.registrationWrapp section.secondStage{
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center;

}

.registrationWrapp section.secondStage.isHidden {
    display: none;
}

.registrationWrapp section.secondStage h2{
    margin-bottom: 10px;
}

.registrationWrapp section.secondStage article{
    width: 493px;
    padding: 16px 24px 30px 24px;
}

.registrationWrapp section.secondStage article .forms{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.registrationWrapp section.secondStage article .forms .adressInput{
    display: flex;
    gap: 15px;
    align-items: center;
}

.registrationWrapp section.secondStage .statusWrapp{
    height: 100%;
/*     min-height: 890px; */
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.registrationWrapp section.secondStage .statusWrapp .primary-btn{
    align-self: flex-end;
}

.registrationWrapp section.secondStage .benefits{
    background-color: var(--color-green-100);
    width: 100%;
    padding: 16px 24px;
    border-radius: 12px;
    gap: 10px;
    display: flex;
    flex-direction: column;

}

.registrationWrapp section.secondStage .benefits h2{
    font-size: 16pt;
    margin-bottom: 2px;
}

.registrationWrapp section.secondStage .benefits .benefit{
    display: flex;
    gap: 6px;
}

.registrationWrapp section.secondStage .benefits .benefit svg{
    min-width: 16px;
    min-height: 16px;
    margin-top: 1px;
}


.registrationWrapp section.secondStage .line{
    height: 1px;
    background-color: var(--border-primary);
    width: 100%;
}

.registrationWrapp section.secondStage .forms .line{
    margin-top: 12px;
    margin-bottom: 6px;
}


.registrationWrapp section.secondStage .statusWrapp .statusBox{
    width: 100%;
    background-color: var(--surface-smoke);
    padding: 12px 24px;
    border-radius: 12px;
    margin-bottom: 20px;
    margin-top: 32px;
}

.registrationWrapp section.secondStage .statusWrapp .statusBox .line{
    max-width: 50%;
    margin: 0 auto;
    position: relative;
    top: 22px;
    height: 2px;
    z-index: 5;
}

.registrationWrapp section.secondStage .statusWrapp .statusBox .statusList{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    gap: 15px;
    z-index: 10;
}

.registrationWrapp section.secondStage .statusWrapp .statusBox .statusList .status{
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.registrationWrapp section.secondStage .statusWrapp .statusBox .statusList .status p{
    height: 42px;
    width: 42px;
    padding: 8px;
    text-align: center;
    font-size: 18px;
    border-radius: 999px;
    background-color: #FFF;
    border: 2px solid var(--border-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.registrationWrapp section.secondStage .statusWrapp .statusBox .statusList .status.active p{
    border: 2px solid var(--primary-color);
}

.registrationWrapp section.secondStage .statusWrapp .statusBox .statusList .status h4{
    text-align: center;
    line-height: 140%;
    font-family: 'VolteRegular', sans-serif;
}

.registrationWrapp section.secondStage .statusWrapp .statusBox .statusList h4:first-child{
    text-decoration: underline;
}

.registrationWrapp section.secondStage .statusWrapp .statusBox .statusList .status.active h4,
.registrationWrapp section.secondStage .statusWrapp .statusBox .statusList .status.active p{
    font-family: 'VolteSemibold', 'sans-serif';
    text-decoration: none;
}

.phoneInputWrapp .inputFull .code{
    padding-right: 5px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.phoneInputWrapp .inputFull .code.arrow svg{
    transform: rotate(-180deg);
}

.phoneInputWrapp{
    position: relative;
}


.phoneInputWrapp .codeList{
/*     top: 70px; */
    bottom: -310px;
    position: absolute;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    background-color: #FFF;
    border: 1px solid var(--border-primary);
    border-radius: 12px;
    display: none;
    z-index: 30;
}

.phoneInputWrapp .codeList.show{
    display: block;
}

.phoneInputWrapp .codeList .phone{
    padding: 8px 12px;
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
    transition: 0.4s;
}

.phoneInputWrapp .codeList .phone:hover{
    background-color: var(--blue-200);
}

.phoneInputWrapp .codeList .flag,
.phoneInputWrapp .inputFull .code .flag{
    width: 30px;
}

.phoneInputWrapp .codeList .flag img,
.phoneInputWrapp .inputFull .code .flag img{
    width: 100%;
}

.phoneInputWrapp .inputFull .code svg{
    display: block;
}

.phoneInputWrapp .codeList::-webkit-scrollbar{
    width: 5px;
}
.phoneInputWrapp .codeList::-webkit-scrollbar-thumb{
    border-radius: 99px;
    background-color: var(--border-primary);
}

.phoneInputWrapp .codeList::-webkit-scrollbar-track{
    background: inherit;
}
.phoneInputWrapp .inputFull .inputFullWrite{
    display: flex;
    align-items: center;
    gap: 3px;
}

.phoneInputWrapp .inputFull .code{
    cursor: pointer;
}

.phoneInputWrapp .inputFull .lineCode{
    height: 100%;
    min-height: 35px;
    width: 1px;
    background-color: var(--border-primary);
}


.registrationWrapp section.secondStage article.deliveryInfo{
    padding: 0px;
}

.registrationWrapp section .primary-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 24px;
}

.registrationWrapp article.deliveryInfo .head{
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color: white;
    padding: 8px 24px;
    font-size: 16px;
    font-family: 'VolteSemibold', 'sans-serif';
    line-height: 140%;
    background-color: var(--text-primary);
}

.registrationWrapp article.deliveryInfo h2{
    padding: 16px 24px 10px 24px;
    font-size: 26px;
    font-style: normal;
    font-family: 'VolteSemibold', 'sans-serif';
    line-height: normal;
}

.registrationWrapp article.deliveryInfo h2 span{
    font-family: 'VolteRegular', sans-serif;
    color: var(--text-secondary);
    font-weight: 400;
    line-height: normal;
}

.registrationWrapp section.secondStage .mobileNext{
    display: none;
}

.registrationWrapp article.deliveryInfo .forms{
    padding: 0px 24px;
    padding-bottom: 30px;
}

.registrationWrapp section.secondStage .statusWrapp .shops h3 span{
    color: var(--text-secondary);
    font-family: 'VolteRegular', sans-serif;
    font-weight: 400;
}

.registrationWrapp section.secondStage .statusWrapp .shops .shopsList{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
    width: 100%;
}

.registrationWrapp section.secondStage .statusWrapp .shops .shopsList .shop{
    width: 100%;
    display: flex;
    min-height: 46px;
    padding: 12px 12px 12px 16px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    background-color: var(--surface-smoke);
    border: 1px solid rgba(0, 0, 0, 0);
    transition: 0.4s;
    border-radius: 12px;
    cursor: pointer;
}

.registrationWrapp section.secondStage .statusWrapp .shops .shopsList .shop h4{
    max-width: max-content;
    overflow-x: auto;
}

.registrationWrapp section.secondStage .statusWrapp .shops .shopsList .shop svg{
    min-width: 13px;
}



.registrationWrapp section.secondStage .statusWrapp .shops .shopsList .shop.selected{
    border: 1px solid var(--text-primary);
}

.registrationWrapp section.secondStage .statusWrapp .shops .shopsList .addNew{
    width: 100%;
    display: flex;
    padding: 11px;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid var(--primary-color);
    margin-bottom: 15px;
    cursor: pointer;
}

.registrationWrapp section.secondStage .statusWrapp .shops .shopsList .addNew .icon{
    background-color: var(--primary-color);
    padding: 8px;
    border-radius: 8px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.registrationWrapp section.secondStage .statusWrapp .shops .shopsList .addNewWrapp .desc{
    font-size: 12px;
    font-weight: 400;
}

.registrationWrapp section.secondStage .statusWrapp .footWrapp a {
    color: var(--text-primary);
}

.registrationWrapp section.secondStage .statusWrapp .footWrapp p.vop{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
    text-align: right;
}

.registrationWrapp section.secondStage .statusWrapp .footWrapp .actions{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.registrationWrapp section.secondStage .statusWrapp .footWrapp .actions .primary-btn svg{
    margin-top: 2px;
}

.registrationWrapp section.secondStage .statusWrapp .footWrapp p.terciary{
    color: var(--text-primary);
    text-decoration: underline;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.registrationWrapp section.secondStage .statusWrapp .footWrapp p.terciary svg{
    margin-top: 4px;
}

.registrationWrapp section.secondStage .statusWrapp.mobileVersion{
    display: none;
}

.registrationWrapp section.accountCreated .content{
    padding-top: 80px;
    min-height: 579px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}
.registrationWrapp section.accountCreated h2{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.registrationWrapp section.accountCreated p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
}

.registrationWrapp section.accountCreated p span{
    font-family: 'VolteSemibold', 'sans-serif';
}

@media screen and (max-width:950px) {
    .registrationWrapp section.secondStage {
        display: flex;
        gap: 0px;
        flex-direction: column-reverse;
        max-width: 477px;
    }

    .registrationWrapp section.secondStage .statusWrapp.mobileVersion{
        display: flex;
    }

    .registrationWrapp section.secondStage .statusWrapp .shops,
    .registrationWrapp section.secondStage .footWrapp{
        display: none;
    }

    .registrationWrapp section.secondStage .statusWrapp.mobileVersion .shops,
    .registrationWrapp section.secondStage .statusWrapp.mobileVersion .footWrapp{
        display: block;
    }

    .registrationWrapp section.secondStage .statusWrapp.mobileVersion .shops{
        margin-bottom: 32px;
        margin-top: 32px;
    }

    .registrationWrapp section.secondStage .statusWrapp.mobileVersion .shops .shopsList .addNew{
        margin-bottom: 0px;
    }

    .registrationWrapp section.secondStage .statusWrapp.mobileVersion .footWrapp .vop{
        text-align: center;
        margin-bottom: 0px;
    }

    .registrationWrapp section{
        margin-bottom: 100px;
    }

    .registrationWrapp section.secondStage .statusWrapp.mobileVersion .footWrapp .actions{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .registrationWrapp section.secondStage .statusWrapp .shops .shopsList .addNewWrapp .desc{
        display: none;
    }

    /* .registrationWrapp section.secondStage .statusWrapp */

    .registrationWrapp section.secondStage .primary-btn.mobileNext{
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        margin-top: 32px;
    }

    .registrationWrapp{
        max-width: 100vw;
    }

    .registrationWrapp section.secondStage article{
        min-width: unset;
        width: 100%;
        margin-top:0px;
    }

    .registrationWrapp section.secondStage .statusWrapp .benefits,
    .registrationWrapp section.secondStage .primary-btn{
        display: none;
    }

    .registrationWrapp section.secondStage .statusWrapp{
        min-height: fit-content;
    }


    .registrationWrapp section.secondStage .statusWrapp{
        width: 100%;
        max-width: none;
    }

    .registrationWrapp section.secondStage .statusWrapp .statusBox{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 32px;
    }

}

@media screen and (max-width: 600px) {
    .registrationWrapp section.secondStage article .forms .adressInput{
        flex-direction: column;
    }

    .registrationWrapp section.secondStage article .forms .adressInput .inputWrappMain{
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .registrationWrapp section.firstStage article{
        width: 100%;
    }
    .registrationWrapp section{
        width: 100%;
        padding: 0px 16px;
    }
}


/* Účet už je vytvorený */


.registrationWrapp .alredyRegistrated{
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
}

.registrationWrapp .alredyRegistrated .contactSales,
.registrationWrapp .alredyRegistrated .yourSalesRepresentative a{
    color: var(--text-primary);
    width: fit-content;
}

.registrationWrapp .alredyRegistrated .contactSales{
    margin: 0 auto;
}

.registrationWrapp .alredyRegistrated .messageWrapp,
.registrationWrapp .alredyRegistrated .yourSalesRepresentative{
    max-width: 402px;
    background-color: var(--surface-smoke);
    padding: 20px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 12px;
}

.registrationWrapp .alredyRegistrated .messageWrapp{
    gap: 20px;
}

.registrationWrapp .alredyRegistrated .messageWrapp p{
    font-family: 'VolteSemibold', 'sans-serif';
    font-size: 16px;
}

.registrationWrapp .alredyRegistrated .messageWrapp .primary-btn{
    width: 100%;
    text-align: center;
    justify-content: center;
}

.registrationWrapp .alredyRegistrated .yourSalesRepresentative .salesRepres{
    color: var(--primary-color);
    font-size: 16px;
    margin-bottom: 8px;
}

.registrationWrapp .alredyRegistrated .yourSalesRepresentative h3{
    font-size: 16px;
    margin-bottom: 6px;
}

/* Setup Eshop account */

.registrationWrapp .eshopAccountSetup{

}

.registrationWrapp .eshopAccountSetup .firstStep,
.registrationWrapp .eshopAccountSetup .secondStep,
.registrationWrapp .eshopAccountSetup .thirdStep{
    max-width: 400px;
    padding: 24px;
    border-radius: 12px;
    background-color: var(--surface-smoke);
    text-align: center;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.registrationWrapp .eshopAccountSetup .primary-btn{
    justify-content: center;
    width: 100%;
    text-align: center;
}

.registrationWrapp .eshopAccountSetup .firstStep .desc span,
.registrationWrapp .eshopAccountSetup .firstStep .choices span{
    font-family: 'VolteSemibold', 'sans-serif';
}

.registrationWrapp .eshopAccountSetup .firstStep .choices{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.registrationWrapp .eshopAccountSetup .secondStep{
    width: 400px;
}

@media screen and (max-width:450px) {
    .registrationWrapp .eshopAccountSetup .secondStep{
        width: auto;
    }
}

.registrationWrapp .eshopAccountSetup .secondStep .desc{
    font-size: 14px;
}

.registrationWrapp .eshopAccountSetup .secondStep .desc .bold{
    font-family: 'VolteSemibold', 'sans-serif';
    font-size: 16px;
}

.registrationWrapp .eshopAccountSetup .secondStep .desc span{
    text-decoration: underline;
    cursor: pointer;
}

.registrationWrapp .eshopAccountSetup .secondStep .codeWrapp{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.registrationWrapp .eshopAccountSetup .secondStep .codeWrapp h3{
    font-size: 14px;
}

.registrationWrapp .eshopAccountSetup .secondStep .codeWrapp .code{
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: space-between;
}

.registrationWrapp .eshopAccountSetup .secondStep .codeWrapp .code input{
    width: 60px;
    height: 60px;
    padding: 2px 8px;
    background-color: white;
    outline: none;
    border: none;
    border: 1px solid var(--border-primary);
    border-radius: 8px;
    text-align: center;
    font-size: 48px;
    color: var(--text-primary);
    -moz-appearance: textfield;
}

.registrationWrapp .eshopAccountSetup .secondStep .codeWrapp .code input::placeholder{
    color: var(--text-secondary);
}

.registrationWrapp .eshopAccountSetup .secondStep .codeWrapp .code input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.registrationWrapp .eshopAccountSetup .secondStep .codeWrapp.errorCode .code input{
    border: 1px solid var(--surface-red);
}

.registrationWrapp .eshopAccountSetup .secondStep .codeWrapp.errorCode .codeError{
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    color: var(--surface-red);
}


@media screen and (max-width:370px) {
    .registrationWrapp .eshopAccountSetup .secondStep .codeWrapp .code{
/*         display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr; */
        gap: auto;
    }

    .registrationWrapp .eshopAccountSetup .secondStep .codeWrapp .code input{
        width: 100%;
    }
}

.registrationWrapp .eshopAccountSetup .thirdStep .inputWrappMain{
    text-align: left;
}

/* LoginWrapp */

.loginWrapp{
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 111px;
}

.loginWrapp .notifyInfo{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}

.loginWrapp .notifyInfo h2{
    font-size: 32px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.loginWrapp .loginForm{
    min-width: 400px;
    background-color: var(--surface-smoke);
    padding: 20px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 12px;
}

.loginWrapp .loginForm .primary-btn{
    display: block;
    width: 100%;
    text-align: center;
}

.loginWrapp .loginForm .form{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.loginWrapp .loginForm .form .terciary-btn{
    font-size: 14px;
    margin-top: 1px;
}

.loginWrapp .loginForm .form .checkboxWrapp{
    margin-top: 14px;
}

.loginWrapp .loginForm h1{
    font-size: 26px;
    text-align: center;
}

.loginWrapp .register{
    margin: 0 auto;
    width: fit-content;
    display: block;
    margin-top: 32px;
}

.loginWrapp .loginForm .form .inputWrapp svg{
    cursor: pointer;
}

@media screen and (max-width:450px) {
    .loginWrapp{
        width: 100%;
        padding: 0px 16px;
        margin: 0;
        margin-top: 48px;
        margin-bottom: 100px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .loginWrapp .notifyInfo h2{
        font-size: 26px;
    }

    .loginWrapp .loginForm{
        min-width: unset;
        max-width: 400px;
        width: 100%;
    }
}




/* Zabudnuté heslo */

.forgotPasswordWrapp{
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 50px;
    min-height: 579px;
}

.forgotPasswordWrapp h1{
    font-size: 32px;
    text-align: center;
}

.forgotPasswordWrapp .form{
    margin-top: 32px;
    padding: 20px 24px 24px 24px;
    background-color: var(--surface-smoke);
    border-radius: 12px;
}

.forgotPasswordWrapp .firstStep .form{
    max-width: 400px;
}

.forgotPasswordWrapp .firstStep .form .primary-btn{
    margin-top: 25px;
    width: 100%;
    text-align: center;
}

.forgotPasswordWrapp .firstStep .form h2{
    margin-bottom: 10px;
    font-size: 26px;
    text-align: center;
}

.forgotPasswordWrapp .firstStep .form .desc{
    margin-bottom: 10px;
    line-height: 140%;
    font-size: 14px;
    text-align: center;
}

.forgotPasswordWrapp .secondStep{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.forgotPasswordWrapp .secondStep h1{
    margin: 20px auto;
    margin-top: 8px;
    font-size: 32px;
    text-align: center;
}

.forgotPasswordWrapp .secondStep .desc{
    margin-bottom: 20px;
    text-align: center;
}

.registrationWrapp .thirdStage .formSetupPassword h2{
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
}

.formSetupPassword{
    padding: 20px 24px 24px 24px;
    background-color: var(--surface-smoke);
    border-radius: 12px;
    width: 400px;
    margin-top: 32px;
}

.formSetupPassword .rules{
    margin-top: 1px;
}

.formSetupPassword .rule{
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--surface-red);
}

.formSetupPassword .rule svg{
    min-width: 12px;
}

.formSetupPassword .rule.ok{
    color: var(--surface-green);
}

.formSetupPassword .primary-btn{
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

@media screen and (max-width:700px) {
    .forgotPasswordWrapp .secondStep{
        padding-left: 16px;
        padding-right: 16px;
    }

    .formSetupPassword{
        width: auto;
        margin: 0px 16px;
        margin-top: 32px;
    }
}

@media screen and (max-width:450px) {
    .forgotPasswordWrapp .firstStep .form{
        margin-left: 16px;
        margin-right: 16px;
    }
    .forgotPasswordWrapp h1{
        font-size: 26px;
        margin-bottom: 8px;
    }
    .forgotPasswordWrapp .secondStep .primary-btn{
        width: 100%;
        text-align: center;
    }

}