:root{
    --borderbax:1px solid #D8D8D8;
    --mainColor:#4AAA97;
}

body{
    position: relative;
}



@font-face {
  font-family: 'peyda400';
  src: url('View/1014/font/PEYDA-REGULAR.TTF');
}
@font-face {
  font-family: 'peyda600';
  src: url('View/1014/font/PEYDA-BOLD.TTF');
}
@font-face {
  font-family: 'peyda800';
  src: url('View/1014/font/PEYDA-EXTRABOLD.TTF');
}





box {
    position: fixed;
    display: block;
    padding: 22px;
    border: var(--borderbax);
    width: 360px;
    text-align: right;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    border-radius: 24px;
    font-family: "peyda400";
    box-sizing: border-box;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
}

.imgBox{
    text-align: center;
    border-bottom: var(--borderbax);
    margin-bottom: 20px;
}

.imgBox img{
    width: 129px;
}

.titelForm{
    color: #282828;
    font-size: 18pt;
    margin-bottom: 35px;
}

.info-text{
    display: block;
    color: #282828;
    font-size: 12pt;
    margin-bottom: 28px;
}

.titel{
    display: block;
    width: 100%;
}

.input{
    font-family: 'IRANSansX';
    color: #282828;
    border: var(--borderbax);
    border-radius: 8px;
    padding: 10px;
    width: 100%;
    font-size: 12pt;
    box-sizing: border-box;
    text-align: left;
}

.input::placeholder{
    color: #C8C8C8EE;
    text-align: right;
}

.btns{
    display: grid;
    justify-content: space-between;
    margin-top: 25px;
    align-items: center;
    gap: 0 15px;
    grid-template-columns: repeat(2 , 1fr);
    box-sizing: border-box;
}
.submitBtn{
    color: #FFFFFF;
    background-color: #4AAA97;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    font-size: 12pt;
    font-family: 'peyda800';
    border: 2px solid #4AAA97;
    box-sizing: border-box;
    cursor: pointer;
}

.changePage:hover , .changePage:active {
    text-decoration: unset;
}
.changePage{
    background-color: #FFFFFF;
    color: #4AAA97;
    border: 1px solid #4AAA97;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    font-size: 12pt;
    font-family: 'peyda800';
    text-align: center;
    box-sizing: border-box;
}


.rols {
    display: block;
    color: #282828;
    text-align: center;
    font-size: 11pt;
    margin-top: 26px;
}

.rols a{
    color: #4AAA97;
}

.inputs {
    display: grid;
    grid-template-columns: repeat(4 , 1fr);
    gap: 0 16px;
    margin-bottom: 29px;
    direction: ltr;
}

.input.box{
    text-align: center;
}


.info-text green{
    color: #4AAA97;
    cursor: pointer;
}
/* masseag */

.Message{
    font-family: 'peyda600';
    border-radius: 12px;
}

.MessageTitle{
    border-radius: 12px 12px 0px 0px;
    background-color: var(--mainColor);
    padding: 10px;
}

.MessageTitle img {
    width: 17px;
    height: 17px;
    margin-left: 5px;
}

.submenu .childHover:hover {
    background-color: unset !important;
    color: unset !important;
}


@media screen and (min-width: 600px) and (max-width: 1000px) {
    .tablet1 > .column {
        width: calc(100% - 19px);
    }

    .tablet2 > .column {
        width: calc(50% - 19px);
    }

    .tablet3 > .column {
        width: calc(33.33% - 19px);
    }

    .tablet4 > .column {
        width: calc(25% - 19px);
    }

    .tablet5 > .column {
        width: calc(20% - 19px);
    }

     .column:has(.btn.success) {
        width: calc(100% - 19px);
    }
}

@media screen and (min-width: 0) and (max-width: 600px) {
    .mobile1 > .column {
        width: calc(100% - 19px);
    }

    .mobile2 > .column {
        width: calc(50% - 19px);
    }

    .mobile3 > .column {
        width: calc(33.33% - 19px);
    }

    .mobile4 > .column {
        width: calc(25% - 19px);
    }

    .mobile5 > .column {
        width: calc(20% - 19px);
    }
}

 /* require labels */
 .require-lbl::after{
     content: "*";
     position: relative;
    color: red;
    right: 3px;
    top: -2px;
 }

/* loading */
.submitBtn{
    font-size: 10pt;
}

.changePage {
    font-size: 10pt;
}

#pass{
    margin-top: 20px;
}

.parent{
    position: relative;
}

.eye-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 60px;
    left: 14px;
    cursor: pointer;
}

.input.password{
    text-align: right;
}
#phoneNumber{
    text-align: right;
}

