@charset "UTF-8";.DatePicker{position:relative;display:inline-block;z-index:100}.DatePicker__input{background:#fff;border:1px solid #ddd;padding:.4em .8em;font-family:inherit;text-align:center;font-size:12px}.DatePicker__input.-rtl{direction:rtl}.DatePicker__input::-moz-placeholder{color:#979797}.DatePicker__input::placeholder{color:#979797}.DatePicker__calendarContainer.-top+.DatePicker__calendarArrow{top:auto;bottom:calc(100% + 10px);transform:translateY(-2.5rem) rotate(180deg);animation:fadeArrowFlipped .3s forwards}.DatePicker__calendarContainer{position:absolute;top:calc(100% + 20px);left:50%;transform:translate(-50%)}.DatePicker__calendarContainer.-top{top:auto;bottom:calc(100% + 20px)}.Calendar,.Calendar *{margin:0;padding:0;box-sizing:border-box;direction:ltr}.Calendar,.Calendar.-rtl *{direction:rtl}.DatePicker__calendarArrow{position:absolute;width:0;height:0;top:calc(100% + 10px);left:0;right:0;margin:0 auto;border-style:solid;z-index:10;border-width:0 10px 10px 10px;border-color:transparent transparent #fff transparent}.Calendar{--cl-color-black: #444444;--cl-color-disabled: #d4d4d4;--cl-color-error: #ff2929;font-size:10px;background:#fff;box-shadow:0 1em 4em #00000012;border-radius:1em;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-top:1.2em;display:flex;flex-direction:column;width:33em;z-index:10;max-width:90vw;min-height:36.7em}.DatePicker .Calendar,.DatePicker__calendarArrow{transform:translateY(2.5em);opacity:0;animation:fadeCalendar .3s forwards}.DatePicker__calendarContainer.-top .Calendar{transform:translateY(-2.5em)}.Calendar.-noFocusOutline *:focus{outline:none!important}.Calendar>:not(.Calendar__footer) button{font-family:inherit;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none}.Calendar__header{display:flex;color:var(--cl-color-black);padding:2em 2.9em;align-items:center;overflow:hidden}.Calendar__monthArrowWrapper{line-height:0;font-size:1em;padding:3px;position:relative;border:none;z-index:1;opacity:1;transition:.2s}.Calendar__monthArrowWrapper:focus{outline:1px dashed rgba(0,0,0,.4);outline-offset:2px}.Calendar__monthArrowWrapper:disabled,.Calendar__monthArrowWrapper.-hidden{opacity:0;pointer-events:none}.Calendar__monthArrowWrapper.-left{transform:rotate(90deg)}.Calendar.-rtl .Calendar__monthArrowWrapper.-left,.Calendar__monthArrowWrapper.-right{transform:rotate(-90deg)}.Calendar.-rtl .Calendar__monthArrowWrapper.-right{transform:rotate(90deg)}.Calendar__monthArrowWrapper:active .Calendar__monthArrow{transform:scale(.7)}.Calendar__monthArrow{border-radius:50%;transition:var(--animation-duration) transform;pointer-events:none;background-repeat:no-repeat;display:block;width:1.7em;height:1.7em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg class='nc-icon-wrapper' fill='%23000000'%3E%3Cdefs stroke='none'%3E%3C/defs%3E%3Cpath class='cls-1' d='M12 23.25V.75' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5px'%3E%3C/path%3E%3Cpath class='cls-2' d='M22.5 11.25L12 .75 1.5 11.25' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5px' fill-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-size:100% 100%}.Calendar__monthYearContainer{flex:1;position:relative}.Calendar__monthYear{font-size:1.6em;font-weight:500;display:flex;align-items:center;position:absolute;top:0;bottom:0;left:50%;will-change:transform,opacity;backface-visibility:hidden;transform:translateZ(0);transition:var(--animation-duration);line-height:1}.Calendar__monthYear.-hiddenNext{opacity:0;transform:translate(50%)}.Calendar.-rtl .Calendar__monthYear.-hiddenNext{transform:translate(-150%)}.Calendar__monthYear.-hiddenPrevious{opacity:0;transform:translate(-150%)}.Calendar.-rtl .Calendar__monthYear.-hiddenPrevious{transform:translate(50%)}.Calendar__monthYear.-shown{opacity:1;margin-top:auto;margin-bottom:auto;transform:translate(-50%)}.Calendar__monthYear.-shownAnimated{animation:var(--animation-duration) fadeTextToCenter forwards}.Calendar__monthYear>*{padding:.2em .5em;border:1px solid transparent;transition:var(--animation-duration);font-size:1.05em;display:flex;justify-content:center;align-items:center;transform:translate(0) scale(.95);will-change:transform;border-radius:5px}.Calendar__monthYear:not(.-shown)>*,.Calendar__monthYear>*.-hidden{cursor:default;pointer-events:none}.Calendar__monthText{margin-left:-.3em}.Calendar__yearText:last-child{margin-right:-.3em}.Calendar__monthYear.-shown>*:hover,.Calendar:not(.-noFocusOutline) .Calendar__monthYear.-shown>*:focus,.Calendar__monthYear>*.-activeBackground{background:#f5f5f5}.Calendar__monthText:hover{transform:translate(-.2em) scale(.95)}.Calendar.-rtl .Calendar__monthText:hover,.Calendar__yearText:hover{transform:translate(.2em) scale(.95)}.Calendar.-rtl .Calendar__yearText:hover{transform:translate(-.2em) scale(.95)}.Calendar__monthYear .Calendar__yearText.-hidden{transform:translate(50%);opacity:0}.Calendar.-rtl .Calendar__monthYear .Calendar__yearText.-hidden{transform:translate(-50%)}.Calendar__monthYear .Calendar__monthText.-hidden{transform:translate(-50%);opacity:0}.Calendar.-rtl .Calendar__monthYear .Calendar__monthText.-hidden{transform:translate(50%)}.Calendar__monthYear:not(.-shown)>*{pointer-events:none}.Calendar__monthSelectorAnimationWrapper,.Calendar__yearSelectorAnimationWrapper{position:absolute;width:100%;height:80%;bottom:0;display:flex;justify-content:center;align-items:center;overflow:hidden}.Calendar__monthSelectorWrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.Calendar__monthSelector{padding:0 2.5em 2em;align-content:center}.Calendar__monthSelector,.Calendar__yearSelector{display:flex;flex-wrap:wrap;position:relative;z-index:2;background-color:#fff;transform:translateY(-150%);will-change:transform;transition:.6s;height:100%}.Calendar__yearSelectorWrapper{width:100%;height:100%}.Calendar__yearSelectorWrapper:after,.Calendar__yearSelectorWrapper:before{content:"";width:100%;height:5em;position:absolute;left:0;opacity:0;transition:.4s;transition-delay:.2s}.Calendar__yearSelectorWrapper:after{background-image:linear-gradient(to bottom,#fff,#fff 10%,#f5f5f500);top:-.1em}.Calendar__yearSelectorWrapper:before{background-image:linear-gradient(to top,#fff,#fff 10%,#f5f5f500);bottom:0}.Calendar__yearSelectorWrapper.-faded:after,.Calendar__yearSelectorWrapper.-faded:before{opacity:1;z-index:3}.Calendar__yearSelector{align-content:flex-start;scrollbar-width:0;overflow:scroll;position:relative;width:100%;padding:5em 2em;-ms-overflow-style:none}.Calendar__yearSelector::-webkit-scrollbar{display:none}.Calendar__yearSelectorItem{width:25%;display:flex;justify-content:center}.Calendar__yearSelectorItem:not(:nth-child(-n+4)){margin-top:1.5em}.Calendar__yearSelectorText{border:none;font-size:1.4em;min-width:85%;padding:.2em .5em;border-radius:8.5px}.Calendar__monthSelector.-open,.Calendar__yearSelector.-open{transform:translateY(0)}.Calendar__yearSelectorText:focus,.Calendar__monthSelectorItemText:focus{outline:1px dashed rgba(0,0,0,.4);outline-offset:2px}.Calendar__monthSelectorItem{width:calc(100% / 3);display:flex;justify-content:center}.Calendar__monthSelectorItem:not(:nth-child(-n+3)){margin-top:2em}.Calendar__monthSelectorItemText{border:none;padding:.4em;border-radius:8.5px;font-size:1.3em;min-width:70%;transition:.3s}.Calendar__monthSelectorItem:not(.-active) .Calendar__monthSelectorItemText:not(:disabled):hover,.Calendar__yearSelectorItem:not(.-active) .Calendar__yearSelectorText:not(:disabled):hover{background:#f5f5f5}.Calendar__monthSelectorItemText:disabled,.Calendar__yearSelectorText:disabled{opacity:.5;cursor:default}.Calendar__monthSelectorItem.-active .Calendar__monthSelectorItemText,.Calendar__yearSelectorItem.-active .Calendar__yearSelectorText{background-color:var(--cl-color-primary);color:#fff}.Calendar__weekDays{display:flex;justify-content:space-between;color:var(--cl-color-disabled);font-size:1.2em;margin-bottom:.7em;padding:0 2.6em;position:relative}.Calendar__weekDay{display:block;width:calc(100% / 7);text-align:center;text-decoration:none}.Calendar__sectionWrapper{position:relative;min-height:25.8em;overflow:hidden}.Calendar__section{display:flex;flex-direction:column;padding:.5em 3.2em 0;position:absolute;color:var(--cl-color-black);top:0;left:0;width:100%;will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden;transition:var(--animation-duration)}.Calendar__section.-hiddenPrevious{opacity:.5;transform:translate(-90%)}.Calendar.-rtl .Calendar__section.-hiddenPrevious{transform:translate(90%)}.Calendar__section.-hiddenNext{opacity:.5;transform:translate(90%)}.Calendar.-rtl .Calendar__section.-hiddenNext{transform:translate(-90%)}.Calendar__section.-shown{opacity:1;transform:translate(0)}.Calendar__section.-shownAnimated{animation:var(--animation-duration) FadeContentToCenter forwards}.Calendar__weekRow{display:flex;width:100%}.Calendar__day{display:block;width:calc(100% / 7);text-align:center;padding:calc(.25em - 1px) 0;font-size:1.6em;border-radius:50%;transition:.2s;border:1px solid transparent;margin-bottom:.3em;color:#000c;display:flex;justify-content:center;align-items:center;cursor:pointer}.Calendar__day:focus{outline:1px dashed rgba(0,0,0,.4);outline-offset:2px}.Calendar__day.-ltr{min-height:2.6em;font-size:1.45em}.Calendar__day.-rtl{font-size:1.55em;height:2.45em}.Calendar__day:not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):not(.-selected):hover{background:#eaeaea;border-radius:50%;color:var(--cl-color-black);border-color:transparent}.Calendar__day.-selected,.Calendar__day.-selectedStart,.Calendar__day.-selectedEnd{background:var(--cl-color-primary);color:#fff}.Calendar__day.-ltr.-selectedStart{border-radius:100em 0 0 100em}.Calendar__day.-rtl.-selectedStart{border-radius:0 100em 100em 0}.Calendar__day.-selectedBetween{background:var(--cl-color-primary-light);color:var(--cl-color-primary);border-radius:0}.Calendar__day.-ltr.-selectedEnd{border-top-right-radius:100em;border-bottom-right-radius:100em}.Calendar__day.-rtl.-selectedEnd{border-top-left-radius:100em;border-bottom-left-radius:100em}.Calendar__day.-weekend:not(.-selected):not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween){color:var(--cl-color-error)}.Calendar__day.-weekend.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):after{background:var(--cl-color-error)}.Calendar__day.-disabled{color:var(--cl-color-disabled)!important;background:transparent!important;cursor:default!important}.Calendar__day.-selected{border-radius:50%}.Calendar__day.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween){font-weight:600;color:var(--cl-color-black);color:#000;position:relative}.Calendar__day.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):after{content:"";position:absolute;bottom:.2em;display:block;width:.6em;height:1px;background:#000;left:50%;opacity:.5;transform:translate(-50%);transition:.2s}.Calendar__day.-today:hover:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):after{opacity:0}.Calendar__day.-blank{color:transparent;cursor:default;pointer-events:none}.Calendar__footer{position:relative;z-index:1}@keyframes fadeCalendar{0%{opacity:0}to{opacity:1;transform:translateY(0)}}@keyframes fadeArrowFlipped{0%{opacity:0}to{opacity:1;transform:translateY(0) rotate(180deg)}}@keyframes fadeTextToCenter{to{opacity:1;transform:translate(-50%)}}@keyframes FadeContentToCenter{to{opacity:1;transform:translate(0)}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.confirmDialog{position:fixed!important;top:0!important;left:50%!important;transform:translate(-50%)!important;min-width:30rem}.header{padding:1rem;grid-column:1/3;align-items:center;gap:2.5rem;display:grid;grid-template-columns:14rem 1fr}.header__left{display:flex;align-items:center;padding-left:2rem}.header__logoBox{background-color:var(--color-primary);border-radius:2rem;padding:1rem;display:grid;grid-template-columns:4.6rem 1fr;width:100%;color:#fff;grid-template-rows:max-content max-content;gap:.2rem .8rem;box-shadow:#959da533 0 8px 24px}.header__logoBox a{grid-row:1/3;align-self:center}.header__logoBox img{width:100%}.header__logoBox h1{margin:0;font-size:1.5rem}.header__logoBox p{grid-column:2/3;margin:0;color:#fff;width:100%;font-size:.4rem;line-height:1.35rem;font-weight:500}.header__pageInfo{display:flex;align-items:center;margin-left:auto;gap:1rem}.header__pageInfo svg{font-size:2.5rem;color:var(--color-primary)}.header__pageTitle{font-weight:700;font-size:2rem;color:var(--color-primary)}.header h3{margin:0 1rem 0 auto;color:#545454}@media only screen and (max-width: 37.5em){.header h3{font-size:1rem}}@media only screen and (max-width: phone){.header h3{font-size:1rem}}.header .message{color:gray;margin-left:1rem}.header .liveLog svg{transform:unset!important;color:var(--color-primary-dark)!important;animation:blink 3s infinite}.header .logoutBtn{padding:.5rem;border-radius:.5rem}.header .logoutBtn svg{color:gray;font-size:1.5rem;cursor:pointer;transform:rotate(180deg);margin-left:.2rem}.header .logoutBtn span{color:gray;font-size:1.1rem}.logoText{display:flex;justify-content:center;align-items:center;padding:.3rem 2rem}.logoText a{color:#c2bbbb;text-decoration:underline;font-weight:700;font-size:.6rem!important;position:relative;transition:.2s all ease-in}.logoText a:after,.logoText a:before{content:"♥";display:inline-block;opacity:0;transition:.2s all ease-in;text-decoration:none}.logoText a:hover{color:var(--color-primary-dark)}.logoText a:hover:after{opacity:1;font-size:1rem}.logoText a:hover:before{opacity:1;margin-left:.1rem;font-size:1rem}.bottomNavigation{padding:.5rem 1rem .2rem;transition:all .2s ease-in}.bottomNavigation__fixed{position:fixed;bottom:0;width:100%}.bottomNavigation ul{background-color:#fff;border-radius:1rem;padding:.3rem .5rem;list-style:none;gap:.2rem;justify-content:space-between;margin:0 0 .2rem;align-items:center;display:grid;box-shadow:0 -1px 3px #0000001a}.bottomNavigation ul a{text-decoration:unset;color:unset}.bottomNavigation ul li{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.3rem .2rem;color:#708090;justify-content:space-between;border-radius:.7rem;min-width:3rem}.bottomNavigation ul li.active{background:var(--color-primary);color:#fff;padding:.3rem .5rem;min-width:3rem}.bottomNavigation ul li svg{color:inherit;font-size:1.5rem}.bottomNavigation__item{font-size:.55rem;color:inherit;text-decoration:none!important;text-align:center;margin-top:auto}.mobileHeader{display:grid;grid-template-columns:1fr max-content}.mobileHeader__logoBox{background-color:var(--color-primary-dark);border-radius:0 0 0 2rem;padding:1rem;display:grid;grid-template-columns:4.6rem 1fr;width:100%;color:#fff;gap:.2rem .8rem;box-shadow:#959da533 0 8px 24px}.mobileHeader__logoBox img{width:100%}@media only screen and (max-width: 37.5em){.mobileHeader__logoBox img{width:unset;height:3.5rem}}@media only screen and (max-width: phone){.mobileHeader__logoBox img{width:unset;height:3.5rem}}.mobileHeader__logoBox p{grid-column:2/3;margin:0;color:#dcdcdc;width:100%;font-size:1rem;line-height:1.35rem;font-weight:500}@media only screen and (max-width: 37.5em){.mobileHeader__logoBox p{font-size:.8rem}}@media only screen and (max-width: phone){.mobileHeader__logoBox p{font-size:.8rem}}.mobileHeader__logoutBtn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem!important;border-radius:0 0 2rem}.mobileHeader__logoutBtn svg{color:gray;font-size:1.5rem;cursor:pointer;transform:rotate(180deg)}.mobileHeader__logoutBtn span{color:gray;font-size:1.1rem}@media only screen and (max-width: 56.25em){.mobileHeader__logoutBtn{padding:.8rem 1.2rem!important}.mobileHeader__logoutBtn span{font-size:.8rem}}@media only screen and (max-width: tab-port){.mobileHeader__logoutBtn{padding:.8rem 1.2rem!important}.mobileHeader__logoutBtn span{font-size:.8rem}}.mobileLayout{background-color:#eaecf2;display:grid;grid-template-rows:max-content 1fr max-content}.mobileLayout>main{overflow-y:auto;transition:all .3s ease-in;height:calc(100vh - 237px)}@-webkit-keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{-ms-touch-action:none;touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{-ms-touch-action:none;touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.ReactCrop__crop-selection{position:absolute;top:0;left:0;-webkit-transform:translateZ(0);transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){-webkit-animation:marching-ants 1s;animation:marching-ants 1s;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444));background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;-webkit-transform:translate(50%,50%);transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;-webkit-transform:translate(50%);transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);-webkit-transform:translateY(50%);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;-webkit-transform:translate(-50%);transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}.cropImage{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;max-width:50%;padding:2rem;border-radius:2rem;max-height:80vh;display:flex;flex-direction:column;align-items:center}@media only screen and (max-width: 56.25em){.cropImage{width:80%}}@media only screen and (max-width: tab-port){.cropImage{width:80%}}.cropImage__image{flex:1}.cropImage footer{display:flex;justify-content:center;margin-top:1rem}.cropImage footer button{min-width:10rem}.profileBox{background-color:var(--color-primary);border-radius:2rem;padding:1rem;display:grid;grid-template-columns:4rem 1fr;width:100%;color:#fff;grid-template-rows:max-content max-content;gap:.2rem .8rem;box-shadow:#959da533 0 8px 24px;flex:1;position:relative}.profileBox__container{display:flex;flex-direction:column}.profileBox--name{font-weight:700;font-size:1.1rem}.profileBox--role{font-weight:100;font-size:.8rem;color:#fff}.profileBox__setting{position:absolute!important;left:.7rem;bottom:.7rem}.profileBox__setting svg{color:#fff;font-size:1rem}.profileBox .profile{grid-row:1/3;gap:.5rem;align-self:center;justify-self:center;position:relative;cursor:pointer}.profileBox .profile img{width:3rem;height:3rem;-o-object-fit:cover;object-fit:cover;border-radius:50%}.profileBox .profile input{display:none}.profileBox .profile__pic{font-size:3rem}.profileBox .profile__add{position:absolute;right:0;top:0;background-color:#fff;border-radius:50%;color:var(--color-primary-dark);font-size:1rem}.sidebar{color:#3e434d;padding:0 1rem 1rem 0;display:flex;flex-direction:column;position:relative}@media only screen and (max-width: 56.25em){.sidebar{position:fixed;right:0;top:80px;height:100%;z-index:1;transition:all .5s ease}}@media only screen and (max-width: tab-port){.sidebar{position:fixed;right:0;top:80px;height:100%;z-index:1;transition:all .5s ease}}.sidebar ul{list-style:none;display:flex;flex-direction:column;margin-top:2rem;background:#fff;border-radius:2.5rem;padding:1rem 1rem 2rem;flex:1;justify-content:space-between;position:relative}.sidebar ul li{font-weight:500;font-size:.9rem;transition:all .2s ease-in-out;cursor:pointer;display:flex;align-items:center;border-radius:13px}.sidebar ul li.active{font-size:.9rem;color:var(--color-primary);background:#ececec85}.sidebar ul li.active a{color:var(--color-primary)}.sidebar ul li:hover{background:var(--color-primary)}.sidebar ul li:hover img{filter:brightness(1.5)}.sidebar ul li:hover a{color:#fff!important}.sidebar ul li a{padding:.75rem;text-decoration:unset;display:flex;align-items:center;gap:1rem;transition:all .2s ease-in-out;font-weight:600;color:#80879c}.sidebar ul li svg{font-size:1.8rem}.sidebar ul li .activeMenu{font-size:.9rem;color:var(--color-primary);margin-left:1rem}.sidebar__resanuium{position:absolute;left:0;width:100%;bottom:0}.sidebar__resanuium a{color:#a2a2a2!important}.layout{display:grid;grid-template-columns:15rem 1fr;gap:1rem 2.5rem;grid-template-rows:max-content 1fr;min-height:100vh;background-color:#eaecf2;transition:.1s all ease}@media only screen and (max-width: 56.25em){.layout{grid-template-columns:1fr}}@media only screen and (max-width: tab-port){.layout{grid-template-columns:1fr}}.layout>main{height:calc(100vh - 139px - 1rem);overflow-y:auto}.layout .pageHeader{margin-bottom:1rem}.layout .pageHeader h1{font-size:1.1rem}.layout .pageHeader__tree{display:flex;align-items:center;font-size:.85rem}.page404{display:flex;flex-direction:column;align-items:center;height:100vh;justify-content:center}.ticketStatus__pending{background-color:#fedc41;color:#444}.ticketBox{background:#fff;border-radius:2rem;display:flex;width:100%;flex-direction:column;gap:.2rem;min-height:3rem;flex:1;padding:1rem;position:relative}.ticketBox--emptyMessage{position:absolute;left:50%;top:50%;font-size:.8rem;color:#777;transform:translate(-50%,-50%)}.ticketBox .ticketStatus__answered{background-color:green;color:#fff}.ticketBox .ticketStatus__deleted{background-color:red;color:#fff}.ticketBox .ticketStatus__closed{background-color:gray;color:#fff}.ticketBox .ticketStatus__pending{background-color:#fedc41;color:#444}.ticketBox--item{height:-moz-max-content;height:max-content;display:flex;justify-content:space-between;width:100%;font-size:.8rem;color:#777;padding:.5rem;cursor:pointer;text-decoration:unset;flex-direction:column;gap:1rem;border-radius:1rem}.ticketBox--item:not(:last-child){border-bottom:1px solid rgba(68,68,68,.2666666667)}.ticketBox--item:hover{background-color:var(--color-primary);color:#fff;border-radius:.5rem}.errorPage{height:100%;width:100%;background:#fff;box-shadow:inset 2px 1px 31px #0000001a;display:flex;align-items:center;justify-content:center;flex-direction:column}.errorPage img{width:30%}.simpleNoData{display:flex;align-items:center;justify-content:center;gap:2rem;flex-direction:column;padding:1rem}.simpleNoData p{font-size:.9rem;font-weight:600;color:gray;margin:0}.simpleNoData svg{color:gray;font-size:2rem}.adminDashboard{margin-left:2rem;height:calc(100% - 2rem);display:grid;gap:2rem}.adminDashboard__cardsContainer{display:grid;grid-template-columns:4fr 1fr;gap:2rem}@media only screen and (max-width: 56.25em){.adminDashboard__cardsContainer{grid-template-columns:1fr}}@media only screen and (max-width: tab-port){.adminDashboard__cardsContainer{grid-template-columns:1fr}}.adminDashboard__rizBoxes{grid-column:1/5;margin-top:1rem}@media only screen and (max-width: 56.25em){.adminDashboard__rizBoxes{grid-column:1/3;grid-template-columns:1fr}}@media only screen and (max-width: tab-port){.adminDashboard__rizBoxes{grid-column:1/3;grid-template-columns:1fr}}@media only screen and (max-width: 37.5em){.adminDashboard__rizBoxes{grid-template-columns:1fr!important}}@media only screen and (max-width: phone){.adminDashboard__rizBoxes{grid-template-columns:1fr!important}}.adminDashboard__rizBoxes .adminDashboard__rizBox{border-radius:0!important;border-color:gray!important}.adminDashboard__rizBoxes .adminDashboard__rizBox:not(:last-child){border-left:1px solid gray}.adminDashboard__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:100%}@media only screen and (max-width: 56.25em){.adminDashboard__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width: tab-port){.adminDashboard__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 37.5em){.adminDashboard__cards{grid-template-columns:1fr}}@media only screen and (max-width: phone){.adminDashboard__cards{grid-template-columns:1fr}}@media only screen and (max-width: 75em){.adminDashboard{margin-left:unset;padding:1rem}}@media only screen and (max-width: tab-land){.adminDashboard{margin-left:unset;padding:1rem}}@media only screen and (max-width: 56.25em){.adminDashboard__row1{gap:1rem;grid-template-columns:1fr}}@media only screen and (max-width: tab-port){.adminDashboard__row1{gap:1rem;grid-template-columns:1fr}}.adminDashboard h1{grid-column:1/5;font-size:1rem;margin:0 1rem -1rem;color:gray;text-align:center}@media only screen and (max-width: 56.25em){.adminDashboard h1{grid-column:1/3}}@media only screen and (max-width: tab-port){.adminDashboard h1{grid-column:1/3}}@media only screen and (max-width: 37.5em){.adminDashboard h1{grid-column:unset}}@media only screen and (max-width: phone){.adminDashboard h1{grid-column:unset}}.adminDashboard__title{margin-right:1rem;color:gray;font-weight:500;margin-top:0}.adminDashboard__chart{background-color:#fff;border-radius:.75rem;min-height:30rem;padding:1rem 1rem 3rem}.adminDashboard__chart label{font-size:1.2rem;font-weight:500;margin:0 auto;text-align:center;display:block}@media only screen and (max-width: 56.25em){.adminDashboard__chart{grid-column:1/3}}@media only screen and (max-width: tab-port){.adminDashboard__chart{grid-column:1/3}}@media only screen and (max-width: 37.5em){.adminDashboard__chart{grid-column:unset}}@media only screen and (max-width: phone){.adminDashboard__chart{grid-column:unset}}.adminDashboard__rizBox{border-radius:.75rem;height:10rem;align-items:center;display:flex;flex-direction:column;border:unset;justify-content:center;padding:1rem;gap:.5rem;background-color:#fff;color:var(--color-primary-dark)}.adminDashboard__rizBox button{display:none;color:#fff}.adminDashboard__rizBox label{font-weight:600;line-height:2.5rem;text-align:center;font-size:.9rem;color:inherit}@media only screen and (max-width: 56.25em){.adminDashboard__rizBox label{line-height:1.5rem}}@media only screen and (max-width: tab-port){.adminDashboard__rizBox label{line-height:1.5rem}}.adminDashboard__rizBox span{font-size:3rem;font-weight:700;justify-self:center;color:inherit}.adminDashboard__topBox{border-radius:.75rem;height:10rem;align-items:center;display:flex;flex-direction:column;border:unset;justify-content:center;padding:1rem;gap:.5rem;background-color:#fff;color:var(--color-primary-dark);cursor:pointer}.adminDashboard__topBox button{display:none;color:#fff}.adminDashboard__topBox:hover{background-color:var(--color-primary);color:#fff}.adminDashboard__topBox:hover button{display:flex}.adminDashboard__topBox label{font-weight:600;line-height:2.5rem;text-align:center;font-size:.9rem;color:inherit}@media only screen and (max-width: 56.25em){.adminDashboard__topBox label{line-height:1.5rem}}@media only screen and (max-width: tab-port){.adminDashboard__topBox label{line-height:1.5rem}}.adminDashboard__topBox span{font-size:3rem;font-weight:700;justify-self:center;color:inherit}.filterBox{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.filterBox__container{background-color:#fff;border-radius:1rem;padding:.5rem 2rem;margin-bottom:1rem;display:flex;flex-direction:column}@media only screen and (max-width: 37.5em){.filterBox__container{padding:.5rem}}@media only screen and (max-width: phone){.filterBox__container{padding:.5rem}}.filterBox__filterIcon{padding:.2rem}.filterBox__filterIcon:hover{background-color:var(--color-primary)!important;color:#fff}.filterBox__filterIcon--active{background-color:var(--color-primary-dark)!important;color:#fff!important}.filterBox__collapse{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}@media only screen and (max-width: 37.5em){.filterBox{padding:.5rem 1rem}}@media only screen and (max-width: phone){.filterBox{padding:.5rem 1rem}}.filterBox h3{margin-left:auto}@media only screen and (max-width: 37.5em){.filterBox h3{margin:0 0 0 auto;font-size:1rem}}@media only screen and (max-width: phone){.filterBox h3{margin:0 0 0 auto;font-size:1rem}}.filterBox__right{margin-left:auto}.filterBox__modal{position:fixed;top:16%;left:50%;transform:translate(-50%);background-color:#fff;border-radius:1rem;display:flex;flex-direction:column;gap:1rem;padding:2rem;min-width:10rem}.filterBox__filter{display:flex;align-items:center;gap:.5rem;background-color:#eaf0f6;border-radius:1rem;border:1px solid var(--color-primary);font-size:.8rem;padding:0 .5rem;color:#666}.filterBox__filter select{color:#444;all:unset;padding:.5rem;font-weight:500;font-size:.75rem}.filterBox__filter svg{color:gray;font-size:1.2rem}.filterBox__search{display:flex;align-items:center;gap:.5rem;background-color:#eaf0f6;border-radius:1rem;border:1px solid var(--color-primary);font-size:.8rem;padding-left:.5rem;color:#444}.filterBox__search input{all:unset;flex:1;padding:.5rem}.filterBox__search svg{color:gray;font-size:1.2rem}.tabs{display:flex;align-items:center;gap:1rem}.tabs button{border-radius:1rem;transition:all .1s ease-in}.tabs__active{background-color:var(--color-primary)!important;color:#fff!important}.adminFormItem{background-color:#fff;width:100%;height:13.25rem;border-radius:.5rem;box-shadow:0 2px 8px -2px #00000026;display:grid;grid-template-rows:2fr 1fr;position:relative}.adminFormItem__link{text-decoration:unset;color:unset;cursor:pointer}.adminFormItem__topLeft{position:absolute;left:1rem;top:1rem;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.adminFormItem__label{background:#fffe;padding:.2rem .5rem;border-radius:.5rem;font-weight:500;color:#4f5e51;font-size:.6rem;border:.5px solid rgba(119,119,119,.2)}.adminFormItem__cover{background-image:url(/assets/formCover-DEOEswpA.jpg);border-radius:.5rem .5rem 0 0;background-size:cover}.adminFormItem__cover button{position:absolute;right:.5rem;top:.5rem}.adminFormItem__footer{padding:1rem;display:flex}.adminFormItem__title{font-weight:500;font-size:.9rem}.adminFormItem__date{position:absolute;left:.6rem;right:.6rem;font-size:.65rem;bottom:.7rem;color:#868686;display:flex;align-items:center}.adminFormItem__tag{margin-left:auto}.adminForms{margin-left:2rem}@media only screen and (max-width: 75em){.adminForms{margin:2rem;padding:0}}@media only screen and (max-width: tab-land){.adminForms{margin:2rem;padding:0}}@media only screen and (max-width: 56.25em){.adminForms{margin:1rem}}@media only screen and (max-width: tab-port){.adminForms{margin:1rem}}.adminForms__search{display:flex;align-items:center;gap:.5rem;background-color:#eaf0f6;border-radius:1rem;border:1px solid var(--color-primary);font-size:.8rem;padding:.5rem;color:#444}.adminForms__search input{all:unset;padding:.5rem}.adminForms__search svg{color:gray;font-size:1.2rem}.adminForms__list{box-shadow:0 1px 1px #0000001f,0 2px 2px #0000001f;min-width:-moz-max-content;min-width:max-content}.adminForms__grid{background-color:#fff;border-radius:.75rem;padding:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media only screen and (max-width: 56.25em){.adminForms__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: tab-port){.adminForms__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 37.5em){.adminForms__grid{grid-template-columns:repeat(1,1fr)}}@media only screen and (max-width: phone){.adminForms__grid{grid-template-columns:repeat(1,1fr)}}.adminForms__header{display:grid;grid-template-columns:50px 1fr 100px 100px 150px 1fr;align-items:center;font-size:.8rem;color:#737b8d;font-weight:600;padding:1rem;gap:1rem}.adminForms__header span:last-child{justify-self:flex-start}.adminForms__item{display:grid;grid-template-columns:50px 1fr 100px 100px 150px 1fr;align-items:center;gap:1rem;font-size:.8rem;color:#737b8d;padding:1rem;transition:background-color .2s ease;min-width:-moz-max-content;min-width:max-content;cursor:pointer}@media only screen and (max-width: 37.5em){.adminForms__item{font-size:.7rem}}@media only screen and (max-width: phone){.adminForms__item{font-size:.7rem}}.adminForms__item:nth-child(odd){background-color:#fff}.adminForms__item:nth-child(2n){background-color:#f9fafe}.adminForms__item:hover{background-color:#f4f6ff}.form__fileContainer{background-color:#ebecf1;border-radius:1rem;display:flex;flex-direction:column}.form__linkIcon{position:absolute!important;left:.5rem;top:0}.form__urlPreview{width:100%!important}.form__container{display:grid;grid-template-columns:1fr;align-items:flex-start}@media only screen and (max-width: 37.5em){.form__container{grid-template-columns:1fr}}@media only screen and (max-width: phone){.form__container{grid-template-columns:1fr}}.form__labelContainer{background-color:#ebecf1;border-radius:1rem;position:relative}.form__labelContainer input[type=text],.form__labelContainer input[type=file],.form__labelContainer input[type=number],.form__labelContainer input[type=password],.form__labelContainer textarea,.form__labelContainer .datePicker,.form__labelContainer select{all:unset;width:100%;flex:1;background:#ebecf1;padding:.5rem 1rem;transition:all .5s ease;box-sizing:border-box;border-bottom:2px solid transparent;cursor:text;border-radius:1rem;font-size:.8rem}.form__labelContainer input[type=text]:focus,.form__labelContainer input[type=file]:focus,.form__labelContainer input[type=number]:focus,.form__labelContainer input[type=password]:focus,.form__labelContainer textarea:focus,.form__labelContainer .datePicker:focus,.form__labelContainer select:focus{box-shadow:#0050ff33 0 1px 2px;border-color:var(--color-primary)}.form__label{font-size:.8rem;color:#505050;display:flex;align-items:center;gap:.2rem;width:-moz-max-content;width:max-content;padding:.5rem}@media only screen and (max-width: 37.5em){.form__label{padding:.5rem;font-size:.7rem}}@media only screen and (max-width: phone){.form__label{padding:.5rem;font-size:.7rem}}.form__options{background:#ebecf1;display:flex;flex-wrap:wrap;gap:0 .5rem;flex-direction:row!important;border-radius:1rem;padding:0 .7rem}.form__options label{font-size:.8rem!important;flex-direction:row!important}.form__option{display:flex;align-items:center;gap:0rem;color:#3e434d}.form__optionLabel{font-size:.8rem!important}.form__optionLabelDisabled{color:#000000bf!important}.form__info{font-size:1rem!important;color:var(--color-primary)}.form__tooltip{font-family:IRANYekanX,sans-serif!important}.form__labelDatepicker{display:flex;align-items:center;padding-right:.5rem}.form__labelDatepicker svg{font-size:1rem;color:gray;cursor:pointer}.form__labelDatepicker svg:hover{color:var(--color-primary)}.form__labelDatepicker input:focus{box-shadow:unset!important;border:unset!important}.form__file-label{color:#3e434d;font-size:.8rem;display:flex;gap:.2rem;align-items:center;padding:0 .5rem}.form__imgPreview{width:100%;border-radius:0 0 1rem 1rem}.form__helperText{position:absolute;bottom:0;font-size:.6rem;right:.7rem;color:red;transform:translateY(114%)}.form select{cursor:pointer!important}.form__arrowDropDown{position:absolute;left:.5rem;top:50%;transform:translateY(-50%)}.calendarOverlay{position:fixed;width:100%;height:100vh;top:0;left:0;z-index:1}.calendarOverlay .calendarContainer{position:absolute!important}.calendar{z-index:10000}.simpleModal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;max-width:50%;padding:2rem;border-radius:2rem;max-height:80vh;display:flex;flex-direction:column;align-items:flex-start;outline:unset}@media only screen and (max-width: 56.25em){.simpleModal{width:80%}}@media only screen and (max-width: tab-port){.simpleModal{width:80%}}.logRow{font-size:.7rem;font-weight:300;margin-bottom:.6rem}.logRow__time{color:#d3d3d3;font-family:monospace}.liveMonitoring{height:100%;display:flex;flex-direction:column;margin-left:2rem}.liveMonitoring h1{font-size:1.2rem}@media only screen and (max-width: 75em){.liveMonitoring{padding:2rem;margin:0}}@media only screen and (max-width: tab-land){.liveMonitoring{padding:2rem;margin:0}}@media only screen and (max-width: 56.25em){.liveMonitoring{padding:1rem}}@media only screen and (max-width: tab-port){.liveMonitoring{padding:1rem}}.liveMonitoring__console{background:#272f5b;margin:0 0 2rem;border-radius:5px;color:#fff;padding:.5rem .2rem;height:100%;overflow-y:auto;list-style:none}.createForm{padding:2rem;gap:1rem;align-items:flex-start;margin-left:2rem;display:grid;grid-template-columns:1fr 1fr;background-color:#fff;border-radius:.75rem}@media only screen and (max-width: 75em){.createForm{margin:2rem}}@media only screen and (max-width: tab-land){.createForm{margin:2rem}}@media only screen and (max-width: 56.25em){.createForm{margin:1rem;padding:1rem;border-radius:1rem;grid-template-columns:1fr}}@media only screen and (max-width: tab-port){.createForm{margin:1rem;padding:1rem;border-radius:1rem;grid-template-columns:1fr}}.createForm__input{min-width:50%}.createForm__textarea{min-width:100%}.createForm h2{grid-column:1/3}@media only screen and (max-width: 56.25em){.createForm h2{grid-column:unset}}@media only screen and (max-width: tab-port){.createForm h2{grid-column:unset}}.createForm__btns{display:flex;align-items:center;gap:1rem;grid-column:2/3;width:-moz-max-content;width:max-content;justify-self:flex-end}@media only screen and (max-width: 56.25em){.createForm__btns{grid-column:unset}}@media only screen and (max-width: tab-port){.createForm__btns{grid-column:unset}}.createForm__button{min-width:7rem}.formConfiguration__setting{border-radius:63px;background-color:#f7f8fb;padding:2rem}@media only screen and (max-width: 56.25em){.formConfiguration__setting{border-radius:2rem;box-shadow:unset}}@media only screen and (max-width: tab-port){.formConfiguration__setting{border-radius:2rem;box-shadow:unset}}@media only screen and (max-width: 37.5em){.formConfiguration__setting{border-radius:1rem;padding:1rem}}@media only screen and (max-width: phone){.formConfiguration__setting{border-radius:1rem;padding:1rem}}.formConfiguration__setting header{display:flex;align-items:center;margin-bottom:1rem;justify-content:space-between}.formConfiguration__setting header h3{margin:0}@media only screen and (max-width: 37.5em){.formConfiguration__setting header h3{font-size:1rem;color:var(--color-primary)}}@media only screen and (max-width: phone){.formConfiguration__setting header h3{font-size:1rem;color:var(--color-primary)}}.formConfiguration__meta{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.formConfiguration__meta>*:last-child{grid-column:1/3}@media only screen and (max-width: 37.5em){.formConfiguration__meta{grid-template-columns:1fr}.formConfiguration__meta>*:last-child{grid-column:unset}}@media only screen and (max-width: phone){.formConfiguration__meta{grid-template-columns:1fr}.formConfiguration__meta>*:last-child{grid-column:unset}}.createGroup{padding:2rem;flex-direction:column;gap:1rem;align-items:flex-start;margin-left:2rem;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:max-content max-content max-content max-content;background-color:#fff;border-radius:.75rem}@media only screen and (max-width: 56.25em){.createGroup{margin-left:0;grid-template-columns:1fr}}@media only screen and (max-width: tab-port){.createGroup{margin-left:0;grid-template-columns:1fr}}.createGroup__input{min-width:50%}.createGroup__textarea{min-width:100%;grid-column:1/3}@media only screen and (max-width: 56.25em){.createGroup__textarea{grid-column:unset}}@media only screen and (max-width: tab-port){.createGroup__textarea{grid-column:unset}}.createGroup__weight{min-width:100%;grid-column:1/3}@media only screen and (max-width: 56.25em){.createGroup__weight{grid-column:unset}}@media only screen and (max-width: tab-port){.createGroup__weight{grid-column:unset}}.createGroup h2{grid-column:1/3}@media only screen and (max-width: 56.25em){.createGroup h2{grid-column:unset}}@media only screen and (max-width: tab-port){.createGroup h2{grid-column:unset}}.createGroup__btns{display:flex;align-items:center;gap:1rem;grid-column:2/3;width:-moz-max-content;width:max-content;justify-self:flex-end}@media only screen and (max-width: 56.25em){.createGroup__btns{grid-column:unset}}@media only screen and (max-width: tab-port){.createGroup__btns{grid-column:unset}}.urlPreview{position:relative}.urlPreview a{text-decoration:unset;color:unset}.urlPreview__label{background-color:#ebecf1!important;padding:.2rem .7rem!important;border-radius:.5rem .5rem 0 0!important;color:#737373!important;font-size:.8rem!important;display:flex!important;align-items:center!important;gap:.5rem!important;cursor:pointer!important}.urlPreview__metaData{width:20rem;background:#ebecf1!important;display:flex;flex-direction:column;gap:.2rem;position:relative;padding:.2rem .5rem 1rem}.urlPreview__metaData img{max-height:10rem;-o-object-fit:cover;object-fit:cover}.urlPreview__metaData h3{font-size:.7rem;line-height:1.4rem;margin:unset;color:#444}.urlPreview__metaData p{font-size:.6rem;line-height:1rem;color:#777;margin:0}.urlPreview__metaData span{position:absolute;left:5px;bottom:0;font-size:.6rem;line-height:1rem;color:#777;margin:0}.adminFormBox{position:relative!important;width:100%!important;margin:0!important;background-color:#fff;border-radius:1.2rem;padding:.5rem .5rem 1.5rem 1.5rem!important}.adminFormBox__close{background-color:#dedddd!important;color:var(--color-primary-dark)!important}.adminFormBox__actions{position:absolute;left:2rem;bottom:0;transform:translateY(50%);display:flex;align-items:center;gap:.5rem}.adminFormBox__empty{display:flex;align-items:center;justify-content:center;border:3px dashed lightgray;padding-bottom:1rem;transition:all .1s ease;margin-top:2rem;cursor:pointer}.adminFormBox__empty p{font-size:.8rem;font-weight:500;color:gray;border-bottom:2px solid gray;border-radius:.3rem;padding:.2rem .6rem;transition:all .05s ease}.adminFormBox__empty:hover{border-color:#bababa}.adminFormBox__empty:hover p{border:2px solid gray}.adminFormBox .addIcon{background-color:var(--color-primary-dark);color:#fff;border-radius:1rem;padding-left:1rem;padding-right:1rem;font-size:.8rem}.adminFormBox__options{display:flex;gap:1rem;list-style:none;flex-wrap:wrap}.adminFormBox__options li{background-color:#dcdfe9;border-radius:.5rem;padding:0 .5rem;font-size:.8rem;color:#525050}.adminFormBox__options button{margin-right:.5rem}.adminFormBox__options svg{font-size:.8rem}.adminFormRows{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.adminFormRows header{display:grid;grid-template-columns:.2fr 1fr 1fr 2fr;font-weight:600;font-size:.9rem;gap:2rem;margin-right:50px}@media only screen and (max-width: 37.5em){.adminFormRows header{grid-template-columns:.2fr 1fr 2fr;margin-right:44px}}@media only screen and (max-width: phone){.adminFormRows header{grid-template-columns:.2fr 1fr 2fr;margin-right:44px}}.adminFormRows header span{color:#545353;padding-right:1rem}.adminFormRows header span:nth-child(3){border-left:1px solid var(--color-primary);border-right:1px solid var(--color-primary)}@media only screen and (max-width: 37.5em){.adminFormRows header span:nth-child(3){border-left:unset;border-right:unset}.adminFormRows header span:nth-child(2){border-left:1px solid var(--color-primary)}}@media only screen and (max-width: phone){.adminFormRows header span:nth-child(3){border-left:unset;border-right:unset}.adminFormRows header span:nth-child(2){border-left:1px solid var(--color-primary)}}.adminFormRows .formRow1{flex:1;background-color:#f7f8fb;border-radius:1rem;padding:1rem}@media only screen and (max-width: 37.5em){.adminFormRows .formRow1{padding:.5rem}}@media only screen and (max-width: phone){.adminFormRows .formRow1{padding:.5rem}}.adminFormRows .formRow{display:grid;grid-template-columns:.2fr 1fr 1fr 2fr;font-weight:500;font-size:.8rem;gap:2rem;color:var(--color-primary-dark);align-items:center}@media only screen and (max-width: 37.5em){.adminFormRows .formRow{grid-template-columns:.2fr 1fr 1fr;gap:.5rem}}@media only screen and (max-width: phone){.adminFormRows .formRow{grid-template-columns:.2fr 1fr 1fr;gap:.5rem}}.adminFormRows .formRow__arrow-container{display:flex;flex-direction:column}.adminFormRows .formRow__preview{display:flex;align-items:center;flex-wrap:wrap;gap:.7rem;padding-top:1rem}.adminFormRows .formRow__preview div{background-color:#ebecf1;padding:.2rem .7rem;border-radius:.5rem;color:#737373;font-size:.8rem}.adminFormRows .formRow__container{display:flex;align-items:center;gap:1rem}@media only screen and (max-width: 37.5em){.adminFormRows .formRow__container{gap:.2rem}}@media only screen and (max-width: phone){.adminFormRows .formRow__container{gap:.2rem}}.adminFormRows .formRow__arrow{background-color:#d3d3d3;transition:all .2s ease}.adminFormRows .formRow__arrow--rotate{transform:rotate(-90deg)}.adminFormRows .formRow__arrow svg{color:var(--color-primary-dark)}.adminFormRows .formRow button{font-size:.7rem;font-weight:600;opacity:.7}.adminFormRows .formRow__actions{display:flex;gap:.5rem}@media only screen and (max-width: 37.5em){.adminFormRows .formRow__actions{flex-direction:column}}@media only screen and (max-width: phone){.adminFormRows .formRow__actions{flex-direction:column}}.adminFormView{display:flex;gap:1rem;flex-direction:column;overflow-y:auto;overflow-x:hidden;height:100%;padding-left:.5rem}.adminFormView__header{display:flex;align-items:center;gap:1rem;padding:.3rem .3rem 1rem;border-bottom:2px solid rgba(0,0,0,.1);margin-bottom:1rem}.adminFormView__header button{border-radius:1rem}.adminFormView__headerContainer{display:flex;align-items:center;gap:.5rem}.adminFormView__saveLoading{position:absolute;right:3px;bottom:3px;background:#e4e1e1;color:red;padding:.1rem;border-radius:50%}.adminFormView__saveLoading svg{color:var(--color-primary)}.adminFormView__isSaved{position:absolute!important;right:2px!important;bottom:2px!important;background:#e4e1e1!important;color:var(--color-primary)!important;border-radius:50%!important;font-size:.9rem!important}.adminFormView__headerBtn{background-color:var(--color-primary)!important;border-radius:50%!important}.adminFormView__headerBtn svg{color:#e3e3e5}@media only screen and (max-width: 37.5em){.adminFormView__headerBtn svg{font-size:1rem}}@media only screen and (max-width: phone){.adminFormView__headerBtn svg{font-size:1rem}}.adminFormView__description{font-size:.8rem;color:gray;margin:0}.adminFormView h3{display:flex;align-items:center;gap:.5rem;font-size:1rem;margin:0 0 0 auto}@media only screen and (max-width: 37.5em){.adminFormView h3{font-size:.8rem}}@media only screen and (max-width: phone){.adminFormView h3{font-size:.8rem}}.adminFormView h3 svg{background-color:#fff;font-size:1rem;border-radius:50%;padding:.2rem;color:#4d4c4c;box-sizing:content-box}.adminFormView .nextBtn{font-weight:500;font-size:.8rem!important;padding:.4rem 1.6rem!important;border-radius:.4rem!important;box-shadow:#959da533 0 1px 2px;background:var(--color-primary);color:#fff}.adminFormView .nextBtn:hover{background:var(--color-primary-dark)}.userTreeList__cat--label{font-size:.8rem;color:#3e434d}.userTreeList__cat--button{background-color:gray!important;border-radius:50%;padding:.1rem!important}.userTreeList__cat--button:hover{background-color:#4b4b4b}.userTreeList__cat--button svg{color:#fff;font-size:1.1rem}.userTreeList__users{margin-right:2rem}.userTreeList__user--label{font-size:.8rem;color:#3e434d;font-weight:500}@media only screen and (max-width: 37.5em){.userTreeList__user--label{font-size:10px}}@media only screen and (max-width: phone){.userTreeList__user--label{font-size:10px}}.manageFormUsers{height:60vh;overflow-y:auto;display:flex;flex-direction:column}.manageFormUsers__setting{border-radius:63px;background-color:#f7f8fb;padding:2rem;flex:1;display:grid;grid-template-rows:max-content 1fr}@media only screen and (max-width: 37.5em){.manageFormUsers__setting{border-radius:1rem;padding:1rem}}@media only screen and (max-width: phone){.manageFormUsers__setting{border-radius:1rem;padding:1rem}}.manageFormUsers__setting header{display:flex;align-items:center;margin-bottom:1rem;justify-content:space-between}.manageFormUsers__setting header h3{margin:0}@media only screen and (max-width: 37.5em){.manageFormUsers__setting header h3{display:flex;flex-direction:column;gap:.2rem}}@media only screen and (max-width: phone){.manageFormUsers__setting header h3{display:flex;flex-direction:column;gap:.2rem}}.manageFormUsers__setting header h3 span{font-size:.6rem;font-weight:400;color:#f65757}.manageFormUsers__meta{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.manageFormUsers__meta>*:last-child{grid-column:1/3}.manageFormUsers__assign{display:grid;grid-template-columns:1fr max-content 1fr;gap:.5rem;margin-top:1rem;height:100%}@media only screen and (max-width: 37.5em){.manageFormUsers__assign{display:flex;flex-direction:column}}@media only screen and (max-width: phone){.manageFormUsers__assign{display:flex;flex-direction:column}}.manageFormUsers__assign--box{background-color:#fff;padding:.5rem 1rem;border-radius:.2rem;height:100%;overflow-y:auto}.manageFormUsers__assign--box h3{font-size:1rem;color:var(--color-primary);margin:.5rem 0rem}@media only screen and (max-width: 37.5em){.manageFormUsers__assign--box{height:-moz-max-content;height:max-content}.manageFormUsers__assign--box h3{font-size:.8rem}}@media only screen and (max-width: phone){.manageFormUsers__assign--box{height:-moz-max-content;height:max-content}.manageFormUsers__assign--box h3{font-size:.8rem}}.manageFormUsers__assign--middle{display:flex;flex-direction:column;gap:1rem;padding-top:2rem}.schedule{color:#3e434d;display:flex;flex-direction:column;gap:1rem}.schedule__box{overflow-y:auto;height:100%;display:grid;grid-template-rows:max-content max-content 1fr;padding:1rem;background-color:#fff;border-radius:.75rem;background-color:#f7f8fb}@media only screen and (max-width: 37.5em){.schedule__box{border-radius:1rem}}@media only screen and (max-width: phone){.schedule__box{border-radius:1rem}}.schedule__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.schedule__header button{font-size:.75rem}.schedule__row{display:flex;align-items:center}.schedule__row--box{padding:0 .3rem;background-color:#ebecf1;border-radius:1rem;display:flex;align-items:center;flex:1}.schedule__row--box svg{font-size:1rem}.schedule h3{font-size:1rem;color:var(--color-primary)}.schedule__folder{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;height:calc((100vh - 150px)/2)}.schedule__title{font-size:.8rem;font-weight:500;color:#4b4b4b;margin-bottom:0}.schedule__input{position:relative}.schedule__time{all:unset;position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:.8rem;color:#5e5c5c}.schedule__time:hover::-webkit-calendar-picker-indicator{filter:invert(48%) sepia(13%) saturate(3207%) hue-rotate(180deg) brightness(95%) contrast(80%);cursor:pointer}.schedule__item{font-size:.8rem!important;font-weight:500!important;color:#9b9fa4;cursor:pointer;padding:.2rem;border-radius:.5rem 0 0 .5rem;transition:all .2s ease;margin-left:auto!important}.schedule footer{display:grid;grid-template-columns:1fr;gap:1rem}.schedule footer button{border-radius:1rem;width:100%;background-color:var(--color-primary);color:#fff}.schedule footer button:hover{background-color:#001b57}.schedule footer button.save{background-color:var(--color-primary-dark)}.schedule footer button.save:hover{background-color:#001b57}.adminFormSidebar{color:#3e434d;display:flex;flex-direction:column;gap:1rem}.adminFormSidebar__modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:1rem;outline:unset;width:80%}.adminFormSidebar__box{overflow-y:auto;height:100%;display:grid;grid-template-rows:max-content max-content 1fr;padding:1rem;background-color:#fff;border-radius:.75rem}.adminFormSidebar__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.adminFormSidebar__header button{font-size:.75rem}.adminFormSidebar__row{display:flex;align-items:center}@media only screen and (max-width: 37.5em){.adminFormSidebar__row--sort{display:flex;flex-direction:column}}@media only screen and (max-width: phone){.adminFormSidebar__row--sort{display:flex;flex-direction:column}}.adminFormSidebar__row--box{padding:0 .3rem;background-color:#ebecf1;border-radius:1rem;display:flex;align-items:center;flex:1}.adminFormSidebar__row--box svg{font-size:1rem}.adminFormSidebar h3{font-size:1rem;color:var(--color-primary)}@media only screen and (max-width: 37.5em){.adminFormSidebar h3{font-size:.8rem}}@media only screen and (max-width: phone){.adminFormSidebar h3{font-size:.8rem}}.adminFormSidebar__folder{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;height:calc((100vh - 150px)/2);overflow:auto}.adminFormSidebar__item{font-size:.8rem!important;font-weight:500!important;color:#9b9fa4;cursor:pointer;padding:.2rem;border-radius:.5rem 0 0 .5rem;transition:all .2s ease;margin-left:auto!important}.adminFormSidebar footer{display:grid;grid-template-columns:1fr;gap:1rem}.adminFormSidebar footer button{border-radius:1rem;width:100%;background-color:var(--color-primary);color:#fff}.adminFormSidebar footer button:hover{background-color:#001b57}.adminFormSidebar footer button.save{background-color:var(--color-primary-dark)}.adminFormSidebar footer button.save:hover{background-color:#001b57}.makeFormPage{display:grid;grid-template-columns:1fr 20rem;padding-left:2rem;padding-bottom:2rem;height:100%;gap:1rem}@media only screen and (max-width: 75em){.makeFormPage{padding:2rem;grid-template-columns:1fr 17.5rem}}@media only screen and (max-width: tab-land){.makeFormPage{padding:2rem;grid-template-columns:1fr 17.5rem}}@media only screen and (max-width: 56.25em){.makeFormPage{grid-template-columns:1fr;height:unset}}@media only screen and (max-width: tab-port){.makeFormPage{grid-template-columns:1fr;height:unset}}@media only screen and (max-width: 37.5em){.makeFormPage{padding:1rem}}@media only screen and (max-width: phone){.makeFormPage{padding:1rem}}.makeFormPage .makeFormView{display:flex;gap:1rem;flex-direction:column;overflow-y:auto;overflow-x:hidden;height:100%;padding-left:.5rem}@media only screen and (max-width: 56.25em){.makeFormPage .makeFormView{padding-left:0}}@media only screen and (max-width: tab-port){.makeFormPage .makeFormView{padding-left:0}}.apexcharts-legend-marker{margin-right:unset;margin-left:3px}.apexcharts-legend-text,.apexcharts-text tspan{font-family:IRANYekanX,sans-serif!important}.fullReport{display:grid;grid-template-columns:repeat(4,1fr);height:calc(100% - 2rem);gap:2rem;grid-template-rows:max-content max-content}@media only screen and (max-width: 56.25em){.fullReport{grid-template-columns:1fr 1fr}}@media only screen and (max-width: tab-port){.fullReport{grid-template-columns:1fr 1fr}}.fullReport__row1{grid-column:1/5}@media only screen and (max-width: 56.25em){.fullReport__row1{grid-column:1/3;gap:1rem;grid-template-columns:1fr}}@media only screen and (max-width: tab-port){.fullReport__row1{grid-column:1/3;gap:1rem;grid-template-columns:1fr}}.fullReport h1{grid-column:1/5;font-size:1rem;margin:0 1rem -1rem;color:gray;text-align:center}@media only screen and (max-width: 56.25em){.fullReport h1{grid-column:1/3}}@media only screen and (max-width: tab-port){.fullReport h1{grid-column:1/3}}.fullReport__ticketBox{background:#fff;border-radius:2rem;display:flex;width:100%;flex-direction:column;gap:.2rem;min-height:3rem;flex:1;padding:1rem;position:relative}.fullReport__ticketBox--emptyMessage{position:absolute;left:50%;top:50%;font-size:.8rem;color:#777;transform:translate(-50%,-50%)}.fullReport__ticketBox .ticketStatus__answered{background-color:green;color:#fff}.fullReport__ticketBox .ticketStatus__deleted{background-color:red;color:#fff}.fullReport__ticketBox .ticketStatus__closed{background-color:gray;color:#fff}.fullReport__ticketBox .ticketStatus__pending{background-color:#fedc41;color:#444}.fullReport__ticketBox--item{height:-moz-max-content;height:max-content;display:flex;align-items:center;justify-content:space-between;width:100%;font-size:.8rem;color:#777;padding:.5rem;cursor:pointer;text-decoration:unset}.fullReport__ticketBox--item:not(:last-child){border-bottom:1px solid gray}.fullReport__ticketBox--item:hover{background-color:var(--color-primary);color:#fff;border-radius:.5rem}.fullReport__date--labelContainer{background:unset;border-bottom:1px solid #a59c9c;border-radius:0}.fullReport__date--input{background-color:unset!important;border-radius:unset!important;padding:.2rem!important}.fullReport__date--container{grid-template-columns:1fr}.fullReport__date--label{padding-bottom:.5rem;color:#7b7a7a;font-size:.65rem}.fullReport__select,.fullReport__label,.fullReport__menuItem{font-size:.75rem!important}.fullReport__formControl{min-width:10rem!important}.fullReport__filters{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.fullReport__filter{background-color:#fff;border-radius:.75rem;padding:1.5rem;grid-column:1/5}@media only screen and (max-width: 56.25em){.fullReport__filter{grid-column:1/3}}@media only screen and (max-width: tab-port){.fullReport__filter{grid-column:1/3}}.fullReport__filter label{font-size:1rem;align-self:flex-start;text-align:right;font-weight:500;margin-bottom:1rem;display:block}.fullReport__chart{background-color:#fff;border-radius:.75rem;grid-column:1/5;min-height:30rem;padding:1rem 1rem 3rem}.fullReport__chart--header{display:flex;align-items:center;overflow-x:auto;overflow-y:hidden;gap:.5rem;margin-top:auto;position:sticky;top:0;z-index:1;background:#eaecf2}.fullReport__chart--headerButton{font-size:.65rem;display:block;white-space:nowrap;background-color:#d3d3d3;color:#333;border-radius:.2rem .2rem 0 0;padding:.2rem .5rem;cursor:pointer}.fullReport__chart--headerButton--active{background-color:var(--color-primary);color:#d3d3d3}.fullReport__chart--header0{display:grid;grid-template-columns:1fr 20rem;gap:2rem;margin-bottom:1rem}.fullReport__chart p{font-size:.8rem;color:#777}.fullReport__chart label{font-size:1.2rem;font-weight:500;margin:0 auto;text-align:center;margin-bottom:1rem;display:block}@media only screen and (max-width: 56.25em){.fullReport__chart{grid-column:1/3}}@media only screen and (max-width: tab-port){.fullReport__chart{grid-column:1/3}}.fullReport__rizBox{border-radius:.75rem;height:10rem;align-items:center;display:flex;flex-direction:column;border:unset;justify-content:center;padding:1rem;gap:.5rem;background-color:#fff;color:var(--color-primary-dark);cursor:pointer}.fullReport__rizBox button{display:none;color:#fff}.fullReport__rizBox:hover{background-color:var(--color-primary);color:#fff}.fullReport__rizBox:hover button{display:flex}.fullReport__rizBox label{font-weight:600;line-height:2.5rem;text-align:center;font-size:.9rem;color:inherit}@media only screen and (max-width: 56.25em){.fullReport__rizBox label{line-height:1.5rem}}@media only screen and (max-width: tab-port){.fullReport__rizBox label{line-height:1.5rem}}.fullReport__rizBox span{font-size:3rem;font-weight:700;justify-self:center;color:inherit}.userSetting{display:flex;flex-direction:column;gap:1rem}@media only screen and (max-width: 37.5em){.userSetting__select{font-size:.7rem!important}}@media only screen and (max-width: phone){.userSetting__select{font-size:.7rem!important}}.userSetting h3{margin:unset}.userSetting .tree{height:15rem;overflow-y:auto}.userSetting__submit{align-self:flex-end}.userSetting__count{font-size:.7rem;margin-left:1rem;color:gray}.report{margin-left:2rem;flex:1;display:flex;flex-direction:column}@media only screen and (max-width: 75em){.report{margin:2rem}}@media only screen and (max-width: tab-land){.report{margin:2rem}}@media only screen and (max-width: 75em){.report{margin:1rem}}@media only screen and (max-width: tab-land){.report{margin:1rem}}.report__tabs{justify-content:center;margin-top:-1rem}.report__header{display:flex;align-items:center;gap:1rem;padding:.3rem .3rem 1rem;border-bottom:2px solid rgba(0,0,0,.1);margin-bottom:1rem}.report__header button{border-radius:1rem}.report main{display:grid;grid-template-columns:1fr 1fr;gap:2rem;flex:1;padding-bottom:2rem}@media only screen and (max-width: 37.5em){.report main{grid-template-columns:1fr}}@media only screen and (max-width: phone){.report main{grid-template-columns:1fr}}.report__box{background-color:#fff;border-radius:1rem;padding:2rem;height:100%;min-height:300px}.groupSetting{display:flex;flex-direction:column;gap:1rem}.groupSetting h3{margin:unset}.groupSetting .tree{height:15rem;overflow-y:auto}.groupSetting__submit{align-self:flex-end}.groupSetting__count{font-size:.7rem;margin-left:1rem;color:gray}.reportByUser{display:flex;flex-direction:column;gap:1rem}.reportByUser h3{margin:unset}.reportByUser__table header{display:grid;grid-template-columns:1fr 2rem;align-items:center;padding:.5rem;border-bottom:1px solid rgba(0,0,0,.5)}.reportByUser__table header span{font-weight:600;font-size:.9rem}.reportByUser__header{display:flex;justify-content:space-between;align-items:center}.reportByUser__row{display:grid;grid-template-columns:1fr 2rem;align-items:center;padding-top:.5rem;height:48px}.reportByUser__row span{font-size:.8rem;color:#3f3e3e}.reportByUser__submit{align-self:flex-end}.reportByUser__loading{display:inline-block;width:1.6rem;height:1.6rem}.heatmapReport{display:grid;grid-template-columns:repeat(4,1fr);height:calc(100% - 2rem);gap:2rem;grid-template-rows:max-content max-content}@media only screen and (max-width: 56.25em){.heatmapReport{grid-template-columns:1fr 1fr}}@media only screen and (max-width: tab-port){.heatmapReport{grid-template-columns:1fr 1fr}}.heatmapReport__row1{grid-column:1/5}@media only screen and (max-width: 56.25em){.heatmapReport__row1{grid-column:1/3;gap:1rem;grid-template-columns:1fr}}@media only screen and (max-width: tab-port){.heatmapReport__row1{grid-column:1/3;gap:1rem;grid-template-columns:1fr}}.heatmapReport h1{grid-column:1/5;font-size:1rem;margin:0 1rem -1rem;color:gray;text-align:center}@media only screen and (max-width: 56.25em){.heatmapReport h1{grid-column:1/3}}@media only screen and (max-width: tab-port){.heatmapReport h1{grid-column:1/3}}.heatmapReport__ticketBox{background:#fff;border-radius:2rem;display:flex;width:100%;flex-direction:column;gap:.2rem;min-height:3rem;flex:1;padding:1rem;position:relative}.heatmapReport__ticketBox--emptyMessage{position:absolute;left:50%;top:50%;font-size:.8rem;color:#777;transform:translate(-50%,-50%)}.heatmapReport__ticketBox .ticketStatus__answered{background-color:green;color:#fff}.heatmapReport__ticketBox .ticketStatus__deleted{background-color:red;color:#fff}.heatmapReport__ticketBox .ticketStatus__closed{background-color:gray;color:#fff}.heatmapReport__ticketBox .ticketStatus__pending{background-color:#fedc41;color:#444}.heatmapReport__ticketBox--item{height:-moz-max-content;height:max-content;display:flex;align-items:center;justify-content:space-between;width:100%;font-size:.8rem;color:#777;padding:.5rem;cursor:pointer;text-decoration:unset}.heatmapReport__ticketBox--item:not(:last-child){border-bottom:1px solid gray}.heatmapReport__ticketBox--item:hover{background-color:var(--color-primary);color:#fff;border-radius:.5rem}.heatmapReport__date--labelContainer{background:unset;border-bottom:1px solid #a59c9c;border-radius:0}.heatmapReport__date--input{background-color:unset!important;border-radius:unset!important;padding:.2rem!important}.heatmapReport__date--container{grid-template-columns:1fr}.heatmapReport__date--label{padding-bottom:.5rem;color:#7b7a7a;font-size:.65rem}.heatmapReport__select,.heatmapReport__label,.heatmapReport__menuItem{font-size:.75rem!important}.heatmapReport__formControl{min-width:10rem!important}.heatmapReport__filters{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.heatmapReport__filter{background-color:#fff;border-radius:.75rem;padding:1.5rem;grid-column:1/5}@media only screen and (max-width: 56.25em){.heatmapReport__filter{grid-column:1/3}}@media only screen and (max-width: tab-port){.heatmapReport__filter{grid-column:1/3}}.heatmapReport__filter label{font-size:1rem;align-self:flex-start;text-align:right;font-weight:500;margin-bottom:1rem;display:block}.heatmapReport__chart{background-color:#fff;border-radius:.75rem;grid-column:1/5;min-height:30rem;padding:1rem 1rem 3rem}.heatmapReport__chart--header{display:flex;align-items:center;overflow-x:auto;overflow-y:hidden;gap:.5rem;margin-top:auto;position:sticky;top:0;z-index:1;background:#eaecf2}.heatmapReport__chart--headerButton{font-size:.65rem;display:block;white-space:nowrap;background-color:#d3d3d3;color:#333;border-radius:.2rem .2rem 0 0;padding:.2rem .5rem;cursor:pointer}.heatmapReport__chart--headerButton--active{background-color:var(--color-primary);color:#d3d3d3}.heatmapReport__chart--header0{display:grid;grid-template-columns:1fr 20rem;gap:2rem;margin-bottom:1rem}.heatmapReport__chart p{font-size:.8rem;color:#777}.heatmapReport__chart label{font-size:1.2rem;font-weight:500;margin:0 auto;text-align:center;margin-bottom:1rem;display:block}@media only screen and (max-width: 56.25em){.heatmapReport__chart{grid-column:1/3}}@media only screen and (max-width: tab-port){.heatmapReport__chart{grid-column:1/3}}.heatmapReport__rizBox{border-radius:.75rem;height:10rem;align-items:center;display:flex;flex-direction:column;border:unset;justify-content:center;padding:1rem;gap:.5rem;background-color:#fff;color:var(--color-primary-dark);cursor:pointer}.heatmapReport__rizBox button{display:none;color:#fff}.heatmapReport__rizBox:hover{background-color:var(--color-primary);color:#fff}.heatmapReport__rizBox:hover button{display:flex}.heatmapReport__rizBox label{font-weight:600;line-height:2.5rem;text-align:center;font-size:.9rem;color:inherit}@media only screen and (max-width: 56.25em){.heatmapReport__rizBox label{line-height:1.5rem}}@media only screen and (max-width: tab-port){.heatmapReport__rizBox label{line-height:1.5rem}}.heatmapReport__rizBox span{font-size:3rem;font-weight:700;justify-self:center;color:inherit}.formExcelView{background-color:#fff;position:relative;overflow-y:auto}.formExcelView__tooltip{margin-top:2px!important}.formExcelView table{border-collapse:collapse;width:100%;position:relative}.formExcelView table th{border-top:1px solid rgba(50,50,50,.2);position:sticky;top:0}.formExcelView table td,.formExcelView table th{border-left:1px solid rgba(50,50,50,.2);border-bottom:1px solid rgba(50,50,50,.2);font-size:12px;text-align:right;padding:.2rem;white-space:nowrap}.formExcelView table td:first-child,.formExcelView table th:first-child{border-right:1px solid rgba(50,50,50,.2)}.formExcelView table a{color:var(--color-primary-dark)}.formExcelView__header{display:flex;align-items:center;overflow-x:auto;overflow-y:hidden;gap:.5rem;margin-top:auto;position:sticky;top:0;z-index:1;background:#eaecf2}.formExcelView__headerButton{font-size:.65rem;display:block;white-space:nowrap;background-color:#d3d3d3;color:#333;border-radius:.2rem .2rem 0 0;padding:.2rem .5rem;cursor:pointer}.formExcelView__headerButton--active{background-color:var(--color-primary);color:#d3d3d3}.formExcelView__header0{display:grid;grid-template-columns:1fr 20rem;gap:2rem;margin-bottom:1rem}.reviewFormSidebar{color:#3e434d;display:flex;flex-direction:column;gap:1rem}@media only screen and (max-width: 56.25em){.reviewFormSidebar{gap:0}}@media only screen and (max-width: tab-port){.reviewFormSidebar{gap:0}}.reviewFormSidebar__modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:1rem;outline:unset;width:80%}.reviewFormSidebar__box{overflow-y:auto;height:100%;display:grid;grid-template-rows:max-content max-content 1fr;padding:1rem;background-color:#fff;border-radius:.75rem}.reviewFormSidebar__save{font-size:.7rem;color:gray;margin-left:.5rem;margin-right:auto;animation:blink 2s infinite linear}.reviewFormSidebar__header{display:grid;grid-template-columns:max-content 1fr max-content;align-items:center;justify-content:space-between;gap:.5rem}@media only screen and (max-width: 56.25em){.reviewFormSidebar__header{padding:1rem 1rem 0}}@media only screen and (max-width: tab-port){.reviewFormSidebar__header{padding:1rem 1rem 0}}.reviewFormSidebar__header--position{margin:0;font-size:.6rem;color:#555;text-align:center;line-height:.8rem}.reviewFormSidebar__header button{font-size:.75rem;width:-moz-max-content;width:max-content}.reviewFormSidebar__row{display:flex;align-items:center}.reviewFormSidebar__row--box{padding:0 .3rem;background-color:#ebecf1;border-radius:1rem;display:flex;align-items:center;flex:1}.reviewFormSidebar__row--box svg{font-size:1rem}.reviewFormSidebar h3{font-size:1rem;color:var(--color-primary)}.reviewFormSidebar__folder{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;height:calc((100vh - 150px)/2);overflow:auto}.reviewFormSidebar__item{font-size:.8rem!important;font-weight:500!important;color:#9b9fa4;cursor:pointer;padding:.2rem;border-radius:.5rem 0 0 .5rem;transition:all .2s ease;margin-left:auto!important;border-right:5px solid transparent}.reviewFormSidebar__item.active{border-color:var(--color-primary);color:var(--color-primary)}.reviewFormSidebar__item:hover{background-color:var(--color-primary);color:#fff}.reviewFormSidebar footer{display:grid;grid-template-columns:1fr;gap:1rem}.reviewFormSidebar footer button{border-radius:1rem;width:100%;background-color:var(--color-primary);color:#fff}.reviewFormSidebar footer button:hover{background-color:#001b57}.reviewFormSidebar footer button.save{background-color:green}.reviewFormSidebar footer button.save:hover{background-color:#27ab27}.reviewScore{display:flex;align-items:center;gap:1rem;margin-top:2rem}.reviewScore label{font-size:.7rem;width:4.5rem;margin-left:2rem}.reviewScore__markLabel{font-family:IRANYekanX,serif!important;font-size:.7rem!important}.reviewScore__label{font-family:IRANYekanX,serif!important;background:var(--color-primary-dark)!important}.reviewScore__label--veryBad{background:red!important}.reviewScore__label--bad{background:#ea5b5b!important}.reviewScore__label--mid{background:#cb9320!important}.reviewScore__label--good{background:#4f6936!important}.reviewScore__label--excellent{background:#55a104!important}.reviewScore button{font-size:.8rem}.reviewFormBox{position:relative!important;background-color:#fff;border-radius:1.2rem;padding:.5rem .5rem 1.5rem 1.5rem!important}.reviewFormBox__content{width:100%!important;margin:0!important}.reviewFormBox__footer{margin:1rem 1rem 0;border-top:1px solid rgba(0,0,0,.2);padding-top:1rem;margin-left:0}.reviewFormBox__footer label{font-size:.8rem;font-weight:500;color:#464646;min-width:5rem}.reviewFormBox__footer h3{font-size:1rem}.reviewFormBox__close{background-color:#dedddd!important;color:var(--color-primary-dark)!important}.reviewFormBox__actions{position:absolute;left:2rem;bottom:0;transform:translateY(50%);display:flex;align-items:center;gap:.5rem}.reviewFormBox__empty{display:flex;align-items:center;justify-content:center;border:3px dashed lightgray;padding-bottom:1rem;transition:all .1s ease;margin-top:2rem;cursor:pointer}.reviewFormBox__empty p{font-size:.8rem;font-weight:500;color:gray;border-bottom:2px solid gray;border-radius:.3rem;padding:.2rem .6rem;transition:all .05s ease}.reviewFormBox__empty:hover{border-color:#bababa}.reviewFormBox__empty:hover p{border:2px solid gray}.reviewFormBox .addIcon{background-color:var(--color-primary-dark);color:#fff;border-radius:1rem;padding-left:1rem;padding-right:1rem;font-size:.8rem}.reviewFormBox__status{display:flex;gap:2rem;margin-bottom:1rem;align-items:center}.reviewFormBox__description{display:flex;gap:2rem;margin-bottom:1rem;align-items:center;position:relative}.reviewFormBox__description p{font-size:.7rem;color:#666}.reviewFormBox__description--error{position:absolute;left:0;bottom:-1.2rem;color:red;font-size:.6rem}.reviewFormBox__description textarea{all:unset;flex:1;border:1px solid gray;background-color:#fff;border-radius:1rem;padding:1rem;font-size:.8rem;min-height:5rem}.reviewFormBox .formStatus{border-radius:1rem;color:#fff;font-size:.8rem;min-width:5rem;text-align:center;margin-left:1rem;display:flex;align-items:center;gap:1rem;padding:.2rem .2rem .2rem 1rem;border:3px solid}.reviewFormBox .formStatus__verify{background-color:var(--color-verify)}.reviewFormBox .formStatus__reject{background-color:var(--color-reject)}.reviewFormBox .formStatus__edit{background-color:var(--color-edit)}.reviewFormBox .formStatus__active{filter:brightness(1.2);border:3px solid #444}.reviewFormRows{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.reviewFormRows__filter{display:flex;gap:1rem;align-items:center;border-bottom:1px solid #dedbdb;padding-bottom:.5rem;flex-wrap:wrap}@media only screen and (max-width: 37.5em){.reviewFormRows__filter{gap:.5rem}}@media only screen and (max-width: phone){.reviewFormRows__filter{gap:.5rem}}.reviewFormRows__filter--item{border-radius:.5rem!important;padding:.2rem 1rem!important;background-color:#f5f6f6!important;min-width:4rem!important;display:inline-block!important;font-size:.7rem!important;color:gray!important;cursor:pointer!important}.reviewFormRows__filter--active{background-color:#d3d3d3!important}.reviewFormRows header{display:grid;grid-template-columns:.5rem 1fr max-content;font-weight:600;font-size:.9rem;gap:2rem;margin-right:50px}.reviewFormRows header span{color:#545353;padding-right:1rem}.reviewFormRows header span:nth-child(3){border-left:1px solid var(--color-primary);border-right:1px solid var(--color-primary)}.reviewFormRows .formRow1{flex:1;background-color:#f7f8fb;border-radius:1rem;padding:1rem}.reviewFormRows .formRow{display:grid;grid-template-columns:.5rem 1fr max-content;font-weight:500;font-size:.8rem;gap:2rem;color:var(--color-primary-dark);align-items:center}.reviewFormRows .formRow__span{display:flex;gap:.5rem}@media only screen and (max-width: 37.5em){.reviewFormRows .formRow__span{flex-direction:column;align-items:flex-start}}@media only screen and (max-width: phone){.reviewFormRows .formRow__span{flex-direction:column;align-items:flex-start}}.reviewFormRows .formRow__reviewResult{background-color:#aaa4;padding:.5rem;border-radius:.5rem;font-size:.7rem;color:#555}.reviewFormRows .formRow__reviewResult--header{display:flex;margin-bottom:.5rem;justify-content:space-between}.reviewFormRows .formRow__reviewResult--content{margin-bottom:.5rem}.reviewFormRows .formRow__reviewResult--content p{margin:unset;margin-top:.3rem;font-weight:500}.reviewFormRows .formRow__status{border-radius:.5rem;padding:.2rem 1rem;min-width:4rem;display:inline-block;font-size:.7rem;color:#fff;background-color:#d3d3d3;margin-right:1rem}@media only screen and (max-width: 37.5em){.reviewFormRows .formRow__status{margin-right:0}}@media only screen and (max-width: phone){.reviewFormRows .formRow__status{margin-right:0}}.reviewFormRows .formRow__preview{display:flex;align-items:center;flex-wrap:wrap;gap:.7rem;padding-top:1rem}.reviewFormRows .formRow__preview--item{color:#737373;align-self:flex-start;font-size:.8rem;display:flex;align-items:center}.reviewFormRows .formRow__preview--answer{margin-right:.2rem;padding:.2rem .5rem;border-radius:.5rem;background-color:#ebecf1}.reviewFormRows .formRow__container{display:flex;align-items:center;gap:1rem}.reviewFormRows .formRow__arrow{background-color:#d3d3d3;transition:all .2s ease}.reviewFormRows .formRow__arrow--rotate{transform:rotate(-90deg)}.reviewFormRows .formRow__arrow svg{color:var(--color-primary-dark)}.reviewFormRows .formRow button{font-size:.7rem;font-weight:600;opacity:.7}.reviewFormRows .formRow__actions{display:flex;gap:.5rem}@media only screen and (max-width: 37.5em){.reviewFormRows .formRow__actions{flex-direction:column}}@media only screen and (max-width: phone){.reviewFormRows .formRow__actions{flex-direction:column}}.filePreview{background-color:#ebecf1!important;padding:.2rem .7rem!important;border-radius:.5rem .5rem 0 0!important;color:#737373!important;font-size:.8rem!important;display:flex!important;align-items:center!important;gap:.5rem!important;cursor:pointer!important}.filePreview__container img{width:100%;max-width:15rem}.filePreview svg{font-size:1rem}.reviewFormView{display:flex;gap:1rem;flex-direction:column;overflow-y:auto;overflow-x:hidden;height:100%;padding-left:.5rem}.reviewFormView__headerBtn{background-color:var(--color-primary)!important;border-radius:50%!important}.reviewFormView__headerBtn svg{color:#e3e3e5}.reviewFormView__headerContainer{display:flex;align-items:center;gap:.5rem}.reviewFormView__saveLoading{position:absolute;right:3px;bottom:3px;background:#e4e1e1;color:red;padding:.1rem;border-radius:50%}.reviewFormView__saveLoading svg{color:var(--color-primary)}.reviewFormView__isSaved{position:absolute!important;right:2px!important;bottom:2px!important;background:#e4e1e1!important;color:var(--color-primary)!important;border-radius:50%!important;font-size:.9rem!important}.reviewFormView__header{display:flex;align-items:center;justify-content:space-between;background-color:var(--color-primary);border-radius:1rem;padding:.3rem;flex:1}.reviewFormView__header h3{color:#fff;margin:.5rem;font-size:1rem}@media only screen and (max-width: 37.5em){.reviewFormView__header h3{font-size:.8rem}}@media only screen and (max-width: phone){.reviewFormView__header h3{font-size:.8rem}}.reviewFormView .nextBtn{font-weight:500;font-size:.8rem!important;padding:.4rem 1.6rem!important;border-radius:.4rem!important;box-shadow:#959da533 0 1px 2px;background:var(--color-primary);color:#fff}.reviewFormView .nextBtn:hover{background:var(--color-primary-dark)}.reviewFormPage{display:grid;grid-template-columns:1fr 20rem;padding-left:2rem;padding-bottom:2rem;height:100%;gap:1rem}@media only screen and (max-width: 75em){.reviewFormPage{padding:2rem;grid-template-columns:1fr 15rem}}@media only screen and (max-width: tab-land){.reviewFormPage{padding:2rem;grid-template-columns:1fr 15rem}}@media only screen and (max-width: 56.25em){.reviewFormPage{grid-template-columns:1fr}}@media only screen and (max-width: tab-port){.reviewFormPage{grid-template-columns:1fr}}.reviewFormPage__oneColumn{grid-template-columns:1fr}@media only screen and (max-width: 37.5em){.reviewFormPage{padding:1rem}}@media only screen and (max-width: phone){.reviewFormPage{padding:1rem}}.ticketStatus{background-color:#0ff;padding:.2rem .5rem;color:#777;font-weight:600;border-radius:.7rem;font-size:.65rem;display:inline-block;margin-right:1rem}.ticketStatus__answered{background-color:green;color:#fff}.ticketStatus__deleted{background-color:red;color:#fff}.ticketStatus__closed{background-color:gray;color:#fff}.ticketStatus__pending{background-color:#fedc41!important;color:#444}.adminTickets{margin-left:2rem}@media only screen and (max-width: 75em){.adminTickets{margin-left:0;padding:2rem}}@media only screen and (max-width: tab-land){.adminTickets{margin-left:0;padding:2rem}}@media only screen and (max-width: 37.5em){.adminTickets{padding:1rem}}@media only screen and (max-width: phone){.adminTickets{padding:1rem}}.adminTickets header{display:flex;align-items:center;gap:1rem;background-color:#fff;border-radius:1rem;padding:.5rem 2rem;margin-bottom:1rem}.adminTickets header h3{margin-left:auto}.adminTickets main{background-color:#fff;border-radius:1rem;padding:1rem;overflow-x:auto}.adminTickets__header{display:grid;grid-template-columns:50px 1fr 7rem 7rem 7rem 114px;align-items:center;font-size:.8rem;color:#737b8d;font-weight:600;padding:1rem;gap:1rem}.adminTickets__header span:last-child{justify-self:flex-start}.adminTickets__filter{display:flex;align-items:center;gap:.5rem;background-color:#eaf0f6;border-radius:1rem;border:1px solid var(--color-primary);font-size:.8rem;padding:0 .5rem;color:#666}.adminTickets__filter select{color:#444;all:unset;padding:.5rem;font-weight:500}.adminTickets__filter svg{color:gray;font-size:1.2rem}.adminTickets__search{display:flex;align-items:center;gap:.5rem;background-color:#eaf0f6;border-radius:1rem;border:1px solid var(--color-primary);font-size:.8rem;padding-left:.5rem;color:#444}.adminTickets__search input{all:unset;padding:.5rem}.adminTickets__search svg{color:gray;font-size:1.2rem}.adminTickets__item{text-decoration:unset;display:grid;grid-template-columns:50px 1fr 7rem 8rem 7rem 114px;align-items:center;gap:1rem;font-size:.8rem;color:#737b8d;padding:1rem;transition:background-color .2s ease;cursor:pointer;min-width:-moz-max-content;min-width:max-content}.adminTickets__item a{color:inherit;width:100%;line-height:1.2rem}.adminTickets__item:nth-child(odd){background-color:#fff}.adminTickets__item:nth-child(2n){background-color:#f9fafe}.adminTickets__item:hover{background-color:#f4f6ff}.adminTickets__list{min-width:-moz-max-content;min-width:max-content}.adminTickets__number{font-size:.8rem;font-weight:600;text-decoration:underline;display:flex}.ticketMessage{background-color:#ebecf1;padding:1rem 1rem 2rem 1.5rem;border-radius:.5rem;width:-moz-max-content;width:max-content;color:#666;font-size:.8rem;position:relative;height:-moz-max-content;height:max-content;min-width:8rem;max-width:100%}.ticketMessage a{text-decoration:unset;color:unset}.ticketMessage__file{display:flex;align-items:center;gap:2rem;justify-content:space-between;cursor:pointer}.ticketMessage__file svg{background:#f4fcfc;border-radius:50%;padding:.3rem;font-size:2rem;color:gray}.ticketMessage--front{background-color:var(--color-primary-dark);padding:1rem 1.5rem 2rem 1rem;color:#fff;align-self:flex-end}.ticketMessage--front .ticketMessage--date{right:.5rem;bottom:.5rem;color:#eee!important}.ticketMessage--date{align-self:flex-end;font-size:.6rem;position:absolute;left:.5rem;color:#444;bottom:.5rem;direction:ltr}.adminTicketDetail{margin-left:2rem;display:grid;grid-template-rows:max-content 1fr max-content;height:calc(100% - 2rem);grid-template-columns:1fr 15rem;gap:1rem}@media only screen and (max-width: 75em){.adminTicketDetail{margin-left:0;padding:2rem}}@media only screen and (max-width: tab-land){.adminTicketDetail{margin-left:0;padding:2rem}}@media only screen and (max-width: 37.5em){.adminTicketDetail{margin-left:0;padding:1rem;grid-template-columns:1fr;grid-template-rows:unset}}@media only screen and (max-width: phone){.adminTicketDetail{margin-left:0;padding:1rem;grid-template-columns:1fr;grid-template-rows:unset}}.adminTicketDetail header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;grid-column:1/3}@media only screen and (max-width: 37.5em){.adminTicketDetail header{grid-column:unset;margin-bottom:1rem}}@media only screen and (max-width: phone){.adminTicketDetail header{grid-column:unset;margin-bottom:1rem}}.adminTicketDetail header h1{color:#444;margin:0 0 0 auto;font-size:1.5rem}@media only screen and (max-width: 37.5em){.adminTicketDetail header h1{font-size:1.2rem}}@media only screen and (max-width: phone){.adminTicketDetail header h1{font-size:1.2rem}}.adminTicketDetail header p{margin:0;color:#777;font-size:.8rem}.adminTicketDetail main{background-color:#fff;padding:2rem;display:flex;flex-direction:column;border-radius:2rem;height:100%;flex:1;grid-row:2/4;overflow-y:auto}@media only screen and (max-width: 37.5em){.adminTicketDetail main{grid-row:2/3;height:80vh}}@media only screen and (max-width: phone){.adminTicketDetail main{grid-row:2/3;height:80vh}}.adminTicketDetail__messageBox{height:100%;overflow-y:auto;display:flex;flex-direction:column;margin-bottom:1rem;gap:1rem;padding:0 1rem}.adminTicketDetail__message{background-color:#ebecf1;padding:1rem 1rem 2rem 1.5rem;border-radius:.5rem;width:-moz-max-content;width:max-content;color:#666;font-size:.8rem;position:relative;height:-moz-max-content;height:max-content;min-width:8rem;max-width:100%}.adminTicketDetail__message--front{background-color:var(--color-primary-dark);padding:1rem 1.5rem 2rem 1rem;color:#fff;align-self:flex-end}.adminTicketDetail__message--front .adminTicketDetail__message--date{right:.5rem;bottom:.5rem;color:#eee}.adminTicketDetail__message--date{align-self:flex-end;font-size:.6rem;position:absolute;left:.5rem;color:#777;bottom:.5rem;direction:ltr}.adminTicketDetail__btns{display:flex;flex-direction:column;gap:.2rem}.adminTicketDetail__input{background-color:#ebecf1;padding:0 1rem;border-radius:2rem;display:flex;align-items:center}.adminTicketDetail__input textarea{all:unset;width:100%;padding:1rem;margin-left:1rem;height:5rem;font-size:.8rem}.adminTicketDetail__input svg{color:var(--color-primary-dark);transform:rotate(180deg)}.adminTicketDetail aside{background-color:#fff;padding:1rem;border-radius:1rem;display:flex;gap:1rem;flex-direction:column;align-items:center}@media only screen and (max-width: 37.5em){.adminTicketDetail aside{grid-row:3/4}}@media only screen and (max-width: phone){.adminTicketDetail aside{grid-row:3/4}}.adminTicketDetail aside h3{margin-bottom:unset}.adminTicketDetail aside img{border-radius:50%;width:5rem;height:5rem;-o-object-fit:cover;object-fit:cover}.adminTicketDetail aside label{display:flex;flex-direction:column;color:#777;gap:.5rem;font-size:.8rem;align-self:flex-start}.adminTicketDetail aside label span{font-weight:600;background-color:#dcdcdc;padding:.2rem;border-radius:.35rem;width:100%;display:inline-block;min-width:5rem}.adminTicketDetail aside label a{color:#4e63cc}.userCategoryForm{padding:2rem;background-color:#fff;border-radius:.75rem;box-shadow:unset;margin-left:2rem}.userCategoryForm__role{grid-column:1/3}.userCategoryForm h3{color:#3e434d}.userCategoryForm header{display:flex;align-items:center;gap:1rem}.userCategoryForm header h3{margin-left:auto}.userCategoryForm__form{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.userCategoryForm__form--action{width:-moz-max-content;width:max-content;display:flex;gap:1rem;grid-column:2/3;justify-self:flex-end}.userCategoryForm__list{box-shadow:0 1px 1px #0000001f,0 2px 2px #0000001f}.userCategoryForm__number{font-size:.8rem;font-weight:600;text-decoration:underline;display:flex}.userCategoryForm__action{background-color:#eaf0f6!important;border-radius:50%;padding:1rem!important;width:2.5rem;height:2.5rem}.userCategoryForm__action svg{color:#818dae;height:1.2rem}.userCategoryForm__header{display:grid;grid-template-columns:50px 50px 114px 3fr 5rem;align-items:center;font-size:.8rem;color:#737b8d;font-weight:600;padding:1rem;gap:1rem}.userCategoryForm__header span:last-child{justify-self:flex-start}.userCategoryForm__item{display:grid;grid-template-columns:50px 50px 114px 3fr max-content max-content;align-items:center;gap:1rem;font-size:.8rem;color:#737b8d;padding:1rem 1rem 1rem 2rem;transition:background-color .2s ease}.userCategoryForm__item:nth-child(odd){background-color:#fff}.userCategoryForm__item:nth-child(2n){background-color:#f9fafe}.userCategoryForm__item:hover{background-color:#f4f6ff}.adminUserForms{margin-left:2rem;padding:2rem}@media only screen and (max-width: 75em){.adminUserForms{margin:2rem;padding:0}}@media only screen and (max-width: tab-land){.adminUserForms{margin:2rem;padding:0}}@media only screen and (max-width: 56.25em){.adminUserForms{margin:1rem}}@media only screen and (max-width: tab-port){.adminUserForms{margin:1rem}}.adminUserForms__list{box-shadow:0 1px 1px #0000001f,0 2px 2px #0000001f;min-width:-moz-max-content;min-width:max-content}.adminUserForms__number{font-size:.8rem;font-weight:600;text-decoration:underline;display:flex}.adminUserForms__action{background-color:#eaf0f6!important;border-radius:50%;padding:1rem!important;width:2.5rem;height:2.5rem;margin-left:.5rem!important}.adminUserForms__action svg{color:#818dae;height:1.2rem}.adminUserForms__header{display:grid;grid-template-columns:50px 50px 1fr 50px 114px 114px 114px 50px 114px 6rem;align-items:center;font-size:.8rem;color:#737b8d;font-weight:600;padding:1rem;gap:1rem}.adminUserForms__header span:last-child{justify-self:flex-start}.adminUserForms__dashboard{display:flex;gap:2rem;align-items:center;padding:.5rem 2rem;margin-bottom:2rem;grid-column:1/4}.adminUserForms__dashboard label{margin-right:auto;font-size:.9rem;font-weight:500;color:#7d7575}.adminUserForms__dashboard label select{all:unset;padding:.5rem;background:#ebecf1;border-radius:.5rem;font-size:.8rem;color:#7d7575;margin-right:.5rem}.adminUserForms__dashboard input{all:unset;padding:.5rem;background:#ebecf1;color:#7d7575;border-radius:.5rem;font-size:.8rem}.adminUserForms__filter{display:flex;flex-direction:column;align-items:center;gap:.5rem;border-radius:1rem;cursor:pointer;padding:2rem}.adminUserForms__filter:hover,.adminUserForms__filter--active{background-color:#d7d5d580}.adminUserForms__filter img{height:2rem}.adminUserForms__filter span:last-child{font-size:.8rem;color:gray}.adminUserForms h1{font-size:1.3rem;color:#3e434d;margin-top:unset;margin-bottom:2rem}.adminUserForms__item{display:grid;grid-template-columns:50px 50px 1fr 50px 114px 114px 114px 50px 114px 6rem;align-items:center;gap:1rem;font-size:.8rem;color:#737b8d;padding:1rem;transition:background-color .2s ease;min-width:-moz-max-content;min-width:max-content;cursor:pointer}@media only screen and (max-width: 37.5em){.adminUserForms__item{font-size:.7rem}}@media only screen and (max-width: phone){.adminUserForms__item{font-size:.7rem}}.adminUserForms__item:nth-child(odd){background-color:#fff}.adminUserForms__item:nth-child(2n){background-color:#f9fafe}.adminUserForms__item:hover{background-color:#f4f6ff}.adminUserForms .showCompletedItems{display:block;font-size:.7rem;color:#777;text-align:center;margin:2rem;cursor:pointer}.formChangeStatusModal{position:fixed;background-color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:1rem;padding:2rem;min-width:20rem;display:flex;flex-direction:column;gap:1rem}.formChangeStatusModal h3{font-size:1rem;text-align:center;margin:0}.formChangeStatusModal__select{width:100%}.userForm{padding:2rem;background-color:#fff;border-radius:.75rem;box-shadow:unset;margin-left:2rem}@media only screen and (max-width: 75em){.userForm{margin:2rem}}@media only screen and (max-width: tab-land){.userForm{margin:2rem}}@media only screen and (max-width: 37.5em){.userForm{margin:1rem}}@media only screen and (max-width: phone){.userForm{margin:1rem}}.userForm__chip{display:flex;align-items:center;gap:.2rem;cursor:pointer}.userForm__role{grid-column:1/3}@media only screen and (max-width: 56.25em){.userForm__role{grid-column:unset}}@media only screen and (max-width: tab-port){.userForm__role{grid-column:unset}}.userForm h3{color:#3e434d}.userForm header{display:flex;align-items:center;gap:1rem}.userForm header h3{margin-left:auto}.userForm__form{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media only screen and (max-width: 56.25em){.userForm__form{grid-template-columns:1fr}}@media only screen and (max-width: tab-port){.userForm__form{grid-template-columns:1fr}}.userForm__form--action{width:-moz-max-content;width:max-content;display:flex;gap:1rem;grid-column:2/3;justify-self:flex-end}@media only screen and (max-width: 56.25em){.userForm__form--action{grid-column:unset}}@media only screen and (max-width: tab-port){.userForm__form--action{grid-column:unset}}.userForm__list{box-shadow:0 1px 1px #0000001f,0 2px 2px #0000001f}.userForm__number{font-size:.8rem;font-weight:600;text-decoration:underline;display:flex}.userForm__action{background-color:#eaf0f6!important;border-radius:50%;padding:1rem!important;width:2.5rem;height:2.5rem}.userForm__action svg{color:#818dae;height:1.2rem}.userForm__header{display:grid;grid-template-columns:50px 50px 114px 3fr 5rem;align-items:center;font-size:.8rem;color:#737b8d;font-weight:600;padding:1rem;gap:1rem}.userForm__header span:last-child{justify-self:flex-start}.userForm__item{display:grid;grid-template-columns:50px 50px 114px 3fr max-content max-content;align-items:center;gap:1rem;font-size:.8rem;color:#737b8d;padding:1rem 1rem 1rem 2rem;transition:background-color .2s ease}.userForm__item:nth-child(odd){background-color:#fff}.userForm__item:nth-child(2n){background-color:#f9fafe}.userForm__item:hover{background-color:#f4f6ff}.batchRegister{gap:.5rem;max-width:80%!important;width:80%}.batchRegister h3,.batchRegister p{margin:0}.batchRegister h3{font-size:1.3rem;text-align:center;margin:1rem auto;color:#222}.batchRegister p{font-size:.8rem;color:#777;line-height:1.5rem}.batchRegister__footer{display:flex;gap:1rem;margin-bottom:1rem}.batchRegister table{width:100%;overflow:auto;font-size:.8rem;color:#555;border-collapse:collapse}.batchRegister table tr:nth-child(odd){background-color:#e7f6f4}.batchRegister table tr:nth-child(2n){background-color:#d6f1ed}.batchRegister table thead tr{background-color:#d6f1ed!important}.batchRegister table th{padding:.5rem;text-align:right}.batchRegister table td{padding:0 .5rem;text-align:right}.users{padding:2rem;overflow-y:auto}@media only screen and (max-width: 37.5em){.users{padding:1rem}}@media only screen and (max-width: phone){.users{padding:1rem}}.users h3{color:#3e434d}.users header{display:flex;align-items:center;gap:1rem;padding:.3rem .3rem 1rem;border-bottom:2px solid rgba(0,0,0,.1);margin-bottom:1rem}.users header .tabs{margin-left:auto}.users header h3{margin-left:auto}.users__form{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.users__form--action{width:-moz-max-content;width:max-content;display:flex;gap:1rem;grid-column:2/3;justify-self:flex-end}.users__list{overflow-y:auto;box-shadow:0 1px 1px #0000001f,0 2px 2px #0000001f;overflow-x:hidden;min-width:-moz-max-content;min-width:max-content}.users__number{font-size:.8rem;font-weight:600;text-decoration:underline;display:flex}.users__action{background-color:#eaf0f6!important;border-radius:50%;padding:1rem!important;width:2.5rem;height:2.5rem}.users__action svg{color:#818dae;height:1.2rem}.users__header{display:grid;grid-template-columns:50px 50px 114px 114px 114px 114px 114px 114px 1fr 5rem;align-items:center;font-size:.8rem;color:#737b8d;font-weight:600;padding:1rem;gap:1rem;min-width:-moz-max-content;min-width:max-content}.users__header span:last-child{justify-self:flex-start}.users__item{display:grid;grid-template-columns:50px 50px 114px 114px 114px 114px 114px 114px 1fr max-content max-content max-content;align-items:center;gap:1rem;font-size:.8rem;color:#737b8d;padding:1rem 1rem 1rem 2rem;transition:background-color .2s ease;min-width:-moz-max-content;min-width:max-content}.users__item:nth-child(odd){background-color:#fff}.users__item:nth-child(2n){background-color:#f9fafe}.users__item:hover{background-color:#f4f6ff}.users__filter{display:flex;align-items:center;gap:.5rem;background-color:#eaf0f6;border-radius:1rem;border:1px solid var(--color-primary);padding:0 .5rem;color:#666;font-size:.8rem}.users__filter select{color:#444;all:unset;padding:.5rem;font-weight:500;font-size:.75rem}.users__filter svg{color:gray;font-size:1.2rem}.users__search{display:flex;align-items:center;gap:.5rem;background-color:#eaf0f6;border-radius:1rem;border:1px solid var(--color-primary);font-size:.8rem;padding-left:.5rem;color:#444}.users__search input{all:unset;padding:.5rem}.users__search svg{color:gray;font-size:1.2rem}.users__settings{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media only screen and (max-width: 750px){.users__settings{grid-template-columns:1fr}}.users__settingPart{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.users__settingPart:not(:nth-child(2n)){border-left:1px solid rgba(33,33,234,.16)}@media only screen and (max-width: 750px){.users__settingPart:not(:nth-child(2n)){border-left:unset}.users__settingPart:not(:last-child){border-bottom:1px solid rgba(33,33,234,.16);padding-bottom:1rem}}.users__settingPart h3,.users__settingPart p{margin:0}.users__settingPart h3{font-size:1rem;color:#222}.users__settingPart p{font-size:.8rem;color:#777}.users__preRegister--link{background:#f5f5f5;border-radius:.5rem;display:flex;padding:0 .5rem;align-items:center;justify-content:space-between;width:-moz-max-content;width:max-content;gap:2rem}.users__preRegister--link a{text-decoration:unset;color:unset;font-size:.8rem;font-weight:500}.userCategories{padding:2rem}.userCategories h3{color:#3e434d}.userCategories header{display:flex;align-items:center;gap:1rem}.userCategories header h3{margin-left:auto}.userCategories__form{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.userCategories__form--action{width:-moz-max-content;width:max-content;display:flex;gap:1rem;grid-column:2/3;justify-self:flex-end}.userCategories__list{box-shadow:0 1px 1px #0000001f,0 2px 2px #0000001f}.userCategories__number{font-size:.8rem;font-weight:600;text-decoration:underline;display:flex}.userCategories__action{background-color:#eaf0f6!important;border-radius:50%;padding:1rem!important;width:2.5rem;height:2.5rem}.userCategories__action svg{color:#818dae;height:1.2rem}.userCategories__header{display:grid;grid-template-columns:50px 1fr 5rem;align-items:center;font-size:.8rem;color:#737b8d;font-weight:600;padding:1rem;gap:1rem}.userCategories__header span:last-child{justify-self:flex-start}.userCategories__item{display:grid;grid-template-columns:50px 1fr max-content max-content;align-items:center;gap:1rem;font-size:.8rem;color:#737b8d;padding:1rem 1rem 1rem 2rem;transition:background-color .2s ease}.userCategories__item:nth-child(odd){background-color:#fff}.userCategories__item:nth-child(2n){background-color:#f9fafe}.userCategories__item:hover{background-color:#f4f6ff}.forgetPassword{height:100vh;display:grid;grid-template-columns:1fr 1.2fr;align-items:center;background-color:#eaecf2}@media only screen and (max-width: 75em){.forgetPassword{padding-right:0}}@media only screen and (max-width: tab-land){.forgetPassword{padding-right:0}}@media only screen and (max-width: 56.25em){.forgetPassword{grid-template-columns:1fr;gap:4rem;align-items:unset;grid-template-rows:max-content 1fr}}@media only screen and (max-width: tab-port){.forgetPassword{grid-template-columns:1fr;gap:4rem;align-items:unset;grid-template-rows:max-content 1fr}}@media only screen and (max-width: 37.5em){.forgetPassword{gap:2rem;overflow-y:auto}}@media only screen and (max-width: phone){.forgetPassword{gap:2rem;overflow-y:auto}}.forgetPassword__box{background-color:var(--color-primary);border-radius:3rem 0 0 3rem;color:#fff;background-image:repeating-linear-gradient(90deg,rgba(0,0,0,.1),transparent 1px,transparent 7px),repeating-linear-gradient(0deg,rgba(0,0,0,.1),transparent 1px,transparent 7px);background-size:40px;display:flex;flex-direction:column;position:relative;padding:2rem 4rem 2rem 2rem}@media only screen and (max-width: 56.25em){.forgetPassword__box{width:64%;margin:0 auto;border-radius:0 0 2rem 2rem;padding:2rem}}@media only screen and (max-width: tab-port){.forgetPassword__box{width:64%;margin:0 auto;border-radius:0 0 2rem 2rem;padding:2rem}}.forgetPassword__ruler{width:120%}@media only screen and (max-width: 56.25em){.forgetPassword__ruler{display:none;width:100%;position:absolute;bottom:0;right:0;transform:translateY(60%)}}@media only screen and (max-width: tab-port){.forgetPassword__ruler{display:none;width:100%;position:absolute;bottom:0;right:0;transform:translateY(60%)}}@media only screen and (max-width: 37.5em){.forgetPassword__ruler{display:none;right:50%;transform:translate(50%,60%);width:80%}}@media only screen and (max-width: phone){.forgetPassword__ruler{display:none;right:50%;transform:translate(50%,60%);width:80%}}.forgetPassword__logo{width:12rem}@media only screen and (max-width: 56.25em){.forgetPassword__logo{width:7rem;align-self:flex-end;margin-left:auto;margin-right:auto}}@media only screen and (max-width: tab-port){.forgetPassword__logo{width:7rem;align-self:flex-end;margin-left:auto;margin-right:auto}}@media only screen and (max-width: 37.5em){.forgetPassword__logo{margin-top:1rem}}@media only screen and (max-width: phone){.forgetPassword__logo{margin-top:1rem}}.forgetPassword h1{font-weight:1000;font-size:3rem;margin-bottom:1rem}@media only screen and (max-width: 56.25em){.forgetPassword h1{text-align:center;font-size:2rem}}@media only screen and (max-width: tab-port){.forgetPassword h1{text-align:center;font-size:2rem}}@media only screen and (max-width: 37.5em){.forgetPassword h1{text-align:center;font-size:1.5rem}}@media only screen and (max-width: phone){.forgetPassword h1{text-align:center;font-size:1.5rem}}.forgetPassword__desc{font-size:1.8rem;font-weight:600;line-height:3rem;margin-top:0}@media only screen and (max-width: 56.25em){.forgetPassword__desc{text-align:center;font-size:1.3rem;line-height:2.5rem}}@media only screen and (max-width: tab-port){.forgetPassword__desc{text-align:center;font-size:1.3rem;line-height:2.5rem}}@media only screen and (max-width: 37.5em){.forgetPassword__desc{text-align:center;font-size:1rem;line-height:1.8rem}}@media only screen and (max-width: phone){.forgetPassword__desc{text-align:center;font-size:1rem;line-height:1.8rem}}.forgetPassword__formContainer{display:flex;align-items:center;justify-content:center;position:relative;flex-direction:column;gap:.5rem}.forgetPassword__innerBox{background-color:#eaecf2;border-radius:1rem;padding:2rem;display:flex;flex-direction:column;margin-bottom:1rem}@media only screen and (max-width: 56.25em){.forgetPassword__innerBox{padding:1rem}}@media only screen and (max-width: tab-port){.forgetPassword__innerBox{padding:1rem}}@media only screen and (max-width: 37.5em){.forgetPassword__innerBox{margin-bottom:0}}@media only screen and (max-width: phone){.forgetPassword__innerBox{margin-bottom:0}}.forgetPassword__forgetPassword{align-self:center;margin-top:1rem;font-size:.7rem!important}.forgetPassword__inputContainer{display:flex;align-items:center;background-color:#fff;border-radius:1rem;gap:.5rem;margin-bottom:.3rem;padding-right:1rem;padding-left:1rem}@media only screen and (max-width: 56.25em){.forgetPassword__inputContainer{padding:.6rem}}@media only screen and (max-width: tab-port){.forgetPassword__inputContainer{padding:.6rem}}.forgetPassword__inputContainer svg{color:#80879c}.forgetPassword__inputContainer input{all:unset;padding:1rem;font-size:.8rem;margin-left:auto}@media only screen and (max-width: 37.5em){.forgetPassword__inputContainer input{padding:.5rem;max-width:5rem}}@media only screen and (max-width: phone){.forgetPassword__inputContainer input{padding:.5rem;max-width:5rem}}.forgetPassword .forgetPassword__captcha{padding-left:1rem;display:flex;align-items:center;margin-top:1rem;border-radius:1rem;position:relative}@media only screen and (max-width: 37.5em){.forgetPassword .forgetPassword__captcha{gap:0}}@media only screen and (max-width: phone){.forgetPassword .forgetPassword__captcha{gap:0}}.forgetPassword .forgetPassword__captcha--box{width:9rem}.forgetPassword .forgetPassword__captcha input{max-width:5rem}@media only screen and (max-width: 37.5em){.forgetPassword .forgetPassword__captcha input{max-width:3.5rem}}@media only screen and (max-width: phone){.forgetPassword .forgetPassword__captcha input{max-width:3.5rem}}.forgetPassword .forgetPassword__captcha--refresh{position:absolute;left:.1rem;bottom:50%;padding:.2rem;transform:translateY(50%)}.forgetPassword .forgetPassword__captcha--refresh svg{border-radius:50%;font-size:1rem;color:var(--color-primary)}.forgetPassword input:-webkit-autofill,.forgetPassword input:-webkit-autofill:hover,.forgetPassword input:-webkit-autofill:focus,.forgetPassword input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important}.forgetPassword__submit{border-radius:1rem!important;background-color:var(--color-primary)!important;color:#fff!important;width:100%;margin-top:1rem!important}.forgetPassword__submit:disabled{opacity:.7}.forgetPassword h3{text-align:center;line-height:2rem;color:var(--color-primary);margin-bottom:0;font-size:1.8rem;margin-top:0}.forgetPassword a{font-size:.8rem;text-decoration:unset}.forgetPassword form{display:flex;flex-direction:column;gap:1rem;align-items:center;border-radius:3rem;padding:2rem;background:#fff;box-shadow:0 12px 34px #8c959f4d}@media only screen and (max-width: 75em){.forgetPassword form{background-color:#fffc}}@media only screen and (max-width: tab-land){.forgetPassword form{background-color:#fffc}}@media only screen and (max-width: 37.5em){.forgetPassword form{border-radius:2rem;padding:1rem}}@media only screen and (max-width: phone){.forgetPassword form{border-radius:2rem;padding:1rem}}.forgetPassword__version{font-size:.8rem;font-weight:500;color:#3e434d}.forgetPassword .resanuium{position:fixed;background:#e8e5e5;left:0;transform:unset;display:flex;justify-content:center;align-items:center;padding:.3rem 2rem;bottom:0;width:-moz-max-content;width:max-content;border-radius:0 1rem}.forgetPassword .resanuium a{color:#9e9898;text-decoration:underline;font-weight:700;font-size:.7rem}.forgetPassword__resend{align-self:center;font-size:.7rem!important;margin-top:1rem!important;color:#555!important}.forgetPassword__resend:disabled{opacity:.5}.login{height:100vh;display:grid;grid-template-columns:1fr 1.2fr;align-items:center;background-color:#eaecf2}@media only screen and (max-width: 75em){.login{padding-right:0}}@media only screen and (max-width: tab-land){.login{padding-right:0}}@media only screen and (max-width: 56.25em){.login{grid-template-columns:1fr;gap:4rem;align-items:unset;grid-template-rows:max-content 1fr}}@media only screen and (max-width: tab-port){.login{grid-template-columns:1fr;gap:4rem;align-items:unset;grid-template-rows:max-content 1fr}}@media only screen and (max-width: 37.5em){.login{gap:2rem;overflow-y:auto}}@media only screen and (max-width: phone){.login{gap:2rem;overflow-y:auto}}.login__box{background-color:var(--color-primary);border-radius:3rem 0 0 3rem;color:#fff;background-image:repeating-linear-gradient(90deg,rgba(0,0,0,.1),transparent 1px,transparent 7px),repeating-linear-gradient(0deg,rgba(0,0,0,.1),transparent 1px,transparent 7px);background-size:40px;display:flex;flex-direction:column;position:relative;padding:2rem 4rem 2rem 2rem}@media only screen and (max-width: 56.25em){.login__box{width:64%;margin:0 auto;border-radius:0 0 2rem 2rem;padding:2rem}}@media only screen and (max-width: tab-port){.login__box{width:64%;margin:0 auto;border-radius:0 0 2rem 2rem;padding:2rem}}.login__ruler{width:120%}@media only screen and (max-width: 56.25em){.login__ruler{display:none;width:100%;transform:translateY(60%)}}@media only screen and (max-width: tab-port){.login__ruler{display:none;width:100%;transform:translateY(60%)}}@media only screen and (max-width: 37.5em){.login__ruler{display:none;bottom:0;right:50%;transform:translate(50%,60%);width:80%}}@media only screen and (max-width: phone){.login__ruler{display:none;bottom:0;right:50%;transform:translate(50%,60%);width:80%}}.login__logo{width:12rem}@media only screen and (max-width: 56.25em){.login__logo{width:7rem;align-self:flex-end;margin-left:auto;margin-right:auto;margin-top:1rem}}@media only screen and (max-width: tab-port){.login__logo{width:7rem;align-self:flex-end;margin-left:auto;margin-right:auto;margin-top:1rem}}.login h1{font-weight:1000;font-size:3rem;margin-bottom:1rem}@media only screen and (max-width: 56.25em){.login h1{text-align:center;font-size:2rem}}@media only screen and (max-width: tab-port){.login h1{text-align:center;font-size:2rem}}@media only screen and (max-width: 37.5em){.login h1{text-align:center;font-size:1.5rem}}@media only screen and (max-width: phone){.login h1{text-align:center;font-size:1.5rem}}.login__desc{font-size:1.8rem;font-weight:600;line-height:3rem;margin-top:0}@media only screen and (max-width: 56.25em){.login__desc{text-align:center;font-size:1.3rem;line-height:2.5rem}}@media only screen and (max-width: tab-port){.login__desc{text-align:center;font-size:1.3rem;line-height:2.5rem}}@media only screen and (max-width: 37.5em){.login__desc{text-align:center;font-size:1rem;line-height:1.8rem}}@media only screen and (max-width: phone){.login__desc{text-align:center;font-size:1rem;line-height:1.8rem}}.login__formContainer{display:flex;align-items:center;justify-content:center;position:relative;flex-direction:column;gap:.5rem}.login__innerBox{background-color:#eaecf2;border-radius:1rem;padding:2rem;display:flex;flex-direction:column;margin-bottom:1rem}@media only screen and (max-width: 56.25em){.login__innerBox{padding:1rem}}@media only screen and (max-width: tab-port){.login__innerBox{padding:1rem}}@media only screen and (max-width: 37.5em){.login__innerBox{margin-bottom:0}}@media only screen and (max-width: phone){.login__innerBox{margin-bottom:0}}.login__forgetPassword{align-self:center;margin-top:1rem;font-size:.7rem!important}.login__inputContainer{display:flex;align-items:center;background-color:#fff;border-radius:1rem 1rem .5rem .5rem;gap:.5rem;margin-bottom:.3rem;padding-right:1rem;padding-left:1rem}@media only screen and (max-width: 56.25em){.login__inputContainer{padding:.6rem}}@media only screen and (max-width: tab-port){.login__inputContainer{padding:.6rem}}.login__inputContainer svg{color:#80879c}.login__inputContainer input{all:unset;padding:1rem;font-size:.8rem;margin-left:auto}@media only screen and (max-width: 37.5em){.login__inputContainer input{padding:.5rem;max-width:5rem}}@media only screen and (max-width: phone){.login__inputContainer input{padding:.5rem;max-width:5rem}}.login .login__captcha{padding-left:1rem;display:flex;align-items:center;margin-top:1rem;border-radius:1rem;position:relative}@media only screen and (max-width: 37.5em){.login .login__captcha{gap:0}}@media only screen and (max-width: phone){.login .login__captcha{gap:0}}.login .login__captcha--box{width:9rem}.login .login__captcha input{max-width:5rem}@media only screen and (max-width: 37.5em){.login .login__captcha input{max-width:3.5rem}}@media only screen and (max-width: phone){.login .login__captcha input{max-width:3.5rem}}.login .login__captcha--refresh{position:absolute;left:.1rem;bottom:50%;padding:.2rem;transform:translateY(50%)}.login .login__captcha--refresh svg{border-radius:50%;font-size:1rem;color:var(--color-primary)}.login input:-webkit-autofill,.login input:-webkit-autofill:hover,.login input:-webkit-autofill:focus,.login input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important}.login__submit{border-radius:1rem!important;background-color:var(--color-primary)!important;color:#fff!important;width:100%;margin-top:1rem!important}.login__submit:disabled{opacity:.7}.login h3{text-align:center;line-height:2rem;color:var(--color-primary);margin-bottom:0;font-size:1.8rem;margin-top:0}.login a{font-size:.8rem;text-decoration:unset}.login form{display:flex;flex-direction:column;gap:1rem;align-items:center;border-radius:3rem;padding:2rem;background:#fff;box-shadow:0 12px 34px #8c959f4d}@media only screen and (max-width: 75em){.login form{background-color:#fffc}}@media only screen and (max-width: tab-land){.login form{background-color:#fffc}}@media only screen and (max-width: 37.5em){.login form{border-radius:2rem;padding:1rem}}@media only screen and (max-width: phone){.login form{border-radius:2rem;padding:1rem}}.login__version{font-size:.8rem;font-weight:500;color:#3e434d}.login .resanuium{position:fixed;background:#e8e5e5;left:0;transform:unset;display:flex;justify-content:center;align-items:center;padding:.3rem 2rem;bottom:0;width:-moz-max-content;width:max-content;border-radius:0 1rem}.login .resanuium a{color:#9e9898;text-decoration:underline;font-weight:700;font-size:.7rem}.preRegister{height:100vh;display:grid;grid-template-columns:1fr 1.6fr;align-items:center;background-color:#eaecf2;gap:7rem}@media only screen and (max-width: 75em){.preRegister{padding-right:0;grid-template-columns:1fr;gap:4rem;align-items:unset;grid-template-rows:max-content 1fr}}@media only screen and (max-width: tab-land){.preRegister{padding-right:0;grid-template-columns:1fr;gap:4rem;align-items:unset;grid-template-rows:max-content 1fr}}@media only screen and (max-width: 37.5em){.preRegister{overflow-y:auto}}@media only screen and (max-width: phone){.preRegister{overflow-y:auto}}.preRegister__box{background-color:var(--color-primary);border-radius:3rem 0 0 3rem;color:#fff;background-image:repeating-linear-gradient(90deg,rgba(0,0,0,.1),transparent 1px,transparent 7px),repeating-linear-gradient(0deg,rgba(0,0,0,.1),transparent 1px,transparent 7px);background-size:40px;display:flex;flex-direction:column;position:relative;padding:2rem 4rem 2rem 2rem}@media only screen and (max-width: 75em){.preRegister__box{width:64%;margin:0 auto;border-radius:0 0 2rem 2rem;padding:2rem}}@media only screen and (max-width: tab-land){.preRegister__box{width:64%;margin:0 auto;border-radius:0 0 2rem 2rem;padding:2rem}}.preRegister__ruler{width:120%}@media only screen and (max-width: 56.25em){.preRegister__ruler{width:70%;position:absolute;bottom:0;left:50%;transform:translate(-50%,60%)}}@media only screen and (max-width: tab-port){.preRegister__ruler{width:70%;position:absolute;bottom:0;left:50%;transform:translate(-50%,60%)}}@media only screen and (max-width: 37.5em){.preRegister__ruler{display:none;right:50%;transform:translate(50%,60%);width:80%}}@media only screen and (max-width: phone){.preRegister__ruler{display:none;right:50%;transform:translate(50%,60%);width:80%}}.preRegister__logo{width:12rem}@media only screen and (max-width: 56.25em){.preRegister__logo{width:7rem;align-self:flex-end;margin-left:auto;margin-right:auto}}@media only screen and (max-width: tab-port){.preRegister__logo{width:7rem;align-self:flex-end;margin-left:auto;margin-right:auto}}@media only screen and (max-width: 37.5em){.preRegister__logo{margin-top:1rem}}@media only screen and (max-width: phone){.preRegister__logo{margin-top:1rem}}.preRegister h1{font-weight:1000;font-size:3rem;margin-bottom:1rem}@media only screen and (max-width: 56.25em){.preRegister h1{text-align:center;font-size:2rem}}@media only screen and (max-width: tab-port){.preRegister h1{text-align:center;font-size:2rem}}@media only screen and (max-width: 37.5em){.preRegister h1{text-align:center;font-size:1.5rem}}@media only screen and (max-width: phone){.preRegister h1{text-align:center;font-size:1.5rem}}.preRegister__desc{font-size:1.8rem;font-weight:600;line-height:3rem;margin-top:0}@media only screen and (max-width: 56.25em){.preRegister__desc{text-align:center;font-size:1.3rem;line-height:2.5rem}}@media only screen and (max-width: tab-port){.preRegister__desc{text-align:center;font-size:1.3rem;line-height:2.5rem}}@media only screen and (max-width: 37.5em){.preRegister__desc{text-align:center;font-size:1rem;line-height:1.8rem}}@media only screen and (max-width: phone){.preRegister__desc{text-align:center;font-size:1rem;line-height:1.8rem}}.preRegister__formContainer{display:flex;align-items:center;justify-content:center;position:relative;flex-direction:column;gap:.5rem}.preRegister__innerBox{background-color:#eaecf2;border-radius:1rem;padding:2rem;display:flex;flex-direction:column;margin-bottom:1rem;display:grid;grid-template-columns:repeat(2,1fr);-moz-column-gap:.3rem;column-gap:.3rem}@media only screen and (max-width: 56.25em){.preRegister__innerBox{padding:1rem;grid-template-columns:repeat(1,1fr)}}@media only screen and (max-width: tab-port){.preRegister__innerBox{padding:1rem;grid-template-columns:repeat(1,1fr)}}@media only screen and (max-width: 37.5em){.preRegister__innerBox{margin-bottom:0}}@media only screen and (max-width: phone){.preRegister__innerBox{margin-bottom:0}}.preRegister__inputContainer{display:flex;align-items:center;background-color:#fff;border-radius:.5rem;gap:.5rem;margin-bottom:.3rem;padding-right:1rem;padding-left:1rem}@media only screen and (max-width: 56.25em){.preRegister__inputContainer{padding:.6rem}}@media only screen and (max-width: tab-port){.preRegister__inputContainer{padding:.6rem}}.preRegister__inputContainer svg{color:#80879c}.preRegister__inputContainer select{width:100%}.preRegister__inputContainer input,.preRegister__inputContainer select{all:unset;padding:1rem;font-size:.8rem;margin-left:auto}@media only screen and (max-width: 37.5em){.preRegister__inputContainer input,.preRegister__inputContainer select{padding:.5rem;flex:1;min-width:unset}}@media only screen and (max-width: phone){.preRegister__inputContainer input,.preRegister__inputContainer select{padding:.5rem;flex:1;min-width:unset}}.preRegister .preRegister__captcha{padding-left:1rem;display:flex;align-items:center;margin-top:1rem;border-radius:1rem;position:relative;grid-column:1/3;width:-moz-max-content;width:max-content;justify-self:center;min-width:10rem!important}@media only screen and (max-width: 56.25em){.preRegister .preRegister__captcha{grid-column:unset}}@media only screen and (max-width: tab-port){.preRegister .preRegister__captcha{grid-column:unset}}@media only screen and (max-width: 37.5em){.preRegister .preRegister__captcha{gap:0}}@media only screen and (max-width: phone){.preRegister .preRegister__captcha{gap:0}}.preRegister .preRegister__captcha--box{width:9rem}.preRegister .preRegister__captcha input{max-width:5rem}@media only screen and (max-width: 37.5em){.preRegister .preRegister__captcha input{max-width:3.5rem}}@media only screen and (max-width: phone){.preRegister .preRegister__captcha input{max-width:3.5rem}}.preRegister .preRegister__captcha--refresh{position:absolute;left:.1rem;bottom:50%;padding:.2rem;transform:translateY(50%)}.preRegister .preRegister__captcha--refresh svg{border-radius:50%;font-size:1rem;color:var(--color-primary)}.preRegister input:-webkit-autofill,.preRegister input:-webkit-autofill:hover,.preRegister input:-webkit-autofill:focus,.preRegister input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important}.preRegister__submit{border-radius:1rem!important;background-color:var(--color-primary)!important;color:#fff!important;margin-top:1rem!important;grid-column:1/3;width:-moz-max-content;width:max-content;justify-self:center;min-width:296px!important}@media only screen and (max-width: 56.25em){.preRegister__submit{min-width:unset!important;grid-column:unset}}@media only screen and (max-width: tab-port){.preRegister__submit{min-width:unset!important;grid-column:unset}}.preRegister__submit:disabled{opacity:.7}.preRegister h3{text-align:center;line-height:2rem;color:var(--color-primary);margin-bottom:0;font-size:1.8rem;margin-top:0}@media only screen and (max-width: 37.5em){.preRegister h3{font-size:1rem}}@media only screen and (max-width: phone){.preRegister h3{font-size:1rem}}.preRegister a{font-size:.8rem;text-decoration:unset}.preRegister form{display:flex;flex-direction:column;gap:1rem;align-items:center;border-radius:3rem;padding:2rem;background:#fff;box-shadow:0 12px 34px #8c959f4d}@media only screen and (max-width: 75em){.preRegister form{background-color:#fffc}}@media only screen and (max-width: tab-land){.preRegister form{background-color:#fffc}}@media only screen and (max-width: 37.5em){.preRegister form{border-radius:2rem;padding:1rem}}@media only screen and (max-width: phone){.preRegister form{border-radius:2rem;padding:1rem}}.preRegister__version{font-size:.8rem;font-weight:500;color:#3e434d}.preRegister .resanuium{position:fixed;background:#e8e5e5;left:0;transform:unset;display:flex;justify-content:center;align-items:center;padding:.3rem 2rem;bottom:0;width:-moz-max-content;width:max-content;border-radius:0 1rem}.preRegister .resanuium a{color:#9e9898;text-decoration:underline;font-weight:700;font-size:.7rem}.userDashboard{display:grid;grid-template-columns:repeat(4,1fr);margin-left:2rem;height:calc(100% - 2rem);gap:2rem;grid-template-rows:max-content max-content}@media only screen and (max-width: 75em){.userDashboard{margin-left:unset;padding:1rem}}@media only screen and (max-width: tab-land){.userDashboard{margin-left:unset;padding:1rem}}@media only screen and (max-width: 56.25em){.userDashboard{grid-template-columns:1fr 1fr}}@media only screen and (max-width: tab-port){.userDashboard{grid-template-columns:1fr 1fr}}.userDashboard__row1{grid-column:1/5}@media only screen and (max-width: 56.25em){.userDashboard__row1{grid-column:1/3;gap:1rem;grid-template-columns:1fr}}@media only screen and (max-width: tab-port){.userDashboard__row1{grid-column:1/3;gap:1rem;grid-template-columns:1fr}}.userDashboard__rizBoxes{grid-column:1/5;margin-top:1rem}@media only screen and (max-width: 56.25em){.userDashboard__rizBoxes{grid-column:1/3;grid-template-columns:1fr}}@media only screen and (max-width: tab-port){.userDashboard__rizBoxes{grid-column:1/3;grid-template-columns:1fr}}@media only screen and (max-width: 37.5em){.userDashboard__rizBoxes{grid-template-columns:1fr!important}}@media only screen and (max-width: phone){.userDashboard__rizBoxes{grid-template-columns:1fr!important}}.userDashboard__rizBoxes .userDashboard__rizBox{border-radius:0!important;border-color:gray!important}.userDashboard__rizBoxes .userDashboard__rizBox:not(:last-child){border-left:1px solid gray}.userDashboard h1{grid-column:1/5;font-size:1rem;margin:0 1rem -1rem;color:gray;text-align:center}@media only screen and (max-width: 56.25em){.userDashboard h1{grid-column:1/3}}@media only screen and (max-width: tab-port){.userDashboard h1{grid-column:1/3}}.userDashboard__ticketBox{background:#fff;border-radius:2rem;display:flex;width:100%;flex-direction:column;gap:.2rem;min-height:3rem;flex:1;padding:1rem;position:relative}.userDashboard__ticketBox--emptyMessage{position:absolute;left:50%;top:50%;font-size:.8rem;color:#777;transform:translate(-50%,-50%)}.userDashboard__ticketBox .ticketStatus__answered{background-color:green;color:#fff}.userDashboard__ticketBox .ticketStatus__deleted{background-color:red;color:#fff}.userDashboard__ticketBox .ticketStatus__closed{background-color:gray;color:#fff}.userDashboard__ticketBox .ticketStatus__pending{background-color:#fedc41;color:#444}.userDashboard__ticketBox--item{height:-moz-max-content;height:max-content;display:flex;align-items:center;justify-content:space-between;width:100%;font-size:.8rem;color:#777;padding:.5rem;cursor:pointer;text-decoration:unset}.userDashboard__ticketBox--item:hover{background-color:var(--color-primary);color:#fff;border-radius:.5rem}.userDashboard__rizBox{border-radius:.75rem;height:10rem;align-items:center;display:flex;flex-direction:column;border:unset;justify-content:center;padding:1rem;gap:.5rem;background-color:#fff;color:var(--color-primary-dark)}.userDashboard__rizBox button{display:none;color:#fff}.userDashboard__rizBox label{font-weight:600;line-height:2.5rem;text-align:center;font-size:.9rem;color:inherit}@media only screen and (max-width: 56.25em){.userDashboard__rizBox label{line-height:1.5rem}}@media only screen and (max-width: tab-port){.userDashboard__rizBox label{line-height:1.5rem}}.userDashboard__rizBox span{font-size:3rem;font-weight:700;justify-self:center;color:inherit}.userDashboard__topBox{border-radius:.75rem;height:10rem;align-items:center;display:flex;flex-direction:column;border:unset;justify-content:center;padding:1rem;gap:.5rem;background-color:#fff;color:var(--color-primary-dark);cursor:pointer}.userDashboard__topBox button{display:none;color:#fff}.userDashboard__topBox:hover{background-color:var(--color-primary);color:#fff}.userDashboard__topBox:hover button{display:flex}.userDashboard__topBox label{font-weight:600;line-height:2.5rem;text-align:center;font-size:.9rem;color:inherit}@media only screen and (max-width: 56.25em){.userDashboard__topBox label{line-height:1.5rem}}@media only screen and (max-width: tab-port){.userDashboard__topBox label{line-height:1.5rem}}.userDashboard__topBox span{font-size:3rem;font-weight:700;justify-self:center;color:inherit}.formBox{position:relative!important;width:100%!important;margin:0!important;background-color:#fff;border-radius:1.2rem;padding:.5rem .5rem 1.5rem 1.5rem!important}.formBox__close{background-color:#dedddd!important;color:var(--color-primary-dark)!important}.formBox__actions{position:absolute;left:2rem;bottom:0;transform:translateY(50%);display:flex;align-items:center;gap:.5rem}.formBox__empty{display:flex;align-items:center;justify-content:center;border:3px dashed lightgray;padding-bottom:1rem;transition:all .1s ease;margin-top:2rem;cursor:pointer}.formBox__empty p{font-size:.8rem;font-weight:500;color:gray;border-bottom:2px solid gray;border-radius:.3rem;padding:.2rem .6rem;transition:all .05s ease}.formBox__empty:hover{border-color:#bababa}.formBox__empty:hover p{border:2px solid gray}.formBox .addIcon{background-color:var(--color-primary-dark);color:#fff;border-radius:1rem;padding-left:1rem;padding-right:1rem;font-size:.8rem}.formRows{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.formRows header{display:grid;font-weight:600;font-size:.9rem;gap:2rem;margin-right:50px;grid-template-columns:.2fr 1fr 1fr 1fr}@media only screen and (max-width: 37.5em){.formRows header{grid-template-columns:1fr 1fr}}@media only screen and (max-width: phone){.formRows header{grid-template-columns:1fr 1fr}}.formRows header span{color:#545353;padding-right:1rem}@media only screen and (max-width: 5000px){.formRows header span:nth-child(3){border-left:1px solid var(--color-primary);border-right:1px solid var(--color-primary)}}@media only screen and (max-width: 37.5em){.formRows header span:nth-child(3){border:unset}.formRows header span:nth-child(1){border-left:1px solid var(--color-primary);border-right:1px solid var(--color-primary)}}@media only screen and (max-width: phone){.formRows header span:nth-child(3){border:unset}.formRows header span:nth-child(1){border-left:1px solid var(--color-primary);border-right:1px solid var(--color-primary)}}.formRows .formRow1{flex:1;background-color:#f7f8fb;border-radius:1rem;padding:1rem}.formRows .formRow{display:grid;font-weight:500;font-size:.8rem;gap:2rem;color:var(--color-primary-dark);align-items:center;grid-template-columns:.2fr 1fr 1fr 1fr}@media only screen and (max-width: 37.5em){.formRows .formRow{grid-template-columns:1fr 1fr}}@media only screen and (max-width: phone){.formRows .formRow{grid-template-columns:1fr 1fr}}.formRows .formRow__cell{display:flex;align-items:center;gap:.2rem}.formRows .formRow__reviewResult{background-color:#aaa4;padding:.5rem;border-radius:.5rem;font-size:.7rem;color:#555}.formRows .formRow__reviewResult--header{display:flex;margin-bottom:.5rem;justify-content:space-between}.formRows .formRow__reviewResult--content p{margin:unset;margin-top:.5rem;font-weight:500}.formRows .formRow__status{border-radius:.5rem;padding:.2rem .5rem;font-size:.6rem;color:#fff;background-color:#d3d3d3;margin-right:.5rem;display:flex;align-items:center;gap:.2rem;width:-moz-max-content;width:max-content}@media only screen and (max-width: 37.5em){.formRows .formRow__status{margin-right:0}}@media only screen and (max-width: phone){.formRows .formRow__status{margin-right:0}}.formRows .formRow__status--info{font-size:.7rem}.formRows .formRow__preview{display:flex;align-items:center;flex-wrap:wrap;gap:.7rem;padding-top:1rem}.formRows .formRow__preview--item{color:#737373;align-self:flex-start;font-size:.8rem;display:flex;align-items:center}.formRows .formRow__preview--answer{margin-right:.2rem;padding:.2rem .5rem;border-radius:.5rem;background-color:#ebecf1}.formRows .formRow__container{display:flex;align-items:center;gap:1rem}.formRows .formRow__arrow{background-color:#d3d3d3;transition:all .2s ease}.formRows .formRow__arrow--rotate{transform:rotate(-90deg)}.formRows .formRow__arrow svg{color:var(--color-primary-dark)}.formRows .formRow button{font-size:.7rem;font-weight:600;opacity:.7}.formRows .formRow__actions{display:flex;gap:.5rem}.formRows .formRow__actions svg{color:var(--color-primary)}.formView{display:flex;gap:1rem;flex-direction:column;overflow-y:auto;overflow-x:hidden;height:100%;padding-left:.5rem}.formView__headerBtn{background-color:var(--color-primary)!important;border-radius:50%!important}.formView__headerBtn svg{color:#e3e3e5}.formView__headerContainer{display:flex;align-items:center;gap:.5rem}.formView__saveLoading{position:absolute;right:3px;bottom:3px;background:#e4e1e1;color:red;padding:.1rem;border-radius:50%}.formView__saveLoading svg{color:var(--color-primary)}.formView__isSaved{position:absolute!important;right:2px!important;bottom:2px!important;background:#e4e1e1!important;color:var(--color-primary)!important;border-radius:50%!important;font-size:.9rem!important}.formView__header{display:flex;align-items:center;justify-content:space-between;background-color:var(--color-primary);border-radius:1rem;padding:.3rem;flex:1}.formView__header h3{color:#fff;margin:.5rem;font-size:1rem}@media only screen and (max-width: 37.5em){.formView__header h3{font-size:.8rem}}@media only screen and (max-width: phone){.formView__header h3{font-size:.8rem}}.formView__content{overflow-y:auto;height:100%;overflow-x:hidden;transition:padding-left .2s ease-in}.formView .nextBtn{font-weight:500;font-size:.8rem!important;padding:.4rem 1.6rem!important;border-radius:.4rem!important;box-shadow:#959da533 0 1px 2px;background:var(--color-primary);color:#fff}.formView .nextBtn:hover{background:var(--color-primary-dark)}.formSidebar{color:#3e434d;display:flex;flex-direction:column;gap:1rem}.formSidebar__modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:1rem;outline:unset;width:80%}.formSidebar__box{overflow-y:auto;height:100%;display:grid;grid-template-rows:max-content max-content 1fr;padding:1rem;background-color:#fff;border-radius:.75rem}.formSidebar__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.formSidebar__header button{font-size:.75rem}.formSidebar__row{display:flex;align-items:center}.formSidebar__row--box{padding:0 .3rem;background-color:#ebecf1;border-radius:1rem;display:flex;align-items:center;flex:1}.formSidebar__row--box svg{font-size:1rem}.formSidebar h3{font-size:1rem;color:var(--color-primary)}.formSidebar__folder{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;height:calc((100vh - 150px)/2);overflow:auto}.formSidebar__save{font-size:.7rem;color:gray;margin-left:.5rem;margin-right:auto;animation:blink 2s infinite linear}.formSidebar__saved{font-size:.7rem;color:gray;margin-left:.5rem;margin-right:auto;color:#56a456}.formSidebar__item{font-size:.8rem!important;font-weight:500!important;color:#9b9fa4;cursor:pointer;padding:.2rem;border-radius:.5rem 0 0 .5rem;transition:all .2s ease;border-right:5px solid transparent}.formSidebar__item.active{border-color:var(--color-primary);color:var(--color-primary)}.formSidebar__item:hover{background-color:var(--color-primary);color:#fff}.formSidebar footer{display:grid;grid-template-columns:1fr;gap:1rem}.formSidebar footer button{border-radius:1rem;width:100%;background-color:var(--color-primary);color:#fff}.formSidebar footer button:hover{background-color:#001b57}.formSidebar footer button.save{background-color:var(--color-primary-dark)}.formSidebar footer button.save:hover{background-color:#001b57}.formPage{display:grid;grid-template-columns:1fr 20rem;padding-left:2rem;padding-bottom:2rem;height:100%;gap:1rem}@media only screen and (max-width: 75em){.formPage{padding:2rem;grid-template-columns:1fr 15rem}}@media only screen and (max-width: tab-land){.formPage{padding:2rem;grid-template-columns:1fr 15rem}}@media only screen and (max-width: 56.25em){.formPage{grid-template-columns:1fr}}@media only screen and (max-width: tab-port){.formPage{grid-template-columns:1fr}}.formPage__oneColumn{grid-template-columns:1fr}@media only screen and (max-width: 37.5em){.formPage{padding:1rem}}@media only screen and (max-width: phone){.formPage{padding:1rem}}.formItem{background-color:#fff;width:100%;height:13.25rem;border-radius:1rem;box-shadow:0 2px 8px -2px #00000026;display:grid;grid-template-rows:1fr;position:relative}.formItem__link{text-decoration:unset;color:unset}.formItem__topLeft{position:absolute;left:1rem;top:1rem;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.formItem__topRight{position:absolute;right:1rem;top:1rem;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.formItem__edit{background-color:#fff!important;border-radius:.5rem!important}.formItem__cover{background-image:url(/assets/formCover-DEOEswpA.jpg);border-radius:1rem;background-size:cover}.formItem__cover .formGroups{background:#fff7;padding:.2rem .5rem;border-radius:.5rem;font-weight:500;color:#4f5e51;font-size:.7rem;color:#d4d4d4}.formItem__cover .formUpdate{background:#2c5193b8;padding:.2rem .5rem;border-radius:.5rem;font-weight:500;color:#d4d4d4;font-size:.6rem}.formItem__footer{padding:2rem 1rem 1rem;display:flex;margin-top:auto;position:absolute;bottom:0;background-image:linear-gradient(360deg,rgba(0,0,0,.4784313725),rgba(0,0,0,.3411764706),transparent);width:100%;right:0;border-radius:0 0 1rem 1rem;height:5rem}.formItem__title{font-weight:500;font-size:.85rem;color:#fff}.formItem__date{position:absolute;right:.9rem;bottom:.5rem;background:#2c5193b8;padding:.2rem .5rem;border-radius:.5rem;font-weight:500;font-size:.6rem;color:#d4d4d4}.forms{margin-left:2rem;padding:2rem}@media only screen and (max-width: 75em){.forms{padding:1rem;margin-left:0}}@media only screen and (max-width: tab-land){.forms{padding:1rem;margin-left:0}}.forms__dashboard{display:flex;gap:2rem;align-items:center;padding:.5rem 2rem;margin-bottom:2rem;grid-column:1/4}@media only screen and (max-width: 75em){.forms__dashboard{grid-column:1/3}}@media only screen and (max-width: tab-land){.forms__dashboard{grid-column:1/3}}@media only screen and (max-width: 37.5em){.forms__dashboard{grid-column:1/2}}@media only screen and (max-width: phone){.forms__dashboard{grid-column:1/2}}.forms__dashboard--title{margin-left:auto}.forms__label{font-size:.9rem;font-weight:500;color:#7d7575}.forms__label select{all:unset;padding:.5rem;background:#ebecf1;border-radius:.5rem;font-size:.8rem;color:#7d7575;margin-right:.5rem}.forms__input{all:unset;padding:.5rem;background:#ebecf1;color:#7d7575;border-radius:.5rem;font-size:.8rem}.forms__filter{display:flex;flex-direction:column;align-items:center;gap:.5rem;border-radius:1rem;cursor:pointer;padding:2rem}.forms__filter:hover,.forms__filter--active{background-color:#d7d5d580}.forms__filter img{height:2rem}.forms__filter span:last-child{font-size:.8rem;color:gray}.forms h1{font-size:1.3rem;color:#3e434d;margin-top:unset;margin-bottom:2rem}.forms__list{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);padding:2rem;background-color:#fff;border-radius:.75rem}@media only screen and (max-width: 75em){.forms__list{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: tab-land){.forms__list{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 37.5em){.forms__list{grid-template-columns:1fr}}@media only screen and (max-width: phone){.forms__list{grid-template-columns:1fr}}.profilePage{padding:2rem;background-color:#fff;border-radius:.75rem;box-shadow:unset;margin-left:2rem}@media only screen and (max-width: 75em){.profilePage{margin:2rem}}@media only screen and (max-width: tab-land){.profilePage{margin:2rem}}@media only screen and (max-width: 37.5em){.profilePage{margin:1rem}}@media only screen and (max-width: phone){.profilePage{margin:1rem}}.profilePage .profile{grid-column:1/3;gap:.5rem;align-self:center;justify-self:center;position:relative;cursor:pointer;margin-bottom:2rem}@media only screen and (max-width: 56.25em){.profilePage .profile{grid-column:unset}}@media only screen and (max-width: tab-port){.profilePage .profile{grid-column:unset}}.profilePage .profile img{width:10rem;height:10rem;-o-object-fit:cover;object-fit:cover;border-radius:50%}.profilePage .profile input{display:none}.profilePage .profile__pic{font-size:3rem}.profilePage .profile__add{position:absolute;right:0;bottom:0;background-color:#ebebeb;border-radius:50%;color:var(--color-primary-dark);font-size:1.5rem}.profilePage h3{color:#3e434d;text-align:center}.profilePage header{display:flex;align-items:center;gap:1rem}.profilePage header h3{margin-left:auto}.profilePage__form--password-root{grid-column:1/3}@media only screen and (max-width: 56.25em){.profilePage__form--password-root{grid-column:unset}}@media only screen and (max-width: tab-port){.profilePage__form--password-root{grid-column:unset}}.profilePage__form--password,.profilePage__form{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media only screen and (max-width: 56.25em){.profilePage__form{grid-template-columns:1fr}}@media only screen and (max-width: tab-port){.profilePage__form{grid-template-columns:1fr}}.profilePage__form--action{width:-moz-max-content;width:max-content;display:flex;gap:1rem;grid-column:2/3;justify-self:flex-end}@media only screen and (max-width: 56.25em){.profilePage__form--action{grid-column:unset}}@media only screen and (max-width: tab-port){.profilePage__form--action{grid-column:unset}}.profilePage__list{box-shadow:0 1px 1px #0000001f,0 2px 2px #0000001f}.profilePage__number{font-size:.8rem;font-weight:600;text-decoration:underline;display:flex}.profilePage__action{background-color:#eaf0f6!important;border-radius:50%;padding:1rem!important;width:2.5rem;height:2.5rem}.profilePage__action svg{color:#818dae;height:1.2rem}.profilePage__header{display:grid;grid-template-columns:50px 50px 114px 3fr 5rem;align-items:center;font-size:.8rem;color:#737b8d;font-weight:600;padding:1rem;gap:1rem}.profilePage__header span:last-child{justify-self:flex-start}.profilePage__item{display:grid;grid-template-columns:50px 50px 114px 3fr max-content max-content;align-items:center;gap:1rem;font-size:.8rem;color:#737b8d;padding:1rem 1rem 1rem 2rem;transition:background-color .2s ease}.profilePage__item:nth-child(odd){background-color:#fff}.profilePage__item:nth-child(2n){background-color:#f9fafe}.profilePage__item:hover{background-color:#f4f6ff}.createTicket{padding:2rem;display:flex;flex-direction:column;gap:1rem;align-items:flex-start;margin-left:2rem;background-color:#fff;border-radius:.75rem}@media only screen and (max-width: 75em){.createTicket{margin:2rem}}@media only screen and (max-width: tab-land){.createTicket{margin:2rem}}@media only screen and (max-width: 37.5em){.createTicket{margin:1rem}}@media only screen and (max-width: phone){.createTicket{margin:1rem}}.createTicket__input{min-width:50%}@media only screen and (max-width: 37.5em){.createTicket__input{width:100%}}@media only screen and (max-width: phone){.createTicket__input{width:100%}}.createTicket__textarea{min-width:100%}@media only screen and (max-width: 37.5em){.createTicket__textarea textarea{height:7rem}}@media only screen and (max-width: phone){.createTicket__textarea textarea{height:7rem}}.ticketDetail{margin-left:2rem;display:grid;grid-template-rows:max-content 1fr;height:calc(100% - 2rem)}@media only screen and (max-width: 75em){.ticketDetail{margin-left:0;padding:2rem}}@media only screen and (max-width: tab-land){.ticketDetail{margin-left:0;padding:2rem}}@media only screen and (max-width: 37.5em){.ticketDetail{margin-left:0;padding:1rem}}@media only screen and (max-width: phone){.ticketDetail{margin-left:0;padding:1rem}}.ticketDetail__btns{display:flex;flex-direction:column;gap:.2rem}.ticketDetail header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}@media only screen and (max-width: 37.5em){.ticketDetail header{display:grid;grid-template-rows:max-content 1fr}}@media only screen and (max-width: phone){.ticketDetail header{display:grid;grid-template-rows:max-content 1fr}}.ticketDetail header h1{color:#444;margin:0 0 0 auto;font-size:1.5rem}@media only screen and (max-width: 37.5em){.ticketDetail header h1{font-size:1.2rem;grid-row:1/3;align-self:flex-start}}@media only screen and (max-width: phone){.ticketDetail header h1{font-size:1.2rem;grid-row:1/3;align-self:flex-start}}.ticketDetail header p{margin:0;color:#777;font-size:.8rem}.ticketDetail main{background-color:#fff;padding:2rem;display:flex;flex-direction:column;border-radius:2rem;height:100%;flex:1;overflow-y:auto}@media only screen and (max-width: 37.5em){.ticketDetail main{padding:1rem;border-radius:1rem}}@media only screen and (max-width: phone){.ticketDetail main{padding:1rem;border-radius:1rem}}.ticketDetail__messageBox{height:100%;overflow-y:auto;display:flex;flex-direction:column;margin-bottom:1rem;gap:1rem;padding:0 1rem}@media only screen and (max-width: 37.5em){.ticketDetail__messageBox{padding:0}}@media only screen and (max-width: phone){.ticketDetail__messageBox{padding:0}}.ticketDetail__message{background-color:#ebecf1;padding:1rem 1rem 2rem 1.5rem;border-radius:.5rem;width:-moz-max-content;width:max-content;color:#666;font-size:.8rem;position:relative;height:-moz-max-content;height:max-content;min-width:8rem;line-height:1.5rem;max-width:80%}@media only screen and (max-width: 37.5em){.ticketDetail__message{min-width:5rem;max-width:95%}}@media only screen and (max-width: phone){.ticketDetail__message{min-width:5rem;max-width:95%}}.ticketDetail__message--front{background-color:var(--color-primary-dark);padding:1rem 1.5rem 2rem 1rem;color:#fff;align-self:flex-end}.ticketDetail__message--front .ticketDetail__message--date{right:.5rem;bottom:.5rem;color:#eee}.ticketDetail__message--date{align-self:flex-end;font-size:.6rem;position:absolute;left:.5rem;color:#777;bottom:.5rem;direction:ltr}.ticketDetail__input{background-color:#ebecf1;padding:0 1rem;border-radius:2rem;display:flex;align-items:center}@media only screen and (max-width: 37.5em){.ticketDetail__input{border-radius:1rem}}@media only screen and (max-width: phone){.ticketDetail__input{border-radius:1rem}}.ticketDetail__input textarea{all:unset;width:100%;padding:1rem;margin-left:1rem;height:5rem;font-size:.8rem}.ticketDetail__input svg{color:var(--color-primary-dark);transform:rotate(180deg)}.tickets{margin-left:2rem}@media only screen and (max-width: 75em){.tickets{margin-left:0;padding:2rem}}@media only screen and (max-width: tab-land){.tickets{margin-left:0;padding:2rem}}@media only screen and (max-width: 37.5em){.tickets{padding:1rem}}@media only screen and (max-width: phone){.tickets{padding:1rem}}.tickets__send{transform:rotate(180deg)}.tickets header{display:flex;align-items:center;gap:1rem;background-color:#fff;border-radius:1rem;padding:.5rem 2rem;margin-bottom:1rem}.tickets header h3{margin-left:auto}.tickets main{background-color:#fff;border-radius:1rem;padding:1rem}.tickets__action{background-color:#eaf0f6!important;border-radius:50%;padding:1rem!important;width:2.5rem;height:2.5rem;margin-left:.5rem!important}.tickets__action svg{color:#818dae;height:1.2rem}.tickets__header{display:grid;grid-template-columns:50px 1fr 1fr 114px 4rem;align-items:center;font-size:.8rem;color:#737b8d;font-weight:600;padding:1rem;gap:1rem}@media only screen and (max-width: 37.5em){.tickets__header{grid-template-columns:50px 1fr 60px}}@media only screen and (max-width: phone){.tickets__header{grid-template-columns:50px 1fr 60px}}.tickets__header span:last-child{justify-self:flex-start}.tickets__item{text-decoration:unset;display:grid;grid-template-columns:50px 1fr 1fr 114px max-content max-content;align-items:center;gap:1rem;font-size:.8rem;color:#737b8d;padding:1rem;transition:background-color .2s ease;cursor:pointer}@media only screen and (max-width: 37.5em){.tickets__item{grid-template-columns:50px 1fr 60px}}@media only screen and (max-width: phone){.tickets__item{grid-template-columns:50px 1fr 60px}}.tickets__item:nth-child(odd){background-color:#fff}.tickets__item:nth-child(2n){background-color:#f9fafe}.tickets__item:hover{background-color:#f4f6ff}.tickets__number{font-size:.8rem;font-weight:600;text-decoration:underline;display:flex}.userClassForm{padding:2rem;background-color:#fff;border-radius:.75rem;box-shadow:unset;margin-left:2rem}.userClassForm__role{grid-column:1/3}.userClassForm h3{color:#3e434d}.userClassForm header{display:flex;align-items:center;gap:1rem}.userClassForm header h3{margin-left:auto}.userClassForm__form{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.userClassForm__form--action{width:-moz-max-content;width:max-content;display:flex;gap:1rem;grid-column:2/3;justify-self:flex-end}.userClassForm__list{box-shadow:0 1px 1px #0000001f,0 2px 2px #0000001f}.userClassForm__number{font-size:.8rem;font-weight:600;text-decoration:underline;display:flex}.userClassForm__action{background-color:#eaf0f6!important;border-radius:50%;padding:1rem!important;width:2.5rem;height:2.5rem}.userClassForm__action svg{color:#818dae;height:1.2rem}.userClassForm__header{display:grid;grid-template-columns:50px 50px 114px 3fr 5rem;align-items:center;font-size:.8rem;color:#737b8d;font-weight:600;padding:1rem;gap:1rem}.userClassForm__header span:last-child{justify-self:flex-start}.userClassForm__item{display:grid;grid-template-columns:50px 50px 114px 3fr max-content max-content;align-items:center;gap:1rem;font-size:.8rem;color:#737b8d;padding:1rem 1rem 1rem 2rem;transition:background-color .2s ease}.userClassForm__item:nth-child(odd){background-color:#fff}.userClassForm__item:nth-child(2n){background-color:#f9fafe}.userClassForm__item:hover{background-color:#f4f6ff}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.\!collapse{visibility:collapse!important}.collapse{visibility:collapse}.static{position:static}.absolute{position:absolute}.relative{position:relative}.bottom-2{bottom:.5rem}.left-1\/2{left:50%}.left-2{left:.5rem}.top-1\/3{top:33.333333%}.z-10{z-index:10}.col-start-1{grid-column-start:1}.col-end-3{grid-column-end:3}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.ml-2{margin-left:.5rem}.mr-4{margin-right:1rem}.mr-8{margin-right:2rem}.mt-4{margin-top:1rem}.block{display:block}.inline{display:inline}.\!flex{display:flex!important}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-12{height:3rem}.h-full{height:100%}.\!w-full{width:100%!important}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-12{width:3rem}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.\!max-w-\[300px\]{max-width:300px!important}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-\[1fr_1fr_1fr_2rem\]{grid-template-columns:1fr 1fr 1fr 2rem}.\!flex-col{flex-direction:column!important}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.self-end{align-self:flex-end}.overflow-x-auto{overflow-x:auto}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.\!bg-slate-400\/10{background-color:#94a3b81a!important}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.p-6{padding:1.5rem}.p-\[1px\]{padding:1px}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pb-2{padding-bottom:.5rem}.text-center{text-align:center}.font-\[IRANYekanX\]{font-family:IRANYekanX}.\!text-h6{font-size:18px!important;line-height:32px!important;font-weight:500!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-h6{font-size:18px;line-height:32px;font-weight:500}.text-sm{font-size:.875rem;line-height:1.25rem}.text-small-caption{font-size:10px;line-height:18px;font-weight:400}.text-xs{font-size:.75rem;line-height:1rem}.font-\[500\]{font-weight:500}.font-bold{font-weight:700}.font-semibold{font-weight:600}.capitalize{text-transform:capitalize}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-primary-dark{--tw-text-opacity: 1;color:rgb(29 31 26 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-text-hint{--tw-text-opacity: 1;color:rgb(145 145 142 / var(--tw-text-opacity))}.text-text-primary{--tw-text-opacity: 1;color:rgb(29 31 26 / var(--tw-text-opacity))}.text-text-secondary{--tw-text-opacity: 1;color:rgb(79 82 70 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-75{transition-duration:75ms}.ease-linear{transition-timing-function:linear}.sm-subtitle{font-size:12px;font-weight:700;line-height:1.5}.global-description{font-size:16px;font-weight:400;line-height:1.5}@media only screen and (max-width: sm){.global-description{font-size:14px;font-weight:400;line-height:1.5}}body{margin:unset;font-family:IRANYekanX,sans-serif!important;direction:rtl;height:100vh;background:#eaecf2}*{box-sizing:border-box}:root{--color-primary: #FCAF17;--color-primary-dark: #b47e12;--color-primary-light: #f8c257;--color-verify: #04b596;--color-edit: #dfbd03;--color-reject: #df0322}td:not(:first-child){text-align:center}th:not(:first-child){text-align:center}th:not(:first-child) div{justify-content:center}.Toastify__toast{font-family:IRANYekanX,sans-serif!important}::-webkit-scrollbar{width:5px;height:5px;position:absolute;top:0}::-webkit-scrollbar-track{border-radius:10px;background-color:#eff1f6}::-webkit-scrollbar-thumb{background:#b4bbd0;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#1751ab}.DatePicker{z-index:unset}.DatePicker__calendarContainer{z-index:10}.mdl-layout{overflow:visible}.mdl-layout__drawer{position:fixed}.mdl-layout__content{display:block;overflow:visible;margin-top:64px}.is-small-screen .mdl-layout__content{margin-top:56px}.mdl-layout__header,.mdl-layout__obfuscator{position:fixed}.Mui-disabled .MuiButton-startIcon svg{color:#00000042!important}.Mui-disabled .MuiButton-endIcon svg{color:#00000042!important}.apexcharts-xaxis-label{direction:ltr}.land{fill:#ccc;fill-opacity:1;stroke:#fff;stroke-opacity:1;stroke-width:.5}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}@media not all and (min-width: 768px){.max-md\:flex-col{flex-direction:column}}@media not all and (min-width: 640px){.max-sm\:h-8{height:2rem}.max-sm\:w-8{width:2rem}.max-sm\:gap-3{gap:.75rem}.max-sm\:sm-subtitle{font-size:12px;font-weight:700;line-height:1.5}.max-sm\:sm-description{font-size:12px;font-weight:400;line-height:1.5}}@media (min-width: 768px){.md\:mb-6{margin-bottom:1.5rem}.md\:min-w-\[600px\]{min-width:600px}}@media (min-width: 1280px){.xl\:max-w-\[500px\]{max-width:500px}}@media (min-width: 1536px){.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
