.modal{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100}.modal__wrapper{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:708px;max-height:100vh;background:#212134;border-radius:4px;box-shadow:0 0 10px rgba(0,0,0,.5);z-index:150}.modal__background{width:100%;height:100%;background:rgba(0,0,0,.5)}.modal__background--disabled{opacity:.5;cursor:not-allowed}.modal__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}.modal__title{font-size:16px;font-weight:700;color:#eaeaef}.modal__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}.modal__close--disabled{opacity:.5;cursor:not-allowed}.modal__icon{font-size:12px;color:#a5a5ba}.modal__body{width:100%;height:calc(100% - 128px);padding:16px}.modal__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}.modal__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}.modal__button--cancel{background:#212134;border:1px solid #666687}.modal__button--cancelDisabled,.modal__button--disabled{opacity:.5;cursor:not-allowed}.modal__button--disabled{color:#a5a5ba}.createSession__wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;padding:20px 5px;gap:20px}.createSession__formGroup{display:flex;flex-direction:column;width:100%;gap:.5rem}.createSession__formLabel{font-size:15px;font-weight:900;color:#eaeaef}.createSession__formInput{padding:10px 16px;color:#eaeaef;border:1px solid #4a4a6a;border-radius:4px;background:#212134;width:30%}.createSession__sessionName{font-size:15px;font-weight:500;color:#eaeaef}img{width:250px;height:250px;margin:20px}