:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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-container-width:fit-content;--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-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left{direction:ltr;margin-left:5px;margin-top:5px;max-width:470px;width:100%}.Toastify__toast-container--top-center .Toastify__toast,.Toastify__toast-container--top-left .Toastify__toast{border:1px solid var(--white);border-radius:10px;font-family:IRANSANSWEB;height:70px;padding:0 10px;width:100%}.Toastify__toast-container--top-center .Toastify__toast-icon,.Toastify__toast-container--top-left .Toastify__toast-icon{width:35px}@font-face{font-family:dima;src:url(/static/media/dima.54aeeb6817b8bd751cf5.TTF)}@font-face{font-family:IRAN;src:url("/static/media/IRAN(FANUM).be0b0393a6ac839daa65.TTF")}@font-face{font-family:IRANSANSWEB;src:url(/static/media/IRANSansX-Regular.cfa335333c41df2da1a2.woff)}@font-face{font-family:IRANSANSWEB-bold;src:url(/static/media/IRANSansX-Bold.fde6e30339dedec7744a.woff)}@font-face{font-family:Bell;src:url(/static/media/BELL.c830d6f7513d78e40b5b.TTF)}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}*{-webkit-user-select:none;user-select:none}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 5px var(--background)}::-webkit-scrollbar-thumb{border-radius:10px}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background:var(--fieldFill)}.CircularProgressbar{vertical-align:middle;width:100%}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;dominant-baseline:middle;text-anchor:middle;font-size:20px}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:#0000}.right-sidebar-component-wrapper{background-color:var(--background);box-sizing:border-box;direction:rtl;display:flex;flex-direction:column;height:100vh;overflow-x:hidden;overflow-y:auto;position:relative;width:100%}.right-sidebar-component-wrapper .top-bar{background-image:url(/static/media/blueHeader.596d4a33dbef9f8959b6.png);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;color:var(--white);height:100px;justify-content:center}.right-sidebar-component-wrapper .top-bar,.right-sidebar-component-wrapper .top-bar .user-box{align-items:center;display:flex;flex-direction:column;width:100%}.right-sidebar-component-wrapper .top-bar .user-box .avatar{align-items:center;display:flex;height:50px;justify-content:center;margin-top:4px}.right-sidebar-component-wrapper .top-bar .user-box .avatar img{max-height:100%}.right-sidebar-component-wrapper .top-bar .user-box .user-name{align-items:center;display:flex;height:100%;margin-top:4px;text-align:center}.right-sidebar-component-wrapper .top-bar .frequency{color:#153463;margin-top:4px;text-align:center;width:100%}@media only screen and (min-width:900px){.right-sidebar-component-wrapper .top-bar{background-image:url(/static/media/top-home-page.7ab06717f48d771bbef8.png);background-position:100%;background-size:90% 100%;border-radius:20px 0 0 20px;margin-top:5%}.right-sidebar-component-wrapper .top-bar .user-box{align-items:center;direction:ltr;flex-direction:row-reverse;justify-content:flex-start;margin-right:16px}.right-sidebar-component-wrapper .top-bar .user-box .user-name{margin-right:8px}.right-sidebar-component-wrapper .top-bar .frequency{margin-right:38px;margin-top:8px;text-align:right}}.right-sidebar-component-wrapper .slider-wrapper{color:var(--white);direction:ltr;margin:2% 4%}.right-sidebar-component-wrapper .slider-wrapper .top-text-slider{color:var(--white);font-family:IRANSANSWEB;font-size:.8rem;height:30%;text-align:center;width:100%}.right-sidebar-component-wrapper .parent-authentication{align-items:center;box-sizing:border-box;direction:rtl;display:flex;flex-direction:column;font-family:IRANSANSWEB;justify-content:flex-start;padding:0 10px;width:100%}.right-sidebar-component-wrapper .parent-authentication .authentication-box{align-items:center;background-color:var(--fieldFill);border-radius:5px;color:var(--white);cursor:pointer;display:flex;height:70px;justify-content:flex-end;margin:10px 0;padding:0 5%;width:100%}.right-sidebar-component-wrapper .parent-authentication .authentication-box .icon-box,.right-sidebar-component-wrapper .parent-authentication .authentication-box .text-box{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.right-sidebar-component-wrapper .parent-authentication .authentication-box .icon-box .icon,.right-sidebar-component-wrapper .parent-authentication .authentication-box .text-box .icon{height:60px;width:60px}.right-sidebar-component-wrapper .parent-authentication .authentication-box span{border-bottom:1px solid var(--button);color:var(--button);padding-right:2px;width:fit-content}.right-sidebar-component-wrapper .menu-box{align-items:flex-start;box-sizing:border-box;direction:ltr;display:flex;flex-direction:column;font-family:IRANSANSWEB;justify-content:flex-start;padding:0 8px;width:100%}.right-sidebar-component-wrapper .menu-box .person-menu{align-items:center;border-radius:5px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:0 2%;width:100%}@media only screen and (min-width:900px){.right-sidebar-component-wrapper .menu-box .person-menu{background-color:#0000!important}}.right-sidebar-component-wrapper .menu-box .person-menu .menu-item{align-items:center;box-sizing:border-box;color:hsla(0,0%,53%,.302);cursor:pointer;display:flex;height:53px;justify-content:space-between;line-height:0;width:100%}.right-sidebar-component-wrapper .menu-box .person-menu .menu-item .arrow-icon{height:20%}.right-sidebar-component-wrapper .menu-box .person-menu .menu-item .item-content{align-items:center;display:flex;height:100%;justify-content:flex-start}.right-sidebar-component-wrapper .menu-box .person-menu .menu-item .item-content .item-icon{height:40%}.right-sidebar-component-wrapper .menu-box .person-menu .menu-item .item-content .item-title{align-items:center;display:flex;height:100%;justify-content:flex-start;margin-right:16px}.right-sidebar-component-wrapper .menu-box .person-menu .active{color:var(--white)}.right-sidebar-component-wrapper .menu-box .person-menu .menu-item img{height:auto;max-width:45%}.right-sidebar-component-wrapper .menu-box .person-menu .divider{margin:0;padding:0;width:100%}@media only screen and (min-width:900px){.right-sidebar-component-wrapper .menu-box .person-menu{border-color:#0000}.right-sidebar-component-wrapper .menu-box .person-menu .menu-item .item-content{justify-content:flex-end;width:100%}.right-sidebar-component-wrapper .menu-box .person-menu .menu-item .arrow-icon{display:none}}.right-sidebar-component-wrapper .footer-box{align-items:center;bottom:2%;display:flex;height:20px;justify-content:center;left:0;position:absolute;width:100%}.right-sidebar-component-wrapper .footer-box img{height:100%}.modal-box-container-logout{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-box-container-logout .parent-content-modal-logout{align-items:center;background-color:var(--fieldFill);border-radius:20px;box-shadow:24;box-shadow:0 2px 2px var(--button);display:flex;flex-wrap:wrap;height:25%;justify-content:center;left:50%;max-height:250px;max-width:370px;min-height:160px;padding:10px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:85%}.modal-box-container-logout .parent-content-modal-logout .box-button,.modal-box-container-logout .parent-content-modal-logout .icon-tick,.modal-box-container-logout .parent-content-modal-logout .top-text{align-items:center;color:var(--white);display:flex;font-family:IRANSANSWEB;height:25%;justify-content:center}.modal-box-container-logout .parent-content-modal-logout .box-button img,.modal-box-container-logout .parent-content-modal-logout .icon-tick img,.modal-box-container-logout .parent-content-modal-logout .top-text img{max-width:45%}.modal-box-container-logout .parent-content-modal-logout .icon-tick{left:0;position:absolute;top:0;transform:translate(50%,-25%)}.modal-box-container-logout .parent-content-modal-logout .top-text{font-size:1.2rem}.modal-box-container-logout .parent-content-modal-logout .transform-style{transform:translateY(70%)}.modal-box-container-logout .parent-content-modal-logout .box-button{font-size:.8rem}.modal-box-container-logout .parent-content-modal-logout .box-button Button{background-color:#639;border-radius:8px;font-family:IRANSANSWEB-bold;height:60px;margin:0 5px;width:50%}.modal-box-container-logout .parent-content-modal-logout .box-button .reject{background-color:var(--fieldFill);border:1px solid var(--button);color:var(--button)}.modal-box-container-logout .parent-content-modal-logout .box-button .confirm{background-color:var(--button);color:var(--black)}.modal-box-container-logout .empty-detail{max-height:150px}.modal-box-container-logout .empty-detail .top-text{transform:translateY(20%)}.modal-box-container-payment{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-box-container-payment .parent-content-modal-payment{align-items:center;background-color:var(--fieldFill);border-radius:20px;box-shadow:0 2px 2px var(--button);display:flex;flex-wrap:wrap;height:fit-content;justify-content:center;left:50%;max-width:470px;padding:10px 20px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:85%}.modal-box-container-payment .parent-content-modal-payment .body-text,.modal-box-container-payment .parent-content-modal-payment .box-button,.modal-box-container-payment .parent-content-modal-payment .title-text{align-items:center;color:var(--white);display:flex;font-family:IRANSANSWEB;height:150px;justify-content:center;text-align:justify}.modal-box-container-payment .parent-content-modal-payment .title-text{color:var(--button2);font-family:IRANSANSWEB-bold;font-size:1rem}.modal-box-container-payment .parent-content-modal-payment .body-text{font-size:.9rem}.modal-box-container-payment .parent-content-modal-payment .transform-style{transform:translateY(70%)}.modal-box-container-payment .parent-content-modal-payment .box-button{font-size:.8rem;width:100%}.modal-box-container-payment .parent-content-modal-payment .box-button Button{border-radius:8px;font-family:IRANSANSWEB-bold;height:60px;width:100%}.modal-box-container-payment .parent-content-modal-payment .box-button .reject{background-color:var(--fieldFill);border:1px solid var(--button);color:var(--button)}.modal-box-container-payment .parent-content-modal-payment .box-button .confirm{background-color:var(--button);color:var(--black)}.main-content-component-wrapper{height:100vh;padding:20px;width:100%}.main-content-component-wrapper .main-content-box{border-radius:20px;display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}@media only screen and (min-width:900px){.main-content-component-wrapper .main-content-box{border:1px solid var(--button)}}.main-content-component-wrapper .main-content-box .main-top-bar{align-items:center;display:flex;height:60px;justify-content:space-between;padding:2px}.main-content-component-wrapper .main-content-box .main-top-bar .edit-icon{width:30px}.main-content-component-wrapper .main-content-box .main-top-bar .page-title{color:var(--button);font-family:IRANSANSWEB}.main-content-component-wrapper .main-content-box .main-top-bar .hide{visibility:hidden}.main-content-component-wrapper .main-content-box .pages-main-box{display:flex;height:calc(100% - 60px);width:100%}.main-content-component-wrapper .main-content-box svg{fill:var(--button)}.delete-padding{padding:0!important}.main-layout-wrapper{align-items:center;background-color:var(--background);box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}@media only screen and (max-width:900px){.main-layout-wrapper{height:100vh}}.main-layout-wrapper .content-box{box-sizing:border-box;display:none}@media only screen and (min-width:900px){.main-layout-wrapper .content-box{display:block}}.main-layout-wrapper .right-sidebar{height:100%}@media only screen and (max-width:900px){.main-layout-wrapper .right-sidebar{max-height:100vh!important;max-width:500px}}.container-receive-card{align-items:flex-start;display:flex;flex-wrap:wrap;height:100%;justify-content:center;width:100%}.container-receive-card .postalcode-page-wrapper{height:80%;max-width:530px;width:100%}.container-receive-card .postalcode-page-wrapper .child-box{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal{align-items:center;color:var(--white);direction:rtl;display:flex;flex-wrap:wrap;height:100%;justify-content:center;text-align:center;width:90%}.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input{align-items:center;display:flex;flex-wrap:wrap;height:80%;justify-content:center;max-height:380px;width:100%}.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .top-text{align-items:center;display:flex;height:20%;justify-content:center;width:100%}.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box,.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box-exactAddress{align-items:center;display:flex;flex-wrap:wrap;height:40%;justify-content:center;width:100%}.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box input,.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box textarea,.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box-exactAddress input,.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box-exactAddress textarea{background-color:var(--fieldFill);border:none;border-radius:8px;color:var(--white);font-family:IRANSANSWEB;font-size:1rem;height:140px;padding:0 15px;resize:none;width:90%}.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box input::placeholder,.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box textarea::placeholder,.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box-exactAddress input::placeholder,.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box-exactAddress textarea::placeholder{color:var(--defultText)}.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box input:focus,.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box textarea:focus,.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box-exactAddress input:focus,.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box-exactAddress textarea:focus{border:1px solid var(--button);outline:none}.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box input,.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box-exactAddress input{max-height:70px}.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box .error,.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box-exactAddress .error{border-color:var(--error)}.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box .error::placeholder,.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box-exactAddress .error::placeholder{color:var(--error)}.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box{height:20%}.container-receive-card .postalcode-page-wrapper .child-box .main-wrapper-personal .personal-input .input-box-exactAddress .alert-text{height:10%}.container-receive-card .postalcode-page-wrapper .bottom-bar-receive-card{align-items:flex-start;display:flex;height:20%;justify-content:center;width:100%}.container-receive-card .postalcode-page-wrapper .bottom-bar-receive-card .continue{background-color:var(--button);border-radius:10px;color:var(--black);font-family:IRANSANSWEB-bold;font-size:1.6rem;height:70px;max-height:100px;width:82%}.modal-box-container-succses{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-box-container-succses .parent-content-modal-succses{align-items:center;background-color:var(--fieldFill);border:none;border-radius:20px;box-shadow:0 2px 2px #ffc862;display:flex;flex-wrap:wrap;height:35%;justify-content:center;left:50%;max-height:270px;max-width:370px;min-height:200px;padding:10px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:85%}.modal-box-container-succses .parent-content-modal-succses .bottom-text,.modal-box-container-succses .parent-content-modal-succses .button-box,.modal-box-container-succses .parent-content-modal-succses .icon-tick,.modal-box-container-succses .parent-content-modal-succses .top-text{align-items:center;color:var(--black);display:flex;font-family:IRANSANSWEB-bold;height:20%;justify-content:center}.modal-box-container-succses .parent-content-modal-succses .bottom-text img,.modal-box-container-succses .parent-content-modal-succses .button-box img,.modal-box-container-succses .parent-content-modal-succses .icon-tick img,.modal-box-container-succses .parent-content-modal-succses .top-text img{max-width:45%}.modal-box-container-succses .parent-content-modal-succses .icon-tick{left:0;position:absolute;top:0;transform:translate(50%,-25%)}.modal-box-container-succses .parent-content-modal-succses .top-text{color:var(--white);font-size:1.2rem}.modal-box-container-succses .parent-content-modal-succses .transform-style{transform:translateY(70%)}.modal-box-container-succses .parent-content-modal-succses .bottom-text{color:var(--white);font-size:.8rem}.modal-box-container-succses .parent-content-modal-succses .title-empty-detail{height:40%}.modal-box-container-succses .parent-content-modal-succses .button-box .button-confirm-modal{background-color:var(--button);border-radius:8px;color:var(--black);font-family:IRANSANSWEB-bold;font-size:1.4rem;height:60px;width:100%}.modal-box-container-succses .empty-detail{max-height:150px}.modal-box-container-succses .empty-detail .top-text{transform:translateY(20%)}.container-box-profile{box-sizing:border-box;flex-wrap:wrap;height:100%;width:100%}.container-box-profile,.container-box-profile .bottom-box-select,.container-box-profile .bottom-text,.container-box-profile .box-select-img,.container-box-profile .box-textarea,.container-box-profile .camera-image,.container-box-profile .container-profile,.container-box-profile .description-profile,.container-box-profile .frequency,.container-box-profile .gallery-image,.container-box-profile .name-text,.container-box-profile .text-create-profile,.container-box-profile .title-select,.container-box-profile .top-box-img{align-items:center;display:flex;justify-content:center}.container-box-profile .container-profile{box-sizing:border-box;flex-wrap:wrap;height:100%;max-width:530px;width:100%}.container-box-profile .container-profile .top-box-img{aspect-ratio:2400/4264;background-image:url(/static/media/backgroundProfile.89ed3a81604b3a1e3b4d.png);background-position:50%;background-repeat:no-repeat;background-size:auto 100%;height:60%;position:relative}.container-box-profile .container-profile .top-box-img .onacademy-logo{box-sizing:border-box;position:absolute;right:5%;top:3%;width:40%}.container-box-profile .container-profile .top-box-img .onacademy-logo img{max-width:100%}.container-box-profile .container-profile .top-box-img .frequency,.container-box-profile .container-profile .top-box-img .name-text{font-family:Bell;font-size:1.4rem;font-style:italic;position:absolute;text-align:center;width:70%}.container-box-profile .container-profile .top-box-img .name-text{word-wrap:break-word;align-items:flex-end;bottom:25%;color:var(--white);height:15%}.container-box-profile .container-profile .top-box-img .frequency{bottom:20%;color:var(--button);height:5%}.container-box-profile .container-profile .top-box-img .description-profile{word-wrap:break-word;bottom:0;color:var(--white);font-family:IRANSANSWEB;font-size:.8rem;height:20%;position:absolute;text-align:center;width:95%}.container-box-profile .container-profile .bottom-box-select{align-items:flex-start;flex-wrap:wrap;height:30%}.container-box-profile .container-profile .bottom-box-select .title-select{color:var(--white);height:20%}.container-box-profile .container-profile .bottom-box-select .select-img-container{align-items:center;display:flex;height:50%;justify-content:space-around}.container-box-profile .container-profile .bottom-box-select .select-img-container .box-select-img{border:1px solid var(--button);border-radius:10px;cursor:pointer;flex-wrap:wrap;height:100%}.container-box-profile .container-profile .bottom-box-select .select-img-container .box-select-img .camera-image,.container-box-profile .container-profile .bottom-box-select .select-img-container .box-select-img .gallery-image{align-items:flex-end;box-sizing:border-box;height:50%;width:100%}.container-box-profile .container-profile .bottom-box-select .select-img-container .box-select-img .camera-image img,.container-box-profile .container-profile .bottom-box-select .select-img-container .box-select-img .gallery-image img{max-height:60%}.container-box-profile .container-profile .bottom-box-select .select-img-container .box-select-img .bottom-text{color:var(--white);height:50%}.container-box-profile .container-profile .bottom-box-select .box-textarea{box-sizing:border-box;flex-wrap:wrap;height:100%}.container-box-profile .container-profile .bottom-box-select .box-textarea .textarea-bio{background-color:var(--fieldFill);border:none;border-radius:10px;color:var(--white);direction:rtl;font-family:IRANSANSWEB;font-size:1rem;height:60%;margin-bottom:10px;padding:10px 15px;resize:none;width:90%}.container-box-profile .container-profile .bottom-box-select .box-textarea .textarea-bio::placeholder{color:var(--defultText);direction:rtl!important}.container-box-profile .container-profile .bottom-box-select .box-textarea .textarea-bio:focus{border:1px solid var(--button);outline:none}.container-box-profile .container-profile .bottom-box-select .box-textarea .continue-bio{background-color:var(--button);border-radius:10px;color:var(--black);font-family:IRANSANSWEB-bold;font-size:1.6rem;height:70px;width:90%}.container-box-profile .container-profile .bottom-box-select .parent-box-succses{align-items:flex-start;box-sizing:border-box;display:flex;flex-wrap:wrap;height:100%;justify-content:center;width:100%}.container-box-profile .container-profile .bottom-box-select .parent-box-succses .box-succses{align-items:center;display:flex;flex-wrap:wrap;height:60%;justify-content:center;width:100%}.container-box-profile .container-profile .bottom-box-select .parent-box-succses .box-succses .text-create-profile{color:var(--white);font-family:IRANSANSWEB;height:20%;text-align:center;width:90%}.container-box-profile .container-profile .bottom-box-select .parent-box-succses .box-succses .continue-bio{background-color:var(--button);border-radius:10px;color:var(--black);font-family:IRANSANSWEB-bold;font-size:1.6rem;height:70px;width:90%}.container-cropper-modal{align-items:flex-end;box-sizing:border-box;display:flex;height:100%;justify-content:flex-end;-webkit-user-select:none;user-select:none;width:100%}.container-cropper-modal .top-box-modal{align-items:center;border-radius:8px 8px 0 0;height:15%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:100}.container-cropper-modal .top-box-modal .box-back,.container-cropper-modal .top-box-modal .box-confirm,.container-cropper-modal .top-box-modal .box-title{cursor:pointer;display:flex;justify-content:center}.container-cropper-modal .top-box-modal .box-back .text,.container-cropper-modal .top-box-modal .box-confirm .text,.container-cropper-modal .top-box-modal .box-title .text{color:var(--button)}.container-cropper-modal .top-box-modal .box-back img,.container-cropper-modal .top-box-modal .box-confirm img,.container-cropper-modal .top-box-modal .box-title img{max-width:20%}.container-cropper-modal .top-box-modal .box-title{cursor:default}.container-cropper-modal .bottom-box{height:85%;position:relative;width:100%}.container-cropper-modal .bottom-box-modal{align-items:center;border-radius:0 0 8px 8px;bottom:0;box-sizing:border-box;display:flex;height:12.5%;justify-content:center;left:0;position:absolute;width:100%;z-index:100}.container-cropper-modal .bottom-box-modal img{cursor:pointer;max-height:40%;max-width:6%}.container-invite,.container-invite .invite-box{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.container-invite .invite-box{flex-wrap:wrap;max-width:530px}.container-invite .invite-box .invite-text{align-items:flex-start;color:var(--white);display:flex;height:70%;justify-content:center;text-align:start}.container-invite .invite-box .invite-text .text{direction:rtl;line-height:2;text-align:justify}.container-invite .invite-box .invite-link{align-items:center;background-color:var(--fieldFill);border:1px solid var(--button);border-radius:10px;color:var(--white);display:flex;height:70px;justify-content:space-between;max-height:80px;padding:0 10px}.container-invite .invite-box .box-button-share{align-items:flex-start;display:flex;height:15%;justify-content:center}.container-invite .invite-box .box-button-share .button-share{background-color:var(--button);border-radius:10px;color:var(--black);font-family:IRANSANSWEB-bold;font-size:1.6rem;height:70px;max-height:80px;width:100%}.container-accepting{direction:rtl;overflow:auto}.container-accepting,.container-accepting .grid-box{align-items:flex-start;display:flex;height:100%;justify-content:center;width:100%}.container-accepting .grid-box{max-width:530px;padding:0 10px}.container-accepting .grid-box .top-box{height:80%;min-height:fit-content}.container-accepting .grid-box .top-box .parent-locations{align-items:center;direction:rtl;display:flex;flex-wrap:wrap;justify-content:center}.container-accepting .grid-box .top-box .parent-locations .address-text{align-items:center;color:var(--white);display:flex;font-size:.8rem;justify-content:flex-start;width:100%}.container-accepting .grid-box .top-box .parent-locations .address-text .dot{background-color:var(--button);border-radius:50%;display:inline-block;height:15px;margin:0 5px;width:15px}.container-accepting .grid-box .top-box .parent-rules{color:var(--white);direction:rtl;height:100%;min-height:fit-content;text-align:justify}.container-accepting .grid-box .bottom-continue-accpecting{align-items:center;display:flex;flex-wrap:wrap;height:20%;justify-content:center;margin-top:10px;min-height:150px;position:relative;width:100%}.container-accepting .grid-box .bottom-continue-accpecting .box-checkbox{align-items:center;color:var(--white);direction:rtl;display:flex;justify-content:flex-start;margin:0 10px;max-width:530px;position:absolute;top:0;width:100%;z-index:100}.container-accepting .grid-box .bottom-continue-accpecting .box-checkbox .checkbox-input{border-radius:20px;height:18px;margin-left:10px;width:18px}.container-accepting .grid-box .bottom-continue-accpecting .button-continue,.container-accepting .grid-box .bottom-continue-accpecting .disable-button{border-radius:10px;color:var(--black);font-family:IRANSANSWEB-bold;font-size:1.4rem;height:70px;width:100%}.container-accepting .grid-box .bottom-continue-accpecting .button-continue{background-color:var(--button);color:var(--black)}.container-accepting .grid-box .bottom-continue-accpecting .disable-button{background-color:#987b3e}.concert-detail-copmonent{background-color:var(--fieldFill);border-radius:10px;margin-bottom:15px;width:100%}.concert-detail-copmonent .grid-box-item{align-items:center;direction:rtl;display:flex;height:70px;justify-content:center;padding:0 10px;width:100%}.concert-detail-copmonent .grid-box-item .data-text,.concert-detail-copmonent .grid-box-item .icon-box,.concert-detail-copmonent .grid-box-item .title-text{align-items:center;display:flex;flex-wrap:wrap;font-family:IRANSANSWEB;justify-content:center}.concert-detail-copmonent .grid-box-item .data-text .flex-box,.concert-detail-copmonent .grid-box-item .icon-box .flex-box,.concert-detail-copmonent .grid-box-item .title-text .flex-box{align-items:center;display:flex;justify-content:center;width:100%}.concert-detail-copmonent .grid-box-item .icon-box img{max-height:35px}.concert-detail-copmonent .grid-box-item .title-text{color:var(--white);justify-content:flex-start;padding-right:10px}.concert-detail-copmonent .grid-box-item .data-text{color:var(--white);font-family:IRANSANSWEB-bold;font-size:.8rem}.concert-detail-copmonent .grid-box-item .data-text .flex-box{justify-content:flex-end}.concert-detail-copmonent .divider{margin:0 10px;padding:0}.modal-box-container-confirm{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-box-container-confirm .parent-content-modal-confirm{align-items:center;background-color:var(--fieldFill);border-radius:20px;box-shadow:0 2px 2px var(--button);display:flex;flex-wrap:wrap;height:fit-content;justify-content:center;left:50%;max-width:370px;padding:10px 20px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:85%}.modal-box-container-confirm .parent-content-modal-confirm .body-text,.modal-box-container-confirm .parent-content-modal-confirm .box-button,.modal-box-container-confirm .parent-content-modal-confirm .title-text{align-items:center;color:var(--white);display:flex;font-family:IRANSANSWEB;height:70px;justify-content:center;text-align:justify}.modal-box-container-confirm .parent-content-modal-confirm .title-text{font-family:IRANSANSWEB-bold;font-size:1rem}.modal-box-container-confirm .parent-content-modal-confirm .body-text{font-size:.9rem}.modal-box-container-confirm .parent-content-modal-confirm .transform-style{transform:translateY(70%)}.modal-box-container-confirm .parent-content-modal-confirm .box-button{font-size:.8rem;width:100%}.modal-box-container-confirm .parent-content-modal-confirm .box-button Button{border-radius:8px;font-family:IRANSANSWEB-bold;height:60px;width:100%}.modal-box-container-confirm .parent-content-modal-confirm .box-button .reject{background-color:var(--fieldFill);border:1px solid var(--button);color:var(--button)}.modal-box-container-confirm .parent-content-modal-confirm .box-button .confirm{background-color:var(--button);color:var(--black)}.parent-national-id{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.parent-national-id .national-id-wrapper{height:100%;max-width:530px;width:100%}.parent-national-id .national-id-wrapper .child-box{align-items:center;display:flex;height:80%;justify-content:center;width:100%}.parent-national-id .national-id-wrapper .child-box .main-wrapper-national{align-items:center;color:var(--white);direction:rtl;display:flex;flex-wrap:wrap;height:65%;justify-content:center;width:90%}.parent-national-id .national-id-wrapper .child-box .main-wrapper-national .title-text{align-items:center;display:flex;justify-content:center;text-align:justify;width:90%}.parent-national-id .national-id-wrapper .child-box .main-wrapper-national .national-input{align-items:center;display:flex;flex-wrap:wrap;height:60%;justify-content:center;width:100%}.parent-national-id .national-id-wrapper .child-box .main-wrapper-national .national-input .top-text{align-items:center;display:flex;height:30%;justify-content:center;text-align:center;width:90%}.parent-national-id .national-id-wrapper .child-box .main-wrapper-national .national-input .input-box{align-items:center;display:flex;flex-wrap:wrap;height:80px;justify-content:center;width:100%}.parent-national-id .national-id-wrapper .child-box .main-wrapper-national .national-input .input-box input{background-color:var(--fieldFill);border:none;border-radius:8px;color:var(--white);font-family:IRANSANSWEB;font-size:1rem;height:70px;padding:0 15px;width:90%}.parent-national-id .national-id-wrapper .child-box .main-wrapper-national .national-input .input-box input::placeholder{color:var(--defultText)}.parent-national-id .national-id-wrapper .child-box .main-wrapper-national .national-input .input-box input:focus{border:1px solid var(--button);outline:none}.parent-national-id .national-id-wrapper .child-box .main-wrapper-national .national-input .input-box .error{border:1px solid var(--error)}.parent-national-id .national-id-wrapper .child-box .main-wrapper-national .national-input .input-box .error::placeholder{color:var(--error)}.parent-national-id .national-id-wrapper .child-box .main-wrapper-national .national-input .alert-text{color:var(--error);font-family:IRANSANSWEB;font-size:.8rem;height:12%;padding:0 10px;text-align:start;width:90%}.parent-national-id .national-id-wrapper .bottom-bar-national{align-items:center;display:flex;height:20%;justify-content:center;width:100%}.parent-national-id .national-id-wrapper .bottom-bar-national .continue{background-color:var(--button);border-radius:10px;color:var(--black);font-family:IRANSANSWEB-bold;font-size:1.6rem;height:70px;width:80%}.container-register-concert{align-items:center;direction:rtl;display:flex;flex-wrap:wrap;height:100%;justify-content:center;overflow:auto;width:100%}.container-register-concert .register-concert-page{max-width:530px;padding:0 10px}.container-register-concert .register-concert-page,.container-register-concert .register-concert-page .grid-box{align-items:flex-start;display:flex;flex-wrap:wrap;height:100%;justify-content:center;width:100%}.container-register-concert .register-concert-page .grid-box .top-box{align-items:flex-start;display:flex;flex-wrap:wrap;height:70%;justify-content:center;min-height:fit-content}.container-register-concert .register-concert-page .grid-box .top-box .container-info-box{align-items:center;background-color:var(--fieldFill);border-radius:8px;color:var(--white);direction:rtl;display:flex;flex-wrap:wrap;font-family:IRANSANSWEB-bold;justify-content:center;padding:0 10px;width:100%}.container-register-concert .register-concert-page .grid-box .top-box .container-info-box .info-box{align-items:center;display:flex;height:70px;justify-content:center}.container-register-concert .register-concert-page .grid-box .top-box .container-info-box .info-box .info-icon{align-items:center;display:flex;justify-content:center}.container-register-concert .register-concert-page .grid-box .top-box .container-info-box .info-box .info-icon img{max-width:35px}.container-register-concert .register-concert-page .grid-box .top-box .container-info-box .info-box .info-title{align-items:center;display:flex;justify-content:flex-start;padding-right:10px}.container-register-concert .register-concert-page .grid-box .top-box .container-info-box .info-box .info-title .user-status{color:var(--white50)}.container-register-concert .register-concert-page .grid-box .top-box .container-info-box .info-box .info-delete{align-items:center;display:flex;justify-content:flex-end}.container-register-concert .register-concert-page .grid-box .top-box .container-info-box .info-box .info-delete img{cursor:pointer;max-width:35px}.container-register-concert .register-concert-page .grid-box .top-box .container-info-box .add-user-box{align-items:center;display:flex;height:70px;justify-content:center}.container-register-concert .register-concert-page .grid-box .top-box .container-info-box .divider{margin:0;padding:0}.container-register-concert .register-concert-page .grid-box .top-box .add-user-button{background-color:var(--button);border-radius:10px;height:40px;width:170px}.container-register-concert .register-concert-page .grid-box .top-box .add-user-button img{margin-left:10px;max-width:15px}.container-register-concert .register-concert-page .grid-box .top-box .add-user-button .add-user-text{color:var(--black);font-family:IRANSANSWEB-bold}.container-register-concert .register-concert-page .grid-box .button-box{align-items:center;display:flex;flex-wrap:wrap;height:30%;justify-content:center;min-height:150px;width:100%}.container-register-concert .register-concert-page .grid-box .button-box .text-status{color:var(--white);margin-bottom:10px;text-align:justify}.container-register-concert .register-concert-page .grid-box .button-box .text-status a{color:var(--button2);text-decoration:underline}.container-register-concert .register-concert-page .grid-box .button-box Button{background-color:var(--fieldFill);border-radius:10px;color:var(--white);font-family:IRANSANSWEB-bold;font-size:1.2rem;height:70px;width:100%}.rmdp-month-picker,.rmdp-top-class,.rmdp-year-picker{background-color:var(--fieldFill)!important;font-family:IRANSANSWEB}.Select,.year{background-color:var(--fieldFill)!important;border-radius:8px}.rmdp-day{color:var(--white)!important}.rmdp-day span:hover{background-color:var(--defultText)!important;border-radius:8px!important}.rmdp-day-hidden span:hover{background-color:#0000!important}.rmdp-disabled{color:var(--white50)!important}.rmdp-disabled span:hover{background-color:#0000!important}.rmdp-header-values,.rmdp-week-day{color:var(--button)!important}.rmdp-selected span,.rmdp-today span{background-color:var(--button)!important;border-radius:8px!important}.rmdp-arrow-container:hover{background-color:var(--defultText)!important}.disabled:hover{background-color:#0000!important}.rmdp-wrapper{align-items:center;background-color:var(--fieldFill)!important;border:none;box-sizing:border-box;display:flex;justify-content:center}.rmdp-border{border:none!important}.rmdp-top-class{box-sizing:border-box;max-height:70%}.rmdp-arrow{border:solid var(--button)!important;border-width:0 2px 2px 0!important}.successful-text{color:var(--white)!important}.input-components{align-items:center;display:flex;flex-wrap:wrap;height:100%;justify-content:center;width:100%}.input-components input{background-color:var(--fieldFill);border:1px solid #0000;border-radius:8px;color:var(--white);font-family:IRANSANSWEB;font-size:1rem;height:70px;padding:0 15px;width:100%}.input-components input::placeholder{color:var(--defultText)}.input-components input:focus{border:1px solid var(--button);outline:none}.input-components .error{border:1px solid var(--error);width:100%}.input-components .error::placeholder{color:var(--error)}.input-components .alert-text{color:var(--error);direction:rtl;font-family:IRANSANSWEB;font-size:.8rem;height:20px;width:100%}.container-modal-register{background-color:var(--black);border-radius:20px;box-shadow:0 2px 2px var(--button);box-sizing:border-box;direction:rtl;overflow:auto}.container-modal-register .top-box-title{align-items:center;direction:rtl;display:flex;height:70px;justify-content:center;width:100%}.container-modal-register .top-box-title .item-top-box,.container-modal-register .top-box-title .item-top-box-title{align-items:center;color:var(--white);display:flex;font-family:IRANSANSWEB-bold;font-size:1.2rem}.container-modal-register .top-box-title .item-top-box img,.container-modal-register .top-box-title .item-top-box-title img{max-width:30px}.container-modal-register .top-box-title .item-top-box-title{padding-right:10px}.container-modal-register .top-box-title .item-close{cursor:pointer;direction:ltr}.container-modal-register .divider{margin:0;padding:0}.container-modal-register .container-stepper{align-items:center;direction:ltr;display:flex;height:70px;justify-content:center;width:100%}.container-modal-register .companion-name-box{align-items:center;direction:rtl;display:flex;height:70px;justify-content:center;width:100%}.container-modal-register .companion-name-box .item-companion-icon,.container-modal-register .companion-name-box .item-companion-name{align-items:center;color:var(--white);display:flex;font-family:IRANSANSWEB-bold;font-size:1.2rem}.container-modal-register .companion-name-box .item-companion-icon img,.container-modal-register .companion-name-box .item-companion-name img{max-width:30px}.container-modal-register .companion-name-box .item-companion-name{padding-right:10px}.container-modal-register .container-body{align-items:center;display:flex;justify-content:center;width:100%}.container-modal-register .container-body .title-body{align-items:center;color:var(--white);direction:ltr;display:flex;font-family:IRANSANSWEB;font-size:1.2rem;height:70px;justify-content:flex-end;text-align:end;width:100%}.container-modal-register .container-body .content-body{align-items:center;direction:ltr;display:flex;flex-wrap:wrap;justify-content:center;width:100%}.container-modal-register .container-button{align-items:center;display:flex;justify-content:center;margin:10px 0;width:100%}.container-modal-register .container-button .button-modal-register-cancel{background-color:var(--fieldFill);border:1px solid var(--button);color:var(--button)}.container-modal-register .container-button .button-modal-register-continue{background-color:var(--button);color:var(--black);font-size:1.4rem}.container-modal-register .container-button .button-modal-register-cancel,.container-modal-register .container-button .button-modal-register-continue{border-radius:10px;font-family:IRANSANSWEB-bold;height:70px;width:100%}.container-stepper-component{width:100%}.container-stepper-component .MuiStepLabel-labelContainer{color:var(--defultText)}.container-stepper-component .MuiStepLabel-label.MuiStepLabel-alternativeLabel{font-size:.6rem;margin-top:3px}.container-stepper-component .MuiStepIcon-text{fill:var(--button)}.container-stepper-component .Mui-active,.container-stepper-component .MuiSvgIcon-root-MuiStepIcon-root{color:var(--black)!important}.container-stepper-component .MuiStepLabel-label.Mui-active{color:var(--button)!important}.container-stepper-component .MuiStepConnector-line{border-color:var(--button)}.container-stepper-component .MuiStepIcon-root,.container-stepper-component .MuiSvgIcon-fontSizeMedium{border:2px solid var(--button)!important;border-radius:50%;color:var(--fieldFill)!important}.container-stepper-component .Mui-completed,.container-stepper-component .MuiSvgIcon-root-MuiStepIcon-root{color:var(--button)!important}.box-input-otp{align-items:center;direction:ltr;display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:15px;position:relative;width:100%}.box-input-otp .input-otp{background-color:var(--fieldFill);border:1px solid #0000;border-radius:8px;color:var(--white);font-family:IRANSANSWEB;font-size:1rem;height:70px;text-align:center;width:70px}@media only screen and (max-width:630px){.box-input-otp .input-otp{height:50px;width:50px}}.box-input-otp .input-otp:focus{border:1px solid var(--button);outline:none}.box-input-otp .error{border:1px solid var(--error);color:var(--error)}.otp-modal-alert{direction:rtl;height:20px;position:absolute;top:75px;width:100%}@media only screen and (max-width:630px){.otp-modal-alert{top:55px}}.otp-modal-alert span{color:var(--error);font-family:IRANSANSWEB;font-size:.8rem}.container-card-issuance-user .card-issuance-user{align-items:center;box-sizing:border-box;display:flex;height:350px;justify-content:center;margin-bottom:15px;width:100%}.container-card-issuance-user .card-issuance-user .card-img{aspect-ratio:439/667;background-image:url(/static/media/academyBlueCards.c76d498e90b52e9f318d.png);background-position:50%;background-repeat:no-repeat;background-size:auto 100%;height:100%;position:relative}.container-card-issuance-user .card-issuance-user .card-img .name-card{word-wrap:break-word;align-items:flex-end;bottom:10%;color:var(--black);direction:rtl;display:flex;flex-wrap:wrap;font-family:Bell;font-size:1.2rem;font-style:italic;height:20%;justify-content:flex-end;left:3%;max-width:170px;overflow-wrap:break-word;position:absolute;text-align:end;white-space:normal;width:75%;word-break:break-word}.container-card-issuance-user .description-card-issuance{color:var(--white);direction:rtl;margin-bottom:15px;text-align:justify}.container-register-user{width:100%}.container-register-user .description-register{color:var(--white);direction:rtl;margin-bottom:15px;text-align:justify}.container-final-confirm{width:100%}.container-final-confirm .description-final-confirm{color:var(--white);direction:rtl;margin-bottom:15px;text-align:justify}.auth-layout-wrapper{align-items:center;background-color:#faf1e8;display:flex;height:100vh;justify-content:center;width:100%}@media(max-width:768px){.auth-layout-wrapper{background-color:var(--background)!important}}.auth-layout-wrapper .main-box{display:flex;height:100%;justify-content:center;max-height:540px;max-width:910px;width:100%}.auth-layout-wrapper .left-box{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;height:100%;width:65%}.auth-layout-wrapper .left-box.bg-login{background-image:url(/static/media/Frame.ce88c06790fdf3d84fe6.png),url(/static/media/IMG_8015.5b2b485d79533f67c027.jpg)}.auth-layout-wrapper .left-box.national-code{background:url(/static/media/Frame.ce88c06790fdf3d84fe6.png),url(/static/media/IMG_7908.6fcc50b3031becfec9f9.JPG)}.auth-layout-wrapper .left-box.bg-personal-info{background-image:url(/static/media/Frame.ce88c06790fdf3d84fe6.png),url(/static/media/IMG_7999.fea2bc600f3c97686287.JPG)}.auth-layout-wrapper .left-box.bg-country{background-image:url(/static/media/Frame.ce88c06790fdf3d84fe6.png),url(/static/media/IMG_8001.4ce00abe4fe6de14febf.JPG)}.auth-layout-wrapper .left-box.bg-card-issuance{background-image:url(/static/media/Frame.ce88c06790fdf3d84fe6.png),url(/static/media/IMG_7913.fc0f73c4356629f02da0.JPG)}.auth-layout-wrapper .left-box.bg-postalcode{background:url(/static/media/Frame.ce88c06790fdf3d84fe6.png),url(/static/media/IMG_7908.6fcc50b3031becfec9f9.JPG)}.auth-layout-wrapper .right-box{background-color:var(--background);box-sizing:border-box;color:var(--white);height:100%;width:35%}.auth-layout-wrapper .right-box .top-bar{align-items:center;display:flex;height:15%;justify-content:center;width:100%}.auth-layout-wrapper .right-box .top-bar img{max-height:70%}.auth-layout-wrapper .right-box .bottom-bar{align-items:flex-start;display:flex;height:15%;justify-content:center;width:100%}.auth-layout-wrapper .right-box .bottom-bar .continue{background-color:var(--button);border-radius:10px;color:var(--black);font-family:IRANSANSWEB-bold;font-size:1.6rem;height:60%;max-height:100px;width:82%}@media(max-width:768px){.auth-layout-wrapper .main-box{flex-direction:column;max-height:100vh;max-width:560px}.auth-layout-wrapper .left-box{display:none}.auth-layout-wrapper .right-box{height:100%;width:100%}}body{margin:0}body #root{height:100vh;overflow:hidden;width:100vw}body #root *{box-sizing:border-box}
/*# sourceMappingURL=main.1aae79d0.css.map*/