@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--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-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 rgba(0, 0, 0, .1);--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;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.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%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.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%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0px;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;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{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width: 480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.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-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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:1;opacity:.7;transform-origin:left}.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}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-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)}}@font-face{font-family:RotisSansSerifStd;src:url(/assets/RotisSansSerifStd-BKh5vZl_.eot);src:url(/assets/RotisSansSerifStd-BKh5vZl_.eot?#iefix) format("embedded-opentype"),url(/assets/RotisSansSerifStd-CI2y-0Bd.otf) format("otf"),url(/assets/RotisSansSerifStd-X7dhtT7_.svg#RotisSansSerifStd) format("svg"),url(/assets/RotisSansSerifStd-CfpZ5ek6.ttf) format("truetype"),url(/assets/RotisSansSerifStd-c2VqyMJg.woff) format("woff"),url(/assets/RotisSansSerifStd-M9h-QPRe.woff2) format("woff2")}@font-face{font-family:RotisSansSerifStd-Bold;src:url(/assets/RotisSansSerifStd-Bold-CYzdZ6rt.eot);src:url(/assets/RotisSansSerifStd-Bold-DK6cbb3V.woff) format("woff"),url(/assets/RotisSansSerifStd-Bold-D8aFnu9q.ttf) format("truetype"),url(/assets/RotisSansSerifStd-Bold-DXuz7LwX.svg) format("svg");font-weight:400;font-style:normal}body{background:#fff!important;padding-right:0!important}body #root{height:100vh;overflow-y:auto!important}.MuiBreadcrumbs-ol .MuiBreadcrumbs-li,.breadcrumb,.breadcrumb p,.cardHeaders,.accordionHeader{font-family:RotisSansSerifStd-Bold!important}.MuiBreadcrumbs-li a{cursor:pointer}.relativeP{position:relative}p{padding:0;margin:0}.MuiButton-root{text-transform:initial!important}.MuiListItem-root.Mui-selected,.MuiListItem-root.Mui-selected:hover{background-color:none!important;color:#333!important}::-webkit-scrollbar{background-color:#e9e9e9;width:8px;height:8px}::-webkit-scrollbar-track{background-color:#e9e9e9;box-shadow:#e9e9e9;border-radius:5px}.category-cls-filter::-webkit-scrollbar{background-color:#e9e9e9;width:8px;height:8px;display:none}::-webkit-scrollbar-thumb{background-color:#c5c5c5;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#afb9db;cursor:pointer}.no-data-text{font-size:22px!important;padding:80px 0}.loader-dashboard-cls{z-index:999999;position:fixed;inset:0;background:#fdf8f8b3;opacity:.7;color:#333;.MuiCircularProgress-root{color:#004c59!important}}.label-cls-kaust{margin-left:0!important;.MuiFormControlLabel-label{display:contents}input{text-align:center}}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:100;src:local("Roboto Thin "),local("Roboto-Thin"),url(/assets/roboto-latin-100-BJNx9A77.woff2) format("woff2"),url(/assets/roboto-latin-100-B3mHgoOJ.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-display:swap;font-weight:100;src:local("Roboto Thin italic"),local("Roboto-Thinitalic"),url(/assets/roboto-latin-100italic-DkGpOhj0.woff2) format("woff2"),url(/assets/roboto-latin-100italic-Bjs4D596.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:local("Roboto Light "),local("Roboto-Light"),url(/assets/roboto-latin-300-EvKWBL9d.woff2) format("woff2"),url(/assets/roboto-latin-300-Cx9SeV6m.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-display:swap;font-weight:300;src:local("Roboto Light italic"),local("Roboto-Lightitalic"),url(/assets/roboto-latin-300italic-CYatNKLh.woff2) format("woff2"),url(/assets/roboto-latin-300italic-Uxw9HR3T.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:local("Roboto Regular "),local("Roboto-Regular"),url(/assets/roboto-latin-400-CEEi-WbQ.woff2) format("woff2"),url(/assets/roboto-latin-400-CKhRtUFO.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-display:swap;font-weight:400;src:local("Roboto Regular italic"),local("Roboto-Regularitalic"),url(/assets/roboto-latin-400italic-DRWWNyaf.woff2) format("woff2"),url(/assets/roboto-latin-400italic-B7WW6HdJ.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:local("Roboto Medium "),local("Roboto-Medium"),url(/assets/roboto-latin-500-DRg8azjQ.woff2) format("woff2"),url(/assets/roboto-latin-500-BU-otfqs.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-display:swap;font-weight:500;src:local("Roboto Medium italic"),local("Roboto-Mediumitalic"),url(/assets/roboto-latin-500italic-CAWXcheQ.woff2) format("woff2"),url(/assets/roboto-latin-500italic-DC3lxgcN.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:local("Roboto Bold "),local("Roboto-Bold"),url(/assets/roboto-latin-700-CqGedB_1.woff2) format("woff2"),url(/assets/roboto-latin-700-CCwTn0--.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-display:swap;font-weight:700;src:local("Roboto Bold italic"),local("Roboto-Bolditalic"),url(/assets/roboto-latin-700italic-C5p_YAqY.woff2) format("woff2"),url(/assets/roboto-latin-700italic-DXbHVVaQ.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:900;src:local("Roboto Black "),local("Roboto-Black"),url(/assets/roboto-latin-900-BEowQPyJ.woff2) format("woff2"),url(/assets/roboto-latin-900-Blac3EU0.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-display:swap;font-weight:900;src:local("Roboto Black italic"),local("Roboto-Blackitalic"),url(/assets/roboto-latin-900italic-DBp_g5Ww.woff2) format("woff2"),url(/assets/roboto-latin-900italic-uSnr6All.woff) format("woff")}@font-face{font-family:RotisSansSerifStd;src:url(/assets/RotisSansSerifStd-BKh5vZl_.eot);src:url(/assets/RotisSansSerifStd-BKh5vZl_.eot?#iefix) format("embedded-opentype"),url(/assets/RotisSansSerifStd-CI2y-0Bd.otf) format("otf"),url(/assets/RotisSansSerifStd-X7dhtT7_.svg#RotisSansSerifStd) format("svg"),url(/assets/RotisSansSerifStd-CfpZ5ek6.ttf) format("truetype"),url(/assets/RotisSansSerifStd-c2VqyMJg.woff) format("woff"),url(/assets/RotisSansSerifStd-M9h-QPRe.woff2) format("woff2")}@font-face{font-family:RotisSansSerifStd-Bold;src:url(/assets/RotisSansSerifStd-Bold-CYzdZ6rt.eot);src:url(/assets/RotisSansSerifStd-Bold-DK6cbb3V.woff) format("woff"),url(/assets/RotisSansSerifStd-Bold-D8aFnu9q.ttf) format("truetype"),url(/assets/RotisSansSerifStd-Bold-DXuz7LwX.svg) format("svg");font-weight:400;font-style:normal}@media screen and (min-width: 1440px){.footer-top-div,.dashboard-header-cls,.header-main-cls,.banner-main-div,.event-list-view,.event-detail-view{margin:0 auto!important;width:100%!important;max-width:1440px!important}.event-list-view{margin-top:110px!important}.dashboard-theme-bg-cls{.header-main-cls{padding-left:56px;padding-right:56px}}.event-detail-view{padding-left:56px!important;padding-right:56px!important;margin-top:48px!important}.my-event-list-view{margin-top:48px!important}}.dashbaord-parent-cls{.MuiPaper-elevation1{box-shadow:20px 15px 50px #0000000d}.header-main-cls{.dashboard-login-btn-cls{max-width:156px!important;border-radius:10px!important;border:1px!important;background-color:#004c59!important;color:#fff!important;min-width:80px!important;height:51px!important}.dashboard-white-login-btn-cls{max-width:156px!important;border-radius:10px!important;border:1px!important;background-color:#fff!important;color:#004c59!important;min-width:120px!important;height:51px!important}.dashbaord-logout-btn-cls{max-width:156px!important;border-radius:10px!important;border:1px!important;color:#004c59!important;min-width:80px!important;height:51px!important}.dashbaord-logout-white-btn-cls{max-width:156px!important;border-radius:10px!important;border:1px!important;color:#fff!important;min-width:80px!important;height:51px!important}.raleway-16-px-font-cls{font-family:Raleway!important;font-weight:700;font-size:16px;line-height:24px}.header-title-cls{font-family:Raleway!important;font-weight:600;font-size:20px;line-height:23.8px;color:#333!important}}.desktop-dashboard-banner-slogan-title{font-family:Raleway!important;font-weight:600;font-size:24px;line-height:36px;margin-top:8px;color:#fff!important}.desktop-dashboard-banner{height:100%;width:100%;max-height:648px}.desktop-dashboard-banner-image-left-side{img{width:180px;height:55px;object-fit:contain;margin-bottom:16px}}.desktop-dashboard-banner-side-title{font-family:Open Sans!important;font-weight:600;font-size:40px;line-height:54px;color:#fff!important}.desktop-dashboard-banner-mobile-title{font-family:RotisSansSerifStd!important;font-weight:400;font-size:16px;line-height:20px;color:#333!important}.banner-main-div{position:relative;height:calc(100% + 32px)!important;.dashboard-floating-panel{position:absolute;bottom:62px;width:100%;height:174px;.filter-panel-cls{width:calc(100% - 152px)!important;height:100%;margin-left:76px;margin-right:76px;border:1px solid #dcdcdc;border-color:#dcdcdc;border-radius:10px;background-color:#fff;.MuiInputAdornment-positionEnd{display:none!important}.filter-title-cls{font-family:Raleway!important;font-weight:600;font-size:20px;line-height:24px;color:#333!important;padding-left:16px;margin-top:16px;margin-bottom:16px}.filter-select-box:before{border-bottom:0!important}.filter-select-box:hover{border-color:#000!important}.filter-select-box:focus{border-color:#000!important}.filter-select-box{.MuiSelect-icon{display:none}.MuiInputBase-formControl:hover{border-color:#000}.placeholder-text{color:#6f7070!important;font-family:Raleway!important;font-weight:400!important;font-size:16px!important;line-height:24px!important}.MuiSelect-nativeInput{padding-left:19%}.MuiSelect-select.MuiSelect-select{padding-right:0!important}.MuiSelect-nativeInput::placeholder{color:#6f7070!important;font-family:Raleway!important;font-weight:400!important;font-size:16px!important;line-height:24px!important}.select-start-svg .MuiIconButton-label{color:#612057!important}.MuiInputAdornment-positionStart{margin-right:0!important}.MuiInput-underline:before{border-bottom:none!important}input{display:none}}.search-box-cls{.MuiInputBase-root{height:51px}.MuiInputBase-formControl{border-radius:10px}.MuiOutlinedInput-adornedStart{padding-left:3px!important}.MuiIconButton-label{color:#612057!important}.MuiInputAdornment-positionStart{margin-right:0!important}input::placeholder{text-overflow:ellipsis;color:#6f7070!important;font-family:Raleway!important;font-weight:400!important;font-size:16px!important;line-height:24px!important}}.dashboard-login-btn-cls{border-radius:10px!important;border:1px!important;background-color:#004c59!important;color:#fff!important;width:10%;margin-left:10px;height:51px}.dashboard-white-login-btn-cls{border-radius:10px!important;border:1px!important;background-color:#fff!important;color:#004c59!important;width:10%;margin-left:10px;height:51px}.filter-search-btn-cls{border:1px!important;background-color:#004c59!important;color:#fff!important;width:5%;margin-left:5px;height:51px;font-family:Raleway!important;font-weight:500;font-size:14px;line-height:20px;border-radius:10px}.filter-clear-btn-cls{border:1px!important;color:#004c59!important;background-color:#f3f6f7!important;width:9.5%;margin-left:1%;height:51px;font-family:Raleway!important;font-weight:700;font-size:16px;line-height:24px;border-radius:10px;box-shadow:none}.raleway-16-px-font-cls{font-family:Raleway!important;font-weight:700;font-size:16px;line-height:24px}}}.filter-panel-mobile-cls{width:100%;height:80px;.MuiOutlinedInput-adornedStart{height:51px}.dashboard-mobile-filter-btn-cls{max-width:156px!important;border-radius:10px!important;border:1px!important;background-color:#004c59!important;color:#fff!important;min-width:80px!important;height:51px}.filter-btn-text-cls{font-family:Raleway!important;font-weight:700;font-size:16px!important;line-height:18px!important;margin-left:10px}.filter-drawer-panel-cls{height:500px}}.filter-select-menu-item{text-wrap:balance!important}}}.filter-panel-backdrop{.MuiInput-underline:hover:not(.Mui-disabled):before{border-bottom:none!important}.MuiInput-underline:after{border-bottom:none!important}.MuiDrawer-paperAnchorBottom{border-top-left-radius:15px;border-top-right-radius:15px}.filter-drawer-panel-cls{padding:20px}.filter-panel-divider{border:2px solid gray;width:10%;margin-top:20px;margin-left:45%}.filter-panel-search-btn-cls{font-family:Raleway!important;font-weight:700;font-size:16px!important;line-height:18px!important;background-color:#004c59!important;color:#fff!important;border-radius:8px!important;height:51px}.mobile-date-filter{.react-datepicker__close-icon{padding:0 15px 0 0}.MuiFormControl-root{width:100%!important;height:51px!important;.MuiOutlinedInput-root{width:100%!important;height:51px!important;.MuiInputBase-input{width:100%!important;height:51px!important}}}}.date-box{margin-bottom:10px!important;.filter-panel-title-text-cls{margin:0!important}input::placeholder{color:#000!important}.MuiInputBase-input::placeholder{color:#6f7070!important;font-family:Raleway!important;font-weight:400!important;font-size:16px!important;line-height:24px!important}input{border:none!important}.MuiOutlinedInput-notchedOutline{border:1px solid #dcdcdc}.filter-panel-title-date-text-cls{margin-bottom:4px!important}}.filter-panel-box-control-cls{height:90px;padding:2px;.floating-form-control-cls{.MuiInputBase-formControl{height:51px;border:1px solid #dcdcdc;border-radius:8px;.filter-panel-title-text-cls{margin-bottom:0!important}.MuiSelect-select.MuiSelect-select{padding-right:0!important;padding-left:10px!important}input{display:none}.placeholdert-text{color:#6f7070;font-family:Raleway!important;font-weight:400!important;font-size:16px!important;line-height:24px!important}}}.filter-panel-title-text-cls{font-family:RotisSansSerifStd!important;font-weight:400;font-size:16px!important;line-height:19.2px!important;color:#333}.MuiInput-underline:before{border:none}input{height:51px!important;border:1px solid #dcdcdc;border-radius:10px;&::placeholder{color:#6f7070!important;font-family:Raleway!important;font-weight:400!important;font-size:16px!important;line-height:24px!important}}.MuiSelect-icon{display:none}.filter-date-picker{height:80px!important;margin:0;.MuiOutlinedInput-root{height:51px!important;border-radius:10px}.MuiOutlinedInput-adornedEnd{padding-right:8px!important}input::placeholder{color:#6f7070!important;font-family:Raleway!important;font-weight:400!important;font-size:16px!important;line-height:24px!important}}}}.date-picker-desktop-view-cls{.MuiInputBase-root{height:51px}.MuiOutlinedInput-adornedEnd{padding-right:5px!important}.MuiOutlinedInput-adornedStart{padding-left:5px!important;color:#612057!important}.MuiInputBase-formControl{border-radius:10px}}@media (max-width: 600px){.grid-btn,.calendar-btn{width:60px!important;font-size:28px}}@media (max-width: 1000px){.footer-section-parent-cls{.footer-top-div{overflow:auto}}}.drawer-title-cls{color:#333;font-family:RotisSansSerifStd!important;font-weight:700!important;font-size:18px!important;line-height:21.6px!important}.drawer-title-main-cls{width:87%;display:flex!important;margin-left:8%;justify-content:space-between;align-items:center}.drawer-close-btn{border:1px solid #dcdcdc!important;padding:5px!important;background-color:#e0e0e0ba!important;border-radius:20px!important}.mobile-banner-down-title-cls{margin-left:16px!important;margin-right:16px!important;margin-top:8px!important}.card-action-area-cls{margin-bottom:5px!important}.rbc-calendar{.rbc-event{border-radius:2px!important;background-color:#4679bc!important}.toolbar-label{font-family:Raleway!important;font-weight:300;font-size:28px!important;line-height:35px!important}.rbc-date-cell{text-align:center;.rbc-button-link{font-family:Raleway!important;font-weight:700!important;font-size:16px!important;line-height:20px!important}}.rbc-event-content{font-family:Lato!important;font-weight:600!important;font-size:13px!important;color:#fff!important}.rbc-time-slot{.rbc-label{font-family:Raleway!important;font-weight:700!important;font-size:16px!important;line-height:20px!important}}.rbc-row-segment{display:flex;justify-content:flex-end;.rbc-show-more{font-family:Lato!important;font-weight:700!important;font-size:12px!important;line-height:14.4px!important;color:#4679bc;text-align:end}}.rbc-header{font-family:Raleway!important;font-weight:700!important;font-size:16px!important;line-height:20px!important;opacity:.5}.rbc-month-view{border:none}.rbc-day-bg+.rbc-day-bg{border:none}.rbc-header+.rbc-header{border:none}.rbc-month-row+.rbc-month-row{border:none}.calendar-view-selector{padding-left:15px;display:flex;justify-content:center;align-items:center;border:1px solid #dcdcdc;border-radius:4px;height:30px;margin-right:10px;.calendar-view-selector-by-label{text-transform:uppercase;margin-right:10px;font-family:Raleway!important;font-weight:400;font-size:16px!important;line-height:24px!important}.MuiFormControlLabel-label{text-transform:capitalize;font-family:Raleway!important;font-weight:700;font-size:16px!important;line-height:24px!important}.MuiCheckbox-colorSecondary.Mui-checked{color:#004c59}}.calender-ios-arrows-font-cls{font-size:14px!important;color:#333}.date-month-string{font-family:Raleway!important;font-weight:700;font-size:28px!important;line-height:35px!important;color:#333!important}.year-string{font-family:Raleway!important;font-weight:300;font-size:28px!important;line-height:35px!important;color:#333!important}.rbc-time-content>*+*>*{border-left:none}.rbc-timeslot-group{display:flex!important;align-items:center!important;flex-flow:row!important}}.MuiInput-underline:after{border-bottom:none!important}.react-datepicker__close-icon:after{background-color:#004c59!important}.rbc-event.rbc-event-allday:nth-of-type(2n){background-color:red!important}.preview-event-description-cls{overflow-x:hidden;font-family:Raleway!important;font-weight:400!important;font-size:16px!important;line-height:24px!important}.event-list-view{width:100%;.no-data-found-title-cls{font-family:Raleway!important;font-weight:600;font-size:20px;line-height:24px;color:#333!important;padding-left:20px;margin-top:15px;margin-bottom:20px}.raleway-16-px-font-cls{font-family:Raleway!important;font-weight:700;font-size:16px;line-height:24px}.my-evnet-list-title{font-family:Raleway!important;font-weight:700;font-size:18px;line-height:36px;color:#1d2939}.evnet-list-title{font-family:Raleway!important;font-weight:700;font-size:32px;line-height:36px;color:#1d2939}.grid-btn{border-bottom-left-radius:10px!important;border-top-left-radius:10px!important;height:51px;width:166px;font-family:Raleway!important;font-weight:700;font-size:16px!important;line-height:18px!important}.calendar-btn{border-bottom-right-radius:10px!important;border-top-right-radius:10px!important;height:51px;width:180px}.calendar-tab-active{background-color:#004c59!important;color:#fff!important}.calendar-tab-deactive{background-color:#f3f6f7!important;color:#004c59!important}.grid-btn-text-cls{font-family:Raleway!important;font-weight:700;font-size:16px!important;line-height:18px!important;margin-left:10px}.list-private-text-btn-text-cls{font-family:Raleway!important;font-weight:600;font-size:20px!important}.calendar-btn-text-cls{font-family:Raleway!important;font-weight:700;font-size:16px!important;line-height:18px!important;margin-left:10px}.clamp-lines-event-name{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;-moz-box-lines:1;-webkit-box-lines:1;box-lines:1;max-height:1.5em;font-family:Raleway!important;font-weight:600;font-size:24px;line-height:36px;color:#000f2d}.clamp-lines-event-description{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;-moz-box-lines:3;-webkit-box-lines:3;box-lines:3;max-height:4.5em;font-family:Raleway!important;font-weight:400;font-size:16px;line-height:23px;color:#000f2d}.event-date-string-cls{font-family:Raleway!important;font-weight:400;font-size:16px;line-height:23px;color:#333}.card-action-container-cls{padding-top:0;padding-bottom:16px!important;padding-left:16px!important;padding-right:16px!important}.event-location-name-cls{font-family:Raleway!important;font-weight:500;font-size:14px;line-height:20px;color:#333}.registartion-not-required-btn{width:100%;color:#4679bc;font-family:Raleway!important;font-weight:700;font-size:16px;line-height:18px;height:51px;background-color:transparent!important;.MuiTouchRipple-root{display:none!important}}.registration-not-required-list-view-cls{width:100%;color:#6f7070;font-family:Raleway!important;font-weight:700;font-size:16px;line-height:18px;height:51px;background-color:transparent!important;.MuiTouchRipple-root{display:none!important}}.registartion-seats-full-btn{width:100%;color:#b94b4e;font-family:Raleway!important;font-weight:700;font-size:16px;line-height:18px;height:51px;background-color:transparent!important;.MuiTouchRipple-root{display:none!important}}.registartion-required-btn,.registartion-required-btn:hover{width:100%;color:#fff;background-color:#004c59;font-family:Raleway!important;font-weight:700;font-size:16px;line-height:18px;height:51px;border-radius:8px!important}.add-to-calendar-required-btn,.add-to-calendar-required-btn:hover{width:100%;color:#fff;background-color:#004c59;font-family:Raleway!important;font-weight:700;font-size:16px;line-height:18px;height:51px;border-radius:8px!important;margin-left:10px}.show-my-ticket-btn,.show-my-ticket-btn:hover{width:100%;color:#fff;background-color:#004c59;font-family:Raleway!important;font-weight:700;font-size:16px;line-height:18px;height:51px;border-radius:8px!important}.unregistartion-btn{width:100%;color:#004c59;font-family:Raleway!important;font-weight:700;font-size:16px;background-color:#f3f6f7;line-height:18px;height:51px;border-radius:8px!important}}.login-dialog{.MuiDialogContent-root::-webkit-scrollbar{display:hidden}.MuiDialog-paper{width:90%!important;max-width:1024px!important}.MuiDialogContent-root{width:100%!important}.closeBtn{display:none!important}.MuiDialogTitle-root{padding:0 24px!important}form{height:493px!important;width:100%!important;.loginFormBox{width:100%!important;min-width:343px!important;.MuiOutlinedInput-input{height:51px!important;padding:0 14px!important}.MuiOutlinedInput-root{border-radius:8px!important}.ForgotPasswordRow{margin-top:24px;padding:0!important;.ForgotPasswordLink{font-family:Raleway!important;font-weight:400!important;line-height:19.2px!important;font-size:16px!important;color:#044c59!important}}.loginButton{height:51px!important;min-height:51px!important;color:#fff!important}.signupButton{height:51px;margin-top:28px;border-radius:8px!important;font-family:Raleway!important;font-weight:700;font-size:18px;line-height:20px;border:1px solid #004c59!important}.LoginLabel{font-size:16px!important;padding:5px 0;font-family:RotisSansSerifStd!important;font-weight:400!important;line-height:19.2px!important;color:#333}}.kaustLogo{margin:0 0 40px!important}}.close-btn{position:absolute!important;padding:0!important;top:10px;right:19px;border:0!important;z-index:1111;background:#fff;display:block!important;border:1px solid #f7f7f7!important;text-align:center}}.generic-btn-cls,.generic-btn-cls:hover{border-radius:10px!important;border:1px!important;background-color:#004c59!important;color:#fff!important;min-width:80px!important;font-family:Raleway!important;font-weight:700!important;font-size:16px!important;line-height:18.78px!important;height:51px!important}.generic-btn-cls:disabled{opacity:.5}.event-qr-code-dialog{.MuiDialog-paper{overflow:unset!important;overflow-y:unset!important}.MuiPaper-root{width:90%;min-width:577px;border-radius:15px;@media (max-width: 600px){width:95%;min-width:auto;margin:0 10px}@media (max-width: 400px){width:100%;border-radius:10px}.event-qr-code-dialog-close-btn{position:absolute;top:24px;right:32px}.qr-box-text{font-family:Raleway,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:100%;letter-spacing:0;vertical-align:middle;margin-left:8px;margin-right:8px}.green-color{color:#004c59}.MuiDialogTitle-root{padding:32px 24px 16px 16px!important}.MuiDialogContent-root{display:flex;justify-content:center}.MuiDialogContentText-root{svg{height:170px!important;width:170px!important}}.MuiDialogActions-root{display:flex;justify-content:center;margin-bottom:32px;button{padding:0!important;width:90%}}}}.MuiInputBase-input::placeholder{color:#6f7070!important;font-family:Raleway!important;font-weight:400!important;font-size:16px!important;line-height:24px!important}.MuiOutlinedInput-input::placeholder{color:#6f7070!important;opacity:1!important}#search::placeholder{color:#6f7070!important;font-family:Raleway!important;font-weight:400!important;font-size:16px!important;line-height:24px!important}.MuiMenuItem-root{font-family:Raleway!important}.react-datepicker__input-container{.MuiOutlinedInput-input{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;margin-right:10px!important}}body #root::-webkit-scrollbar{display:none}.qrcode-title-cls{cursor:"move";display:"flex";justify-content:"start";width:100%;h2{width:auto;margin-right:20%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-family:Raleway,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:100%;letter-spacing:0;vertical-align:middle}}.event-confim-dialog-cls{.MuiPaper-root{border-radius:16px;padding:32px;width:100%;max-width:535px;text-align:center;background-color:#fff!important}.alert-dialog-slide-title{h2{color:#004c59;font-family:Raleway!important;font-weight:700;font-size:18px;line-height:18px}}.MuiDialogTitle-root{padding:0!important}.btn-width{width:40%;margin-top:30px}.close-btn-confirm-cls{margin-right:5%;color:#004c59;font-family:Raleway!important;font-weight:700;font-size:16px;background-color:#f3f6f7;line-height:18px;height:51px;border-radius:8px!important}.confitm-close-btn{position:absolute;top:20px;right:32px}.confirm-generic-btn-cls{height:51px!important}}.clamp-lines-event-location{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-ms-box-orient:vertical;box-orient:vertical;-moz-box-lines:1;-webkit-box-lines:1;box-lines:1;max-height:4.5em}.filter-select-menu-item{.MuiListItem-root.Mui-selected,.MuiListItem-root.Mui-selected:hover{background-color:none!important;color:#333!important}.MuiCheckbox-colorPrimary.Mui-checked{color:#004c59!important}}@media screen and (max-width: 500px){.event-confim-dialog-cls{.confitm-close-btn{display:none}}}.preview-event-description-cls{img{margin-top:10px!important;margin-bottom:10px!important}}.event-details-location-name-cls{color:#00f!important}.event-details--location-name-cls:hover{color:#2980b9!important}.footer-section-cls{font-family:Raleway;font-weight:400;font-size:14px!important;line-height:16.44px!important;border:1px solid #dcdcdc!important;text-align:center;background-color:#004c59;color:#fff;padding-left:77px!important;padding-right:77px!important;padding-top:0;padding-bottom:0;align-items:center;div{display:flex;align-items:center}img{height:36.68px!important;margin-right:8px!important}}.no-result-found-cls{border:1px solid #dcdcdc;text-align:"center";margin-left:16px;margin-right:16px;border-radius:16px;width:100%;height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;.no-result-main-div{width:50%;text-align:center;max-width:343px}.no-data-found-title-cls{font-family:Raleway!important;font-weight:700;font-size:18px;color:#004c59;line-height:21.6px}.no-data-found-subtitle-cls{font-family:Raleway!important;font-weight:400;font-size:16px;color:#004c59;line-height:20px}}.rbc-time-header-gutter{text-align:center;align-items:center;display:flex;.custom-time-gutter-header-cls{font-family:Raleway!important;font-weight:700;font-size:16px;line-height:20px}}.filter-select-menu-item{white-space:normal!important}.registartion-not-required-btn-details{width:30%;color:#4679bc!important;font-family:Raleway!important;font-weight:700!important;font-size:16px!important;line-height:18px!important;height:51px!important;background-color:transparent!important;.MuiTouchRipple-root{display:none!important}}.registration-closed-btn-details{width:30%;color:#b94b4e!important;font-family:Raleway!important;font-weight:700!important;font-size:16px!important;line-height:18px!important;height:51px!important;background-color:transparent!important;.MuiTouchRipple-root{display:none!important}}.category-selected-chip{background-color:#044c59!important;color:#fff!important;margin-right:10px!important;margin-bottom:10px!important;padding:15px!important;font-family:Raleway!important;font-weight:600!important;font-size:16px!important;line-height:24px!important;height:30px}.category-chip-class{margin-right:10px!important;margin-bottom:10px!important;padding:15px!important;font-family:Raleway!important;font-weight:600!important;font-size:16px!important;line-height:24px!important;height:30px;color:#004c59!important;background-color:#f3f6f7!important}.category-chip-title-class{font-family:Raleway!important;font-weight:600;font-size:20px;line-height:24px;width:250px}.card-expired-cls{filter:grayscale(100%);transition:filter .3s ease}.dashboard-header-cls{margin:0;z-index:999;position:sticky;background:transparent}.dashboard-theme-bg-cls{margin:0;z-index:999;position:sticky;background:#004c59}.filter-panel-main{background-image:url(/assets/dashboard-bg-DYIpRAem.png);max-height:410px;height:410px;width:100%;background-repeat:no-repeat!important;background-size:cover!important;.dashboard-header-cls{margin:0 auto!important;padding-top:16px!important;padding-bottom:16px!important}.dashboard-title-box-cls{width:100%;height:134px;margin-left:76px;max-width:642.5px;bottom:272px;position:absolute}}.footer-section-parent-cls{background-color:#f3f6f7;.footer-top-div{display:flex;padding-top:24px!important;.footer-top-inner-div{display:flex!important;flex-direction:row;width:100%;margin-left:77px;justify-content:space-between;margin-right:77px;@media (max-width: 960px){margin-left:0!important;margin-right:0!important;flex-direction:column!important;padding-left:0!important;padding-right:0!important}img{height:91px!important;width:331px!important}.middle-label-cls{display:flex;flex-direction:column;justify-content:flex-start;.middle-follow-us-label-cls{font-family:Raleway!important;font-weight:600!important;font-size:18px;line-height:21.13px;color:#333!important}.middle-contact-label-cls{font-family:Raleway!important;font-weight:600!important;font-size:18px!important;line-height:21.13px!important;color:#333!important}.logo-cls{width:68px!important;height:99px!important}.qr-code-img-cls{width:100px!important;height:100px!important}.android-png-bg-cls{width:100px;height:40px;background:url(/assets/google-btn-n7n-N0QB.png) no-repeat center center;background-size:contain;border:none;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;text-decoration:none;text-align:center;line-height:60px;margin-bottom:10px}.download-app-label-cls{font-family:Raleway!important;font-weight:600!important;font-size:16px!important;line-height:18.18px!important;color:#333!important;text-align:center}.apple-png-bg-cls{width:100px;height:40px;background:url(/assets/apple-btn-DXcCzbIM.png) no-repeat center center;background-size:contain;border:none;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;text-decoration:none;text-align:center;line-height:60px;margin-bottom:10px}}.middle-useful-main-link-cls{height:145px!important;width:344px!important;.middle-useful-header-cls{font-family:Raleway!important;font-weight:600;font-size:18px;line-height:21.13px;color:#333}a{text-decoration:none}.middle-useful-link-cls{font-family:Raleway!important;font-weight:400;font-size:18px;line-height:21.13px;color:#004c59;margin-top:8px}}}}}.margin-left-lg-xl{margin-left:0}.back-btn-for-event-calendar{color:#6f7070!important;font-family:Raleway!important;font-weight:400!important;font-size:18px!important;line-height:21.13px!important}.filter-value-selected{.MuiOutlinedInput-notchedOutline{border:1px solid;border-color:#004c59!important}}.filter-select-box.filter-value-selected{border:1px solid #004c59!important;border-color:#004c59!important}.social{padding:0;ul{list-style:none}li{display:inline;margin-right:10px!important;margin:5px 0;line-height:1.2;font-size:14px!important;font-family:Raleway-Regular!important}a{text-decoration:none!important;height:26px;font-size:22px}.fa{color:#004c59!important}}.social{ul{list-style:none}}.mobile-view{position:fixed;height:100vh;inset:0;z-index:99999;background-color:#fff;justify-content:center;align-content:center;align-items:center;text-align:center}.share-container-embed{.MuiPaper-root{border-radius:12px;min-width:100%;max-width:814px;width:100%;height:auto;margin:0 auto}.MuiInputBase-root{border:1px solid #dcdcdc;border-radius:15px;height:60px;font-family:Raleway,sans-serif;font-weight:700;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0px;background-color:#e0e0e0;.MuiButtonBase-root{background-color:#004c59;height:48px;border-radius:28px;width:90px}}.custom-text{font-family:Raleway,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0;display:flex}@media (min-width: 1024px){.MuiPaper-root{min-width:814px;.MuiInputBase-root{height:180px;font-size:20px;.MuiButtonBase-root{height:55px;width:97px}}}}}.share-container{.MuiPaper-root{border-radius:12px;min-width:100%;max-width:814px;width:100%;height:auto;margin:0 auto;.MuiInputBase-root{border:1px solid #dcdcdc;border-radius:15px;height:60px;font-family:Raleway,sans-serif;font-weight:700;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0px;background-color:#e0e0e0;.MuiButtonBase-root{background-color:#004c59;height:48px;border-radius:28px;width:90px}}}@media (min-width: 1024px){.MuiPaper-root{min-width:814px;height:363px;.MuiInputBase-root{height:80px;font-size:20px;.MuiButtonBase-root{height:55px;width:97px}}}}}.today-btn{font-family:Raleway,sans-serif;font-weight:700!important;font-style:normal;font-size:18px!important;line-height:100%;letter-spacing:0}.join-event-txt{font-family:Raleway,sans-serif;font-weight:700!important;font-style:normal;font-size:18px!important;line-height:100%;color:#004c59!important;letter-spacing:0}.join-event-dialog{.header-txt-join-event{font-family:Raleway,sans-serif;font-weight:400!important;font-style:normal;font-size:18px!important;line-height:100%;color:#333!important;letter-spacing:0}border-radius:16px;.MuiPaper-root{.MuiDialogContent-root{justify-content:flex-start}.MuiDialogTitle-root{padding:32px 32px 16px!important}.event-qr-code-dialog-close-btn{top:16px!important}button{max-width:none!important}.MuiDialogContent-root{padding:8px 32px}}}.add-event-title-text-cls{font-family:Raleway!important;font-weight:400!important;font-size:16px!important}.event-details-form-dialog .MuiInputBase-input{font-family:"Rotis Sans Serif Std"!important;font-weight:400!important;font-size:16px!important;color:#333!important}.event-details-form-dialog{.MuiFormHelperText-root.Mui-error{font-size:14px!important;text-align:left;font-family:Raleway;font-weight:400}.MuiInputBase-root.drop-down-cls{border-radius:8px;overflow:hidden;border:1px solid #dcdcdc;.MuiSelect-nativeInput{border:none}}.MuiInputBase-root.drop-down-cls.Mui-error{border:1px solid red;border-radius:8px;overflow:hidden;.MuiSelect-nativeInput{border:none}.MuiOutlinedInput-notchedOutline{border-radius:8px}}.MuiOutlinedInput-notchedOutline{border-radius:8px}.agenda-description-table-cls{font-size:16px!important;line-height:19.26px!important;font-family:'"Roboto", "Helvetica", "Arial", sans-serif'!important;font-weight:400!important;color:#333!important}.agenda-time-table-cls{.MuiInputBase-input{font-family:"Rotis Sans Serif Std"!important;font-weight:400!important;font-size:14px!important;line-height:20px!important;color:#333!important;text-align:center}}.agenda-add-time-table-cls{.MuiInputBase-input{font-family:"Rotis Sans Serif Std"!important;font-weight:400!important;font-size:14px!important;line-height:20px!important;color:#333!important;text-align:left}}.multi-choice-group{.MuiCheckbox-root{padding:4px;height:40px;width:40px}}}.font-14px-400-ralway{font-family:Raleway!important;font-size:14px!important;font-weight:400!important;line-height:"100%"!important}.font-16px-400-ralway{font-family:Raleway!important;font-size:16px!important;font-weight:400!important;line-height:"100%"!important}.font-16px-700-ralway{font-family:Raleway!important;font-size:16px!important;font-weight:700!important;line-height:"100%"!important}.primaryColor{color:#004c59!important}.primary-bg-color{background-color:#004c59!important}.event-confirm-popup-cls{.MuiPaper-root{max-width:535px;margin:0;padding:32px;border-radius:16px;.MuiDialogContent-root{padding:0}.MuiDialogActions-root{padding:0;margin-top:16px}}}.event-confirm-popup-cls{.header-text{font-family:"Rotis Sans Serif Std"!important;font-weight:400!important;font-size:18px!important;line-height:20px!important;color:#333!important}.sub-header-text{font-family:"Rotis Sans Serif Std"!important;font-weight:400!important;font-size:22px!important;line-height:32px!important;color:#333!important}.label-text-cls{font-family:"Rotis Sans Serif Std"!important;font-weight:400!important;font-size:16px!important;line-height:20px!important;color:#004c59!important}.value-text-cls{font-family:"Rotis Sans Serif Std"!important;font-weight:400!important;font-size:16px!important;line-height:20px!important;color:#333!important}.golf-tex-align-left{text-align:left}.start-label{width:"50%"!important}.golf-tex-align-center{text-align:center}.box-content{box-shadow:0 4px 20px -2px #0c1a4b14;padding:16px}}.bold-text{font-family:"Rotis Sans Serif Std",sans-serif;font-weight:800!important;font-size:14px!important;line-height:20px!important;letter-spacing:0!important;text-align:center!important;color:#1c9b9f!important}.regular-text{font-family:"Rotis Sans Serif Std",sans-serif!important;font-weight:400!important;font-size:14px!important;line-height:20px!important;letter-spacing:0!important;text-align:center!important;color:#1c9b9f!important}.review-form{.custom-box{width:80%!important;margin-left:10%!important;padding-bottom:16px;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;height:auto}@media (max-width: 600px){.custom-box{width:95%!important;margin-left:2.5%!important;margin-right:2.5%!important}}.extra-bold-text{word-wrap:break-word;font-family:Raleway,sans-serif;font-weight:800;font-size:18px;color:#000;line-height:24px}.normal-bold-text{word-wrap:break-word;font-family:Raleway,sans-serif;font-weight:700;font-size:16px;color:#000;line-height:24px}.custom-info-box{border:1px solid #f3f6f7;border-radius:15px;margin-top:16px}.custom-info-row{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid #f3f6f7}.custom-info-row:last-child{border-bottom:none}.custom-info-label{font-family:Raleway,sans-serif;font-weight:400;font-size:14px!important;line-height:100%;letter-spacing:0;color:#000;text-align:center}.custom-info-value{font-family:Raleway,sans-serif;font-weight:700;font-size:14px;line-height:100%;color:#000;letter-spacing:0;text-align:right;display:block;max-width:500px;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}@media (max-width: 600px){.custom-info-value{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}}.payment-dialog-cls{.MuiDialog-paperWidthSm{max-width:479px;min-height:336px;border-radius:15px}.MuiDialogContent-root{flex:1 1 auto;padding:24px 24px 0;overflow-y:auto;-webkit-overflow-scrolling:touch}}.success-popup-cls{.MuiDialog-paperWidthSm{max-width:430px;border-radius:15px}}.event-attendee-checkin-dialog{.event-attendee-dialog-text-cls{font-family:'"Roboto", "Helvetica", "Arial", sans-serif'!important;font-weight:700!important;font-size:20px!important;line-height:24px!important;color:#333!important}.event-attendee-dialog-value-cls{font-family:'"Roboto", "Helvetica", "Arial", sans-serif'!important;font-weight:400!important;font-size:20px!important;line-height:24px!important;color:#333!important}.error-attendee-message{color:red!important}}.event-badge-oval{position:absolute;top:0;right:0;font-family:Raleway;background-color:#ef841d;color:#fff;font-size:10px;font-weight:700;padding:8px 20px;border-radius:1px 1px 25px 25px;z-index:10;pointer-events:none}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{-webkit-box-sizing:inherit;box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;inset:0}.rbc-ellipsis,.rbc-show-more,.rbc-row-segment .rbc-event-content,.rbc-event-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;background:none;margin:0;padding:0;border:none;cursor:pointer;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.rbc-row-content{position:relative;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;cursor:pointer;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media (max-width: 767px){.rbc-toolbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.rbc-event,.rbc-day-slot .rbc-background-event{border:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-slot-selecting .rbc-background-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected,.rbc-day-slot .rbc-selected.rbc-background-event{background-color:#265985}.rbc-event:focus,.rbc-day-slot .rbc-background-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{-webkit-box-shadow:-1px 1px 5px 0px rgba(51,51,51,.5);box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal;color:#3174ad}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{position:relative;border:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-month-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:hidden;right:1px}.rbc-day-bg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.25);box-shadow:0 5px 15px #00000040;padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{-webkit-box-flex:1;-ms-flex:1;flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.rbc-time-gutter,.rbc-header-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{inset:0;position:absolute;margin-right:10px}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:100%;min-height:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{position:sticky;left:0;background-color:#fff;border-right:1px solid #ddd;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{width:140px;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-ms-flex-preferred-size:0 px;flex-basis:0 px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:#00000080;color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{-webkit-box-sizing:content-box;box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:20px}.rbc-time-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;-ms-flex-negative:0;flex-shrink:0}.rbc-time-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;left:0;right:0;height:1px;background-color:#74ad31;pointer-events:none}.rbc-resource-grouping.rbc-time-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px;content:"";z-index:-1;border-width:8px;left:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .holiday-overlay,.react-datepicker__month-text--holidays .holiday-overlay,.react-datepicker__quarter-text--holidays .holiday-overlay,.react-datepicker__year-text--holidays .holiday-overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .holiday-overlay,.react-datepicker__month-text--holidays:hover .holiday-overlay,.react-datepicker__quarter-text--holidays:hover .holiday-overlay,.react-datepicker__year-text--holidays:hover .holiday-overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.loginBoxContainer{display:flex;justify-content:center;height:100%}.loginBox{max-width:450px;padding-bottom:30px;width:100%;justify-content:center;align-items:center;display:grid}.registerHeight{overflow:auto}.kaustLogo{margin:40px 0!important;text-align:center}.loginFormBox{width:350px;margin-top:15px}.loginButton{cursor:pointer}.signupButton{display:none}.divider-cls{display:flex!important}.create-account-btn-cls{border-radius:8px!important;border:1px solid #f3f6f7!important;background-color:#f3f6f7!important;color:#004c59!important;min-width:80px!important;font-family:Raleway!important;font-weight:700!important;font-size:16px!important;line-height:18.78px!important;height:51px!important}.loginButton .MuiButton-label{color:#fff!important}.loginButton .MuiButton-label .MuiBox-root-22{position:absolute;left:55%}.loginLogo{text-align:center;padding-right:100px}.loginLogo img{height:176px;width:auto}.loginFormBox .form-check-label{font-size:22px!important;margin-bottom:20px}.loginFormBox .form-check-label input[type=radio i]{margin:5px 10px}.loginFormBox .MuiFormControl-marginNormal{margin:0}.loginFormBox .labelCentralLogin{float:right}.loginSelect{width:100%}.loginSelect .MuiTypography-body1{font-size:16px!important;padding:5px 0;font-family:Raleway!important;font-weight:400;line-height:19.2px;color:#333}.centralLogin{display:flex;position:relative;font-size:16px!important;padding:5px 0;font-family:Raleway!important;font-weight:400!important;line-height:24px!important;.MuiFormControlLabel-label{div{display:flex!important;.central-lable-cls{font-weight:700!important;margin-right:5px!important}}}}.loginSelect .MuiFormGroup-root{flex-direction:row;flex-wrap:nowrap;display:flex;justify-content:space-between}.loginSelect .MuiButtonBase-root{padding-left:0!important}.loginSelect .MuiFormControlLabel-root{margin-left:0!important;margin-right:0!important}.loginSelect .MuiRadio-colorSecondary.Mui-checked{color:#044c59}.loginSelect .MuiRadio-colorSecondary.Mui-checked>span>div svg:last-child path{fill:#cccd2b}.ForgotPasswordRow{padding:5px 0}.ForgotPasswordLink{color:#044c59!important;font-size:20px!important;padding-top:11px;cursor:pointer}.LoginLabel{font-size:16px!important;padding:5px 0;font-family:Raleway!important;font-weight:400!important;line-height:19.2px!important;color:#333}.form-title-label{font-size:16px!important;padding:5px 0;font-family:Raleway!important;font-weight:400!important;line-height:24px!important;color:#333;margin-bottom:24px!important}.LoginInput{width:100%}.LoginInput .MuiOutlinedInput-input{background:#f7f7f7}.LoginInput .MuiOutlinedInput-notchedOutline{border:0}.marginTop15{margin-top:15px!important}.aboutYou{color:#044c59;font-size:22px!important;padding:0 0 25px;text-align:center}.forgotPassBlock{width:100%;max-width:520px;margin:0 auto 50px}.forgotPassBlock .MuiFormControl-root{width:100%;background:#f7f7f7}.forgotPassBlock .MuiOutlinedInput-input{text-align:center!important;font-size:18px!important}.forgotPassBlock .MuiOutlinedInput-notchedOutline{border-color:#ffffff3b}.checkbox-form-control{margin-top:24px!important;.MuiFormGroup-root{display:flex!important;align-items:flex-start!important}.privacy-policy-cls{margin-top:-20px!important}.privacy-pre-label{font-size:16px!important;font-family:Raleway!important;font-weight:400!important;line-height:24px!important;color:#333!important}.privacy-post-label{font-size:16px!important;font-family:Raleway!important;font-weight:700!important;line-height:24px!important;color:#004c59!important}}.forgotDialog{.closeBtn{color:#333;border:none;position:absolute;right:0;padding:15px!important;margin:0}.closeBtn:hover{border:none}.forgot-pass-email-text-cls{height:40px!important}.MuiOutlinedInput-input{padding:0 14px!important;height:40px!important;border:1px solid #dcdcdc;background-color:#fff}.MuiOutlinedInput-input::placeholder{color:#6f7070!important;font-family:Raleway!important;font-weight:400!important;font-size:16px!important;line-height:24px!important}.forgotPasswordHeader{margin-top:65px!important;font-size:26px!important;font-weight:600!important;color:#044c59;font-family:Raleway!important;text-align:center}.fPassLine{margin-top:30px!important;font-size:26px!important;font-weight:600!important;color:#333;font-family:Raleway!important;text-align:center;padding-bottom:30px}}.trouble-title-label{font-size:18px!important;font-family:Raleway!important;font-weight:400!important;line-height:20px!important;color:#333}.question-title-label{font-size:14px!important;font-family:Raleway!important;font-weight:400!important;line-height:24px!important;color:#333;text-align:center}.question-faq-title-label{font-size:14px!important;font-family:Raleway!important;font-weight:700!important;line-height:24px!important;color:#004c59!important;text-align:center;cursor:pointer}.contact-title-phone-label,.contact-subtitle-phone-label{font-size:16px!important;font-family:Raleway!important;font-weight:700!important;line-height:24px!important;color:#333!important;text-align:center}.contact-subtitle-phone-label{font-size:16px!important;font-family:Raleway!important;font-weight:700!important;line-height:24px!important;color:#004c59!important;text-align:center;padding-bottom:100px}.close-btn-contact-popup{position:absolute!important;top:10px;right:0;border:none!important;svg{color:#333}}.fqa-tab-cls{.MuiTab-root{max-width:100%!important;color:#044c59;font-size:16px!important;font-family:Raleway!important;font-weight:700!important;line-height:24px!important;text-transform:none}.MuiTab-root.Mui-selected{max-width:100%!important;background-color:#044c59;color:#fff;font-size:16px!important;font-family:Raleway!important;font-weight:700!important;line-height:24px!important;text-transform:none}}@media (max-width: 500px){.loginSelect .MuiFormControlLabel-root{width:auto}.loginSelect{margin-bottom:7px!important}.loginFormBox{.MuiFormControl-marginNormal{margin-top:0!important;margin-bottom:0!important}}.quizIcon{padding-top:1px;top:-3px!important}}.confirmationlDialog .MuiDialog-paperFullWidth{padding:30px 0}.max-Width .MuiDialog-paperFullWidth{max-width:700px!important}.confirmationlDialog .downloadTicket{width:auto!important;margin-top:30px!important;padding-left:25px;padding-right:25px}.confirmationText{color:#252525!important;font-size:26px!important}.quizIcon{display:inline-block;height:20px;width:20px;background:#044c59;color:#fff;border-radius:100%;text-align:center;line-height:20px;font-size:14px;font-weight:700;position:relative;left:4px;top:-3px;cursor:pointer}.quizIconChild{display:flex;justify-content:center;align-items:center;height:23px}.regHeader{margin-top:20px!important;font-size:30px!important;font-weight:600!important;color:#044c59;font-family:Raleway!important;text-align:center;border-bottom:1px solid #ccc;padding-bottom:10px}.requiredInfo{color:#d00909;text-align:center;padding:30px 20px 20px;font-size:20px!important}.regInput{width:100%;margin-top:20px!important}.regInput .MuiInputBase-input.Mui-disabled{background:#e3e1df;border:1px solid #e3e1df}.codeInput{width:calc(25% - 2px)!important;margin-right:2px!important}.phoneInput{width:75%!important}.regInput .MuiOutlinedInput-input{background:#fff;border:1px solid #e3e1df}.regInput.border-red .MuiOutlinedInput-input{border:1px solid red!important}.red{color:red!important}.regInput .MuiOutlinedInput-notchedOutline{border:0}.regContainer{padding:0 20px 20px;width:100%;margin:0 auto!important}.selectBox.selectBoxReg .MuiOutlinedInput-notchedOutline,.selectBox.selectBoxReg:hover .MuiOutlinedInput-notchedOutline{border:1px solid #e3e1df}.MuiSelect-nativeInput{opacity:1!important;height:100%!important;padding:10px;font-size:medium}.asterisk{color:#d00909!important;font-size:16px!important;font-family:none}.registerDialogWidth .MuiDialog-paperWidthMd{max-width:650px;width:100%}.RegisterMsgDialog .MuiDialog-paperWidthMd{max-width:600px}.RegisterMsgText{font-size:16px!important;font-family:Raleway!important;font-weight:400!important;line-height:24px!important;padding-top:15px}.RegisterMsgText li:first-child{display:none}.RegisterMsgText li:last-child{display:list-item}.filter-select-input .MuiSelect-nativeInput{opacity:0!important}.login-dialog{.MuiDialogContent-root::-webkit-scrollbar{display:hidden}.MuiDialogContent-root{width:100%!important;padding:8px 0!important;overflow:auto;form{width:100%!important;height:100%!important;.loginFormBox{width:100%!important;min-width:343px!important;.LoginLabel{font-size:16px!important;font-family:Raleway!important;font-weight:400!important;line-height:19.2px!important;color:#333!important}.MuiOutlinedInput-input::placeholder{font-size:12px!important;font-family:Raleway!important;font-weight:400!important;line-height:14px!important;color:#6f7070!important}}.loginBox{max-width:450px!important}.LoginInput .MuiOutlinedInput-input{height:40px;padding:0 14px!important;border:1px solid #DCDCDC!important;border-radius:8px!important;background:#fff!important}.LoginInput input::placeholder{color:#6f7070!important;font-family:Raleway!important;font-weight:400!important;font-size:13px!important;line-height:20px!important}.loginButton{height:51px;margin-top:28px;border-radius:8px!important;font-family:Raleway!important;font-weight:700!important;font-size:18px!important;line-height:20px!important;color:#fff!important;cursor:pointer}.register-btn-cls:disabled{cursor:pointer!important}.register-btn-cls,.register-btn-cls:hover{border-radius:10px!important;border:1px!important;background-color:#004c59!important;color:#fff!important;min-width:80px!important;font-family:Raleway!important;font-weight:700!important;font-size:16px!important;line-height:18.78px!important;height:51px!important;cursor:pointer}.cancel-registration-btn{border-radius:8px!important;font-family:Raleway!important;font-weight:700;font-size:16px;line-height:20px;background-color:#f3f6f7;color:#004c59!important;height:51px;margin-top:28px!important}.aboutYou{font-family:Raleway!important;font-weight:700;font-size:16px!important;line-height:20px;color:#004c59!important}.aboutYouOther{font-family:Raleway!important;font-weight:500;font-size:16px!important;line-height:20px;text-align:center;margin-bottom:16px;color:#004c59!important}}}}.RegisterMsgDialog{.closeBtn{position:absolute;right:0;top:0;border:none!important;padding:15px!important;color:#333!important}}.verify-email-dialog{.closeBtn{position:absolute!important;top:15px!important;right:0!important;border:none!important}.verify-email-title-cls{h2{font-family:Raleway!important;font-weight:700!important;font-size:24px!important;line-height:30px!important}}.verify-email-sub-title-cls{font-family:Raleway!important;font-weight:400!important;font-size:20px!important;line-height:20px!important}}.reg-header-opt{font-family:Raleway!important;font-weight:700!important;font-size:18px!important;line-height:21.9px!important;color:#333}.reg-sub-header-opt{font-family:Raleway!important;font-weight:400!important;font-size:16px!important;line-height:21.9px!important;color:#333;margin-top:16px!important;margin-bottom:16px!important}.verified-text-cls{font-family:Raleway!important;font-weight:700!important;font-size:16px!important;line-height:21.9px!important;color:#333!important}.send-otp-text-cls{font-family:Raleway!important;font-weight:800!important;font-size:16px!important;line-height:24px!important;text-decoration:underline;color:#1c9b9f!important}.dashboard-login-btn-cls{border-radius:10px!important;border:1px!important;background-color:#004c59!important;color:#fff!important;height:51px!important;width:90%}.dashboard-login-btn-cls.Mui-disabled{opacity:.5}.dashbaord-logout-btn-cls{max-width:156px!important;border-radius:10px!important;border:1px!important;color:#004c59!important;min-width:80px!important;height:51px!important}.dashbaord-logout-white-btn-cls{max-width:156px!important;border-radius:10px!important;border:1px!important;color:#fff!important;min-width:80px!important;height:51px!important}.raleway-16-px-font-cls{font-family:Raleway!important;font-weight:700!important;font-size:16px!important;line-height:24px!important}.raleway-20-px-font-cls{font-family:Raleway!important;font-weight:400!important;font-size:18px!important;line-height:28px!important;color:#333}.comments-text-fields-cls textarea{font-family:Raleway!important;font-weight:500!important;font-size:16px!important;line-height:24px!important;color:#333}.comments-text-fields-cls textarea:placeholder{font-family:Raleway!important;font-weight:500;font-size:16px;line-height:24px;color:#dcdcdc}.dialog-title-feedback h2{font-family:Raleway!important;font-weight:700!important;font-size:24px!important;line-height:30px!important;color:#333}.rating-group-cls{font-size:3.5rem!important;text-align:center!important;width:100%!important;justify-content:center!important}.feedback-action-cls{justify-content:center!important}
