:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);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:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid 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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{height:15px;bottom:0}.ps__rail-x,.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;position:absolute}.ps__rail-y{width:15px;right:0}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports(-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}.scrollbar-container{position:relative;height:100%}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot button{border:2px solid gray}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left:before{content:""}
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:red;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#0f6bbf;--secondary:#051f4e;--success:#7ccf6e;--info:#0f6bbf;--warning:#ffc635;--danger:#ff6b6c;--light:#0090f9;--dark:#d1d5db;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;color:#051f4e;text-align:left;background-color:#fafafa}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent}a:hover{color:#381e72;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}@media(max-width:1200px){legend{font-size:calc(1.275rem + .3vw)}}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;line-height:1.2}@media(max-width:1200px){.h1,h1{font-size:calc(1.375rem + 1.5vw)}}.h2,h2{font-size:2rem}@media(max-width:1200px){.h2,h2{font-size:calc(1.325rem + .9vw)}.h3,h3{font-size:calc(1.3rem + .6vw)}.h4,h4{font-size:calc(1.275rem + .3vw)}}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}@media(max-width:1200px){.display-1{font-size:calc(1.725rem + 5.7vw)}}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}@media(max-width:1200px){.display-2{font-size:calc(1.675rem + 5.1vw)}}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}@media(max-width:1200px){.display-3{font-size:calc(1.575rem + 3.9vw)}}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}@media(max-width:1200px){.display-4{font-size:calc(1.475rem + 2.7vw)}}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:.875em;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fafafa;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.table{width:100%;margin-bottom:1rem;color:#051f4e}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #6c757d}.table thead th{vertical-align:bottom;border-bottom:2px solid #6c757d}.table tbody+tbody{border-top:2px solid #6c757d}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #6c757d}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#051f4e;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#bcd6ed}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#82b2de}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#a8cae8}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#b9c0cd}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#7d8ba3}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#aab3c2}.table-success,.table-success>td,.table-success>th{background-color:#daf2d6}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#bbe6b4}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#c9ecc3}.table-info,.table-info>td,.table-info>th{background-color:#bcd6ed}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#82b2de}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#a8cae8}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffefc6}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffe196}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8ad}.table-danger,.table-danger>td,.table-danger>th{background-color:#ffd6d6}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ffb2b3}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ffbdbd}.table-light,.table-light>td,.table-light>th{background-color:#b8e0fd}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#7ac5fc}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#9fd5fc}.table-dark,.table-dark>td,.table-dark>th{background-color:#f2f3f5}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#e7e9ec}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#e4e6ea}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#6c757d}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media(max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.3em + 2rem + 2px);padding:1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.3;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#5baaf2;outline:0;box-shadow:0 0 0 .2rem rgba(15,107,191,.25)}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(1rem + 1px);padding-bottom:calc(1rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.3}.col-form-label-lg{padding-top:calc(1.25rem + 1px);padding-bottom:calc(1.25rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:1rem 0;margin-bottom:0;font-size:1rem;line-height:1.3;color:#051f4e;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + 1rem + 2px);border-radius:.2rem}.form-control-lg{border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#7ccf6e}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.3;color:#212529;background-color:rgba(124,207,110,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#7ccf6e;padding-right:calc(1.3em + 2rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%237ccf6e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.325em + .5rem) center;background-size:calc(.65em + 1rem) calc(.65em + 1rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#7ccf6e;box-shadow:0 0 0 .2rem rgba(124,207,110,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:4rem!important;background-position:right 2rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.3em + 2rem);background-position:top calc(.325em + .5rem) right calc(.325em + .5rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#7ccf6e;padding-right:calc(.75em + 3.5rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%237ccf6e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2rem/calc(.65em + 1rem) calc(.65em + 1rem) no-repeat}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#7ccf6e;box-shadow:0 0 0 .2rem rgba(124,207,110,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#7ccf6e}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#7ccf6e}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#7ccf6e}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:#9fdc94;background-color:#9fdc94}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(124,207,110,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#7ccf6e}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#7ccf6e}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#7ccf6e;box-shadow:0 0 0 .2rem rgba(124,207,110,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#ff6b6c}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.3;color:#212529;background-color:rgba(255,107,108,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#ff6b6c;padding-right:calc(1.3em + 2rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff6b6c' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff6b6c' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.325em + .5rem) center;background-size:calc(.65em + 1rem) calc(.65em + 1rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#ff6b6c;box-shadow:0 0 0 .2rem rgba(255,107,108,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:4rem!important;background-position:right 2rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.3em + 2rem);background-position:top calc(.325em + .5rem) right calc(.325em + .5rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#ff6b6c;padding-right:calc(.75em + 3.5rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff6b6c' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff6b6c' stroke='none'/%3e%3c/svg%3e") center right 2rem/calc(.65em + 1rem) calc(.65em + 1rem) no-repeat}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#ff6b6c;box-shadow:0 0 0 .2rem rgba(255,107,108,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#ff6b6c}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#ff6b6c}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#ff6b6c}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#ff9e9f;background-color:#ff9e9f}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(255,107,108,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#ff6b6c}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#ff6b6c}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#ff6b6c;box-shadow:0 0 0 .2rem rgba(255,107,108,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media(min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{display:flex;align-items:center;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-family:Inter,sans-serif;font-weight:400;color:#051f4e;text-align:center;white-space:.25px;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;line-height:1.059rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#051f4e;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(15,107,191,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#0f6bbf;border-color:#0f6bbf}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#0c579c;border-color:#0b5190}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(51,129,201,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0f6bbf;border-color:#0f6bbf}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.custom-tab .card-header-tabs .btn-primary.nav-link:not(:disabled):not(.disabled):focus,.custom-tab .card-header-tabs .btn-primary.nav-link:not(:disabled):not(.disabled):hover,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0b5190;border-color:#0a4a84}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.custom-tab .card-header-tabs .btn-primary.nav-link:not(:disabled):not(.disabled):focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(51,129,201,.5)}.btn-secondary{color:#fff;background-color:#051f4e;border-color:#051f4e}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{color:#fff;background-color:#03112a;border-color:#020c1e}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(43,65,105,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#051f4e;border-color:#051f4e}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.custom-tab .card-header-tabs .btn-secondary.nav-link:not(:disabled):not(.disabled):focus,.custom-tab .card-header-tabs .btn-secondary.nav-link:not(:disabled):not(.disabled):hover,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#020c1e;border-color:#010712}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.custom-tab .card-header-tabs .btn-secondary.nav-link:not(:disabled):not(.disabled):focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(43,65,105,.5)}.btn-success{color:#212529;background-color:#7ccf6e;border-color:#7ccf6e}.btn-success.focus,.btn-success:focus,.btn-success:hover{color:#212529;background-color:#62c551;border-color:#59c248}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(110,182,100,.5)}.btn-success.disabled,.btn-success:disabled{color:#212529;background-color:#7ccf6e;border-color:#7ccf6e}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.custom-tab .card-header-tabs .btn-success.nav-link:not(:disabled):not(.disabled):focus,.custom-tab .card-header-tabs .btn-success.nav-link:not(:disabled):not(.disabled):hover,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#59c248;border-color:#51be3f}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.custom-tab .card-header-tabs .btn-success.nav-link:not(:disabled):not(.disabled):focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(110,182,100,.5)}.btn-info{color:#fff;background-color:#0f6bbf;border-color:#0f6bbf}.btn-info.focus,.btn-info:focus,.btn-info:hover{color:#fff;background-color:#0c579c;border-color:#0b5190}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(51,129,201,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#0f6bbf;border-color:#0f6bbf}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.custom-tab .card-header-tabs .btn-info.nav-link:not(:disabled):not(.disabled):focus,.custom-tab .card-header-tabs .btn-info.nav-link:not(:disabled):not(.disabled):hover,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#0b5190;border-color:#0a4a84}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.custom-tab .card-header-tabs .btn-info.nav-link:not(:disabled):not(.disabled):focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(51,129,201,.5)}.btn-warning{color:#212529;background-color:#ffc635;border-color:#ffc635}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{color:#212529;background-color:#ffbb0f;border-color:#ffb802}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,174,51,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc635;border-color:#ffc635}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.custom-tab .card-header-tabs .btn-warning.nav-link:not(:disabled):not(.disabled):focus,.custom-tab .card-header-tabs .btn-warning.nav-link:not(:disabled):not(.disabled):hover,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#ffb802;border-color:#f4af00}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.custom-tab .card-header-tabs .btn-warning.nav-link:not(:disabled):not(.disabled):focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,174,51,.5)}.btn-danger{color:#212529;background-color:#ff6b6c;border-color:#ff6b6c}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#ff4546;border-color:#ff3839}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(222,97,98,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#212529;background-color:#ff6b6c;border-color:#ff6b6c}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.custom-tab .card-header-tabs .btn-danger.nav-link:not(:disabled):not(.disabled):focus,.custom-tab .card-header-tabs .btn-danger.nav-link:not(:disabled):not(.disabled):hover,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#ff3839;border-color:#ff2b2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.custom-tab .card-header-tabs .btn-danger.nav-link:not(:disabled):not(.disabled):focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,97,98,.5)}.btn-light{color:#fff;background-color:#0090f9;border-color:#0090f9}.btn-light.focus,.btn-light:focus,.btn-light:hover{color:#fff;background-color:#007ad3;border-color:#0073c6}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(38,161,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#fff;background-color:#0090f9;border-color:#0090f9}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.custom-tab .card-header-tabs .btn-light.nav-link:not(:disabled):not(.disabled):focus,.custom-tab .card-header-tabs .btn-light.nav-link:not(:disabled):not(.disabled):hover,.show>.btn-light.dropdown-toggle{color:#fff;background-color:#0073c6;border-color:#006bb9}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.custom-tab .card-header-tabs .btn-light.nav-link:not(:disabled):not(.disabled):focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,161,250,.5)}.btn-dark{color:#212529;border-color:#d1d5db}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{color:#212529;background-color:#bcc1ca;border-color:#b4bbc5}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem hsla(213,7%,74%,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#212529;background-color:#d1d5db;border-color:#d1d5db}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.custom-tab .card-header-tabs .btn-dark.nav-link:not(:disabled):not(.disabled):focus,.custom-tab .card-header-tabs .btn-dark.nav-link:not(:disabled):not(.disabled):hover,.show>.btn-dark.dropdown-toggle{color:#212529;background-color:#b4bbc5;border-color:#adb4bf}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.custom-tab .card-header-tabs .btn-dark.nav-link:not(:disabled):not(.disabled):focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(213,7%,74%,.5)}.btn-outline-primary{color:#0f6bbf;border-color:#0f6bbf}.btn-outline-primary:hover{color:#fff;background-color:#0f6bbf;border-color:#0f6bbf}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(15,107,191,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0f6bbf;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.custom-tab .card-header-tabs .btn-outline-primary.nav-link:not(:disabled):not(.disabled):focus,.custom-tab .card-header-tabs .btn-outline-primary.nav-link:not(:disabled):not(.disabled):hover,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#0f6bbf;border-color:#0f6bbf}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.custom-tab .card-header-tabs .btn-outline-primary.nav-link:not(:disabled):not(.disabled):focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(15,107,191,.5)}.btn-outline-secondary{color:#051f4e;border-color:#051f4e}.btn-outline-secondary:hover{color:#fff;background-color:#051f4e;border-color:#051f4e}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(5,31,78,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#051f4e;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.custom-tab .card-header-tabs .btn-outline-secondary.nav-link:not(:disabled):not(.disabled):focus,.custom-tab .card-header-tabs .btn-outline-secondary.nav-link:not(:disabled):not(.disabled):hover,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#051f4e;border-color:#051f4e}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.custom-tab .card-header-tabs .btn-outline-secondary.nav-link:not(:disabled):not(.disabled):focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(5,31,78,.5)}.btn-outline-success{color:#7ccf6e;border-color:#7ccf6e}.btn-outline-success:hover{color:#212529;background-color:#7ccf6e;border-color:#7ccf6e}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(124,207,110,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#7ccf6e;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.custom-tab .card-header-tabs .btn-outline-success.nav-link:not(:disabled):not(.disabled):focus,.custom-tab .card-header-tabs .btn-outline-success.nav-link:not(:disabled):not(.disabled):hover,.show>.btn-outline-success.dropdown-toggle{color:#212529;background-color:#7ccf6e;border-color:#7ccf6e}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.custom-tab .card-header-tabs .btn-outline-success.nav-link:not(:disabled):not(.disabled):focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(124,207,110,.5)}.btn-outline-info{color:#0f6bbf;border-color:#0f6bbf}.btn-outline-info:hover{color:#fff;background-color:#0f6bbf;border-color:#0f6bbf}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(15,107,191,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0f6bbf;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.custom-tab .card-header-tabs .btn-outline-info.nav-link:not(:disabled):not(.disabled):focus,.custom-tab .card-header-tabs .btn-outline-info.nav-link:not(:disabled):not(.disabled):hover,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#0f6bbf;border-color:#0f6bbf}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.custom-tab .card-header-tabs .btn-outline-info.nav-link:not(:disabled):not(.disabled):focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(15,107,191,.5)}.btn-outline-warning{color:#ffc635;border-color:#ffc635}.btn-outline-warning:hover{color:#212529;background-color:#ffc635;border-color:#ffc635}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,198,53,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc635;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.custom-tab .card-header-tabs .btn-outline-warning.nav-link:not(:disabled):not(.disabled):focus,.custom-tab .card-header-tabs .btn-outline-warning.nav-link:not(:disabled):not(.disabled):hover,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc635;border-color:#ffc635}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.custom-tab .card-header-tabs .btn-outline-warning.nav-link:not(:disabled):not(.disabled):focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,198,53,.5)}.btn-outline-danger{color:#ff6b6c;border-color:#ff6b6c}.btn-outline-danger:hover{color:#212529;background-color:#ff6b6c;border-color:#ff6b6c}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(255,107,108,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#ff6b6c;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.custom-tab .card-header-tabs .btn-outline-danger.nav-link:not(:disabled):not(.disabled):focus,.custom-tab .card-header-tabs .btn-outline-danger.nav-link:not(:disabled):not(.disabled):hover,.show>.btn-outline-danger.dropdown-toggle{color:#212529;background-color:#ff6b6c;border-color:#ff6b6c}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.custom-tab .card-header-tabs .btn-outline-danger.nav-link:not(:disabled):not(.disabled):focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,107,108,.5)}.btn-outline-light{color:#0090f9;border-color:#0090f9}.btn-outline-light:hover{color:#fff;background-color:#0090f9;border-color:#0090f9}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(0,144,249,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#0090f9;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.custom-tab .card-header-tabs .btn-outline-light.nav-link:not(:disabled):not(.disabled):focus,.custom-tab .card-header-tabs .btn-outline-light.nav-link:not(:disabled):not(.disabled):hover,.show>.btn-outline-light.dropdown-toggle{color:#fff;background-color:#0090f9;border-color:#0090f9}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.custom-tab .card-header-tabs .btn-outline-light.nav-link:not(:disabled):not(.disabled):focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,144,249,.5)}.btn-outline-dark{color:#d1d5db;border-color:#d1d5db}.btn-outline-dark:hover{color:#212529;background-color:#d1d5db;border-color:#d1d5db}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(209,213,219,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#d1d5db;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.custom-tab .card-header-tabs .btn-outline-dark.nav-link:not(:disabled):not(.disabled):focus,.custom-tab .card-header-tabs .btn-outline-dark.nav-link:not(:disabled):not(.disabled):hover,.show>.btn-outline-dark.dropdown-toggle{color:#212529;background-color:#d1d5db;border-color:#d1d5db}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.custom-tab .card-header-tabs .btn-outline-dark.nav-link:not(:disabled):not(.disabled):focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(209,213,219,.5)}.btn-link{font-weight:400;color:#6750a4;text-decoration:none}.btn-link:hover{color:#381e72}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.5rem 1rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#051f4e;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}.custom-tab .card-header-tabs .dropdown-item.nav-link:focus,.custom-tab .card-header-tabs .dropdown-item.nav-link:hover,.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0f6bbf}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover,.custom-tab .card-header-tabs .btn-group-vertical>.btn.nav-link:focus,.custom-tab .card-header-tabs .btn-group-vertical>.btn.nav-link:hover,.custom-tab .card-header-tabs .btn-group>.btn.nav-link:focus,.custom-tab .card-header-tabs .btn-group>.btn.nav-link:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:1rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.3;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 2.5rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:1.25rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:2rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.3rem;padding-left:1.5rem;print-color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.15rem;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#0f6bbf;background-color:#0f6bbf}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(15,107,191,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#5baaf2}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#8bc3f6;border-color:#8bc3f6}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}.custom-control-label:after,.custom-control-label:before{position:absolute;top:.15rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.custom-control-label:after{background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#0f6bbf;background-color:#0f6bbf}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(15,107,191,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(15,107,191,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(15,107,191,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.15rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(15,107,191,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.3em + 2rem + 2px);padding:1rem 2rem 1rem 1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.3;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#5baaf2;outline:0;box-shadow:0 0 0 .2rem rgba(15,107,191,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:1rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 2.5rem + 2px);padding-top:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;font-size:1.25rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{position:relative;width:100%;height:calc(1.3em + 2rem + 2px)}.custom-file-input{z-index:2;margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#5baaf2;box-shadow:0 0 0 .2rem rgba(15,107,191,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{left:0;z-index:1;height:calc(1.3em + 2rem + 2px);overflow:hidden;font-family:Inter,sans-serif;font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;padding:1rem;line-height:1.3;color:#495057}.custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.3em + 2rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fafafa,0 0 0 .2rem rgba(15,107,191,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fafafa,0 0 0 .2rem rgba(15,107,191,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fafafa,0 0 0 .2rem rgba(15,107,191,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0f6bbf;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#8bc3f6}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0f6bbf;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#8bc3f6}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#0f6bbf;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#8bc3f6}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.custom-tab .card-header-tabs .nav-tabs .nav-link:focus,.custom-tab .card-header-tabs .nav-tabs .nav-link:hover,.nav-tabs .custom-tab .card-header-tabs .nav-link:focus,.nav-tabs .custom-tab .card-header-tabs .nav-link:hover,.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fafafa;border-color:#dee2e6 #dee2e6 #fafafa}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.custom-tab .card-header-tabs .nav-pills .nav-link:focus,.custom-tab .card-header-tabs .nav-pills .nav-link:hover,.nav-pills .custom-tab .card-header-tabs .nav-link:focus,.nav-pills .custom-tab .card-header-tabs .nav-link:hover,.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0f6bbf}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.custom-tab .card-header-tabs .tab-content>.nav-link:focus,.custom-tab .card-header-tabs .tab-content>.nav-link:hover,.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3375rem;padding-bottom:.3375rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.custom-tab .card-header-tabs .navbar-light .navbar-nav .nav-link:focus,.custom-tab .card-header-tabs .navbar-light .navbar-nav .nav-link:focus>.nav-link,.custom-tab .card-header-tabs .navbar-light .navbar-nav .nav-link:hover,.custom-tab .card-header-tabs .navbar-light .navbar-nav .nav-link:hover>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .custom-tab .card-header-tabs .nav-link:focus,.navbar-light .navbar-nav .custom-tab .card-header-tabs .nav-link:focus>.nav-link,.navbar-light .navbar-nav .custom-tab .card-header-tabs .nav-link:hover,.navbar-light .navbar-nav .custom-tab .card-header-tabs .nav-link:hover>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.custom-tab .card-header-tabs .navbar-dark .navbar-nav .nav-link:focus,.custom-tab .card-header-tabs .navbar-dark .navbar-nav .nav-link:focus>.nav-link,.custom-tab .card-header-tabs .navbar-dark .navbar-nav .nav-link:hover,.custom-tab .card-header-tabs .navbar-dark .navbar-nav .nav-link:hover>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .custom-tab .card-header-tabs .nav-link:focus,.navbar-dark .navbar-nav .custom-tab .card-header-tabs .nav-link:focus>.nav-link,.navbar-dark .navbar-nav .custom-tab .card-header-tabs .nav-link:hover,.navbar-dark .navbar-nav .custom-tab .card-header-tabs .nav-link:hover>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media(min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{flex:1 0;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media(min-width:576px){.card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active,.custom-tab .card-header-tabs .breadcrumb-item.nav-link:focus,.custom-tab .card-header-tabs .breadcrumb-item.nav-link:hover{color:#6c757d}.pagination{padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#6750a4;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#381e72;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(15,107,191,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.custom-tab .card-header-tabs .page-item.nav-link:focus .page-link,.custom-tab .card-header-tabs .page-item.nav-link:hover .page-link,.page-item.active .page-link{z-index:3;color:#fff;background-color:#0f6bbf;border-color:#0f6bbf}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#0f6bbf}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0b5190}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(15,107,191,.5)}.badge-secondary{color:#fff;background-color:#051f4e}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#020c1e}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(5,31,78,.5)}.badge-success{color:#212529;background-color:#7ccf6e}a.badge-success:focus,a.badge-success:hover{color:#212529;background-color:#59c248}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(124,207,110,.5)}.badge-info{color:#fff;background-color:#0f6bbf}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#0b5190}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(15,107,191,.5)}.badge-warning{color:#212529;background-color:#ffc635}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#ffb802}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,198,53,.5)}.badge-danger{color:#212529;background-color:#ff6b6c}a.badge-danger:focus,a.badge-danger:hover{color:#212529;background-color:#ff3839}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,107,108,.5)}.badge-light{color:#fff;background-color:#0090f9}a.badge-light:focus,a.badge-light:hover{color:#fff;background-color:#0073c6}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,144,249,.5)}.badge-dark{color:#212529;background-color:#d1d5db}a.badge-dark:focus,a.badge-dark:hover{color:#212529;background-color:#b4bbc5}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(209,213,219,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media(min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#083863;background-color:#cfe1f2;border-color:#bcd6ed}.alert-primary hr{border-top-color:#a8cae8}.alert-primary .alert-link{color:#041d34}.alert-secondary{color:#031029;background-color:#cdd2dc;border-color:#b9c0cd}.alert-secondary hr{border-top-color:#aab3c2}.alert-secondary .alert-link{color:#000}.alert-success{color:#406c39;background-color:#e5f5e2;border-color:#daf2d6}.alert-success hr{border-top-color:#c9ecc3}.alert-success .alert-link{color:#2c4b27}.alert-info{color:#083863;background-color:#cfe1f2;border-color:#bcd6ed}.alert-info hr{border-top-color:#a8cae8}.alert-info .alert-link{color:#041d34}.alert-warning{color:#85671c;background-color:#fff4d7;border-color:#ffefc6}.alert-warning hr{border-top-color:#ffe8ad}.alert-warning .alert-link{color:#5b4613}.alert-danger{color:#853838;background-color:#ffe1e2;border-color:#ffd6d6}.alert-danger hr{border-top-color:#ffbdbd}.alert-danger .alert-link{color:#612929}.alert-light{color:#004b81;background-color:#cce9fe;border-color:#b8e0fd}.alert-light hr{border-top-color:#9fd5fc}.alert-light .alert-link{color:#002d4e}.alert-dark{color:#6d6f72;background-color:#f6f7f8;border-color:#f2f3f5}.alert-dark hr{border-top-color:#e4e6ea}.alert-dark .alert-link{color:#545658}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{height:1rem;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#0f6bbf;transition:width .6s ease}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1 1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#051f4e;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.custom-tab .card-header-tabs .list-group-item.nav-link:focus,.custom-tab .card-header-tabs .list-group-item.nav-link:hover,.list-group-item.active{z-index:2;color:#fff;background-color:#0f6bbf;border-color:#0f6bbf}.list-group-item+.list-group-item{border-top-width:0}.custom-tab .card-header-tabs .list-group-item+.list-group-item.nav-link:focus,.custom-tab .card-header-tabs .list-group-item+.list-group-item.nav-link:hover,.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.custom-tab .card-header-tabs .list-group-horizontal>.list-group-item.nav-link:focus,.custom-tab .card-header-tabs .list-group-horizontal>.list-group-item.nav-link:hover,.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.custom-tab .card-header-tabs .list-group-horizontal>.list-group-item+.list-group-item.nav-link:focus,.custom-tab .card-header-tabs .list-group-horizontal>.list-group-item+.list-group-item.nav-link:hover,.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.custom-tab .card-header-tabs .list-group-horizontal-sm>.list-group-item.nav-link:focus,.custom-tab .card-header-tabs .list-group-horizontal-sm>.list-group-item.nav-link:hover,.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.custom-tab .card-header-tabs .list-group-horizontal-sm>.list-group-item+.list-group-item.nav-link:focus,.custom-tab .card-header-tabs .list-group-horizontal-sm>.list-group-item+.list-group-item.nav-link:hover,.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.custom-tab .card-header-tabs .list-group-horizontal-md>.list-group-item.nav-link:focus,.custom-tab .card-header-tabs .list-group-horizontal-md>.list-group-item.nav-link:hover,.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.custom-tab .card-header-tabs .list-group-horizontal-md>.list-group-item+.list-group-item.nav-link:focus,.custom-tab .card-header-tabs .list-group-horizontal-md>.list-group-item+.list-group-item.nav-link:hover,.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.custom-tab .card-header-tabs .list-group-horizontal-lg>.list-group-item.nav-link:focus,.custom-tab .card-header-tabs .list-group-horizontal-lg>.list-group-item.nav-link:hover,.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.custom-tab .card-header-tabs .list-group-horizontal-lg>.list-group-item+.list-group-item.nav-link:focus,.custom-tab .card-header-tabs .list-group-horizontal-lg>.list-group-item+.list-group-item.nav-link:hover,.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.custom-tab .card-header-tabs .list-group-horizontal-xl>.list-group-item.nav-link:focus,.custom-tab .card-header-tabs .list-group-horizontal-xl>.list-group-item.nav-link:hover,.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.custom-tab .card-header-tabs .list-group-horizontal-xl>.list-group-item+.list-group-item.nav-link:focus,.custom-tab .card-header-tabs .list-group-horizontal-xl>.list-group-item+.list-group-item.nav-link:hover,.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#083863;background-color:#bcd6ed}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#083863;background-color:#a8cae8}.custom-tab .card-header-tabs .list-group-item-primary.list-group-item-action.nav-link:focus,.custom-tab .card-header-tabs .list-group-item-primary.list-group-item-action.nav-link:hover,.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#083863;border-color:#083863}.list-group-item-secondary{color:#031029;background-color:#b9c0cd}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#031029;background-color:#aab3c2}.custom-tab .card-header-tabs .list-group-item-secondary.list-group-item-action.nav-link:focus,.custom-tab .card-header-tabs .list-group-item-secondary.list-group-item-action.nav-link:hover,.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#031029;border-color:#031029}.list-group-item-success{color:#406c39;background-color:#daf2d6}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#406c39;background-color:#c9ecc3}.custom-tab .card-header-tabs .list-group-item-success.list-group-item-action.nav-link:focus,.custom-tab .card-header-tabs .list-group-item-success.list-group-item-action.nav-link:hover,.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#406c39;border-color:#406c39}.list-group-item-info{color:#083863;background-color:#bcd6ed}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#083863;background-color:#a8cae8}.custom-tab .card-header-tabs .list-group-item-info.list-group-item-action.nav-link:focus,.custom-tab .card-header-tabs .list-group-item-info.list-group-item-action.nav-link:hover,.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#083863;border-color:#083863}.list-group-item-warning{color:#85671c;background-color:#ffefc6}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#85671c;background-color:#ffe8ad}.custom-tab .card-header-tabs .list-group-item-warning.list-group-item-action.nav-link:focus,.custom-tab .card-header-tabs .list-group-item-warning.list-group-item-action.nav-link:hover,.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#85671c;border-color:#85671c}.list-group-item-danger{color:#853838;background-color:#ffd6d6}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#853838;background-color:#ffbdbd}.custom-tab .card-header-tabs .list-group-item-danger.list-group-item-action.nav-link:focus,.custom-tab .card-header-tabs .list-group-item-danger.list-group-item-action.nav-link:hover,.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#853838;border-color:#853838}.list-group-item-light{color:#004b81;background-color:#b8e0fd}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#004b81;background-color:#9fd5fc}.custom-tab .card-header-tabs .list-group-item-light.list-group-item-action.nav-link:focus,.custom-tab .card-header-tabs .list-group-item-light.list-group-item-action.nav-link:hover,.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#004b81;border-color:#004b81}.list-group-item-dark{color:#6d6f72;background-color:#f2f3f5}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#6d6f72;background-color:#e4e6ea}.custom-tab .card-header-tabs .list-group-item-dark.list-group-item-action.nav-link:focus,.custom-tab .card-header-tabs .list-group-item-dark.list-group-item-action.nav-link:hover,.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#6d6f72;border-color:#6d6f72}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}@media(max-width:1200px){.close{font-size:calc(1.275rem + .3vw)}}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #6c757d;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.3}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #6c757d;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:1.3;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{top:0;left:0;z-index:1060;max-width:276px;font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:1.3;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover,.popover .arrow{position:absolute;display:block}.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#051f4e}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active,.custom-tab .card-header-tabs .carousel-item.nav-link:focus,.custom-tab .card-header-tabs .carousel-item.nav-link:hover{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left),.custom-tab .card-header-tabs .carousel-item-right.nav-link:focus,.custom-tab .card-header-tabs .carousel-item-right.nav-link:hover{transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right),.custom-tab .card-header-tabs .carousel-item-left.nav-link:focus,.custom-tab .card-header-tabs .carousel-item-left.nav-link:hover{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active,.carousel-fade .custom-tab .card-header-tabs .carousel-item.nav-link:focus,.carousel-fade .custom-tab .card-header-tabs .carousel-item.nav-link:hover,.custom-tab .card-header-tabs .carousel-fade .carousel-item.nav-link:focus,.custom-tab .card-header-tabs .carousel-fade .carousel-item.nav-link:hover{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right,.carousel-fade .custom-tab .card-header-tabs .carousel-item-left.nav-link:focus,.carousel-fade .custom-tab .card-header-tabs .carousel-item-left.nav-link:hover,.carousel-fade .custom-tab .card-header-tabs .carousel-item-right.nav-link:focus,.carousel-fade .custom-tab .card-header-tabs .carousel-item-right.nav-link:hover,.custom-tab .card-header-tabs .carousel-fade .carousel-item-left.nav-link:focus,.custom-tab .card-header-tabs .carousel-fade .carousel-item-left.nav-link:hover,.custom-tab .card-header-tabs .carousel-fade .carousel-item-right.nav-link:focus,.custom-tab .card-header-tabs .carousel-fade .carousel-item-right.nav-link:hover{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right,.carousel-fade .custom-tab .card-header-tabs .carousel-item-left.nav-link:focus,.carousel-fade .custom-tab .card-header-tabs .carousel-item-left.nav-link:hover,.carousel-fade .custom-tab .card-header-tabs .carousel-item-right.nav-link:focus,.carousel-fade .custom-tab .card-header-tabs .carousel-item-right.nav-link:hover,.custom-tab .card-header-tabs .carousel-fade .carousel-item-left.nav-link:focus,.custom-tab .card-header-tabs .carousel-fade .carousel-item-left.nav-link:hover,.custom-tab .card-header-tabs .carousel-fade .carousel-item-right.nav-link:focus,.custom-tab .card-header-tabs .carousel-fade .carousel-item-right.nav-link:hover{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active,.carousel-indicators .custom-tab .card-header-tabs .nav-link:focus,.carousel-indicators .custom-tab .card-header-tabs .nav-link:hover,.custom-tab .card-header-tabs .carousel-indicators .nav-link:focus,.custom-tab .card-header-tabs .carousel-indicators .nav-link:hover{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#0f6bbf!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0b5190!important}.bg-secondary{background-color:#051f4e!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#020c1e!important}.bg-success{background-color:#7ccf6e!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#59c248!important}.bg-info{background-color:#0f6bbf!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#0b5190!important}.bg-warning{background-color:#ffc635!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#ffb802!important}.bg-danger{background-color:#ff6b6c!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#ff3839!important}.bg-light{background-color:#0090f9!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#0073c6!important}.bg-dark{background-color:#d1d5db!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#b4bbc5!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #6c757d!important}.border-top{border-top:1px solid #6c757d!important}.border-right{border-right:1px solid #6c757d!important}.border-bottom{border-bottom:1px solid #6c757d!important}.border-left{border-left:1px solid #6c757d!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#0f6bbf!important}.border-secondary{border-color:#051f4e!important}.border-success{border-color:#7ccf6e!important}.border-info{border-color:#0f6bbf!important}.border-warning{border-color:#ffc635!important}.border-danger{border-color:#ff6b6c!important}.border-light{border-color:#0090f9!important}.border-dark{border-color:#d1d5db!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-inline-flex{display:inline-flex!important}@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.85714286%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media(min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media(min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media(min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media(min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media(min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports(position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media(min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}a.text-primary:focus,a.text-primary:hover{color:#094378!important}.text-secondary{color:#051f4e!important}a.text-secondary:focus,a.text-secondary:hover{color:#000206!important}.text-success{color:#7ccf6e!important}a.text-success:focus,a.text-success:hover{color:#4db53c!important}.text-info{color:#0f6bbf!important}a.text-info:focus,a.text-info:hover{color:#094378!important}.text-warning{color:#ffc635!important}a.text-warning:focus,a.text-warning:hover{color:#e8a600!important}.text-danger{color:#ff6b6c!important}a.text-danger:focus,a.text-danger:hover{color:#ff1f20!important}.text-light{color:#0090f9!important}a.text-light:focus,a.text-light:hover{color:#0064ad!important}.text-dark{color:#d1d5db!important}a.text-dark:focus,a.text-dark:hover{color:#a6aeb9!important}.text-body{color:#051f4e!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd}blockquote,img,pre,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#6c757d}.table .thead-dark th{color:inherit;border-color:#6c757d}}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;font-family:Inter,sans-serif}.h2,h2{font-weight:600}.h1,h1{font-size:2.5rem;line-height:3.025625rem;color:#051f4e}.h1,.h2,h1,h2{font-weight:700}.h2,h2{font-size:1.5rem;line-height:2.269375rem;color:#1c1b1e}.h3,h3{font-size:1.75rem;line-height:2.118125rem;font-weight:700;color:#051f4e}.h4,h4{font-size:1.5rem;line-height:1.815625rem}.h4,.h5,h4,h5{font-weight:600;color:#051f4e}.h5,h5{font-size:1.25rem;line-height:1.25rem}.h5,h5,h5.sm{letter-spacing:.015625}h5.sm{font-size:1rem;line-height:1.625rem;font-weight:lighter;color:#051f4e}.h6,h6{font-size:1.125rem;line-height:1.5rem!important;font-weight:700;color:#1c1b1e}.text-body-16,h5.text-body-16{font-size:1rem!important;line-height:1.21rem;font-weight:600;color:#051f4e;letter-spacing:.015625}.text-body-14,h6.text-body-14{font-size:.875rem!important;line-height:1.4rem;font-weight:600;color:#051f4e}.text-body-12,p.text-body-12{font-size:.75rem;line-height:.9075rem;font-weight:400;color:#77838f}@media(max-width:1199.8px){.h1,h1{font-size:2.25rem}.h2,h2{font-size:1.5rem}}@media(max-width:767.8px){.h1,h1{font-size:2rem}.h2,h2{font-size:1.25rem}.h4,h4{font-size:1rem}}.form-label{font-weight:400;font-size:.875rem;line-height:1.05875rem;display:inline-block;margin-bottom:.5rem;color:#051f4e}.text-gray{color:#77838f}.font-light{font-weight:300}.text-blue-grey{color:#67758f}.text-neutral-variant{color:#49454e}.load-more-color{color:#0f6bbf}.text-mist-blue{color:#687078}.textarea-height div{padding:0;overflow:hidden}.textarea-height #message{overflow:auto!important;height:auto!important;padding:16px 36px 6px 10px}.text-white{color:#fff!important}.text-danger{color:red!important}.text-charcoal-grey{color:#3a4147}.text-jungle-green{color:#222}.text-neutral-dark-10{color:#1c1b1e}.text-neutral-dark-20{color:#48464a}.text-blue-zodiac{color:#1b2850}.text-butterfly-blue{color:#23a3ff}.text-concord{color:#7b7b7b}.text-pale-sky{color:#6b7a87}.text-fuchsia-pink{color:#fe80fe}.text-gary{color:#71809b!important}.text-blue-dress{color:#1877f2}.text-black{color:#000}.text-black2{color:#303439}.text-gunmetal{color:#2a2f38}.text-primary-violet-10{color:#23005c}.text-primary-violet-20{color:#381e72!important}.text-neutralvariant-dark-50{color:#7a757f!important}.text-artyclick-blue{color:#00bbf9}.text-brandeis-blue{color:#006ff1}.text-geyser{color:#d6e1ec}.text-off-white{color:#c0beff}.text-green-primary{color:#6fcf97}.text-green-dark{color:#248e12}.text-jigglypuff{color:#faabfe}.text-lime-acid{color:#adff00}.text-secondary{color:#051f4e}.text-subnautical{color:#051f4e!important}.text-violet-dark{color:#1c1b1e}.job-text{color:#0d0c0d!important}.text-gray{color:#77838f!important}.text-secondary-75{color:rgba(5,31,78,.75)}.text-secondary-50{color:rgba(5,31,78,.5)}.text-secondary-25{color:rgba(5,31,78,.25)}.text-gary-25{color:rgba(113,128,155,.25)}.text-exquisite-turquoise{color:#198754}.text-rise-n-shine{color:#ffc635}.text-flirty-salmon{color:#ff6b6c}.bg-exquisite-turquoise-16{background:rgba(25,135,84,.16)}.bg-rise-n-shine-16{background:rgba(255,198,53,.16)}.bg-flirty-salmon-16{background:rgba(255,107,108,.25)}.bg-paper-white{background-color:#eff0f6}.bg-spanish-gey{background-color:#979797!important}.bg-fuchsia-pink{background-color:#fe80fe}.bg-bright-grey{background-color:#eaecf0}.bg-white{background-color:#fff!important}.bg-gary-light{background-color:rgba(113,128,155,.05)}.bg-gary-15{background-color:rgba(113,128,155,.15)}.bg-black-50{background-color:rgba(0,0,0,.5)}.bg-cosmos{background-color:#ffd8d8}.bg-butterfly-blue{background-color:#23a3ff}.bg-desert-storm{background-color:#f8f8fa}.bg-azure-blue{background-color:#00a1ff}.bg-geyser{background-color:#d6e1ec}.bg-blueberry-whip{background-color:#d1d5db}.bg-secondary-05{background-color:rgba(5,31,78,.05)}.bg-primary-06{background-color:rgba(15,107,191,.06)}.bg-primary-15{background-color:rgba(15,107,191,.15)}.bg-primary-12{background-color:rgba(15,107,191,.12)}.bg-cyan-cobalt-blue{background-color:#2b53a3}.bg-midnight-melancholia{background-color:#002060}.bg-blue-jay{background-color:#6089dc}.bg-out-of-the-blue{background-color:#2b53a3}.bg-adamantine-blue{background-color:#4db3f5}.bg-pacific-ocean{background-color:#8eccf4}.bg-apple-ii-magenta{background-color:#e944e9}.bg-bubble-gum{background-color:#ff83ff}.bg-sweet-grass{background-color:#b5b589}.bg-starship{background-color:#dfdf38}.bg-exquisite-turquoise{background-color:#198754}.bg-rise-n-shine{background-color:#ffc635}.bg-flirty-salmon{background-color:#ff6b6c}.bg-doctor{background-color:#f8f9fa}.bg-mellow-green{background-color:#d3d392}.bg-squash-blossom{background-color:#f6b83f}.bg-primary-violet{background-color:#6750a4}.bg-soft-saffron{background-color:#ffd37d}.bg-indian-saffron{background-color:#f93}.bg-scorpion-venom{background-color:#9dee1a}.bg-wicked-green{background-color:#9cce4c}.bg-greenery{background-color:#89af4b}.bg-navy{background-color:#002333}.bg-secondary-lighter{background-color:rgba(164,0,255,.08)!important}.bg-doctor{background-color:#f8f9fa!important}.text-secondary-purple{color:#a400ff!important}.bg-haiti-12{background-color:rgba(29,27,32,.12)!important}.bg-neutralvariant-dark-90{background-color:#e7e0eb!important}.font-8{font-size:.5rem}.font-10{font-size:.625rem}.font-11{font-size:.6875rem}.font-12{font-size:.75rem!important}.font-13{font-size:.8125rem}.font-14{font-size:.875rem!important}.font-16{font-size:1rem!important}.font-16-px{font-size:16px}.font-18{font-size:1.125rem!important}.font-19{font-size:1.1875rem}.font-20{font-size:1.25rem}.font-22{font-size:1.375rem}.font-23{font-size:1.4375rem}.font-24{font-size:1.5rem}.font-26{font-size:1.625rem}.font-28{font-size:1.75rem}.font-30{font-size:1.875rem!important}.font-32{font-size:2rem}.font-34{font-size:2.125rem}.font-36{font-size:2.25rem}.font-38{font-size:2.375rem}.font-40{font-size:2.5rem}.font-42{font-size:2.625rem}.font-44{font-size:2.75rem!important}.font-45{font-size:2.8125rem!important}@media(max-width:599.8px){.font-45{font-size:1.875rem!important}}.font-46{font-size:2.875rem!important}.font-52{font-size:3.25rem!important}.font-64{font-size:4rem!important}@media(max-width:767.8px){.font-64{font-size:2.5rem!important}}.font-72{font-size:4.5rem!important}@media(max-width:991.8px){.font-lg-14{font-size:.875rem!important}}.font-lg-60{font-size:3.75rem!important}@media(max-width:991.8px){.font-lg-60{font-size:2.25rem!important}}.font-65{font-size:4.0625rem!important}.font-85{font-size:5.3125rem!important}@media(max-width:575.8px){.font-sm-14{font-size:.875rem!important}}@media(max-width:991.8px){.font-lg-16{font-size:1rem}.font-lg-18{font-size:1.125rem}.font-lg-20{font-size:1.25rem}}@media(max-width:1199.8px){.font-xl-28{font-size:1.75rem}}@media(max-width:767.8px){.font-md-80{font-size:5rem!important}.font-md-28{font-size:1.75rem!important}.font-md-22{font-size:1.375rem!important}.font-md-12{font-size:.75rem!important}.font-md-16{font-size:1rem}}@media(max-width:1199.8px){.font-xl-26{font-size:1.625rem}.font-xl-22{font-size:1.375rem}}@media(max-width:767.8px){.font-md-18{font-size:1.125rem}.font-md-20{font-size:1.25rem}.font-md-24{font-size:1.5rem}}@media(max-width:991.8px){.font-lg-14{font-size:.875rem}}@media(max-width:767.8px){.font-md-14{font-size:.875rem}}@media(max-width:575.8px){.font-sm-22{font-size:1.375rem}.font-sm-20{font-size:1.25rem}.font-sm-18{font-size:1.125rem}.font-sm-10{font-size:.75rem!important}}@media(max-width:1199.8px){.font-xl-18{font-size:1.125rem}}@media(max-width:575.8px){.font-sm-16{font-size:1rem!important}.font-sm-14{font-size:.875rem}}@media(max-width:1439.8px){.font-xxl-14{font-size:.875rem}}.font-weight-bold{font-weight:700!important}.font-weight-semibold{font-weight:600!important}.font-medium{font-weight:500!important}.font-regular{font-weight:400!important}.font-weight-light{font-weight:300!important}.w-10{width:10%}.w-20{width:20%}.w-28{width:28%}.w-30{width:30%}.w-33{width:33.3333%}.w-35{width:35%}.w-40{width:40%}.w-55{width:55%}.w-65{width:65%}.w-66{width:66%}.w-70-px{width:70px}.w-76{width:76%}.w-82{width:82%}.w-50-px{width:3.125rem}.w-80{width:80%!important}.w-80-px{width:5rem}.w-90-px{width:5.625rem}.w-90{width:90%!important}.w-100{width:100%!important}.w-160{width:10rem!important}.w-180{width:11.25rem}@media(max-width:575.8px){.w-180{width:7.5rem}}.w-202{width:12.640625rem!important}.w-225{width:14.0625rem!important}.w-230{width:14.375rem}@media(max-width:575.8px){.w-100-sm{width:100%!important}.w-100-px{width:6.25rem}}@media(min-width:576px){.w-sm-100-auto{width:auto!important}.w-sm-100{width:100px!important}.w-sm-150{width:150px!important}}@media(max-width:991.8px){.w-lg-50{width:50%!important}}@media(max-width:575.8px){.w-sm-100,.w-sm-150{width:100%!important}}@media(max-width:767.8px){.w-md-35{width:35%!important}.w-md-65{width:65%!important}.w-md-100{width:100%!important}}@media(max-width:575.8px){.w-sm-100-w{width:100%!important}}@media(max-width:991.8px){.w-lg-100{width:100%!important}}@media(max-width:1199.8px){.w-xl-100{width:100%!important}}@media(max-width:767.8px){.mb-md-20{margin-bottom:1.25rem!important}.mb-md-15{margin-bottom:.9375rem!important}.mb-md-10{margin-bottom:.625rem!important}.mb-md-5{margin-bottom:.3125rem!important}}.my-15{margin:.9375rem 0}.my-30{margin:1.875rem 0}@media(max-width:767.8px){.my-30{margin:.9375rem 0}}.mx--20{margin:0 -1.25rem}@media(min-width:768px){.mt-md-0{margin-top:0!important}}.m-0{margin:0!important}.mb-0{margin-bottom:0!important}.mb-8{margin-bottom:.5rem}.mb-10{margin-bottom:.625rem}.font-15{font-size:.9375rem}.mb-14{margin-bottom:.875rem}.mb-20{margin-bottom:1.25rem}.mb-11{margin-bottom:3.42855rem}.mb-30{margin-bottom:1.875rem}.mb-40{margin-bottom:2.5rem}.mt--12{margin-top:-.75rem}.mt--20{margin-top:-1.25rem}.mt-14,.my-14{margin-top:.875rem}.my-14{margin-bottom:.875rem}.mb-md-30{margin-bottom:0}@media(max-width:767.8px){.mb-md-30{margin-bottom:1.875rem}}@media(min-width:1441px){.ml-xxl-5{margin-left:3rem}.mr-xxl-5{margin-right:3rem}.px-md-xxl-5{padding:0 3rem!important}}.m-0-auto{margin:0 auto}.p-0{padding:0!important}.pt-1px{padding-top:.0625rem}.py2{padding-top:.125rem!important;padding-bottom:.125rem!important}.pb-2,.py-8{padding-bottom:.5rem!important}.py-8{padding-top:.5rem!important}.pb-10{padding-bottom:.625rem}.py-104{padding:6.5rem 0!important}@media(max-width:899.8px){.py-104{padding:4.625rem 0!important}}@media(max-width:599.8px){.py-104{padding:2.75rem 0!important}}.pb-80{padding-bottom:5rem!important}@media(max-width:899.8px){.pb-80{padding-bottom:2.5rem!important}}@media(max-width:599.8px){.pb-80{padding-bottom:1.25rem!important}}.pt-80{padding-top:5rem!important}@media(max-width:899.8px){.pt-80{padding-top:2.5rem!important}}@media(max-width:599.8px){.pt-80{padding-top:1.25rem!important}}.pb-16{padding-bottom:1rem!important}.pb-20{padding-bottom:1.25rem}.padding-top-12{padding-top:.75rem!important}.pt-20{padding-top:1.25rem!important}.p-12{padding:.75rem}.pr-21{padding-right:1.3125rem!important}.pr-35{padding-right:2.1875rem!important}.pr-16{padding-right:1rem!important}.p-20{padding:1.25rem}.p-30{padding:1.875rem}.px-12{padding-left:.75rem!important;padding-right:.75rem!important}.px-20{padding-left:1.25rem;padding-right:1.25rem}.px-30{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-24{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-20{padding-left:1.25rem;padding-right:1.25rem}.px-12{padding-left:.75rem;padding-right:.75rem}.py-12{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-20{padding-top:1.25rem;padding-bottom:1.25rem}.py-30{padding-top:1.875rem;padding-bottom:1.875rem}@media(max-width:991.8px){.p-md-10{padding:.625rem}.px-lg-20{padding-left:0;padding-right:0}}.li-height-104{line-height:6.5rem}@media(max-width:767.8px){.li-height-104{line-height:2.5rem}}.lh-font-28-38{line-height:2.375rem}@media(max-width:991.8px){.lh-font-28-38{line-height:1.5rem}}.lh-font-28-50{line-height:3.125rem}@media(max-width:991.8px){.lh-font-28-50{line-height:2.125rem}}@media(max-width:767.8px){.lh-font-28-50{line-height:2rem}}.lh-font-46-55{line-height:3.4375rem}@media(max-width:991.8px){.lh-font-46-55{line-height:2.125rem}}@media(max-width:767.8px){.lh-font-46-55{line-height:2rem}}.lh-16{line-height:1}.lh-19{line-height:1.2}.lh-24{line-height:1.5}.lh-font-18-34{line-height:1.9}@media(max-width:991.8px){.lh-font-18-34{line-height:1.6}}@media(max-width:767.8px){.lh-font-18-34{line-height:1.3}}.lh-font-20-34{line-height:1.7}@media(max-width:1199.8px){.lh-font-20-34{line-height:1.6}}@media(max-width:767.8px){.lh-font-20-34{line-height:1.4}}.lh-font-24-34{line-height:1.4}@media(max-width:991.8px){.lh-font-24-34{line-height:1.3}}.lh-base{line-height:normal}.card{overflow:visible;overflow:initial;border-color:#d1d5db;border-radius:0}.card .card-body{background:#fff;padding:1rem}.card-md{max-width:908px;margin:0 auto}.box-shadow-none{box-shadow:none!important}.yliway-uni-box-shadow{box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 1px rgba(0,0,0,.012)!important}.y-45-highlighted-shadow{box-shadow:0 2px 3px 0 rgba(0,0,0,.2),0 6px 10px 4px rgba(0,0,0,.15)!important}.yliway-new-box-shadow{box-shadow:0 4px 4px 0 hsla(0,0%,42%,.05)!important}.job-box-shadow{box-shadow:1px 1px 3px 0 rgba(0,0,0,.3),0 4px 8px 3px rgba(0,0,0,.15)!important}.universal-box-shadow{box-shadow:0 1px 3px 1px rgba(0,0,0,.15),0 1px 2px 0 rgba(0,0,0,.3)!important}hr{border-top:1px solid #d1d5db}hr.hr-white{border-top:1px solid hsla(0,0%,100%,.15)}.horizontal-border{border-left:1px solid #d6e1ec;height:100%;margin:0 1.5625rem}.border-geyser{border-color:#d6e1ec!important}.border-secondary{border:1px solid #051f4e}.border-silver{border:1px solid #7a757f!important}.border-silver:focus{border:2px solid #6750a4!important}.border-neutralvariant-dark-90{border:1px solid #e7e0eb!important}.border-neutral-dark-90{border:1px solid #e6e1e6!important}.border-green{border:1px solid #248e12}.border-0{border:none!important}.pointer{cursor:pointer}.br-0{border-radius:0!important}.br-4{border-radius:.25rem!important}.br-16{border-radius:1rem!important}.rounded-12{border-radius:.75rem}.rounded-3{border-radius:.1875rem}.rounded-4{border-radius:.25rem!important}.rounded-6{border-radius:.375rem}.rounded-8{border-radius:0!important}.rounded-14{border-radius:.875rem}.rounded-15{border-radius:.9375rem}.rounded-10{border-radius:.625rem!important}.rounded-20{border-radius:1.25rem}.rounded-24{border-radius:1.5rem}.rounded-50{border-radius:3.125rem!important}.rounded-t-9{border-radius:.5625rem .5625rem 0 0}.rounded-t-20{border-radius:1.25rem 1.25rem 0 0}.rounded-t-8{border-radius:.5rem .5rem 0 0}.rounded-b-8{border-radius:0 0 .5rem .5rem}.rounded-b-16{border-radius:0 0 1rem 1rem}.circle-inner-icons{border-radius:50rem;-webkit-border-radius:50rem;-moz-border-radius:50rem;display:flex;align-items:center}.circle-inner-icons .icon{width:100%;display:flex;justify-content:center}.d-grid{display:grid}.btn-hover-self-white:hover{background-color:rgba(5,31,78,.1)}.btn-hover-icon-white:hover .hover-white:before{color:#fff!important}.hover-selfttext-primary:hover{color:#0f6bbf!important}.focus-blue{border-radius:4px!important}.focus-blue:focus{border:1px solid #0f6bbf!important;box-shadow:0 0 0 1px #0f6bbf!important}.w-25-px{width:1.5625rem}.top--15{top:-.8125rem}.w-h-4{width:.25rem!important;height:.25rem!important}.w-h-8{min-width:.5rem!important;height:.5rem!important}.w-h-10{width:.625rem;height:.625rem}.w-h-15{width:.9375rem;height:.9375rem}.w-h-16{width:1rem;height:1rem}.w-h-20{width:1.25rem;height:1.25rem}.w-h-22-slides{width:1.375rem;height:1.375rem;margin-right:-.75rem}.w-h-22-slides:last-child{margin-right:0}.w-h-24{width:1.5rem;height:1.5rem}.w-h-30{width:1.875rem;height:1.875rem}.w-h-32{width:2rem;height:2rem}.w-45-px{width:2.8125rem}.w-h-40{width:2.5rem;height:2.5rem}.w-h-48{width:3rem;height:3rem}.w-h-42{width:2.625rem;height:2.625rem}@media(max-width:575.8px){.w-h-42{width:1.875rem;height:1.875rem}}.w-h-50{width:3.125rem;height:3.125rem}@media(max-width:575.8px){.w-h-50{width:2.1875rem;height:2.1875rem}}.w-h-54{width:3.375rem;height:3.375rem}@media(max-width:575.8px){.w-h-54{width:2.375rem;height:2.375rem}}.w-h-44{width:2.75rem;height:2.75rem}@media(max-width:575.8px){.w-h-44{width:1.875rem;height:1.875rem}}.w-h-46{width:2.875rem;height:2.875rem}@media(max-width:575.8px){.w-h-46{width:2rem;height:2rem}}.w-h-60{width:3.75rem!important;height:3.75rem!important}@media(max-width:575.8px){.w-h-60{width:3rem;height:3rem}}.w-h-54{width:3.375rem!important;height:3.375rem!important}@media(max-width:575.8px){.w-h-54{width:2.8125rem;height:2.8125rem}}.w-h-70{width:4.375rem!important;height:4.375rem!important}@media(max-width:575.8px){.w-h-70{width:2.8125rem;height:2.8125rem}}.w-h-94{width:5.875rem!important;height:5.875rem!important}@media(max-width:575.8px){.w-h-94{width:2.8125rem;height:2.8125rem}}.h-auto{height:auto!important}.m-h-360{max-height:22.6875rem!important}.w-100-min-40{width:calc(100% - size(40))}.h-94{height:94px!important;width:100%}@media(max-width:1199.8px){.h-94{height:14vh!important}}@media(max-width:899.8px){.h-94{height:20vh!important}}@media(max-width:599.8px){.h-94{height:18vh!important}}.h-96{height:96px!important;width:100%}@media(max-width:1199.8px){.w-md-100-mui{width:100%!important}}.w-md-50-only{max-width:100%}@media(max-width:767.8px){.w-md-50-only{max-width:60%;display:table;margin:0 auto}}@media(max-width:575.8px){.w-md-50-only{max-width:100%}}.w-fit-content{width:-moz-fit-content;width:fit-content}.close-position-right{position:absolute;top:8px;right:8px;bottom:auto;left:auto;z-index:2}.text-decoration-line-through{text-decoration:line-through}.text-decoration-underline{text-decoration:underline}.row-col-10{margin:0 -6px}.row-col-10 [class*=col-]{padding:0 6px}@media(min-width:1340px){.col-xxl-4{flex:0 0 25%;max-width:25%}}.text-secondary.icon:before{color:#051f4e}.text-geyser.icon:before{color:#d6e1ec}.text-two-ellipsis{-webkit-line-clamp:2}.text-six-ellipsis,.text-two-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical}.text-six-ellipsis{-webkit-line-clamp:6}.opacity-sm-0{opacity:0}.opacity-0-5{opacity:.5!important}@media(max-width:575.8px){.d-sm-d-none{display:none!important}}@media(min-width:576px){.flex-shrink-sm-0{flex-shrink:0!important}}@media(max-width:575.8px){.flex-img-device img{height:auto}}.ico-icon-dark:before{color:#051f4e!important}.ico-icon-white:before{color:#fff!important}.ico-icon-off-white:before{color:#c0beff!important}.ico-icon-black:before{color:#000!important}.custom-pagination .page-item{list-style:none}.custom-pagination .page-item .page-link{border-radius:50rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;margin-right:.625rem;color:rgba(5,31,78,.5)}.custom-pagination .custom-tab .card-header-tabs .page-item.nav-link:focus .page-link,.custom-pagination .custom-tab .card-header-tabs .page-item.nav-link:hover .page-link,.custom-pagination .page-item.active .page-link,.custom-pagination .page-item.next .page-link,.custom-pagination .page-item.prev .page-link,.custom-tab .card-header-tabs .custom-pagination .page-item.nav-link:focus .page-link,.custom-tab .card-header-tabs .custom-pagination .page-item.nav-link:hover .page-link{background-color:#0f6bbf;border-color:#0f6bbf;color:#fff}@media(min-width:1340px){.d-sd-flex{display:flex!important}}.number-select .number-select-box.checked{background-color:#0f6bbf;border-color:#0f6bbf;color:#fff}.number-select .number-select-box{width:2.5rem;height:2.5rem;background-color:#fff;border-radius:50rem;border:1px solid rgba(5,31,78,.5);color:rgba(5,31,78,.5)}.number-select .number-text{display:flex;align-items:center;justify-content:center;font-weight:300}.custom-progress{height:.375rem!important;border-radius:0!important;background-color:#d1d5db!important}.custom-progress-sm-rounded{height:.375rem!important;border-radius:.625rem!important;background-color:#d6e1ec!important}.progress-value{position:absolute;top:2px;right:2px;bottom:auto;left:auto}.mn-height-auto{min-height:auto!important}.mn-h-60{min-height:3.75rem}.mn-h-200{min-height:12.5rem}.h-5{height:.3125rem}.h-25{height:1.5625rem!important}.h-40{height:2.5rem!important}.mx-h-280,.mx-h-280 img{max-height:17.5rem}.r-auto{right:auto!important}.common-searchbar .bx-search{color:#77838f}.common-searchbar .form-control{padding:.6875rem 1rem .6875rem 2.625rem;height:2.4375rem;border-radius:.5rem;font-size:.875rem}.common-searchbar .search-inner-icon{position:absolute;top:.5875rem;right:auto;bottom:auto;left:1rem;font-size:1.1875rem}.break-word{word-break:break-all!important}.word-break-break-word{word-break:break-word!important}.text-card-name,.text-primary{color:#0f6bbf!important}.border-radius-8{border-radius:.5rem}.border-radius-0{border-radius:0!important}.top-0{top:0}.right-0{right:0}.border-dark{border-bottom:1px solid #d1d5db!important}.padding-y-12{padding:12px 0}.bg-step-gray{background-color:#f8f9fa!important}.truncate-text{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis!important}.error-page{min-height:100vh;display:flex;flex-direction:column;padding:48px}.error-page .error-line{color:#48464a;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:34px;letter-spacing:.708px}.error-page .go-back-box{text-align:center;margin-top:48px}.connection-overlay-bg{position:absolute;left:0;top:0;background:#002333;width:100%;height:52px}.text-spanish-gey{color:#979797}.rounded-4{border-radius:.25rem}.border-secondary-purple{border:2px solid #a400ff}.border-primary{border:2px solid #0f6bbf}.border-color-primary{border-color:#d1d5db!important}.btn-fill-secondary-purple{background-color:#a400ff;color:#fff;transition:all .2s ease-in-out;border-radius:0!important}.btn-fill-secondary-purple:active,.btn-fill-secondary-purple:hover{background-color:#7300b3;transition:all .2s ease-in-out}.btn-course-details-white{border:2px solid #fff;color:#fff;transition:all .2s ease-in-out}.btn-course-details-white:active,.btn-course-details-white:hover{background-color:#fff;color:#0f6bbf;transition:all .2s ease-in-out}.bg-secondary{background-color:#051f4e}.bg-secondary-dark{background-color:#041637}.bg-transparent{background-color:transparent}.border-bottom-blueberry-whip,.border-bottom-dark{border-bottom:1px solid #d1d5db}.border-top-dark{border-top:1px solid #d1d5db}.bg-darken{background:#00121a}.bg-navy-dark{background-color:#001924}.bg-primary{background-color:#0f6bbf}.bg-secondary-light{background-color:rgba(5,31,78,.439)}.border-bottom-white{border-bottom:1px solid #fff}.border-bottom-violet{border-bottom:1px solid #6750a4}.border-blueberry-whip{border:1px solid #d1d5db!important}.text-gray-darker{color:#595d61!important}.border-bottom-dark-2{border-bottom:2px solid #d1d5db!important}.rounded-0{border-radius:0!important}.btn-course-details-primary{border:2px solid #0f6bbf;color:#0f6bbf;transition:all .2s ease-in-out}.btn-course-details-primary:active,.btn-course-details-primary:hover{background-color:#0f6bbf;color:#fff;transition:all .2s ease-in-out}.bg-primary-light{background-color:rgba(15,107,191,.12)}.link-blue a{color:#0f6bbf;font-weight:700}.link-blue a:active,.link-blue a:hover{color:#004f97}.rounded-tl-bl-8{border-radius:8px 0 0 8px}.bg-secondary-purple{background-color:#a400ff}.border-width-1-1-1-3{border-width:1px 1px 1px 3px}.mt-6{margin-top:-6px}.border-color-dark{border-color:#d1d5db}.my-12{margin:.75rem 0}.r-16{right:16px}.mb-12{margin-bottom:.75rem}.w-h-74-42{width:74px;height:42px}@media(max-width:575.8px){.w-h-100-sm{width:110px;height:110px}}.w-h-120-68{width:120px;height:68px}.sticky-fix{position:sticky;top:94px}.btn-circle{border-radius:100%!important}.text-placeholder ::-moz-placeholder{color:#051f4e!important;opacity:.54}.text-placeholder :-ms-input-placeholder{color:#051f4e!important;opacity:.54}.text-placeholder ::placeholder{color:#051f4e!important;opacity:.54}.mx-h-200{max-height:12.5rem}.mn-h-30{min-height:1.875rem}.border-dark-2{border:2px solid #d1d5db!important}.py-14{padding-top:14px!important;padding-bottom:14px!important}.px-32{padding-left:32px!important;padding-right:32px!important}.py-60{padding-top:3.75rem!important;padding-bottom:3.75rem!important}@media(max-width:767.8px){.py-60{padding-top:1.875rem!important;padding-bottom:1.875rem!important}}.py-120{padding-top:7.5rem!important;padding-bottom:7.5rem!important}@media(max-width:767.8px){.py-120{padding-top:3.75rem!important;padding-bottom:3.75rem!important}}.pt-60{padding-top:3.75rem!important}@media(max-width:767.8px){.pt-60{padding-top:1.875rem!important}}.pb-60{padding-bottom:3.75rem!important}@media(max-width:767.8px){.pb-60{padding-bottom:1.875rem!important}}.gray-lighter{color:#d9d9d9}.w-h-74-42{width:4.625rem;height:2.625rem}.w-h-84-48{width:5.25rem;height:3rem}.no-outline:focus{outline:none!important;box-shadow:none!important}.f-12-w-500{font-size:12px;font-weight:500;color:#051f4e}.ml--16{margin-left:-16px}.skill-type-style{width:auto;background:rgba(15,107,191,.12);border-radius:50px}.skill-type-text{font-weight:600;font-size:14px;line-height:17px;color:#0f6bbf}.ellipsis{display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.w-33px{width:33px}.title-container{height:44px;display:flex}.title-container h2{line-height:44px}.overflow-x-auto{overflow-x:auto!important}.link-secondary.text-secondary{color:#051f4e}.link-secondary.text-secondary:active,.link-secondary.text-secondary:hover{color:#051f4e!important}.groups-members-text{font-weight:700;font-size:12px;line-height:15px;letter-spacing:.25px;color:#051f4e}.object-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-postion-top{-o-object-position:top!important;object-position:top!important}.btn.btn-small-icon{font-size:.6875rem;padding:0 .25rem;border-radius:.25rem;height:22px}.btn.btn-small-icon svg{width:.875rem;margin-right:.125rem}.btn.btn-small-icon.btn-outline-gray{color:#051f4e}.btn.btn-small-icon.btn-outline-gray svg{fill:#051f4e}.btn.btn-small-icon.btn-outline-gray:active,.btn.btn-small-icon.btn-outline-gray:hover{background-color:rgba(15,107,191,.12);color:#051f4e}.btn.btn-small-icon.btn-outline-secondary-purple{border-width:1px}.btn.btn-primary svg{fill:#fff}.btn.btn-outline-primary svg{fill:#0f6bbf}.btn.btn-outline-primary:active svg,.btn.btn-outline-primary:hover svg{fill:#fff}.btn.btn-outline-secondary-purple svg{fill:#a400ff}.btn.btn-outline-secondary-purple:active svg,.btn.btn-outline-secondary-purple:hover svg{fill:#fff}.border-top-w-3{border-top-width:3px!important}.article-image{top:10%;position:absolute;z-index:2;left:50%;transform:translate(-50%);margin:0 auto;display:block}.secondary-purple-divider{width:80px;height:4px;border-radius:1rem;background:#6750a4}.border-right-geyser{border-right:1px solid #d6e1ec}.security_main{box-shadow:none!important;border:1px solid #d1d5db;border-radius:0!important}.security_main p{color:#051f4e!important;line-height:20px;letter-spacing:.25px}.security_main .text-center{padding-top:16px}.security_main .text-center span.material-icons.font-32.text-warning{color:#6750a4!important}.security_main .text-center .icon-avatar-54.mb-2{background:#e9ddff!important}.security_main .security-accordion .points_border ul.list-unstyled.mb-0 li{border-bottom:1px solid #d1d5db}.security_main .security-accordion .points_border ul.list-unstyled.mb-0 li:last-child{border-bottom:0 solid #d1d5db}.security_main .security-accordion .font-14px-primary.font-weight-600.text-center.pointer{color:#051f4e!important}.security_main .security-accordion .accodion-btn-title{border:1px solid #d1d5db;width:100%;background:none}.security_main .security-accordion .collapse{border:1px solid #d1d5db;border-top:none}.security_main .security-accordion .security_new{gap:4px}.security_main .security-accordion .safe_browsing{gap:8px;justify-content:flex-end}.security_main .security-accordion .safe_browsing button{padding:5px 24px!important}.vertical-middle{vertical-align:middle!important}.b-dark{border:1px solid #d1d5db!important}.hover-primary:active,.hover-primary:focus,.hover-primary:hover{background-color:#0f6bbf!important;color:#fff!important;transition:.3s}.active-border-blue:active,.active-border-blue:focus,.active-border-blue:hover{border:1px solid #0f6bbf!important;outline:0}.text-counter{font-size:12px;font-weight:400;line-height:16px;color:#1c1b1e}.y-scoll-h{height:calc(100% + 200px);overflow:scroll}.flex-row-center{display:flex;font-size:"14px";justify-content:center}.vertical-divider-comment{border-left:1px solid #cac4cf;height:100%;margin-left:1.5rem;padding-left:.75rem;max-height:500px;overflow:auto}.vertical-divider-comment-squad{height:100%}.vertical-divider-comment-rply{border-left:1px solid #cac4cf}.vertical-divider-comment-rply,.vertical-divider-comment-rply-squad{height:100%;margin-left:.5rem;padding-left:.75rem}.border-bottom-neutralvariant .yliway-mention-input{border-radius:4px 4px 0 0}.flex-row-between{display:flex!important;justify-content:space-between!important}.h-220-scroll{height:220px;overflow:scroll}.h-100{height:100%!important}.image-height-188{height:188px;overflow:scroll}.input-cutom-css{height:56px!important;min-height:auto!important;border-radius:.25rem!important}.input-cutom-css:hover{border-color:#000!important}.input-cutom-css:focus{border-color:#6750a4!important}.link-color-change a{color:#6750a4}.gap-7{gap:7px!important}.gap-16{gap:16px!important}.gap-24{gap:24px!important}.align-item-center{align-items:center}.dispay-none{display:none!important}.d-flex{display:flex!important}.align-items-center{align-items:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-center{justify-content:center!important}.circle-radio-btn-text{color:#051f4e;font-size:.875rem;font-weight:400;line-height:1.25rem;letter-spacing:.25px}.text-wrap{text-wrap:wrap!important}.text-nowrap{text-wrap:nowrap!important}@media screen and (min-width:900px){.display-flex-900px{display:flex;gap:24px}}@media screen and (max-width:900px){.order-1-circle{order:1;margin-bottom:24px;gap:8px!important}.order-2-circle{order:2}.display-grid{display:grid}.width-100{width:100%!important}}.h-56{height:56px!important}.overflow-auto{overflow:auto}.text-primary-violet{color:#6750a4!important}.text-secondary-blue{color:#004dea}.btn-primary-background{background-color:#6750a4!important}.btn-disabled{background-color:#d9d9d9!important}.btn-border-radius{border-radius:50rem!important;border:1px solid #6750a4}@media screen and (min-width:1200px){.w-lg-750{width:750px!important}.w-lg-787{width:787px}}@media screen and (max-width:600px){.flex-direction-column{flex-direction:column}.border-right-none{border-right:none!important}}.w-16{width:16px}@media screen and (max-width:600px){.font-size-22{font-size:1.375rem!important}.line-height-30{line-height:1.875rem!important}}.error-page-background-color{background-color:#f8f1ff}.px-63{padding-left:3.9375rem;padding-right:3.9375rem}.carousel-z-index-1{z-index:1}.w-94{width:94%!important}.text-dark-blue{color:#051f4e!important}.w-395{width:395px}.gap-24{gap:1.5rem!important}.ml-24{margin-left:1.5rem!important}.minus-spacing-0 p{margin-left:0!important;word-break:break-word!important}.pt-16{padding-top:1rem}.z-index-0{z-index:0!important}.rdrDay,.rdrEndEdge,.rdrInRange,.rdrStartEdge{color:#6750a4!important}.rdrDayNumber span{font-size:16px!important}.rdrDayToday .rdrDayNumber span:after{background-color:#6750a4!important}.rdrWeekDay{font-size:16px!important;color:#1c1b1e!important}.rdrMonthName{font-size:12px!important;color:#1c1b1e!important}.rdrMonthPicker select,.rdrYearPicker select{font-size:16px!important;padding:4px 30px!important}@media screen and (max-width:1200px){.admin-details-py-8{padding-top:.5rem;padding-bottom:.5rem}}.rdrDateDisplayItemActive{border-color:#6750a4!important}.divider-line-custom{width:100%;height:1px;background:#cac4cf;top:10px;right:4px;left:0;margin-right:8px;position:relative}.custom-placeholder-contact-info::-moz-placeholder{color:#000!important}.custom-placeholder-contact-info:-ms-input-placeholder{color:#000!important}.custom-placeholder-contact-info::placeholder{color:#000!important}input[name=password]:focus+.input-group-append{border:1px solid #d1d5db;margin-left:-2px}.active-btn-view,.active-btn-view:hover,.primary-hover-bg:active,.primary-hover-bg:hover{background-color:#6750a4;color:#fff}.delete-activity-container{display:"bloack"}.delete-activity-container .delete-activity-img{display:flex;justify-content:center;align-items:center;margin-top:24px;margin-bottom:24px}.delete-activity-container .delete-activity-txt{color:var(--m-3-sys-light-on-secondary-container,#001551);text-align:center;font-size:20px!important;font-style:normal;font-weight:600!important;line-height:100%;letter-spacing:.25px}.black-hover-border:hover{border-color:#000!important}.close-icon-position .close{top:-25px}.custom-icon-hover:hover{background-image:url(/_next/static/media/pink-thumb.ea7ea85b.svg)!important;background-repeat:no-repeat;background-position:50%}.line-clamp-1{-webkit-line-clamp:1!important}.list-unstyled,.list-unstyled-gm{padding-left:0!important;list-style:none!important}.list-unstyled-gm{max-height:333px;overflow-x:auto}.ck-custom-border-radius .ck .ck-reset_all .ck-sticky-panel .ck-sticky-panel__content .ck-toolbar{border-top-left-radius:8px;border-top-right-radius:8px}.ck-custom-border-radius .ck .ck.ck-editor__main .ck-editor__editable_inline{border-bottom-left-radius:8px;border-bottom-right-radius:8px;min-height:300px!important}.label-overflow-issue .MuiFormLabel-root{font-size:.75rem;transform:none;left:10px;top:-8px}@media screen and (max-width:600px){.label-overflow-issue .MuiFormLabel-root{transform:translate(14px,-9px) scale(.75)!important;left:0!important;top:-14px!important;font-size:16px!important;white-space:normal;width:376px}.label-overflow-issue .custom-text-field_custom-text-field-container__70q1g .MuiFormLabel-root{transform:translate(14px,-9px) scale(.75)!important;left:-38px!important;top:-14px!important;font-size:16px!important;white-space:normal;width:300px}}.text-mandatory{color:#49454e!important}.input-height-56 .MuiFormControl-root .MuiInputBase-root{height:56px}.input-height-56 .MuiFormControl-root .MuiInputBase-root.Mui-disabled,.input-height-56 .MuiFormControl-root .MuiInputBase-root.Mui-disabled input{color:#000!important}.input-height-56 .custom-text-field_custom-text-field-container__1G5Ul .MuiFormControl-root .MuiInputBase-root input{height:56px!important;padding:0 14px!important}.input-height-40 .MuiFormControl-root .MuiInputBase-root{height:40px}.close-icon-postion .close{top:0!important}.input-transform-none .custom-text-field_custom-text-field-container__70q1g .MuiFormLabel-root{transform:none!important}.publish-article-modal{border-radius:16px}.publish-article-modal .footer{border-radius:0 0 16px 16px}.cursor-pointer{cursor:pointer}.cursor-pointer .MuiStack-root .MuiFormControl-root .MuiInputBase-root{cursor:pointer;margin-right:0}.cursor-pointer .MuiStack-root .MuiFormControl-root .MuiInputBase-root .MuiButtonBase-root{padding:0;margin-right:0}.cursor-pointer .MuiStack-root .MuiFormControl-root .MuiInputBase-root input{cursor:pointer}.cursor-pointer .MuiStack-root .MuiFormControl-root .MuiInputBase-root fieldset{border-color:#7a757f!important}.cursor-pointer .MuiStack-root .MuiFormControl-root .MuiInputBase-root textarea{cursor:pointer}.cursor-pointer div .MuiFormControl-root .MuiInputBase-root{cursor:pointer;padding-right:20px;height:auto}.cursor-pointer div .MuiFormControl-root .MuiInputBase-root .MuiButtonBase-root{padding:0}.cursor-pointer div .MuiFormControl-root .MuiInputBase-root input,.cursor-pointer div .MuiFormControl-root .MuiInputBase-root input:focus{cursor:pointer!important}.cursor-pointer div .MuiFormControl-root .MuiInputBase-root fieldset{border-color:#7a757f!important;cursor:pointer}.cursor-pointer div input{cursor:pointer}.avatar-in-order>div:first-child{z-index:2;margin-left:-8px!important}.avatar-in-order>div:nth-child(2){z-index:3;margin-left:-8px!important}.avatar-in-order>div:nth-child(3){z-index:4;margin-left:-8px!important}.avatar-in-order>div:nth-child(4){z-index:5;margin-left:-8px!important}.bg-primary-violet-90{background-color:#e9ddff!important}.z-i-1501{z-index:1501!important}.notification-modal-width>div:nth-child(3){width:452px}.scroll-on-modal .modal_yli-modal__MeXtD div div .add-edit-event-wrapper div .add-edit-event-form>div:first-child{max-height:calc(100vh - 134px);overflow:auto}.post-poll-description{font-size:12px;text-align:center;font-weight:400;line-height:16px}@media(max-width:599.8px){.moblie-screen-width{width:117px!important;height:23px!important;margin:0!important;min-width:auto!important}}.cutom-dropdown-css ul{padding:12px!important}.cutom-dropdown-css ul li{padding:0!important;margin-bottom:12px}.cutom-dropdown-css ul li span{padding:0!important}.popover-border-radius-zero .MuiPaper-root{border-radius:0}.star-rating-w-h .MuiRating-root .MuiRating-decimal span .MuiRating-icon svg{height:20px;width:20px}.ck-editor-custom-ui .ck.ck-toolbar{padding:.625rem .75rem}.ck-editor-custom-ui .ck.ck-toolbar>.ck-toolbar__items{flex-grow:inherit;border:1px solid rgba(0,0,0,.3)}.ck-editor-custom-ui .ck.ck-toolbar>.ck-toolbar__items .ck-button:focus{outline:none;box-shadow:none}.ck-editor-custom-ui .ck.ck-toolbar>.ck-toolbar__items>.ck-button{margin:0;padding:0 .75rem;border-right:1px solid #000;border-radius:0}@media(max-width:575.8px){.ck-editor-custom-ui .ck.ck-toolbar>.ck-toolbar__items>.ck-button{padding:0 .5rem}}.ck-editor-custom-ui .ck.ck-toolbar>.ck-toolbar__items>.ck-button:focus{outline:none;box-shadow:none}.ck-editor-custom-ui .ck.ck-toolbar>.ck-toolbar__items>.ck-button:last-child{border-right:none}.ck-editor-custom-ui .ck.ck-toolbar>.ck-toolbar__items .ck-dropdown{margin:0;padding:0 .75rem;border-right:1px solid #000}.ck-editor-custom-ui .ck.ck-toolbar>.ck-toolbar__items .ck-dropdown .ck-dropdown__panel .ck-list-properties .ck-button{box-shadow:none;outline:none;border:none}.article-detail-img-w{width:auto!important;min-width:inherit!important;-o-object-fit:contain;object-fit:contain}.margin-zero{display:inline}.margin-zero p{margin:0;display:inline}.padding-zero .editor-content .ck-reset .ck-editor__main .ck-content{padding:0!important;height:auto!important}.padding-zero .editor-content .ck-reset .ck-editor__main .ck-content p:before{color:#48464a;opacity:.5;font-style:italic}.padding-zero .editor-content .ck-reset .ck .ck-sticky-panel .ck-sticky-panel__content .ck-toolbar{padding:12px 0 0!important}.cutom-css-file-upload .image-editor-select-modal-container .file-drag-select .file-dropzone-container{border:1px dashed #d2d9df;border-radius:.5rem;background-color:#f4faf5;padding:0;height:186px;width:100%;position:relative}.cutom-css-file-upload .image-editor-select-modal-container .file-drag-select .file-dropzone-container svg{display:none}.cutom-css-file-upload .image-editor-modal .image-editor-wrapper{width:63%}.cutom-css-file-upload .image-editor-modal .image-editor-wrapper .MuiGrid-root .MuiGrid-grid-xs-12 div .image-editor-crop-wrapper{display:none}.cutom-css-file-upload .image-editor-modal .image-editor-wrapper .MuiGrid-root .MuiGrid-grid-xs-12 .MuiGrid-grid-xs-12 .image-preview{justify-content:center}.cutom-css-file-upload .image-editor-modal .image-editor-wrapper .MuiGrid-root .MuiGrid-grid-xs-12 .MuiGrid-grid-xs-12 .image-preview div textarea{display:none}@media screen and (max-width:600px){.full-width-button{width:100%}.full-width-button button{width:100%!important}}.img-h-100>span{height:100%!important;display:block!important}.img-w-100>span{width:100%!important;display:block!important}.dropdown-width-zero .MuiFormControl-root .MuiInputBase-root input{min-width:auto}.tabs-scroll-moblie .MuiTabs-scroller{overflow:auto!important}.followers-dropdown .MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiAccordionDetails-root{padding:0}.followers-dropdown .MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiAccordionDetails-root .MuiTableContainer-root .MuiTable-root thead{height:56px}.followers-dropdown .MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiAccordionDetails-root .MuiTableContainer-root .MuiTable-root thead tr .MuiTableCell-head{padding:0;border-bottom:none}.followers-dropdown .MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiAccordionDetails-root .MuiTableContainer-root .MuiTable-root thead tr .MuiTableCell-head hr{border-color:#afadb3}.followers-dropdown .MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiAccordionDetails-root .MuiTableContainer-root .MuiTable-root thead tr th h6{font-size:1rem;color:#0d0c0d}.followers-dropdown .MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiAccordionDetails-root .MuiTableContainer-root .MuiTable-root tbody tr .MuiTableCell-sizeMedium{padding:1rem 0;border-bottom:1px solid #afadb3;color:#0d0c0d}.followers-dropdown .MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiAccordionDetails-root .MuiTableContainer-root .MuiTable-root tbody tr .MuiTableCell-alignRight,.followers-dropdown .MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiAccordionDetails-root .MuiTableContainer-root .MuiTable-root tbody tr .MuiTableCell-paddingNone{padding:0;border:none}.followers-dropdown .MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiAccordionDetails-root .MuiTableContainer-root .MuiTable-root tbody tr .MuiTableCell-alignRight hr,.followers-dropdown .MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiAccordionDetails-root .MuiTableContainer-root .MuiTable-root tbody tr .MuiTableCell-paddingNone hr{border:none}.followers-dropdown .MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiAccordionDetails-root .MuiTableContainer-root .MuiTable-root tbody tr .MuiTableCell-alignRight{border-bottom:1px solid #afadb3}.bg-primary-violet-85{background-color:#f0eef7!important}.br-8{border-radius:.5rem!important}.text-neutralvariant-dark-35{color:#49474d!important}.note-drawer-custom-css>div{width:100%}.note-drawer-custom-css>div div .ck .ck-editor__top{border-bottom:1px solid #ccced1;padding:.625rem}.note-drawer-custom-css>div div .ck .ck-editor__top .ck-toolbar{border:0!important}.note-drawer-custom-css>div div .ck .ck-editor__main{margin:1rem .75rem 0}.note-drawer-custom-css>div div .ck .ck-editor__main .ck-content{min-height:auto!important;height:calc(100vh - 260px);border-radius:.25rem}.note-drawer-custom-css>div div .ck .ck-editor__main .ck-focused{border:1px solid #6750a4!important}.note-drawer-custom-css>div div .MuiTypography-root{margin:0 .75rem .75rem 0}.note-drawer-custom-css>div div .MuiTypography-root>span{font-size:14px;color:#7a757f}.custom-pdf-css{box-shadow:0 4px 12px 0 hsla(258,4%,48%,.15);position:relative}.custom-pdf-css div div div{height:auto!important}.custom-pdf-css div div div canvas{width:100%!important}.custom-feed-pdf-css div{position:relative}.custom-feed-pdf-css div .react-pdf__Document .react-pdf__Page{height:100%!important;overflow:visible!important}.custom-feed-pdf-css div .react-pdf__Document .react-pdf__Page canvas{width:100%!important;height:100%!important}.custom-feed-pdf-css div .react-pdf__Document .react-pdf__Page .react-pdf__Page__textContent{width:100%!important;height:auto!important;display:none}.pdf-container{position:relative;width:100%}.pdf-title{position:absolute;top:0;left:0;width:100%;background:#e9ddff;color:#6750a4;padding:10px 15px;font-weight:700;font-size:16px;z-index:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;opacity:0;transform:translateY(-10px);transition:opacity .4s ease-in-out,transform .4s ease-in-out}.pdf-container:hover .pdf-title{opacity:1;transform:translateY(0)}.inner-content-css h2,.inner-content-css h2:first-child{color:#000!important;font-weight:500!important;font-size:26px!important}.inner-content-css h2:first-child{text-align:center!important}.card-w-732{width:732px}.view-post-footer>div .comment-input-wrapper div div .MuiStack-root{top:-2px!important}.profile-cover-h>span{height:220px!important}@font-face{font-family:icomoon;src:url(/_next/static/media/icomoon.9201f028.eot);src:url(/_next/static/media/icomoon.9201f028.eot) format("embedded-opentype"),url(/_next/static/media/icomoon.89e8fd7b.ttf) format("truetype"),url(/_next/static/media/icomoon.89ea69c0.woff) format("woff"),url(/_next/static/media/icomoon.28134779.svg) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-arrow-blue-right:before{content:"";color:#0f6bbf}.icon-thumb-like:before{content:"";color:#fff}.icon-write-article:before{content:"";color:#051f4e}.icon-post-publish:before{content:"";color:#0f6bbf}.icon-only-connections:before{content:"";color:#051f4e}.icon-nobody:before{content:"";color:#051f4e}.icon-msg-square:before{content:"";color:#051f4e}.icon-minus-red:before{content:"";color:#ff6b6c}.icon-close-red:before{content:"";color:#ff6b6c}.icon-automatic:before{content:"";color:#0f6bbf}.icon-menual:before{content:"";color:#0f6bbf}.icon-professional:before{content:"";color:#0f6bbf}.icon-company-icon:before{content:"";color:#0f6bbf}.icon-upload:before{content:"";color:#0f6bbf}.icon-oops-icon:before{content:"";color:#ff6b6c}.icon-twitter:before{content:"";color:#0f6bbf}.icon-web:before{content:"";color:#051f4e}.icon-time:before{content:"";color:#051f4e}.icon-info-dark:before{content:"";color:#77838f}.icon-deny:before{content:"";color:#77838f}.icon-approve:before{content:"";color:#0f6bbf}.icon-plus-primary:before{content:"";color:#6750a4}.icon-youtube1:before{content:""}.icon-linkedin-icon:before{content:""}.icon-insta:before{content:""}.icon-fb-icon:before{content:""}.icon-lesson:before{content:"";color:#fff}.icon-total-shares:before{content:"";color:#0f6bbf}.icon-profile-like:before{content:"";color:#0f6bbf}.icon-blue-eyes:before{content:"";color:#0f6bbf}.icon-smile:before{content:"";color:#051f4e}.icon-edit-pencil:before{content:"";color:#051f4e}.icon-search-plus:before{content:"";color:#71809b}.icon-attachment:before{content:"";color:#051f4e}.icon-gif:before{content:"";color:#051f4e}.icon-gallery:before{content:"";color:#051f4e}.icon-ellipsis-v:before{content:"";color:#fff}.icon-clap .path1:before{content:"";color:#1f824d}.icon-clap .path2:before{content:"";margin-left:-1em;color:#1eae61}.icon-clap .path3:before{content:"";margin-left:-1em;color:#11a053}.icon-clap .path4:before{content:"";margin-left:-1em;color:#11a053}.icon-clap .path5:before{content:"";margin-left:-1em;color:#11a053}.icon-delete-line:before{content:"";color:#051f4e}.icon-find-an-expert:before{content:"";color:#051f4e}.icon-idea .path1:before{content:"";color:#ae8721}.icon-idea .path2:before{content:"";margin-left:-1em;color:#f9bb1b}.icon-like-fill:before{content:"";color:#0090f9}.icon-links:before{content:""}.icon-location:before{content:"";color:#0f6bbf}.icon-logout:before{content:"";color:#051f4e}.icon-love:before{content:"";color:#ff6b6c}.icon-my-account:before{content:"";color:#051f4e}.icon-offer-help:before{content:"";color:#051f4e}.icon-repeat:before{content:"";color:#0f6bbf}.icon-slides:before{content:"";color:#051f4e}.icon-support .path1:before{content:"";color:#f9bc36}.icon-support .path2:before{content:"";margin-left:-1em;color:#f9b036}.icon-support .path3:before{content:"";margin-left:-1em;color:#00bbf9}.icon-support .path4:before{content:"";margin-left:-1em;color:#ff6b6c}.icon-fill-blue:before{content:"";color:#0f6bbf}.icon-fill-check:before{content:"";color:#fff}.icon-document:before{content:"";color:#0f6bbf}.icon-info-circle:before{content:"";color:#0f6bbf}.icon-doc:before{content:"";color:#051f4e}.icon-graph:before{content:"";color:#051f4e}.icon-job:before{content:"";color:#051f4e}.icon-message:before{content:""}.icon-picture:before{content:"";color:#051f4e}.icon-book:before{content:"";color:#fff}.icon-checked:before{content:"";color:#40d372}.icon-clock:before{content:"";color:#fff}.icon-play:before{content:"";color:#fff}.icon-search:before{content:"";color:#71809b}.icon-upload-cloud:before{content:"";color:#d6e1ec}.icon-halffill-star .path1:before{content:"";color:#ffc635}.icon-halffill-star .path2:before{content:"";margin-left:-1em;color:#d6e1ec}.icon-star-fill:before{content:"";color:#ffc635}.icon-star:before{content:"";color:#d6e1ec}.icon-check-white:before{content:"";color:#fff}.icon-close-white:before{content:"";color:#fff}.icon-delete:before{content:"";color:#ff6b6c}.icon-arrow-up:before{content:"";color:#6b7a87}.icon-back-arrow-red:before{content:"";color:#c0c}.icon-down-arrow-grey:before{content:"";color:#6b7a87}.icon-plus:before{content:"";color:#0f6bbf}.icon-calendar:before{content:""}.icon-write:before{content:"";color:#051f4e}.icon-plus-circle:before{content:"";color:#0090f9}.icon-business-h:before{content:"";color:#051f4e}.icon-connections-h:before{content:"";color:#051f4e}.icon-fb:before{content:"";color:#1877f2}.icon-instagram .path1:before{content:"";color:#000}.icon-instagram .path2:before{content:"";margin-left:-1em;color:#fff}.icon-instagram .path3:before{content:"";margin-left:-1em;color:#fff}.icon-instagram .path4:before{content:"";margin-left:-1em;color:#fff}.icon-linkedin .path1:before{content:"";color:#0a7bba}.icon-linkedin .path2:before{content:"";margin-left:-1em;color:#fff}.icon-play-button:before{content:"";color:#fff}.icon-quotes:before{content:"";color:#fe80fe}.icon-youtube .path1:before{content:"";color:#d42428}.icon-youtube .path2:before{content:"";margin-left:-1em;color:#cc202d}.icon-youtube .path3:before{content:"";margin-left:-1em;color:#fff}.icon-learn .path1:before{content:"";color:#fdecfd}.icon-learn .path2:before{content:"";margin-left:-1em;color:#ea5eea}.icon-learn .path3:before{content:"";margin-left:-1em;color:#aa2faa}.icon-learn .path4:before{content:"";margin-left:-1em;color:#fbcbfb}.icon-learn .path5:before{content:"";margin-left:-1em;color:#fbddfb}.icon-learn .path6:before{content:"";margin-left:-1em;color:#fbcbfb}.icon-learn .path7:before{content:"";margin-left:-1em;color:#edb9ed}.icon-partners .path1:before{content:"";color:#fdeffd}.icon-partners .path2:before{content:"";margin-left:-1em;color:#f43ef4}.icon-partners .path3:before{content:"";margin-left:-1em;color:#f43ef4}.icon-partners .path4:before{content:"";margin-left:-1em;color:#f43ef4}.icon-partners .path5:before{content:"";margin-left:-1em;color:#f43ef4}.icon-partners .path6:before{content:"";margin-left:-1em;color:#e68de6}.icon-partners .path7:before{content:"";margin-left:-1em;color:#e68de6}.icon-partners .path8:before{content:"";margin-left:-1em;color:#e68de6}.icon-partners .path9:before{content:"";margin-left:-1em;color:#e68de6}.icon-partners .path10:before{content:"";margin-left:-1em;color:#ea5eea}.icon-partners .path11:before{content:"";margin-left:-1em;color:#ea5eea}.icon-partners .path12:before{content:"";margin-left:-1em;color:#ea5eea}.icon-partners .path13:before{content:"";margin-left:-1em;color:#ea5eea}.icon-partners .path14:before{content:"";margin-left:-1em;color:#f1b0f1}.icon-partners .path15:before{content:"";margin-left:-1em;color:#db61db}.icon-practice .path1:before{content:"";color:#fdecfd}.icon-practice .path2:before{content:"";margin-left:-1em;color:#f89ef8}.icon-practice .path3:before{content:"";margin-left:-1em;color:#fdc4fd}.icon-practice .path4:before{content:"";margin-left:-1em;color:#ea5eea}.icon-practice .path5:before{content:"";margin-left:-1em;color:#fbcbfb}.icon-practice .path6:before{content:"";margin-left:-1em;color:#fbcbfb}.icon-practice .path7:before{content:"";margin-left:-1em;color:#f878f8}.icon-practice .path8:before{content:"";margin-left:-1em;color:#f878f8}.icon-copy-link:before{content:"";color:#051f4e}.icon-eye-close:before{content:"";color:#051f4e}.icon-mute:before{content:"";color:#051f4e}.icon-report:before{content:"";color:#051f4e}.icon-save:before{content:"";color:#051f4e}.icon-unfollow:before{content:"";color:#051f4e}.icon-add-gallery:before{content:"";color:#051f4e}.icon-add-gm:before{content:"";color:#595d61}.icon-add-video:before{content:"";color:#051f4e}.icon-comment:before{content:"";color:#595d61}.icon-create-group:before{content:"";color:#051f4e}.icon-ellipsis-h:before{content:""}.icon-ellipsis-white:before{content:"";color:#c0beff}.icon-info:before{content:"";color:#0f6bbf}.icon-like:before{content:"";color:#595d61}.icon-right-angle-arrow:before{content:"";color:#fff}.icon-send:before{content:"";color:#595d61}.icon-share:before{content:"";color:#77838f}.icon-thumbs-up .path1:before{content:"";color:#fe80fe}.icon-thumbs-up .path2:before{content:"";margin-left:-1em;color:#fff}.icon-thumbs-up .path3:before{content:"";margin-left:-1em;color:#fff}.icon-google .path1:before{content:"";color:#4285f4}.icon-google .path2:before{content:"";margin-left:-1em;color:#34a853}.icon-google .path3:before{content:"";margin-left:-1em;color:#fbbc05}.icon-google .path4:before{content:"";margin-left:-1em;color:#eb4335}.icon-os-apple:before{content:"";color:#000}.icon-quote:before{content:"";color:#fe80fe}.icon-arrow-right-pink:before{content:"";color:#fe80fe}.icon-arrow-left:before{content:"";color:#fe80fe}.icon-arrow-right:before{content:"";color:#c0c}.icon-down-arrow:before{content:"";color:#051f4e}.icon-notification:before{content:"";color:#051f4e}.icon-messages:before{content:"";color:#051f4e}.icon-groups:before{content:"";color:#051f4e}.icon-connections .path1:before{content:"";color:#fdecfd}.icon-connections .path2:before{content:"";margin-left:-1em;color:#f2ce9f}.icon-connections .path3:before{content:"";margin-left:-1em;color:#f2ce9f}.icon-connections .path4:before{content:"";margin-left:-1em;color:#ea5eea}.icon-connections .path5:before{content:"";margin-left:-1em;color:#f89ef8}.icon-connections .path6:before{content:"";margin-left:-1em;color:#f89ef8}.icon-connections .path7:before{content:"";margin-left:-1em;color:#f89ef8}.icon-connections .path8:before{content:"";margin-left:-1em;color:#f89ef8}.icon-connections .path9:before{content:"";margin-left:-1em;color:#f2ce9f}.icon-connections .path10:before{content:"";margin-left:-1em;color:#f2ce9f}.icon-connections .path11:before{content:"";margin-left:-1em;color:#996099}.icon-connections .path12:before{content:"";margin-left:-1em;color:#e47fe4}.icon-connections .path13:before{content:"";margin-left:-1em;color:#f2ce9f}.icon-connections .path14:before{content:"";margin-left:-1em;color:#e47fe4}.icon-connections .path15:before{content:"";margin-left:-1em;color:#996099}.icon-connections .path16:before{content:"";margin-left:-1em;color:#f2ce9f}.icon-connections .path17:before{content:"";margin-left:-1em;color:#f89ef8}.icon-connections .path18:before{content:"";margin-left:-1em;color:#996099}.icon-connections .path19:before{content:"";margin-left:-1em;color:#f2ce9f}.icon-connections .path20:before{content:"";margin-left:-1em;color:#996099}.icon-connections .path21:before{content:"";margin-left:-1em;color:#f89ef8}.icon-connections .path22:before{content:"";margin-left:-1em;color:#f89ef8}.icon-connections .path23:before{content:"";margin-left:-1em;color:#f2ce9f}.icon-connections .path24:before{content:"";margin-left:-1em;color:#996099}.icon-connections .path25:before{content:"";margin-left:-1em;color:#f43ef4}.icon-connections .path26:before{content:"";margin-left:-1em;color:#f43ef4}.icon-connections .path27:before{content:"";margin-left:-1em;color:#f43ef4}.icon-connections .path28:before{content:"";margin-left:-1em;color:#f2ce9f}.icon-connections .path29:before{content:"";margin-left:-1em;color:#f2ce9f}.icon-home:before{content:"";color:#051f4e}.icon-manage-activities{color:#051f4e}.icon-manage-activities span{background-color:#fff;padding:15px;border-radius:50px}.icon-down-arrow-dark:before{content:"";color:#77838f}.icon-right-gray-arrow:before{content:"";color:#77838f}.icon-plus-white:before{content:"";color:#fff}.icon-plus-info:before{content:"";color:#0f6bbf}.icon-share-secondary-purple:before{content:"";color:#a400ff}.icon-plus-secondary-purple:before{content:"";color:#a400ff}.icon-down-arrow-secondary-purple:before{content:"";color:#a400ff}.icon-gallery-gray-darker:before{content:"";color:#595d61}.user-icon:hover{color:#2b53a3}.icon-right-black-arrow:before{content:"";color:#000}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{display:none}.activity-plan-wrap .css-1s2u09g-control,.activity-plan-wrap .custom-selectpicker-xs .css-1insrsq-control,.custom-selectpicker-xs .activity-plan-wrap .css-1insrsq-control{width:11.25rem}.css-6y1x9t-control,.css-6y1x9t-control:focus{border-color:#b3b3b3!important;box-shadow:none!important}.custom-selectpicker-xs [class*=custom-selectpicker] .css-1insrsq-control,[class*=custom-selectpicker] .css-1s2u09g-control,[class*=custom-selectpicker] .custom-selectpicker-xs .css-1insrsq-control{min-height:2.75rem;border-radius:.5rem;border-color:#d6e1ec}@media(max-width:767.8px){.custom-selectpicker-xs [class*=custom-selectpicker] .css-1insrsq-control,[class*=custom-selectpicker] .css-1s2u09g-control,[class*=custom-selectpicker] .custom-selectpicker-xs .css-1insrsq-control{min-height:44px}}.custom-selectpicker-xs [class*=custom-selectpicker] .css-1insrsq-control:focus,[class*=custom-selectpicker] .css-1s2u09g-control:focus,[class*=custom-selectpicker] .custom-selectpicker-xs .css-1insrsq-control:focus{box-shadow:none;border-color:#0f6bbf}[class*=custom-selectpicker] .css-1okebmr-indicatorSeparator{display:none}[class*=custom-selectpicker] .css-tj5bde-Svg{width:26px;height:24px;fill:#3a4147}[class*=custom-selectpicker] .css-1pahdxg-control{min-height:2.75rem!important;border-radius:.5rem;border-width:.0625rem;box-shadow:none}@media(max-width:767.8px){[class*=custom-selectpicker] .css-1pahdxg-control{min-height:44px!important}}[class*=custom-selectpicker] .css-1pahdxg-control:hover{box-shadow:0 0 0 .2rem rgba(15,107,191,.15);border-color:#0f6bbf}.custom-selectpicker-xs [class*=custom-selectpicker] .css-1insrsq-control,[class*=custom-selectpicker] .css-1pahdxg-control,[class*=custom-selectpicker] .css-1s2u09g-control,[class*=custom-selectpicker] .css-319lph-ValueContainer,[class*=custom-selectpicker] .custom-selectpicker-xs .css-1insrsq-control{min-height:2.75rem}@media(max-width:767.8px){.custom-selectpicker-xs [class*=custom-selectpicker] .css-1insrsq-control,[class*=custom-selectpicker] .css-1pahdxg-control,[class*=custom-selectpicker] .css-1s2u09g-control,[class*=custom-selectpicker] .css-319lph-ValueContainer,[class*=custom-selectpicker] .custom-selectpicker-xs .css-1insrsq-control{min-height:44px}}[class*=custom-selectpicker] .activity-plan-wrap .css-6j8wv5-Input{width:6.25rem}[class*=custom-selectpicker] .css-6j8wv5-Input{color:#d6e1ec}[class*=custom-selectpicker] .css-26l3qy-menu{-ms-box-shadow:0 4px 15px 0 rgba(0,0,0,.25);-o-box-shadow:0 4px 15px 0 rgba(0,0,0,.25);box-shadow:0 4px 15px 0 rgba(0,0,0,.25);border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;margin:0;overflow:hidden;z-index:9}[class*=custom-selectpicker] .css-1n7v3ny-option{padding:1.125rem 1.25rem;font-weight:500;border-bottom:1px solid #d6e1ec;background-color:#e9ecef!important;cursor:pointer}[class*=custom-selectpicker] .css-1n7v3ny-option:active{background-color:#e9ecef}[class*=custom-selectpicker] .css-yt9ioa-option{border-bottom:1px solid #d6e1ec;font-size:1rem;padding:1.125rem 1.25rem;font-weight:500;cursor:pointer}[class*=custom-selectpicker] .css-yt9ioa-option:last-child{border-bottom:0}[class*=custom-selectpicker] .css-9gakcf-option{padding:1.125rem 1.25rem;background-color:#e9ecef!important;color:#051f4e;font-weight:500;height:57px}[class*=custom-selectpicker] .css-4ljt47-MenuList{padding:0}.custom-selectpicker-xs .css-1insrsq-control,.custom-selectpicker-xs .css-1s2u09g-control{height:2.875rem}@media(max-width:767.8px){.custom-selectpicker-xs .css-1insrsq-control,.custom-selectpicker-xs .css-1s2u09g-control{height:2.5rem}}.custom-selectpicker-xs .css-1pahdxg-control{min-height:45px!important}@media(max-width:767.8px){.custom-selectpicker-xs .css-1pahdxg-control{min-height:35px!important}}.custom-selectpicker-xs .css-319lph-ValueContainer,.custom-selectpicker-xs [class*=custom-selectpicker] .css-1insrsq-control,.custom-selectpicker-xs [class*=custom-selectpicker] .css-1pahdxg-control,.custom-selectpicker-xs [class*=custom-selectpicker] .css-1s2u09g-control,[class*=custom-selectpicker] .custom-selectpicker-xs .css-1insrsq-control,[class*=custom-selectpicker] .custom-selectpicker-xs .css-1pahdxg-control,[class*=custom-selectpicker] .custom-selectpicker-xs .css-1s2u09g-control{height:45px;font-size:.875rem}@media(max-width:767.8px){.custom-selectpicker-xs .css-319lph-ValueContainer,.custom-selectpicker-xs [class*=custom-selectpicker] .css-1insrsq-control,.custom-selectpicker-xs [class*=custom-selectpicker] .css-1pahdxg-control,.custom-selectpicker-xs [class*=custom-selectpicker] .css-1s2u09g-control,[class*=custom-selectpicker] .custom-selectpicker-xs .css-1insrsq-control,[class*=custom-selectpicker] .custom-selectpicker-xs .css-1pahdxg-control,[class*=custom-selectpicker] .custom-selectpicker-xs .css-1s2u09g-control{height:35px}}.custom-selectpicker-xs .css-tj5bde-Svg{fill:#71809b}.custom-selectpicker-xs .css-1n7v3ny-option,.custom-selectpicker-xs .css-yt9ioa-option{font-size:.875rem}.custom-selectpicker-xs [class*=custom-selectpicker-grey] .css-1insrsq-control,[class*=custom-selectpicker-grey] .css-1s2u09g-control,[class*=custom-selectpicker-grey] .custom-selectpicker-xs .css-1insrsq-control{background-color:#fff;border-color:#d1d5db}.custom-selectpicker-multi .css-1rhbuit-multiValue{background-color:rgba(15,107,191,.2);border-radius:3.125rem;height:35px;line-height:30px;padding:0 .75rem}.custom-selectpicker-multi .select__multi-value__label{color:#051f4e;font-size:1rem}.custom-selectpicker-multi .css-xb97g8:hover{background-color:rgba(15,107,191,.4)}.custom-selectpicker-multi .css-xb97g8{width:20px;height:20px;border-radius:50rem;background-color:rgba(15,107,191,.4);color:#fff;margin:.5rem 0 0 .625rem}.custom-selectpicker-multi .css-tj5bde-Svg{fill:#fff}.calendar-wrap{position:relative}.calendar-wrap .icon{position:absolute;font-size:1.5rem;top:12px;right:15px}@media(max-width:767.8px){.calendar-wrap .icon{font-size:1.125rem;top:15px}}.calendar-wrap .form-control{background-color:#fff;border-color:#d1d5db;height:2.875rem!important}@media(max-width:767.8px){.calendar-wrap .form-control{height:2.875rem!important}}.calendar-xs-grey .rdt input[type=text]{height:2.8125rem;background-color:rgba(113,128,155,.05);border-color:#fff}.calendar-xs-grey .icon{font-size:1.3125rem;top:12px}.calendar-wrap-xs{position:relative}.calendar-wrap-xs .rdt input[type=text]{height:2.5rem;border-radius:.5rem}.calendar-wrap-xs .icon{position:absolute;font-size:1.125rem;top:12px;right:15px}.rdtPicker{border-radius:.75rem;min-width:275px}.rdtPicker td{height:35px}.rdtPicker td.rdtActive,.rdtPicker td:hover{border-radius:.25rem;background-color:#0f6bbf}.rdtPicker td.rdtActive:hover,.rdtPicker td:hover:hover{background-color:#0f6bbf;color:#fff}.rdtPicker td.rdtToday:before{border-bottom:7px solid #0f6bbf}.rdtPicker th{height:35px}.progress{height:.625rem;margin-bottom:.3125rem;border-radius:0;background-color:#d1d5db}.progress .progress-bar{background-color:#a400ff}.progress.sm{height:.375rem}.custom-progressbar .progress{height:.5rem;margin-bottom:.3125rem;border-radius:.625rem;background-color:#d1d5db}.custom-progressbar .progress .progress-bar{background-color:#0f6bbf;border-radius:.625rem}.custom-progressbar .progress.sm{height:.375rem}.custom-multiselectcheck .css-1pcexqc-container{-ms-box-shadow:0 8px 16px 0 rgba(0,0,0,.08);-o-box-shadow:0 8px 16px 0 rgba(0,0,0,.08);box-shadow:0 8px 16px 0 rgba(0,0,0,.08);min-width:auto!important}.custom-multiselectcheck .css-ik6y5r{border:1px solid #d1d5db}.custom-multiselectcheck .css-11unzgr{max-height:240px;max-width:350px;padding:0}.custom-multiselectcheck .css-1v99tuv{font-weight:500}.custom-multiselectcheck .css-1r4vtzz,.custom-multiselectcheck .css-48ayfv{border-radius:3.125rem;color:#051f4e;font-size:.875rem;background-color:rgba(113,128,155,.05)!important;padding:.5rem .9375rem;box-shadow:none;font-weight:500;transition:all .2s ease-in-out}.custom-multiselectcheck .css-1r4vtzz .icon,.custom-multiselectcheck .css-48ayfv .icon{font-size:1.25rem;padding-left:.625rem;position:relative;top:4px}.custom-multiselectcheck .css-1vr111p-option{white-space:nowrap;cursor:pointer;font-weight:400;position:relative;display:flex;align-items:center;border:1px solid #d1d5db;padding-left:3rem;width:auto;height:48px;font-size:14px}.custom-multiselectcheck .css-1vr111p-option:hover{background-color:#f0eef7}.custom-multiselectcheck .css-1qprcsu-option{cursor:pointer;white-space:nowrap;position:relative;display:flex;align-items:center;border:1px solid #d1d5db;padding-left:3rem;width:auto;height:48px;font-size:14px;color:#051f4e;font-weight:400;background-color:#f0eef7}.custom-multiselectcheck .css-1qprcsu-option:active,.custom-multiselectcheck .css-1qprcsu-option:hover{background-color:#f0eef7}.custom-multiselectcheck input[type=checkbox],.custom-multiselectcheck input[type=radio]{position:absolute;right:208px;left:16px;width:18px;height:18px;border:1px solid #77838f;transition:all .2s ease-in-out;cursor:pointer}.custom-multiselectcheck input[type=checkbox]:checked,.custom-multiselectcheck input[type=radio]:checked{accent-color:#6750a4;transition:all .2s ease-in-out}.custom-multiselectcheck .css-1gpjby2{display:none}.custom-multiselectcheck-courses{cursor:pointer}.custom-multiselectcheck-courses .css-1r4vtzz{border-radius:.5rem;border:1px solid #d6e1ec}.custom-multiselectcheck-courses .css-48ayfv{border-radius:.5rem;border:1px solid #0f6bbf}.custom-multiselectcheck-courses .css-1pcexqc-container{padding:8px}.custom-multiselectcheck-courses .css-1hwfws3{border-radius:50px}.custom-multiselectcheck-courses .css-1pcexqc-container{-ms-box-shadow:0 4px 15px 0 rgba(0,0,0,.25);-o-box-shadow:0 4px 15px 0 rgba(0,0,0,.25);box-shadow:0 4px 15px 0 rgba(0,0,0,.25);border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;min-width:auto!important}.custom-multiselectcheck-courses .css-1v99tuv{font-weight:500}.custom-multiselectcheck-courses .css-1r4vtzz,.custom-multiselectcheck-courses .css-48ayfv{border-radius:.5rem;color:#71809b;font-size:.875rem;width:100%;padding:.9375rem 1.5rem .9375rem .5rem;box-shadow:none;font-weight:400;line-height:1}.custom-multiselectcheck-courses .css-1r4vtzz .icon,.custom-multiselectcheck-courses .css-48ayfv .icon{font-size:.625rem;position:absolute;right:8px;top:50%;transform:translateY(-50%);margin-top:1px}.custom-multiselectcheck-courses .css-1vr111p-option{font-weight:400;padding:.625rem 1.875rem .625rem .75rem;font-size:.8125rem;display:flex;align-items:center;cursor:pointer;position:relative}.custom-multiselectcheck-courses .css-1vr111p-option:hover{background-color:#fff}.custom-multiselectcheck-courses .css-1vr111p-option:last-child{border:0}.custom-multiselectcheck-courses .css-1vr111p-option:nth-child(2n){background-color:#fff}.custom-multiselectcheck-courses .css-1qprcsu-option{padding:.625rem 1.875rem .625rem .75rem;font-size:.8125rem;font-weight:400;background-color:#fff;display:flex;align-items:center;cursor:pointer;position:relative}.custom-multiselectcheck-courses .css-1qprcsu-option:active{background-color:#fff}.custom-multiselectcheck-courses .css-1qprcsu-option:after{content:"✔";position:absolute;top:50%;right:0;transform:translateY(-50%);width:16px;height:16px;color:#0f6bbf;border-radius:50%}.custom-multiselectcheck-courses input[type=checkbox],.custom-multiselectcheck-courses input[type=radio]{min-width:18px;width:18px;height:18px}.custom-multiselectcheck-courses .css-1gpjby2{display:none}.custom-multiselectcheck-courses .css-ik6y5r{box-shadow:none}.text-decoration-underline{text-decoration:underline!important}.uploadOnlineVideo label{width:100%}.dsf{cursor:pointer!important}.dsf:hover{background-color:#0090f9!important}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:#0f6bbf;font-weight:600;font-size:.875rem}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{font-weight:600;font-size:.875rem}.ant-steps-item-process.ant-steps-item-finish .ant-steps-item-content .ant-steps-item-icon{background-color:#6fcf97}.ant-steps-item-process.ant-steps-item-finish .ant-steps-item-icon{background-color:#6fcf97;border-color:#6fcf97}.ant-steps{counter-reset:section;background-color:#f8f9fa;padding:12px 16px;border-radius:.5rem}@media(max-width:575.8px){.ant-steps{padding:12px 16px 0}}.ant-steps .ant-steps-item-finish .ant-steps-icon:before{counter-increment:section;content:counter(section)}.ant-steps .ant-steps-item-finish .ant-steps-item-icon{background-color:#6fcf97;border-color:#6fcf97}.ant-steps .ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon{color:#fff}.ant-steps .ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon>span{display:none}.ant-steps .ant-steps-item-finish .ant-steps-item-title{color:#0f6bbf}.ant-steps .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:#6fcf97}.ant-steps .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#d1d5db}.ant-steps-item-title{font-size:.875rem}.ant-steps-item-title:after{background-color:#d1d5db;height:2px}.ant-steps-item-wait .ant-steps-item-icon{background-color:#d1d5db;border-color:#d1d5db}.ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon{color:#051f4e}.ant-stepst-steps-horizontal.ant-steps-label-horizontal{padding:12px 16px;background:#f8f9fa;border-radius:8px}.custom-selectfield .css-1pahdxg-control{border:1px solid #0f6bbf!important;box-shadow:0 0 0 1px #0f6bbf!important}.form-desc-editor .ck-content p{margin-left:0!important}.form-desc-editor div div div .ck .ck-editor__top div .ck-toolbar .ck-dropdown .ck-dropdown__panel{left:-46px}.custom-selectpicker-xs .endorsed-me .css-1insrsq-control,.endorsed-me .css-1s2u09g-control,.endorsed-me .custom-selectpicker-xs .css-1insrsq-control{border-radius:.5rem}.my-groups-dropdown .dropdown-menu.show{inset:0 0 auto auto!important}.ck.ck-sticky-panel .ck-sticky-panel__content_sticky{position:absolute!important;top:auto!important}.ck.ck-sticky-panel .ck-sticky-panel__placeholder{display:block!important;height:auto!important}.mentions-box .mentions-box__suggestions{margin-top:20px!important;left:0!important;z-index:100!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 1px rgba(0,0,0,.012)!important}.mentions-box .mentions-box__suggestions ul{overflow:unset!important;max-height:none!important}.post-like-rply .comment-like-rply{padding:.125rem 0 0;min-width:0;min-width:auto;letter-spacing:.1px;line-height:1.25rem}.post-like-rply .rply-margin-left{margin-left:2rem}.yliway-post-comment .MuiFormHelperText-root{margin-top:.25rem}.yliway-comment-overflow .yliway-mention-input .yliway-mention-input__suggestions{overflow-y:auto;height:260px}.add-more-btn{padding-bottom:1rem;padding-top:.5rem}.add-more-btn .add-more-text{font-size:.875rem!important;font-weight:600!important;letter-spacing:.25px!important}.accordianspacing .MuiAccordionSummary-content{margin:0!important}.list-font-size span{font-size:14px!important;color:#1c1b1e;font-weight:500}.d-form-none .mui-style-1s2u09g-control{display:none}.mui-style-b62m3t-container .mui-style-1s2u09g-control{height:56px!important}.mui-style-b62m3t-container .mui-style-1s2u09g-control:active,.mui-style-b62m3t-container .mui-style-1s2u09g-control:focus{border-color:#7a757f!important;border-width:1px!important}.mui-style-b62m3t-container .ck .ck-editor__editable_inline{min-height:120px!important}.mui-style-b62m3t-container .mui-style-319lph-ValueContainer{height:56px!important}.custom-react-select .mui-style-26l3qy-menu{z-index:99}.input-label-color .mui-style-1ujxcbt-MuiFormLabel-root-MuiInputLabel-root{color:#49454e!important}.list-font-size span{font-size:.875rem!important}.ck.ck-button.ck-on{color:#6750a4!important;background-color:#e9ddff!important}.space-remove .MuiAccordionSummary-content{margin:0!important}.react-tel-input .flag-dropdown.open .selected-flag,.react-tel-input .flag-dropdown.open .selected-flag:focus{background-color:transparent!important}.custom-react-select .mui-style-1pahdxg-control{height:56px!important}.custom-react-select .mui-style-1pahdxg-control:active .custom-react-select .mui-style-1pahdxg-control:focus,.custom-react-select .mui-style-1pahdxg-control:hover{border-color:#000000de!important;border-width:1px!important;box-shadow:none}.postion-flag-dropdown .phone-number-wrapper .react-tel-input .flag-dropdown{top:3px!important}.ck .ck-dropdown .ck-dropdown__arrow{z-index:auto!important}.custom-input-width .MuiBox-root .MuiFormControl-root{width:100%}.custom-input-width .MuiBox-root .MuiFormControl-root .MuiFormLabel-root{color:#49454e;background:#fff;padding:0 .3rem;left:-5px}.custom-input-width .MuiBox-root .MuiFormControl-root .MuiInputBase-root input{padding:.625rem .75rem;text-overflow:ellipsis}.custom-input-width .MuiBox-root .MuiFormControl-root .MuiInputBase-root fieldset{border:1px solid #7a757f}.extra-space-none .MuiAutocomplete-root .MuiFormControl-root .MuiInputBase-root{min-height:43px;padding-right:62px}.pdf-iframe-responsive{text-align:center}.pdf-iframe-responsive .modal_yli-modal__MeXtD{width:1150px}@media screen and (max-width:1200px){.pdf-iframe-responsive .modal_yli-modal__MeXtD{width:94%}}.pdf-iframe-responsive .modal_yli-modal__MeXtD iframe{width:463px;height:656px}@media screen and (max-width:900px){.pdf-iframe-responsive .modal_yli-modal__MeXtD iframe{width:100%}}.activity-modal-css .MuiBackdrop-root{background-color:transparent}.activity-modal-css .modal_yli-modal__MeXtD{right:0;left:auto;top:0;transform:none}.activity-modal-css .modal_yli-modal__MeXtD .MuiBox-root .modal_yli-modal-body__3qEJ_{height:calc(100vh - 130px);max-height:none}.press-review-pdf-css>div>div{min-height:auto!important;padding:.3rem}.press-review-pdf-css>div>div .react-pdf__Page{overflow-y:auto!important;overflow-x:hidden!important;max-height:500px!important;height:auto!important;border-radius:.5rem}.press-review-pdf-css>div>div .MuiBox-root{right:14px}.video-player-custom-css-course .vjs-big-play-centered .vjs-control-bar{border-radius:.75rem}.video-player-custom-css-course .vjs-fluid:not(.vjs-audio-only-mode){height:380px!important;padding:0!important;border-radius:.75rem}.video-player-custom-css-course .vjs-fluid:not(.vjs-audio-only-mode) video{-o-object-fit:fill;object-fit:fill;border-radius:.75rem}.side-drawer-modal .MuiBackdrop-root{background-color:transparent}.side-drawer-modal [class^=modal_yli-modal-header-container]{padding:1rem!important}.side-drawer-modal [class^=modal_yli-modal-header-container] span[class^=modal_yli-model-header-content]{font-size:24px;font-style:normal;font-weight:600;line-height:normal;display:inline-block;width:100%;text-align:center}.side-drawer-modal .body{height:calc(100vh - 170px)}.side-drawer-modal .custom-footer{background-color:#f0eef7;gap:24px}.side-drawer-modal .custom-footer button{width:100%}.side-drawer-modal .custom-footer .cancel-button{border:1px solid #0d0c0d;color:#0d0c0d}.side-drawer-modal .custom-footer>div{width:100%}.side-drawer-modal .modal_yli-modal__MeXtD{right:0;left:auto;top:0;transform:none}.side-drawer-modal .modal_yli-modal__MeXtD .MuiBox-root .modal_yli-modal-body__3qEJ_{height:calc(100vh);max-height:none}.custom-searchbar .form-control{height:50px;padding:1rem 1rem 1rem 3.75rem;background-color:rgba(113,128,155,.05);border-color:rgba(113,128,155,.05)}@media(max-width:767.8px){.custom-searchbar .form-control{height:45px;padding:.75rem 1rem .75rem 2.5rem;font-size:.875rem}}.custom-searchbar .icon{position:absolute;font-size:1.5rem;top:14px;left:14px;color:#71809b}@media(max-width:767.8px){.custom-searchbar .icon{font-size:1.25rem;top:10px}}.four-grid-spacing [class*=col-]:nth-child(n+5){margin-top:1.25rem}@media(max-width:1339.8px){.four-grid-spacing [class*=col-]:nth-child(n+4){margin-top:1.25rem}}@media(max-width:1199.8px){.four-grid-spacing [class*=col-]:nth-child(n+4){margin-top:0}.four-grid-spacing [class*=col-]:nth-child(n+5){margin-top:1.25rem}}@media(max-width:991.8px){.four-grid-spacing [class*=col-]:nth-child(n+4){margin-top:1.25rem}}@media(max-width:767.8px){.four-grid-spacing [class*=col-]:nth-child(n+3){margin-top:1.25rem}}@media(max-width:575.8px){.four-grid-spacing [class*=col-]:nth-child(n+2){margin-top:1.25rem}}.four-grid-spacing-lg [class*=col-]:nth-child(n+5),.four-grid-spacing-xl [class*=col-]:nth-child(n+5){margin-top:1.25rem}@media(max-width:1339.8px){.four-grid-spacing-lg [class*=col-]:nth-child(n+4){margin-top:1.25rem}}@media(max-width:991.8px){.four-grid-spacing-lg [class*=col-]:nth-child(n+3){margin-top:1.25rem}}@media(max-width:575.8px){.four-grid-spacing-lg [class*=col-]:nth-child(n+2),.four-grid-spacing-md [class*=col-]:nth-child(n+2){margin-top:1.25rem}}.three-grid-spacing [class*=col-]:nth-child(n+4){margin-top:1.25rem}@media(max-width:991.8px){.three-grid-spacing [class*=col-]:nth-child(n+3){margin-top:1.25rem}}@media(max-width:575.8px){.three-grid-spacing [class*=col-]:nth-child(n+1){margin-top:1.25rem}.three-grid-spacing [class*=col-]:first-child{margin-top:0}}.three-grid-spacing-lg [class*=col-]:nth-child(n+4){margin-top:1.25rem}@media(max-width:1599.8px){.three-grid-spacing-lg [class*=col-]:nth-child(n+3){margin-top:1.25rem}}@media(max-width:1199.8px){.three-grid-spacing-lg [class*=col-]:nth-child(n+3){margin-top:0}.three-grid-spacing-lg [class*=col-]:nth-child(n+4){margin-top:1.25rem}}@media(max-width:991.8px){.three-grid-spacing-lg [class*=col-]:nth-child(n+3){margin-top:1.25rem}}@media(max-width:575.8px){.three-grid-spacing-lg [class*=col-]:nth-child(n+1){margin-top:1.25rem}}[class*=dropzone-wrap]{height:150px;border:1px dashed #d2d9df;border-radius:.5rem;display:flex;flex-direction:column;justify-content:center;padding:0 2.8125rem;background-color:#fff}@media(max-width:575.8px){[class*=dropzone-wrap]{padding:0 1.25rem}}[class*=dropzone-wrap] .icon{font-size:1.5rem;padding-bottom:.3125rem}[class*=dropzone-wrap] .icon:before{color:#d6e1ec}@media(max-width:767.8px){[class*=dropzone-wrap] p{font-size:.875rem}}.dropzone-wrap-xl{height:9.5rem}.dropzone-wrap-xxl{height:16.875rem!important}.dropzone-image{width:100%;height:190px}.fullwidth-dropzone .sc-bdvvtL{width:100%}.fullwidth-dropzone .previewImage{width:1280px;height:200px;max-width:100%}.fullwidth-dropzone .previewImage img{-o-object-fit:contain;object-fit:contain;height:100%;width:100%}.hours-rangpicker-wrap{padding-top:1.25rem;position:relative}.hours-rangpicker-wrap .output{font-size:.75rem;color:rgba(5,31,78,.5);border-radius:.875rem;box-shadow:0 4px 10px hsla(0,0%,69%,.21);padding:.25rem .5625rem;position:absolute;top:0;left:10px}.custom-control-input:checked~.custom-control-label:before{border-color:#c0cfde;background-color:#c0cfde;box-shadow:none!important}.custom-control-input:checked~.custom-control-label:after{background-color:#0f6bbf!important}.custom-control-input:focus~.custom-control-label:before{box-shadow:none!important}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#adb5bd!important}.nav-tabs.growth-tabs .nav-link{text-align:center;padding:.625rem .9375rem;background-color:transparent;color:#051f4e;border:0;font-size:1rem;font-weight:500;background-color:#d1d5db;border-radius:3.125rem;position:relative}.nav-tabs.growth-tabs .nav-link:last-child:after{display:none}@media(max-width:1339.8px){.nav-tabs.growth-tabs .nav-link{padding:.75rem .9375rem}}@media(max-width:1199.8px){.nav-tabs.growth-tabs .nav-link{margin:0 0 .625rem}}@media(max-width:767.8px){.nav-tabs.growth-tabs .nav-link{padding:.6875rem .8125rem;font-size:.875rem}}@media(max-width:575.8px){.nav-tabs.growth-tabs .nav-link{margin:0 auto .9375rem}}.custom-tab .card-header-tabs .nav-tabs.growth-tabs .nav-link:focus,.custom-tab .card-header-tabs .nav-tabs.growth-tabs .nav-link:hover,.nav-tabs.growth-tabs .custom-tab .card-header-tabs .nav-link:focus,.nav-tabs.growth-tabs .custom-tab .card-header-tabs .nav-link:hover,.nav-tabs.growth-tabs .nav-link.active{background-color:transparent;color:#0f6bbf}.remove-btn{display:flex;float:right;background:#fff;border:none;color:#6750a4;font-weight:400;font-size:.875rem;cursor:pointer}.addMore-btn{border:1px solid #0a66c2;background:#fff;color:#0a66c2;padding:5px 10px;border-radius:10px;margin-left:15px}.addMore-btn:hover{border:1px solid #0a66c2;background:#c4e1fd;box-shadow:inset 0 0 0 1px #0a66c2;color:#0a66c2;font-weight:700}.icon-svg-css-job-list{width:24px!important;height:24px!important}.icons-svg-css-job-detail{width:32px!important;height:32px!important}.job-detail-icon{cursor:pointer}.job-list-card{height:96vh!important;overflow-y:auto;overflow-x:hidden}.job-detail-column{height:100vh!important;overflow:hidden!important;overflow-y:scroll!important}.load-more-job-list{font-size:14px;font-weight:700;color:#0f6bbf;cursor:pointer}.jobs-found-text-css{font-style:normal!important;font-weight:700!important;font-size:14px!important;line-height:17px!important;color:#a400ff!important}.myconnection-card{border:1px solid #0f6bbf!important;border-radius:8px!important}.myconnection-body{border-radius:0 0 8px 8px!important}.notification-message{font-weight:400!important;font-size:14px!important;line-height:17px!important;letter-spacing:.25px!important;color:#051f4e!important}.notification-message span{display:inline-block!important;width:90%!important;word-wrap:break-word!important}.notification-sender-position{font-weight:400!important;font-size:12px!important;line-height:15px!important;color:#77838f!important}.appy-button-jobsection{width:108px!important;background:#0f6bbf!important;border-radius:8px!important;color:#fff!important}.appy-button-jobsection,.cancel-button-jobsection{padding:12px 16px!important;gap:10px!important;height:41px!important;font-weight:600!important;font-size:14px!important;line-height:17px!important;text-align:center!important;letter-spacing:.25px!important;cursor:pointer!important}.cancel-button-jobsection{width:85px!important;border:1px solid #d1d5db!important;border-radius:8px!important;color:#051f4e!important}.jobdata-heading-css{font-weight:700;font-size:18px;line-height:22px;color:#051f4e!important}.border-radius-8{border-radius:8px!important}.fb-20{flex-basis:20%}.read-more-button{font-weight:700;font-size:14px;line-height:17px;color:#0f6bbf;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.job-filter-input-box{background:#eff0f6;border:1px solid #d1d5db;flex-basis:48.7%;height:43px}.job-filter-input{background:#eff0f6!important;height:3.5vh!important}.filter-button-job{width:104px;height:44px;justify-content:center;align-self:center;align-items:center;border:1px solid #0f6bbf;border-radius:8px}.filter-clear-job-div{flex-basis:40%;justify-content:flex-end}.clear-button-job{width:97px;height:44px;justify-content:center;align-self:center;align-items:center;border:1px solid #d1d5db;border-radius:8px}.filter-button-text{color:#0f6bbf}.clear-button-text,.filter-button-text{font-weight:600;font-size:14px;line-height:17px;text-align:center;letter-spacing:.25px}.clear-button-text{color:#051f4e}.border-top-gray{border-top:1px solid #d1d5db}.filter-header{height:auto;align-items:center}.radio-text-job-filter{font-weight:400;font-size:14px;line-height:17px;color:#051f4e}.react-pdf__Page{width:100%!important;min-width:100%!important;height:295px!important;max-width:none;overflow:hidden!important;max-height:none;margin:0!important;padding:0!important}.react-pdf__Page__annotations{max-height:50px!important}.post-img-overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px;opacity:0;transition:all .3s ease;z-index:100000000000}.post-img-overlay,.post-img-overlay-content{display:flex;justify-content:center;align-items:center}.post-img-overlay-content{flex-direction:column;gap:10px;text-align:center}.post-image-overlay{position:relative;left:0;width:100%;height:20%;padding:18px;background-color:rgba(255,198,53,.24);color:#000;text-align:center;z-index:1;cursor:pointer;font-weight:700}.pic-wrap{width:40px;height:40px;border-radius:50rem;overflow:hidden;display:block;margin:0 0 0 10px}.article-author-info-container{display:flex;gap:10px}#article-author-name{font-size:14px;font-weight:600;color:#051f4e}#article-author-position,#article-date{font-size:12px;font-weight:400;color:#595d61}.article-date-at{position:absolute;right:0}#article-subtitle-container{font-weight:400;color:#051f4e;font-size:32px;line-height:40px;word-break:break-word}.article-subtitle{font-family:Inter,sans-serif;font-size:18px;font-style:italic;font-weight:400;line-height:28px;letter-spacing:0;text-align:left;word-break:break-word}.course-detail-play .video-js .vjs-play-progress{background-color:#a400ff}.course-detail-play video-js .vjs-progress-control .vjs-progress-holder{height:12px}.course-detail-play .video-js .vjs-play-progress:before{display:none}.border-right-divider{border-right:1px solid #d1d5db;padding-right:10px}.descriptionModal .ck-editor__editable_inline{min-height:230px!important;height:230px!important}.editor-content .ck-editor__editable_inline{min-height:82px!important;height:82px!important;border:none!important;box-shadow:none!important}.new-ck-style .ck-toolbar,.publication-form .ck-toolbar{border-radius:4px 4px 0 0!important}.new-ck-style .ck-editor__editable_inline,.publication-form .ck-editor__editable_inline{min-height:200px!important;height:auto!important;border-radius:0 0 4px 4px!important}.new-ck-style-rd12 .ck-toolbar{border-radius:5px 5px 0 0!important}.new-ck-style-rd12 .ck-editor__editable_inline{min-height:200px!important;height:auto!important;border-radius:0 0 5px 5px!important}.editor-content .ck-editor__editable .ck-focused:not(.ck-editor__nested-editable){border:none!important;box-shadow:none}.editor-content .ck-toolbar{border:none!important}.ck-editor__editable_inline{min-height:800px}.post-video-js .video-js{width:100%;background-color:#fff;height:310px}.sorry-text{font-size:18px;font-weight:700;line-height:21.78px;text-align:center;color:#595d61}.sorry-not-found-message{color:#77838f}.edit-skill-text{color:#0f6bbf;font-weight:600;font-size:14px}.custom-selectpicker-xs .growth-profession-custom-select .css-1insrsq-control,.growth-profession-custom-select .css-1s2u09g-control,.growth-profession-custom-select .custom-selectpicker-xs .css-1insrsq-control{border-radius:10px;min-height:2.75rem}.vote-count-css{background:#0f6bbf;width:auto;height:.8125rem;border-radius:.5rem;font-size:.5rem;color:#fff;font-weight:300;line-height:1;padding:.1875rem .25rem}.font-14-600{font-size:14px;font-weight:600}.post-type-icons-box{display:flex;gap:4px}@media screen and (max-width:600px){.post-type-icons-box{width:100%;justify-content:space-evenly}}.post-type-icons-box-wrap{display:flex;justify-content:space-between;flex-wrap:wrap}.post-owner-with-cross{display:flex;justify-content:space-between;align-items:center}.post-owner-with-cross .add-post-cross{display:flex;align-items:center;justify-content:center;cursor:pointer}.tab-badge{min-height:20px;min-width:20px;padding:0 3px;border-radius:10px;background:#dce1ff;color:#001551;text-align:center;font-size:12px;font-style:normal;font-weight:500;line-height:20px}.custom-tab .card-header-tabs .tab-badge.nav-link:focus,.custom-tab .card-header-tabs .tab-badge.nav-link:hover,.tab-badge.active{background-color:#6750a4;color:#fff}.photo-post-header,.share-poll-header,.video-post-header{font-size:22px;font-weight:400;line-height:28px;color:#051f4e}.article-header{font-size:22px;font-weight:400;line-height:28px;color:#1c1b1e}img.image-contain{-o-object-fit:contain!important;object-fit:contain!important}.article-form-label{font-size:16px;font-weight:500;line-height:24px;letter-spacing:.15;color:#1c1b1e;padding-bottom:8px}.article-form-label sup{color:#001551}.article-form-ckeditor .ck.ck-toolbar{border-top-left-radius:8px!important;border-top-right-radius:8px!important}.article-form-ckeditor .ck.ck-content{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important;word-break:break-word}.input-post-option-container{display:flex;flex-direction:column;width:100%}.input-feed-option-container{display:flex;width:100%;gap:10px}.profile-pic-input-box{display:flex;gap:10px;border:none}.post-dashboard-card{box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 1px rgba(0,0,0,.012)}.post-dashboard-card-filter{box-shadow:0 1px 3px 1px #00000026,0 1px 2px 0 #0000004d}.article-creation-button-box{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:20px;align-items:center}.article-creation-button-box .article-creation-button-box-left{display:flex;gap:16px}.article-publish-tab{display:flex;gap:4px;padding-top:16px;box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 1px rgba(0,0,0,.012);background-color:#fff;overflow:auto}.article-publish-tab .tab-itms{display:flex;cursor:pointer;align-items:center;padding:0 8px 5px;gap:4px;font-weight:500;font-size:14px;line-height:20px;letter-spacing:.1px}.article-tab-selected{border-bottom:3px solid #6750a4;color:#6750a4}.article-published-container{display:flex;flex-direction:column;padding:32px 16px;box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 1px rgba(0,0,0,.012);background-color:#fff}.draft-article-heading,.published-article-heading{font-size:22px;line-height:28px;font-weight:400;color:#1c1b1e;text-align:left;padding-bottom:35px}.article-cards-wrapper{display:flex;flex-direction:column;align-items:center;gap:24px}.fixed-label label{transform:translate(14px,-9px) scale(1);font-size:.75rem;line-height:133.333%;color:#49454e;padding:0 4px;background-color:#fff!important;left:-3px;top:2;z-index:1}.fixed-label fieldset{border-color:#7a757f}.fixed-label fieldset legend{max-width:-moz-max-content;max-width:max-content}.date-picker-custom label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input::-webkit-input-placeholder{opacity:1!important;color:#1c1b1e;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px}.topic-config-menu-itm{display:flex;align-items:center;gap:10px}.topic-config-menu-itm .icon-style{display:flex;justify-content:center;align-items:center}.topic-config-menu-itm .label-style{font-size:12px;color:#1c1b1e;font-style:normal;font-weight:400;line-height:16px}.load-more-box{display:flex;justify-content:center;padding:12px 16px}.load-more-box .sub-box{display:flex;gap:8px;cursor:pointer}.load-more-box .sub-box .icon{display:flex;justify-content:center;align-items:center}.load-more-box .sub-box .text{color:#6750a4;text-align:center;font-size:11px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:.5px}.no-posts-topic-circle-found-box,.no-records-found-box{padding:16px;color:#6750a4;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.5px;text-align:center}.no-posts-topic-circle-found-box{background-color:#fff}.edit-circle-config{display:flex;gap:16px;margin-bottom:9px;margin-left:.75rem}.edit-circle-config .edit-circle-box{display:flex;gap:8px;align-items:center}.edit-circle-config .edit-circle-box .edit-circle-icon{display:flex;justify-content:center;align-items:center}.edit-circle-config .edit-circle-box .edit-circle-text{color:var(--m-3-sys-light-on-primary,#fff);text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.1px;color:#fff}.flex-row-gp-8{display:flex;align-items:center;gap:8px}.selected-file-box{display:flex;align-items:center;background-color:#f0f0f0;padding:5px;border-radius:5px;margin-top:10px}.selected-file-details{display:flex;flex-direction:column;margin-right:10px}.selected-file-box h6{margin:0;font-size:16px}.selected-file-box small{color:gray;font-size:12px}.selected-file-box button{background:none;border:none;font-size:18px;cursor:pointer;color:red}.circle-member-config-text-active{color:#6750a4}.circle-member-config-text,.circle-member-config-text-active{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.25px;text-align:left}.circle-member-config-text{color:#1c1b1e}.circle-member-config-itm{gap:8px}.circle-member-config-itm,.dropdown-circle-member-config{display:flex;align-items:center}.center-text{text-align:center}​ .certificate-box{border:red;display:flex;flex-direction:column;gap:24px;padding:24px}​ .certificate-box ​ .desc-label{font-size:16px;font-style:normal;font-weight:700;line-height:normal;color:#051f4e}​ .certificate-box ​ .desc{font-size:16px;font-weight:400;line-height:19px;letter-spacing:0;text-align:left;color:#051f4e}​ .certificate-box ​ .date-box{display:flex;justify-content:space-between}.posted-an-article-txt{font-size:16px;font-weight:400;line-height:24px;letter-spacing:.150000006px;text-align:left}.circle{border-radius:50%;border:1px solid #6750a4;color:#6750a4}.circle,.circle-selected{width:30px;height:30px;display:flex;justify-content:center;align-items:center;font-size:.875rem;cursor:pointer}.circle-selected{border-radius:50%;background-color:#6750a4;color:#fff}.box-circle-button-rm{display:flex;flex-direction:row;gap:16px}.feed-article-form .ck-editor__editable_inline{min-height:400px!important}.course-notes-editor .ck-editor__editable_inline{min-height:200px!important}.course-notes-editor-scroll .ck-editor__editable_inline{min-height:200px!important;max-height:200px!important;overflow-y:auto}.listing-box,.listing-box-growth-area{padding:.75rem 0 .75rem .5rem}.custom-tab .card-header-tabs .listing-box .list-item.nav-link:focus .list-item-label,.custom-tab .card-header-tabs .listing-box .list-item.nav-link:hover .list-item-label,.custom-tab .card-header-tabs .listing-box-growth-area .list-item.nav-link:focus .list-item-label,.custom-tab .card-header-tabs .listing-box-growth-area .list-item.nav-link:hover .list-item-label,.listing-box .custom-tab .card-header-tabs .list-item.nav-link:focus .list-item-label,.listing-box .custom-tab .card-header-tabs .list-item.nav-link:hover .list-item-label,.listing-box .list-item.active .list-item-label,.listing-box-growth-area .custom-tab .card-header-tabs .list-item.nav-link:focus .list-item-label,.listing-box-growth-area .custom-tab .card-header-tabs .list-item.nav-link:hover .list-item-label,.listing-box-growth-area .list-item.active .list-item-label{color:#6750a4}.text-with-readmore>p{margin-bottom:0}.banner-seciton{background-repeat:no-repeat;background-position:50%;background-size:cover;position:relative;height:calc(100vh - 88px);display:flex;align-items:center;padding:4.375rem 0}.banner-seciton h1{font-size:3.25rem;font-weight:500;line-height:4.6875rem}.banner-seciton .section-box{max-width:89.0625rem;width:100%;margin:0 auto}@media(max-width:991.8px){.banner-seciton{height:auto;max-height:100%}}.banner-seciton .container,.social-concepts-section .container,.why-yliway-section .container{max-width:89.6875rem}.growth-system-section .container,.never-alone-section .container{max-width:85rem}.never-alone-section{padding:7.1875rem 0 6.25rem}.never-alone-section .sub-heading{padding-right:4.25rem}.never-alone-section .section-box{max-width:84.625rem;margin:0 auto}@media(max-width:991.8px){.never-alone-section{padding-right:0;padding-bottom:2.5rem}.never-alone-section .sub-heading{padding-right:0}}@media(max-width:575.8px){.never-alone-section{padding-bottom:2.5rem}}.growth-system-section{background-color:#fcf5fc;padding:6.25rem 0 5.75rem}.growth-system-section .section-box{max-width:84.625rem;margin:0 auto}@media(max-width:991.8px){.growth-system-section{padding-bottom:3.125rem}}@media(max-width:767.8px){.growth-system-section{padding-top:2.5rem}}.growth-area-section{background-color:#fff;padding:6.25rem 0 8.875rem}.growth-area-section .text-subheading{margin-bottom:5rem}.growth-area-section .section-box{max-width:79rem;margin:0 auto}@media(max-width:991.8px){.growth-area-section{padding:3.125rem 0 5rem}}@media(max-width:767.8px){.growth-area-section{padding:3.75rem 0 2.5rem}.growth-area-section .text-subheading{margin-bottom:3.75rem}}@media(max-width:575.8px){.growth-area-section{padding:2.5rem 0}.growth-area-section .text-subheading{margin-bottom:2.5rem}}.social-concepts-section{padding:8.75rem 0 6.25rem;background-repeat:no-repeat;background-position:50%;background-size:cover;position:relative}.social-concepts-section .bullet-points{padding-left:2.5rem;font-size:1.375rem}.social-concepts-section .section-box{max-width:115.875rem;margin:0 auto}@media(max-width:991.8px){.social-concepts-section{padding-bottom:3.75rem}.social-concepts-section .bullet-points{padding-left:1.5625rem}}@media(max-width:767.8px){.social-concepts-section{padding:6.25rem 0 2.5rem}.social-concepts-section .bullet-points{font-size:1.125rem}}.help-business-section{padding:9.375rem 0}.help-business-section .heading-text{margin-bottom:7.5rem}.help-business-section .section-box{max-width:82.125rem;margin:0 auto}.help-business-section .banner-overlay:before,.help-business-section .section-box .box-content{z-index:2}@media(max-width:991.8px){.help-business-section{padding:5rem 0}.help-business-section .heading-text{margin-bottom:3.75rem}}@media(max-width:767.8px){.help-business-section{padding:3.75rem 0}.help-business-section .heading-text{margin-bottom:3.75rem}}@media(max-width:575.8px){.help-business-section .heading-text{margin-bottom:2.5rem}}.people-say-section{background-color:#eff0f6;padding:3.75rem 0 2.5rem}.people-say-section .heading-text{margin-bottom:4.375rem}.people-say-section .section-box{max-width:84.625rem;margin:0 auto}@media(max-width:991.8px){.people-say-section{padding-top:1.25rem}.people-say-section .heading-text{margin-bottom:3.125rem}}@media(max-width:575.8px){.people-say-section .heading-text{margin-bottom:2.5rem}.people-say-section .slick-dots{bottom:-3.75rem}}.why-yliway-section{background-color:#fff;padding:6.25rem 0}.why-yliway-section .heading-text{margin-bottom:3.75rem;padding-left:0}.why-yliway-section .bullet-points{margin-bottom:4.375rem}@media(max-width:991.8px){.why-yliway-section{padding-top:2.5rem}}@media(max-width:767.8px){.why-yliway-section{padding:3.75rem 0}}@media(max-width:575.8px){.why-yliway-section{padding:2.5rem 0}.why-yliway-section .bullet-points,.why-yliway-section .heading-text{margin-bottom:2.5rem}}.testimonial{padding:0 1.5rem 1.5rem}.testimonial .user-comment{height:8.4375rem;overflow:hidden;display:-webkit-box;font-size:1.5rem;-webkit-box-orient:vertical}@media(max-width:767.8px){.testimonial{padding:0}.testimonial .user-comment{font-size:1.25rem;height:auto}}.user-details{display:flex;align-items:center}.user-details .profile-img{margin-left:.625rem}.user-details .profile-img img{width:2.5rem;height:2.5rem;background-color:#fff;-o-object-fit:cover;object-fit:cover}@media(max-width:575.8px){.user-details{justify-content:center}}.grothareabox{-ms-box-shadow:0 4px 25px 0 rgba(224,191,224,.29);-o-box-shadow:0 4px 25px 0 rgba(224,191,224,.29);box-shadow:0 4px 25px 0 rgba(224,191,224,.29);padding:1.875rem;text-align:center;background-color:#fff;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;width:15.625rem}.grothareabox img{width:5.875rem;height:5.875rem;-o-object-fit:contain;object-fit:contain;margin-bottom:1.25rem;border-radius:50rem;-webkit-border-radius:50rem;-moz-border-radius:50rem}@media(max-width:1199.8px){.grothareabox{width:23%;height:100%}}@media(max-width:991.8px){.grothareabox{width:48%;margin-bottom:1.875rem;padding:1.25rem}}.box-section{position:relative;color:#fff;display:inline-block;width:28.125rem;height:34.375rem}.box-section:after{content:"";width:11.6875rem;height:11.6875rem;background-color:#0f6bbf;z-index:0;position:absolute;top:-20px;right:auto;bottom:auto;left:-20px}.box-section p{padding:1.875rem 1.875rem 1.25rem;margin-bottom:0}.box-section img{height:100%;-o-object-fit:cover;object-fit:cover}.box-section .box-content{position:absolute;bottom:0;z-index:1;min-height:9.5rem}@media(max-width:1199.8px){.box-section:before{left:-15px;top:-15px}}@media(max-width:991.8px){.box-section{width:100%;height:100%}}@media(max-width:767.8px){.box-section img{width:100%}}@media(max-width:575.8px){.box-section:after{position:absolute;top:-8px;right:auto;bottom:auto;left:-8px}.box-section p{padding:1.25rem}}.profile-overlay-video{background-color:rgba(0,0,0,.85);z-index:1;color:#fff;display:flex;align-items:center;justify-content:center}.banner-overlay:before,.profile-overlay-video{position:absolute;top:0;right:0;bottom:0;left:0}.banner-overlay:before{content:"";height:100%}.overlay-purple:before{background-color:rgba(32,11,32,.85)}.overlay-grey:before{background:linear-gradient(180deg,#103556c9 60%,#496ca0b3)}.overlay-half-purple:before{background:linear-gradient(180deg,hsla(210,7%,53%,.08) 40.7%,rgba(28,2,28,.81) 87.79%)}.overlay-half-darkblue:before{background:linear-gradient(180deg,rgba(5,31,78,0),#051f4e)}.overlay-half-lightblue:before{background:linear-gradient(180deg,rgba(60,94,143,0),#3d4a54)}.overlay-lightblue:before{background-color:rgba(15,107,191,.08)}.overlay-ligh-purple:before{background-color:rgba(164,0,255,.04)}.video-player{max-width:38.875rem;position:relative}.video-player .video-image img{width:100%;height:23.25rem;-o-object-fit:cover;object-fit:cover;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px}.video-player .play-icon{position:absolute;top:50%;transform:translateY(-50px);width:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.video-player .play-icon picture{width:6.25rem}@media(max-width:991.8px){.video-player{max-width:100%;width:100%}.video-player .play-icon picture{width:3.75rem}}@media(max-width:767.8px){.video-player .play-icon picture{width:2.5rem}.video-player .video-image img{max-height:15.625rem;height:auto}}.arrow-box{position:relative;display:inline-block}.arrow-box .icon,.arrow-box img,.arrow-box picture{position:absolute}.arrow-box .right{right:0;top:-50px;font-size:1.5rem}.arrow-box .left{left:0;right:auto;top:-50px;font-size:1.5rem}.text-underline,.text-underline:hover{text-decoration:underline}.underline-custom{border-bottom:.0625rem solid #fe80fe;padding:0 1.25rem 1rem;display:inline-block}.bullet-points li{margin-bottom:1.875rem;line-height:145%}.bullet-points ::marker{color:#fe80fe}@media(max-width:767.8px){.bullet-points li{margin-bottom:1.25rem;font-size:1rem}}.active-inner .custom-tab .card-header-tabs li.nav-link:focus a,.active-inner .custom-tab .card-header-tabs li.nav-link:focus a em.icon:before,.active-inner .custom-tab .card-header-tabs li.nav-link:hover a,.active-inner .custom-tab .card-header-tabs li.nav-link:hover a em.icon:before,.active-inner li.active a,.active-inner li.active a em.icon:before,.custom-tab .card-header-tabs .active-inner li.nav-link:focus a,.custom-tab .card-header-tabs .active-inner li.nav-link:focus a em.icon:before,.custom-tab .card-header-tabs .active-inner li.nav-link:hover a,.custom-tab .card-header-tabs .active-inner li.nav-link:hover a em.icon:before{color:#0f6bbf}.active-inner .custom-tab .card-header-tabs a.nav-link:focus,.active-inner .custom-tab .card-header-tabs a.nav-link:hover,.active-inner a.active,.custom-tab .card-header-tabs .active-inner a.nav-link:focus,.custom-tab .card-header-tabs .active-inner a.nav-link:hover{color:#0f6bbf!important}.active-inner .custom-tab .card-header-tabs a.nav-link:focus em.icon:before,.active-inner .custom-tab .card-header-tabs a.nav-link:hover em.icon:before,.active-inner a.active em.icon:before,.custom-tab .card-header-tabs .active-inner a.nav-link:focus em.icon:before,.custom-tab .card-header-tabs .active-inner a.nav-link:hover em.icon:before{color:#0f6bbf}.mark-size-6 li::marker{font-size:1.25rem;color:#051f4e}.active-dot{width:.375rem;height:.375rem;border-radius:50rem;background-color:#0f6bbf}.z-index-1{position:relative;z-index:1}.z-index-99{z-index:99}.mb-150{margin-bottom:9.375rem}.pl-18{padding-left:1.125rem}.object-cover{-o-object-fit:cover;object-fit:cover}.object-contain{-o-object-fit:contain!important;object-fit:contain!important}.account-suspention-confirms .listing-section .custom-checkbox,.add-check-position .custom-checkbox,.ask-for-follow .listing-section .custom-checkbox,.blocking-other-profiles .listing-section .custom-checkbox,.close-account .listing-section .custom-checkbox,.connection-status .listing-section .custom-checkbox,.create-groups .listing-section .custom-checkbox,.edit-your-public-profile .listing-section .custom-checkbox,.links .listing-section .custom-checkbox,.mentions-or-tags .listing-section .custom-checkbox,.offer-helps .listing-section .custom-checkbox,.profile-photo-view .listing-section .custom-checkbox,.story-display-option .listing-section .custom-checkbox,.visibility-option .listing-section .custom-checkbox,.who-see-lastname .listing-section .custom-checkbox{margin-top:-1.75rem;margin-right:-.9375rem}.icon.text-white:before{color:#fff!important}.home-title span{color:#a400ff}.home-title-list{display:flex;flex-direction:row;align-items:center;padding:12px 16px;background:hsla(0,0%,100%,.96);border:1px solid #d1d5db;backdrop-filter:blur(2px)}.home-title-list:before{content:"";background:url(/assets/images/homepage/arrow-up.svg);width:20px;height:13px;margin-right:10px;display:block}.banner-seciton .badge-banner{font-weight:400;font-size:16px;padding:24px;margin-right:20px;border-radius:100px;margin-top:20px}.banner-seciton .badge-container{display:block}.bg-light-grey{background-color:#eff0f6}.bg-purple{background-color:rgba(164,0,255,.08)}.intro-section{background-color:#fafafa;min-height:calc(100vh - 78px - 66px);display:flex;align-items:center}@media(max-width:767.8px){.intro-section{padding:1.875rem 0}}.intro-section .intro-row{height:"max-content";min-height:"max-content"}@media(max-width:767.8px){.intro-section .intro-row{min-height:inherit}}.intro-section .intro-row h1{font-size:clamp(28px,4vw,52px);line-height:1.3}.intro-section .intro-row .benefit-list li{background:#fff;border:1px solid #d1d5db;padding:.75rem 1rem;margin-bottom:24px;border-radius:10px}@media(max-width:767.8px){.intro-section .intro-row .benefit-list li{font-size:.875rem}}@media(max-width:575.8px){.intro-section .intro-row .benefit-list li{margin-bottom:.5rem}}.intro-section .intro-row .benefit-list li:last-child{margin-bottom:0}.intro-section .auth-tabs .card-header-tabs{border-bottom:1px solid #d1d5db;margin:0}.intro-section .auth-tabs .card-header-tabs .nav-link{font-size:.875rem;text-transform:uppercase;font-weight:700;transition:all .2s ease-in-out;width:50%;text-align:center;color:#051f4e;padding:.75rem;border:none;border-bottom:3px solid transparent}.intro-section .auth-tabs .card-header-tabs .nav-link:active,.intro-section .auth-tabs .card-header-tabs .nav-link:hover{color:#6750a4;transition:all .2s ease-in-out;background:none}.custom-tab .intro-section .auth-tabs .card-header-tabs .nav-link:focus,.custom-tab .intro-section .auth-tabs .card-header-tabs .nav-link:hover,.intro-section .auth-tabs .card-header-tabs .nav-link.active,.intro-section .auth-tabs .custom-tab .card-header-tabs .nav-link:focus,.intro-section .auth-tabs .custom-tab .card-header-tabs .nav-link:hover{color:#6750a4;background:none;border-bottom-color:#6750a4;transition:all .2s ease-in-out}.intro-section .auth-tabs .signin-with{margin:0!important;padding:0;display:flex;justify-content:space-between}.intro-section .auth-tabs .signin-with .socialloginbtn{margin:0 .5rem 0 0;border:1px solid #0d0c0d!important;border-radius:50px!important;font-size:1rem!important;color:#051f4e!important;width:100%;height:48px;min-height:48px}.intro-section .auth-tabs .signin-with .socialloginbtn:last-child{margin-right:0}@media(max-width:767.8px){.intro-section .auth-tabs .signin-with .socialloginbtn{margin:0 0 .5rem}}.intro-section .auth-tabs .signin-with .socialloginbtn .font-26{font-size:1.25rem}.intro-section .auth-tabs .tab-content{padding:1rem}@media(max-width:600px){.intro-section{min-height:auto;padding:40px 0}}.teacher-pattern-bg{background-repeat:no-repeat;background-position:50%;background-size:cover}@media(max-width:767.8px){.alert-mobile-view{flex-wrap:wrap;justify-content:space-between;align-items:center}.alert-mobile-view .alert-mobile-content{order:3;margin-top:1rem}}.footer-menu-link{color:#fcfcfc;transition:all .2s ease-in-out;padding-bottom:2px;border-bottom:2px solid transparent;display:inline-flex;opacity:.9;width:-moz-max-content;width:max-content}.footer-menu-link:active,.footer-menu-link:hover{opacity:1;color:#fff;transition:all .2s ease-in-out;border-bottom-color:#fff}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.54);z-index:1000;display:none;transition:all .2s ease-in-out;backdrop-filter:blur(4px)}.mobile-menu-overlay.open{display:block;transition:all .2s ease-in-out}.mobile-wrapper{background:#fff;position:fixed;right:-100%;top:0;height:100%;transition:all .2s ease-in-out;z-index:1100;padding:1rem}.mobile-wrapper.open{right:0;width:260px;transition:all .2s ease-in-out}@media(max-width:1199.8px){.sign-in-modal .modal-headingtext{font-size:1.25rem}}.thankyou-modal .bx-check-circle{color:#0f6bbf;text-align:center;display:block;font-size:7.25rem}.thankyou-modal .modal-title{margin:1.5625rem 0;padding:0}@media(max-width:767.8px){.thankyou-modal .modal-title{margin:.9375rem 0}}.sign-up .profile-details-wrap{margin-left:1.875rem}@media(max-width:991.8px){.sign-up .profile-details-wrap{margin:1.875rem 0 0}}.sign-up .card{padding:3.4375rem}@media(max-width:1600.8px){.sign-up .card{padding:3.4375rem 6.25rem}}@media(max-width:1440.8px){.sign-up .card{padding:3.4375rem}}@media(max-width:767.8px){.sign-up .card{padding:1.875rem}.sign-up .sign-up-picture{margin:0 auto}}.signup-progress{margin:3.125rem 0}.signup-progress li{width:322px;height:10px;background-color:#c8cdd2;border-radius:3.125rem;margin:0 .625rem}@media(max-width:767.8px){.signup-progress li{margin:0 .3125rem}}.custom-tab .card-header-tabs .signup-progress li.nav-link:focus,.custom-tab .card-header-tabs .signup-progress li.nav-link:hover,.signup-progress .custom-tab .card-header-tabs li.nav-link:focus,.signup-progress .custom-tab .card-header-tabs li.nav-link:hover,.signup-progress li.active{background-color:#0f6bbf}.file-area{width:100%;position:relative}.file-area input[type=file]{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;opacity:0;cursor:pointer}.file-area .file-dummy{width:100%;padding:30px;border:1px dashed #d2d9df;border-radius:.75rem;text-align:center;height:162px;color:#d6e1ec}@media(max-width:767.8px){.file-area .file-dummy{padding:.9375rem}}.file-area .file-dummy .default{padding-top:1.5625rem}.file-area .file-dummy .icon{font-size:3.75rem}.growth-drop-down-text{color:#1c1b1e;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.sort-by-drop-down-menu-item{padding:8px 24px 8px 16px}.fix-side-box .left-profile-section{position:fixed}@media(max-width:767.8px){.fix-side-box .left-profile-section{position:unset}}.fix-side-box .post-section{margin-left:14.8125rem}@media(max-width:767.8px){.fix-side-box .post-section{margin-left:auto}}.fix-side-box .right-blog-section{position:fixed;margin-left:50.8125rem}@media(max-width:1439.8px){.fix-side-box .right-blog-section{position:unset;margin-left:auto}}.fix-side-box .profile-right-bar{position:fixed;margin-left:50.8125rem!important}@media(max-width:1199.8px){.fix-side-box .profile-right-bar{position:unset;margin-left:auto!important}}@media(max-width:767.8px){.left-profile-section{width:100%;padding:0}}.right-profile-section{width:calc(100% - 14.8125rem)}@media(max-width:767.8px){.right-profile-section{width:100%;padding:0}}.slide-left-section{width:100%}@media(max-width:1439.8px){.slide-left-section{width:calc(100% - 300px)}}@media(max-width:767.8px){.slide-left-section{padding:0;width:100%}}.account-left-sidebar{width:264px}@media(max-width:1199.8px){.account-left-sidebar{width:100%}}@media(max-width:575.8px){.account-left-sidebar{width:100%}}.course-left-sidebar{width:264px}@media(max-width:900px){.course-left-sidebar{width:230%}}@media(max-width:1199.8px){.acc-setting-sticky{width:100%}}@media(max-width:575.8px){.acc-setting-sticky{width:100%}}.post-section{padding:0;width:732px}.post-section.project-container{width:985px}.post-section.profile-container{width:732px}.post-section.activity-container{width:836px}.post-section.event-detail-container,.post-section.room-detail-container{width:846px}.post-section.repository-container{width:732px}.post-section.message-page{width:100%}@media(max-width:991.8px){.post-section{padding-right:0}}@media(max-width:767.8px){.post-section{padding:0;width:100%}}.border-left-1{border-left:.0625rem solid #d1d5db}.listing-box{display:flex;align-items:center;padding:.5rem .75rem .5rem 1rem;font-weight:600;font-size:.75rem;cursor:pointer}.listing-box:first-child{border-top:none}.listing-box:hover{background-color:#f0eef7;border-color:transparent}.listing-box a{color:#051f4e;font-size:.75rem;line-height:.9075rem;transition:all .3s}.listing-box a.text-gray,.listing-box a.text-gray a{color:#77838f}.listing-box a .icon{font-size:1.125rem}.listing-box a .icon:before{color:#77838f}.listing-box a:hover,.listing-box a:hover .icon:before{color:#0f6bbf}.listing-section.py-sm .listing-box{padding:.5rem 0}.listing-section.py-lg .listing-box{padding:1rem 0}.list-top-bottom-border{border-top:1px solid #d1d5db;border-bottom:1px solid #d1d5db}.list-top-bottom-border .listing-section .listing-box{border:none}.listing-section{margin-bottom:0;padding:0}.listing-section.group-list .listing-box.border-bottom-blueberry-whip{border-top:none}.listing-section.group-list .listing-box.border-bottom-blueberry-whip:last-child{border-bottom:none}.listing-section .listing-box-launch-room{display:flex;align-items:center;border-top:1px solid #d6e1ec;font-weight:600}.listing-section .listing-box-launch-room:first-child{border-top:none}.listing-section .listing-box-launch-room.selected{background-color:rgba(15,107,191,.08)}.listing-section .listing-box-launch-room a{color:#051f4e;font-size:.75rem;line-height:.9075rem;transition:all .3s}.listing-section .listing-box-launch-room a.text-gray,.listing-section .listing-box-launch-room a.text-gray a{color:#77838f}.listing-section .listing-box-launch-room a .icon{font-size:1.125rem}.listing-section .listing-box-launch-room a .icon:before{color:#77838f}.listing-section .listing-box-launch-room a:hover,.listing-section .listing-box-launch-room a:hover .icon:before{color:#0f6bbf}.listing-section .listing-box-launch-room .list-item{color:#051f4e;font-size:.6875rem;line-height:.9075rem;transition:all .3s}.listing-section .listing-box-launch-room .list-item.text-gray,.listing-section .listing-box-launch-room .list-item.text-gray a{color:#77838f}.listing-section .listing-box-launch-room .list-item .icon{font-size:1.125rem}.listing-section .listing-box-launch-room .list-item .icon:before{color:#77838f}.listing-section .listing-box-launch-room .list-item:hover,.listing-section .listing-box-launch-room .list-item:hover .icon:before{color:#0f6bbf}.listing-section .listing-box{display:flex;align-items:center;font-weight:600;padding-right:16px;padding-bottom:12px}.listing-section .listing-box:first-child{border-top:none}.listing-section .listing-box.selected{background-color:rgba(15,107,191,.08)}.listing-section .listing-box a{color:#051f4e;font-size:.75rem;line-height:.9075rem;transition:all .3s}.listing-section .listing-box a.text-gray,.listing-section .listing-box a.text-gray a{color:#77838f}.listing-section .listing-box a .icon{font-size:1.125rem}.listing-section .listing-box a .icon:before{color:#77838f}.listing-section .listing-box a:hover,.listing-section .listing-box a:hover .icon:before{color:#0f6bbf}.listing-section .listing-box .list-item{color:#1c1b1e;font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem;display:flex;align-items:center;transition:all .3s}.listing-section .listing-box .list-item.text-gray,.listing-section .listing-box .list-item.text-gray a{color:#77838f}.listing-section .listing-box .list-item .icon{font-size:1.125rem}.listing-section .listing-box .list-item .icon:before{color:#77838f}.listing-section .listing-box .list-item:hover{color:#6750a4}.listing-section .listing-box.listing-lg{padding:1.125rem 0}@media(max-width:767.8px){.listing-section .listing-box{padding:.75rem}}.listing-section.pt-first-0 .listing-box:first-child{padding-top:0}.listing-section.pb-last-0 .listing-box:last-child{padding-bottom:0}.listing-section.border-first-0 .listing-box:first-child{border-top:none}.listing-section.border-none .listing-box{border:none}.listing-section.listing-content-between .listing-box{justify-content:space-between}.custom-tab .card-header-tabs .listing-section.accordions-listing .listing-box.nav-link:focus,.custom-tab .card-header-tabs .listing-section.accordions-listing .listing-box.nav-link:hover,.listing-section.accordions-listing .custom-tab .card-header-tabs .listing-box.nav-link:focus,.listing-section.accordions-listing .custom-tab .card-header-tabs .listing-box.nav-link:hover,.listing-section.accordions-listing .listing-box.active{border:none;background-color:rgba(15,107,191,.06)}.listing-section.accordions-listing .listing-box{border:none;padding:1rem;border-radius:0}.listing-section.accordions-listing .listing-box a,.listing-section.accordions-listing .listing-box span{font-size:1rem;line-height:1.05875rem;letter-spacing:.015625rem;font-weight:500}.listing-section.accordions-listing .listing-box:last-child{margin-bottom:0}.yliway-btn-custom-space .yliway-button{padding:8.5px 17.5px!important}.add-credit-btn{color:#d6d6d4;cursor:default;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;padding:8.5px 0;display:inline-flex}.current-position{color:#49454e;font-size:.75rem;line-height:18.5px;letter-spacing:.25px}.current-position,.profile-name{text-align:center;font-style:normal;font-weight:400}.profile-name{color:#6750a4;font-family:Inter,sans-serif;font-size:22px;line-height:26px}.count{font-size:.875rem!important;font-style:normal!important;font-weight:500!important;line-height:16px!important;color:#49454e}.user-cover-box{background-size:cover;height:4.3125rem;margin-bottom:3.125rem;background-position:top}.user-cover-box .user-profile-pic{position:absolute;top:auto;right:0;bottom:-50px;left:0;z-index:9;height:6rem;width:6rem;margin:0 auto}.user-profile-pic .default-user-pic{height:6rem;width:6rem}.updgrade-profile{padding:.9375rem 1rem 1rem}.badge{width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:600;border-radius:50rem;-webkit-border-radius:50rem;-moz-border-radius:50rem;display:flex;align-items:center;justify-content:center;padding:0}.write-post{border:1px solid #d1d5db;border-radius:0;padding:.875rem 1rem;outline:none}.write-post::-moz-placeholder{color:#77838f}.write-post:-ms-input-placeholder{color:#77838f}.write-post::placeholder{color:#77838f}.write-message{display:flex;flex-direction:row;align-items:center;padding:.875rem 2.8125rem;outline:none;background:#eff0f6;border-radius:8px;border:0}.write-message::-moz-placeholder{color:#595d61}.write-message:-ms-input-placeholder{color:#595d61}.write-message::placeholder{color:#595d61}.disablebutton{cursor:not-allowed;opacity:.8}.reaction-icons-sections .reaction-icons-box{padding:0 .5rem;text-align:center;cursor:pointer}@media(max-width:575.8px){.reaction-icons-sections .reaction-icons-box{padding:0 .4375rem}.reaction-icons-sections .reaction-icons-box .reaction-icon-text{font-size:.75rem!important}}.reaction-icons-sections .reaction-icons-box .reaction-icons{font-size:1.5rem;display:contents;color:#595d61}.reaction-icons-sections .reaction-icons-box .disableButton{cursor:not-allowed;opacity:.4}.reaction-icons-sections .reaction-icons-box .reaction-icons-dark{font-size:1.5rem;display:contents;color:#c0c}.reaction-icons-sections .reaction-icons-box label{cursor:pointer}.reaction-icons-sections .reaction-icons-box .reaction-icon-text{color:#051f4e;margin:0 0 0 .5rem}.reaction-icons-sections .reaction-icons-box:hover .icon:before,.reaction-icons-sections .reaction-icons-box:hover .reaction-icons{color:#0f6bbf}.reaction-icons-sections .reaction-icons-box:hover h5{color:#0f6bbf!important}@media(max-width:1339.8px){.reaction-icons-sections{flex-wrap:wrap}}@media(max-width:1199.8px){.reaction-icons-sections .reaction-icons-box .reaction-icon-text{margin:.5rem 0 0}}@media(max-width:991.8px){.reaction-icons-sections h5{font-size:.75rem}}.search-result-box .post-views{border:none;border-bottom:1px solid #d6e1ec;border-radius:0}ul.hover-papperwhite-list li:hover{background-color:#eff0f6}.user-profile-pic{overflow:hidden}.user-profile-pic img{-o-object-fit:cover;object-fit:cover}.post-upload{overflow:hidden!important}.post-upload-msg{position:absolute;top:-.625rem;right:auto;bottom:auto;left:.75rem;background-color:#fff;padding:.25rem;font-size:.75rem}.upload-post .user-profile-pic{width:2.5rem;height:2.5rem}@media(max-width:991.8px){.upload-post .reaction-icons-box{width:25%}}.post-views .post-load-more{position:fixed;top:223px;right:60px;bottom:auto;left:0;text-align:center;z-index:9}.post-views .card-body{padding:1rem}.post-views .user-profile-pic{width:2.5rem;height:2.5rem}@media(max-width:991.8px){.post-views .user-profile-pic{width:2.5rem;height:2.5rem}}.dropdown-inner-left.dropdown-menu{transform:translateY(27px)!important;right:0!important;left:inherit!important}.post-like-number{padding:0 1rem .75rem;border-bottom:1px solid #d1d5db}.post-reactions{padding:.75rem 1rem}.post-footer{background:none;border-top:none}.PhotoPost .fullwidth-dropzone .sc-bczRLJ,.PhotoPost .fullwidth-dropzone .sc-bdvvtL,.VideoPost .fullwidth-dropzone .sc-bczRLJ,.VideoPost .fullwidth-dropzone .sc-bdvvtL,.documentpost .fullwidth-dropzone .sc-bczRLJ,.documentpost .fullwidth-dropzone .sc-bdvvtL{width:100%}.card-img-top{height:15vw}.card-document,.card-img-top{width:100%;-o-object-fit:cover;object-fit:cover}.card-document{height:25vw}.card-video-top{width:100%;height:25vh;-o-object-fit:cover;object-fit:cover}.video-card{height:26vh!important}.add-box .card-body{overflow:hidden}.add-box .add-picture{height:14.0625rem;background-size:cover;background-repeat:no-repeat;display:flex;align-items:center}@media(max-width:1439.8px){.add-box .add-picture{height:16.0625rem}}.add-box .add-content{z-index:9;width:100%}.blogs-box .listing-section .listing-box{padding:.75rem 0}.theme-dropdown-launch-room button{background-color:transparent!important}.theme-dropdown-launch-room .dropdown-menu{padding:0;background-color:#fff;-ms-box-shadow:0 4px 15px 0 rgba(0,0,0,.25);-o-box-shadow:0 4px 15px 0 rgba(0,0,0,.25);box-shadow:0 4px 15px 0 rgba(0,0,0,.25);-webkit-border-radius:10px;-moz-border-radius:10px;width:-moz-max-content;width:max-content;overflow:hidden;border:1px solid #d1d5db;border-radius:10px}.theme-dropdown-launch-room .dropdown-menu .dropdown-item{padding:.625rem 1rem;color:#051f4e;font-weight:600;font-size:.875rem}.theme-dropdown-launch-room .dropdown-menu .dropdown-item:last-child{border-bottom:none}.theme-dropdown-launch-room .dropdown-menu .dropdown-item:active,.theme-dropdown-launch-room .dropdown-menu .dropdown-item:focus{text-decoration:none;background-color:#e9ecef}.theme-dropdown-launch-room .dropdown-toggle{padding:.75rem 0 .5625rem;background:none;border:none;box-shadow:none!important}.theme-dropdown-launch-room .dropdown-toggle .down-arrow-rotate{transition:all .2s ease-in-out;display:inline-flex;align-items:center}.theme-dropdown-launch-room .dropdown-toggle:after{display:none}.theme-dropdown-launch-room.show .down-arrow-rotate{transform:rotate(-180deg);transition:all .2s ease-in-out}.theme-dropdown button{background-color:transparent!important}.theme-dropdown .dropdown-menu{padding:0;background-color:#fff;-ms-box-shadow:0 4px 15px 0 rgba(0,0,0,.25);-o-box-shadow:0 4px 15px 0 rgba(0,0,0,.25);box-shadow:0 4px 15px 0 rgba(0,0,0,.25);border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;width:-moz-max-content;width:max-content;overflow:hidden;border:1px solid #d1d5db;border-radius:0}.theme-dropdown .dropdown-menu .dropdown-item{padding:.625rem 1rem;color:#051f4e;font-weight:600;font-size:.875rem}.theme-dropdown .dropdown-menu .dropdown-item:last-child{border-bottom:none}.theme-dropdown .dropdown-menu .dropdown-item:active,.theme-dropdown .dropdown-menu .dropdown-item:focus{text-decoration:none;background-color:#e9ecef}.theme-dropdown .dropdown-toggle{padding:0;background:none;border:none;box-shadow:none!important}.theme-dropdown .dropdown-toggle .down-arrow-rotate{transition:all .2s ease-in-out;display:inline-flex;align-items:center}.theme-dropdown .dropdown-toggle:after{display:none}.theme-dropdown.show .down-arrow-rotate{transform:rotate(-180deg);transition:all .2s ease-in-out}.accordion-heading-box{background-color:#fff;padding:1rem}.accordion-heading-box .icon-down-arrow.down-view,.rotate-view{transform:rotate(180deg)}.people-say-section .slick-dots{bottom:0}.people-say-section .slick-slide>div{margin-left:15px;padding-bottom:50px}.people-say-section .slick-slide:first-child>div{margin-left:0}.top-activities .slick-slide{padding:0 .3125rem}.top-activities .slick-slide div{overflow:hidden}.top-activities .slick-slide div img{-o-object-fit:cover;object-fit:cover;border-radius:.625rem;margin:0 auto}.top-activities .slick-next{right:-1.75rem;background:url(/_next/static/media/right-angle-arrow.0ba4439e.svg) 50% no-repeat!important}.top-activities .slick-next:before{display:none}.top-activities .slick-prev{left:-1.75rem;top:calc(50% - 15px);background:url(/_next/static/media/right-angle-arrow.0ba4439e.svg) 50% no-repeat!important;transform:scaleX(-1)}.top-activities .slick-prev:before{display:none}.adjust{margin-left:1em}.add-post .modal-body .scrollbar-container{height:16.5625rem}.search-icon-position{top:2.75rem;left:1.25rem}.addpost .modal-body .scrollbar-container{max-height:16.5rem}.addpost .modal-body .img-view .scrollbar-container{height:28.125rem!important;max-height:28.125rem!important}@media(max-width:1599.8px){.addpost .reaction-icons-sections .reaction-icons-box{padding:.3125rem .9375rem}}@media(max-width:575.8px){.addpost .reaction-icons-sections .reaction-icons-box{padding:.3125rem}}.rating{right:8px;bottom:10px}.available-status,.rating{position:absolute;z-index:1}.available-status{background:#fff;top:16px;max-width:calc(100% - 65px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:5px 9px;left:16px;color:#0f6bbf}.courses-img:after{content:"";width:100%;height:100%;background:linear-gradient(180deg,transparent 50%,#000);position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.poll-effect{width:25%;transition:all 1s}.progress-w{width:2.5rem}.progress-value-overlay{position:absolute;top:0;right:auto;bottom:auto;left:.625rem}.icons-reply-box .hoverview-like-reactions{bottom:1.125rem}.hoverview-like-reactions{z-index:1;display:none;position:absolute;top:-50px;right:auto;bottom:23px;left:-10px}.hoverview-like-reactions .hoverview-like-inside{display:flex;background-color:#fff;border-radius:1.875rem;padding:.375rem 1rem;height:3rem;align-items:center}.hoverview-like-reactions .hoverview-like-inside .inner-icons{transition:all .3s;animation-name:hover-reactions;animation-duration:.4s}.hoverview-like-reactions .hoverview-like-inside .inner-icons .icon{font-size:1.5rem}.hoverview-like-reactions .hoverview-like-inside .inner-icons .icon:before{color:#000}.hoverview-like-reactions .hoverview-like-inside .inner-icons:hover{transform:scale(1.5);margin-top:-.375rem}.hover-likes-reactions{position:relative}.hover-likes-reactions:hover .hoverview-like-reactions{display:flex}@keyframes hover-reactions{0%{margin-top:0}50%{margin-top:-.625rem}to{margin-top:0}}.votepolDataOpacity{opacity:1;z-index:9}.icons-reply-box .rection-outer-box{padding-left:.9375rem;padding-right:.9375rem;border-right:.0625rem solid #d1d5db}.icons-reply-box .rection-outer-box:last-child{border-right:none}.icons-reply-box .icon-like:before{color:#595d61;font-size:1.25rem}.b-0{bottom:0}.comment-post-box .comment-post{border-radius:.5rem!important;height:auto;min-height:2.75rem}.comment-post-box .input-shadow:focus{border:1px solid #d6e1ec!important}.comment-post-box .h-magic{overflow:hidden}.comment-post-box .h1-magic textarea{padding:8px 4.375rem 8px 16px;line-height:28px;border-radius:.5rem;border:1px solid #eff0f6!important;transition:all .2s ease-in-out}.comment-post-box .h1-magic textarea:focus{outline:none;border-color:#d6e1ec!important;transition:all .2s ease-in-out}.comment-post-box .add-text{position:absolute;top:15px;right:20px;bottom:auto;left:auto}.comment-post-box .comment-emojy{position:absolute;top:11px;right:15px;bottom:auto;left:auto}.comment-post-box .emoji-mart{right:0;z-index:1;position:absolute}.emoji-mart-width{max-width:350px}.comment-post-chat{height:2.75rem;border-radius:1.875rem;padding:0 .75rem;background-color:#fff;border:.0625rem solid #d6e1ec}.comment-post-chat .comment-chat{height:auto;box-shadow:none!important;padding:.5rem}.button-post{border:none;color:#fff;padding:15px 32px;text-align:center;text-decoration:none;display:inline-block;font-size:10px;margin-top:3px}.t-0{top:0}.r-0{right:0}.post-img-view img{max-height:43.75rem;-o-object-fit:cover;object-fit:cover}@media(max-width:991.8px){.post-img-view img{height:20.625rem}}@media(max-width:767.8px){.post-img-view img{height:15.625rem}}@media(max-width:575.8px){.post-img-view img{height:10rem}}li.listing-box.pl-2.selected{background:#cc00cc36;box-shadow:0 0 4px 2px #cc00cc59}.theme-dropdown .dropdown-scroll{max-height:200px;overflow-y:auto}.dashboard-footer-hover:hover{color:#051f4e!important}.mentions-box textarea{outline:none;border:0;padding:0}.mentions-tag-box{margin-top:24px}.mentions-tag-box .mentions-box__highlighter strong{color:#6750a4;position:relative;top:-1px;left:-1px;z-index:99;font-weight:500}.mentions-tag-box .mentions-box textarea{word-break:break-word}.groups-box .user-profile-pic{border:none}.recent-post-line:after{content:"";position:absolute;width:calc(100% - 150px);height:1px;background:#d1d5db;top:12px;left:0}.post-box-width{width:25%}@media only screen and (max-width:575px){.post-box-width{width:50%}}input.test::-moz-placeholder{color:#77838f}input.test:-ms-input-placeholder{color:#77838f}input.test::placeholder{color:#77838f}.post-footer-social-icon svg{fill:#595d61}.post-footer-social-icon svg:hover{fill:#0f6bbf}.listing-section .listing-box .profile-list-box{color:#595d61;font-size:.75rem;line-height:.9075rem;transition:all .3s}.listing-section .listing-box .profile-list-box:hover{color:#0f6bbf}pre code{white-space:pre-line}.connection-user-cover-img{background-size:cover;height:5rem;margin-bottom:2.125rem}.connection-user-cover-img .user-profile-pic{position:absolute;top:auto;right:0;bottom:-36px;left:0;z-index:9;height:7.5rem;width:7.5rem;margin:0 auto}.bg-secondary-purple{background-color:#a400ff!important;border-color:#a400ff!important;box-shadow:none!important}.text-small{color:#77838f!important}.poll-vote-text,.text-small{font-weight:400!important;font-size:12px!important;line-height:15px!important}.poll-vote-text{color:#000!important}.poll-vote-hover:active,.poll-vote-hover:hover{color:#0f6bbf!important}.poll-post{border-right:none;border-left:none}.poll-post .poll-box{padding:10px;border:1px solid #d1d5db}.poll-post .fw-dark{font-weight:600}.justify-space-bw{justify-content:space-between}.post-footer-container{border-top:1px solid #d6e1ec}.image-sidebar-box{width:4.875rem;height:2.875rem;padding:.125rem 0 0 .125rem;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.sidebar-text{white-space:nowrap;width:100%;display:block!important}.cursor-default{cursor:default}.save-post-list{max-width:34.5rem}@media(max-width:767.8px){.save-post-list{max-width:100%}}.custom-tooltip{display:flex;width:12.5rem;padding:4px 8px;flex-direction:column;justify-content:center;align-items:center;border-radius:.3rem;opacity:.7;background:#d1ef5e;color:#6750a4;font-size:.75rem;font-style:normal;font-weight:400}.dash-post-header .MuiCardHeader-avatar{margin-right:.75rem}.global-loader{position:fixed;left:0;top:0;right:0;bottom:0;background:#fafafa;z-index:1451;display:flex;align-items:center;justify-content:center;flex-direction:column}.global-loader .animated-progress-loader{width:12px;height:12px;border-radius:50%;display:block;margin:16px auto;position:relative;color:#6750a4;box-sizing:border-box;animation:animloader 2s linear infinite}@keyframes animloader{0%{box-shadow:14px 0 0 -2px,38px 0 0 -2px,-14px 0 0 -2px,-38px 0 0 -2px}25%{box-shadow:14px 0 0 -2px,38px 0 0 -2px,-14px 0 0 -2px,-38px 0 0 2px}50%{box-shadow:14px 0 0 -2px,38px 0 0 -2px,-14px 0 0 2px,-38px 0 0 -2px}75%{box-shadow:14px 0 0 2px,38px 0 0 -2px,-14px 0 0 -2px,-38px 0 0 -2px}to{box-shadow:14px 0 0 -2px,38px 0 0 2px,-14px 0 0 -2px,-38px 0 0 -2px}}.network-activity-description .new-ck-style-rd12 .ck-placeholder:before{color:#49454e}.dash-post-header .mui-style-sgoict-MuiCardHeader-action{padding-top:14px}.join-forum-info span svg{fill:#c9c7cc}.profile-left-bar{width:16.5625rem}@media(max-width:1199.8px){.profile-left-bar{width:100%}}@media(max-width:991.8px){.profile-left-bar{width:100%}}.profile-left-bar .accordion{border-bottom:1px solid #d6e1ec}.profile-left-bar .accordion:last-child{border-bottom:none}.custom-inputwrap{top:15px;right:15px;margin:0}.custom-inputwrap-center{top:58%;left:50%;transform:translate(-50%,-50%)}.profile-bg{border-radius:0;overflow:hidden;border-bottom:1px solid #d1d5db}@media(max-width:767.8px){.profile-bg{height:120px}}.profile-wrap .profile-box{position:absolute;top:-4.8125rem;border:3px solid #fff}.profile-wrap .profile-box .custom-file-input-box{opacity:0}.profile-wrap .profile-box:active,.profile-wrap .profile-box:hover{opacity:1}.profile-wrap .custom-inputwrap{top:auto;right:-12px;bottom:8px}.total-info-wrap{background-color:rgba(113,128,155,.05);border-radius:.875rem;width:253px;padding:1.5625rem;margin:0 .625rem}@media(max-width:1339.8px){.total-info-wrap{padding:.75rem}}@media(max-width:1199.8px){.total-info-wrap{margin:.4375rem .625rem}}@media(max-width:991.8px){.total-info-wrap{width:46%}}@media(max-width:767.8px){.total-info-wrap{width:45%}}@media(max-width:575.8px){.total-info-wrap{width:100%}}.bg-malibu{width:3.375rem;height:3.375rem;background-color:rgba(15,107,191,.06);display:flex;align-items:center;justify-items:center;color:#fff}@media(max-width:1439.8px){.bg-malibu{width:45px;height:45px}}@media(max-width:1199.8px){.bg-malibu{width:45px;height:45px}}.exp-list li{color:#77838f;font-size:.875rem}.theme-dropdown.dropdown-secondary .dropdown-toggle{border-radius:3.125rem;color:#051f4e;font-size:.875rem}.theme-dropdown.dropdown-secondary .dropdown-toggle .icon{font-size:1.25rem;vertical-align:middle;padding-right:.625rem}.theme-dropdown.dropdown-secondary .dropdown-menu{transform:translateY(27px)!important;right:0!important;left:inherit!important}@media(min-width:1200px){.theme-dropdown.dropdown-secondary .dropdown-menu{min-width:287px}}.theme-dropdown.dropdown-secondary .dropdown-menu .dropdown-item{font-size:.875rem;padding:.5rem 1.25rem}.theme-dropdown.dropdown-secondary .dropdown-menu .dropdown-item:last-child{border-bottom:0}.left-align.dropdown-secondary .dropdown-menu{transform:translateY(27px)!important;left:0!important}@media(min-width:1200px){.left-align.dropdown-secondary .dropdown-menu{min-width:287px}}@media(max-width:991.8px){.profile-wrapper .profile-right-bar{width:100%;margin:0}}.latest-article-heading{padding:8px 0;color:var(--m-3-ref-secondary-secondary-10,#001551);font-size:16px;line-height:24px;letter-spacing:.15px}.latest-article-heading,.latest-article-view-all{font-style:normal;font-weight:500;font-family:Inter,sans-serif}.latest-article-view-all{color:var(--m-3-sys-light-primary,#6750a4);text-align:right;font-size:.688rem;line-height:20px;letter-spacing:.1px}.list-spacing{padding-bottom:.5rem;cursor:pointer}.articles-list{padding:.75rem 1rem;cursor:pointer}.articles-list:hover{background-color:#f0eef7;border-color:transparent}@media(max-width:575.8px){.view-profile .theme-dropdown{width:100%}.view-profile .theme-dropdown.dropdown-secondary .dropdown-toggle{width:100%;justify-content:space-between;display:flex;padding:.75rem .9375rem}}.review-wrap .icon{font-size:1.75rem;margin-right:.625rem}@media(max-width:1439.8px){.review-wrap .icon{font-size:1.625rem}}.card.secondary-card{border:1px solid rgba(5,31,78,.25);overflow:hidden!important}.card.secondary-card .card-body{padding:0}.online-status,.online-status-center{position:absolute;top:1rem;left:auto}.online-status-center{right:auto;left:1rem;z-index:1}.bg-downriver{background-color:rgba(5,31,78,.05);border-radius:.75rem}.profile-img-center{margin:0 auto;top:1.875rem;left:0;right:0}.profile-contact-info li{position:relative;padding:.9375rem 0 0 2.1875rem;font-weight:500}.profile-contact-info li .bx{position:absolute;left:0;font-size:1.5rem}.profile-contact-info li p{margin:0;display:table;font-size:.875rem;padding-top:.3125rem;color:#999}.profile-contact-info li a{display:table;color:#0f6bbf;font-size:.875rem;padding-top:.3125rem}@media(min-width:1200px){.profile-contact-info li a:hover{color:#051f4e}}.profile-block .profile-img-block{width:100px;height:100px;border-radius:50%;overflow:hidden;margin:0 auto}.profile-block .profile-img-block img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-block a{color:#0f6bbf;text-decoration:underline!important}.button-group-row{margin-top:20px}.button-group-row button{margin-right:10px}@media(min-width:768px){.button-group-row button{width:32.2%}.button-group-row button:nth-child(3n){margin-right:0}}@media(max-width:767.8px){.button-group-row button{width:100%}}.h-100vh{max-height:100vh}.room-detail-bg-padding{padding-right:60px;padding-left:60px}@media only screen and (max-width:767px){.room-detail-bg-padding{padding-right:16px;padding-left:16px}}.profile-wrapper-bg{background-color:#fff!important}.profile-post-poll{width:20px;height:20px;margin-right:12px}@media only screen and (min-width:1200px){.profile-wrapper .profile-room-detail-right-bar{width:24.8125rem}.profile-room-detail-left-bar{width:calc(100% - 24.8125rem)}}.view-profile-decription p{margin-bottom:0}.hr-last-border:last-child hr{display:none}.card.abstract-card-v2{border-color:#0f6bbf;border-radius:8px;overflow:hidden;width:100%;color:#051f4e}.card.abstract-card-v2 .card-footer{background:none}.text-green-dark{color:#248e12!important}.chevron-right-icon-bg{margin-top:6px;margin-left:6px;width:14px;height:14px;border-radius:50%;background-color:#051f4e;cursor:pointer}.chevron-right-icon{margin-left:5px;margin-top:3px;font-size:8px;color:#fff}.profile-tabs-title-text{font-weight:600;font-size:.875rem;line-height:17px;letter-spacing:.25px;color:#051f4e}.profile-pic-upload-icon{position:absolute;z-index:9;left:87px;top:-12px}.list-group.card{padding:.75rem 0;border:none;border-bottom:1px solid #d6e1ec}.list-group.card:first-child{padding-top:0}.list-group.card:last-child{padding-bottom:0;border-bottom:none}.profile-action-top{position:absolute;right:0;top:-8px}@media(max-width:767.8px){.profile-action-top{top:18px;right:-4px}}.signup-heading{font-weight:400;font-size:2rem;line-height:29px;text-align:center;color:#051f4e}.signup-sub-heading{font-weight:400;font-size:.875rem;line-height:17px;text-align:center;color:#605d62}.accordion-signup-header{background:#e9ddff;border:1px solid #d1d5db}.color-sky-blue{color:#6750a4;font-weight:400}.accordion-security-header{background:#fff;border:1px solid #d1d5db}.faq-content-box .faq-para{padding-right:6.5625rem}@media(max-width:1339.8px){.faq-content-box .faq-para{padding-right:3.75rem}}@media(max-width:1199.8px){.faq-content-box .faq-para{padding-right:0}}@media(max-width:991.8px){.faq-content-box{padding-right:0}}.faq-content-box .text-para{color:rgba(5,31,78,.75);margin-bottom:0;line-height:1.1875rem}@media(max-width:991.8px){.faq-content-box .text-para{line-height:1.3}}.yliway-about{margin-bottom:3.25rem;line-height:2.625rem}@media(max-width:991.8px){.yliway-about{line-height:1.6}}@media(max-width:575.8px){.yliway-about{margin-bottom:2.5rem}}.inner-heading{margin-bottom:1.875rem}@media(max-width:575.8px){.inner-heading{margin-bottom:.9375rem}}.seprator-h-5{margin:3.125rem 0;height:.3125rem;background:#0f6bbf}@media(max-width:575.8px){.seprator-h-5{margin:2.5rem 0}}.terms-conditiont-box{background-color:rgba(5,31,78,.1);border-radius:.75rem}.custom-input{border-radius:.75rem}.custom-input:focus{outline:1px solid #0f6bbf}.policy-content-box .policy-inner-heading{line-height:1.625rem;font-size:.875rem;margin-bottom:0}@media(max-width:575.8px){.policy-content-box .policy-inner-heading{margin-bottom:.625rem;line-height:1.3rem}}.policy-content-box .policy-para{color:rgba(5,31,78,.75);line-height:1.625rem;margin-bottom:1.5625rem}@media(max-width:575.8px){.policy-content-box .policy-para{line-height:1.3rem}}.policy-content-box p img{padding:.625rem}.mb-25{margin-bottom:1.5625rem!important}@media(max-width:767.8px){.left-profile-section,.slide-left-section{width:100%}}.back-containt .back-icon:before{color:#0f6bbf}.back-containt:hover .back-text{color:#0f6bbf!important}.heading-text{line-height:1.3}.custom-search{position:relative;display:inline-block}.custom-search .icon{position:absolute;top:12px;right:auto;bottom:auto;left:20px;font-size:1.25rem}.custom-search .search-custom{padding:.8125rem 1.25rem .8125rem 3.375rem;border:1px solid #d6e1ec;border-radius:.75rem;outline:none;width:300px}.v-text-bottom{vertical-align:text-bottom}.custom-switch{padding:0;margin-left:2.25rem;z-index:0}.custom-switch .custom-control-label:before{width:40px;background-color:rgba(5,31,78,.25)!important;border:0}.custom-switch .custom-control-label:after{width:23px;height:23px;left:-37px;border-radius:50rem;top:-2px;background-color:#d6e1ec}.custom-switch .custom-control-input:checked~.custom-control-label:before{border-color:#deefff;background-color:#deefff}.custom-switch .custom-control-input:checked~.custom-control-label:after{transform:translate(20px)}.support_center_main{padding-left:39px}.support_center_main a.support_center_link{margin-bottom:9px!important;float:left;width:100%}.support_center_main p.support_center_dec{margin-bottom:25px!important}.artical_view_inner_page{width:100%;float:left}.img_cover{-o-object-fit:cover;object-fit:cover}.email-us-container{max-width:49.375rem;margin:0 auto}.email-submit-box{max-width:31.25rem;margin:0 auto}.email-us-box .btn-info{height:3.875rem}@media(max-width:767.8px){.email-us-box .btn-info{height:auto}}.add-question-box{max-width:70rem;margin:0 auto}.question-submit-box{max-width:28.625rem;margin:6.25rem auto 0}@media(max-width:991.8px){.question-submit-box{margin:2.5rem auto 0}}.upload-photo-box{border-radius:.75rem;height:15.625rem;position:relative;border:1px dashed #d2d9df}.upload-photo-box .upload-icon{position:absolute;top:50%;right:0;bottom:0;left:50%;padding-top:.625rem;margin:0 auto;color:#d6e1ec;transform:translate(-50%,-50%)}.upload-photo-box .upload-icon .icon{font-size:3.75rem}.upload-photo-box .upload-icon picture{margin:0 auto 20px;display:block}.invite-responsive-box .invite-participants{width:28%}.invite-responsive-box .invite-details{width:44%}.invite-responsive-box .invite-details li{width:33.33%}.invite-responsive-box .invite-connections{width:28%}@media(max-width:1599.8px){.invite-responsive-box{flex-wrap:wrap}.invite-responsive-box .invite-participants{width:40%}.invite-responsive-box .invite-details{width:60%}.invite-responsive-box .invite-connections{width:100%;justify-content:center!important;margin:0 auto}}@media(max-width:991.8px){.invite-responsive-box .invite-details,.invite-responsive-box .invite-participants{width:100%}}.groups-search{position:absolute;top:auto;right:0;bottom:auto;left:auto}.groups-search .search-custom{padding:.8125rem 1.25rem .8125rem 3.375rem;border-radius:50rem;border:none;outline:none}@media(max-width:1339.8px){.groups-search{position:unset;margin-bottom:1.25rem}}.opacity-0{opacity:0}.custom-radio.custom-radio-outline input[type=radio]+span{border:2px solid #77838f}.custom-radio.custom-radio-outline input[type=radio]:checked+span{background:#fff}.custom-radio.custom-radio-outline input[type=radio]:checked~span:after{background:#0f6bbf}.custom-tab.page-tab{padding-left:0}.custom-tab.page-tab .card-header-tabs .nav-link{padding-left:0;padding-right:1.5625rem}.custom-tab.page-tab .card-header-tabs .nav-link:after{width:calc(100% - 25px);margin:0}.custom-tab .card-header-tabs{margin:0;border-bottom:1px solid #d1d5db}@media(max-width:767.8px){.custom-tab .card-header-tabs{display:inline-block;white-space:nowrap;overflow:auto;max-width:100%;height:52px}}.custom-tab .card-header-tabs .nav-link{display:inline-block;color:#051f4e;padding:.9375rem;position:relative;font-size:.875rem;font-weight:600}.custom-tab .card-header-tabs .nav-link:after{content:"";height:.25rem;border-top-right-radius:.75rem;border-top-left-radius:.75rem;position:absolute;right:0;bottom:0;left:0;width:80%;margin:0 auto;background-color:transparent}.custom-tab .card-header-tabs .nav-link.active,.custom-tab .card-header-tabs .nav-link:focus,.custom-tab .card-header-tabs .nav-link:hover{background-color:transparent;border:1px solid transparent;color:#0f6bbf}.custom-tab .card-header-tabs .nav-link.active:after,.custom-tab .card-header-tabs .nav-link:focus:after,.custom-tab .card-header-tabs .nav-link:hover:after{background-color:#0f6bbf}.custom-tabs.nav-tabs .nav-link{padding:16px 0;margin:0 12px 6px;border:none;border-bottom:3px solid #fff;font-size:.875rem;font-weight:600;letter-spacing:.25px;line-height:1.05875rem;background-color:transparent;border-radius:0;color:#051f4e}.custom-tabs.nav-tabs .nav-link:first-child{border:none}.custom-tabs.nav-tabs .nav-link:last-child{border-width:none}.custom-tabs.nav-tabs .nav-link:hover{border-color:transparent;color:#0f6bbf}@media(max-width:1339.8px){.custom-tabs.nav-tabs .nav-link{padding:.5rem .9375rem}}@media(max-width:1199.8px){.custom-tabs.nav-tabs .nav-link{margin:0 .625rem,.25rem,.625rem}}@media(max-width:767.8px){.custom-tabs.nav-tabs .nav-link{font-size:.875rem;width:100%;text-align:center}.custom-tabs.nav-tabs:last-child{margin-bottom:0}}.custom-tab .card-header-tabs .custom-tabs.nav-tabs .nav-link:focus,.custom-tab .card-header-tabs .custom-tabs.nav-tabs .nav-link:hover,.custom-tabs.nav-tabs .custom-tab .card-header-tabs .nav-link:focus,.custom-tabs.nav-tabs .custom-tab .card-header-tabs .nav-link:hover,.custom-tabs.nav-tabs .nav-link.active{color:#0f6bbf;border:0}.custom-tabs.nav-tabs.profile-custom-tabs .nav-link{padding:1rem 0 0;margin:0 1.25rem .375rem 0}.custom-tabs.nav-tabs.profile-custom-tabs .nav-link:first-child{margin-left:1rem}.custom-tabs-unfiled.nav-tabs .nav-link{color:#051f4e;border:0}.custom-tab .card-header-tabs .custom-tabs-unfiled.nav-tabs .nav-link:focus,.custom-tab .card-header-tabs .custom-tabs-unfiled.nav-tabs .nav-link:hover,.custom-tabs-unfiled.nav-tabs .custom-tab .card-header-tabs .nav-link:focus,.custom-tabs-unfiled.nav-tabs .custom-tab .card-header-tabs .nav-link:hover,.custom-tabs-unfiled.nav-tabs .nav-link.active{border:0;background-color:transparent;border-bottom:.1875rem solid #6750a4}.w-h-25{width:1.5625rem;height:1.5625rem}.crop-group-box{position:relative;max-height:400px;overflow:hidden}.crop-group-box .custom-file-input-box{position:absolute;top:.625rem;right:.625rem;bottom:auto;left:auto}.custom-tab .card-header-tabs .custom-tabs.nav-tabs .nav-link:focus,.custom-tab .card-header-tabs .custom-tabs.nav-tabs .nav-link:hover,.custom-tabs.nav-tabs .custom-tab .card-header-tabs .nav-link:focus,.custom-tabs.nav-tabs .custom-tab .card-header-tabs .nav-link:hover,.custom-tabs.nav-tabs .nav-link.active{position:relative}.custom-tab .card-header-tabs .custom-tabs.nav-tabs .nav-link:focus:after,.custom-tab .card-header-tabs .custom-tabs.nav-tabs .nav-link:hover:after,.custom-tabs.nav-tabs .custom-tab .card-header-tabs .nav-link:focus:after,.custom-tabs.nav-tabs .custom-tab .card-header-tabs .nav-link:hover:after,.custom-tabs.nav-tabs .nav-link.active:after{position:absolute;content:"";background:#0f6bbf;width:100%;height:3px;bottom:-6px;left:0;border-radius:50px 50px 0 0}.group-nav-tabs{width:auto;display:flex;flex-wrap:nowrap}@media(max-width:767.8px){.group-nav-tabs{overflow-x:auto;white-space:nowrap}}.icon-avatar-54{width:3.375rem;height:3.375rem;border-radius:50px;display:inline-flex;align-items:center;justify-content:center;background:#e9ecef;color:#77838f}.icon-avatar-54 .material-icons{font-size:1.75rem}.cke_editable p{margin:0!important}@media only screen and (min-width:768px){.group-create-btn{position:absolute;top:-3px}}.custom-group-tabs.nav-tabs .nav-link{padding:.75rem 0}@media(max-width:575.8px){.m-0-auto-sm{margin:0 auto}}.float-chat-panel.clicker-view{height:3.75rem!important}.float-chat-panel.clicker-view .icon-down-arrow-grey{transform:rotate(180deg)}.float-chat-panel{position:fixed;top:auto;right:370px;bottom:0;left:auto;width:31.25rem;height:35rem;overflow:hidden;border-radius:20px 20px 0 0;background-color:#fff;z-index:1}@media(max-width:767.8px){.float-chat-panel{right:1.875rem;display:none}}.float-chat-panel.large-chat-panel{width:42.5rem;height:43.75rem}.float-chat-panel.large-chat-panel .chatting-box{height:39.375rem}.float-chat-panel .chat-panel{width:100%}.float-chat-panel .chat-panel .listing-section li{height:auto}.float-chat-panel .custom-chat-input .pn-msg-input__textarea{height:2.8125rem!important;padding-right:1.875rem}.float-chat-panel .custom-chat-input .pn-msg-input__textarea.full-height{height:14.5625rem!important}.float-chat-panel .custom-chat-input.chat-mid-height .icon-for-dropclick{top:-2rem}.float-chat-panel .custom-chat-input.chat-mid-height .icon-for-dropclick.full-height{top:-13.5625rem}.float-msg{position:fixed;top:auto;right:8px;bottom:0;left:auto;width:19.6875rem;overflow:hidden;border-radius:20px 20px 0 0;z-index:1}.float-msg .chatters-list{width:100%;height:calc(100vh - 155px)}.float-msg .chatters-list .chat-list-height{overflow-y:auto;height:calc(100% - 56px)}.float-msg .chatters-list .chat-list-height .listing-section{max-height:inherit}.float-msg .chatters-list.h-0{height:0}@media(max-width:767.8px){.float-msg{display:none}}.my-profile .chatters-list .listing-section{height:auto}.custom-tab .card-header-tabs .my-profile .chatters-list .listing-section .listing-box.nav-link:focus,.custom-tab .card-header-tabs .my-profile .chatters-list .listing-section .listing-box.nav-link:hover,.my-profile .chatters-list .listing-section .custom-tab .card-header-tabs .listing-box.nav-link:focus,.my-profile .chatters-list .listing-section .custom-tab .card-header-tabs .listing-box.nav-link:hover,.my-profile .chatters-list .listing-section .listing-box.active{background-color:rgba(103,80,164,.06)}.chatters-list{width:100%;border:none;box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 1px rgba(0,0,0,.012);border-radius:8px}@media(max-width:899.8px){.chatters-list{border-right:1px solid #d1d5db}}.chatters-list .listing-box:hover{cursor:pointer;background-color:rgba(103,80,164,.08)}.chatters-list .custom-tab .card-header-tabs .listing-box.nav-link:focus,.chatters-list .custom-tab .card-header-tabs .listing-box.nav-link:hover,.chatters-list .listing-box.active,.custom-tab .card-header-tabs .chatters-list .listing-box.nav-link:focus,.custom-tab .card-header-tabs .chatters-list .listing-box.nav-link:hover{position:relative}.chatters-list .custom-tab .card-header-tabs .listing-box.nav-link:focus:before,.chatters-list .custom-tab .card-header-tabs .listing-box.nav-link:hover:before,.chatters-list .listing-box.active:before,.custom-tab .card-header-tabs .chatters-list .listing-box.nav-link:focus:before,.custom-tab .card-header-tabs .chatters-list .listing-box.nav-link:hover:before{content:"";position:absolute;top:0;right:auto;bottom:0;left:0;width:.1875rem;border-radius:.3125rem;background-color:#0f6bbf}@media(max-width:991.8px){.chatters-list{width:100%}}.chatters-list .listing-section,.chatters-list .listing-section .listing-section{max-height:23.625rem;overflow-y:auto;overflow-x:hidden}@media(max-width:575.8px){.chatters-list .listing-section .listing-section{max-height:22.375rem}}.chatters-list .listing-section .listing-section .listing-box:last-child{border-bottom:1px solid #d6e1ec!important}.chatters-list .listing-section .write-post{padding-left:2.875rem}.chatters-list .listing-section .search-write-icon{position:absolute;top:10px;right:auto;bottom:auto;left:16px}.chatters-list .write-post{padding-left:2.875rem}.chatters-list .search-write-icon{position:absolute;top:13px;right:auto;bottom:auto;left:8px}.message-search-area{width:100%;height:62px;padding:12px 16px;gap:10px}.message-search-bar{width:100%!important;height:38px!important}.my-msg{border-radius:.625rem .625rem .625rem 0}.your-msg{border-radius:.625rem .625rem 0 .625rem}.chat-panel{width:calc(100% - size(280))}.chat-panel .listing-section li{height:3.875rem}@media(max-width:767.8px){.chat-panel{width:calc(100% - size(220))}}@media(max-width:575.8px){.chat-panel{width:100%}}.pyx-10-20{padding:.625rem 1.25rem!important}.chatting-type-msg.bottom-show-typemsg{top:auto;height:6.25rem;bottom:3.875rem;overflow:hidden}.chatting-type-msg.bottom-show-typemsg .comment-chat{height:6.25rem}.chatting-type-msg{position:absolute;top:3.875rem;right:auto;bottom:3.875rem;left:auto;background:#fff;border-top:1px solid #d6e1ec;border-bottom:1px solid #d6e1ec;z-index:9;width:100%;padding:.625rem}.chatting-type-msg .comment-chat{height:22.5rem;box-shadow:none!important;padding:0 1rem 0 0;border-radius:0;max-height:22.5rem;overflow:auto}.custom-chat-input.chat-mid-height .pn-msg-input__textarea{height:20.4375rem}.custom-chat-input.chat-mid-height .icon-for-dropclick{position:absolute;top:-19.5625rem;right:1rem;bottom:auto;left:auto;z-index:99}.custom-chat-input.chat-full-height .pn-msg-input__textarea{height:23.25rem!important;padding-right:1.875rem}.custom-chat-input.chat-full-height .icon-for-dropclick{position:absolute;top:-22.375rem;right:1rem;bottom:auto;left:auto;z-index:99}.float-chat-panel .custom-chat-input.chat-full-height .pn-msg-input__textarea{height:14.5625rem!important;padding-right:1.875rem}.float-chat-panel .custom-chat-input.chat-full-height .icon-for-dropclick{position:absolute;top:-13.75rem;right:1rem;bottom:auto;left:auto;z-index:99}.pn-msg__actions .pn-msg__reactions-toggle{background:#fff;margin-top:-.625rem;width:1.375rem;padding:0;flex-shrink:0}.pn-msg-input__emoji-picker{z-index:10}.custom-chat-input .icon-for-dropclick{position:absolute;top:-2.875rem;right:1rem;bottom:auto;left:auto;z-index:99}.custom-chat-input .pn-msg-input{background-color:#fff;padding:0 1rem;width:100%}@media(max-width:575.8px){.custom-chat-input .pn-msg-input{padding:.5rem}}.custom-chat-input .pn-msg-input__wrapper{position:inherit}.custom-chat-input .pn-msg-input.pn-msg-input--support{width:100%}.custom-chat-input .pn-msg-input__send{margin-left:auto}.custom-chat-input .pn-msg-input__textarea{position:absolute;top:auto;right:0;bottom:3.625rem;left:0;background:#fff;border-top:1px solid #d6e1ec;border-bottom:1px solid #d6e1ec;z-index:9;height:5.625rem!important;border-radius:0;overflow:auto;padding:.625rem 1.875rem .625rem .625rem}@media(max-width:575.8px){.custom-chat-input .pn-msg-input__textarea{height:4rem!important}}.custom-chat-input .pn-msg-input__textarea .pn-msg-input__textarea:focus-within{border-top:1px solid #d6e1ec;border-bottom:1px solid #d6e1ec}.custom-chat-input .pn-msg__image{border-radius:10px;box-shadow:none;margin:15px 0 0;max-width:100%}.custom-chat-input .pn-msg-input__emoji-toggle,.custom-chat-input .pn-msg-input__fileLabel{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#eff0f6;flex-shrink:0;margin:0 .625rem 0 0;display:flex;align-items:center;justify-content:center}.pn-msg-input__textarea:focus-within{border-top:1px solid #d6e1ec!important;border-bottom:1px solid #d6e1ec!important}.new-msg-header{background:#fff;width:100%;padding:.625rem 1rem;height:7.25rem;border-bottom:1px solid #d6e1ec}.new-msg-header .css-1pahdxg-control .css-1hb7zxy-IndicatorsContainer{height:1.4375rem}.custom-selectpicker-xs .new-msg-header .css-1insrsq-control,.new-msg-header .css-1pahdxg-control,.new-msg-header .css-1s2u09g-control,.new-msg-header .custom-selectpicker-xs .css-1insrsq-control{min-height:1.5625rem;margin-bottom:.5rem}.custom-selectpicker-xs .new-msg-header .css-1insrsq-control .css-1okebmr-indicatorSeparator,.new-msg-header .css-1pahdxg-control .css-1okebmr-indicatorSeparator,.new-msg-header .css-1s2u09g-control .css-1okebmr-indicatorSeparator,.new-msg-header .custom-selectpicker-xs .css-1insrsq-control .css-1okebmr-indicatorSeparator{margin-top:0;margin-bottom:0}.custom-selectpicker-xs .new-msg-header .css-1insrsq-control .css-tlfecz-indicatorContainer,.new-msg-header .css-1pahdxg-control .css-tlfecz-indicatorContainer,.new-msg-header .css-1s2u09g-control .css-tlfecz-indicatorContainer,.new-msg-header .custom-selectpicker-xs .css-1insrsq-control .css-tlfecz-indicatorContainer{padding:0 .5rem}.custom-selectpicker-xs .new-msg-header .css-1insrsq-control .css-6j8wv5-Input,.new-msg-header .css-1pahdxg-control .css-6j8wv5-Input,.new-msg-header .css-1s2u09g-control .css-6j8wv5-Input,.new-msg-header .custom-selectpicker-xs .css-1insrsq-control .css-6j8wv5-Input{margin:0;padding:0}.custom-selectpicker-xs .new-msg-header .css-1insrsq-control .css-14el2xx-placeholder,.new-msg-header .css-1pahdxg-control .css-14el2xx-placeholder,.new-msg-header .css-1s2u09g-control .css-14el2xx-placeholder,.new-msg-header .custom-selectpicker-xs .css-1insrsq-control .css-14el2xx-placeholder{font-size:.75rem}.new-msg-header.smallchat-new-msg{height:auto}.chatting-box{height:30.625rem;background-color:#fff;position:relative}@media(max-width:575.8px){.chatting-box{padding-bottom:7.5rem}}.chatting-box .pn-msg-list__emoji-picker-hidden{display:none!important}.chatting-box.bottom-show-typemsg{height:calc(size(390) - size(100))}@media(max-width:575.8px){.chatting-box.bottom-show-typemsg{height:calc(size(526) - size(100))}}.pn-msg-list,.pn-msg-list .pn-msg:hover{background-color:#fff!important}.hover-msg-pdf{position:relative}.hover-msg-pdf .download-inner{display:none;cursor:pointer;position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000000c7}.hover-msg-pdf:hover .download-inner{display:flex}.chat-blue-icon{position:absolute;z-index:9;right:-7px;bottom:2px}.search-filter-icon{top:10px;right:11px}.message-page-container{min-height:calc(100vh - 188px)}.message-page-container .message-page-sidebar{height:calc(100vh - 188px)}@media(max-width:899.8px){.message-page-container .message-page-sidebar{height:calc(100vh - 140px);width:100%}}.message-page-container .message-page-sidebar .chatters-list{height:100%}.message-page-container .message-page-sidebar .chatters-list .chat-list-height{overflow-y:auto;height:calc(100% - 63px)}.message-page-container .message-page-sidebar .chatters-list .listing-section{max-height:inherit}.message-page-container .search-box{position:relative;margin:1rem auto;width:35%}.message-page-container .search-box .search-icon{position:absolute;top:5px;right:auto;bottom:auto;left:8px}.message-page-container .chat-header{display:flex;height:55px;border-bottom:1px solid #d1d5db;width:100%}.message-page-container .chat-view{background-color:#fff!important;display:flex;flex-wrap:wrap;flex-grow:1}@media(max-width:899.8px){.message-page-container .chat-view{display:none}}.message-page-container .chat-details{height:calc(100vh - 336px);overflow-y:auto;flex-grow:1!important;padding:.5rem 0!important;width:100%}@media(max-width:991.8px){.message-page-container .chat-details{height:calc(100vh - 214px)}}.message-page-container .messagebox-overlay{position:relative}.float-chat-container .chat-message-container,.message-page-container .chat-message-container{display:flex;flex-grow:1;padding:8px 1rem}.float-chat-container .chat-message-container:hover,.message-page-container .chat-message-container:hover{background-color:#f8f9fa}.float-chat-container .chat-message-container .chat-message-user,.message-page-container .chat-message-container .chat-message-user{font-size:.9rem}.float-chat-container .chat-message-container .chat-message-time,.message-page-container .chat-message-container .chat-message-time{padding-left:10px;font-size:.8rem;font-weight:400;color:#77838f}.float-chat-container .message-box,.message-page-container .message-box{display:flex;align-items:center;justify-content:center}.float-chat-container .message-box button,.message-page-container .message-box button{height:100%}.float-chat-container .chat-message-container{padding-left:10px;padding-right:10px}.current-chat-list{height:calc(100% - 150px)}.chat-thread{height:100%;position:relative;border-left:1px solid #d1d5db}.chat-thread .chat-thread-title{font-weight:700;font-size:14px;line-height:17px;color:#051f4e}.chat-message-reply{display:flex;align-items:center;cursor:pointer}.chat-message-reply span{color:#555;font-weight:600;font-size:12px;line-height:15px}.chat-message-reply .reply-text-messages{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;letter-spacing:.1000000015px;text-align:left}.message-box .message-box-input{height:80px!important;padding:.5rem 2.5rem .5rem 1rem;border:1px solid #d6e1ec;margin:0}@media(max-width:575.8px){.message-box .message-box-input{padding-right:27px}}.message-text-options{position:absolute;right:16px;top:50%;transform:translateY(-50%);cursor:pointer}@media(max-width:599.8px){.message-text-options{right:10px}}.emoji-overlay-popup{position:absolute;right:0;bottom:24px}.emoji-overlay-popup-new{position:absolute;left:16px;bottom:48px}.message-border{border-bottom:1px solid #d1d5db}.message-user-list:after{position:absolute;content:"";width:2px;height:100%;top:0;left:0;background-color:#6750a4;opacity:0;transition:all .2s ease-in-out}.message-user-list a:hover{color:#6750a4!important}.message-user-list.active-chat a{color:#6750a4}.message-user-list.active-chat:after{opacity:1;transition:all .2s ease-in-out}.write-message.search-message{padding:.375rem 2.25rem;border-radius:4px}.date{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;text-align:center;color:#555;margin:10px 0}.date:after,.date:before{content:"";flex-grow:1;height:1px;background-color:#ccc;margin:0 10px}.date span{padding:0 10px;background-color:#fff}@media(max-width:899.8px){.date span{padding:0 6px}}.thread-chat-list{height:calc(100vh - 355px)}@media(max-width:899.8px){.thread-chat-list{height:calc(100vh - 307px)}}.message-unread-badge{background:#0f6bbf;color:#fff;display:inline-flex;border-radius:8px;line-height:1;font-weight:300;font-size:.5rem;padding:.1875rem .25rem}.ymeet-first-video{width:100%;position:relative}.ymeet-first-video .ymeet-video{width:100%}.ymeet-first-video .ymeet-chat-list{min-width:19.6875rem;width:19.6875rem;margin-top:10px}.ymeet-first-video .ymeet-chat-list.float-message{position:absolute;top:auto;right:8px;bottom:0;left:auto;overflow:hidden;border-radius:20px 20px 0 0;z-index:1}.ymeet-first-video .ymeet-chat-list.float-message .chatters-list{display:none}.ymeet-first-video .ymeet-chat-list .chatters-list{width:100%;border-right:none}.ymeet-first-video .ymeet-chat-list .chatters-list .chat-list-height{overflow-y:auto;height:calc(100vh - 175px)}.ymeet-first-video .ymeet-chat-list .chatters-list .chat-list-height .listing-section{max-height:inherit}.ymeet-first-video .ymeet-chat-panel{position:absolute}.messageV3-page-container{min-height:calc(100vh - 188px)}.messageV3-page-container .message-page-sidebar{height:calc(100vh - 187px);border-radius:8px}@media(max-width:899.8px){.messageV3-page-container .message-page-sidebar{height:calc(100vh - 124px);width:100%}}.messageV3-page-container .message-page-sidebar .chatters-list{height:100%}.messageV3-page-container .message-page-sidebar .chatters-list .chat-list-height{overflow-y:auto;height:calc(100% - 110px)}.messageV3-page-container .message-page-sidebar .chatters-list .listing-section{max-height:inherit}.messageV3-page-container .search-box{position:relative}.messageV3-page-container .search-box .search-icon{position:absolute;top:5px;right:auto;bottom:auto;left:8px}.messageV3-page-container .chat-header{display:flex;height:55px;border-bottom:1px solid #d1d5db;width:100%}.messageV3-page-container .chat-view{background-color:#fff!important;display:flex;flex-wrap:wrap;border:none;box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 1px rgba(0,0,0,.012);flex-grow:1;border-radius:8px}@media(min-width:900px){.messageV3-page-container .chat-view{display:block!important}}@media(max-width:899.8px){.messageV3-page-container .chat-view{display:none}}.messageV3-page-container .chat-details{height:calc(100vh - 336px);overflow-y:auto;flex-grow:1!important;padding:.5rem 0!important;width:100%}@media(max-width:899.8px){.messageV3-page-container .chat-details{height:calc(100vh - 214px)}}.messageV3-page-container .messageboxV3-overlay{position:relative}.float-chat-container .chat-message-container,.messageV3-page-container .chat-message-container{display:flex;flex-grow:1;padding:8px 1rem}@media(max-width:599.8px){.float-chat-container .chat-message-container,.messageV3-page-container .chat-message-container{padding:8px 12px}}.float-chat-container .chat-message-container:hover,.messageV3-page-container .chat-message-container:hover{background-color:#f8f9fa}.float-chat-container .chat-message-container .chat-message-user,.messageV3-page-container .chat-message-container .chat-message-user{font-size:.9rem}.float-chat-container .chat-message-container .chat-message-time,.messageV3-page-container .chat-message-container .chat-message-time{padding-left:10px;font-size:.8rem;font-weight:400;color:#77838f}.float-chat-container .message-box,.messageV3-page-container .message-box{flex-direction:column;display:flex;align-items:center;justify-content:center}.float-chat-container .message-box button,.messageV3-page-container .message-box button{height:100%}.messageV3-search-area{width:280px;height:62px;padding:12px 16px;gap:10px}.messageV3-user-list:after{position:absolute;content:"";width:2px;height:100%;top:0;left:0;background-color:#6750a4;opacity:0;transition:all .2s ease-in-out}.messageV3-user-list a{color:#1c1b1e}.messageV3-user-list a:hover{color:#6750a4!important}.messageV3-user-list.active-chat a{color:#6750a4}.messageV3-user-list.active-chat:after{opacity:1;transition:all .2s ease-in-out}.messagebox-overlay{width:100%;padding:16px;gap:16px;position:absolute;bottom:0;background:#fff;z-index:1;border-radius:8px}@media(max-width:599.8px){.messagebox-overlay{padding:12px}}.message-area .chat-view{width:860px}.message-area-with-thread .chat-view{width:460px}.chat-thread{background-color:#fff!important;width:100%;border-left:none;box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 1px rgba(0,0,0,.012);border-radius:8px;width:400px}@media(max-width:899.8px){.chat-thread{border-left:1px solid #d1d5db}}.chat-thread .chat-thread-title{font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:#6750a4}.thread-chat-list{height:calc(100vh - 394px);overflow-y:auto}@media(max-width:899.8px){.thread-chat-list{height:calc(100vh - 294px)}}.people-know-box .custom-selectpicker-xs .css-1insrsq-control,.people-know-box .custom-selectpicker-xs .css-1pahdxg-control,.people-know-box .custom-selectpicker-xs .css-1s2u09g-control{background-color:rgba(5,31,78,.05);border:none;border-radius:1.5625rem}.people-know-box .custom-selectpicker-xs .css-319lph-ValueContainer,.people-know-box .custom-selectpicker-xs [class*=custom-selectpicker] .css-1insrsq-control,.people-know-box .custom-selectpicker-xs [class*=custom-selectpicker] .css-1pahdxg-control,.people-know-box .custom-selectpicker-xs [class*=custom-selectpicker] .css-1s2u09g-control,.people-know-box [class*=custom-selectpicker] .custom-selectpicker-xs .css-1insrsq-control,[class*=custom-selectpicker] .people-know-box .custom-selectpicker-xs .css-1insrsq-control,[class*=custom-selectpicker] .people-know-box .custom-selectpicker-xs .css-1pahdxg-control,[class*=custom-selectpicker] .people-know-box .custom-selectpicker-xs .css-1s2u09g-control{height:2.8125rem;padding:0 1.5rem}@media(max-width:767.8px){.people-know-box .custom-selectpicker-xs .css-1pahdxg-control,.people-know-box .custom-selectpicker-xs .css-319lph-ValueContainer,.people-know-box .custom-selectpicker-xs [class*=custom-selectpicker] .css-1insrsq-control,.people-know-box .custom-selectpicker-xs [class*=custom-selectpicker] .css-1s2u09g-control,.people-know-box [class*=custom-selectpicker] .custom-selectpicker-xs .css-1insrsq-control,[class*=custom-selectpicker] .people-know-box .custom-selectpicker-xs .css-1insrsq-control,[class*=custom-selectpicker] .people-know-box .custom-selectpicker-xs .css-1s2u09g-control{height:2.375rem}}@media(min-width:1200px){.custom-col-box .custom-cols{flex:50% 1;max-width:50%}}@media(min-width:1600px){.custom-col-box .custom-cols{flex:0 0 33.33333333%;max-width:33.33333333%}}@media(max-width:575.8px){.people-know-box .row-col-10 [class*=col-]{padding:0}}.people-you-may-know-filter{position:absolute;top:-70px;right:1px}@media(max-width:575.8px){.people-you-may-know-filter{position:static}}.people-may-know-card .cover-image{height:80px}.people-may-know-card .user-profile-absolute{position:absolute;bottom:-35px;left:0;right:0;margin:0 auto}.people-may-know-card .card-body{margin-top:24px}.button-cancle-request{background-color:#d1d5db}.people-may-know-title{color:var(--m-3-ref-secondary-secondary-10,#001551);font-size:20px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.15px;display:flex;-moz-column-gap:.5rem;column-gap:.5rem;align-items:center;margin-bottom:1rem}.growth-connection-selection-wrapper .MuiToggleButtonGroup-root>button{padding:0;text-transform:unset;white-space:nowrap;height:28px;width:104px;color:#1c1b1e;text-align:center;font-size:11px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:.5px;border-color:#7a757f;justify-content:space-evenly}.growth-connection-selection-wrapper .MuiToggleButtonGroup-root>button:first-child{border-radius:16px 0 0 16px}.growth-connection-selection-wrapper .MuiToggleButtonGroup-root>button:last-child{border-radius:0 16px 16px 0}.growth-connection-selection-wrapper .MuiToggleButtonGroup-root>button.Mui-selected{background-color:#dce1ff;border-color:#7a757f;color:#001551}.edit-text-field-wrapper{width:calc(100% - 22px)}.edit-text-field-wrapper input{border:.5px solid #6750a4;outline:none;margin:0;border-radius:0;width:100%}.edit-text-field-wrapper .MuiInputBase-root{padding:2px;border-radius:0}.edit-text-field-wrapper .MuiInputBase-root textarea{font-size:11px;line-height:11px;line-height:1.43}.edit-text-field-wrapper .MuiInputBase-root fieldset{border:.5px solid #6750a4}.edit-text-field-wrapper .MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-width:1px}.add-gm-button{width:auto;margin-bottom:0;align-items:center;display:flex;justify-content:center}@media(max-width:991.8px){.add-gm-button{margin-bottom:1rem}}@media(max-width:767.8px){.add-gm-button{width:100%}}.video-search-list{min-width:265px;margin-right:1.5625rem;padding-right:1.25rem;border-right:1px solid rgba(5,31,78,.2)}@media(max-width:1599.8px){.video-search-list{min-width:215px}}@media(max-width:1199.8px){.video-search-list{min-width:100%;margin:0;padding:0;border:0}}.video-search-list .form-label{color:#71809b}@media(max-width:1199.8px){.video-search-list .courses-filter{display:flex;flex-wrap:wrap}.video-search-list .courses-filter .form-group{width:44%}}@media(max-width:575.8px){.video-search-list .courses-filter .form-group{width:100%;margin:0 0 .9375rem}}.two-column-sidebar .left-profile-section{width:16.875rem;flex-shrink:0}@media(max-width:767.8px){.two-column-sidebar .left-profile-section{min-width:100%}}@media(max-width:575.8px){.courses-img img{width:100%;height:auto}}.two-column-sidebar .post-section{width:calc(100% - size(473))}.video-courses .post-section{flex-shrink:0}@media(max-width:1199.8px){.video-courses .post-section{width:calc(100% - size(474));padding-right:.75rem}}@media(max-width:991.8px){.video-courses .post-section{width:calc(100% - 237px);padding-right:0}}@media(max-width:767.8px){.video-courses .post-section{width:100%;padding-right:0;margin-bottom:1.25rem}}.video-courses .video-search-list{min-width:100%}@media(max-width:1199.8px){.video-courses .video-search-list .courses-filter .form-group{width:100%}}@media(max-width:1199.8px)and (max-width:767.8px)and (max-width:575.8px){.video-courses .video-search-list .courses-filter .form-group{width:100%}}.video-courses .right-blog-section{width:14.8125rem;flex-shrink:0}@media(max-width:1199.8px){.video-courses .right-blog-section{padding-left:.75rem}}@media(max-width:991.8px){.video-courses .right-blog-section{display:none}}@media(max-width:767.8px){.video-courses .right-blog-section{display:block;padding-left:0;width:100%!important}}.course-type .modal-header .close{z-index:9}.course-type .modal-body{padding:0}.course-type .modal-headingtext{background-color:rgba(113,128,155,.01);padding:2.8125rem 0;border-bottom:1px solid #d6e1ec}.course-type .upload-option-wrap{padding:6.25rem 3.75rem;background-color:#fff;border-radius:0 0 .75rem .75rem}@media(max-width:1199.8px){.course-type .upload-option-wrap{padding:3.75rem}}@media(max-width:767.8px){.course-type .upload-option-wrap{padding:1.875rem}}.course-type .upload-option-wrap .upload-link{border:1px solid #d6e1ec;width:100%;height:255px;display:flex;align-items:center;justify-content:center;flex-direction:column}@media(max-width:1199.8px){.course-type .upload-option-wrap .upload-link{width:250px;height:200px}.course-type .upload-option-wrap .upload-link span{font-size:1.125rem}}.tags{margin-top:1.5rem;margin-bottom:2rem}.tags span{border:1px solid #d1d5db;padding:10px 12px;border-radius:0;font-weight:500;display:inline-flex;margin-bottom:10px;background-color:#0f6bbf0f}.tags .icon{background:#0f6bbf;font-size:8px;font-weight:900;padding:8px;border-radius:50px;margin-left:10px}.tags-search-box .list-unstyled{border:1px solid #777777ad;border-radius:5px;position:absolute;width:15em;z-index:1;background:#fff;max-height:10em;overflow-y:auto}.tags-search-box .list-unstyled li{padding:2px 5px}.tags-search-box .list-unstyled li:hover{background-color:#cfe1f2}.tags-search-box>div{position:relative}.tags-search-box>div span{position:absolute;left:10px;top:50%;transform:translateY(-50%)}.video-courses-rightbar .courses-img{height:7.5rem}.video-courses-rightbar .courses-img img{height:7.5rem;-o-object-fit:cover;object-fit:cover}.courses-banner-wrap .profile-bg{border-radius:.875rem 0 0 0}.free-font-styles{color:#001551;font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:.15px}@media(max-width:575.8px){.free-font-styles{font-size:.75rem}}.enroll-modal .enroll-body-title{width:45%;font-weight:700}@media(max-width:575.8px){.enroll-modal .enroll-body-title{width:33%!important}}.enroll-modal .enroll-body-price{width:30%}.enroll-modal .enroll-upgrade-credit{min-width:25%;display:flex;align-items:center;justify-content:flex-end}.enroll-upgrade-color{color:#6750a4}.current-credit-color{color:#ba1a1a}@media(max-width:991.8px){.w-lg-down-100{width:100%}}.courses-list-desc{background-color:#fff;height:100%;position:relative}@media(max-width:991.8px){.courses-list-desc{border-radius:0 0 .75rem .75rem;width:100%;max-height:20.875rem}}.courses-list-desc .card{background-color:#fff}.courses-list-desc .card .card-body,.courses-list-desc .card .card-header{background-color:#fff!important;color:#051f4e;padding-bottom:1.125rem!important}.courses-index li{position:relative}.courses-index li span{padding-left:1.875rem}.courses-index li .icon{position:absolute;left:0}.courses-index li .icon.icon-play{top:-3px}.icon-checked.gray-icon:before{color:rgba(5,31,78,.5)}.credit-list h6{padding-left:1.875rem}.credit-list h6 .icon{position:absolute;left:0}@media(max-width:767.8px){.credit-list h6{font-size:1rem;padding-right:.625rem}}.nosufficient-creadit-modal .bx-error-circle{font-size:6.875rem}@media(max-width:1339.8px){.banner-buttons .btn{margin:0 .9375rem .9375rem 0!important}}.quiz-list .modal-lg{max-width:1100px}.course-card-hr{width:1px;height:34px}.course-detail-banner-line:after{content:"";position:absolute;width:1px;height:60px;background:#051f4e;top:0;right:0;opacity:.4}@media only screen and (max-width:991px){.course-detail-banner-line:after{display:n}}.organized-by-room-details{position:absolute;bottom:-18px;left:0;right:0;margin:0 auto}@media only screen and (max-width:767px){.room-banner-img{height:300px}}.courses-detail{background:#6750a4!important}.courses-detail .course-basic-details-wrapper{background:#6750a4!important;width:100%;padding:60px 0}@media only screen and (max-width:600px){.courses-detail .course-basic-details-wrapper{padding:30px 0}}.courses-detail .course-basic-details-wrapper .course-basic-details .course-player-details{display:flex;flex-direction:column;justify-content:space-between}.courses-detail .course-basic-details-wrapper .course-basic-details .course-heading{margin-bottom:1rem;font-family:Inter,sans-serif;font-size:clamp(1.6rem,4vw,2.8125rem);font-weight:400;letter-spacing:0;text-align:left;color:#fff}.courses-detail .course-basic-details-wrapper .course-basic-details .course-subtitle{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:.150000006px;text-align:left;color:#fff}.courses-detail .course-basic-details-wrapper .course-basic-details .course-misc-details{display:flex}.courses-detail .course-basic-details-wrapper .course-basic-details .course-misc-details div{margin-right:24px}.courses-detail .course-basic-details-wrapper .course-basic-details .course-misc-details div span:first-child{margin-right:4px!important}.courses-detail .course-basic-details-wrapper .course-basic-details .course-misc-details div img{margin-right:8px}.courses-detail .course-basic-details-wrapper .course-basic-details .course-misc-details div span{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;letter-spacing:.1000000015px;text-align:left;color:#fff;text-transform:capitalize}.courses-detail .course-basic-details-wrapper .course-basic-details .preview-img-course{max-height:248px}.courses-detail .course-peer-details{background:#d0bcff;padding-top:24px}.courses-detail .course-peer-details .course-container{flex-wrap:wrap!important;margin-left:auto;margin-right:auto;padding-bottom:1.5rem!important;padding-left:16px;padding-right:16px;display:flex!important;gap:8px}@media(min-width:992px){.courses-detail .course-peer-details .course-container{max-width:1170px}}@media(min-width:1440px){.courses-detail .course-peer-details .course-container{max-width:1170px}}@media(min-width:1340px){.courses-detail .course-peer-details .course-container{max-width:1170px}}.courses-detail .course-peer-details .course-container .common-course-buttons{cursor:pointer;align-items:center!important;justify-content:center!important;display:inline-flex!important}.courses-detail .course-peer-details .btn-yliway-enroll{border-radius:25px;padding:5px 24px}.courses-detail .course-peer-details .btn-yliway-enroll:hover{background-color:#7300b3}.courses-detail .course-peer-details .share-btn{cursor:pointer;margin-left:24px}.courses-detail .course-peer-details .peer-details{border-right:1px solid rgba(5,31,78,.4);padding-right:15px;display:flex!important;margin-left:auto!important}.courses-detail .course-peer-details .peer-details div{margin-bottom:auto!important;margin-top:auto!important;margin-left:.5rem!important;align-items:flex-end!important;flex-direction:column!important;display:flex!important;order:1}.courses-detail .course-peer-details .peer-details div span:first-child{font-size:22px;font-weight:400;line-height:32px;letter-spacing:0;text-align:left;color:#23005c}@media(min-width:992px){.courses-detail .course-peer-details .peer-details{margin-bottom:0!important}}@media(max-width:767.8px){.courses-detail .course-peer-details .peer-details{border-right:0}}.courses-detail .course-peer-details .peer-details .author-title{font-family:Inter,sans-serif;font-size:24px;font-weight:400;line-height:32px;letter-spacing:0;text-align:left;color:#23005c}.courses-detail .course-peer-details .peer-details .author-image{margin-left:16px}.courses-detail .course-peer-details .peer-details .author-image span{border-radius:35px}.courses-detail .course-peer-details .peer-details .peer-rating{float:right}@media(max-width:991.8px){.courses-detail .course-peer-details .peer-details .peer-rating{float:left}}.courses-detail .course-peer-details .peer-details-activity{border-right:1px solid rgba(5,31,78,.4);padding-right:15px;display:flex!important}@media(max-width:599.8px){.courses-detail .course-peer-details .peer-details-activity{margin-bottom:.5rem}}.courses-detail .course-peer-details .peer-details-activity div{margin-bottom:auto!important;margin-top:auto!important;margin-left:1rem!important;align-items:flex-start!important;flex-direction:column!important;display:flex!important;order:1}.courses-detail .course-peer-details .peer-details-activity div span:first-child{font-size:24px;font-weight:400;line-height:32px;letter-spacing:0;text-align:left;color:#23005c}@media(min-width:992px){.courses-detail .course-peer-details .peer-details-activity{margin-bottom:0!important}}@media(max-width:767.8px){.courses-detail .course-peer-details .peer-details-activity{border-right:0}}.courses-detail .course-peer-details .peer-details-activity .author-title{font-family:Inter,sans-serif;font-size:24px;font-weight:400;line-height:32px;letter-spacing:0;text-align:left;color:#23005c}.courses-detail .course-peer-details .peer-details-activity .author-image{margin-left:0!important}.courses-detail .course-peer-details .peer-details-activity .author-image span{border-radius:35px}.courses-detail .course-peer-details .peer-details-activity .peer-rating{float:right}@media(max-width:991.8px){.courses-detail .course-peer-details .peer-details-activity .peer-rating{float:left}}.courses-detail .course-peer-details .course-fee{margin-top:auto;margin-bottom:auto;margin-left:25px;margin-left:1.5rem!important;display:flex!important;padding-left:0;list-style:none}.courses-detail .course-peer-details .course-fee li{background:#001551;padding:5px 0;margin:0 5px;text-align:center;width:108px;border-radius:10px}.courses-detail .course-peer-details .course-fee li p{color:#fff;margin-bottom:0;font-family:Inter,sans-serif;letter-spacing:.25px;text-align:center}.courses-detail .course-peer-details .course-fee li p:first-child{margin-bottom:6px;font-size:14px;font-weight:400;line-height:14px}.courses-detail .course-peer-details .course-fee li p:nth-child(2){font-size:18px;font-weight:700;line-height:22px;letter-spacing:.25px}.courses-detail .course-goal ul{padding-left:0;list-style:none;display:inline-block;width:100%;margin-top:10px}.courses-detail .course-goal ul li{font-weight:400;font-size:14px;line-height:17px;color:#051f4e;width:100%;align-items:baseline;float:left;margin-bottom:12px}.courses-detail .course-goal ul li:before{content:"";font-size:24px;color:#a400ff;margin-top:-12px;position:relative;top:5px;margin-right:5px;font-family:boxicons!important}.course-details-content-wrapper{width:100%}@media(max-width:899.8px){.course-details-content-wrapper{padding-right:0}}.course-details-content-wrapper .course-details-content{width:100%;margin-right:auto;margin-left:auto}@media(min-width:992px){.course-details-content-wrapper .course-details-content{max-width:1170px}}.course-details-content-wrapper .course-details-content .course-details-section{width:auto}.course-details-content-wrapper .course-details-content .course-details-section .learn-items p{font-size:16px;font-weight:400;line-height:22px;margin-bottom:0;word-break:break-word}.course-details-content-wrapper .course-details-content .course-details-section .learn-items .learn-items-title{font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:normal;letter-spacing:0;text-align:left;color:#1c1b1e;margin-bottom:24px}.course-details-content-wrapper .course-details-content .course-details-section .learn-items .learn-items-content{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.25px;text-align:left;color:#051f4e}.course-details-content-wrapper .course-details-content .course-details-section .course-structure{padding:24px;border-radius:8px;margin-top:16px;border-bottom:1px solid #d1d5db;color:#051f4e}.course-details-content-wrapper .course-details-content .course-details-section .course-structure .course-structure-title{font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:auto;letter-spacing:0;text-align:left;color:#1c1b1e;margin-bottom:24px;display:block}.course-details-content-wrapper .course-details-content .course-details-section .course-structure .course-structure-content{margin-bottom:24px}.course-details-content-wrapper .course-details-content .course-details-section .course-structure .course-structure-content .MuiPaper-root{background:#f4f6fa}.course-details-content-wrapper .course-details-content .course-details-section .course-structure .course-structure-content .MuiAccordionDetails-root{padding:0}.course-details-content-wrapper .course-details-content .course-details-section .course-structure .course-structure-content .Mui-expanded{margin:0}.course-details-content-wrapper .course-details-content .course-details-section .course-structure .course-structure-content .course-structure-content-title{padding-left:5px;display:flex;flex-direction:column}.course-details-content-wrapper .course-details-content .course-details-section .course-structure .course-structure-content .course-structure-content-title span:first-child{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;letter-spacing:.1000000015px;margin-bottom:8px}.course-details-content-wrapper .course-details-content .course-details-section .course-structure .course-structure-content .course-structure-content-title span:nth-child(2){font-family:Inter,sans-serif;font-size:11px;font-weight:500;line-height:16px;letter-spacing:.5px;text-align:left}.course-details-content-wrapper .course-details-content .course-details-section .course-structure .course-structure-content .course-structure-details ul li div span{margin-left:8px!important;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.25px;text-align:center}.course-details-content-wrapper .course-details-content .course-details-section .course-structure .course-structure-content .course-structure-details ul li div .video-time{margin-right:18px}.course-details-content-wrapper .course-details-content .course-details-section .course-structure .course-structure-content .course-structure-details ul li div div span:nth-child(2){margin-left:8px!important;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.25px;text-align:center}.course-details-content-wrapper .course-details-content .course-details-section .course-structure-sb{margin-top:16px;border-bottom:1px solid #d1d5db;color:#051f4e}.course-details-content-wrapper .course-details-content .course-details-section .course-structure-sb .course-structure-sb-title{font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:32px;letter-spacing:0;text-align:left;color:#051f4e;display:block}.course-details-content-wrapper .course-details-content .course-details-section .course-structure-sb .course-structure-sb-content{margin-bottom:24px}.course-details-content-wrapper .course-details-content .course-details-section .course-structure-sb .course-structure-sb-content .MuiAccordionDetails-root{padding:0}.course-details-content-wrapper .course-details-content .course-details-section .course-structure-sb .course-structure-sb-content .Mui-expanded{margin:0}.course-details-content-wrapper .course-details-content .course-details-section .course-structure-sb .course-structure-sb-content .course-structure-sb-content-title{padding-left:5px;display:flex;flex-direction:column}.course-details-content-wrapper .course-details-content .course-details-section .course-structure-sb .course-structure-sb-content .course-structure-sb-content-title span:first-child{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;letter-spacing:.1000000015px;margin-bottom:8px}.course-details-content-wrapper .course-details-content .course-details-section .course-structure-sb .course-structure-sb-content .course-structure-sb-content-title span:nth-child(2){font-family:Inter,sans-serif;font-size:11px;font-weight:500;line-height:16px;letter-spacing:.5px;text-align:left}.course-details-content-wrapper .course-details-content .course-details-section .course-structure-sb .course-structure-sb-content .course-structure-sb-details ul li div span{margin-left:8px!important;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.25px;text-align:center}.course-details-content-wrapper .course-details-content .course-details-section .course-structure-sb .course-structure-sb-content .course-structure-sb-details ul li div .video-time{margin-right:18px}.course-details-content-wrapper .course-details-content .course-details-section .course-structure-sb .course-structure-sb-content .course-structure-sb-details ul li div div span:nth-child(2){margin-left:8px!important;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.25px;text-align:center}.course-details-content-wrapper .course-details-content .course-details-section .course-content{padding-bottom:24px;border-bottom:1px solid #d1d5db;color:#051f4e}.course-details-content-wrapper .course-details-content .course-details-section .course-requirement{border-radius:8px;margin:16px 0;padding:24px;color:#051f4e}.course-details-content-wrapper .course-details-content .course-details-section .course-requirement p{font-size:16px;font-weight:400;line-height:22px;word-break:break-word}.course-details-content-wrapper .course-details-content .course-details-section .course-requirement span:first-child{font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:auto;letter-spacing:0;text-align:left;color:#1c1b1e;margin-bottom:24px;display:block}.course-details-content-wrapper .course-details-content .course-details-section .course-description{border-radius:8px;padding:24px;margin:16px 0;color:#051f4e}.course-details-content-wrapper .course-details-content .course-details-section .course-description p{font-size:16px;font-weight:400;line-height:22px;word-break:break-word}.course-details-content-wrapper .course-details-content .course-details-section .course-description span:first-child{font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:auto;letter-spacing:0;text-align:left;color:#1c1b1e;margin-bottom:24px;display:block}.course-details-content-wrapper .course-details-content .course-details-section .course-description .read-more{font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:20px;letter-spacing:.1000000015px;text-align:left;color:#6750a4}.course-details-content-wrapper .course-details-content .course-details-section .course-certification{padding:24px;box-shadow:0 1px 2px 0 rgba(0,0,0,.3)}.course-details-content-wrapper .course-details-content .course-details-section .course-certification span:first-child{display:block;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:.150000006px;text-align:left;margin-bottom:16px;color:#001551}.course-details-content-wrapper .course-details-content .course-details-section .course-certification .certificate-details{display:flex;justify-content:space-between;align-items:center}.course-details-content-wrapper .course-details-content .course-details-section .course-certification .certificate-details div{display:flex;align-items:center}.course-details-content-wrapper .course-details-content .course-details-section .course-certification .certificate-details div div{padding-left:8px;display:flex;flex-direction:column;align-items:flex-start}.course-details-content-wrapper .course-details-content .course-details-section .course-certification .certificate-details div div span:first-child{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;letter-spacing:.1000000015px;text-align:left;color:#23005c;margin-bottom:8px}.course-details-content-wrapper .course-details-content .course-details-section .course-certification .certificate-details div div span:nth-child(2){font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.25px;text-align:left;color:#77838f}.course-details-content-wrapper .course-details-content .course-details-section .course-certification .certificate-details .view-more{font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:17px;letter-spacing:.25px;text-align:center;color:#6750a4;cursor:pointer}.course-subtitle-detail{font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#fff}.other-courses-wrapper{box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 1px rgba(0,0,0,.012);background:#fff;font-family:Inter,sans-serif}.other-courses-wrapper .other-courses-header{padding:24px;font-size:16px;font-weight:500;line-height:24px;letter-spacing:.150000006px;text-align:left;color:#001551}.other-courses-content{padding-bottom:24px}@media(max-width:899.8px){.my-activities-courses{height:auto;overflow-y:auto;margin-bottom:1rem}}.course-chapter-content{margin-top:16px}.refresh-btn .bx{color:#0f6bbf;font-size:1.5rem;width:2.5rem;height:2.5rem;line-height:45px;border-radius:50rem;text-align:center;margin:0 0 0 1.125rem;background-color:#d6e1ec;display:flex;align-items:center;justify-content:center}.table-responsive-sm{border-radius:.75rem;border:1px solid #d6e1ec}.video-listed-item-table{margin-bottom:0}.video-listed-item-table thead th{border:0;font-weight:600;vertical-align:middle}.video-listed-item-table td,.video-listed-item-table th{font-weight:500;text-align:left;vertical-align:middle}.video-listed-item-table td{color:#71809b;border:0}@media(max-width:767.8px){.video-listed-item-table td{font-size:.875rem}}.video-listed-item-table td .icon-upload-cloud{font-size:1.375rem}.video-listed-item-table td .icon-upload-cloud:before{color:#0f6bbf}.video-listed-item-table td .icon-delete{width:26px;height:26px;line-height:26px;display:inline-block;background-color:rgba(255,107,108,.2);text-align:center;border-radius:50rem}@media(max-width:991.8px){.upload-onlinecourses .two-column-sidebar .left-profile-section{min-width:100%}}.add-quiz .answer-option-wrap .form-control{position:relative;padding:1rem 2.8125rem 1rem 1rem}.add-quiz .answer-option-wrap .form-group .bx{position:absolute;font-size:1.5rem;top:44px;right:33px;color:rgba(15,107,191,.5);cursor:pointer}@media(max-width:767.8px){.add-quiz .answer-option-wrap .form-group .bx{top:40px}}.inner-label-100 label,.w-inner-100 .css-b62m3t-container{width:100%}.select__value-container{width:100%!important}.select__indicators{display:none!important}.table-responsive-lg{border-radius:0;border:1px solid #d6e1ec;overflow:auto}.table-responsive-xl{overflow:auto}@media(max-width:767.8px){.add-first-post .modal-body,.ask-for-follow .modal-body{padding-bottom:3.125rem}}@media(max-width:1199.8px){.become-host-box .faq-content-box,.host-info-box .faq-content-box,.teacher-info-box .faq-content-box,.trainer-info-box .faq-content-box{padding-right:0}}.highlight-box{display:flex;flex-direction:row;flex-wrap:wrap;border-radius:.625rem;padding:1.25rem 0;background:#eff0f6;width:calc(100% - 30px);margin:0 auto}.growth-conn-datepicker .rdtPicker{bottom:100%;z-index:99!important}.growth-con-table .prof-width{max-width:120px}.growth-con-table .note-col{max-width:140px}@media(max-width:575.8px){.teaching-works-section .card-body,.testimonials .card-body{padding-top:2.5rem!important;padding-bottom:2.5rem!important}}.sharing-knowledge-section{height:31.25rem;overflow:hidden;display:flex;align-items:center;padding:4.5rem;background-size:cover;position:relative}.sharing-knowledge-section .people-image{position:absolute;top:auto;right:0;bottom:0;left:0;margin:0 auto;text-align:center}@media(max-width:767.8px){.sharing-knowledge-section{padding:1.875rem}}@media(max-width:575.8px){.sharing-knowledge-section{padding:1.875rem .9375rem}}.teaching-section{height:19.5rem;overflow:hidden;display:flex;align-items:center;padding:4.5rem;background-size:cover}@media(max-width:767.8px){.teaching-section{padding:1.875rem}}.teaching-works-section .card{padding:2.5rem .5625rem}.teaching-works-section .card-body{margin:0 auto}@media(max-width:767.8px){.teaching-works-section .card{padding:0}}.faq .card{padding:3.75rem .75rem}@media(max-width:767.8px){.faq .card{padding:2.5rem .75rem}}.faq .card .card-body{padding-top:0}.testimonials .card-body{margin:0 auto;padding:3.75rem .75rem}.testimonials .testimonial .user-comment{font-size:1.125rem;line-height:1.8125rem;height:5rem}.testimonials .icon-quotes:before{color:#0f6bbf}.testimonials .testimonial{padding-bottom:1.25rem}@media(max-width:767.8px){.testimonials .card-body{padding:1.25rem .9375rem}.testimonials .testimonial .user-comment{font-size:1rem;line-height:1.25rem}}.start-now-custom{max-width:26.5rem;width:100%}.form-submit-btn{max-width:28.125rem;margin:0 auto}.css-1insrsq-control{background-color:#fff!important;border-radius:.5rem!important;border-color:#d1d5db!important;height:2.875rem!important}@media(max-width:767.8px){.css-1insrsq-control{height:2.1875rem!important}}.content-box{padding:1.875rem 1.875rem 6.25rem}@media(max-width:991.8px){.content-box{padding:1.875rem 1.875rem 3.125rem}}@media(max-width:575.8px){.content-box{padding:1.875rem .9375rem}}.w-lg-40-100{width:40%}@media(max-width:991.8px){.w-lg-40-100{width:100%}}.w-lg-75-100{width:75%}@media(max-width:991.8px){.w-lg-75-100{width:100%}}.extra-space-bottom{padding-bottom:9.375rem}@media(max-width:991.8px){.extra-space-bottom{padding-bottom:6.25rem}}@media(max-width:767.8px){.extra-space-bottom{padding-bottom:1.875rem}}.extra-space-bottom-sm{padding-bottom:6.25rem}@media(max-width:991.8px){.extra-space-bottom-sm{padding-bottom:5rem}}@media(max-width:767.8px){.extra-space-bottom-sm{padding-bottom:1.875rem}}.h-105{height:6.5625rem}.mx-h-600{max-height:37.5rem!important}@media(max-width:767.8px){.mx-h-600{max-height:25rem!important}}.role-defination-box{display:flex;align-items:center}.main-heading-box{text-align:center}.main-heading-box .role-heading{font-size:1.625rem;margin-bottom:0}.main-heading-box .role-span{font-size:1.75rem}@media(max-width:1199.8px){.main-heading-box{text-align:left;padding-right:18.75rem}}@media(max-width:991.8px){.main-heading-box{padding-right:10rem}.main-heading-box .role-heading{font-size:1rem}.main-heading-box .role-span{font-size:1.125rem}}@media(max-width:575.8px){.main-heading-box{padding:3.125rem .9375rem 1.875rem;text-align:center}}.fullwidth-dropzone>label{width:100%;margin-bottom:0}.select-company-box .content-box{padding:6.25rem 3.125rem}@media(max-width:767.8px){.select-company-box .content-box{padding:1.875rem 1.875rem 0}}.select-company{padding:0!important;margin:0!important;width:100%;height:100%}.select-company-box{text-align:center;padding:1.5rem;display:flex;align-items:center;justify-content:center}@media(max-width:767.8px){.select-company-box{padding:.9375rem}}.custom-tab .card-header-tabs .select-company-box.nav-link:focus,.custom-tab .card-header-tabs .select-company-box.nav-link:hover,.select-company-box.active{border-color:#0f6bbf!important;background:rgba(15,107,191,.06)}.profile-business-box .content-box{padding:3.125rem 10.25rem}@media(max-width:991.8px){.profile-business-box .content-box{padding:1.5625rem}}.select-btn{border:1px solid #0f6bbf;padding:1.25rem 3.625rem;border-radius:.75rem;background-color:#fff;position:relative;z-index:1}@media(max-width:1199.8px){.select-btn{font-size:1.125rem}}@media(max-width:575.8px){.select-btn{padding:.9375rem 3rem}}.select-btn-wrap{padding-bottom:6.25rem}@media(max-width:767.8px){.select-btn-wrap{padding-bottom:0}}.users-wrap{margin-top:-50px}.users-wrap [class*=user-]{margin:0 5rem}@media(max-width:1339.8px){.users-wrap [class*=user-]{margin:0 3.4375rem}}@media(max-width:1199.8px){.users-wrap [class*=user-]{margin:0 2.1875rem}}@media(max-width:991.8px){.users-wrap [class*=user-]{margin:0 .9375rem}}@media(max-width:767.8px){.users-wrap [class*=user-]{margin:0 1.125rem}}@media(max-width:575.8px){.users-wrap [class*=user-]{margin:0;width:135px}}.add-text-wrap .form-control{padding:1rem 5rem 1rem 1rem}.add-text{position:absolute;top:14px;right:16px}@media(max-width:1199.8px){[class*=create-growth-model-] .left-profile-section{margin:0;padding:0}}.create-growth-model .ant-steps{background-color:unset}.create-growth-model .ant-steps .ant-steps-item-icon>.ant-steps-icon{font-weight:600;top:-1.5px}.create-growth-model .ant-steps .ant-steps-item-finish .ant-steps-icon:before{content:""}.create-growth-model .ant-steps .ant-steps-item-finish .ant-steps-icon span{display:inline-block;vertical-align:middle}.create-growth-model .ant-steps .ant-steps-item-finish .ant-steps-item-title:after{background-color:#6fcf97!important}.create-growth-model .ant-steps .ant-steps-item-wait .ant-steps-item-title{color:#051f4e!important}.create-growth-model .ant-steps .ant-steps-item-title:after{background-color:#d1d5db!important}.create-growth-model .growth-profession-box{background-color:#051f4e;border-radius:10px}.create-growth-model .growth-profession-box .form-label{color:#fff}.create-growth-model .growth-profession-box .css-1s2u09g-control,.create-growth-model .growth-profession-box .custom-selectpicker-xs .css-1insrsq-control,.custom-selectpicker-xs .create-growth-model .growth-profession-box .css-1insrsq-control{border-radius:10px}.create-growth-model .growth-profession-box .form-check.profession-jobtype{border-radius:10px;background-color:#fff;padding:14px;display:flex}.create-growth-model .growth-profession-box .form-check.profession-jobtype .form-check-input{height:20px;width:20px;position:unset;margin-left:5px;margin-top:0}.create-growth-model .growth-profession-box .form-check.profession-jobtype input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:50%;border:1px solid #303439;display:grid;place-content:center}.create-growth-model .growth-profession-box .form-check.profession-jobtype input[type=radio]:before{content:"";width:12px;height:12px;border-radius:50%;transform:scale(0);transition:transform .12s ease-in-out;box-shadow:inset 1em 1em #303439}.create-growth-model .growth-profession-box .form-check.profession-jobtype input[type=radio]:checked:before{transform:scale(1)}.create-growth-model .growth-profession-box .form-check.profession-jobtype .form-check-label{margin-left:10px;line-height:19px}.create-growth-model .growth-profession-box .custom-tab .card-header-tabs .form-check.profession-jobtype.nav-link:focus,.create-growth-model .growth-profession-box .custom-tab .card-header-tabs .form-check.profession-jobtype.nav-link:hover,.create-growth-model .growth-profession-box .form-check.profession-jobtype.active,.custom-tab .card-header-tabs .create-growth-model .growth-profession-box .form-check.profession-jobtype.nav-link:focus,.custom-tab .card-header-tabs .create-growth-model .growth-profession-box .form-check.profession-jobtype.nav-link:hover{background-color:#0f6bbf}.create-growth-model .growth-profession-box .custom-tab .card-header-tabs .form-check.profession-jobtype.nav-link:focus .form-check-label,.create-growth-model .growth-profession-box .custom-tab .card-header-tabs .form-check.profession-jobtype.nav-link:hover .form-check-label,.create-growth-model .growth-profession-box .form-check.profession-jobtype.active .form-check-label,.custom-tab .card-header-tabs .create-growth-model .growth-profession-box .form-check.profession-jobtype.nav-link:focus .form-check-label,.custom-tab .card-header-tabs .create-growth-model .growth-profession-box .form-check.profession-jobtype.nav-link:hover .form-check-label{color:#fff}.create-growth-model .growth-profession-box .custom-tab .card-header-tabs .form-check.profession-jobtype.nav-link:focus input[type=radio],.create-growth-model .growth-profession-box .custom-tab .card-header-tabs .form-check.profession-jobtype.nav-link:hover input[type=radio],.create-growth-model .growth-profession-box .form-check.profession-jobtype.active input[type=radio],.custom-tab .card-header-tabs .create-growth-model .growth-profession-box .form-check.profession-jobtype.nav-link:focus input[type=radio],.custom-tab .card-header-tabs .create-growth-model .growth-profession-box .form-check.profession-jobtype.nav-link:hover input[type=radio]{border-color:#fff}.create-growth-model .growth-profession-box .custom-tab .card-header-tabs .form-check.profession-jobtype.nav-link:focus input[type=radio]:before,.create-growth-model .growth-profession-box .custom-tab .card-header-tabs .form-check.profession-jobtype.nav-link:hover input[type=radio]:before,.create-growth-model .growth-profession-box .form-check.profession-jobtype.active input[type=radio]:before,.custom-tab .card-header-tabs .create-growth-model .growth-profession-box .form-check.profession-jobtype.nav-link:focus input[type=radio]:before,.custom-tab .card-header-tabs .create-growth-model .growth-profession-box .form-check.profession-jobtype.nav-link:hover input[type=radio]:before{box-shadow:inset 1em 1em #fff}.create-growth-model .growth-profession-box .form-control{border-radius:10px}.create-growth-model .growth-projects .growth-project{border:1px solid #051f4e;border-radius:10px;padding:0;background:rgba(15,107,191,.08)}.create-growth-model .growth-projects .growth-project .growth-project-header{border-bottom:1px solid #d1d5db}.create-growth-model .growth-projects .growth-project .growth-project-header .growth-project-title{font-weight:700;font-size:16px;line-height:19px;color:#051f4e;display:block;padding:10px 10px 0;word-wrap:break-word}.create-growth-model .growth-projects .growth-project .growth-project-header .growth-project-index{position:relative;font-weight:700;font-size:11px;line-height:13px;color:#fff;background-color:#0f6bbf;padding:5px 10px;border-radius:5px;top:8px;margin-left:10px}.create-growth-model .growth-projects .growth-project .growth-project-body{min-height:60px;background-color:#fff}.create-growth-model .growth-projects .growth-project .growth-project-footer{border-top:1px solid #d1d5db;display:flex}.create-growth-model .growth-projects .growth-project .growth-project-footer .growth-project-delete,.create-growth-model .growth-projects .growth-project .growth-project-footer .growth-project-open{width:50%;padding:10px 0;text-align:center;cursor:pointer;font-weight:700;font-size:12px;line-height:15px}.create-growth-model .growth-projects .growth-project .growth-project-footer .growth-project-open{background-color:#051f4e;color:#fff;border-bottom-left-radius:10px}.create-growth-model .growth-projects .growth-project .growth-project-footer .growth-project-open-single{width:100%;padding:10px 0;text-align:center;cursor:pointer;font-weight:700;font-size:12px;line-height:15px;background-color:#051f4e;color:#fff;border-radius:0 0 10px 10px}.create-growth-model .growth-projects .growth-project .growth-project-footer .growth-project-delete{background:rgba(164,0,255,.08);color:#a400ff;border-bottom-right-radius:10px}.create-growth-model .growth-modal-step-2 .step-2-heading{display:flex;height:auto}.create-growth-model .growth-modal-step-2 .step-2-heading h6{margin-top:auto;margin-bottom:auto}.create-growth-model .growth-modal-step-2 .step-2-heading .icon-info{margin:auto 10px}.create-growth-model .growth-modal-step-2 .step-2-heading .icon-info:before{color:#77838f}.create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1insrsq-control,.create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1pahdxg-control,.create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1s2u09g-control{min-height:1rem!important;border-radius:10px!important}.create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1insrsq-control .css-319lph-ValueContainer,.create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1insrsq-control [class*=custom-selectpicker] .css-1insrsq-control,.create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1insrsq-control [class*=custom-selectpicker] .css-1pahdxg-control,.create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1insrsq-control [class*=custom-selectpicker] .css-1s2u09g-control,.create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1pahdxg-control .css-319lph-ValueContainer,.create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1pahdxg-control [class*=custom-selectpicker] .css-1insrsq-control,.create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1pahdxg-control [class*=custom-selectpicker] .css-1pahdxg-control,.create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1pahdxg-control [class*=custom-selectpicker] .css-1s2u09g-control,.create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1s2u09g-control .css-319lph-ValueContainer,.create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1s2u09g-control [class*=custom-selectpicker] .css-1insrsq-control,.create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1s2u09g-control [class*=custom-selectpicker] .css-1pahdxg-control,.create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1s2u09g-control [class*=custom-selectpicker] .css-1s2u09g-control,.create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs [class*=custom-selectpicker] .css-1insrsq-control .css-1insrsq-control,.create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs [class*=custom-selectpicker] .css-1pahdxg-control .css-1insrsq-control,.create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs [class*=custom-selectpicker] .css-1s2u09g-control .css-1insrsq-control,.create-growth-model .growth-modal-step-2 .step-2-heading [class*=custom-selectpicker] .custom-selectpicker-xs .css-1insrsq-control .css-1insrsq-control,.create-growth-model .growth-modal-step-2 .step-2-heading [class*=custom-selectpicker] .custom-selectpicker-xs .css-1pahdxg-control .css-1insrsq-control,.create-growth-model .growth-modal-step-2 .step-2-heading [class*=custom-selectpicker] .custom-selectpicker-xs .css-1s2u09g-control .css-1insrsq-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1insrsq-control .css-1insrsq-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1insrsq-control .css-1pahdxg-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1insrsq-control .css-1s2u09g-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1pahdxg-control .css-1insrsq-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1pahdxg-control .css-1pahdxg-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1pahdxg-control .css-1s2u09g-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1s2u09g-control .css-1insrsq-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1s2u09g-control .css-1pahdxg-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-2 .step-2-heading .custom-selectpicker-xs .css-1s2u09g-control .css-1s2u09g-control{height:30px;min-height:unset}.create-growth-model .growth-modal-step-2 .step-2-skills .check-box-select,.create-growth-model .growth-modal-step-2 .step-2-skills .check-box-unselect{font-weight:500;font-size:12px;display:flex;align-items:center}.create-growth-model .growth-modal-step-2 .step-2-skills .check-box-select span,.create-growth-model .growth-modal-step-2 .step-2-skills .check-box-unselect span{width:12px;height:12px;margin-right:5px}.create-growth-model .growth-modal-step-2 .step-2-skills .check-box-unselect{margin-right:10px}.create-growth-model .growth-modal-step-2 .step-2-skills .check-box-unselect span{background-color:#051f4e}.create-growth-model .growth-modal-step-2 .step-2-skills .check-box-select span{background-color:#ffc635}.create-growth-model .growth-modal-step-2 .step-2-skills .skill{height:50px;background-color:#fff;border:1px solid #d1d5db;border-radius:10px;display:flex;cursor:pointer}.create-growth-model .growth-modal-step-2 .step-2-skills .skill:before{content:"";height:calc(100% - 8px);width:3px;background-color:#051f4e;display:flex;vertical-align:middle;position:relative;top:4px;border-radius:25px}.create-growth-model .growth-modal-step-2 .step-2-skills .skill .skill-title{margin:auto 10px;font-weight:700;font-size:14px;line-height:17px;color:#051f4e;width:calc(100% - 90px);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.create-growth-model .growth-modal-step-2 .step-2-skills .skill .skill-check-box{width:60px;margin:auto 0}.create-growth-model .growth-modal-step-2 .step-2-skills .skill .skill-check-box .bx{font-size:14px}.create-growth-model .growth-modal-step-2 .step-2-skills .skill.skill-selected:before{background-color:#ffc635}.create-growth-model .growth-modal-step-2 .step-2-skills .skill.skill-selected .skill-check-box .bx,.create-growth-model .growth-modal-step-2 .step-2-skills .skill.skill-selected .skill-title{color:#ffc635}.create-growth-model .growth-modal-step-2 .step-2-skills .skill.skill-exists:before{background-color:#28a745}.create-growth-model .growth-modal-step-2 .step-2-skills .skill.skill-exists .skill-check-box .bx,.create-growth-model .growth-modal-step-2 .step-2-skills .skill.skill-exists .skill-title{color:#28a745}.create-growth-model .growth-modal-step-2 .step-2-growth-activities .filter-btn i{position:absolute;margin-left:70px;margin-top:-2px}.create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1insrsq-control,.create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1pahdxg-control,.create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1s2u09g-control{min-height:1rem!important;border-radius:10px!important}.create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1insrsq-control .css-319lph-ValueContainer,.create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1insrsq-control [class*=custom-selectpicker] .css-1insrsq-control,.create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1insrsq-control [class*=custom-selectpicker] .css-1pahdxg-control,.create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1insrsq-control [class*=custom-selectpicker] .css-1s2u09g-control,.create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1pahdxg-control .css-319lph-ValueContainer,.create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1pahdxg-control [class*=custom-selectpicker] .css-1insrsq-control,.create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1pahdxg-control [class*=custom-selectpicker] .css-1pahdxg-control,.create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1pahdxg-control [class*=custom-selectpicker] .css-1s2u09g-control,.create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1s2u09g-control .css-319lph-ValueContainer,.create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1s2u09g-control [class*=custom-selectpicker] .css-1insrsq-control,.create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1s2u09g-control [class*=custom-selectpicker] .css-1pahdxg-control,.create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1s2u09g-control [class*=custom-selectpicker] .css-1s2u09g-control,.create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs [class*=custom-selectpicker] .css-1insrsq-control .css-1insrsq-control,.create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs [class*=custom-selectpicker] .css-1pahdxg-control .css-1insrsq-control,.create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs [class*=custom-selectpicker] .css-1s2u09g-control .css-1insrsq-control,.create-growth-model .growth-modal-step-2 .step-2-growth-activities [class*=custom-selectpicker] .custom-selectpicker-xs .css-1insrsq-control .css-1insrsq-control,.create-growth-model .growth-modal-step-2 .step-2-growth-activities [class*=custom-selectpicker] .custom-selectpicker-xs .css-1pahdxg-control .css-1insrsq-control,.create-growth-model .growth-modal-step-2 .step-2-growth-activities [class*=custom-selectpicker] .custom-selectpicker-xs .css-1s2u09g-control .css-1insrsq-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1insrsq-control .css-1insrsq-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1insrsq-control .css-1pahdxg-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1insrsq-control .css-1s2u09g-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1pahdxg-control .css-1insrsq-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1pahdxg-control .css-1pahdxg-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1pahdxg-control .css-1s2u09g-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1s2u09g-control .css-1insrsq-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1s2u09g-control .css-1pahdxg-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-2 .step-2-growth-activities .custom-selectpicker-xs .css-1s2u09g-control .css-1s2u09g-control{height:30px;min-height:unset}.create-growth-model .growth-modal-step-2 .step-2-growth-activities .activities-action-btns .bx{font-size:24px;cursor:pointer}.create-growth-model .growth-modal-step-2 .step-2-growth-activities .activities-action-btns .bx.remove-ga{color:#77838f}.create-growth-model .growth-modal-step-2 .btn .previous-icon:before{top:1px}.create-growth-model .growth-modal-step-2 .btn .next-icon:before{top:3px}.create-growth-model .growth-modal-step-4 .filter-btn i{position:absolute;margin-left:65px;margin-top:-3px}.create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1insrsq-control,.create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1pahdxg-control,.create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1s2u09g-control{min-height:1rem!important;border-radius:10px!important}.create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1insrsq-control .css-319lph-ValueContainer,.create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1insrsq-control [class*=custom-selectpicker] .css-1insrsq-control,.create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1insrsq-control [class*=custom-selectpicker] .css-1pahdxg-control,.create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1insrsq-control [class*=custom-selectpicker] .css-1s2u09g-control,.create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1pahdxg-control .css-319lph-ValueContainer,.create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1pahdxg-control [class*=custom-selectpicker] .css-1insrsq-control,.create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1pahdxg-control [class*=custom-selectpicker] .css-1pahdxg-control,.create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1pahdxg-control [class*=custom-selectpicker] .css-1s2u09g-control,.create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1s2u09g-control .css-319lph-ValueContainer,.create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1s2u09g-control [class*=custom-selectpicker] .css-1insrsq-control,.create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1s2u09g-control [class*=custom-selectpicker] .css-1pahdxg-control,.create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1s2u09g-control [class*=custom-selectpicker] .css-1s2u09g-control,.create-growth-model .growth-modal-step-4 .custom-selectpicker-xs [class*=custom-selectpicker] .css-1insrsq-control .css-1insrsq-control,.create-growth-model .growth-modal-step-4 .custom-selectpicker-xs [class*=custom-selectpicker] .css-1pahdxg-control .css-1insrsq-control,.create-growth-model .growth-modal-step-4 .custom-selectpicker-xs [class*=custom-selectpicker] .css-1s2u09g-control .css-1insrsq-control,.create-growth-model .growth-modal-step-4 [class*=custom-selectpicker] .custom-selectpicker-xs .css-1insrsq-control .css-1insrsq-control,.create-growth-model .growth-modal-step-4 [class*=custom-selectpicker] .custom-selectpicker-xs .css-1pahdxg-control .css-1insrsq-control,.create-growth-model .growth-modal-step-4 [class*=custom-selectpicker] .custom-selectpicker-xs .css-1s2u09g-control .css-1insrsq-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1insrsq-control .css-1insrsq-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1insrsq-control .css-1pahdxg-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1insrsq-control .css-1s2u09g-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1pahdxg-control .css-1insrsq-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1pahdxg-control .css-1pahdxg-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1pahdxg-control .css-1s2u09g-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1s2u09g-control .css-1insrsq-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1s2u09g-control .css-1pahdxg-control,[class*=custom-selectpicker] .create-growth-model .growth-modal-step-4 .custom-selectpicker-xs .css-1s2u09g-control .css-1s2u09g-control{height:30px;min-height:unset}.create-growth-model .growth-modal-step-4 .status-completed,.create-growth-model .growth-modal-step-4 .status-in-progress,.create-growth-model .growth-modal-step-4 .status-purchased,.create-growth-model .growth-modal-step-4 .status-selected{font-weight:500;font-size:12px;display:flex;margin-right:10px;align-items:center}.create-growth-model .growth-modal-step-4 .status-completed span,.create-growth-model .growth-modal-step-4 .status-in-progress span,.create-growth-model .growth-modal-step-4 .status-purchased span,.create-growth-model .growth-modal-step-4 .status-selected span{width:12px;height:12px;margin-right:5px;border-radius:20%}.create-growth-model .growth-modal-step-4 .status-selected span{background-color:#ffc635}.create-growth-model .growth-modal-step-4 .status-purchased span{background-color:#fb8500}.create-growth-model .growth-modal-step-4 .status-in-progress span{background-color:#0f6bbf}.create-growth-model .growth-modal-step-4 .status-completed span{background-color:#198754}.create-growth-model .growth-modal-step-4 .circle-inner-icons{background-color:#d1d5db;font-size:25px;padding:2px;margin:0 5px}.create-growth-model .growth-modal-step-4 .circle-inner-icons.red{background-color:red;color:#fff}.create-growth-model .growth-modal-step-4 .circle-inner-icons.green{background-color:#7ccf6e;color:#fff}.create-growth-model .growth-modal-step-4 .btn .previous-icon:before{top:2px}.create-growth-model .compilation-table-wrap .table-responsive-xl{border-radius:.5rem;border:1px solid #d1d5db}.explore-more-professions #formSearch,.explore-more-professions .btn{border-radius:0}.explore-more-professions .all-professions{height:calc(100vh - 350px);overflow-y:scroll}.explore-more-professions .all-professions ul{border:1px solid #d1d5db;border-top:0}.explore-more-professions .all-professions ul li{border-top:1px solid #d1d5db;padding:8px}.custom-tab .card-header-tabs .explore-more-professions .all-professions ul li.nav-link:focus,.custom-tab .card-header-tabs .explore-more-professions .all-professions ul li.nav-link:hover,.explore-more-professions .all-professions ul .custom-tab .card-header-tabs li.nav-link:focus,.explore-more-professions .all-professions ul .custom-tab .card-header-tabs li.nav-link:hover,.explore-more-professions .all-professions ul li.active{background-color:rgba(15,107,191,.08)}.explore-more-professions .all-professions ul li .form-check{display:flex}.explore-more-professions .all-professions ul li .form-check .form-check-input{height:18px;width:18px;position:unset;margin-left:-15px;margin-top:0}.explore-more-professions .all-professions ul li .form-check .form-check-label{margin-left:10px;margin-top:0;width:100%}.explore-more-professions .btn-outline-dark{color:#051f4e}.create-growth-model-automatic .select-btn-wrap{padding:2.5rem}@media(max-width:1199.8px){.create-growth-model-automatic .select-btn-wrap{padding:0}}.create-growth-model-automatic .select-btn{z-index:0}.create-growth-model-automatic .users-wrap [class*=user-]{margin:0 8.4375rem}@media(max-width:1339.8px){.create-growth-model-automatic .users-wrap [class*=user-]{margin:0 5.3125rem}}@media(max-width:1199.8px){.create-growth-model-automatic .users-wrap [class*=user-]{margin:0 4.0625rem}}@media(max-width:991.8px){.create-growth-model-automatic .users-wrap [class*=user-]{margin:0 .9375rem}}@media(max-width:575.8px){.create-growth-model-automatic .users-wrap [class*=user-]{margin:0}}.create-growth-model-automatic .user-left .text-info{margin-left:-1.875rem}.create-growth-model-automatic .user-right .text-info{margin-left:3.125rem}@media(max-width:575.8px){.create-growth-model-automatic .user-right .text-info{margin-left:1.5625rem}}@media(max-width:1199.8px){.create-growth-model-automatic .ex-btn{margin-top:.625rem}}.custom-bx{font-size:1.75rem;color:#ff6c6d}.auto-skillfill-box{border-radius:.5rem;padding:1.1875rem;border:.75px solid #d1d5db;width:340px;position:relative;margin-bottom:1.5rem}@media(max-width:1199.8px){.auto-skillfill-box{padding:.9375rem .625rem .625rem}}@media(max-width:1600.8px){.auto-skillfill-box{width:320px}}@media(max-width:1598.8px){.auto-skillfill-box{width:285px}}@media(max-width:1339.8px){.auto-skillfill-box{width:205px}}@media(max-width:991.8px){.auto-skillfill-box{width:100%}}@media(max-width:575.8px){.auto-skillfill-box{margin:0 0 .9375rem}}.auto-skillfill-box .scrollbar-container{height:270px;min-height:270px}@media(max-width:1199.8px){.auto-skillfill-box .scrollbar-container{height:235px;min-height:235px}}@media(max-width:575.8px){.auto-skillfill-box .scrollbar-container{height:100%;min-height:100%}}.auto-skillfill-box .thik-border{background:linear-gradient(180deg,#1950bf -.72%,#abb8ff 108.12%);width:6px;height:62px;position:absolute;top:27px;right:-7px}.auto-skillfill-box .border-wrap{position:absolute;top:50px;right:-166px;bottom:0}@media(max-width:1199.8px){.auto-skillfill-box .border-wrap{display:none}}.auto-skillfill-box .rounded-border{width:.625rem}.auto-skillfill-box li{color:#051f4e;font-size:1.125rem;font-weight:600;padding-bottom:1.375rem;padding-right:.3125rem}@media(max-width:1199.8px){.auto-skillfill-box li{font-size:1rem;padding-bottom:.625rem}}.auto-skillfill-box li:last-child{padding-bottom:0}.auto-skillfill-box li small{font-size:.75rem}.auto-skillfill-box li .bx{font-size:1.75rem;color:#ff6c6d}.auto-skillfill-box li .btn{color:#051f4e!important;font-size:1.125rem;font-weight:600;white-space:normal;text-align:left}.auto-skillfill-box li .theme-dropdown{width:100%;padding:0}.auto-skillfill-box li .theme-dropdown .dropdown-menu{-ms-box-shadow:0 4px 15px hsla(214,7%,53%,.18);-o-box-shadow:0 4px 15px hsla(214,7%,53%,.18);box-shadow:0 4px 15px hsla(214,7%,53%,.18)}.auto-skillfill-box li .theme-dropdown .dropdown-item{padding:.625rem 1.25rem}.auto-skillfill-box li .theme-dropdown .bx{float:right;position:relative;top:-3px}.auto-skillfill-box .primary-skill{font-size:1.25rem;margin-bottom:.625rem}@media(max-width:1199.8px){.auto-skillfill-box .primary-skill{font-size:1.125rem}}.bg-box-blue,.box-blue .header-listed{background:rgba(15,107,191,.06)}.bg-box-yellow,.box-yellow .header-listed{background:rgba(223,227,0,.16)}.bg-box-skyblue,.box-skyblue .header-listed{background:rgba(0,187,249,.06)}.bg-box-orange,.box-orange .header-listed{background:rgba(255,198,53,.16)}.bg-box-pink,.box-pink .header-listed{background:rgba(250,171,254,.16)}.bg-box-green,.box-green .header-listed{background:rgba(173,255,0,.16)}@media(min-width:1200px){.manual-comp-step-three .auto-skillfill-box{height:7.5rem}}@media(min-width:1440px){.manual-comp-step-three .auto-skillfill-box{height:6.75rem}}.manual-comp-step-three .auto-skillfill-box.box-green .border-wrap,.manual-comp-step-three .auto-skillfill-box.box-pink .border-wrap{top:-18px}.manual-comp-step-three .thik-border{top:19%}.menual-step-two .auto-skillfill-box{height:-moz-fit-content;height:fit-content}.menual-step-two .auto-skillfill-box .border-wrap{top:1.875rem}.menual-step-two .auto-skillfill-box.box-green .border-wrap,.menual-step-two .auto-skillfill-box.box-pink .border-wrap{top:-10px}@media(min-width:1601px){.box-wrapper{margin:0 1.5rem}}.autocomplation-search .custom-selectpicker-xs{width:300px;margin-right:1.25rem}@media(max-width:1600.8px){.autocomplation-search .custom-selectpicker-xs{width:275px}}@media(max-width:1598.8px){.autocomplation-search .custom-selectpicker-xs{width:245px}}@media(max-width:991.8px){.autocomplation-search .custom-selectpicker-xs{width:48%;margin:0 5px}}@media(max-width:767.8px){.autocomplation-search .custom-selectpicker-xs{width:47%}}@media(max-width:575.8px){.autocomplation-search .custom-selectpicker-xs{width:100%}}.compilation-table-wrap .table-responsive-sm{border:0}.compilation-table{margin:0}.compilation-table thead{background-color:rgba(5,31,78,.05)}.compilation-table thead th{border:0;font-weight:600;font-size:.875rem;padding:.5rem;vertical-align:middle}@media(max-width:1598.8px){.compilation-table thead th{padding:.5rem 1rem}}.compilation-table td,.compilation-table th{font-weight:500;text-align:left}.compilation-table td{border:0;font-size:.875rem;vertical-align:middle;padding:.75rem .5rem}@media(max-width:1600.8px){.compilation-table td{white-space:normal}}.compilation-table .calendar-wrap-xs .rdt input[type=text]{width:140px!important;padding-right:40px!important}.compilation-table .calendar-wrap-xs .rdt .form-control{font-size:.875rem}.compilation-table .calendar-wrap-xs .icon{right:20px}.compilation-table .btn-light{background-color:#e3f2ff;border-color:#e3f2ff;color:#0f6bbf;white-space:nowrap}.compilation-table .rdtPicker thead{background-color:transparent}.compilation-table .rdtPicker thead th{padding:0;text-align:center;vertical-align:middle;border-radius:0}.activity-progressbar{border:1px solid #d6e1ec;padding:1.25rem;border-radius:.75rem}.activity-progressbar .progress{height:10px;background-color:#0f6bbf}.activity-progressbar .progress .progress-bar{background-color:#65a1d9}.add-more-activity .modal-title{margin-bottom:3rem}@media(max-width:1600.8px){.add-more-activity .modal-title{margin-bottom:1.25rem}}.add-more-activity .activity-submit{margin-top:1.5rem}@media(max-width:1600.8px){.add-more-activity .activity-submit{margin-top:0;margin-bottom:.9375rem}}.growth-modal-table{position:absolute;top:130px;right:auto;bottom:auto;left:10px;width:37.5rem;z-index:9;padding-bottom:.625rem}@media(max-width:1199.8px){.growth-modal-table{top:6.25rem}}@media(max-width:767.8px){.growth-modal-table{width:210%!important;left:0}}@media(max-width:575.8px){.growth-modal-table{width:100%!important}}.growth-modal-table.right-modal{left:auto;right:.625rem}@media(max-width:575.8px){.growth-modal-table.right-modal{right:auto}}.growth-modal-values{border-collapse:separate;border-spacing:1.25rem 0;margin-bottom:0;padding-top:.625rem;padding-bottom:.625rem}.growth-modal-values td,.growth-modal-values th{padding:.3125rem 0;vertical-align:middle;border-bottom:1px solid #ccc;white-space:nowrap}.growth-modal-values .none-border,.growth-modal-values tbody tr:last-child td{border:none}.growth-modal-values th{font-size:.9375rem;font-weight:600!important}.chart-text-white svg text{font-size:8px}.add-skill-growth-box .inner-skills-box{height:28.75rem;max-height:calc(100vh - 415px);overflow:auto}@media(max-width:991.8px){.add-skill-growth-box .inner-skills-box{max-height:calc(100vh - 470px)}}@media(max-width:767.8px){.add-skill-growth-box .inner-skills-box{max-height:9.625rem;height:auto}}.add-skill-growth-box .inner-activites-box .table-responsive-lg{height:28.5rem;max-height:calc(100vh - 434px);overflow:auto}@media(max-width:991.8px){.add-skill-growth-box .inner-activites-box .table-responsive-lg{max-height:calc(100vh - 489px)}}@media(max-width:767.8px){.add-skill-growth-box .inner-activites-box .table-responsive-lg{max-height:14.3125rem;height:auto}}.max-h-200-auto{max-height:200px;overflow:auto}.growth-modal-body{height:47.8125rem}.filterd-groups .custom-selectpicker-xs{width:10.9375rem}@media(max-width:1199.8px){.filterd-groups .custom-selectpicker-xs{width:8.75rem}}@media(max-width:991.8px){.filterd-groups .custom-selectpicker-xs{width:10.625rem}}@media(max-width:767.8px){.filterd-groups .custom-selectpicker-xs{width:100%}}.growth-tools-card-border .growth-area-header{margin:0;border-radius:0!important}.growth-tools-card-border .growth-tools-list{border-top:1px solid #d1d5db}.growth-tools-card-border .growth-tool-card{padding:.375rem 1.1rem .375rem .75rem}.growth-tools-card-border .growth-tool-card .listing-section-growth-area{list-style:none;padding:0;margin:0}.modal-dialog-scrollable .custom-selectpicker-xs .css-14el2xx-placeholder{font-size:.875rem!important}.steps-container{display:flex;align-items:center}.steps-container .step-button.btn-primary{background:#051f4e;padding:.5rem .75rem;border:none;box-shadow:none}.steps-container .step-button.btn-primary:active,.steps-container .step-button.btn-primary:focus,.steps-container .step-button.btn-primary:hover{background:#051f4e;outline:0;box-shadow:none}.custom-tab .card-header-tabs .steps-container .step-button.btn-primary.nav-link:focus,.custom-tab .card-header-tabs .steps-container .step-button.btn-primary.nav-link:hover,.steps-container .custom-tab .card-header-tabs .step-button.btn-primary.nav-link:focus,.steps-container .custom-tab .card-header-tabs .step-button.btn-primary.nav-link:hover,.steps-container .step-button.btn-primary.active{background:#0f6bbf;border-color:#0f6bbf}.custom-tab .card-header-tabs .steps-container .step-button.btn-primary.nav-link:focus,.custom-tab .card-header-tabs .steps-container .step-button.btn-primary.nav-link:hover,.steps-container .custom-tab .card-header-tabs .step-button.btn-primary.nav-link:focus,.steps-container .custom-tab .card-header-tabs .step-button.btn-primary.nav-link:hover,.steps-container .step-button.btn-primary.active:active,.steps-container .step-button.btn-primary.active:focus,.steps-container .step-button.btn-primary.active:hover{outline:0;box-shadow:none}.separation-line{width:50px;height:2px;background-color:#d6e1ec;margin:0 8px}.gm-prof-list{height:calc(100vh - 250px);overflow-y:auto}@media screen and (max-width:1200px){.gm-prof-list{height:100%}}.gm-prof-list.gm-prof-search-height{height:calc(100vh - 310px)}.gm-prof-list li.listing-box{padding:0;border:none}.gm-prof-list li.listing-box .gm-prof-item{font-size:.875rem;font-weight:400}.gm-prof-list li.listing-box .gm-prof-item:active,.gm-prof-list li.listing-box .gm-prof-item:hover{color:#6750a4!important}.gm-prof-list li.listing-box .gm-prof-item:active .icon-right-gray-arrow:before,.gm-prof-list li.listing-box .gm-prof-item:hover .icon-right-gray-arrow:before{color:#6750a4}.gm-prof-list li.listing-box .gm-prof-item.text-primary .icon-right-gray-arrow:before{color:#0f6bbf}.growth-area-header-container{display:flex;justify-content:space-between;align-items:center}.growth-area-header-container .heading{color:var(--m-3-sys-light-on-surface,#1c1b1e);font-size:16px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:.15px}.icon-container{display:flex;align-items:center}.growth-area-header{color:var(--m-3-sys-light-on-surface,#1c1b1e);font-weight:400;margin-left:1rem}.growth-area-header,.most-followed-topics-heading{font-size:16px;font-style:normal;line-height:24px;letter-spacing:.15px}.most-followed-topics-heading{color:var(--m-3-ref-secondary-secondary-10,#001551);font-weight:500;font-family:Inter,sans-serif}.topic-name-elipis{font-size:.875rem;line-height:1.25rem;letter-spacing:.25px;color:#1c1b1e;-webkit-line-clamp:1}.topic-name-elipis,.topic-text-elipis{font-style:normal;font-weight:400;text-transform:capitalize;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.topic-text-elipis{color:#49454e;font-size:.75rem;line-height:1rem;-webkit-line-clamp:2}.profession-box{height:calc(100% - 20px);border:1px solid #d6e1ec;padding-bottom:5rem;margin-bottom:1.25rem}@media(max-width:1199.8px){.profession-box{padding-bottom:.9375rem}}.profession-box .profession-title{background-color:#0f6bbf;color:#fff;padding:.9375rem}@media(max-width:767.8px){.profession-box .profession-title{padding:.75rem}}.profession-box .custom-radio label{background-color:rgba(5,31,78,.05);border-radius:3.125rem;color:rgba(5,31,78,.5);font-weight:600;padding:.625rem;margin:.625rem}@media(max-width:1199.8px){.profession-box .custom-radio label{margin:.3125rem}}.profession-box .custom-radio.custom-radio-outline input[type=radio]+span{position:absolute;left:0;right:0;top:0;background-color:rgba(5,31,78,.05);width:100%;height:100%;border:0;transition:none;border-radius:3.125rem;border:1px solid rgba(5,31,78,.05)}.profession-box .custom-radio.custom-radio-outline input[type=radio]:checked~span:after{position:absolute;top:5px;right:0;bottom:0;left:5px;width:100%;height:100%;background-color:transparent;border-radius:3.125rem;border:1px solid #0f6bbf}.custom-selectpicker-xs .no-show-dffd .css-1insrsq-control,.no-show-dffd .css-1pahdxg-control,.no-show-dffd .css-1s2u09g-control,.no-show-dffd .custom-selectpicker-xs .css-1insrsq-control{border-radius:1.875rem;border:0;background-color:#e3f2ff!important;border-color:#e3f2ff;font-size:.875rem;padding:.25rem 0;outline:0}.custom-selectpicker-xs .no-show-dffd .css-1insrsq-control:hover,.no-show-dffd .css-1pahdxg-control:hover,.no-show-dffd .css-1s2u09g-control:hover,.no-show-dffd .custom-selectpicker-xs .css-1insrsq-control:hover{background-color:#e3f2ff!important}.loader-view{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fffc;z-index:9;display:flex;align-items:center;justify-content:center}.loader-view .loader-img{max-width:3.125rem}.fixed-bottom-btn{position:absolute;top:auto;right:auto;bottom:-26px;left:auto}.plans-check-icons{display:flex;align-items:center;justify-content:center;border-radius:50rem;width:1.5rem;height:1.5rem;background-color:#d6e1ec;margin-top:-.25rem;position:relative;margin-right:.75rem}.plans-check-icons .icon-fill-check{position:absolute;font-size:.4375rem;padding-top:.0625rem}.autocomplete-dropdown-container{border:1px solid #ccc}.modal-body .autocomplete-dropdown-container{position:absolute;border:1px solid #ccc;padding:.9375rem;width:calc(100% - 30px);background:#fff;z-index:1}.plan-btn-group{border:1px solid #d1d5db;border-radius:3.125rem;display:flex;align-items:center;height:54px}.plan-btn-group .btn-plan{padding:.125rem .75rem;text-align:center;color:#051f4e;font-size:.75rem;border-radius:3.125rem;border:1px solid transparent;transition:all .2s ease-in-out;width:100%;height:100%}.plan-btn-group .btn-plan .plan-btn-discount{color:#0f6bbf}.plan-btn-group .btn-plan .plan-btn-small{color:#595d61;font-size:.625rem}.plan-btn-group .btn-plan:active,.plan-btn-group .btn-plan:hover{transition:all .2s ease-in-out;background:rgba(15,107,191,.08)}.custom-tab .card-header-tabs .plan-btn-group .btn-plan.nav-link:focus,.custom-tab .card-header-tabs .plan-btn-group .btn-plan.nav-link:hover,.plan-btn-group .btn-plan.active,.plan-btn-group .custom-tab .card-header-tabs .btn-plan.nav-link:focus,.plan-btn-group .custom-tab .card-header-tabs .btn-plan.nav-link:hover{transition:all .2s ease-in-out;border-color:#0f6bbf;color:#0f6bbf;background:rgba(15,107,191,.08)}.acc-plans-slider .react-multi-carousel-list .react-multi-carousel-item{display:flex}.acc-plans-slider .react-multi-carousel-list .react-multiple-carousel__arrow{min-width:2rem;min-height:2rem;z-index:1;background-color:#051f4e;top:50%;transform:translateY(-50%);margin-top:1rem}.acc-plans-slider .react-multi-carousel-list .react-multiple-carousel__arrow--left{left:0}.acc-plans-slider .react-multi-carousel-list .react-multiple-carousel__arrow--left:before{right:1px}.acc-plans-slider .react-multi-carousel-list .react-multiple-carousel__arrow--right{right:0}.acc-plans-slider .react-multi-carousel-list .react-multiple-carousel__arrow--right:before{left:1px}.acc-plans-slider .react-multi-carousel-list .react-multiple-carousel__arrow:before{font-size:.75rem;top:-1px}.acc-plans-slider .react-multi-carousel-dot-list{position:relative}.acc-plans-slider .react-multi-carousel-dot-list .react-multi-carousel-dot button{border:none;background-color:#d1d5db}.acc-plans-slider .react-multi-carousel-dot-list .react-multi-carousel-dot--active button{background-color:#0f6bbf}.plan-fea-scroll{max-height:400px;overflow-y:auto}.accounts-box span.icon:before{color:#fff}.accounts-box .page-item.prev .icon{transform:rotate(180deg)}.accounts-box .video-listed-item-table td{vertical-align:baseline}.accounts-box .accounts-tabs .custom-tabs{margin-left:390px}@media(max-width:1439.8px){.accounts-box .accounts-tabs .custom-tabs{margin-left:320px}}@media(max-width:1199.8px){.accounts-box .accounts-tabs .custom-tabs{margin:0 auto 1.875rem;justify-content:center}}.accounts-box .custom-tabs.nav-tabs .nav-link{padding:1.1875rem 2.5rem;font-weight:500}@media(max-width:1439.8px){.accounts-box .custom-tabs.nav-tabs .nav-link{padding:1.125rem}}@media(max-width:991.8px){.accounts-box .custom-tabs.nav-tabs .nav-link{padding:.875rem}}.accounts-box .custom-tabs.nav-tabs .custom-tab .card-header-tabs .nav-link:focus,.accounts-box .custom-tabs.nav-tabs .custom-tab .card-header-tabs .nav-link:hover,.accounts-box .custom-tabs.nav-tabs .nav-link.active,.accounts-box .video-listed-item-table thead th,.custom-tab .card-header-tabs .accounts-box .custom-tabs.nav-tabs .nav-link:focus,.custom-tab .card-header-tabs .accounts-box .custom-tabs.nav-tabs .nav-link:hover{font-weight:600}.switch{position:relative;display:inline-block;width:2.25rem;height:.9375rem}.switch input{opacity:0;width:0;height:0}.switch-slider{top:0;right:0;bottom:0;cursor:pointer;background-color:rgba(5,31,78,.25)}.switch-slider,.switch-slider:before{position:absolute;left:0;transition:.4s}.switch-slider:before{top:auto;right:auto;bottom:-3px;content:"";height:1.375rem;width:1.375rem;background-color:#fff;box-shadow:0 0 10px rgba(5,31,78,.3)}input:checked+.switch-slider{background-color:#0f6bbf}input:focus+.switch-slider{box-shadow:0 0 1px #0f6bbf}input:checked+.switch-slider:before{transform:translateX(20px)}.switch-slider.round{border-radius:2.125rem}.switch-slider.round:before{border-radius:50rem}@media(max-width:767.8px){.account-access .modal-body,.account-suspention-confirms .modal-body,.add-credit .modal-body,.blocking-other-profiles .modal-body,.close-account .modal-body,.connection-status .modal-body,.edit-your-public-profile .modal-body,.links .modal-body,.mentions-or-tags .modal-body,.profile-photo-view .modal-body,.redeem .modal-body,.story-display-option .modal-body,.visibility-option .modal-body,.who-see-lastname .modal-body{padding-bottom:3.125rem}}.enter-otp .enter-box{padding-right:.625rem}.enter-otp .enter-box:last-child{padding-right:0}.enter-otp .enter-box .form-control{text-align:center}.inner-form-label-16 .form-group .form-label{font-size:1rem}.enter-box{margin-right:.25rem!important;margin-left:.25rem!important}.enter-box .form-control,.profile-intro{text-align:center}.profile-intro{padding-bottom:1.5rem}@media(max-width:991.8px){.profile-intro{padding-bottom:1rem}}.profile-intro h4{color:#051f4e;font-size:1.5rem;margin-bottom:.5rem;font-weight:600}@media(max-width:991.8px){.profile-intro h4{font-size:1.125rem}}.profile-intro span{font-size:.875rem;font-weight:400;color:#77838f}.profile-stepper{list-style:none;display:flex;width:900px;max-width:100%;margin:0 auto;padding:0 0 1.5rem}@media(max-width:767.8px){.profile-stepper{flex-direction:column}}.profile-stepper li{display:flex;align-items:center;justify-content:center;position:relative;width:33.33%}@media(max-width:991.8px){.profile-stepper li{flex-direction:column}}@media(max-width:767.8px){.profile-stepper li{flex-direction:row;margin-top:1.5rem;width:100%;justify-content:flex-start}.profile-stepper li:first-child{margin-top:0}}.profile-stepper li:after{content:"";position:absolute;width:calc(100% - 182px);height:2px;left:220px;top:50%;transform:translateY(-50%);background-color:#d1d5db;margin:0 1rem}@media(max-width:991.8px){.profile-stepper li:after{left:140px;width:calc(100% - 100px);top:30%}}@media(max-width:767.8px){.profile-stepper li:after{left:0;width:2px;top:32px;height:100%;transform:translateY(0)}}.profile-stepper li:last-child:after{display:none}.profile-stepper li .step-count{display:flex;justify-content:center;align-items:center;width:32px;height:32px;min-width:32px;min-height:32px;border-radius:50rem;background-color:#d1d5db;font-size:.875rem;font-weight:600;color:#051f4e;margin-right:.5rem}.profile-stepper li .step-count .step-done{display:none}.profile-stepper li .step-title{font-size:.875rem;font-weight:600;color:#051f4e;letter-spacing:.25px}.custom-tab .card-header-tabs .profile-stepper li.nav-link:focus .step-count,.custom-tab .card-header-tabs .profile-stepper li.nav-link:hover .step-count,.profile-stepper .custom-tab .card-header-tabs li.nav-link:focus .step-count,.profile-stepper .custom-tab .card-header-tabs li.nav-link:hover .step-count,.profile-stepper li.active .step-count{background-color:#0f6bbf;color:#fff}.custom-tab .card-header-tabs .profile-stepper li.nav-link:focus .step-title,.custom-tab .card-header-tabs .profile-stepper li.nav-link:hover .step-title,.profile-stepper .custom-tab .card-header-tabs li.nav-link:focus .step-title,.profile-stepper .custom-tab .card-header-tabs li.nav-link:hover .step-title,.profile-stepper li.active .step-title{color:#0f6bbf}.profile-stepper li.step-complete .step-count{background-color:#6fcf97;color:#fff;font-size:0}.profile-stepper li.step-complete .step-count .step-done{display:block}.profile-stepper li.step-complete .step-title{color:#6fcf97}.profile-stepper li.step-complete:after{background-color:#6fcf97}.profile-detail-card{width:900px;max-width:100%;margin:0 auto;background-color:#fff;border-radius:.5rem;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.08);border:1px solid #d1d5db}.profile-detail-card.secondary-card{margin-top:1.5rem}.profile-detail-card .profile-header{padding:1.5rem;border-bottom:1px solid #d1d5db}@media(max-width:991.8px){.profile-detail-card .profile-header{padding:1rem}}.profile-detail-card .profile-header h6{font-weight:700;color:#051f4e;font-size:1.125rem}.profile-detail-card .profile-body{padding:1.5rem}@media(max-width:991.8px){.profile-detail-card .profile-body{padding:1rem}}.profile-detail-card .profile-body .form-control{border:2px solid #d1d5db;color:#051f4e;font-size:1rem;transition:all .2s ease-in-out}.profile-detail-card .profile-body .form-control:active,.profile-detail-card .profile-body .form-control:focus{box-shadow:none;outline:none;border-color:#0f6bbf;transition:all .2s ease-in-out}.profile-detail-card .profile-body select{-webkit-appearance:none;-moz-appearance:none;background-image:url(/_next/static/media/ic-dropdown.1b46b80b.svg);background-repeat:no-repeat;background-size:12px;background-position:calc(100% - 20px)}.profile-detail-card .profile-body select.form-control{padding:.5rem 1rem}.profile-detail-card .profile-body textarea{height:90px}.profile-detail-card .profile-body .form-upload{position:relative;border:1px dashed #d2d9df;padding:1.5rem 1.625rem;text-align:center;cursor:pointer}@media(max-width:575.8px){.profile-detail-card .profile-body .form-upload{padding:1rem}}.profile-detail-card .profile-body .form-upload em{display:inline-block;min-width:60px;min-height:60px;margin-bottom:.5rem}.profile-detail-card .profile-body .form-upload p{font-weight:400;font-size:.875rem;color:#77838f;margin:0}.profile-detail-card .profile-body .form-upload input{position:absolute;width:100%;height:100%;left:0;top:0;right:0;bottom:0;cursor:pointer;opacity:0}.profile-detail-card .profile-body .thumb-icon{min-width:150px;min-height:150px;border-radius:50rem;display:block}@media(max-width:767.8px){.profile-detail-card .profile-body .thumb-icon{min-width:100px;min-height:100px;text-align:center}}.profile-detail-card .profile-body .thumb-icon img{width:150px;height:150px;border-radius:50rem}@media(max-width:767.8px){.profile-detail-card .profile-body .thumb-icon img{width:100px;height:100px}}.profile-detail-card .profile-body .form-text{color:#77838f;font-size:.875rem;font-weight:400}.profile-detail-card .profile-body .custom-checkbox .custom-label{display:block;position:relative;padding-left:1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:.875rem;font-weight:400;color:#051f4e;transition:all .2s ease-in-out;margin:0}.profile-detail-card .profile-body .custom-checkbox .custom-label:hover{color:#004f97}.profile-detail-card .profile-body .custom-checkbox .custom-label input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.profile-detail-card .profile-body .custom-checkbox .custom-label input:checked~.checkmark{background-color:#0f6bbf;border:1px solid #0f6bbf;background:#0f6bbf}.profile-detail-card .profile-body .custom-checkbox .custom-label input:checked~.checkmark:after{display:block}.profile-detail-card .profile-body .custom-checkbox .custom-label .checkmark{position:absolute;top:0;left:0;height:18px;width:18px;transition:all .2s ease-in-out;border:1px solid #d1d5db;border-radius:.25rem}.profile-detail-card .profile-body .custom-checkbox .custom-label .checkmark:after{content:"";position:absolute;display:none;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg);transition:all .2s ease-in-out;margin:0}.profile-detail-card .add-block{border-top:1px solid #d1d5db;margin-top:1.5rem;padding:1.5rem 0 0}@media(max-width:575.8px){.profile-detail-card .add-block{padding:1rem 0 0;margin-top:1rem}}.profile-detail-card .btn-outline-primary{padding:1rem;font-size:1rem;font-weight:600;box-shadow:none;transition:all .2s ease-in-out}.profile-detail-card .btn-outline-primary:active,.profile-detail-card .btn-outline-primary:focus{box-shadow:none!important;outline:none!important}.profile-detail-card .btn-outline-primary .hover-state{display:none}.profile-detail-card .btn-outline-primary:active,.profile-detail-card .btn-outline-primary:hover{color:#fff;background-color:#0f6bbf;border-color:#0f6bbf}.profile-detail-card .btn-outline-primary:active .normal-state,.profile-detail-card .btn-outline-primary:hover .normal-state{display:none}.profile-detail-card .btn-outline-primary:active .hover-state,.profile-detail-card .btn-outline-primary:hover .hover-state{display:inline-block}.profile-detail-card .btn-outline-primary em{display:inline-block;margin-right:13px}.button-block{display:flex;justify-content:space-between;align-items:center;width:900px;max-width:100%;margin:1.5rem auto 0}@media(max-width:575.8px){.button-block{margin-top:1rem}}.button-block.single-button{justify-content:center}.button-block .btn-primary{padding:1rem;font-size:1rem;font-weight:600;box-shadow:none!important;color:#fff;background-color:#0f6bbf;border:none;transition:all .2s ease-in-out}.button-block .btn-primary:active,.button-block .btn-primary:focus{box-shadow:none;outline:none}.button-block .btn-primary em{display:inline-block;margin-left:13px}.button-block .btn-primary:active,.button-block .btn-primary:hover{background-color:#004f97}.button-block .btn-outline-dark{padding:1rem;font-size:1rem;font-weight:600;box-shadow:none!important;color:#77838f;background-color:transparent;border-color:#77838f;transition:all .2s ease-in-out;display:flex;align-items:center}.button-block .btn-outline-dark em{display:inline-block;margin-right:13px}.button-block .btn-outline-dark .hover-state{display:none}.button-block .btn-outline-dark:active,.button-block .btn-outline-dark:focus{box-shadow:none;outline:none}.button-block .btn-outline-dark:active,.button-block .btn-outline-dark:hover{background-color:#d1d5db;border-color:#d1d5db;color:#051f4e}.button-block .btn-outline-dark:active .normal-state,.button-block .btn-outline-dark:hover .normal-state{display:none}.button-block .btn-outline-dark:active .hover-state,.button-block .btn-outline-dark:hover .hover-state{display:inline-block}.course-details-more-option div{display:flex;align-items:center}.course-details-more-option .rooms-more-btn-copy-text{color:var(--m-3-sys-light-on-surface,#1c1b1e);font-size:12px;font-style:normal;font-weight:400;line-height:16px}.my-learning-course .course-title-row{justify-content:center;align-items:flex-start;padding:12px 26px;height:68px;background-color:#051f4e}.my-learning-course .course-title-row h3{color:#fff;font-weight:700;font-size:24px;line-height:44px}.my-learning-course .course-preview-row{background-color:#fff}.my-learning-course .course-preview-row .course-preview-left{padding-left:35px;padding-top:30px}@media(max-width:767.8px){.my-learning-course .course-preview-row .course-preview-left{padding-left:15px}}.my-learning-course .course-preview-row .course-preview-left .course-details h6{font-size:24px;line-height:100%;color:#051f4e}.my-learning-course .course-preview-row .course-preview-left .course-details .course-goal ul{padding-left:0;list-style:none;display:inline-block;width:100%;margin-top:10px;margin-bottom:0}.my-learning-course .course-preview-row .course-preview-left .course-details .course-goal ul li{font-weight:400;font-size:14px;line-height:17px;color:#051f4e;width:50%;align-items:baseline;float:left;margin-bottom:12px}.my-learning-course .course-preview-row .course-preview-left .course-details .course-goal ul li:before{content:"";font-size:24px;color:#a400ff;margin-top:-12px;position:relative;top:5px;margin-right:5px;font-family:boxicons!important}.my-learning-course .course-preview-row .course-preview-left .course-details .desc p{font-weight:400;font-size:14px;line-height:17px;color:#051f4e}.my-learning-course .course-preview-row .course-preview-left .h-455{height:600px}.my-learning-course .course-preview-row .course-preview-left .video-player{width:100%!important;max-width:none}.my-learning-course .course-preview-row .course-preview-left .quiestions-box{width:65%}.my-learning-course .course-preview-row .course-preview-left .quiestions-box .custom-radio label{top:-3px}.my-learning-course .course-preview-row .course-preview-left .timer-box{width:35%}.my-learning-course .course-preview-row .course-preview-left .card .card-header{border-radius:.75rem .75rem 0 0;padding:1rem;border-bottom-color:transparent;background-color:#fff}.my-learning-course .course-preview-row .courses-list-preview{padding-top:30px;padding-right:35px}@media(max-width:767.8px){.my-learning-course .course-preview-row .courses-list-preview{padding-right:15px;padding-top:5px}}.my-learning-course .course-preview-row .courses-list-preview .courses-list-head{border-bottom:1px solid #d1d5db;background:#f8f9fa;font-weight:700;font-size:20px;line-height:100%;display:flex;height:68px}.my-learning-course .course-preview-row .courses-list-preview .courses-list-head h6{margin:auto 24px}.my-learning-course .course-preview-row .courses-list-preview .accordion,.my-learning-course .course-preview-row .courses-list-preview .card-header,.my-learning-course .course-preview-row .courses-list-preview .course-test{background:#f8f9fa}.my-learning-course .course-preview-row .courses-list-preview .course-test{height:57px}.my-learning-course .course-preview-row .courses-list-preview .course-test h6{margin:auto 24px;font-size:16px}.new-course-button-div{display:flex;justify-content:center}.new-course-button-div .new-course-button{top:100px;gap:4px;border-radius:50px;position:fixed;display:flex;justify-content:center;align-items:center;z-index:100}.room-detail-card{box-shadow:none!important}.room-detail-description,.room-detail-speaker-heading{color:var(--m-3-sys-light-on-secondary-container,#001551)}.room-detail-description,.room-detail-speaker-heading,.room-speaker-name{font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:.15px}.room-speaker-name{color:var(--m-3-sys-light-primary,#6750a4);text-align:center}.room-speaker-position{color:var(--m-3-sys-light-on-surface-variant,#49454e);text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.room-what-will-learn{color:var(--Heading-Color,#051f4e);font-size:24px;font-style:normal;font-weight:400;line-height:32px}.room-detail-right-section{width:16.5625rem}.room-detail-title{color:var(--Heading,#051f4e);font-size:45px;font-style:normal;font-weight:400;line-height:52px}.rooms-more-btn-copy-text{color:var(--m-3-sys-light-on-surface,#1c1b1e);font-size:12px;font-style:normal;font-weight:400;line-height:16px}.room-created-by-container{display:flex;align-items:center;padding:8px 0;gap:8px}.room-created-by-container .created-by-user-avatar{width:48px;height:48px}.room-created-by-container .created-by-info-container{display:flex;flex-direction:column}.room-created-by-container .created-by-info-container .created-by-name{font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.1px;cursor:pointer}.room-created-by-container .created-by-info-container .created-by-color{color:var(--Heading-Color,#051f4e)}.room-created-by-container .created-by-info-container .created-by-name-color{color:var(--Heading-Color,#6750a4)}.room-created-by-container .created-by-info-container .cretaed-by-position{color:var(--m-3-sys-light-on-surface,#1c1b1e);font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.25px}.room-created-by-container .created-by-info-container .rating-count{font-size:11px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:.5px}.room-created-by-container .created-by-info-container .followers-color,.room-created-by-container .created-by-info-container .rating-count-color{color:var(--m-3-ref-neutral-neutral-50,#79767a)}.virtual-event-detail{justify-content:center}.virtual-event-detail .btn-yliway-enroll{border-radius:100px;background:var(--m-3-sys-light-primary,#6750a4);width:114px;padding:10px 30px;box-shadow:0 1px 3px 1px rgba(0,0,0,.15),0 1px 2px 0 rgba(0,0,0,.3)}.virtual-event-detail .btn-yliway-enroll .rooms-join-btn-txt{color:var(--m-3-sys-light-on-primary,#fff);text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.1px}.virtual-event-detail .add-to-gm-btn,.virtual-event-detail .share-btn{border:2px solid #0f6bbf;border-radius:19px;padding:7px;margin:auto 0;display:flex;cursor:pointer}.virtual-event-detail .add-to-gm-btn i,.virtual-event-detail .share-btn i{color:#0f6bbf}.virtual-event-detail .room-fee{margin:auto 0 auto auto}.virtual-event-detail .room-fee li{background-color:#d0bcff;padding:5px 0;text-align:center;width:108px;border-radius:10px}@media(max-width:575.8px){.virtual-event-detail .room-fee li{margin:0!important}}.virtual-event-detail .room-fee li p{margin-bottom:0}.virtual-event-detail .room-fee li .price-label{color:#7a757f}.virtual-event-detail .room-fee li .price-value{color:#171e00}.my-learning-virtual-event-detail .room-title-row{justify-content:center;align-items:flex-start;padding:15px 26px;height:68px;background-color:#051f4e;display:flex}.my-learning-virtual-event-detail .room-title-row h3{color:#fff;font-weight:700;font-size:24px;line-height:44px;margin-right:auto}.my-learning-virtual-event-detail .room-title-row .btn-yliway-enroll{background-color:#a400ff;width:120px;border-radius:10px;border:0}.my-learning-virtual-event-detail .room-title-row .btn-yliway-enroll:hover{background-color:#7300b3}.my-learning-virtual-event-detail .courses-banner-wrap .object-cover,.virtual-event-detail .courses-banner-wrap .object-cover{height:calc(100vh - 140px)}.my-learning-virtual-event-detail .speakers,.virtual-event-detail .speakers{border:1px solid #0f6bbf;border-radius:8px}.my-learning-virtual-event-detail .speakers .connection-user-cover-img,.virtual-event-detail .speakers .connection-user-cover-img{border-top-left-radius:8px;border-top-right-radius:8px}.my-learning-virtual-event-detail .speakers .card-body,.virtual-event-detail .speakers .card-body{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important}.my-learning-virtual-event-detail .related-groups,.virtual-event-detail .related-groups{border:1px solid #0f6bbf;border-radius:8px}.my-learning-virtual-event-detail .related-groups img,.virtual-event-detail .related-groups img{height:88px;border-top-left-radius:8px;border-top-right-radius:8px}.my-learning-virtual-event-detail .related-groups .card-body,.virtual-event-detail .related-groups .card-body{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important}.my-learning-virtual-event-detail .related-groups .card-body .group-type,.virtual-event-detail .related-groups .card-body .group-type{color:#77838f;font-weight:400;font-size:12px;text-transform:capitalize}.my-learning-virtual-event-detail .related-groups .card-body .group-type img,.virtual-event-detail .related-groups .card-body .group-type img{width:20px;height:20px}.my-learning-virtual-event-detail .related-groups .card-body .group-members,.virtual-event-detail .related-groups .card-body .group-members{color:#77838f;font-weight:400;font-size:12px;text-transform:capitalize}.my-learning-virtual-event-detail .add-participants,.virtual-event-detail .add-participants{border-radius:8px;background-color:#fff;width:430px;height:250px;position:absolute;left:19px;top:39%}.my-learning-virtual-event-detail .add-participants .header,.virtual-event-detail .add-participants .header{font-size:22px;margin-top:3px}.my-learning-virtual-event-detail .add-participants .close-icon,.virtual-event-detail .add-participants .close-icon{font-size:34px;margin:0}.my-learning-virtual-event-detail .add-participants .btn-addParticipents,.virtual-event-detail .add-participants .btn-addParticipents{display:flex;align-items:center;margin-top:15px;height:45px;width:180px}.my-learning-virtual-event-detail .add-participants .btn-icon,.virtual-event-detail .add-participants .btn-icon{font-size:22px;padding-top:2px}.my-learning-virtual-event-detail .add-participants .btn-text,.virtual-event-detail .add-participants .btn-text{font-size:14px}.my-learning-virtual-event-detail .add-participants .text,.virtual-event-detail .add-participants .text{font-size:14.5px}@media(max-width:1540px){.my-learning-virtual-event-detail .add-participants,.virtual-event-detail .add-participants{border-radius:8px;background-color:#fff;width:400px;height:230px;position:absolute;left:19px;top:37%}.my-learning-virtual-event-detail .add-participants .header,.virtual-event-detail .add-participants .header{font-size:22px;margin-top:3px}.my-learning-virtual-event-detail .add-participants .close-icon,.virtual-event-detail .add-participants .close-icon{font-size:34px;margin:0}.my-learning-virtual-event-detail .add-participants .btn-addParticipents,.virtual-event-detail .add-participants .btn-addParticipents{display:flex;align-items:center;margin-top:15px;height:45px;width:180px}.my-learning-virtual-event-detail .add-participants .btn-icon,.virtual-event-detail .add-participants .btn-icon{font-size:22px;padding-top:2px}.my-learning-virtual-event-detail .add-participants .btn-text,.virtual-event-detail .add-participants .btn-text{font-size:14px}.my-learning-virtual-event-detail .add-participants .text,.virtual-event-detail .add-participants .text{font-size:13px}.my-learning-virtual-event-detail .add-participants .p-3,.virtual-event-detail .add-participants .p-3{padding-bottom:.5rem!important}}@media(max-width:1440px){.my-learning-virtual-event-detail .add-participants,.virtual-event-detail .add-participants{width:350px;height:230px;top:40%}.my-learning-virtual-event-detail .add-participants .header,.virtual-event-detail .add-participants .header{font-size:20px;margin-top:3px}.my-learning-virtual-event-detail .add-participants .close-icon,.virtual-event-detail .add-participants .close-icon{font-size:30px}.my-learning-virtual-event-detail .add-participants .btn-addParticipents,.virtual-event-detail .add-participants .btn-addParticipents{display:flex;align-items:center;margin-top:12px;height:40px;width:157px}.my-learning-virtual-event-detail .add-participants .btn-icon,.virtual-event-detail .add-participants .btn-icon{font-size:18px;padding-top:2px}.my-learning-virtual-event-detail .add-participants .btn-text,.virtual-event-detail .add-participants .btn-text{font-size:12px}.my-learning-virtual-event-detail .add-participants .text,.virtual-event-detail .add-participants .text{font-size:11px}}@media(max-width:1024px){.my-learning-virtual-event-detail .add-participants,.virtual-event-detail .add-participants{width:300px;height:215px;top:42%}.my-learning-virtual-event-detail .add-participants .header,.virtual-event-detail .add-participants .header{font-size:18px;margin-top:3px}.my-learning-virtual-event-detail .add-participants .close-icon,.virtual-event-detail .add-participants .close-icon{font-size:30px}.my-learning-virtual-event-detail .add-participants .btn-addParticipents,.virtual-event-detail .add-participants .btn-addParticipents{display:flex;align-items:center;margin-top:12px;height:34px;width:138px}.my-learning-virtual-event-detail .add-participants .btn-icon,.virtual-event-detail .add-participants .btn-icon{font-size:15px;padding-top:2px}.my-learning-virtual-event-detail .add-participants .btn-text,.virtual-event-detail .add-participants .btn-text{font-size:10px}.my-learning-virtual-event-detail .add-participants .text,.virtual-event-detail .add-participants .text{font-size:11px}}@media(max-width:770px){.my-learning-virtual-event-detail .add-participants,.virtual-event-detail .add-participants{width:260px;height:200px;top:45%}.my-learning-virtual-event-detail .add-participants .header,.virtual-event-detail .add-participants .header{font-size:16px;margin-top:3px}.my-learning-virtual-event-detail .add-participants .close-icon,.virtual-event-detail .add-participants .close-icon{font-size:25px}.my-learning-virtual-event-detail .add-participants .btn-addParticipents,.virtual-event-detail .add-participants .btn-addParticipents{display:flex;align-items:center;margin-top:12px;height:30px;width:128px}.my-learning-virtual-event-detail .add-participants .btn-icon,.virtual-event-detail .add-participants .btn-icon{font-size:13px;padding-top:2px}.my-learning-virtual-event-detail .add-participants .btn-text,.virtual-event-detail .add-participants .btn-text{font-size:9px}.my-learning-virtual-event-detail .add-participants .text,.virtual-event-detail .add-participants .text{font-size:10px}}.my-learning-virtual-event-detail .expire-notification,.virtual-event-detail .expire-notification{display:flex;color:#fff;background-color:#181818;border-radius:8px;padding:15px;justify-content:space-between}.my-learning-virtual-event-detail .expire-notification .icon,.virtual-event-detail .expire-notification .icon{font-size:24px}.my-learning-virtual-event-detail .expire-notification .notification,.virtual-event-detail .expire-notification .notification{font-size:17px}@media(max-width:1024px){.my-learning-virtual-event-detail .expire-notification,.virtual-event-detail .expire-notification{display:flex;color:#fff;background-color:#181818;border-radius:8px;padding:13px;justify-content:space-between}.my-learning-virtual-event-detail .expire-notification .icon,.virtual-event-detail .expire-notification .icon{font-size:18px;padding-top:2px}.my-learning-virtual-event-detail .expire-notification .notification,.virtual-event-detail .expire-notification .notification{font-size:14px;padding-bottom:5px}}@media(max-width:768px){.my-learning-virtual-event-detail .expire-notification,.virtual-event-detail .expire-notification{display:flex;color:#fff;background-color:#181818;border-radius:8px;padding:10px;justify-content:space-between}.my-learning-virtual-event-detail .expire-notification .icon,.virtual-event-detail .expire-notification .icon{font-size:15px}.my-learning-virtual-event-detail .expire-notification .notification,.virtual-event-detail .expire-notification .notification{font-size:10px;padding-bottom:5px}}.carousel-container{position:relative}.carousel-container .react-multi-carousel-list{position:unset}.carousel-container .react-multi-carousel-list .react-multi-carousel-dot-list .react-multi-carousel-dot button{background-color:#d1d5db;border:none}.carousel-container .react-multi-carousel-track{margin-bottom:25px!important}.carousel-container .react-multi-carousel-track .react-multi-carousel-item{width:auto!important;padding:0 8px 25px 4px!important}.react-multi-carousel-list{padding-left:inherit;padding-right:inherit}.react-multi-carousel-item{width:182px!important}.react-multiple-carousel__arrow--left{left:-53px!important}.react-multiple-carousel__arrow--left,.react-multiple-carousel__arrow--right{position:absolute!important;top:50%;transform:translateY(-50%);background-color:#6750a4!important;color:#fff;width:32px;height:32px;border-radius:50px}.react-multiple-carousel__arrow--right{right:-53px!important}.custom-dot-list-style button{border:none;background:#6750a4}.react-multi-carousel-dot.react-multi-carousel-dot--active button{background:#6750a4!important}.student-feedback-title-heading{color:#051f4e;font-size:24px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.15px}.text-error{font-size:12px;font-weight:400;line-height:16px;color:red}.create-company .form-label sup{color:inherit!important}.custom-welcomedate-select .react-datepicker{border-color:#051f4e}.custom-welcomedate-select .react-datepicker .react-datepicker__header{background-color:#051f4e;border-bottom-color:#051f4e}.custom-welcomedate-select .react-datepicker .react-datepicker__header .react-datepicker__current-month,.custom-welcomedate-select .react-datepicker .react-datepicker__header .react-datepicker__day-name{color:#fff}.custom-welcomedate-select .react-datepicker .react-datepicker__day,.custom-welcomedate-select .react-datepicker .react-datepicker__day-name,.custom-welcomedate-select .react-datepicker .react-datepicker__time-name{width:1.875rem;line-height:1.875rem}.skill-card{position:relative}.skill-card,.skill-card:hover{transition:all .2s ease-in-out}.skill-card:hover{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}.skill-card:before{content:" ";display:block;width:.1875rem;bottom:.5rem;top:.5rem;position:absolute;left:0;background-color:#051f4e;border-radius:.625rem}.skill-card .greenshield{position:absolute;top:.25rem;right:.25rem}.certificate-badge{position:absolute;top:0;right:82px}@media(max-width:767.8px){.certificate-badge{right:40px}}@media(max-width:575.8px){.certificate-badge{right:2px;width:100px}}.started-conatiner{border:none;background-color:#fff;padding-left:0;padding-right:0}.started-conatiner .box{padding:1rem}.started-conatiner .image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.started-conatiner2{border:none;margin-top:1rem;background-color:#fff;padding:1rem}.started-conatiner2 .started-links{color:#6750a4}.started-conatiner2 .text{color:#051f4e;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.25px}.view-all-container{background-color:#fff;max-width:52.5rem}.view-all-container .heading{color:#1c1b1e;font-size:1.375rem;font-style:normal;font-weight:400;line-height:1.75rem}.view-all-container .box{padding-top:2rem;padding-bottom:1rem}.view-all-container .box .search-bar,.view-all-container .card1-container{margin-top:1.5rem;margin-bottom:1.5rem}.view-all-container .card1-container .headerText{color:#051f4e;font-size:2rem;font-style:normal;font-weight:400;line-height:2.5rem}.view-all-container .card1-container .para{color:#051f4e;margin-left:.3rem;margin-top:1rem;margin-bottom:1rem;font-size:1.375rem;font-style:normal;font-weight:400;line-height:1.75rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.view-all-container .card-2-container{display:flex;margin-bottom:1rem}@media(max-width:599.8px){.view-all-container .card-2-container{flex-direction:column}}.view-all-container .card-2-container .header-text{font-size:1.5rem;font-weight:400;line-height:2rem;-webkit-line-clamp:2}.view-all-container .card-2-container .header-text,.view-all-container .card-2-container .para{color:#051f4e;font-style:normal;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.view-all-container .card-2-container .para{margin-left:.3rem;margin-top:.25rem;margin-bottom:.25rem;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.1px;text-transform:capitalize;-webkit-line-clamp:3}.view-all-container .name{cursor:pointer;color:#6750a4;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem;letter-spacing:.15px;text-transform:capitalize}.view-all-container .name-text{color:#7a757f;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:.25px;text-transform:capitalize}.view-all-container .read-more-text{color:#6750a4;text-align:center;font-size:.875rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.25px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.view-btn{border-radius:100px}.view-icon-btn{background:var(--m-3-sys-light-primary,#6750a4);padding-left:1rem;padding-right:1.5rem}.view-btn-2{padding-left:1.5rem;padding-right:1.5rem}.view-btn-label-text{text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.1px}.view-icon-label-color{color:var(--m-3-sys-light-on-primary,#fff)}.view-btn2-label-color{color:var(--m-3-sys-light-primary,#6750a4)}.viewed-profile-name{color:var(--m-3-sys-light-primary,#6750a4);font-size:16px;font-weight:400;line-height:24px}.viewed-profile-name,.viewed-profile-position{text-transform:capitalize;font-style:normal;letter-spacing:.5px}.viewed-profile-position{color:#051f4e;font-size:12px;font-weight:500;line-height:16px}.viewed-profile-view-text{text-transform:capitalize;color:var(--m-3-ref-neutral-neutral-50,#79767a);font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:.5px}.viewed-divider{margin:12px 0}.viewed-profile-header .text{font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:.15px}.viewed-profile-header .count-color{color:var(--m-3-sys-light-primary,#6750a4)}.viewed-profile-header .text-color{color:var(--Heading-Color,#051f4e)}.unlock-text{color:var(--m-3-sys-light-primary,#6750a4);font-size:14px;font-style:normal;font-weight:400;line-height:20px}.btn,.unlock-text{letter-spacing:.25px}.btn{padding:.75rem 1rem;font-size:.875rem;line-height:1.3;box-shadow:none;font-weight:600;border-radius:.5rem}@media(max-width:1199.8px){.btn{box-shadow:none!important}}@media(max-width:767.8px){.btn{font-size:.875rem!important}}.btn-group-sm>.btn,.btn.btn-sm{padding:.5rem 1rem;font-size:.875rem;line-height:1.3;box-shadow:none}.btn-group-sm>.btn.font-12,.btn.btn-sm.font-12{font-size:.75rem}.btn-group-lg>.btn,.btn.btn-lg{padding:1rem;font-size:1.25rem;line-height:1.3;box-shadow:none;min-width:325px}.btn.btn-xxl{min-width:450px}@media(max-width:575.8px){.btn.btn-xxl{min-width:100%}}.btn.btn-xxxl{min-width:550px}@media(max-width:991.8px){.btn.btn-xxxl{min-width:100%}}.btn.btn-md{min-width:214px}@media(max-width:575.8px){.btn.btn-md{min-width:100%}}.btn.btn-primary{box-shadow:0 4px 25px rgba(15,107,191,.2)}.btn.btn-white{background:#fff;border-radius:.5rem;color:#0f6bbf;font-size:.875rem;font-weight:700;padding:.5rem 1rem}.btn.btn-white:active,.btn.btn-white:hover{background-color:#e0e0e0;transition:all .2s ease-in-out}.btn.btn-secondary-purple{background:#a400ff;border-radius:.5rem;color:#fff;font-size:.875rem;font-weight:700;padding:.75rem 1.5rem}.btn.btn-secondary-purple:active,.btn.btn-secondary-purple:hover{background-color:#7300b3;transition:all .2s ease-in-out}.btn.btn-outline-white{background:none;border:1px solid #fff;border-radius:.5rem;color:#fff;font-size:.875rem;font-weight:700;padding:.5rem 1rem}.btn.btn-outline-white:active,.btn.btn-outline-white:hover{background-color:#fff;color:#0f6bbf;transition:all .2s ease-in-out}.btn.btn-primary-light{background-color:rgba(15,107,191,.16);color:#0f6bbf}.btn.btn-primary-light:hover{background-color:#0f6bbf;color:#fff}.btn.btn-light-primary{background-color:#eff0f6;color:#0f6bbf}.btn.btn-light-primary:hover{background-color:#d6e1ec;color:#0f6bbf}.btn.border-pink{border-color:#fe80fe}.btn.font-14{font-size:.875rem}.btn.font-16{font-size:1rem}.btn.btn-dark-secondary{border:none;background-color:rgba(5,31,78,.25)!important;color:#fff!important}.btn.btn-dark-secondary:hover{background-color:rgba(5,31,78,.15)!important;border-color:rgba(5,31,78,.15)!important;color:#fff}.btn.btn-dark-secondary.focus,.btn.btn-dark-secondary:focus{box-shadow:0 0 0 .2rem rgba(5,31,78,.15)!important}.btn.btn-dark-secondary:not(:disabled):not(.disabled):active{background-color:rgba(5,31,78,.15)!important;border-color:rgba(5,31,78,.15)!important}.btn.btn-dark-bt-secondary{border:none;background-color:rgba(5,31,78,.25)!important;color:#051f4e!important}.btn.btn-dark-bt-secondary:hover{background-color:rgba(5,31,78,.15)!important;border-color:rgba(5,31,78,.15)!important;color:#fff}.btn.btn-dark-bt-secondary.focus,.btn.btn-dark-bt-secondary:focus{box-shadow:0 0 0 .2rem rgba(5,31,78,.15)!important}.btn.btn-dark-bt-secondary:not(:disabled):not(.disabled):active{background-color:rgba(5,31,78,.15)!important;border-color:rgba(5,31,78,.15)!important}.btn.btn-outline-info .icon:before{color:#0f6bbf;top:0;position:relative}.btn.btn-outline-info .svg-icon{fill:#0f6bbf}.btn.btn-outline-info:hover .icon:before{color:#fff}.btn.btn-outline-info:hover .svg-icon{fill:#fff}.btn.btn-outline-info .plus-icon:before{top:2px;font-size:1rem;position:relative}.btn.btn-info .svg-icon,.btn.btn-info:hover .svg-icon{fill:#fff}.btn .next-icon{width:1.5625rem;vertical-align:bottom}.btn .next-icon:before{font-size:24px;position:relative;top:5px;line-height:10px;margin-left:5px}.btn .previous-icon{width:1.5625rem;vertical-align:bottom}.btn .previous-icon:before{font-size:24px;position:relative;top:4px;line-height:10px;margin-right:5px}.btn.btn-outline-gray{border-color:#77838f;color:#77838f}.btn.btn-outline-gray:hover{background-color:#051f4e;color:#fff}.btn.btn-outline-gray:hover .icon:before{color:#fff}.btn.btn-link{box-shadow:none}.btn.btn-link.btn-link-hover:active,.btn.btn-link.btn-link-hover:hover{text-decoration:none}.btn.btn-link.btn-link-hover:active .link-text,.btn.btn-link.btn-link-hover:hover .link-text{text-decoration:underline}.btn.btn-link.btn-link-primary{padding:0;color:#0f6bbf}.btn.btn-link.btn-link-secondary-purple{padding:0;color:#a400ff}.gary-light-btn{padding:.75rem 1.25rem}@media(max-width:767.8px){.gary-light-btn{font-size:.875rem}}@media(min-width:992px){.form-group{margin-bottom:1.5rem}}.resize-feild{resize:auto}label{font-size:.875rem;font-weight:400;letter-spacing:.1px;margin-bottom:.5rem}@media(max-width:1439.8px){label{font-size:1rem}}.form-control{border:1px solid #7a757f!important;border-radius:.25rem;height:3.125rem;padding:1rem .90625rem;color:#1c1b1e}.form-control::-webkit-input-placeholder{color:#1c1b1e;opacity:.5}.form-control:-moz-placeholder,.form-control::-moz-placeholder{color:#1c1b1e;opacity:.5}.form-control:-ms-input-placeholder{color:#1c1b1e;opacity:.5}.form-control:focus{color:#1c1b1e;box-shadow:0 0 0 .2rem rgba(15,107,191,.15);border-color:#0f6bbf}.form-control[readonly]{color:#71809b}textarea.form-control{height:auto}.form-control-sm{height:45px;padding:.5rem;font-size:.875rem;line-height:1.5;border-radius:.75rem}@media(max-width:767.8px){.form-control-sm{height:35px}}.form-control-lg{height:calc(1.5em + 2.5rem + 2px);padding:1.25rem;font-size:1.25rem;line-height:1.5;border-radius:.75rem}.error,.form-error{color:red;font-size:12px}.form-error{font-weight:400;line-height:16px;margin-bottom:5px}.has-danger{color:#ff6b6c}.has-danger .form-control{border-color:#ff6b6c}.custom-checkbox.vertical label{display:block}.custom-checkbox label{margin:0 10px 10px 0;padding:0 0 0 26px;cursor:pointer;position:relative;display:inline-block;color:#6750a4}.custom-checkbox input[type=checkbox]{display:none}.custom-checkbox input[type=checkbox]+span{content:"";display:inline-block;width:18px;height:18px;position:absolute;left:0;background:#fff;border:1px solid #000;border-radius:.25rem}.custom-checkbox input[type=checkbox]+span.wt-text{margin-top:-.75rem}.custom-checkbox input[type=checkbox]:checked+span{border:1px solid #6750a4;background:#6750a4;transition:all .3s}.custom-checkbox input[type=checkbox]:checked~span:after{top:50%;left:50%;margin-left:-3px;margin-top:-7px;width:6px;height:10px;border-width:0 2px 2px 0!important;display:block;border:solid #fff;transform:rotate(45deg)}.custom-checkbox input[type=checkbox]~span:after{display:none;position:absolute;content:""}.custom-checkbox input[type=checkbox]:disabled+span{opacity:.7}.custom-checkbox.checkbox-blue input[type=checkbox]:checked+span{border-color:#6750a4;background:#6750a4}.modal-dialog .custom-radio input[type=radio]+span{left:0;right:0}.custom-radio.vertical label{display:block}.custom-radio label{margin:0 10px 10px 0;padding:0 0 0 26px;cursor:pointer;position:relative;display:inline-block}.custom-radio input[type=radio]{display:none}.custom-radio input[type=radio]+span{content:"";display:inline-block;width:20px;height:20px;position:absolute;left:0;top:-2px;background:#fff;border:1px solid #6c757d;border-radius:50%}.custom-radio input[type=radio]~span:after{display:none;position:absolute;content:""}.custom-radio input[type=radio]:disabled+span{opacity:.7}.custom-radio input[type=radio]:checked+span{background:#0f6bbf;border:2px solid #0f6bbf;transition:all .3s}.custom-radio input[type=radio]:checked~span:after{top:8px;left:8px;margin-left:-5px;margin-top:-5px;width:10px;height:10px;display:block;background:#fff;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}.custom-radio.custom-blue-radio.custom-radio-outline input[type=radio]+span{border-color:#0f6bbf}.custom-radio.custom-blue-radio.custom-radio-outline input[type=radio]:checked~span:after{background-color:#0f6bbf}.custom-radio.custom-radio-right{width:100%}.custom-radio.custom-radio-right label{margin:0;display:flex;align-items:center;justify-content:space-between;padding-left:0;padding-right:30px;font-size:1rem}.custom-radio.custom-radio-right input[type=radio]+span{right:0;left:auto;border:2px solid #77838f;transition:all .2s ease-in-out}.custom-radio.custom-radio-right input[type=radio]:checked+span{border-color:#0f6bbf;transition:all .2s ease-in-out}sup{color:#ff6b6c;font-size:.9375rem;top:0;left:3px}.ie8 .custom-checkbox input[type=checkbox],.ie8 .custom-radio input[type=radio]{display:inline-block}.ie8 .custom-checkbox span,.ie8 .custom-radio span{display:none}.custom-file-input-box{cursor:pointer;color:#fff;position:absolute;width:40px;height:40px;line-height:44px;text-align:center;border-radius:50rem;background-color:rgba(5,31,78,.5);right:-8px;margin:0 auto;font-size:20px;top:56px}.custom-file-input-box .custom-file-input-banner{display:none}.custom-file-input-box.profile-upload-icon{width:1.5rem;height:1.5rem;color:#051f4e;background:#fff;right:2px;bottom:0;top:auto;display:flex;align-items:center;justify-content:center;display:none}.custom-file-input-banner{visibility:hidden;width:44px;height:44px}.custom-file-input-banner:before{visibility:visible;position:relative;z-index:99;cursor:pointer;color:#fff;width:44px;height:44px;line-height:44px;display:inline-block;text-align:center;border-radius:50rem;background-color:rgba(5,31,78,.5)}.custom-newnumber-check .form-check{padding-left:0;display:block;margin-bottom:.9375rem}.custom-newnumber-check .form-check input[type=radio]{padding:0;height:auto;width:auto;margin-bottom:0;display:none;cursor:pointer}.custom-newnumber-check .form-check input[type=radio]:checked+label{background-color:#0f6bbf;color:#fff;border:.0625rem solid #0f6bbf}.custom-newnumber-check .form-check label{position:relative;cursor:pointer;background:#fff;border:.0625rem solid #d6e1ec;color:#979797;font-weight:600;font-size:1rem;width:2.5rem;height:2.5rem;border-radius:50rem;display:flex;align-items:center;justify-content:center}.custom-new-check .form-check{padding-left:0;display:block;margin-bottom:.9375rem}.custom-new-check .form-check input[type=radio]{padding:0;height:auto;width:auto;margin-bottom:0;display:none;cursor:pointer}.custom-new-check .form-check input[type=radio]:checked+label:after{content:"";position:absolute;top:54%;right:auto;bottom:auto;left:10px;margin-left:-.3125rem;margin-top:-.3125rem;width:.625rem;height:.625rem;display:block;background:#fff;border-radius:50rem;background:#0f6bbf}.custom-new-check .form-check label{position:relative;cursor:pointer;font-size:1rem}.custom-new-check .form-check label:before{content:"";-webkit-appearance:none;background-color:transparent;border:.0625rem solid #0f6bbf;box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);display:inline-block;position:relative;vertical-align:middle;cursor:pointer;margin-right:.3125rem;width:1.25rem;height:1.25rem;border-radius:50rem}.btn-dark{color:#051f4e;background-color:#d1d5db}.btn-upgrade_plan{color:#0f6bbf;background-color:#fff;max-width:200px;height:35px;padding:0;border-radius:8px}.btn-upgrade_plan .btn-dismiss-txt{font-size:15px}.btn-dismiss{color:#fff;background-color:#ffffff14;max-width:116px;height:35px;padding:0;border-radius:8px}.btn-dismiss .btn-dismiss-txt{font-size:15px}@media(max-width:1024px){.btn-upgrade_plan{max-width:80px;height:26px;padding-bottom:1;border-radius:5px}.btn-upgrade_plan .btn-dismiss-txt{font-size:11px}.btn-dismiss{max-width:70px;height:26px;border-radius:5px}.btn-dismiss .btn-dismiss-txt{font-size:10px}}@media(max-width:768px){.btn-upgrade_plan{max-width:65px;height:24px;border-radius:5px}.btn-upgrade_plan .btn-dismiss-txt{font-size:9px}.btn-dismiss{max-width:50px;height:24px;border-radius:5px}.btn-dismiss .btn-dismiss-txt{font-size:9px}}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn:focus{box-shadow:none}.btn:focus{outline:0}.form-control:focus{box-shadow:none;border:2px solid #d1d5db}.custom-multiselectcheck.profile-goal-btn button{font-weight:600!important;background-color:transparent!important;padding:0}.theme-dropdown.dropdown-secondary .btn-add-sec-custom{background-color:transparent!important;border:1px solid #0f6bbf;color:#0f6bbf!important}.theme-dropdown.dropdown-secondary .btn-add-sec-custom:hover{color:#fff!important;background-color:#0f6bbf!important}.theme-dropdown.dropdown-secondary .dropdown-toggle:hover .icon-plus-primary:before{color:#fff!important}.theme-dropdown.dropdown-secondary .dropdown-toggle .icon-plus-primary:before{color:#0f6bbf!important}.theme-dropdown.dropdown-secondary .dropdown-toggle .icon-plus-secondary:before{color:#051f4e!important}.form-group .input-shadow:focus{box-shadow:none;border:2px solid #d1d5db}.btn-course-card{position:absolute;bottom:-16px;right:0;z-index:1;font-size:.75rem!important;padding:8px!important;border-radius:0}.btn-outline-paper-white{border:1px solid #d1d5db;border-radius:0;background-color:#fff}.btn-outline-paper-white:hover{background-color:#eff0f6}.btn-rounded .btn{border-radius:50px}.btn-outline-secondary-purple{border:2px solid #a400ff;color:#a400ff}.btn-outline-secondary-purple:active,.btn-outline-secondary-purple:hover{background-color:#7300b3;transition:all .2s ease-in-out;color:#fff}.btn-outline-grey-secondary{border:1px solid #d6e1ec;color:#051f4e;transition:all .2s ease-in-out}.btn-outline-grey-secondary:active,.btn-outline-grey-secondary:hover{background-color:#fafafa;transition:all .2s ease-in-out;color:#051f4e}.add-card-stripe-input{height:auto;padding:1.178rem 1rem!important}.add-card-stripe-input:hover{border:1px solid #1c1b1e!important}.add-card-stripe-input:active,.add-card-stripe-input:focus{border:1px solid #6750a4!important}.form-border .form-control{border:1px solid #7a757f}.form-border .form-control:focus{border:2px solid #7a757f}header{background:#fff;position:fixed;left:0;right:0;z-index:1450}header .header-box div .dashbord-page,header .header-box div .signup-option{padding:.6875rem 0}@media(max-width:1199.8px){header .header-box{padding:0}}header .navbar-brand{margin-right:0}@media(max-width:1199.8px){header .navbar-brand{max-width:80%;padding:0}}@media(max-width:767.8px){header .navbar-brand{max-width:65%}}header .login-buttons{display:none}header .login-buttons .signup-btn{min-width:130px;padding:.8125rem .625rem;font-size:.875rem}@media(max-width:1199.8px){header .login-buttons .signup-btn{padding:.75rem .625rem}}@media(max-width:767.8px){header .login-buttons .signup-btn{padding:.625rem}}header .header-searchbar{margin-left:0;width:100%}@media(max-width:575.8px){header .header-searchbar{display:none!important}}header .header-searchbar .form-control{height:2.25rem;width:18.25rem;font-size:.875rem;border-radius:0;padding:.625rem 1rem .625rem 2.25rem;border-color:transparent;background:#eff0f6}header .header-searchbar .form-control:-ms-input-placeholder{color:#6c757d;opacity:.8}header .header-searchbar .form-control::-moz-placeholder{color:#6c757d;opacity:.8}header .header-searchbar .form-control::placeholder{color:#6c757d;opacity:.8}@media(max-width:1199.8px){header .header-searchbar .form-control{width:15.9375rem}}@media(max-width:767.8px){header .header-searchbar .form-control{height:2.5rem;padding:.75rem 1rem .75rem 2.5rem;font-size:.875rem}}header .header-searchbar .bx{position:absolute;font-size:1rem;top:.6875rem;left:.875rem;color:#77838f}@media(max-width:767.8px){header .header-searchbar .bx{font-size:1.375rem}}header .header-menu .dropdown-item,header .header-menu .dropdown-item:active{color:#051f4e}header .header-menu .notif-icon-popup{position:absolute;top:0;right:28px;bottom:auto;left:auto;background:#6750a4;width:auto;height:.8125rem;border-radius:.5rem;display:flex;font-size:.5rem;color:#fff;font-weight:300;align-items:center;justify-content:center;line-height:1;padding:.1875rem .25rem}@media(max-width:1199.8px){header .header-menu .notif-icon-popup{position:absolute;top:17px;right:8px;bottom:auto;left:auto}}@media(max-width:575.8px){header .searchbar-wrap{margin-right:3.125rem;font-size:1.75rem}header .searchbar-wrap .form-control{position:absolute;left:15px;top:60px;width:calc(100% - 30px);margin:0 auto;height:40px;font-size:.875rem;padding:.625rem}header .searchbar-wrap .bx:before{color:#71809b}header .header-left-wrap{width:100%}}header .signup-option .login-buttons{display:inline-block}header .signup-option .login-buttons~div{display:none}header .signup-option .login-buttons .btn-link{text-decoration:none}@media(max-width:1199.8px){header .signup-option .login-buttons .btn-link{padding:0}}header .signup-option .login-buttons .btn-link:focus{box-shadow:none}header .signup-option .header-searchbar,header .signup-option .searchbar-wrap{display:none}@media(max-width:575.8px){header .signup-option .header-left-wrap{width:auto}header .signup-option .login-buttons .signup-btn{font-size:.75rem;padding:.4375rem 1.125rem;min-width:auto}header .signup-option .navbar-brand{max-width:100%}header .signup-option .header-logo{width:180px}}@media(max-width:320.8px){header .signup-option .login-buttons .signup-btn{padding:.625rem}}header .bm-menu-wrap .navbar{display:inline-block!important;padding:0;line-height:.875rem}@media(max-width:1199.8px){header .bm-menu-wrap .navbar{display:block!important}}header .bm-menu-wrap .navbar .nav-link{padding:0;color:#051f4e;font-size:.875rem;line-height:1.05875rem;letter-spacing:.015625}@media(min-width:1200px){header .bm-menu-wrap .navbar .nav-link:hover{color:#0f6bbf}}@media(max-width:1199.8px){header .bm-menu-wrap .navbar .nav-link{color:#fff!important;font-size:1rem}}.custom-tab .card-header-tabs header .bm-menu-wrap .navbar.menu-item.nav-link:focus .nav-link,.custom-tab .card-header-tabs header .bm-menu-wrap .navbar.menu-item.nav-link:hover .nav-link,header .bm-menu-wrap .custom-tab .card-header-tabs .navbar.menu-item.nav-link:focus .nav-link,header .bm-menu-wrap .custom-tab .card-header-tabs .navbar.menu-item.nav-link:hover .nav-link,header .bm-menu-wrap .navbar.menu-item.active .nav-link{color:#0f6bbf}header .bm-menu.header-menu .bm-item-list{display:flex;align-items:center;justify-content:space-between}@media(max-width:1199.8px){header .bm-menu.header-menu .bm-item-list{display:block}}header .bm-item-list a{display:inline-block;padding-bottom:0}@media(min-width:1200px){header .bm-menu{overflow:visible!important;overflow:initial!important}}header .bm-menu .menu-item{position:relative;display:inline-block;color:#051f4e;font-size:.875rem;margin:0 .5rem;line-height:1.05875rem;letter-spacing:.015625rem;text-align:center;font-weight:500}@media(min-width:1200px){.custom-tab .card-header-tabs header .bm-menu .menu-item.nav-link:focus,.custom-tab .card-header-tabs header .bm-menu .menu-item.nav-link:hover,header .bm-menu .custom-tab .card-header-tabs .menu-item.nav-link:focus,header .bm-menu .custom-tab .card-header-tabs .menu-item.nav-link:hover,header .bm-menu .menu-item.active,header .bm-menu .menu-item:hover{color:#6750a4;position:relative}.custom-tab .card-header-tabs header .bm-menu .menu-item.nav-link:focus a,.custom-tab .card-header-tabs header .bm-menu .menu-item.nav-link:hover a,header .bm-menu .custom-tab .card-header-tabs .menu-item.nav-link:focus a,header .bm-menu .custom-tab .card-header-tabs .menu-item.nav-link:hover a,header .bm-menu .menu-item.active a,header .bm-menu .menu-item:hover a{color:#6750a4}.custom-tab .card-header-tabs header .bm-menu .menu-item.nav-link:focus:after,.custom-tab .card-header-tabs header .bm-menu .menu-item.nav-link:hover:after,header .bm-menu .custom-tab .card-header-tabs .menu-item.nav-link:focus:after,header .bm-menu .custom-tab .card-header-tabs .menu-item.nav-link:hover:after,header .bm-menu .menu-item.active:after,header .bm-menu .menu-item:hover:after{content:"";position:absolute;top:auto;right:0;bottom:-1.9375rem;left:0;height:.25rem;background-color:#6750a4;z-index:-1}.custom-tab .card-header-tabs header .bm-menu .menu-item.nav-link:focus em:before,.custom-tab .card-header-tabs header .bm-menu .menu-item.nav-link:hover em:before,header .bm-menu .custom-tab .card-header-tabs .menu-item.nav-link:focus em:before,header .bm-menu .custom-tab .card-header-tabs .menu-item.nav-link:hover em:before,header .bm-menu .menu-item.active em:before,header .bm-menu .menu-item:hover em:before{color:#6750a4}.custom-tab .card-header-tabs header .bm-menu .menu-item.nav-link:focus .nav-link,header .bm-menu .custom-tab .card-header-tabs .menu-item.nav-link:focus .nav-link,header .bm-menu .menu-item.active .nav-link,header .bm-menu .menu-item:hover .nav-link{color:#fff}}@media(max-width:1199.8px){header .bm-menu .menu-item{color:#fff;display:block;text-align:left;font-size:1rem;width:100%;padding:1.25rem 0;display:flex;align-items:center}.custom-tab .card-header-tabs header .bm-menu .menu-item.nav-link:focus,.custom-tab .card-header-tabs header .bm-menu .menu-item.nav-link:hover,header .bm-menu .custom-tab .card-header-tabs .menu-item.nav-link:focus,header .bm-menu .custom-tab .card-header-tabs .menu-item.nav-link:hover,header .bm-menu .menu-item.active,header .bm-menu .menu-item:hover{color:#fff;position:relative}.custom-tab .card-header-tabs header .bm-menu .menu-item.nav-link:focus a,.custom-tab .card-header-tabs header .bm-menu .menu-item.nav-link:hover a,header .bm-menu .custom-tab .card-header-tabs .menu-item.nav-link:focus a,header .bm-menu .custom-tab .card-header-tabs .menu-item.nav-link:hover a,header .bm-menu .menu-item.active a,header .bm-menu .menu-item:hover a{color:#fff}}@media(max-width:599.8px){header .bm-menu .menu-item{padding:1rem 0}}header .bm-menu .menu-item em{display:block;text-align:center;font-size:1.5rem;padding-bottom:.625rem}@media(max-width:1199.8px){header .bm-menu .menu-item em{padding-bottom:0;padding-right:.9375rem;display:inline-block}header .bm-menu .menu-item em:before{color:#0f6bbf}}header .bm-menu .user-profile{padding-right:0;padding-left:0;margin-left:.5rem;color:#d1d5db;font-weight:500;position:relative}@media(max-width:1199.8px){header .bm-menu .user-profile{align-items:center;margin:.75rem 0 0 .5rem}}header .bm-menu .user-profile:after{display:none}header .bm-menu .user-profile .pic-wrap{width:40px;height:40px;border-radius:50rem;overflow:hidden;display:block;margin:0 auto}header .bm-menu .user-profile .user-down-icon{position:absolute;right:-4px;bottom:0;background:#d1d5db;color:#002333;border-radius:3.125rem;display:inline-flex;align-items:center;justify-content:center;font-size:1rem}header .bm-menu .user-profile p{color:#d1d5db!important}@media(max-width:1199.8px){header .bm-menu .user-profile p{color:#fff!important}}header .bm-menu .header-user-dropdown .dropdown-menu.dropdown-inner-left{top:100%!important;transform:translateY(16px)!important}@media(max-width:1199.8px){header .bm-menu .header-user-dropdown .dropdown-menu.dropdown-inner-left{width:100%}}header .business-navbar{border-radius:.625rem}header .business-navbar .dropdown-menu{min-width:16.375rem;box-shadow:0 6px 15px rgba(0,0,0,.25);border-radius:.625rem;padding:0;overflow:hidden;left:-180px;border:0}@media(max-width:1199.8px){header .business-navbar .dropdown-menu{left:0;position:static!important;min-width:auto;margin-left:0!important;margin-top:20px!important}}header .business-navbar .dropdown-menu .dropdown-item{padding:.9375rem 1.25rem;font-weight:500;font-size:.9375rem;border:1px solid #000}@media(max-width:1199.8px){.custom-tab .card-header-tabs header .business-navbar .dropdown-menu .dropdown-item.nav-link:focus,.custom-tab .card-header-tabs header .business-navbar .dropdown-menu .dropdown-item.nav-link:hover,header .business-navbar .dropdown-menu .custom-tab .card-header-tabs .dropdown-item.nav-link:focus,header .business-navbar .dropdown-menu .custom-tab .card-header-tabs .dropdown-item.nav-link:hover,header .business-navbar .dropdown-menu .dropdown-item.active{background-color:transparent;color:#051f4e!important}}header .business-navbar .dropdown-menu .dropdown-item:active{background-color:#e9ecef}@media(max-width:1199.8px){header .business-navbar .dropdown-menu .dropdown-item{padding:.75rem}}header .business-navbar .dropdown-menu .dropdown-item img{padding-right:.75rem}@media(max-width:1199.8px){header .business-navbar .dropdown-menu .dropdown-item img{max-width:17%}.bm-burger-button{position:absolute;width:26px;right:15px;top:22px}.bm-burger-button svg g{stroke:#6750a4}.bm-burger-bars{background:#051f4e}.bm-burger-bars-hover{background:#a90000}.bm-cross-button{height:24px;width:24px}.bm-cross{background:#bdc3c7;height:30px!important}.bm-menu-wrap{position:fixed;height:100%;right:0!important;left:auto;top:0;transform:none!important}}@media(max-width:1199.8px)and (max-width:599.8px){.bm-menu-wrap{right:0!important;width:100%!important}}@media(max-width:1199.8px){.bm-menu{background:#051f4e;overflow-y:scroll!important;overflow-x:hidden!important}.bm-morph-shape{fill:#051f4e}.bm-item-list{color:#b8b7ad;padding:.8em}.bm-item{display:inline-block}.bm-overlay{left:0;top:0;background:rgba(0,0,0,.3)}}@media(min-width:1200px){.bm-burger-bars,.bm-burger-button,.bm-overlay{display:none!important}header [hidden]{display:block!important}.bm-menu-wrap{transform:none!important;position:static!important;width:auto!important}}.mega-search{position:absolute;top:57px;right:auto;bottom:auto;left:36px;width:39.375rem}.mega-search .list-unstyled{max-height:13.125rem;overflow-y:auto}@media(max-width:575.8px){.mega-search{right:.9375rem;left:.9375rem;width:auto;top:3.75rem}}.header-search-box{display:flex;align-items:center;justify-content:flex-start;overflow-x:auto}.header-search-box .header-search-list{height:6rem;margin-right:1rem;padding:.5rem .625rem;text-align:center;box-shadow:none}.header-search-box .header-search-list:hover{background-color:#eff0f6}.header-search-box a:last-child .header-search-list{margin-right:0}.caret-none .dropdown-toggle:after{display:none}.bg-hover:hover{background-color:#eff0f6}.item-text{font-size:12px;font-weight:400;font-family:Inter,sans-serif}.notification-postions{position:absolute;top:-12px;left:32%;transform:translate(-74%)}@media(max-width:1199.8px){.notification-postions{top:26px}}@media(max-width:599.8px){.notification-postions{top:24px;left:22%;transform:none}}.view-all-global-search{font-size:12px;font-weight:600;cursor:pointer}.gap-16{gap:1rem}footer .section-footer{max-width:96.875rem;margin:0 auto}footer .section-footer .social-links li a{font-size:1.25rem}footer .section-footer ul{padding:0;list-style:none}footer .section-footer ul li a{color:#fff;font-size:.688rem;line-height:1.05875rem;font-weight:400;transition:all .3s}footer .section-footer ul li a:hover{color:#eff0f6}.custom-tab .card-header-tabs footer .section-footer ul li a.nav-link:focus,.custom-tab .card-header-tabs footer .section-footer ul li a.nav-link:hover,footer .section-footer ul li .custom-tab .card-header-tabs a.nav-link:focus,footer .section-footer ul li .custom-tab .card-header-tabs a.nav-link:hover,footer .section-footer ul li a.active,footer .section-footer ul li a:active{color:#002333}footer .section-footer ul li:last-child{margin-bottom:0}.custom-tab .card-header-tabs footer .section-footer ul li.nav-link:focus a,.custom-tab .card-header-tabs footer .section-footer ul li.nav-link:hover a,footer .section-footer ul .custom-tab .card-header-tabs li.nav-link:focus a,footer .section-footer ul .custom-tab .card-header-tabs li.nav-link:hover a,footer .section-footer ul li.active a{color:#0f6bbf}footer .section-footer .copyright-text{font-size:.875rem;line-height:1.0625rem;font-weight:500;margin-bottom:0;color:#fff}@media(max-width:767.8px){footer .section-footer .social-links li{margin-bottom:0}}.footer-top{background:rgba(164,0,255,.08);padding:2.5rem 0 1.625rem}.footer-top .footer-heading{color:#fff;margin-bottom:1.5rem;font-size:1.25rem;line-height:1.25rem;font-weight:600;letter-spacing:.25px}.footer-bottom{background:#6750a4;padding:1.125rem 0;color:rgba(224,191,224,.62);width:100%;border-bottom:5px solid #6750a4;top:auto;bottom:0}.social-links{display:flex;margin-bottom:0}.social-links li{margin-left:1rem;width:2.5rem;height:2.5rem;background-color:hsla(0,0%,100%,.16);border-radius:50%;display:flex;align-items:center;justify-content:center}.social-links li:first-child{margin-left:0}.slick-dots li{margin:0}.slick-dots li button:before{font-size:.625rem;opacity:1;color:#d1d5db}.slick-dots li.slick-active button:before{color:#0f6bbf}.footer-text{font-weight:500}@media only screen and (max-width:767px){.footer-text{width:100%}}.footer-text ul{flex-flow:wrap;list-style:none}.footer-text a{color:#0d0c0d;font-size:12px}.footer-text a:hover{color:#6750a4}.footer-text p,.footer-text span,.footer-text span.site-links{color:#48464a}.MuiDialog-root,.MuiModal-root,.MuiPickersPopper-root,.MuiPopover-root,.basic-model-layout{z-index:1500!important}.customized-mui-modal .MuiDialog-container .MuiPaper-root{border-radius:8px!important;width:443px;margin:16px}.customized-mui-modal .MuiDialog-container .MuiPaper-root .MuiDialogContent-root{padding:0!important}@media(min-width:992px){.modal-lg,.modal-xl{max-width:600px}}@media(min-width:1200px){.modal-xxl .modal-lg,.modal-xxl .modal-xl{max-width:1050px}.modal-md .modal-lg,.modal-md .modal-xl{max-width:908px}}.modal-xxxl{max-width:1366px}@media(max-width:1439.8px){.modal-xxxl{width:95%!important}}.modal{background-color:rgba(0,0,0,.5);backdrop-filter:blur(5px)}.modal-title{font-size:2.375rem}@media(max-width:1600.8px){.modal-title{font-size:1.75rem}}@media(max-width:767.8px){.modal-title{font-size:1.5rem}}@media(max-width:575.8px){.modal-title{font-size:1.375rem;padding-right:1.375rem}}@media(max-width:1600.8px){.modal-headingtext{font-size:1.5rem}.signin-with{margin:1.875rem 0 .625rem!important}}.modal-content{border-radius:0}.header-logins-modal .modal-header{border-bottom:none;padding:3.125rem 1.5rem 1.0625rem!important}.header-logins-modal .modal-body{border-radius:0 0 .875rem .875rem;padding:0 1.5rem 3.3125rem}.header-logins-modal .modal-header{padding:0!important}.header-logins-modal .modal-header .close{top:16px;right:17px}.header-logins-modal .modal-content{border-radius:0!important;width:452px;width:480px}.otp-input-alignment .MuiInputBase-root input{text-align:center}.custom-modal-footer .modal-body{padding:0}.custom-modal-footer .custom-footer{padding:1rem;border-radius:0 0 1rem 1rem}.header-none-modal .modal-header,.header-only-body .modal-header{border-bottom:none}.header-none-modal .modal-body,.header-only-body .modal-body{border-radius:0 0 .875rem .875rem}.header-none-modal .close-header-none,.header-only-body .close-header-none{display:block}.only-body-modal-view .modal-header{display:none!important}.only-body-modal-view .modal-content{border-radius:.875rem;padding:3.125rem}.only-body-modal .modal-header{display:none!important}.only-body-modal .modal-body{border-radius:1rem}.close-header-none{display:none!important}.modal-header{border:0;position:relative;display:block;background:#fff;border-radius:1rem 1rem 0 0;border-bottom:1px solid #d1d5db}.modal-header .close{background:url(/assets/images/modal-close.svg) no-repeat 50%;width:1.5rem;height:1.5rem;-o-object-fit:cover;object-fit:cover;font-size:0;display:inline-block;vertical-align:top;padding:0;margin:0;opacity:1;position:relative;z-index:9;top:-25px}.modal-body{padding:16px;background-color:#fff}@media(max-width:767.8px){.modal-body{padding:.9375rem}}.modal-body .scroll-block{max-height:450px;overflow-y:auto;overflow-x:hidden}@media(max-width:1439.8px){.modal-body .scroll-block{max-height:350px}}.modal-body .scroll-block .form-control:not(textarea){height:2.8125rem;padding:.75rem .9375rem}.modal-body .scrollbar-container.on-view-scroll{height:auto!important}.modal-body .scrollbar-container{max-height:calc(100vh - 370px)}@media(max-width:1600.8px){.modal-body .scrollbar-container{height:370px;max-height:calc(100vh - 230px)}}@media(max-width:575.8px){.modal-body .scrollbar-container{height:400px}}.modal-body .user-logo img{border-radius:100%;-o-object-fit:cover;object-fit:cover}.modal-header{padding:1.5rem 1.5rem 0}@media(max-width:575.8px){.modal-header{padding:17px 16px}}.modal-footer{padding:0 24px 14px;background-color:#fff;justify-content:space-between;border-top:1px solid #d6e1ec}@media(max-width:575.8px){.modal-footer{padding:16px}}.profile-edit-modal .modal-header{padding-top:.9375rem}@media(max-width:1600.8px){.profile-edit-modal .modal-header .h4{font-size:1.25rem}}@media(max-width:767.8px){.profile-edit-modal .modal-header .h4{font-size:1.125rem}}.profile-edit-modal .modal-body{padding:.9375rem}.profile-edit-modal .scrollbar-container{height:auto;max-height:30rem}.signin-with .btn{padding:.5rem .75rem;margin:0 .9375rem}@media(max-width:575.8px){.signin-with .btn{margin:0 0 .625rem;width:100%}}.signin-with .btn:focus,.signin-with .btn:hover{color:#687078!important}.border-left,.border-right{border-top:1px solid #d2d9df;width:50%}.bg-icon-modal{color:#0f6bbf;font-size:7.1875rem}.otp-verification .modal-content{background:#fff}.otp-verification .enter-box{margin-right:1rem}.otp-verification .enter-box:last-child{margin-right:0}.forget-password .modal-content{background:#fff}@media(max-width:1600.8px){.forget-password .modal-headingtext{font-size:1rem;line-height:150%;padding:0 2.1875rem}.forget-password .modal-header,.otp-verification .modal-header{padding-bottom:0}.otp-verification .modal-headingtext{font-size:1rem;line-height:150%}.otp-verification .otp-input-wrap{margin:0!important}}.loaderContainer{z-index:99999;width:20px}.loader{border:2px solid #6750a4;border-top:4px solid transparent;border-radius:50%;width:20px;height:20px;animation:spin .7s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.poll-option-bar.disabled{opacity:.9;pointer-events:none}.poll-option-bar.disabled .poll-answer-text{color:#999}.poll-option-bar{max-width:100%;min-height:40px;background:#fff;color:#051f4e;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-weight:600;word-break:break-all}.poll-option-bar .poll-answer-text{display:flex;align-items:center;color:var(--m-3-sys-light-on-surface,#1c1b1e);font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.5px;align-self:stretch}.poll-option-bar:hover{background:#1d1b201f}.poll-option-bar-btn{background-color:#fff;justify-content:center;border:none!important;color:#000!important;display:flex;float:right}.poll-option-bar-btn:hover{background:#d8d3d3;border-radius:25px}.poll-votes{display:flex}.icon-delete.disabled:before,.icon-write.disabled:before{color:#979797}.poll-header{display:flex;background-color:#fff;justify-content:center;font-size:10px;border:none!important;color:#000!important;float:right}.poll-result{-webkit-text-decoration-color:#6565eb;text-decoration-color:#6565eb;font-size:15px;cursor:pointer}.poll-result .undo-result,.poll-result .vote{color:#6565eb;font-weight:700}.poll-result .undo-result{cursor:pointer}.serch-area-list{position:absolute;margin-top:-25%;width:50%;height:45%;border:1px solid #000;overflow-y:scroll;padding:10px;margin-left:10px;border-radius:5px;cursor:pointer}.scrollbar-container .serch-area-list{border:1px solid #d6e1ec;width:96%;padding:.625rem;top:2.5rem;margin-top:0}.post-view .serch-area-list{min-height:2.0625rem;margin:0;background-color:#fff;width:100%;height:12.5rem}.fix-maxlength-size{font-size:12px;color:"red"}.votePollResult{opacity:1;z-index:7}.top-selection .css-26l3qy-menu{position:absolute;top:auto;right:auto;bottom:4.0625rem;left:0}.bussness-option{margin-left:auto;margin-top:5.6875rem;margin-right:1.375rem;width:22.5rem;background:#fff;border:none;border-radius:8px}@media(max-width:767.8px){.bussness-option{width:80%}}.bussness-option .business-scroll-area{overflow-y:auto;max-height:calc(100vh - 210px)}.bussness-option .business-header{padding:1.5rem 1.5rem 1.375rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 1px rgba(0,0,0,.012);border-top-left-radius:8px;border-top-right-radius:8px}.bussness-option .business-header .business-heading{color:#49454e;margin-right:.5rem;font-size:1.375rem;font-weight:400;line-height:28px}.bussness-option .business-card-1{margin-left:1.5rem!important;border-radius:5px 0 0 0;border:1px solid #dce1ff;border-bottom:none;background:#fff;box-shadow:none}.bussness-option .business-card-1:last-child{border-bottom:1px solid #dce1ff}@media(max-width:767.8px){.bussness-option .business-card-1{width:100%;margin-left:0!important}}.bussness-option .business-card-1 .business-card-header{color:#49454e;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.1px}.bussness-option .business-card-1 .content-header{color:#1c1b1e;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.25px}.bussness-option .business-card-1 .content-text{color:#49454e;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.bussness-option .business-card-1 .add-icon-color{color:#000}.bussness-option .business-content-box{margin:0 16px;flex-grow:1;display:flex;flex-direction:column;align-items:flex-start}.bussness-option .business-image{width:3.5rem;height:3.5rem;border-radius:0!important}.bussness-option .modal-header{border-radius:0;border-bottom:0}.bussness-option .modal-dialog{position:fixed;right:0;width:380px;max-width:100%;border:0;top:0;bottom:0;margin:0;overflow:hidden;transform:translate(0)}.bussness-option .modal-dialog .modal-content{height:100vh;border-radius:0}.bussness-option .modal-dialog .modal-content .modal-body{height:calc(100vh - 40px);overflow-y:auto}.bussness-option .bussness-top-block .border-block:not(:last-child){border-bottom:1px solid #d1d5db}.success-model{text-align:center}.success-model .bx-check-circle{font-size:70px}.success-model .modal-dialog{max-width:500px}.success-model .modal-dialog .modal-header{padding:0;position:relative;top:25px}.success-model .modal-dialog .modal-content{border-radius:1.25rem;overflow:hidden}.custom-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.custom-dialog-scrollable .card-body{overflow-y:auto;max-height:calc(100vh - 16rem)}.custom-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.custom-modal-box{display:flex;max-height:calc(100% - 1rem)}.custom-modal-box .modal-body,.modal-dialog-scrollable .modal-body{overflow-y:auto;max-height:calc(100vh - 16rem)}.modal-dialog-scrollable .modal-body{padding:20px 24px 24px}.card-scroll{max-height:calc(100vh - 16rem);overflow-y:auto}.swal2-container{z-index:10600!important}.swal2-container .swal2-popup{padding-bottom:0;width:38em;border-radius:.5rem}.swal2-container .swal2-popup .swal2-icon.swal2-warning{color:#7a757f;height:3.875rem;width:3.875rem;border:.375rem solid #7a757f;box-sizing:border-box}.swal2-container .swal2-popup .swal2-icon.swal2-warning>.swal2-icon-content{font-weight:700;font-size:2.5rem}.swal2-container .swal2-popup .swal2-title{color:#0d0c0d;font-size:1.5rem;font-weight:600;line-height:100%;letter-spacing:.25px}.swal2-container .swal2-popup .swal2-html-container{color:#0d0c0d;font-size:1rem;font-weight:400;line-height:20px;letter-spacing:.25px;overflow:hidden}.swal2-container .swal2-popup .swal2-actions{background:#f0eef7;padding:16px;width:100%;margin:0;display:flex;justify-content:space-between;flex-direction:row-reverse;gap:16px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;box-sizing:border-box;position:relative;bottom:0}.swal2-container .swal2-popup .swal2-actions .swal2-confirm{background:#6750a4;border-radius:100px;margin:0;height:48px;width:50%}.swal2-container .swal2-popup .swal2-actions .swal2-confirm:focus{box-shadow:0 0 0 3px rgba(103,80,164,.3)}.swal2-container .swal2-popup .swal2-actions .swal2-deny{background:transparent;color:#0d0c0d;border:1px solid #0d0c0d;border-radius:100px;margin:0;height:48px;width:50%}.swal2-container .swal2-popup .swal2-actions .swal2-deny:focus{box-shadow:0 0 0 3px rgba(103,80,164,.3)}.swal2-container .swal2-popup .swal2-actions:has(.swal2-confirm:only-child) .swal2-confirm{width:50%;margin:0 auto}.swal2-container .swal2-popup .swal2-actions .swal2-cancel,.swal2-container .swal2-popup .swal2-actions .swal2-confirm{flex:1 1}.card-style{font-size:1.1rem;font-weight:600!important;height:48px;border-radius:8px;border:1px;padding:12px;gap:16px}.add-post-h-w{max-width:600px;max-height:282px}.add-post-h-w .h-20{height:20px}.add-post-h-w .m-0{margin:0}.addpostylimodel{width:600px;min-height:282px;margin-top:16px}.addpost .modal-content{border-radius:0}.addpost .modal-footer,.addpost .modal-header{border:none}.addpost .modal-footer .footer-content{border-top:1px solid #e7e0eb;padding-top:16px;padding-bottom:16px}.addpost .modal-body{padding-bottom:0}.add-poll-post{z-index:1300}.add-poll-post .modal-content{border-radius:0}.add-poll-post .modal-body,.add-poll-post .modal-footer,.add-poll-post .modal-header{border:none}.add-poll-post .post-poll-description{font-size:12px;text-align:center;font-weight:400;line-height:16px}.PhotoPost .modal-content{border-radius:0}.PhotoPost .modal-body,.PhotoPost .modal-footer,.PhotoPost .modal-header{border:none}.VideoPost{z-index:1300}.VideoPost .modal-content{border-radius:0}.VideoPost .modal-body,.VideoPost .modal-footer,.VideoPost .modal-header{border:none}.basic-model-layout .modal-content{border-radius:0}.basic-model-layout .modal-header{height:70px}.v4-modal .modal-content{border-radius:0}.v4-modal .modal-content .modal-header{padding:1.5rem;border-bottom-color:#49454e}.v4-modal .modal-content .modal-header h2{color:#051f4e;font-size:22px;font-style:normal;font-weight:400;line-height:28px}.v4-modal .modal-content .modal-header .close{right:1.5rem}.v4-modal .modal-content .modal-footer{border-top-color:#49454e}.add-post .modal-content{min-height:282px;background-color:#fff}.add-post .modal-body{padding:0}@media(min-width:576px){.add-post .reaction-icons-sections .reaction-icons-box{padding:0 15px!important}}.add-post .reaction-icons-sections .reaction-icons-box{padding:0}.modal-desc-role-body{color:#1c1b1e;font-size:16px;line-height:24px;letter-spacing:.5;padding:16px}.calendar-event-modal-header{display:none}.calendar-event-modal{margin-left:auto;margin-right:auto;overflow-y:hidden;border-radius:5px 0 0 5px}@media(max-width:767.8px){.calendar-event-modal{width:80%}}.calendar-event-modal .modal-dialog .modal-content{width:auto;overflow-y:auto}.login-new-modal .modal-dialog{max-width:480px}@media(max-width:767.8px){.login-new-modal .modal-dialog{max-width:100%}}.login-new-modal .modal-dialog .modal-content{background-color:hsla(0,0%,100%,.9);border-radius:0}.login-new-modal .modal-dialog .modal-content .login-modal-header{padding:1rem!important;border-bottom:1px solid #d1d5db}@media(max-width:767.8px){.login-new-modal .modal-dialog .modal-content .login-modal-header{padding:1rem!important}}.login-new-modal .modal-dialog .modal-content .login-modal-header .header-title h5{font-size:1.25rem;color:#051f4e;margin-bottom:.5rem}@media(max-width:767.8px){.login-new-modal .modal-dialog .modal-content .login-modal-header .header-title h5{font-size:1rem}}.login-new-modal .modal-dialog .modal-content .login-modal-header .header-title span{font-size:.875rem;color:#77838f;display:inline-block;width:392px;max-width:100%}.login-new-modal .modal-dialog .modal-content .login-modal-body{padding:1.5rem 1rem;border-radius:0 0 1rem 1rem}@media(max-width:767.8px){.login-new-modal .modal-dialog .modal-content .login-modal-body{padding:1rem}}.login-new-modal .modal-dialog .modal-content .login-modal-body .social-icons-block{margin:0 0 1.5rem;padding:0;list-style:none;display:flex;justify-content:center}@media(max-width:767.8px){.login-new-modal .modal-dialog .modal-content .login-modal-body .social-icons-block{flex-direction:column;margin:0 0 1rem}}.login-new-modal .modal-dialog .modal-content .login-modal-body .social-icons-block li+li{margin-left:1rem}@media(max-width:767.8px){.login-new-modal .modal-dialog .modal-content .login-modal-body .social-icons-block li+li{margin-left:0;margin-top:.5rem}}.login-new-modal .modal-dialog .modal-content .login-modal-body .social-icons-block li a{border-radius:50rem;border:1px solid #d1d5db;padding:.5rem 1rem;font-weight:600;font-size:.875rem;color:#051f4e;transition:all .2s ease-in-out;display:flex;align-items:center}@media(max-width:767.8px){.login-new-modal .modal-dialog .modal-content .login-modal-body .social-icons-block li a{width:100%;justify-content:center}}.login-new-modal .modal-dialog .modal-content .login-modal-body .social-icons-block li a em{margin-right:.5rem}.login-new-modal .modal-dialog .modal-content .login-modal-body .social-icons-block li a:active,.login-new-modal .modal-dialog .modal-content .login-modal-body .social-icons-block li a:hover{background-color:#d1d5db}.login-new-modal .modal-dialog .modal-content .login-modal-body .option-block{text-align:center;position:relative;margin-bottom:1.5rem}@media(max-width:767.8px){.login-new-modal .modal-dialog .modal-content .login-modal-body .option-block{margin-bottom:1rem}}.login-new-modal .modal-dialog .modal-content .login-modal-body .option-block span{background-color:#fff;display:inline-block;padding:0 1rem;position:relative;z-index:1;font-size:.875rem;color:#77838f}.login-new-modal .modal-dialog .modal-content .login-modal-body .option-block:after{content:"";position:absolute;width:100%;height:1px;left:0;top:10px;background-color:#d1d5db}.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .form-control{border:2px solid #d1d5db;color:#051f4e;font-size:1rem;transition:all .2s ease-in-out}.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .form-control:active,.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .form-control:focus{box-shadow:none;outline:none;border-color:#0f6bbf;transition:all .2s ease-in-out}.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .field-has-icon{position:relative}.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .field-has-icon .form-control{padding-right:2.813rem}.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .field-has-icon .field-icon{display:inline-block;position:absolute;right:15px;top:50%;transform:translateY(-50%);cursor:pointer}.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .verify-field{display:flex;justify-content:space-between}.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .verify-field .form-control{width:calc(16.6% - 16px);text-align:center;padding:.5rem 0;min-width:58px}@media(max-width:767.8px){.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .verify-field .form-control{min-width:44px}}.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .remember-block{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}@media(max-width:767.8px){.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .remember-block{margin-bottom:1rem}}.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .remember-block a{font-size:.875rem;font-weight:600;text-decoration:underline;color:#0f6bbf;transition:all .2s ease-in-out}.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .remember-block a:active,.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .remember-block a:hover{color:#004f97}.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .info-block{margin-bottom:1.5rem}@media(max-width:767.8px){.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .info-block{margin-bottom:1rem}}.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .info-block p{font-size:.875rem;color:#77838f}.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .info-block p a{color:#0f6bbf;transition:all .2s ease-in-out}.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .info-block p a:active,.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .info-block p a:hover{color:#004f97}.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .btn-primary{padding:1rem;font-size:1rem;font-weight:600;box-shadow:none;color:#fff;background-color:#0f6bbf;border:none;transition:all .2s ease-in-out}.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .btn-primary:active,.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .btn-primary:focus{box-shadow:none;outline:none}.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .btn-primary:active,.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .btn-primary:hover{background-color:#004f97}.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .signup-block{padding-top:1.5rem;font-size:.875rem;font-weight:600;color:#051f4e;text-align:center}@media(max-width:767.8px){.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .signup-block{padding-top:1rem}}.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .signup-block a{color:#0f6bbf;text-decoration:underline;transition:all .2s ease-in-out;padding-left:.5rem}.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .signup-block a:active,.login-new-modal .modal-dialog .modal-content .login-modal-body .form-block-outer .signup-block a:hover{color:#004f97}.login-new-modal .custom-checkbox .custom-label{display:block;position:relative;padding-left:1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:.875rem;font-weight:400;color:#051f4e;transition:all .2s ease-in-out;margin:0}.login-new-modal .custom-checkbox .custom-label:hover{color:#004f97}.login-new-modal .custom-checkbox .custom-label input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.login-new-modal .custom-checkbox .custom-label input:checked~.checkmark{background-color:#0f6bbf;border:1px solid #0f6bbf;background:#0f6bbf}.login-new-modal .custom-checkbox .custom-label input:checked~.checkmark:after{display:block}.login-new-modal .custom-checkbox .custom-label .checkmark{position:absolute;top:0;left:0;height:18px;width:18px;transition:all .2s ease-in-out;border:1px solid #d1d5db;border-radius:.25rem}.login-new-modal .custom-checkbox .custom-label .checkmark:after{content:"";position:absolute;display:none;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg);transition:all .2s ease-in-out;margin:0}.avatar{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.avatar.avatar-active{outline:3px solid #d4e280}.avatar .corner-name{position:absolute;left:0;bottom:0;display:flex;padding:3px 5px;align-items:center;max-width:100%;height:25px;font-size:14px;color:#fff;background-color:rgba(0,0,0,.6)}.avatar .corner-name .anticon-audio-muted{margin-right:5px}.avatar .center-name{font-size:38px;font-weight:700;color:#fff}.join-by-phone-dialog .ant-form-item{margin-bottom:10px}.join-by-phone-dialog .phone-number{display:flex}.join-by-phone-dialog .phone-number .country-code{flex-basis:300px}.join-by-phone-dialog .phone-number .number{flex-grow:1}.join-by-phone-dialog .phone-call-status .status-text{margin-left:15px}.join-by-phone-dialog .phone-call-status .pending{color:#666}.join-by-phone-dialog .phone-call-status .fail{color:red}.join-by-phone-dialog .phone-call-status .success{color:green}.camere-button{font-size:30px;color:#fff;margin-left:30px;display:flex;justify-content:center;align-items:center;width:45px!important;height:45px!important}.camere-button>*{font-size:20px!important}.camera-dropdown-button{border-radius:20px;border:1px solid #fff;width:70px;display:flex;justify-content:center;margin-left:30px}.camera-dropdown-button>.ant-btn{font-size:30px;color:#fff;display:flex;height:60px!important;align-items:center;border-width:0!important;padding:0;margin-right:5px}.camera-dropdown-button>.ant-btn:hover{color:#40a9ff}.camera-dropdown-button>.ant-dropdown-trigger{width:20px!important;margin-right:0}.camera-menu{border:1px solid #747487;background:rgba(0,0,0,.9)!important}.camera-menu .ant-dropdown-menu-item{padding:10px 30px;color:#ccc;position:relative}.camera-menu .ant-dropdown-menu-item .anticon-check{position:absolute;left:10px;top:15px}.camera-menu .ant-dropdown-menu-item:hover{color:#40a9ff}.camera-menu .ant-dropdown-menu-item-group-title{color:#fff;font-weight:700}.microphone-button{font-size:30px;color:#fff;display:flex;justify-content:center;align-items:center;width:45px!important;height:45px!important}.microphone-button>*{font-size:28px!important}.microphone-dropdown-button{border-radius:20px;border:1px solid #fff;width:60px;display:flex;justify-content:center}.microphone-dropdown-button>.ant-btn{font-size:30px;color:#fff;display:flex;height:45px!important;align-items:center;border-width:0!important;padding:0;margin-right:5px}.microphone-dropdown-button>.ant-btn:hover{color:#40a9ff}.microphone-dropdown-button>.ant-dropdown-trigger{width:20px!important;margin-right:0}.microphone-menu{border:1px solid #747487;background:rgba(0,0,0,.9)!important}.microphone-menu .ant-dropdown-menu-item{padding:10px 30px;color:#ccc;position:relative}.microphone-menu .ant-dropdown-menu-item .anticon-check{position:absolute;left:10px;top:15px}.microphone-menu .ant-dropdown-menu-item:hover{color:#40a9ff}.microphone-menu .ant-dropdown-menu-item-group-title{color:#fff;font-weight:700}.pagination{position:absolute;top:50%;left:0;transform:translateY(-50%);height:100px;width:100%;display:flex;justify-content:space-between;pointer-events:none;z-index:2}.pagination .next-page-button,.pagination .previous-page-button{display:flex;justify-content:center;align-items:center;flex-direction:column;width:60px!important;height:100px!important;pointer-events:auto;border:0;background:#000}.pagination .next-page-button>.anticon,.pagination .previous-page-button>.anticon{font-size:56px!important}.pagination.in-sharing{top:0;right:0;left:auto;width:264px;flex-direction:column;transform:none;height:100%;align-items:center}.pagination.in-sharing .next-page-button .anticon,.pagination.in-sharing .previous-page-button .anticon{transform:rotate(90deg)}.recording-operation-button{font-size:30px;color:#fff;margin-left:30px;display:flex;justify-content:center;align-items:center;width:60px!important;height:60px!important}.recording-operation-button.started-share{color:#00cc64}.recording-operation-button>*{font-size:28px!important}.screen-share-button{font-size:30px;color:#fff;margin-left:30px;display:flex;justify-content:center;align-items:center;width:45px!important;height:45px!important}.screen-share-button.started-share{color:#00cc64}.screen-share-button>*{font-size:28px!important}.video-footer{display:flex;justify-content:center;align-items:center;height:10vh;width:100%}.viewport{position:relative;padding:5vh 0 10vh;box-sizing:border-box;width:100vw;height:100vh;background-color:#000;display:flex}.viewport .share-container{display:none}.viewport .share-container.in-sharing{display:flex;flex-grow:1;justify-content:center;align-items:center;overflow:hidden}.viewport .share-container .share-container-viewport{display:inline-block;max-width:100%}.viewport .share-container .share-canvas{width:100%;height:100%}.viewport .share-container .share-canvas.hidden{display:none}.viewport .video-container{position:relative;width:100%;height:100%}.viewport .video-container.in-sharing{width:264px;flex-shrink:0;border-left:1px solid #333}.viewport .video-container .video-canvas{width:100%;height:100%}.viewport .video-container .self-video{position:absolute;width:254px;height:143px;top:50px;right:30px;z-index:2;display:none}.viewport .video-container .self-video.single-self-video{width:100%;height:100%;top:0;left:0}.viewport .video-container .self-video.self-video-show{display:block}.viewport .avatar-list{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;padding:0;margin:0}.viewport .video-operations{position:absolute;left:0;bottom:0}.viewport .avatar-wrap{position:absolute;pointer-events:auto;list-style:none;top:0;left:0}.viewport .avatar-wrap-dragging{z-index:10}.viewport .single-view-avatar{top:0;left:0}.chat-container{width:22vw;height:calc(100vh - 83px);background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center}.chat-container .chat-wrap{margin-top:-94px;z-index:9;width:100vw;max-width:300px;height:100%;background:#fff;display:flex;flex-direction:column;border-radius:0;box-shadow:0 10px 20px rgba(0,0,0,.5);box-sizing:border-box;padding:20px 0}.chat-container .chat-wrap h2{height:45px;line-height:45px}.chat-container .chat-wrap .chat-message-wrap{flex-grow:1;overflow-y:auto;border-bottom:1px solid #eee}.chat-container .chat-wrap .chat-message-box{height:100px;box-sizing:border-box;padding:0 5px}.chat-container .chat-wrap .chat-message-box>textarea{padding:5px 20px;height:100%;width:100%;resize:none}.chat-container .chat-disabled{height:155px;display:flex;justify-content:center;align-items:center;font-size:18px;flex-shrink:0}.chat-message-item{display:flex;justify-content:space-between;margin-bottom:15px;padding:5px 20px}.chat-message-item.myself{flex-direction:row-reverse}.chat-message-item.myself .chat-message-avatar{margin-right:0;margin-left:16px}.chat-message-item .chat-message-avatar{width:50px;height:50px;color:#333;font-size:22px;display:flex;align-items:center;justify-content:center;margin-right:16px}.chat-message-item .chat-message-avatar .chat-message-avatar-img{width:26px;height:26px;border-radius:6px}.chat-message-item .chat-message-content{flex-grow:1}.chat-message-item .chat-message-content .chat-message-info{display:flex;justify-content:space-between;align-items:center}.chat-message-item .chat-message-content .chat-message-info.myself{flex-direction:row-reverse}.chat-message-item .chat-message-content .chat-message-info.myself .chat-message-receiver{text-align:right}.chat-message-item .chat-message-content .chat-message-info .chat-message-receiver{flex-grow:1;text-align:left}.chat-message-item .chat-message-content .chat-message-info .chat-message-receiver>span{margin:0 5px;color:#ccc}.chat-message-item .chat-message-content .chat-message-info .chat-message-receiver>a{text-decoration:none;color:#2da5ff}.chat-message-item .chat-message-content .chat-message-info .chat-message-time{max-width:100px;color:#ccc}.chat-message-item .chat-message-content .chat-message-text-list{display:flex;flex-direction:column;align-items:flex-start}.chat-message-item .chat-message-content .chat-message-text-list .chat-message-text{padding:8px 10px;border-radius:8px;background:rgba(82,82,128,.09);color:#333;font-size:13px;margin-bottom:8px}.chat-message-item .chat-message-content .chat-message-text-list.myself{align-items:flex-end}.chat-message-item .chat-message-content .chat-message-text-list.myself .chat-message-text{background:#deedfd}.chat-receiver{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:25px;margin:15px 0}.chat-receiver .chat-to{margin-right:5px}.chat-receiver-item{padding-left:30px}.chat-receiver-item.selected{padding-left:10px}.chat-receiver-item .chat-receiver-item-affix{color:#999;margin-left:5px}.chat-privilege-item{padding-left:25px}.chat-privilege-item.selected{padding-left:5px}.loading-layer{position:fixed;top:0;bottom:0;left:0;right:0;width:100vw;height:100vh;background:rgba(0,0,0,.8);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:99}.loading-layer .loading-text{margin-top:20px;font-size:18px;color:#fff}.heading-followers{color:#1c1b1e;font-size:20px!important;font-style:normal;font-weight:400!important;line-height:normal}.filter-text-css{font-style:normal;font-weight:700;font-size:12px;line-height:15px;letter-spacing:.25px;color:#0f6bbf}.clear-filter-text-css{color:var(--M3-sys-light-primary,#6750a4);font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.25px;cursor:pointer;align-self:center}.people-tab-follower-name-css{color:#0f1a1c;text-align:center;font-size:16px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:.1px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.related-group-name-css{font-style:normal;font-weight:600;font-size:18px;text-align:center;letter-spacing:.25px;color:#051f4e}.people-tab-follower-position-css{color:#2a3c42;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-top:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.related-group-type-css{font-style:normal;font-weight:450;font-size:15px;color:#77838f;margin-top:.5rem;margin-bottom:.5rem}.people-tab-view-all-button{font-weight:600;font-size:14px;line-height:17px;color:#0f6bbf}.people-tab-view-all-button-text{color:var(--M3-sys-light-on-surface,#1c1b1e);font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.25px}.people-tab-view-all-button-text a:hover{color:#000}.speaker-card{height:200px;border:1px solid #0f6bbf!important;border-radius:8px}.speaker-card-virtualevents{height:240px;box-shadow:0 .995px 2.984px .995px rgba(0,0,0,.15),0 .995px 1.989px 0 rgba(0,0,0,.3)}.speaker-card-bgimg{width:100%;height:100%}.speaker-card-img{position:relative;top:-35px;left:50%;background-color:#fff;border-radius:50%;width:60px;height:60px;z-index:3;transform:translateX(-50%);flex:0 0 auto}.speaker-card-img-new{cursor:pointer;position:absolute;top:30px;left:50%;transform:translate(-50%)}.speaker-card-content{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:10px}.related-group-card-content{height:160px;display:flex;align-items:center;margin-top:10px;margin-left:10px;padding-bottom:20px}.execute-filter{color:var(--M3-sys-light-primary,#6750a4);font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.25px;cursor:pointer}.image-editor-wrapper{width:902px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:1200px){.image-editor-wrapper{width:94%!important}}.ant-popover-inner-content{padding:0}.select-user-auto-complete .ant-select-selector{border:0 solid #000!important}.image-editor-modal-footer{padding:16px;display:flex;justify-content:space-between;border-top:1px solid #afadb3;background-color:#f0eef7;width:100%;gap:16px;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.image-editor-modal-footer button{border-radius:100px!important;height:48px}.image-editor-select-modal{z-index:1501!important}.image-editor-select-modal .image-editor-select-modal-header{margin-bottom:16px;font-size:24px;font-weight:600;line-height:28px;letter-spacing:0;text-align:left;color:#0d0c0d}@media screen and (max-width:900px){.image-editor-select-modal .image-editor-select-modal-header{margin-bottom:1.25rem}}.image-editor-select-modal .image-editor-select-modal-container{background-color:#fff;padding:16px;border-radius:.5rem;font-family:Inter,sans-serif;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:900px){.image-editor-select-modal .image-editor-select-modal-container{width:94%;padding:1.25rem}}.image-editor-modal{z-index:1501!important}.image-editor-modal .margin-bottom-8{margin:.5rem 0;text-align:start}.image-editor-modal .image-editor-text-area{padding:5px}.image-editor-modal .image-editor-text-area:focus{outline:none!important;border:1px solid #007acf;box-shadow:0 0 5px #719ece}.image-editor-modal .MuiButton-outlined{border-radius:4px;font-size:12px;font-weight:600;line-height:1.5715;position:relative;display:inline-block;color:rgba(0,0,0,.85);border:1px solid #0d0c0d;background:none;text-transform:none;height:48px}.image-editor-modal .MuiButton-outlined:hover{outline:none!important;border:1px solid #0d0c0d;box-shadow:none;color:#23005c;background:#b69df7}.image-editor-modal .canvas-tooltip{display:none;position:absolute;background:rgba(0,0,0,.5);color:#fff;padding:6px 8px;border-radius:4px;align-items:center}.image-editor-modal .editor-title{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;letter-spacing:.1000000015px;text-align:left}.image-editor-modal .editor-secondary-title{font-size:12px;font-weight:500;line-height:16px;letter-spacing:.5px;text-align:left}.image-editor-modal .flex-col{display:flex;flex-direction:column!important}.image-editor-modal .image-editor-slider{width:85%;padding:10px 0}.image-editor-modal .image-editor-modal-header{padding:16px;border-bottom:1px solid #afadb3;display:flex;justify-content:space-between;align-items:center}.image-editor-modal .image-editor-modal-header span{font-family:Inter,sans-serif;font-size:24px;font-weight:600;line-height:28px;letter-spacing:0;text-align:left;color:#0d0c0d}.image-editor-modal .image-editor-divider{padding:0 16px}.image-editor-modal .file-drag-select{padding:20px 45px}.image-editor-modal .image-preview{text-align:center;height:100%;display:flex;justify-content:space-between;flex-direction:column}.image-editor-modal .image-editor-crop-wrapper{padding:16px}@media screen and (max-width:600px){.image-editor-modal .image-editor-crop-wrapper{padding:.875rem}}.image-editor-modal .image-editor-crop-wrapper .image-editor-crop-button{background:#f7f2f7;box-shadow:0 1px 3px 1px rgba(0,0,0,.3);font-size:14px;font-weight:500;line-height:20px;letter-spacing:.1000000015px;text-align:center;padding:6px 16px;border-radius:8px}.image-editor-modal .image-editor-crop-wrapper .image-editor-crop-button:hover{border:1px solid #1c1b1e;color:#1c1b1e}.image-editor-modal .image-editor-position-wrapper{padding:16px}@media screen and (max-width:600px){.image-editor-modal .image-editor-position-wrapper{padding:.875rem}}.image-editor-modal .image-editor-position-wrapper .position-icon{cursor:pointer}.image-editor-modal .image-editor-position-wrapper .position-icon:focus{border:1px solid #1c1b1e;color:#1c1b1e;background:#dce1ff}.image-editor-modal .canvas-tooltip-wrapper{width:-moz-fit-content;width:fit-content}.image-editor-modal .image-editor-optimization-wrapper{padding:16px}@media screen and (max-width:600px){.image-editor-modal .image-editor-optimization-wrapper{padding:.875rem}}.image-editor-modal .image-editor-filters-wrapper{padding:0 0 0 16px}@media screen and (max-width:600px){.image-editor-modal .image-editor-filters-wrapper{padding:0 0 0 .875rem}}.image-editor-modal .image-editor-filters-wrapper .image-filter-name{font-size:11px;font-weight:500;line-height:16px;letter-spacing:.5px;text-align:left;color:#595d61;margin-top:8px}.image-editor-modal .image-editor-filters-wrapper .filter-image-box{display:flex;flex-direction:column;align-items:center}.image-editor-modal .image-editor-filters-wrapper .filter-canvas{cursor:pointer;border-radius:4px}.image-editor-modal .image-editor-filters-wrapper .filter-image-box-list{display:flex;flex-direction:row;overflow-y:hidden;white-space:nowrap;list-style-type:none;flex-wrap:nowrap;padding-inline-start:0;scroll-behavior:smooth;-ms-overflow-style:none}.image-editor-modal .image-editor-filters-wrapper .filter-image-box-list-wrapper{display:flex;align-items:center}.image-editor-modal .image-editor-filters-wrapper .filter-sroll-icon-left{margin-right:-10px;z-index:1;margin-bottom:35px;font-size:24px}.image-editor-modal .image-editor-filters-wrapper .filter-sroll-icon-right{margin-bottom:35px;margin-left:-10px;font-size:24px}.select-user-auto-complete-wrapper{width:200px;height:35px;gap:6px}.select-user-auto-complete-wrapper .user-select-image-editor{max-width:200px!important;max-height:35px!important;border:0}.select-user-auto-complete-wrapper .user-select-image-editor div{padding:0!important;border-radius:0!important;height:35px!important}.select-user-auto-complete-wrapper .user-select-image-editor span{margin-left:6px}.select-user-auto-complete-wrapper .user-select-image-editor{width:200px!important;height:35px!important}.select-user-auto-complete-wrapper .Mui-focused{width:200px!important;height:35px!important;border:0;outline:none}.select-user-auto-complete-wrapper .image-editor-user-search{width:180px!important;height:44px!important;padding:6px 8px 6px 0!important;border:0 0 1px;gap:8px;display:flex;align-items:center}.select-user-auto-complete-wrapper .image-editor-user-search div{display:flex;flex-direction:column;margin-left:8px}.select-user-auto-complete-wrapper .image-editor-user-search div span:first-child{font-size:12px;font-weight:600;line-height:15px;letter-spacing:.25px;text-align:left;color:#051f4e}.select-user-auto-complete-wrapper .image-editor-user-search div span:nth-child(2){font-size:11px;font-weight:400;line-height:13px;letter-spacing:0;text-align:left;color:#77838f}.select-user-auto-complete-wrapper .image-editor-user-search .user-qualification-span{width:100px;height:13px;font-size:11px;font-weight:400;line-height:13px;letter-spacing:0;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-overflow:ellipsis!important}.select-user-auto-complete-wrapper .image-editor-user-search .user-name-span{width:100px;height:15px;font-size:12px;font-weight:600;line-height:15px;letter-spacing:.25px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-select-popover-image-editor div:nth-child(3){max-height:inherit;overflow-y:inherit;overflow-x:inherit}.events-wrapper{position:relative;border:none}.events-wrapper .fc-multimonth-title{text-align:start;color:#0d0c0d;font-size:16px;font-weight:600;padding-top:0}.events-wrapper .fc-scrollgrid-sync-inner{font-size:14px;font-weight:400}.events-wrapper th.fc-col-header-cell .fc-scrollgrid-sync-inner{background:#fcfcfc;border-radius:.25rem!important;border-color:#e1ddee}.events-wrapper td .fc-scrollgrid-sync-inner{background-color:#fff!important;border:1px solid #a395cb}.events-wrapper td.fc-day-other .fc-scrollgrid-sync-inner{background-color:#e5e4e7!important;border-radius:none!important;border:1px solid #a395cb!important}.events-wrapper .calender-wrapper{background-color:#fff;border-radius:.5rem;padding:1rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 1px rgba(0,0,0,.012)}.events-wrapper .calender-wrapper .header-date-format{margin-left:3px}.events-wrapper .calender-wrapper .fc-media-screen{display:flex;gap:1}.events-wrapper .fc-day-today{background-color:#fff!important}.events-wrapper .fc-day-today .fc-scrollgrid-sync-inner .fc-daygrid-day-top a{min-height:35px;border:1px solid #6750a4!important;border-radius:50px;background-color:#6750a4;color:#fcfcfc!important}.events-wrapper .fc-day-today .fc-daygrid-day-number{min-height:24px!important;min-width:24px!important;text-align:center}.events-wrapper .fc-day-today .fc-more-link{min-height:auto!important}.events-wrapper .fc-more-popover{background-color:#6750a4!important;border-radius:8px;padding:16px}.events-wrapper .fc-more-popover .fc-popover-header{background:none;color:#fff;font-size:1rem;font-weight:700}.events-wrapper .fc-more-popover .fc-popover-body{max-height:156px;overflow-y:auto;padding:6px;scrollbar-width:thin;scrollbar-color:rgba(29,13,34,.3) #6750a4}.events-wrapper .fc-more-popover .fc-popover-body .fc-daygrid-event-harness{margin-bottom:4px}.events-wrapper .fc-more-popover .fc-popover-body .fc-daygrid-event-harness:last-child{margin-bottom:0}.events-wrapper .fc-h-event{background-color:#f0eef7;border-radius:4px!important;border:0;margin-right:0!important;margin-left:0!important;margin-top:0!important}.events-wrapper .fc-h-event .fc-event-main .event-info-wrapper .event-wrapper .yli-dot{background-color:#fff}.events-wrapper .fc-h-event .fc-event-main .event-info-wrapper .event-wrapper p{color:#0d0c0d!important}.events-wrapper .fc-event-main{padding:0;overflow:hidden}.events-wrapper .fc-event-main div:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.events-wrapper .fc-daygrid-dot-event{background-color:#f0eef7;border-radius:4px;margin-right:0!important;margin-left:0!important;margin-top:0!important;padding:0!important}.events-wrapper .fc-daygrid-dot-event:hover{background:#f0eef7}.events-wrapper .fc-header-toolbar{display:none}.events-wrapper .fc .fc-timegrid-slot-label{vertical-align:middle}.events-wrapper .fc .fc-timegrid-slot-label .fc-timegrid-slot-label-frame{text-align:center!important;border:1px solid #e1ddee;border-radius:.25rem}.events-wrapper .fc .fc-timegrid-slot-label .fc-timegrid-slot-label-frame .fc-timegrid-slot-label-cushion{padding:1rem .75rem;color:#78757f}.events-wrapper .fc .fc-view-harness{height:auto!important}@media(max-width:599.8px){.events-wrapper .fc .fc-view-harness{margin:.75rem}}.events-wrapper .fc .fc-view-harness .fc-multiMonthYear-view{display:flex;flex-wrap:wrap;justify-content:space-between;border:none;background:#fff;max-height:calc(100vh - 198px);overflow-y:auto;padding-top:.5rem}.events-wrapper .fc .fc-view-harness .fc-multiMonthYear-view .fc-multimonth-header,.events-wrapper .fc .fc-view-harness .fc-multiMonthYear-view .fc-scrollgrid-sync-inner{background:#fff!important}.events-wrapper .fc .fc-view-harness .fc-more-popover .fc-popover-body .fc-daygrid-event-harness .fc-daygrid-event .event-info-wrapper .event-wrapper{width:216px!important}.events-wrapper .fc .fc-view-harness .fc-more-popover .fc-popover-body .fc-daygrid-event-harness .fc-daygrid-event .event-info-wrapper .event-wrapper .event-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.events-wrapper .fc .fc-view-harness .fc-multimonth-month{width:24%!important;padding-bottom:40px}@media(max-width:1199.8px){.events-wrapper .fc .fc-view-harness .fc-multimonth-month{width:100%!important;padding:0!important}}.events-wrapper .fc .fc-view-harness .fc-multimonth-month .fc-multimonth-daygrid .fc-multimonth-daygrid-table .fc-daygrid-day-frame,.events-wrapper .fc .fc-view-harness .fc-multimonth-month .fc-multimonth-daygrid td,.events-wrapper .fc .fc-view-harness .fc-multimonth-month .fc-multimonth-header-table th{border-style:none}.events-wrapper .fc .fc-view-harness .fc-multimonth-month .fc-multimonth-daygrid .fc-multimonth-daygrid-table .fc-daygrid-day-frame .fc-daygrid-day-top{display:flex;align-items:center;justify-content:center}.events-wrapper .fc .fc-view-harness .fc-multimonth-month .fc-multimonth-daygrid .fc-multimonth-daygrid-table .fc-daygrid-day-frame .fc-daygrid-day-top .fc-daygrid-day-number{color:#0d0c0d;font-size:12px;font-weight:400}.events-wrapper .fc .fc-view-harness .fc-multimonth-month .fc-multimonth-daygrid table{border-left-style:none;border-right-style:none;height:200px!important}.events-wrapper .fc .fc-view-harness .fc-multimonth-month .fc-multimonth-header{width:100%!important;position:static}.events-wrapper .fc .fc-view-harness .fc-multimonth-month .fc-multimonth-header table{border-left-style:none;border-right-style:none}.events-wrapper .fc .fc-view-harness .fc-multimonth-month .fc-multimonth-header table tr th .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion{color:#514082;font-size:.75rem;font-weight:400}.events-wrapper .fc .fc-view-harness .fc-scrollgrid>thead{position:sticky;top:0;z-index:10}.events-wrapper .fc .fc-view-harness .fc-scrollgrid>tbody>tr:first-child{top:23px;z-index:10}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view{position:relative;max-height:calc(100vh - 198px);overflow-y:auto}@media(max-width:599.8px){.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view{min-width:600px;overflow:auto}}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view .fc-timegrid-slot{height:64px}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table{border-collapse:separate}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table thead tr{background-color:#fcfcfc}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table thead tr.fc-scrollgrid-section-header>th{position:sticky;top:0;background:#fff}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table thead tr th{border-radius:.25rem;border:none;padding:0 2px}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table thead tr th .fc-scrollgrid-sync-inner{border:1px solid #e1ddee}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table thead tr th:first-child{border:none;border-radius:.25rem;padding-left:0}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table thead tr th:first-child>.fc-timegrid-axis-frame{width:60px}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table thead tr th .fc-timegrid-axis-frame{border:1px solid #e1ddee;height:30px;border-radius:.25rem}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table thead tr th .fc-scroller-harness .fc-scroller{padding-bottom:33px}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table thead tr th .fc-scroller-harness .fc-scroller table{width:100%!important}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table tbody tr:last-child>td{border-bottom:1px solid #e1ddee}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table tbody tr:last-child>td td:first-child{border-bottom:none}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table tbody tr td{border-color:#a395cb;border-right:none}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table tbody tr td.fc-timegrid-slot-lane{border-right:1px solid #a395cb}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table tbody tr td:first-child{border:none}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table tbody tr td .fc-scroller-harness .fc-scroller{border-collapse:separate;border-spacing:4px}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-daygrid-body,.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-daygrid-body table,.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-timegrid-body,.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-timegrid-body table{width:100%!important}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-daygrid-body table tbody tr td.fc-scrollgrid-sync-inner,.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-timegrid-body table tbody tr td.fc-scrollgrid-sync-inner{border-top:1px solid #e1ddee}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-daygrid-body table tbody tr td.fc-day-other .fc-scrollgrid-sync-inner,.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-timegrid-body table tbody tr td.fc-day-other .fc-scrollgrid-sync-inner{background-color:#afadb3!important}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-daygrid-body table tbody tr .fc-day .fc-scrollgrid-sync-inner,.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-timegrid-body table tbody tr .fc-day .fc-scrollgrid-sync-inner{border-top:1px solid #e1ddee}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-daygrid-body table colgroup col,.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-timegrid-body table colgroup col{width:76px!important}.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-daygrid-body .fc-timegrid-slots table colgroup,.events-wrapper .fc .fc-view-harness .fc-timeGridWeek-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-timegrid-body .fc-timegrid-slots table colgroup{margin-right:16px}.events-wrapper .fc .fc-view-harness .fc-dayGridMonth-view{position:relative}.events-wrapper .fc .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-section-header>th{border-right:none;position:sticky;top:132px;background:#fff}.events-wrapper .fc .fc-view-harness .fc-dayGridMonth-view .fc-daygrid-day .fc-daygrid-day-frame{height:150px}.events-wrapper .fc .fc-view-harness .fc-dayGridMonth-view table thead tr th .fc-scroller-harness{padding-bottom:5px}.events-wrapper .fc .fc-view-harness .fc-dayGridMonth-view table thead tr th .fc-scroller-harness .fc-scroller table{width:100%!important;border-collapse:separate;border-spacing:4px}.events-wrapper .fc .fc-view-harness .fc-dayGridMonth-view table tbody tr td{border:none}.events-wrapper .fc .fc-view-harness .fc-dayGridMonth-view table tbody tr td .fc-scroller-harness .fc-scroller>.fc-daygrid-body{height:calc(100vh - 240px);overflow-y:auto}.events-wrapper .fc .fc-view-harness .fc-dayGridMonth-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-daygrid-body,.events-wrapper .fc .fc-view-harness .fc-dayGridMonth-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-timegrid-body{width:100%!important}.events-wrapper .fc .fc-view-harness .fc-dayGridMonth-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-daygrid-body table,.events-wrapper .fc .fc-view-harness .fc-dayGridMonth-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-timegrid-body table{width:100%!important;border-collapse:separate;border-spacing:4px}.events-wrapper .fc .fc-view-harness .fc-dayGridMonth-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-daygrid-body table colgroup col,.events-wrapper .fc .fc-view-harness .fc-dayGridMonth-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-timegrid-body table colgroup col{width:76px!important}.events-wrapper .fc .fc-view-harness .fc-dayGridMonth-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-daygrid-body .fc-timegrid-slots table colgroup,.events-wrapper .fc .fc-view-harness .fc-dayGridMonth-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-timegrid-body .fc-timegrid-slots table colgroup{margin-right:16px}.events-wrapper .fc .fc-view-harness .fc-dayGridMonth-view table tbody .fc-scrollgrid-section-liquid>td{border:none}.events-wrapper .fc-theme-standard .fc-scrollgrid{border:none!important}.events-wrapper .fc-theme-standard td{border-bottom-color:#a395cb}.events-wrapper .fc .fc-timegrid-divider{padding:0!important}.events-wrapper .fc-scroller{position:unset!important;overflow:hidden}.events-wrapper .fc-scroller .fc-col-header colgroup col,.events-wrapper .fc-scroller .fc-daygrid-body-natural table colgroup col,.events-wrapper .fc-scroller .fc-timegrid-body colgroup col{width:76px!important}.events-wrapper .fc-scroller::-webkit-scrollbar{width:8px}.events-wrapper .fc-scroller::-webkit-scrollbar-track{box-shadow:inset 0 0 3px gray;border-radius:10px}.events-wrapper .fc-scroller::-webkit-scrollbar-thumb{background:#bdbfc3;border-radius:10px}.events-wrapper .fc-scroller::-webkit-scrollbar-thumb:hover{background:#a8abb1}.events-wrapper .calender-title{display:flex;justify-content:space-between;align-items:center;padding:0 0 .5rem;flex-wrap:wrap;gap:1rem;background:#fff;position:sticky;top:78px;z-index:19}@media(max-width:1199.8px){.events-wrapper .calender-title{justify-content:center}}@media(max-width:599.8px){.events-wrapper .calender-title{padding:.5rem .3rem}}.events-wrapper .calender-title .calender-title-range{font-family:Inter,sans-serif;font-size:1.375rem;color:#6750a4;margin-right:1.5rem}.events-wrapper .calender-title .calendar-today-button{padding:8px;color:#6750a4;border:1px solid #d1d5db}.events-wrapper .calender-title .calendar-today-button,.events-wrapper .calender-title .calendar-view-select{font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px;letter-spacing:.5px;text-align:left}.events-wrapper .calender-title .calendar-view-select{color:#051f4e}.events-wrapper .event-info-wrapper{overflow:hidden;height:100%}.events-wrapper .event-wrapper{font-size:.75rem;font-weight:400;line-height:12px;letter-spacing:0;color:#6750a4;padding:.5rem;border-radius:3px;gap:3px;height:100%;display:flex;align-items:center;max-width:220px}.events-wrapper .event-wrapper .event-time,.events-wrapper .event-wrapper .event-title{color:#302e32;font-size:.75rem;font-family:Inter,sans-serif}.events-wrapper .fc .fc-view-harness .fc-timeGridDay-view{position:relative;max-height:calc(100vh - 200px);overflow-y:auto}.events-wrapper .fc .fc-view-harness .fc-timeGridDay-view .event-wrapper{display:block}.events-wrapper .fc .fc-view-harness .fc-timeGridDay-view .event-wrapper .event-time{color:#78757f;font-size:14px}.events-wrapper .fc .fc-view-harness .fc-timeGridDay-view .event-wrapper .event-title{color:#0d0c0d;font-weight:600!important}.events-wrapper .fc .fc-view-harness .fc-timeGridDay-view table{padding-bottom:30px}.events-wrapper .fc .fc-view-harness .fc-timeGridDay-view table thead tr.fc-scrollgrid-section-header>th{position:sticky;top:0;background:#fff}.events-wrapper .fc .fc-view-harness .fc-timeGridDay-view table thead tr th{border-right:none}.events-wrapper .fc .fc-view-harness .fc-timeGridDay-view table thead tr th .fc-scroller-harness .fc-scroller{padding-bottom:24px}.events-wrapper .fc .fc-view-harness .fc-timeGridDay-view table thead tr th .fc-scroller-harness .fc-scroller table{border:1px solid #e1ddee}.events-wrapper .fc .fc-view-harness .fc-timeGridDay-view table tbody tr.fc-scrollgrid-section>td{border-bottom:none}.events-wrapper .fc .fc-view-harness .fc-timeGridDay-view table tbody tr td{border-color:#a395cb}.events-wrapper .fc .fc-view-harness .fc-timeGridDay-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-timegrid-body .fc-timegrid-slots table{border-collapse:collapse}.events-wrapper .fc .fc-view-harness .fc-timeGridDay-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-timegrid-body .fc-timegrid-slots table tbody tr:first-child .fc-timegrid-slot-lane:before{border-top:1px solid #a395cb;display:block;width:100%}.events-wrapper .fc .fc-view-harness .fc-timeGridDay-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-timegrid-body .fc-timegrid-slots table tbody tr:last-child .fc-timegrid-slot-lane:before{border-bottom:1px solid #a395cb;display:block;width:100%;margin-top:32px}.events-wrapper .fc .fc-view-harness .fc-timeGridDay-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-timegrid-body .fc-timegrid-cols table tbody tr .fc-day .fc-timegrid-col-frame .fc-timegrid-col-events .fc-timegrid-event-harness .fc-event .fc-event-main .event-info-wrapper .event-wrapper{max-width:767px}.events-wrapper .fc .fc-view-harness .fc-timeGridDay-view table tbody tr td .fc-scroller-harness .fc-scroller .fc-timegrid-body .fc-timegrid-cols table tbody tr .fc-day .fc-timegrid-col-frame .fc-timegrid-col-events .fc-timegrid-event-harness .fc-event .fc-event-main .event-info-wrapper .event-wrapper div .event-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:767px}.events-wrapper .fc .fc-view-harness .fc-timeGridDay-view table .fc-timegrid-slot-label{border:none}.events-wrapper .fc .fc-view-harness .fc-timeGridDay-view table .fc-timegrid-slot-lane{border-color:#a395cb}.events-wrapper .fc-timeGridWeek-view .event-wrapper{display:block}.events-wrapper .fc-timeGridWeek-view .event-wrapper .event-time{color:#78757f;font-size:.875rem}.events-wrapper .fc-timeGridWeek-view .event-wrapper .event-title{color:#0d0c0d;font-weight:600!important;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:93px}.events-wrapper .fc-timeGridWeek-view .fc-day-today .fc-scrollgrid-sync-inner{background-color:#f0eef7!important}.events-wrapper .fc-listWeek-view{position:relative!important;border-left:none;border-right:none;height:calc(100vh - 200px);overflow-y:auto}.events-wrapper .fc-listWeek-view .fc-scroller table tbody tr.fc-event td.fc-list-event-title{padding:8px 0}.events-wrapper .fc-listWeek-view .fc-scroller table tbody tr.fc-event td.fc-list-event-title .event-info-wrapper .event-wrapper{max-width:750px}.events-wrapper .fc-listWeek-view .fc-scroller table tbody tr.fc-event td.fc-list-event-title .event-info-wrapper .event-wrapper .event-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.events-wrapper .event-user-list{font-size:12px;font-weight:400;margin:16px 0 0 32px;max-height:172px;overflow-y:auto}.events-wrapper .event-user-list svg{color:#49454e;height:16px;width:16px}.events-wrapper .event-user-list .selected-event-user{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0;text-align:left;color:#051f4e;padding-right:13}.events-wrapper .note-label{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.25px;text-align:left;color:#23005c;margin-bottom:8px}.events-wrapper .event-reminder-select{font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px;letter-spacing:.5px;text-align:left;color:#23005c}.events-wrapper .event-reminder-select div{padding-bottom:0!important;padding-top:0}.events-wrapper .fc-v-event{background-color:#f0eef7;border:1px solid #f0eef7;border-radius:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.events-wrapper .fc-timeGridWeek-view tbody tbody tr{height:48px}.events-wrapper .fc-dayGridMonth-view thead thead tr:first-child a,.events-wrapper .fc-timeGridDay-view thead thead tr:first-child a,.events-wrapper .fc-timeGridWeek-view thead thead tr:first-child a{font-family:Segoe UI;font-size:.75rem;font-weight:700;line-height:16px;letter-spacing:.5px;text-align:left;color:#78757f;padding:.375rem .3rem!important}.events-wrapper .fc-timeGridDay-view tbody tbody tr td:first-child,.events-wrapper .fc-timeGridWeek-view tbody tbody tr td:first-child{font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;line-height:16px;letter-spacing:.5px;text-align:left;color:#0d0c0d;padding:0 1rem .3rem 0}.events-wrapper .fc-timeGridDay-view tbody tbody tr td:first-child .fc-timegrid-axis-frame-liquid,.events-wrapper .fc-timeGridWeek-view tbody tbody tr td:first-child .fc-timegrid-axis-frame-liquid{border:1px solid #e1ddee;border-radius:.25rem}.events-wrapper .fc-timeGridDay-view tbody tbody tr td:first-child .fc-timegrid-axis-frame-liquid .fc-timegrid-axis-cushion,.events-wrapper .fc-timeGridWeek-view tbody tbody tr td:first-child .fc-timegrid-axis-frame-liquid .fc-timegrid-axis-cushion{padding:1rem 1.25rem}.events-wrapper .fc-dayGridMonth-view .fc-daygrid-day-number{color:#0d0c0d;font-size:.75rem}.events-wrapper .fc-dayGridMonth-view thead thead tr:first-child th,.events-wrapper .fc-timeGridDay-view thead thead tr:first-child th,.events-wrapper .fc-timeGridWeek-view thead thead tr:first-child{font-weight:500;border-radius:.25rem;background:#fcfcfc}.fc .fc-daygrid-more-link{color:#222;font-size:8px;border-color:#6750a4!important}.schd-calendar-modal .modal-content{border-radius:0}.schd-calendar-modal .modal-content .event-user-list{font-size:.75rem;font-weight:400;margin:16px 32px 0;max-height:172px;overflow-y:auto}.schd-calendar-modal .modal-content .event-user-list svg{color:#49454e;height:16px;width:16px;cursor:pointer}.schd-calendar-modal .modal-content .event-user-list .selected-event-user{font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;text-align:left;color:#051f4e}.schd-calendar-modal .modal-content .event-reminder-select{padding-left:6px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px;letter-spacing:.5px;text-align:left;color:#23005c;width:100%}.add-edit-event-wrapper{position:relative;top:0;left:0;background-color:#fff;z-index:1;width:100%;border:1px solid #d1d5db;border-top:none;border-radius:.5rem;box-shadow:0 0 4px 0 #00000040}.add-edit-event-wrapper .MuiAutocomplete-popupIndicatorOpen{transform:rotate(0deg)!important}.add-edit-event-wrapper .ck-editor__editable_inline{max-height:160px;min-height:160px}.add-edit-event-wrapper .event-form-label{padding:0 4px;background:#fff}.add-edit-event-wrapper .bottom-spacer-16{margin-bottom:1rem}.add-edit-event-wrapper .event-time-selector{width:100%}.add-edit-event-wrapper .calendar-event-datetime-selector{opacity:0;width:1px;height:1px;position:inherit!important}.add-edit-event-wrapper .calendar-event-datetime-selector button{display:none}.add-edit-event-wrapper .start-time-label{padding-left:.15rem}.add-edit-event-wrapper .end-time-label,.add-edit-event-wrapper .start-time-label{font-family:Inter,sans-serif;font-size:clamp(12px,3vw,14px);font-weight:400;line-height:20px;letter-spacing:.25px;text-align:left;color:#23005c}.add-edit-event-wrapper .pl-16{padding-left:16px}.add-edit-event-wrapper .pt-16{padding-top:16px}.add-edit-event-wrapper .pr-16{padding-right:16px}.add-edit-event-wrapper .pb-12{padding-bottom:12px}.add-edit-event-wrapper .ant-card-bordered{border:0 solid #000}.add-edit-event-wrapper .ant-card-body{padding:0}.add-edit-event-wrapper .add-edit-event-header{min-height:32px;border-radius:0;padding:8px 16px;background:linear-gradient(0deg,#f6edff,#f6edff)}.add-edit-event-wrapper .add-edit-event-form .ant-divider-horizontal{border-top:1px solid #d1d4db;margin:16px 0 14px}.add-edit-event-wrapper .add-edit-event-form .event-text-limit{font-size:12px;display:flex;justify-content:flex-end}.add-edit-event-wrapper .add-edit-event-form .ant-input,.add-edit-event-wrapper .add-edit-event-form .ant-select-selector{border-radius:8px}.add-edit-event-wrapper .add-edit-event-form .timezone_select div{font-family:Inter,sans-serif;font-size:clamp(12px,3vw,14px);font-weight:600;line-height:20px;letter-spacing:.1000000015px;text-align:left;color:#6750a4;padding-right:29px}@media(max-width:599.8px){.add-edit-event-wrapper .add-edit-event-form .timezone_select div{max-width:220px!important}}.add-edit-event-wrapper .add-edit-event-form .event-timezone{margin-top:6px;display:flex;align-items:center;gap:6px}.add-edit-event-wrapper .add-edit-event-form .event-timezone span{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.25px;text-align:left}.add-edit-event-wrapper .add-edit-event-form .event-join-section{margin-top:16px;display:flex;align-items:center;justify-content:space-between}.add-edit-event-wrapper .add-edit-event-form .event-join-section button{border-radius:25px;padding:5px 24px}.add-edit-event-wrapper .add-edit-event-form .event-join-section a{margin-top:4px;display:block;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0;text-align:left;color:#6750a4}.add-edit-event-wrapper .add-edit-event-form .event-join-section img{height:18px;cursor:pointer}.add-edit-event-wrapper .add-edit-event-form .event-join-section svg{margin-left:8px;color:#49454e;height:16px;width:16px}.add-edit-event-wrapper .add-edit-event-form .event-join-section div:nth-child(2){display:flex}.add-edit-event-wrapper .add-edit-event-form .event-join-section div:nth-child(2) span:first-child{width:18px!important}.add-edit-event-wrapper .event-remider-wrapper{display:flex;align-items:center}.add-edit-event-wrapper .add-edit-event-submit{padding:8px 16px;display:flex;justify-content:space-between}.add-edit-event-wrapper .upgrade-account-contaier{font-size:16px;font-weight:400;margin-bottom:1rem;line-height:20px;letter-spacing:.5px;text-align:left}.add-edit-event-wrapper .upgrade-account-contaier span:first-child{color:#303439}.add-edit-event-wrapper .upgrade-account-contaier span:nth-child(2){color:#6750a4;text-decoration:underline;cursor:pointer;margin-left:5px}.add-edit-event-wrapper .select-participants-event-alert fieldset{border-color:#ba1a1a!important}.event-info-modal-wrapper{padding:16px;border-radius:.5rem;border:1px solid #e6e1e6;box-shadow:0 1px 2px 0 rgba(0,0,0,.3);background:linear-gradient(0deg,#fff,#fff);color:#23005c}.event-info-modal-wrapper .event-type-section{margin-bottom:8px;background:#d9d9d9;display:inline-block;padding:0 5.51px;font-size:14px;font-weight:500;letter-spacing:.5px;text-align:left;color:#6750a4}.event-info-modal-wrapper .event-title{width:400px}.event-info-modal-wrapper .event-title span{font-size:16px;font-weight:500;line-height:24px;letter-spacing:.150000006px;text-align:left}.event-info-modal-wrapper .event-time{margin-top:6px}.event-info-modal-wrapper .event-time span{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.25px;text-align:left}.event-info-modal-wrapper .event-duration{margin-top:6px}.event-info-modal-wrapper .event-duration span{font-size:14px;font-style:italic;font-weight:400;line-height:20px;letter-spacing:.25px;text-align:left}.event-info-modal-wrapper .event-timezone{margin-top:6px;display:flex;align-items:center;gap:6px}.event-info-modal-wrapper .event-timezone span{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.25px;text-align:left}.event-info-modal-wrapper .event-join-section{margin-top:16px;display:flex;align-items:center;justify-content:space-between}.event-info-modal-wrapper .event-join-section button{border-radius:25px;padding:5px 24px}.event-info-modal-wrapper .event-join-section a{margin-top:4px;display:block;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0;text-align:left;color:#6750a4}.event-info-modal-wrapper .event-join-section img{height:18px;cursor:pointer}.event-info-modal-wrapper .event-member-section{margin-top:16px}.event-info-modal-wrapper .event-member-section .event-member-section-title{font-size:16px;font-weight:500;line-height:24px;letter-spacing:.150000006px;text-align:left;color:#23005c}.event-info-modal-wrapper .event-member-section .event-member-list{margin-top:6px;max-height:150px;overflow-y:scroll}.event-info-modal-wrapper .event-member-section .event-member-list .event-member-info{padding-bottom:4px;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0;text-align:left;display:flex;align-items:center;justify-content:space-between;color:#051f4e}.event-info-modal-wrapper .event-member-section .event-member-list .event-member-info .event-member-organiser{font-size:11px;font-weight:500;line-height:16px;letter-spacing:.5px;text-align:left;color:#7a757f;display:block}.event-info-modal-wrapper .event-member-section .event-member-list .event-member-info .organizer-profile{position:relative}.event-info-modal-wrapper .event-member-section .event-member-list .event-member-info .organizer-profile span:nth-child(2),.event-info-modal-wrapper .event-member-section .event-member-list .event-member-info .organizer-profile span:nth-child(3){position:absolute!important;bottom:2px;right:-5px}.event-info-modal-wrapper .event-alert-section{margin-top:16px}.event-info-modal-wrapper .event-alert-section .event-alert-section-title{font-size:16px;font-weight:500;line-height:24px;letter-spacing:.150000006px;text-align:left;color:#23005c}.event-info-modal-wrapper .event-alert-section .event-alert-section-content{margin-top:6px;display:flex;align-items:center}.event-info-modal-wrapper .event-alert-section .event-alert-section-content img{height:16px;width:16px}.event-info-modal-wrapper .event-alert-section .event-alert-section-content span{margin-left:12px;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0;text-align:left;color:#051f4e}.event-info-modal-wrapper .event-edit-section{margin-top:16px;display:flex;align-items:center;justify-content:space-between}.event-info-modal-wrapper .event-edit-section button{padding:10px 24px 10px 22px;gap:8px;font-size:14px;font-weight:500;line-height:20px;letter-spacing:.1000000015px;text-align:center;color:#6750a4;border-radius:25px}.event-info-modal-wrapper .event-note-section{margin-top:16px;width:400px}.event-info-modal-wrapper .event-note-section .event-note-section-title{font-size:16px;font-weight:500;line-height:24px;letter-spacing:.150000006px;text-align:left;color:#23005c}.event-info-modal-wrapper .event-note-section .event-note-section-content{display:block;margin-top:6px;font-size:12px;font-weight:400;line-height:20px;letter-spacing:.25px;text-align:left}.event-user-search{padding:.5rem .5rem .15rem;display:flex;align-items:center}.fc-list-table tbody .fc-event .fc-list-event-time{font-size:14px;vertical-align:middle;min-width:120px;color:#0d0c0d}@media(max-width:599.8px){.fc-list-table tbody .fc-event .fc-list-event-time{padding:.5rem;font-size:.75rem;vertical-align:middle;white-space:wrap;text-align:center}}.fc-list-table tbody .fc-list-event-graphic{padding-left:24px;align-content:center}@media(max-width:599.8px){.fc-list-table tbody .fc-list-event-graphic,.fc-list-table tbody .fc-list-event-title{padding:.5rem;vertical-align:middle}}.fc .fc-day-disabled{background-color:#fff!important}.is-day-selected .fc-day-today{background-color:transparent!important}.list-view-css{color:#000!important}.fc .fc-list-event-dot{border:4px solid #6750a4;border-radius:50%;top:-2px;position:relative}.fc-theme-standard .fc-list-day-cushion{text-align:justify;background-color:#f0eef7;padding:18px 16px;font-size:14px;color:#0d0c0d}.fc .fc-timegrid-now-indicator-line{border-color:#6750a4!important;border-width:1px!important}.fc-timegrid-now-indicator-arrow{border-color:transparent #6750a4!important}.active-btn-view,.active-btn-view:hover{background-color:#6750a4!important;color:#fff!important}.event-wrapper.long-event,.event-wrapper.short-event{padding:1px 4px!important}.events-wrapper .fc-v-event:has(.very-short-segment){height:13px!important}.events-wrapper .fc-v-event:has(.very-short-segment) .event-wrapper{height:inherit!important;align-items:center}.events-wrapper .fc-v-event:has(.very-short-segment) .event-wrapper .event-time,.events-wrapper .fc-v-event:has(.very-short-segment) .event-wrapper .event-title{font-size:11px!important}.calendar-widget-wrapper{background-color:#fff;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 1px rgba(0,0,0,.012)}.calendar-widget-wrapper .no-event-ui{display:flex;height:Hug(28.41px);padding:6.7px;border-radius:3.35px;background:#f4eff4;color:rgba(0,0,0,.9)}.calendar-widget-wrapper .no-event-ui span{font-family:Inter,sans-serif;font-size:10px;font-style:italic;font-weight:500;line-height:15px;letter-spacing:.0735375956px;text-align:left}.calendar-widget-wrapper .fc-timeGridWeek-view tbody{display:none}.calendar-widget-wrapper .ant-divider-horizontal{margin:12px 0 0}.calendar-widget-wrapper .calendar-widget-header{padding:14px 14px 0;overflow-x:hidden}.calendar-widget-wrapper .calendar-widget-header .calendar-header-title{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;line-height:.9375rem;letter-spacing:.0735375956px;text-align:left;cursor:pointer;color:#6750a4}.calendar-widget-wrapper .calendar-widget-header .calendar-widget-month{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;line-height:.9375rem;letter-spacing:.0735375956px;text-align:left;color:#303439}.calendar-widget-wrapper .calendar-widget-header .calendar-widget-month .MuiSelect-select{padding-top:2px;padding-bottom:0}.calendar-widget-wrapper .calendar-widget-header .calendar-widget-month svg{font-size:18px;top:1px}.calendar-widget-wrapper .calendar-widget-header .ant-select-selector{padding:0}.calendar-widget-wrapper .calendar-widget-header .ant-select-selection-item{font-weight:700;font-size:12px}.calendar-widget-wrapper .calendar-widget-header .week-day{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;letter-spacing:.1000000015px;text-align:left;color:#303439;padding:5px}.calendar-widget-wrapper .calendar-widget-header .week-date-active{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0;text-align:left;color:#6750a4;padding:5px;border-radius:25px;background:#e9ddff}.calendar-widget-wrapper .calendar-widget-header .week-date{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0;text-align:left;color:#303439;padding:5px}.calendar-widget-wrapper .calendar-widget-body{padding:14px;max-height:300px;overflow-y:auto;scrollbar-width:thin}.calendar-widget-wrapper .calendar-widget-body .calendar-widget-event-card-wrapper{padding:8px;background-color:#eff0f6;border-radius:4px}.calendar-widget-wrapper .calendar-widget-body .calendar-widget-event-card-wrapper .calendar-widget-event-title{font-family:Inter,sans-serif;font-size:10px;font-weight:500;line-height:15px;letter-spacing:.0735375956px;text-align:left;color:#051f4e;overflow-wrap:anywhere}.calendar-widget-wrapper .calendar-widget-body .calendar-widget-event-card-wrapper .calendar-widget-event-note{font-family:Inter,sans-serif;font-size:9px;font-weight:500;line-height:12px;letter-spacing:.3676880002px;text-align:left;color:#595d61;word-break:break-word;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.calendar-widget-wrapper .calendar-widget-body .calendar-widget-event-card-wrapper .calendar-widget-event-time{font-family:Inter,sans-serif;font-size:9px;font-weight:500;line-height:12px;letter-spacing:.3676880002px;text-align:left;color:#051f4e}.calendar-widget-month-option{font-family:Inter,sans-serif;font-size:11px;font-weight:500;min-height:auto;line-height:15px;letter-spacing:.0735375956px;text-align:left}.post-detail{background-color:#fff;border:1px solid #e1e1e1;padding:16px;margin:0 auto;justify-content:space-between;height:608px;width:100%;display:flex;outline:0}@media screen and (max-width:900px){.post-detail{height:auto}}.post-detail .post-header{display:flex;align-items:center;margin-bottom:16px}.post-detail .post-header .profile-picture{width:40px;height:40px;border-radius:50%;margin-right:12px}.post-detail .post-header .user-info .username{font-weight:700;margin:0}.post-detail .post-header .user-info .location,.post-detail .post-header .user-info .timestamp{margin:0;color:#666}.post-detail .post-image{width:60%;height:100%;text-align:center}@media screen and (max-width:900px){.post-detail .post-image{display:none}}.post-detail .post-image img{height:100%;-o-object-fit:fill;object-fit:fill}.post-detail .post-image video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-detail .post-side{width:27.5rem;height:14.12rem}@media screen and (max-width:900px){.post-detail .post-side{width:100%;height:100%}}.post-detail .post-side .header{align-items:center;width:440px;padding:0 8px 12px 22px;gap:16px}@media screen and (max-width:900px){.post-detail .post-side .header{width:100%}}.post-actions{height:8.5rem;padding-left:22px}@media screen and (max-width:900px){.post-actions{height:auto;padding-left:0}}.post-actions .view-post-description{max-height:400px;overflow:auto}.post-actions .post-details-d{margin:16px 12px 16px 22px;max-height:40%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;width:100%;overflow:hidden;overflow-y:auto}.post-actions button{padding:10px 5px;border:none;align-items:center;border-radius:4px;margin-right:2px;text-align:center;cursor:pointer}.post-actions button span{font-size:18px}.post-caption p .username{font-weight:700;margin-right:4px}.comments .comment{margin-bottom:8px;padding:8px;border:1px solid #e1e1e1;border-radius:4px}.comments .comment .username{font-weight:700}.no-image{height:608px;width:1025px}.no-image .post-header{display:flex;align-items:center;margin-bottom:16px}.no-image .post-header .profile-picture{width:40px;height:40px;border-radius:50%;margin-right:12px}.no-image .post-header .user-info .username{font-weight:700;margin:0}.no-image .post-header .user-info .location,.no-image .post-header .user-info .timestamp{margin:0;color:#666}.no-image .post-side{width:100%;padding-left:10px}.no-image .post-actions{height:32vh;width:100%}.no-image .post-actions .post-details-d{max-height:40%;width:100%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;overflow:hidden;overflow-y:auto}.no-image .post-actions button{padding:8px 12px;background-color:#fff;border:none;align-items:center;border-radius:4px;margin-right:2px;text-align:center;cursor:pointer}.no-image .post-actions button:hover{background-color:#f0f0f0}.no-image .post-actions button span{font-size:18px}.no-image .post-caption p .username{font-weight:700;margin-right:4px}.no-image .comments .comment{margin-bottom:8px;padding:8px;border:1px solid #e1e1e1;border-radius:4px}.no-image .comments .comment .username{font-weight:700}.custom-dropdown{position:relative;display:inline-block}.dropdown-content{width:80vw;position:absolute;top:100%;right:0;background-color:#fff;box-shadow:0 4px 6px rgba(0,0,0,.1);border:1px solid #ccc;z-index:999;border-radius:.4rem}.custom-dropdown:hover .dropdown-content{display:block}.dropdown-content div{padding:16px;cursor:pointer}.p-m-option{display:flex;border-bottom:1px solid #cac4cf;text-align:center;align-items:center;border-radius:.4rem}.p-m-option:hover{background-color:#1d1b2014}.p-m-option span{margin-left:3%}@media screen and (min-width:380px){.dropdown-content{width:45vh}}.post-detail{width:94%;border-radius:8px}@media screen and (min-width:1200px){.post-detail{width:1128px}}@media screen and (min-width:900px){.post-image-2{display:none;width:60%;height:100%;text-align:center}.post-image-2 img{height:100%;-o-object-fit:contain;object-fit:contain}.post-image-2 video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.reporting-post{display:flex;width:500px}@media(max-width:899.8px){.reporting-post{width:100%!important}}.reasons{width:100%}.back-button{cursor:pointer;margin-right:8px}.contents ul,.reasons ul{list-style:none;padding:0}.contents h4,.contents h5,.reasons h3{font-weight:700}.contents li,.reasons li{cursor:pointer;font-size:14px;margin-bottom:1px;padding:16px 30px;border-radius:4px;transition:background-color .3s,transform .3s;display:flex;justify-content:space-between;color:#0d0c0d}.contents li:hover,.reasons li:hover{background-color:#6750a414;color:#6750a4}.reason-contents .report-arrow-icon:hover{color:#6750a4}.reasons .reason-selected h6{line-height:20px;padding:8px 16px;color:#0d0c0d;font-size:20px;font-weight:600;border-bottom:1px solid #e6e1e6}.reasons .reason-contents h5{margin-top:1rem;line-height:24px;padding:0 1rem;color:#0d0c0d}textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;resize:none;margin-top:10px;transition:border-color .3s}textarea:focus{border-color:#007bff}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.active-content{display:block;animation:fadeIn 1s ease-in-out}.inactive-content{display:none}.report-post-header{display:flex;width:100%;justify-content:space-between;align-items:center;text-align:center;padding:1rem;border-bottom:1px solid #afadb3}.report-post-header h5{display:flex;text-align:left;align-items:center;font-size:24px;font-weight:600!important;color:#0d0c0d;margin-bottom:0}.report-post-header .report-post-icon{cursor:pointer}.report-button{display:flex;justify-content:space-between;border-top:1px solid #e6e1e6;padding:1rem}@media(max-width:899.8px){.report-button{padding:.75rem}}.text-area{margin:1rem}.reporting-post-main .reason-contents,.reporting-post-main .reason-selected{overflow:auto;max-height:500px}.sidebar-widget-dropdown-wrapper{background-color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 1px rgba(0,0,0,.012);border-radius:8px;display:inline-block;width:100%;cursor:pointer}.sidebar-widget-dropdown-wrapper .sidebar-widget-dropdown{padding:16px;display:flex;align-items:center;justify-content:space-between}.sidebar-widget-dropdown-wrapper .sidebar-widget-dropdown .sidebar-widget-title{font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:.5px;text-align:left;color:#1c1b1e}.sidebar-widget-dropdown-wrapper .sidebar-widget-dropdown .sidebar-list-item{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:17px;letter-spacing:0;text-align:left}.sidebar-widget-dropdown-wrapper .sidebar-widget-dropdown-name-wrapper{padding:16px;width:100%;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:700;cursor:pointer}.squad-card-sec .sidebar-widget-dropdown{padding-right:16px}.yliway-guide-wrapper .bg-image-wrapper{position:relative;background:#6750a4}.yliway-guide-wrapper .bg-image-wrapper,.yliway-guide-wrapper .bg-image-wrapper:before{box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 1px rgba(0,0,0,.012);border-radius:8px;border:none}.yliway-guide-wrapper .bg-image-wrapper:before{content:"";background:url(/_next/static/media/yliway-guide-background.c76d9388.png);background-size:cover;background-repeat:no-repeat;background-position:50%;opacity:.5;position:absolute;width:100%;height:100%}.yliway-guide-wrapper .yliway-guide-content{padding:4.0625rem 2.3125rem;text-align:center;position:relative}.yliway-guide-wrapper .yliway-guide-content .yliway-guide-title{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:.150000006px;text-align:center;color:#fff;margin-bottom:13px}.yliway-guide-wrapper .yliway-guide-content .yliway-guide-button{background:#f7f2f7;box-shadow:0 1px 3px 1px rgba(0,0,0,.15);font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;letter-spacing:.1000000015px;text-align:center;color:#6750a4;border:none;width:Fill(136px);height:Fill(40px);padding:10px 24px;gap:8px;border-radius:25px;cursor:pointer}.get-started-wrapper{cursor:pointer;background:#fff;padding:12px 16px}.get-started-wrapper .get-started-content{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.get-started-wrapper .get-started-content .get-started-link{font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px;letter-spacing:.5px;text-align:left;color:#6750a4}.get-started-wrapper .get-started-content .get-started-title{font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:.5px;text-align:left;color:#1c1b1e}.get-started-wrapper .get-started-content .get-started-info{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0;text-align:left;color:#49454e}.file-dropzone-container{padding:55px 300px;border:2px dashed #000;background:#fff;text-align:center;border-radius:6px}.file-dropzone-container svg{font-size:200px}@media screen and (max-width:900px){.file-dropzone-container{padding:3rem 6.25rem}}@media screen and (max-width:600px){.file-dropzone-container{padding:3rem 2.25em}}.topic-desc-card{display:flex;flex-direction:column;gap:24px}.topic-desc-card .desc{font-size:22px;font-weight:400;line-height:28px;letter-spacing:0;text-align:left;color:#051f4e}.topic-desc-card .content{font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;text-align:left;color:#1c1b1e;word-break:break-all}.topic-role-card{display:flex;flex-direction:column;gap:24px}.topic-role-card .role{font-size:22px;font-weight:400;line-height:28px;letter-spacing:0;text-align:left;color:#051f4e}.topic-role-card .content{font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;text-align:left;color:#1c1b1e}.topic-details-wrapper{display:flex;flex-direction:column;gap:16px}.topic-contact-info-container{display:flex;flex-direction:column;gap:8px}.topic-contact-info-container .topic-contact-info-sub-container{padding:8px 16px;display:flex;flex-direction:column;gap:13px}.topic-contact-info-container .topic-contact-info-sub-container .topic-contact-info-name-img-cp{display:flex;gap:8px;cursor:pointer;align-items:center}.topic-contact-info-container .topic-contact-info-sub-container .topic-contact-info-name-img-cp .topic-contact-info-name-cp{width:248px}.topic-contact-info-container .topic-contact-info-sub-container .topic-contact-info-name-img-cp .topic-contact-info-name-cp .topic-contact-info-name{font-size:1.375rem;font-weight:500;line-height:28px;letter-spacing:0;text-align:left;color:#6750a4;text-transform:capitalize}.topic-contact-info-container .topic-contact-info-sub-container .topic-contact-info-name-img-cp .topic-contact-info-name-cp .topic-contact-info-cp{font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.1000000015px;text-align:left;color:#051f4e;text-transform:capitalize}.topic-contact-info-container .topic-contact-info-sub-container .contact-info-icon-box{display:flex}.topic-contact-info-container .topic-contact-info-sub-container .contact-info-icon-box .contact-info-icon-box-left{display:flex;width:56px;height:48px;padding:12px 16px}.topic-contact-info-container .topic-contact-info-sub-container .contact-info-icon-box .contact-info-icon-box-right{display:flex;flex-direction:column;gap:4px;width:248px}.topic-contact-info-container .topic-contact-info-sub-container .contact-info-icon-box .contact-info-icon-box-right .contact-info-icon-label{font-size:1rem;font-weight:500;line-height:24px;letter-spacing:.150000006px;text-align:left;color:#051f4e}.topic-contact-info-container .topic-contact-info-sub-container .contact-info-icon-box .contact-info-icon-box-right .contact-info-icon-content{font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:0;text-align:left;color:#6750a4}.topic-contact-info-container .contact-info-social-icons-box{display:flex;justify-content:space-between;padding:16px}.topic-contact-info-container .contact-info-social-icons-box .contact-info-social-icons{display:flex;justify-content:center;align-items:center}.topic-tab-container{display:flex;background-color:#fff;padding:12px 12px 0 16px;gap:16px}.topic-tab-container .tab-items-selected{display:flex;cursor:pointer;flex-direction:column;gap:16px;color:#6750a4;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.1px}.topic-tab-container .tab-items-selected .active-bar{height:3px;border-radius:10px 10px 0 0;background-color:#6750a4}.topic-tab-container .tab-items{padding-bottom:16px;cursor:pointer;font-size:14px;font-style:normal;font-weight:500;line-height:20px;color:#000;letter-spacing:.1px}.topic-tab-container .dropdown-topic{display:flex;justify-content:center;align-items:center;padding-right:12px;cursor:pointer}.topic-tab-container-profile{display:flex;background-color:#fff;padding:12px 12px 0;gap:40px}.topic-tab-container-profile .tab-items-selected{display:flex;cursor:pointer;flex-direction:column;gap:16px;color:#6750a4;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.1px}.topic-tab-container-profile .tab-items-selected .active-bar{height:3px;border-radius:10px 10px 0 0;background-color:#6750a4}.topic-tab-container-profile .tab-items{padding-bottom:16px;cursor:pointer;font-size:14px;font-style:normal;font-weight:500;line-height:20px;color:#000;letter-spacing:.1px}.topic-tab-container-profile .dropdown-topic{display:flex;justify-content:center;align-items:center;padding-right:12px;cursor:pointer}.topic-tab-container-post{display:flex;background-color:#fff;padding:12px 12px 0 0;gap:40px}.topic-tab-container-post .tab-items-selected{display:flex;cursor:pointer;flex-direction:column;gap:16px;color:#6750a4;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.1px}.topic-tab-container-post .tab-items-selected .active-bar{height:3px;border-radius:10px 10px 0 0;background-color:#6750a4}.topic-tab-container-post .tab-items{padding-bottom:16px;cursor:pointer;font-size:14px;font-style:normal;font-weight:500;line-height:20px;color:#000;letter-spacing:.1px}.topic-tab-container-post .dropdown-topic{display:flex;justify-content:center;align-items:center;padding-right:12px;cursor:pointer}.topic-tab-content-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.topic-tab-content-container .dropdown-topic{display:flex;justify-content:center;align-items:center;padding-right:1rem;cursor:pointer}.topic-admin-comp-container>div{box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 1px rgba(0,0,0,.012)}.topic-admin-comp-container .mui-style-xraikk-MuiCardContent-root:last-child{padding-bottom:0}.topic-carousel{width:808px}.topic-carousel .react-multi-carousel-list{overflow:auto;scrollbar-width:none}.topic-carousel .react-multi-carousel-list ul li{width:808px!important}.topic-carousel .react-multi-carousel-list ul li div{margin:0;padding:0;gap:.5rem}.topic-carousel .react-multi-carousel-dot-list li button{width:9px;height:9px;border-width:1px;background-color:#fff}.topic-carousel .react-multi-carousel-dot-list .react-multi-carousel-dot--active button{background-color:#616161!important;border-color:#616161!important;opacity:.7}.next-activities-topic-section .MuiGrid-root .event-section{position:relative}.next-activities-topic-section .MuiGrid-root .event-section .event-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.next-activities-topic-section .MuiGrid-root .event-section .MuiPaper-root:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;border-radius:1rem}.next-activities-topic-section .MuiGrid-root .event-section .event-content{position:relative;z-index:2;padding:3rem 2.5rem}.next-activities-topic-section .MuiGrid-root .event-section .MuiTypography-root{color:#f3f3f3}.next-activities-topic-section .MuiGrid-root .event-section-right .MuiBox-root .MuiPaper-root .MuiCardContent-root{padding:0;display:flex;gap:.75rem}.next-activities-topic-section .MuiGrid-root .event-section-right .MuiBox-root .MuiPaper-root .MuiCardContent-root .event-activites-section-img img{border-radius:.25rem;background-size:cover;background-repeat:no-repeat;background-position:50%;width:146px;height:82px}.next-activities-topic-section .MuiGrid-root .event-section-right .MuiBox-root .MuiPaper-root .MuiCardContent-root .event-activites-right-img-section{width:126px}.speaker-carousel-section .react-multi-carousel-list ul li{width:174px!important;margin:0 .75rem}.speaker-carousel-section .react-multi-carousel-list ul li:nth-child(4n){margin:0}.speaker-carousel-section .react-multi-carousel-list ul li:nth-child(1n){margin-left:.5625rem}.speaker-carousel-section .react-multi-carousel-dot-list{bottom:-14px;width:70%;left:14%;overflow:auto}.speaker-carousel-section .react-multi-carousel-dot-list li button{width:9px;height:9px;border-width:1px;background-color:#fff}.speaker-carousel-section .react-multi-carousel-dot-list .react-multi-carousel-dot--active button{background-color:#616161!important;border-color:#616161!important;opacity:.7}.skill-success .popup-circles{display:flex;flex-direction:column;gap:24px;padding:16px}.skill-success .popup-circles .popup-img{display:flex;justify-content:center;align-items:center}.skill-success .popup-circles .popup-text{font-size:20px;font-weight:600;line-height:20px;letter-spacing:.25px;text-align:center;color:#001551}.skill-success .popup-circles .popup-cancel-confirmation-box{display:flex;justify-content:center;align-items:center}#profile-tabs-section-tabpane-Skills div div div.d-flex.align-items-center.justify-content-between h6{font-size:16px;font-weight:500;line-height:24px;letter-spacing:.150000006px;text-align:left}#profile-tabs-section-tabpane-Skills div div div.MuiBox-root div div.MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-12.MuiGrid-grid-sm-6.MuiGrid-grid-md-4 div div div p{font-size:14px!important;font-weight:400;line-height:20px;letter-spacing:.1000000015px;text-align:left}#value-container div div.MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-12.MuiGrid-grid-sm-6.MuiGrid-grid-md-8 div div.MuiStack-root div:nth-child(2) h6{padding-bottom:8px}#endorsement-avatar div{border:none}#endorsement-avatar div.opacity-zero{border:none;margin-right:-10px}#endorsement-avatar div.opacity-zero img{opacity:0}#endorsement-avatar div.MuiAvatar-root.MuiAvatar-circular.MuiAvatarGroup-avatar:nth-child(n+3){margin-right:-10px;border:none}#endorsement-avatar div.MuiAvatar-root.MuiAvatar-circular.MuiAvatar-colorDefault.MuiAvatarGroup-avatar{font-size:12px;font-weight:400;line-height:15px;letter-spacing:0;text-align:left;color:#6750a4;border:none}#certificate-image-origin{height:"54px";width:"54px";min-width:"54px";max-width:"54px";min-height:"54px";max-height:"54px"}#request-recommend div div button.MuiButtonBase-root.MuiButton-root.MuiButton-text.MuiButton-textPrimary.MuiButton-sizeMedium.MuiButton-textSizeMedium.MuiButton-root.MuiButton-text.MuiButton-textPrimary.MuiButton-sizeMedium.MuiButton-textSizeMedium.yliway-button.button_yliway-button__RZsmp.button_yliway-button--primary__IOZn9.mui-style-1hcphj1-MuiButtonBase-root-MuiButton-root{padding:8px 12px}#value-container div div.MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-12.MuiGrid-grid-sm-6.MuiGrid-grid-md-8 div.MuiStack-root div div div div.user-card_cover-image___NxHW.MuiBox-root{background-image:none}body div.basic-model-layout.modal-block.false.MuiModal-root div.modal_yli-modal__MeXtD.MuiBox-root div div div div div.modal_heading__DPpYq div{font-size:20px;font-weight:600;line-height:20px;letter-spacing:.25px;text-align:center;color:"#001551"}#skills-card{margin-bottom:12px;width:auto}#endorsement-content{max-width:262px;height:48px;padding:4px 34px 4px 12px}@media(max-width:899.8px){#endorsement-content{max-width:100%}}#endorsement-content Stack div{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.1000000015px;text-align:left}#endorsement-content div div{align-self:center}#endorsement-content div div svg{color:#6750a4;width:24px;height:24px}#endorsement-avatar div{max-height:32px;width:32px}#all-skills div div div.all-skills-container{padding:0 8px 0 0}#all-skills div div div.all-skills-container h6{font-size:16px;font-weight:500;line-height:24px;letter-spacing:.150000006px;text-align:left}#all-skills div div.skills-tab div div{width:100%;overflow:auto!important}#all-skills div div.skills-tab div div .MuiButtonBase-root{padding-right:12px!important;min-height:auto!important}#value-container{padding-top:15px}#value-container div div h6{font-size:14px;font-weight:500;line-height:20px;letter-spacing:.1000000015px;text-align:left;padding-bottom:12px;margin-bottom:0}#skills-model div{margin-bottom:8px}@media(min-width:900px){.grid-width .mui-style-oib8tz-MuiGrid-root{flex-basis:21.55%;max-width:21.55%}.grid-width .mui-style-16athak-MuiGrid-root{flex-basis:78.3333%;max-width:78.3333%}}body{background:#fafafa;font-family:Inter,sans-serif;font-size:1rem;line-height:1.3;color:rgba(0,0,0,.9);font-weight:400;letter-spacing:.3px}a{text-decoration:none;color:#6750a4;cursor:pointer;outline:0}a:focus,a:hover{text-decoration:underline;outline:0;color:#381e72;text-decoration:none}p{font-size:.875rem;line-height:1.5;margin-top:0;margin-bottom:1rem}@media(max-width:767.8px){p{line-height:1.3}}img{max-width:100%}body,html{height:100%;padding-right:0!important;overflow:unset}::-webkit-scrollbar-track{box-shadow:none;-webkit-box-shadow:none;background-color:#f0eef7}::-webkit-scrollbar{width:6px;height:6px;background-color:#f0eef7}::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:8px}.main-layout{min-height:calc(100vh - 159px)}.header-height{height:78px}@media(max-width:1199.8px){.header-height{height:69px}}.inner-wrapper{background-color:#fafafa}.inner-wrapper .card .card-header{border-radius:.75rem .75rem 0 0;padding:1rem;border-bottom-color:transparent;background-color:#fff}.inner-wrapper .card .dropdown-menu{z-index:998}.inner-wrapper .card .card-body{border-radius:0}.infinite-scroll-component{overflow:visible!important;overflow:initial!important;border-radius:8px;border:none}@media(max-width:1199.8px){.infinite-scroll-component .dropdown-menu{left:-15.9375rem!important;top:1.875rem!important;transform:none!important;width:17.5rem}}@media(min-width:1340px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1170px}}@media(min-width:1440px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1170px}}@media(min-width:1600px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1170px}}@media(min-width:1601px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1170px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1170px}}@media(max-width:991.8px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:100%}}.grecaptcha-badge{visibility:hidden}.ReactModal__Overlay{z-index:9999!important}.create-groups-box .fullwidth-dropzone .sc-bczRLJ{width:100%!important}.rotate-top{transform:scaleY(-1)}@media(max-width:899.8px){.inner-left-full-orsidebar .profile-right-bar{width:100%;margin:0}}.inner-left-full-orsidebar .profile-left-bar{width:16.5625rem}@media(max-width:1199.8px){.inner-left-full-orsidebar .profile-left-bar{width:100%}}@media(max-width:991.8px){.inner-left-full-orsidebar .profile-left-bar{width:100%;margin:0}}.inner-right-full-orsidebar .profile-left-bar{width:14.0625rem;margin-right:1.5rem;border-radius:8px}@media(max-width:767.8px){.inner-right-full-orsidebar .profile-left-bar{width:100%;margin:0}}.inner-right-full-orsidebar .profile-right-bar{width:calc(100% - 15.5625rem)}@media(max-width:767.8px){.inner-right-full-orsidebar .profile-right-bar{width:100%}}.model-listing-box{margin-bottom:0;border:1px solid #d6e1ec}@media(max-width:899.8px){.model-listing-box{height:175px;overflow-y:auto;scrollbar-width:thin;padding-top:1rem}}.model-listing-box .model-common-listing{padding:16px;border-bottom:1px solid #d6e1ec}.model-listing-box .model-common-listing:last-child{border-bottom:none}.model-common-listing input[type=checkbox]:checked+label{background-color:#90ee90}.compilation-table .calendar-wrap-xs .rdt input[type=text]{width:120px;padding:0 6px}.compilation-table .calendar-wrap-xs .icon{right:.9375rem}.chat-blue-icon-profile{position:absolute;z-index:9;right:2px;bottom:2px}.phone-number-wrapper{position:relative}.phone-number-wrapper input:focus{border:2px solid #7a757f!important}.react-phone-input .form-control{height:48px!important;font-size:1rem;width:100%!important;border-radius:4px!important;border:1px solid #7a757f!important;background-color:#fff!important;padding-left:40px!important}.react-phone-input .flag-dropdown{border-radius:4px 0 0 4px!important;border:0!important;height:46px;top:4px!important;left:1px;background-color:transparent!important}.react-phone-input .flag-dropdown>div{padding:0 0 0 12px}.react-phone-input .flag-dropdown>div .arrow{display:none}.previewVideo,.previewVideo video{max-height:25rem}.educational-details .custom-width-33{max-width:33.3%;flex:0 0 33.3%}@media(max-width:991.8px){.educational-details .custom-width-33{max-width:100%;flex:0 0 100%}}.educational-details .custom-width-25{max-width:25%;flex:0 0 25%}@media(max-width:991.8px){.educational-details .custom-width-25{max-width:100%;flex:0 0 100%}}.pac-container{z-index:2000!important}.quiz-modal .modal-lg{max-width:56.25rem!important}.quiz-modal .quiestions-box{width:calc(100% - 212px);margin-right:1rem}.quiz-modal .custom-checkbox{margin-top:-.625rem}.quiz-modal .listing-view{margin-top:-.1875rem;margin-left:1.6875rem}.quiz-modal .timer-box{width:11.25rem;padding-right:.9375rem}.quiz-modal .date-listing .w-h-40{margin-right:.625rem}.quiz-modal .date-listing .w-h-40:nth-child(3n){margin-right:0}@media(max-width:991.8px){.quiz-modal .quiestions-box{width:calc(100% - 282px)}.quiz-modal .timer-box{width:15.625rem}.quiz-modal .date-listing .w-h-40:nth-child(3n){margin-right:.75rem}.quiz-modal .date-listing .w-h-40:nth-child(4n){margin-right:0}}@media(max-width:767.8px){.quiz-modal .quiestions-box,.quiz-modal .timer-box{width:100%;padding-right:0}}:root{--star-size:20px;--star-color:#ddd;--star-background:#fc0;--ck-z-default:10555!important;--ck-z-modal:calc(var(--ck-z-default) + 10555)!important}.star-rating{--percent:calc(var(--rating) / 5 * 100%);display:inline-block;font-size:var(--star-size);font-family:Times;line-height:1}.star-rating:before{content:"★★★★★";letter-spacing:1px;background:linear-gradient(90deg,var(--star-background) var(--percent),var(--star-color) var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.groupFixedWidth{max-width:37.5rem;width:100%!important;margin:0 auto}.groupFixedWidth labal{height:100%}.groupFixedWidth .dropzone-wrap-xxl{height:8.3125rem!important}.defualt-image{max-height:25rem;overflow:hidden}.custom-select-addcredit #react-select-2-listbox{max-height:12.5rem!important;padding-bottom:6.25rem!important}.custom-select-addcredit #react-select-2-listbox div{height:100%!important;max-height:12.5rem!important}.custom-select__menu-portal{z-index:9999!important}.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ellipsis-2-line{display:-webkit-box}.ellipsis-2-line,.title-2-lines-height{overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.title-2-lines-height{max-height:40px!important}.title-1-lines-height,.title-2-lines-height{display:-webkit-box!important;text-transform:capitalize;text-overflow:ellipsis;display:-webkit-box}.title-1-lines-height{overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical;max-height:20px!important}.name-1-line-clamp{white-space:noWrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.p-sidebar-add{padding:60px 20px 80px}.comment-input,.comment-input textarea{border:none!important;outline:none!important}.comment-input textarea{line-height:35px;padding-left:10px;padding-right:10px}.badge-custom{display:inline-block;width:auto;height:auto;margin-left:5px;padding:.25em .4em}.badge-custom.badge-sm{font-size:.5rem;padding:.1875rem .25rem;border-radius:.5rem;font-weight:400}.border-radius-zero{border-radius:0!important}.border-radius-eight{border-radius:8px!important}.people-tab-view-all-button{font-style:normal;font-weight:500;font-size:11px;line-height:16px;letter-spacing:.25px;color:#48464a;text-align:center;display:flex;margin:0 auto;align-content:center;padding:.3rem 1rem;border-radius:25px;width:-moz-fit-content;width:fit-content}.people-tab-view-all-button:hover{background:#f5f4f7;cursor:pointer}.people-tab-view-all-button-text{cursor:pointer}.bg-water-blue{background-color:#0f6bbf0f!important}.group-bg-img-div{position:relative}.group-small-img{width:80px;height:80px}.group-small-img-div{position:absolute;top:0;top:110px}.font-weight-600{font-weight:600}.font-14px-primary{font-size:14px;color:#0f6bbf}.count-ckeditor-css{color:#1c1b1e;font-size:.75rem}.ck-para{margin:0 0 0 auto}.border-divider-color{border:1px solid #d1d5db}.border-divider-color-top{border-top:1px solid #d1d5db}.border-divider-color-bottom{border-bottom:1px solid #d1d5db}.border-divider-color-bottom-left-right{border-bottom:1px solid #d1d5db;border-left:1px solid #d1d5db;border-right:1px solid #d1d5db}.skill-image-text{font-size:14px;color:#77838f;font-weight:400}.font-14-500{font-size:.875rem!important;font-weight:500}.color-divider{color:#d1d5db}#editedImage,#sourceImage{display:none}#canvas{max-height:420px;-o-object-fit:contain;object-fit:contain}input#formSearch::-moz-placeholder{color:#77838f}input#formSearch:-ms-input-placeholder{color:#77838f}input#formSearch::placeholder{color:#77838f}.msg-search-close .MuiInputAdornment-root>div:nth-child(2)>span{position:absolute!important;right:19px!important;top:15px!important}.video-js .vjs-control-bar{background:linear-gradient(180deg,rgba(35,0,92,0),#23005c)!important}.video-js .vjs-progress-control .vjs-progress-holder{height:3px!important;margin:0!important}.video-js .vjs-load-progress div{background-color:#fff!important}.video-js .vjs-play-progress{background-color:#6750a4!important}.video-js .vjs-progress-control{display:block!important;width:100%!important;position:absolute!important;left:0!important;height:3px!important;bottom:30px!important}.video-js .vjs-current-time,.video-js .vjs-duration{display:inline-block!important;padding:0 5px!important}.video-js .vjs-time-divider{display:inline-block!important;padding:0!important;min-width:0!important}.video-js .vjs-fullscreen-control{position:absolute!important;right:0!important}.video-js .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal{position:absolute!important;right:30px!important}.custom-autocomplete .MuiAutocomplete-tag{border:none;background:#f8f1ff;color:#6750a4}.custom-autocomplete .MuiAutocomplete-tag .MuiChip-label{font-size:.875rem}.custom-autocomplete .MuiAutocomplete-tag .MuiChip-deleteIcon{color:#9b82db;font-size:1.25rem}.custom-autocomplete .MuiAutocomplete-tag .MuiChip-deleteIcon:hover{color:#6750a4}.MuiAutocomplete-input{padding:7.5px 4px 7.5px 5px}.signup-ck-editor div .ck.ck-editor .ck .ck.ck-editor__editable[role=textbox],.signup-ck-editor div .ck.ck-editor .ck .ck.editor[role=textbox],.signup-ck-editor div .ck.ck-editor .ck .ck.editor__editable[role=textbox],.signup-ck-editor div .ck.ck-editor .ck .editor__editable,.signup-ck-editor div .ck.ck-editor .ck main .ck-editor[role=application] .ck.ck-content{width:100%;background:#fff;font-size:1em;line-height:1.6em;min-height:100px}.input-border .input-height{height:56px!important;border-color:#7a757f!important}.input-border .input-height:focus{border:2px solid #6750a4!important}.input-border .phone-number-wrapper .react-tel-input input{height:56px!important}.input-border .MuiFormControl-root fieldset{border-color:#7a757f!important}.input-border .custom-text-field_custom-text-field-container__70q1g .MuiFormControl-root .Mui-focused fieldset{border-color:#6750a4!important}.input-border .custom-text-field_custom-text-field-container__70q1g .MuiFormControl-root .MuiInputBase-root fieldset{border-color:#7a757f!important}.tag-input-border .custom-autocomplete .MuiFormControl-root .Mui-focused fieldset{border-color:#6750a4!important}.tag-input-border .custom-autocomplete .MuiFormControl-root .MuiInputBase-root fieldset{border-color:#7a757f}.address-border input{border:1px solid #7a757f!important}.width-100{width:100%}.custom-toast{width:344px;height:100%;padding:14px 16px;gap:10px;border:0;border-left:5px solid #6750a4;background:#fff;box-shadow:0 1px 3px 0 rgba(0,0,0,.3),0 4px 8px 3px rgba(0,0,0,.15)}@media(max-width:599.8px){.custom-toast{margin-top:1.5rem;width:300px!important}}.Toastify__toast-container--top-right{right:3rem!important}@media(max-width:599.8px){.Toastify__toast-container--top-right{top:auto!important;left:auto!important;width:auto!important;right:1rem!important}}.Toastify__toast-body{word-break:break-word!important}.about-cms-height{min-height:calc(100vh - 156px)}@font-face{font-family:revicons;fallback:fallback;src:url(/_next/static/media/revicons.ff59b316.woff) format("woff"),url(/_next/static/media/revicons.b96bdb22.ttf) format("ttf"),url(/_next/static/media/revicons.652e7269.eot) format("ttf")}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:rgba(0,0,0,.5);min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,.8)}.react-multiple-carousel__arrow:before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:rgba(0,0,0,.5)}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:"\e824"}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:"\e825"}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;box-shadow:none;transition:background .5s;border:2px solid grey;padding:0;margin:0 6px 0 0;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right:before{content:"\e824"}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:"\e825"}