.modal-container-transfer,.modal-container{width:100vw;height:100%;display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;z-index:999;background:rgba(0,0,0,.3);cursor:pointer}.modal{width:448px;max-width:100vw;max-height:100vh;overflow:hidden;overflow-y:auto;border-radius:12px;background:#fff;cursor:auto;position:relative;transform:scale(.9)}.modal .top{padding:24px;display:flex;align-items:center;justify-content:space-between;position:relative;background:rgba(240,179,54,1)}.modal .top h2{margin:0;font-size:20px;line-height:24px;font-weight:600;color:rgba(34,34,34,1)}.modal .top img{width:24px;height:24px;cursor:pointer}.modal .top img:hover{opacity:.5}.modal .bottom{height:auto;max-height:calc(100% - 100px);padding:24px;overflow-y:auto;display:flex;flex-flow:column;align-items:flex-start;gap:24px}.modal .bottom .one{width:400px;display:flex;flex-flow:column;align-items:flex-start;gap:8px}.modal .bottom .one h3,.modal .bottom .one text{width:100%;color:rgba(34,34,34,1);font-weight:400;font-size:12px;line-height:16px}.modal .bottom .completion h2{width:100%;text-align:center;color:rgba(34,34,34,1);font-weight:400;font-size:16px;line-height:24px}.modal .bottom .one text a{color:rgba(34,34,34,1);text-decoration:underline}.modal .bottom .one input,.modal .bottom .one textarea{height:24px;width:calc(100% - 18px);padding:8px 9px;resize:block;font-weight:400;font-size:16px;line-height:24px;color:rgba(34,34,34,1);border-radius:4px;border:1px solid rgba(217,225,226,1);background:#fff}.modal .bottom .one textarea{height:80px}.modal .bottom .line{width:100%;height:1px;background:rgba(217,225,226,1)}.modal .bottom .half-one{flex-flow:row wrap;justify-content:space-between}.modal .bottom .half-one input{width:178px}.modal .bottom .half-one img{width:180px;height:40px}.modal .bottom .checkbox-one{flex-flow:row;justify-content:left;align-items:center}.modal .bottom .checkbox-one input,.modal .bottom .checkbox-one img{width:24px}.modal .bottom .checkbox-one img{cursor:pointer}.modal .bottom .checkbox-one img:hover{opacity:.5}.btn,.modal .bottom .button{padding:12px 16px;font-size:16px;line-height:24px;color:rgba(34,34,34,1);font-weight:400;border-radius:4px;background:rgba(240,179,54,1);cursor:pointer}.modal .bottom .button:hover{background:var(--primary-hover)}.modal .bottom .button:active{box-shadow:0 4px 4px 0 rgba(0,0,0,.25) inset}.modal .bottom .button-disabled{color:rgba(119,119,119,1);background:rgba(217,225,226,1);cursor:auto}.modal .bottom .button-disabled:hover{background:rgba(217,225,226,1)}.modal .bottom .button-disabled:active{box-shadow:none}.modal .bottom input[disabled]{color:rgba(119,119,119,1);background:rgba(217,225,226,1)}.modal .bottom .button-completion{padding:12px 32px;margin:0 auto;font-size:16px;line-height:24px;color:rgba(34,34,34,1);font-weight:400;border-radius:4px;background:rgba(240,179,54,1);cursor:pointer}.modal .bottom .button-completion:hover{background:var(--primary-hover)}.modal .bottom .button-completion:active{box-shadow:0 4px 4px 0 rgba(0,0,0,.25) inset}.big-modal{width:684px}.big-modal .bottom{flex-flow:row wrap}.big-modal .bottom .one{width:100%}.big-modal .bottom .big-half-one{width:306px}.big-modal .bottom .half-one input{width:410px}.modal .bottom .one select{width:100%;height:40px;padding:0 9px;color:rgba(34,34,34,1);font-size:16px;line-height:24px;font-weight:400;-webkit-appearance:menulist-button;-moz-appearance:menulist-button;appearance:menulist-button;border:1px solid rgba(217,225,226,1);box-shadow:none;border-radius:4px;background:#fff}.modal .bottom .file-one .img{width:179px;height:134px;border-radius:4px}.modal .bottom .file-one .img:hover{opacity:1}.modal .bottom .file-one{justify-content:center;cursor:unset}@media (max-width:1423px){.modal{transform:scale(.9)}.modal .bottom .one{width:100%}.modal .bottom .half-one input{width:40%;max-width:158px;min-width:120px}.modal .bottom .half-one img{max-width:178px;width:45%;min-width:120px}}