.create{position:relative;min-height:100vh;max-width:100vw;overflow-x:hidden}.create__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:98%}.create__header--return{cursor:pointer;font-weight:700;color:#5b5957}.create__headerName{font-size:25px}.create__option{display:flex;flex-direction:row;justify-content:center;align-items:center;max-width:100%;border-bottom:1px solid #d8d8d8}.create__option .select{padding:10px;color:#bd0909;font-weight:600;font-size:14px;border-bottom:2px solid #bd0909}.create__option--item-active{padding:10px 0;margin-right:10px;font-size:14px}.create__option--item-active:hover{cursor:pointer;color:#bd0909;font-weight:600}.create__option--item-inactive{padding:10px 0;margin-right:10px;font-size:14px;color:#6c757d}.create__option--item-inactive:hover{cursor:no-drop;font-weight:600}.create__name{width:100%;max-width:1440px;height:172px;margin:1% 0;border-radius:6px;background-color:#fff;padding:15px 20px 20px 20px;border:1px solid rgba(0,0,0,.25098039215686274);box-shadow:0 1px 4px 0 rgba(0,0,0,.25098039215686274)}.create__name--container{height:65px;margin:2px 0}.create__name--label{font-size:16px;text-align:left;font-weight:700;line-height:20px;letter-spacing:0;font-family:Montserrat}.create__name--input{width:100%;height:39px;border-radius:4px;padding:5px;border:.5px solid #a8a9a9;cursor:text}.create__name--input::-moz-placeholder{padding:0}.create__name--input::placeholder{padding:0}.create__btn{position:relative;text-align:center;top:-290px;left:97.5%}.create__btn .btnCreate{width:30px;height:30px;border:none;cursor:pointer;color:#fff;border-radius:50%;background-color:#bd0909}.create__btn .btnCreate .tooltiptext{top:0;left:40px;opacity:.8;width:150px;position:absolute;border-radius:6px;visibility:hidden;padding:3px 0 3px 5px;background-color:#000}.create__btn .btnCreate .tooltiptext:after{content:"";top:8px;left:-4px;border-width:7px;margin-left:-10px;position:absolute;border-style:solid;border-color:transparent #000 transparent transparent}.create__btn .btnCreate :first-child{margin-top:3.5px}.create__btn .btnCreate:hover{transform:scale(1.05);background:#bd0909;transition:all .3s ease-in-out}.create__btn .btnCreate:hover .tooltiptext{visibility:visible}.create .data-error{background:#bd0909}.create .data-error::-moz-placeholder{color:#fff}.create .data-error::placeholder{color:#fff}.create__btns{width:75.5%;position:fixed;bottom:0;display:flex;justify-content:center;gap:15px;height:70px;padding:20px 0;border:1px solid rgba(0,0,0,.25098039215686274);box-shadow:0 1px 4px 0 rgba(0,0,0,.25098039215686274);background:#fff}.create__btns--cancel{border:1px solid #bd0909;border-radius:4px}.create__btns--cancel,.create__btns--draft{height:35px;padding:5px 10px;color:#bd0909;cursor:pointer}.create__btns--draft{border:1px solid rgba(189,9,9,.25098039215686274);border-radius:4px;background:rgba(189,9,9,.25098039215686274)}.create__btns--save{border:1px solid #bd0909;height:35px;padding:5px 10px;border-radius:4px;background:#bd0909;color:#fff;cursor:pointer}@media (min-width:424px){.create__option{justify-content:flex-start}}