.modalState{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100}.modalState__wrapper{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:620px;max-height:100vh;background:#212134;border-radius:4px;box-shadow:0 0 10px rgba(0,0,0,.5);z-index:150;overflow:auto;transition:max-width .3s ease-in-out}.modalState__wrapper--wide{max-width:1100px}.modalState__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:62px;padding:0 16px;background:#32324d;border-radius:4px 4px 0 0;border-bottom:1px solid #666687;text-align:center}.modalState__icon{font-size:12px;color:#a5a5ba;cursor:pointer}.modalState__icon--back{font-size:4em;color:#a5a5ba;cursor:pointer}.modalState__title{font-size:16px;font-weight:700;color:#eaeaef;display:flex}.modalState__close{display:flex;flex-direction:row;justify-content:center;align-items:center;width:32px;height:32px;background:#181826;border-radius:4px;border:1px solid #4a4a6a;cursor:pointer}.modalState__body{width:100%;max-height:calc(95vh - 128px);overflow-y:auto}.modalState__footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:66px;padding:0 16px;background:#32324d;border-radius:0 0 4px 4px;border-top:1px solid #666687}.modalState__button{width:100px;height:37px;font-size:14px;color:#eaeaef;background:linear-gradient(84.4deg,#ea4e44 .07%,#db225a);border:none;border-radius:4px;cursor:pointer}.modalState__button--cancel{background:#212134;border:1px solid #666687}.modalState__button--novelty{width:150px;color:#ea4e44;background:transparent;border:1px solid #666687}.modalState__background{width:100%;height:100%;background:rgba(0,0,0,.5)}.modalTransit__body{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:1rem;padding:30px}.modalTransit__container{width:100%;padding:10px}.modalTransit__container:not(:last-child){border-bottom:1px solid #666687}.modalTransit__containerRow{width:100%;gap:.3em}.modalTransit__containerInfo,.modalTransit__containerRow{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.modalTransit__containerInfo{gap:1rem}.modalTransit__text{color:#eaeaef;margin-bottom:5px;margin-left:12px}.modalTransit__infoGroup{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;gap:5px;margin-top:10px}.modalTransit__formInput{padding:10px 16px;color:#eaeaef;border:1px solid #4a4a6a;border-radius:4px;background:#212134;margin:10px;width:250px;height:42px}.modalTransit__formInput--code{margin-left:30px}.modalTransit__formInput::-moz-placeholder{color:#a5a5ba;font-size:15px}.modalTransit__formInput::placeholder{color:#a5a5ba;font-size:15px}.modalTransit__icon{color:#a5a5ba}.modalTransit__iconBox{font-size:2em}.modalTransit__iconRequester{font-size:1em}