@import"https://fonts.googleapis.com/css2?family=Public+Sans:wght@200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-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( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-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:translate(-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-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.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 #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;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--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;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:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height: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:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}._AdminProfile_zxmwx_1{height:100%;width:100%;background:#f5f6f7;background-color:#197194;display:flex;flex-direction:column;gap:1vh}._AdminProfile_zxmwx_1 h1{color:#191b1c;font-family:Public Sans;font-size:1.25vw;font-style:normal;font-weight:600;line-height:95.833%}._AdminProfile_zxmwx_1 ._bannerSection_zxmwx_18{align-self:center;width:81.25vw;height:27.71vh;flex-shrink:0;background:#fff;display:flex;flex-direction:column}._AdminProfile_zxmwx_1 ._bannerSection_zxmwx_18 ._banner_zxmwx_18{width:100%;height:17.32vh;flex-shrink:0}._AdminProfile_zxmwx_1 ._bannerSection_zxmwx_18 ._banner_zxmwx_18 img{height:100%;width:100%;object-fit:cover}._AdminProfile_zxmwx_1 ._bannerSection_zxmwx_18 ._profilePic_zxmwx_37{flex:1;display:flex;gap:1vw;align-items:flex-end;position:relative;background-color:#fff}._AdminProfile_zxmwx_1 ._bannerSection_zxmwx_18 ._profilePic_zxmwx_37 img{left:2vw;bottom:0;position:absolute;width:10.42vw;aspect-ratio:1/1;flex-shrink:0;border-radius:5.21vw;border:8px solid #fff}._AdminProfile_zxmwx_1 ._bannerSection_zxmwx_18 ._profilePic_zxmwx_37 ._nameDetails_zxmwx_55{margin-left:12.42vw;margin-bottom:.5vh}._AdminProfile_zxmwx_1 ._bannerSection_zxmwx_18 ._profilePic_zxmwx_37 ._nameDetails_zxmwx_55 h2{color:#191b1c;font-family:Public Sans;font-size:1.25vw;font-style:normal;font-weight:600;line-height:133.333%}._AdminProfile_zxmwx_1 ._bannerSection_zxmwx_18 ._profilePic_zxmwx_37 ._nameDetails_zxmwx_55 p{color:#626c70;font-family:Public Sans;font-size:.83vw;font-style:normal;font-weight:400;line-height:150%}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75{display:flex;align-items:center;justify-content:center;gap:1.2vw}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._profilePhoto_zxmwx_81{width:19.38vw;height:32.13vh;flex-shrink:0;background:#fff;display:flex;align-items:center;flex-direction:column;justify-content:space-around}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._profilePhoto_zxmwx_81 img{width:7.92vw;aspect-ratio:1/1;border-radius:50%}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._profilePhoto_zxmwx_81 ._upload_zxmwx_96{display:flex;width:15.21vw;padding:0px 1.25vw;justify-content:center;align-items:center;gap:.42vw;border-radius:8.33vw;border:.08vw solid #2254e1;background:#fff}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._profilePhoto_zxmwx_81 ._upload_zxmwx_96 img{width:1.04vw;aspect-ratio:1/1;flex-shrink:0}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._profilePhoto_zxmwx_81 ._upload_zxmwx_96 p{color:#2254e1;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:600;line-height:3.46vh;text-transform:capitalize}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._profilePhoto_zxmwx_81 ._warn_zxmwx_121{width:15.21vw}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._profilePhoto_zxmwx_81 ._warn_zxmwx_121 p{color:#626c70;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:400;line-height:1.73vh}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._profilePhoto_zxmwx_81 ._warn_zxmwx_121 p span{color:#191b1c;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:500;line-height:1.73vh}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._banner_zxmwx_18{width:19.38vw;height:32.13vh;flex-shrink:0;background:#fff;display:flex;flex-direction:column}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._banner_zxmwx_18 ._poster_zxmwx_148{width:100%;height:12.14vh;flex-shrink:0}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._banner_zxmwx_18 ._poster_zxmwx_148 img{height:100%;width:100%;object-fit:cover}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._banner_zxmwx_18 ._details_zxmwx_158{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.4vh}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._banner_zxmwx_18 ._details_zxmwx_158 ._removeBanner_zxmwx_166{display:flex;width:15.21vw;padding:0px 1.25vw;justify-content:center;align-items:center;gap:.42vw;border-radius:8.33vw;background:#fdeded}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._banner_zxmwx_18 ._details_zxmwx_158 ._removeBanner_zxmwx_166 p{color:#e84646;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:600;line-height:3.46vh;text-transform:capitalize}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._banner_zxmwx_18 ._details_zxmwx_158 ._upload_zxmwx_96{display:flex;width:15.21vw;padding:0px 1.25vw;justify-content:center;align-items:center;gap:.42vw;border-radius:8.33vw;border:.08vw solid #2254e1;background:#fff}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._banner_zxmwx_18 ._details_zxmwx_158 ._upload_zxmwx_96 img{width:1.04vw;aspect-ratio:1/1;flex-shrink:0}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._banner_zxmwx_18 ._details_zxmwx_158 ._upload_zxmwx_96 p{color:#2254e1;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:600;line-height:3.46vh;text-transform:capitalize}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._banner_zxmwx_18 ._details_zxmwx_158 ._warn_zxmwx_121{width:15.21vw}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._banner_zxmwx_18 ._details_zxmwx_158 ._warn_zxmwx_121 p{color:#626c70;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:400;line-height:1.73vh}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._banner_zxmwx_18 ._details_zxmwx_158 ._warn_zxmwx_121 p span{color:#191b1c;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:500;line-height:1.73vh}._AdminProfile_zxmwx_1 ._basicDetailSection_zxmwx_75 ._basicInfo_zxmwx_229{width:40vw;height:32.13vh;flex-shrink:0;background:#fff;background-color:#9fa6b996}.dashboardContainer{background:#f5f6f7;height:100vh;width:100vw;display:flex}.dashboardContainer .sidebar{width:14.64vw;height:100%;flex-shrink:0;background:#fff}.dashboardContainer .sidebar .logoBrand{width:100%;height:6.67vh;flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:.2vw}.dashboardContainer .sidebar .logoBrand img{width:1.77vw;aspect-ratio:1/1}.dashboardContainer .sidebar .logoBrand h2{color:#191b1c;font-family:Public Sans;font-size:max(1.15vw,12px);font-style:normal;font-weight:600;line-height:100%}.dashboardContainer .sidebar .menu{display:flex;flex-direction:column;align-items:center;margin-top:1vh;gap:.3vh}.dashboardContainer .sidebar .menu .items{width:13.33vw;height:3.7vh;display:flex;padding:.74vh 1.67vw .74vh 1.98vw;justify-content:flex-start;align-items:center;gap:1.25vw;cursor:pointer;transition:all ease .3s}.dashboardContainer .sidebar .menu .items img{width:1.25vw;aspect-ratio:1/1}.dashboardContainer .sidebar .menu .items p{color:#626c70;font-family:Public Sans;font-size:max(.73vw,10px);font-style:normal;font-weight:500;line-height:1.94vh;letter-spacing:.1px}.dashboardContainer .sidebar .menu .items:hover{background-color:#19808065;transform:scale(1.04)}.dashboardContainer .sidebar .menu .activeItem{background:#2254e1}.dashboardContainer .sidebar .menu .activeItem p{color:#fff}.dashboardContainer .content{flex:1;display:flex;flex-direction:column}.dashboardContainer .content .navbar{display:flex;width:100%;height:6.67vh;padding:1.48vh 2.08vw;justify-content:space-between;align-items:center;background:#fff;box-shadow:.05vw 0 #f2f3f4 inset}.dashboardContainer .content .navbar .search{display:flex;width:12.5vw;height:3.7vh;padding:.93vh 7.55vw .93vh .83vw;align-items:flex-start;gap:.63vw;flex-shrink:0;border-radius:.21vw;background:rgba(242,243,244,.5)}.dashboardContainer .content .navbar .search img{width:1.04vw;aspect-ratio:1/1;cursor:pointer}.dashboardContainer .content .navbar .search input{height:100%;border:none;background:transparent;outline:none}.dashboardContainer .content .navbar .languageNotification{display:flex;justify-content:center;align-items:center;width:10.83vw;height:3.7vh;gap:.83vw}.dashboardContainer .content .navbar .languageNotification .language{display:flex;padding:.37vh .26vw .37vh .63vw;justify-content:flex-end;align-items:center;width:6.04vw;height:2.96vh;gap:.21vw;border-radius:.21vw;background:transparent}.dashboardContainer .content .navbar .languageNotification .language option{color:#23169c;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:400;line-height:1.85vh}.dashboardContainer .content .navbar .languageNotification .notification{width:1.04vw;aspect-ratio:1/1;cursor:pointer}.dashboardContainer .content .navbar .languageNotification .notification img{width:100%;height:100%;object-fit:cover}.dashboardContainer .content .navbar .languageNotification .profilePic{width:1.67vw;aspect-ratio:1/1;flex-shrink:0;border-radius:50%;cursor:pointer}.dashboardContainer .content .navbar .languageNotification .profilePic img{width:100%;height:100%;object-fit:cover;border-radius:50%}.dashboardContainer .content .mainSection{flex:1;overflow:scroll}.dashboardContainer .content .mainSection::-webkit-scrollbar{display:none}._dashboardCon_uj14a_1{height:100%;width:100%;padding:3vh 2vw;display:flex;flex-direction:column;align-items:center}._dashboardCon_uj14a_1 ._upperCards_uj14a_9{width:94%;height:min-content;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around}._cardContainer_uj14a_18{width:24%;height:18vh;display:flex;flex-direction:column;justify-content:space-around;border:.1vw solid grey;border-radius:.3vw;box-shadow:10px 10px 30px #00000040;transition:transform .3s ease}._cardContainer_uj14a_18:hover{transform:scale(1.01)}._cardContainer_uj14a_18 ._upperSection_uj14a_32{flex:1.7;display:flex;align-items:center;justify-content:space-between;padding:.4vh .7vw}._cardContainer_uj14a_18 ._upperSection_uj14a_32 ._details_uj14a_39{display:flex;flex-direction:column;gap:.2vh}._cardContainer_uj14a_18 ._upperSection_uj14a_32 img{height:6vh;aspect-ratio:1/1}._cardContainer_uj14a_18 ._line_uj14a_48{height:.4vh;width:100%;display:flex;align-items:center;justify-content:center;margin:.3vh 0}._cardContainer_uj14a_18 ._line_uj14a_48 img{height:100%;width:90%;object-fit:cover;object-position:center}._cardContainer_uj14a_18 ._lowerSection_uj14a_62{flex:1;justify-content:center;display:flex;align-items:center;gap:1vw;padding:.3vh .5vw}._cardContainer_uj14a_18 ._lowerSection_uj14a_62 button{background-color:#ff0;padding:.3vh .5vw;cursor:pointer;border:none;color:#615a5a;transition:all ease .3s;white-space:nowrap;border-radius:.2vw}._cardContainer_uj14a_18 ._lowerSection_uj14a_62 button:hover{scale:1.1;background-color:#9acd32;color:#fff}._NewsLetter_7vz24_1{height:100%;width:100%;display:flex;flex-direction:column;position:relative;overflow:hidden;padding:2rem 2.5rem 0rem}._NewsLetter_7vz24_1 h1{align-self:start;color:#191b1c;font-family:Public Sans;font-size:1.25vw;font-style:normal;font-weight:600;line-height:2.13vh;margin-bottom:1rem}._NewsLetter_7vz24_1 h4{align-self:start;color:#999;font-family:Public Sans;font-size:.63vw;font-style:normal;font-weight:400;line-height:1.85vh;margin-bottom:1.5rem}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30{width:100%;height:100%;border-radius:.42vw .42vw 0px 0px;background-color:#fff;overflow:hidden;display:flex;flex-direction:column}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._heading_7vz24_39{width:100%;height:8.04vh;flex-shrink:0;border-bottom:1px solid #e5e7e8;background:#fff;display:flex;align-items:center;gap:2.6vw;padding:.2vh 2.6vw}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._heading_7vz24_39 button{display:flex;width:9.6875vw;padding:.192vw;justify-content:center;align-items:center;border-radius:1.92vw;font-family:Public Sans;font-size:.83vw;font-style:normal;font-weight:400;line-height:2.08vh;border:none;outline:none;cursor:pointer}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._heading_7vz24_39 button:nth-child(1){color:#fff;background:linear-gradient(106deg,#394dff 9.33%,#4fc9fe 91.94%),linear-gradient(106deg,#ff683c 9.31%,#fe4fa0 91.66%),#f8f8f8}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._heading_7vz24_39 button:nth-child(2){color:#b4b4b4;background:linear-gradient(0deg,#f8f9f9 0%,#f8f9f9 100%),#f0f6ff}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._subHeading_7vz24_74{width:100%;height:3.33vh;flex-shrink:0;display:flex;align-items:center;opacity:.7;background:#f5f6f7;padding-right:2vw}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._subHeading_7vz24_74 ._userName_7vz24_84{flex:1}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._subHeading_7vz24_74 ._emailAddress_7vz24_87{flex:1.2}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._subHeading_7vz24_74 ._reportDate_7vz24_90{flex:1}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._subHeading_7vz24_74 ._address_7vz24_93{flex:1.2}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._subHeading_7vz24_74 ._action_7vz24_96{flex:2}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._subHeading_7vz24_74 ._view_7vz24_99{flex:.5}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._subHeading_7vz24_74 ._userName_7vz24_84,._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._subHeading_7vz24_74 ._emailAddress_7vz24_87,._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._subHeading_7vz24_74 ._reportDate_7vz24_90,._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._subHeading_7vz24_74 ._address_7vz24_93,._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._subHeading_7vz24_74 ._view_7vz24_99,._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._subHeading_7vz24_74 ._action_7vz24_96{display:flex;align-items:center;justify-content:center;color:#4a5154;font-family:Public Sans;font-size:max(.63vw,11px);font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._supportCards_7vz24_119{flex:1;overflow-y:scroll;scrollbar-width:thin}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._supportCards_7vz24_119::-webkit-scrollbar{width:4px}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._supportCards_7vz24_119::-webkit-scrollbar-thumb{border-radius:1rem;background:#005ce8}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._supportCards_7vz24_119 ._Loading_7vz24_131{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._pagination_7vz24_138{display:flex;width:100%;height:8.1481vh;padding:1.25vw;justify-content:space-between;align-items:center;border-radius:0px 0px .42vw .42vw;background:#fff}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._pagination_7vz24_138 ._pageButtons_7vz24_148{display:flex}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._pagination_7vz24_138 ._pageButtons_7vz24_148 ._leftArrow_7vz24_151,._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._pagination_7vz24_138 ._pageButtons_7vz24_148 ._rightArrow_7vz24_152{width:2.08vw;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._pagination_7vz24_138 ._pageButtons_7vz24_148 ._leftArrow_7vz24_151 img,._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._pagination_7vz24_138 ._pageButtons_7vz24_148 ._rightArrow_7vz24_152 img{height:100%;width:100%}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._pagination_7vz24_138 ._pageButtons_7vz24_148 ._pages_7vz24_164{display:flex;padding:0 1vw;gap:.5vw}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._pagination_7vz24_138 ._pageButtons_7vz24_148 ._pages_7vz24_164 ._buttons_7vz24_169{width:2.08vw;aspect-ratio:1/1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#626c70;text-align:center;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:600;line-height:1.85vh}._NewsLetter_7vz24_1 ._NewsLetterWrapper_7vz24_30 ._pagination_7vz24_138 ._pageButtons_7vz24_148 ._pages_7vz24_164 ._active_7vz24_184{background-color:#005ce8;color:#fff}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188{position:absolute;width:100%;height:100%;top:0;right:0;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:flex-end;z-index:5}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200{width:59.17vw;height:56.73vh;flex-shrink:0;border-radius:1.04vw 0px 0px 1.04vw;background:#fff;display:flex;flex-direction:column;justify-content:center;gap:6vh;position:relative}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._lessThan_7vz24_212{cursor:pointer;position:absolute;right:2vw;top:4vh;display:inline-flex;padding:.74vh .47vw .74vh .36vw;justify-content:center;align-items:center;border-radius:4.06vw;background:rgba(0,92,232,.05)}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._lessThan_7vz24_212 img{width:1.25vw;aspect-ratio:1/1}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._headSection_7vz24_228{padding-left:3.5vw}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._headSection_7vz24_228 h2{color:#191b1c;font-family:Public Sans;font-size:1.95vw;font-style:normal;font-weight:500;line-height:4.63vh}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._headSection_7vz24_228 h3{color:#999;font-family:Public Sans;font-size:.91vw;font-style:normal;font-weight:400;line-height:2.17vh}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._mainContent_7vz24_247{display:flex;justify-content:space-around;margin-left:1.7vw}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._mainContent_7vz24_247 ._left_7vz24_151{width:26.25vw;height:24.8vh;flex-shrink:0;background:#fff;border-radius:.42vw;border:.052vw solid #e5e7e8;display:flex;flex-direction:column;align-items:center;gap:2vh}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._mainContent_7vz24_247 ._left_7vz24_151 ._privateInfo_7vz24_264{display:flex;width:100%;height:3.46vh;padding:1.04vh 1.25vw;justify-content:space-between;align-items:center;flex-shrink:0;background:#fff;box-shadow:0 -1px #e5e7e8 inset}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._mainContent_7vz24_247 ._left_7vz24_151 ._privateInfo_7vz24_264 p{color:#191b1c;font-family:Public Sans;font-size:.83vw;font-style:normal;font-weight:500;line-height:2.08vh}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._mainContent_7vz24_247 ._left_7vz24_151 ._name_7vz24_283 h3{color:#191b1c;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:400;line-height:1.73vh}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._mainContent_7vz24_247 ._left_7vz24_151 ._name_7vz24_283 p{display:flex;width:23.44vw;padding:.87vh 18.23vw .87vh .83vw;align-items:center;color:#959fa3;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:400;line-height:1.73vh;border-radius:.21vw;border:.05vw solid #e5e7e8;background:#fff}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._mainContent_7vz24_247 ._left_7vz24_151 ._message_7vz24_306 h3{color:#191b1c;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:400;line-height:1.73vh}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._mainContent_7vz24_247 ._left_7vz24_151 ._message_7vz24_306 p{width:23.75vw;height:7.97vh;display:flex;padding:.87vh 5.83vw 3.64vh .57vw;align-items:center;border-radius:.21vw;border:.05vw solid #e5e7e8;background:#fff}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._mainContent_7vz24_247 ._right_7vz24_152{width:26.25vw;height:24.68vh;flex-shrink:0;border-radius:.42vw;border:.0052vw solid #e5e7e8;background:#fff;display:flex;flex-direction:column;align-items:center;gap:.2vh}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._mainContent_7vz24_247 ._right_7vz24_152 ._privateInfo_7vz24_264{display:flex;width:100%;height:3.46vh;padding:1.04vh 1.25vw;justify-content:space-between;align-items:center;flex-shrink:0;background:#fff;box-shadow:0 -1px #e5e7e8 inset}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._mainContent_7vz24_247 ._right_7vz24_152 ._privateInfo_7vz24_264 p{color:#191b1c;font-family:Public Sans;font-size:.83vw;font-style:normal;font-weight:500;line-height:2.08vh}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._mainContent_7vz24_247 ._right_7vz24_152 ._email_7vz24_87,._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._mainContent_7vz24_247 ._right_7vz24_152 ._address_7vz24_93{display:flex;flex-direction:column}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._mainContent_7vz24_247 ._right_7vz24_152 ._email_7vz24_87 h3,._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._mainContent_7vz24_247 ._right_7vz24_152 ._address_7vz24_93 h3{color:#191b1c;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:400;line-height:1.73vh;align-self:start}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._mainContent_7vz24_247 ._right_7vz24_152 ._email_7vz24_87 p,._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._mainContent_7vz24_247 ._right_7vz24_152 ._address_7vz24_93 p{display:flex;width:23.44vw;padding:.87vh 18.23vw .87vh .83vw;align-items:center;color:#959fa3;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:400;line-height:1.73vh;border-radius:.21vw;border:.05vw solid #e5e7e8;background:#fff}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._buttons_7vz24_169{align-self:flex-end;display:flex;gap:6vw;padding:0 5vw}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._buttons_7vz24_169 button{height:3.18919rem;padding:.5rem 1rem;display:flex;justify-content:center;align-items:center;flex-shrink:0;border-radius:.39vw;text-align:center;font-family:Public Sans;font-size:1.1vw;font-style:normal;font-weight:400;line-height:normal;border:none;cursor:pointer}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._buttons_7vz24_169 button:nth-child(1){background:rgba(51,255,0,.3);color:#2dc108}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._buttons_7vz24_169 button:nth-child(2){background:rgba(253,3,3,.381);color:red}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._buttons_7vz24_169 button:nth-child(3){background:rgb(7,128,7);color:#fff}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._buttons_7vz24_169 button._Active_7vz24_422{color:#818688;background:rgba(0,0,0,.03);cursor:default}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._popup_7vz24_200 ._buttons_7vz24_169 button._Active_7vz24_422:hover{color:#818688;background:rgba(0,0,0,.03)}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._NewsLetterPopup_7vz24_431{width:70rem;border-radius:1.25rem;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;padding:2rem 0 5rem}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._NewsLetterPopup_7vz24_431 ._lessThan_7vz24_212{cursor:pointer;position:absolute;right:2vw;top:4vh;display:inline-flex;padding:.74vh .47vw .74vh .36vw;justify-content:center;align-items:center;border-radius:4.06vw;background:rgba(0,92,232,.05)}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._NewsLetterPopup_7vz24_431 ._lessThan_7vz24_212 img{width:1.25vw;aspect-ratio:1/1}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._NewsLetterPopup_7vz24_431 ._Content_7vz24_459{width:60%;height:100%}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._NewsLetterPopup_7vz24_431 ._Content_7vz24_459 h1{width:100%;color:#191b1c;text-align:center;font-family:Public Sans;font-size:1.96875rem;font-style:normal;font-weight:500;line-height:2.8125rem;margin-bottom:1.25rem}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._NewsLetterPopup_7vz24_431 ._Content_7vz24_459 ._InputWrapper_7vz24_474{width:100%;min-height:5rem;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.75rem}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._NewsLetterPopup_7vz24_431 ._Content_7vz24_459 ._InputWrapper_7vz24_474 label{color:#191b1c;font-family:Public Sans;font-size:1.17906rem;font-style:normal;font-weight:400;line-height:1.68438rem}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._NewsLetterPopup_7vz24_431 ._Content_7vz24_459 ._InputWrapper_7vz24_474 input{width:100%;height:3.36rem;border-radius:.33688rem;border:1.348px solid #9bd1ed;background:#eff9fe;padding:1rem;outline:none}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._NewsLetterPopup_7vz24_431 ._Content_7vz24_459 ._InputWrapper_7vz24_474 textarea{width:100%;height:20rem;border-radius:.33688rem;border:1.348px solid #9bd1ed;background:#eff9fe;padding:1rem;resize:none;outline:none}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._NewsLetterPopup_7vz24_431 ._Content_7vz24_459 ._ButtonWrapper_7vz24_509{width:100%;display:flex;align-items:center;justify-content:space-between}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._NewsLetterPopup_7vz24_431 ._Content_7vz24_459 ._ButtonWrapper_7vz24_509 div{padding:.4rem;cursor:pointer;display:flex;align-items:center;gap:1rem;border-radius:.33688rem;border:1.348px solid #9bd1ed;background:#eff9fe;color:#3751ff;font-family:Public Sans;font-size:1.17906rem;font-style:normal;font-weight:400;line-height:1.68438rem}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._NewsLetterPopup_7vz24_431 ._Content_7vz24_459 ._ButtonWrapper_7vz24_509 div img{width:1.5rem;height:1.5rem}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._NewsLetterPopup_7vz24_431 ._Content_7vz24_459 ._ButtonWrapper_7vz24_509 button{width:8rem;height:3.375rem;border:none;cursor:pointer;border-radius:.33688rem;background:linear-gradient(106deg,#364aff 9.33%,#4fc9fe 91.94%),#fff;transition:all .3s ease-in-out;color:#fff;font-family:Public Sans;font-size:1.17906rem;font-style:normal;font-weight:400;line-height:1.68438rem;display:flex;align-items:center;justify-content:center}._NewsLetter_7vz24_1 ._AcceptPopupWrapper_7vz24_188 ._NewsLetterPopup_7vz24_431 ._Content_7vz24_459 ._ButtonWrapper_7vz24_509 button:hover{transform:scale(1.05)}._NewsCard_7vz24_557{width:100%;height:4.5rem;border-bottom:1px solid #e5e7e8;display:flex;align-items:center;justify-content:space-around;cursor:pointer;padding-right:2vw}._NewsCard_7vz24_557 ._userName_7vz24_84{flex:1}._NewsCard_7vz24_557 ._emailAddress_7vz24_87,._NewsCard_7vz24_557 ._address_7vz24_93{flex:1.2}._NewsCard_7vz24_557 ._reportedDate_7vz24_578{flex:1}._NewsCard_7vz24_557 ._view_7vz24_99{flex:.5}._NewsCard_7vz24_557 ._view_7vz24_99 ._settingImage_7vz24_584{position:relative;display:flex;width:2.08vw;aspect-ratio:1/1;padding:.42vw;justify-content:center;align-items:center;flex-shrink:0;border-radius:4.06vw;background:rgba(0,92,232,.05)}._NewsCard_7vz24_557 ._view_7vz24_99 ._settingImage_7vz24_584 img{height:100%;width:100%}._NewsCard_7vz24_557 ._view_7vz24_99 ._settingImage_7vz24_584 ._dropdown_7vz24_600{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.1732vh;border-radius:.26vw;background:rgba(70,70,70,.1568627451);box-shadow:0 4px 4px #0003;position:absolute;top:70%;left:-5rem;z-index:2}._NewsCard_7vz24_557 ._view_7vz24_99 ._settingImage_7vz24_584 ._dropdown_7vz24_600 ._dropdownOption_7vz24_613{display:flex;width:10rem;height:2.51rem;padding:.52rem;justify-content:center;align-items:center;gap:.8663vh;color:#464646;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:400;line-height:2.08vh;border:none;cursor:pointer;background-color:#fff;border-radius:.13vw}._NewsCard_7vz24_557 ._view_7vz24_99 ._settingImage_7vz24_584 ._dropdown_7vz24_600 ._dropdownOption_7vz24_613:hover{background-color:#1975477e;color:#fff}._NewsCard_7vz24_557 ._actions_7vz24_636{flex:2;display:flex;justify-content:space-around}._NewsCard_7vz24_557 ._actions_7vz24_636 ._resolved_7vz24_641,._NewsCard_7vz24_557 ._actions_7vz24_636 ._unresolved_7vz24_642{display:flex;width:5.89vw;height:3.1481vh;padding:.52vw;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease-in-out;font-weight:500}._NewsCard_7vz24_557 ._actions_7vz24_636 ._resolved_7vz24_641._Active_7vz24_422,._NewsCard_7vz24_557 ._actions_7vz24_636 ._unresolved_7vz24_642._Active_7vz24_422{color:#818688;background:rgba(0,0,0,.03);cursor:default}._NewsCard_7vz24_557 ._actions_7vz24_636 ._resolved_7vz24_641._Active_7vz24_422:hover,._NewsCard_7vz24_557 ._actions_7vz24_636 ._unresolved_7vz24_642._Active_7vz24_422:hover{color:#818688;background:rgba(0,0,0,.03)}._NewsCard_7vz24_557 ._actions_7vz24_636 ._unresolved_7vz24_642{color:#ff3535;background:rgba(255,0,0,.11);text-align:center;font-family:Public Sans;font-size:.73vw;font-style:normal;line-height:normal;border-radius:.26vw;border:none}._NewsCard_7vz24_557 ._actions_7vz24_636 ._unresolved_7vz24_642:hover{color:#fff;background:rgb(255,0,0)}._NewsCard_7vz24_557 ._actions_7vz24_636 ._resolved_7vz24_641{color:#2dc108;background:rgba(51,255,0,.3);text-align:center;font-family:Public Sans;font-size:.73vw;font-style:normal;line-height:normal;border-radius:.26vw;border:none}._NewsCard_7vz24_557 ._actions_7vz24_636 ._resolved_7vz24_641:hover{color:#000;background:rgb(51,255,0)}._NewsCard_7vz24_557 ._userName_7vz24_84,._NewsCard_7vz24_557 ._emailAddress_7vz24_87,._NewsCard_7vz24_557 ._reportedDate_7vz24_578,._NewsCard_7vz24_557 ._address_7vz24_93,._NewsCard_7vz24_557 ._view_7vz24_99{display:flex;align-items:center;gap:.4vw;justify-content:center}._NewsCard_7vz24_557 ._userName_7vz24_84 p,._NewsCard_7vz24_557 ._emailAddress_7vz24_87 p,._NewsCard_7vz24_557 ._reportedDate_7vz24_578 p,._NewsCard_7vz24_557 ._address_7vz24_93 p,._NewsCard_7vz24_557 ._view_7vz24_99 p{color:#4a5154;font-family:Public Sans;font-size:max(.73vw,10px);font-style:normal;font-weight:400;line-height:1.85vh;white-space:nowrap}._PostWrapper_460bw_1{width:100%;height:100%;overflow-y:scroll;scrollbar-width:none;padding:2.25rem 4rem 0rem 2.94rem}._PostWrapper_460bw_1::-webkit-scrollbar{width:5px}._PostWrapper_460bw_1::-webkit-scrollbar-thumb{background:rgb(0,213,255);border-radius:1rem}._PostWrapper_460bw_1 h1{color:#191b1c;font-family:Public Sans;font-size:1.5rem;font-style:normal;font-weight:600;line-height:1.4375rem;margin-bottom:.25rem}._PostWrapper_460bw_1 h6{color:#999;font-family:Public Sans;font-size:.75rem;font-style:normal;font-weight:400;line-height:1.25rem;margin-bottom:1.38rem}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33{width:100%;height:80%}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33{width:100%;height:100%;border-radius:.55869rem;background:#fff;box-shadow:0 0 8px 4px #0000001a;padding:1.44rem 2.8rem 3.5rem 1.75rem;display:flex;flex-direction:column;gap:1rem}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Top_460bw_48{display:flex;align-items:center;gap:1.06rem}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Top_460bw_48 ._Left_460bw_53{width:2.82625rem;height:2.82625rem;border-radius:50%;overflow:hidden;background:linear-gradient(106deg,#384cff 9.33%,#4fc9fe 91.94%),linear-gradient(106deg,#ff6f44 9.31%,#fe4fa0 91.66%),#f0f6ff}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Top_460bw_48 ._Left_460bw_53 img{width:100%;height:100%}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Top_460bw_48 ._Right_460bw_64 h2{color:#191b1c;font-family:Public Sans;font-size:1.2365rem;font-style:normal;font-weight:500;line-height:1.76638rem}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Top_460bw_48 ._Right_460bw_64 h3{color:#999;font-family:Public Sans;font-size:.57994rem;font-style:normal;font-weight:400;line-height:.8285rem}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Middle_460bw_80{flex:1;border-radius:1.04756rem;background:#f8f8f8;overflow:hidden}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Middle_460bw_80 ._QuillEditor_460bw_86{height:100%;width:100%;padding-bottom:2rem}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Middle_460bw_80 input{padding:1rem;border:none;border-bottom:1px solid #ccc;outline:none;width:100%;background:transparent}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Middle_460bw_80 input::placeholder{color:#999}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Middle_460bw_80 textarea{resize:none;width:100%;height:100%;padding:1rem;border:none;outline:none;scrollbar-width:thin;background:transparent}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Middle_460bw_80 textarea::-webkit-scrollbar{width:4px}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Middle_460bw_80 textarea::-webkit-scrollbar-thumb{background:#384cff;border-radius:1rem}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Bottom_460bw_119{display:flex;align-items:center;justify-content:space-between}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Bottom_460bw_119 ._Left_460bw_53{display:flex;align-items:center;gap:1rem}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Bottom_460bw_119 ._Left_460bw_53 button{width:6.8025rem;height:2.7rem;border-radius:6.01994rem;border:none;cursor:pointer;color:#b1b1b1;font-family:Public Sans;font-size:1rem;font-style:normal;font-weight:400;line-height:1.44475rem;transition:all .3s ease-in-out;background:#f8f8f8;overflow:hidden}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Bottom_460bw_119 ._Left_460bw_53 button._active_460bw_145{color:#fff;background:linear-gradient(106deg,#384cff 9.33%,#4fc9fe 91.94%),linear-gradient(106deg,#ff6f44 9.31%,#fe4fa0 91.66%),#f0f6ff}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Bottom_460bw_119 ._Left_460bw_53 button:hover{transform:scale(1.1)}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Bottom_460bw_119 ._Left_460bw_53 ._ImageUpload_460bw_152{width:auto;padding:0 1rem;color:#fff;background:linear-gradient(106deg,#384cff 9.33%,#4fc9fe 91.94%),linear-gradient(106deg,#ff6f44 9.31%,#fe4fa0 91.66%),#f0f6ff}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Bottom_460bw_119 ._Left_460bw_53 ._ImageUpload_460bw_152:hover{transform:scale(1.04)}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Bottom_460bw_119 ._Left_460bw_53 select{padding:0 1rem;height:2.7rem;border-radius:6.01994rem;border:1px solid #9f9f9f;outline:none;cursor:pointer;color:#303030;font-family:Public Sans;font-size:1rem;font-style:normal;font-weight:600;line-height:1.44475rem;transition:all .3s ease-in-out;background:#f8f8f8;overflow:hidden}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Bottom_460bw_119 ._Left_460bw_53 ._SourceInput_460bw_178{border-radius:20px;border:1px solid rgb(102,102,102);padding:.7rem;cursor:pointer;color:#303030}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Bottom_460bw_119 ._Right_460bw_64 button{width:6.8025rem;height:2.7rem;border-radius:6.01994rem;border:none;cursor:pointer;background:linear-gradient(106deg,#384cff 9.33%,#4fc9fe 91.94%),linear-gradient(106deg,#ff6f44 9.31%,#fe4fa0 91.66%),#f0f6ff;color:#fff;font-family:Public Sans;font-size:1rem;font-style:normal;font-weight:400;line-height:1.44475rem;transition:all .3s ease-in-out}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._Bottom_460bw_119 ._Right_460bw_64 button:hover{transform:scale(1.1)}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._RiskContainer_460bw_203{display:flex;align-items:center;justify-content:space-between;gap:1rem}._PostWrapper_460bw_1 ._PostContainerWrapper_460bw_33 ._PostContainer_460bw_33 ._RiskContainer_460bw_203 ._Risk_460bw_203{display:flex;flex-direction:column;align-items:center;text-align:center}._PostWrapper_460bw_1 ._PostsContainer_460bw_215{width:100%;height:auto;padding-bottom:5rem}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Top_460bw_48{display:flex;align-items:center;justify-content:space-between}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Top_460bw_48 h5{color:#191b1c;font-family:Public Sans;font-size:1.5rem;font-style:normal;font-weight:600;line-height:1.4375rem;margin:1.94rem 0}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Top_460bw_48 ._BtnWrapper_460bw_234{display:flex;align-items:center;gap:.5rem}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Top_460bw_48 ._BtnWrapper_460bw_234 p{font-size:1.2rem;font-weight:500;width:2rem;text-align:center}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Top_460bw_48 ._BtnWrapper_460bw_234 button{cursor:pointer;padding:.5rem 1rem;background:#384cff;border:none;color:#f8f8f8}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Top_460bw_48 ._BtnWrapper_460bw_234 button:disabled{color:#7c7777;background:#373d71}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119{min-height:4rem;display:grid;grid-template-columns:repeat(2,1fr);column-gap:1rem;row-gap:1rem}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._Loading_460bw_263{width:100%;height:20rem;display:flex;align-items:center;justify-content:center;grid-column:1/-1}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271{width:100%;height:20rem;border-radius:.336rem;border:.862px solid #f0f6fd;background:#fff;box-shadow:0 0 10px 2px #0000001a;padding:1rem 1.2rem 1rem 1.4rem;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:.5rem}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._HeaderWrapper_460bw_285{width:100%;display:flex;align-items:start;justify-content:space-between;padding-left:.8rem}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._HeaderWrapper_460bw_285 h1{color:#1b1d28;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.015rem}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._HeaderWrapper_460bw_285 p{color:#76777e;font-family:Poppins;font-size:.625rem;font-style:normal;font-weight:400;line-height:normal;text-wrap:nowrap}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ImageWrapper_460bw_310{width:100%;height:5rem;flex:1;border-radius:1.25rem;background:#fafafa;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ImageWrapper_460bw_310 img{width:100%;height:100%}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ImageWrapper_460bw_310 p{font-size:1rem;font-weight:400;white-space:pre-wrap}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ImageWrapper_460bw_310 ._Text_460bw_332{width:100%;height:100%;padding:1rem;white-space:pre-wrap;overflow-y:scroll;scrollbar-width:thin}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ImageWrapper_460bw_310 ._Text_460bw_332 ul,._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ImageWrapper_460bw_310 ._Text_460bw_332 ol{margin-left:2rem}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ImageWrapper_460bw_310 ._Text_460bw_332::-webkit-scrollbar{width:3px}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ImageWrapper_460bw_310 ._Text_460bw_332::-webkit-scrollbar-thumb{background:rgb(0,213,255);border-radius:1rem}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ContentWrapper_460bw_351{width:100%;padding:0rem 1.31rem 0;display:flex;flex-direction:column;gap:.5rem}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ContentWrapper_460bw_351 ._TopC_460bw_358{display:flex;align-items:center;justify-content:space-between;gap:.7rem}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ContentWrapper_460bw_351 ._TopC_460bw_358 button{cursor:pointer;padding:.5rem 1rem;background:#384cff;border:none;color:#f8f8f8;margin-left:1rem;border-radius:1rem}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ContentWrapper_460bw_351 ._TopC_460bw_358 button:disabled{color:#7c7777;background:#373d71}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ContentWrapper_460bw_351 ._TopC_460bw_358 ._love_460bw_377{display:flex;align-items:center;gap:.5rem}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ContentWrapper_460bw_351 ._TopC_460bw_358 ._love_460bw_377 ._LoveBtn_460bw_382{height:1.25rem;border:none;background:transparent;cursor:pointer;transition:all .3s ease-in-out;display:flex;align-items:center;gap:.37rem}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ContentWrapper_460bw_351 ._TopC_460bw_358 ._love_460bw_377 ._LoveBtn_460bw_382 img{width:1.25rem;height:100%;transition:all .3s ease-in-out}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ContentWrapper_460bw_351 ._TopC_460bw_358 ._love_460bw_377 ._LoveBtn_460bw_382 p{color:#1b1d28;font-family:Poppins;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ContentWrapper_460bw_351 ._TopC_460bw_358 ._love_460bw_377 ._LoveBtn_460bw_382:hover img{transform:scale(1.3)}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ContentWrapper_460bw_351 ._TopC_460bw_358 ._ShareBtn_460bw_408{width:1.5rem;height:1.5rem;border:none;background:transparent;cursor:pointer;transition:all .3s ease-in-out}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ContentWrapper_460bw_351 ._TopC_460bw_358 ._ShareBtn_460bw_408 svg{width:100%;height:100%;transition:all .3s ease-in-out}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ContentWrapper_460bw_351 ._TopC_460bw_358 ._ShareBtn_460bw_408 svg path{transition:all .3s ease-in-out}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ContentWrapper_460bw_351 ._TopC_460bw_358 ._ShareBtn_460bw_408:hover svg{transform:scale(1.3)}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ContentWrapper_460bw_351 ._TopC_460bw_358 ._ShareBtn_460bw_408:hover svg path{transition:all .3s ease-in-out;fill:var(--blue)}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ContentWrapper_460bw_351 ._BottomC_460bw_431{display:flex;align-items:flex-start;gap:.36rem;overflow:hidden}._PostWrapper_460bw_1 ._PostsContainer_460bw_215 ._Bottom_460bw_119 ._BoxWrapper_460bw_271 ._ContentWrapper_460bw_351 ._BottomC_460bw_431 p{color:#1b1d28;font-family:Poppins;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.supportSection{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;position:relative}.supportSection h1{padding:2vh 0;align-self:start;margin-left:2.3vw;color:#191b1c;font-family:Public Sans;font-size:1.25vw;font-style:normal;font-weight:600;line-height:2.13vh}.supportSection h4{padding-bottom:1vh;align-self:start;margin-left:2.3vw;color:#999;font-family:Public Sans;font-size:.63vw;font-style:normal;font-weight:400;line-height:1.85vh}.supportSection .paymentHistory{width:81.25vw;height:70.65vh;border-radius:.42vw .42vw 0px 0px}.supportSection .paymentHistory .heading{display:flex;width:100%;padding:1.11vh 1.25vw;justify-content:space-between;align-items:center}.supportSection .paymentHistory .heading h2{color:#191b1c;font-family:Public Sans;font-size:.83vw;font-style:normal;font-weight:500;line-height:2.22vh}.supportSection .paymentHistory .subHeading{width:100%;height:3.33vh;flex-shrink:0;opacity:.7;background:#f5f6f7;display:flex;align-items:center}.supportSection .paymentHistory .subHeading .userId{flex:1}.supportSection .paymentHistory .subHeading .emailAddress{flex:1.5}.supportSection .paymentHistory .subHeading .reportDate,.supportSection .paymentHistory .subHeading .ticketRise{flex:1}.supportSection .paymentHistory .subHeading .newTickets,.supportSection .paymentHistory .subHeading .ticketId{flex:1.3}.supportSection .paymentHistory .subHeading .action{flex:2}.supportSection .paymentHistory .subHeading .userId,.supportSection .paymentHistory .subHeading .emailAddress,.supportSection .paymentHistory .subHeading .reportDate,.supportSection .paymentHistory .subHeading .ticketRise,.supportSection .paymentHistory .subHeading .newTickets,.supportSection .paymentHistory .subHeading .ticketId,.supportSection .paymentHistory .subHeading .action{display:flex;align-items:center;justify-content:center;color:#4a5154;font-family:Public Sans;font-size:.63vw;font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase}.supportSection .paymentHistory .supportCards{display:inline-flex;flex-direction:column;align-items:flex-start}.supportSection .paymentHistory .pagination{display:flex;width:100%;height:8.1481vh;padding:24px;justify-content:space-between;align-items:center;border-radius:0px 0px .42vw .42vw;background:#fff}.supportSection .paymentHistory .pagination .pageButtons{display:flex}.supportSection .paymentHistory .pagination .pageButtons .leftArrow,.supportSection .paymentHistory .pagination .pageButtons .rightArrow{width:2.08vw;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.supportSection .paymentHistory .pagination .pageButtons .leftArrow img,.supportSection .paymentHistory .pagination .pageButtons .rightArrow img{height:100%;width:100%}.supportSection .paymentHistory .pagination .pageButtons .pages{display:flex;padding:0 1vw;gap:.5vw}.supportSection .paymentHistory .pagination .pageButtons .pages .buttons{width:2.08vw;aspect-ratio:1/1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#626c70;text-align:center;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:600;line-height:1.85vh}.supportSection .paymentHistory .pagination .pageButtons .pages .active{background-color:#005ce8;color:#fff}.supportSection .spopup{position:absolute;width:100%;height:100%;top:0;right:0;background-color:transparent}.supportCard{width:81.25vw;height:6.11vh;border-bottom:.0926vh solid #e5e7e8;display:flex;align-items:center;justify-content:space-around;cursor:pointer}.supportCard .userId{flex:1}.supportCard .userId img{width:1.52vw;aspect-ratio:1/1;border-radius:50%}.supportCard .emailAddress{flex:1.5}.supportCard .reportedDate,.supportCard .ticketsRise{flex:1}.supportCard .newTickets,.supportCard .ticketId{flex:1.3}.supportCard .actions{flex:2;display:flex;justify-content:space-around}.supportCard .actions .resolved,.supportCard .actions .unresolved{display:flex;width:5.89vw;height:3.1481vh;padding:.52vw;justify-content:center;align-items:center;flex-shrink:0;color:#818688;text-align:center;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:400;line-height:normal;border-radius:.26vw;border:none}.supportCard .actions .unresolved.active{color:#e93131;text-align:center;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:400;line-height:normal;background:rgba(255,3,3,.08)}.supportCard .actions .resolved.active{background:#c2ffb3;color:#2dc108;text-align:center;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:400;line-height:normal}.supportCard .userId,.supportCard .emailAddress,.supportCard .reportedDate,.supportCard .ticketsRise,.supportCard .newTickets,.supportCard .ticketId{display:flex;align-items:center;gap:.4vw;justify-content:center}.supportCard .userId p,.supportCard .emailAddress p,.supportCard .reportedDate p,.supportCard .ticketsRise p,.supportCard .newTickets p,.supportCard .ticketId p{color:#4a5154;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:400;line-height:1.85vh;white-space:nowrap}.supportPopup{position:absolute;bottom:0;right:0;width:100%;height:100%;background:rgba(0,0,0,.3)}.supportPopup .main{position:absolute;bottom:0;right:0;width:39.06vw;height:85.09vh;flex-shrink:0;border-radius:1.04vw 0px 0px 1.04vw;background:#fff;display:flex;flex-direction:column;align-items:flex-start;gap:2vh;justify-content:center}.supportPopup .main .lessThan{cursor:pointer;position:absolute;right:2vw;top:4vh;display:inline-flex;padding:.74vh .47vw .74vh .36vw;justify-content:center;align-items:center;border-radius:4.06vw;background:rgba(0,92,232,.05)}.supportPopup .main .lessThan img{width:1.25vw;aspect-ratio:1/1}.supportPopup .main .profile{width:20.33vw;height:6.67vh;flex-shrink:0;display:flex;padding:0 1vw;margin-bottom:2vh}.supportPopup .main .profile .profilePic{width:3.75vw;aspect-ratio:1/1;border-radius:50%}.supportPopup .main .profile .profilePic img{height:100%;width:100%;object-fit:cover}.supportPopup .main .profile .nameEmail{display:flex;flex-direction:column;align-items:flex-start;gap:-.37vw}.supportPopup .main .profile .nameEmail h2{color:#191b1c;font-family:Public Sans;font-size:1.36vw;font-style:normal;font-weight:500;line-height:4.17vh}.supportPopup .main .profile .nameEmail p{color:#999;font-family:Public Sans;font-size:.77vw;font-style:normal;font-weight:400;line-height:1.95vh}.supportPopup .main .ticketRise{padding:0 2vw;color:#191b1c;text-align:center;font-family:Poppins;font-size:26.082px;font-style:normal;font-weight:400;line-height:normal}.supportPopup .main .queryContainer{align-self:center;width:34.375vw;height:55.93vh;display:inline-flex;flex-direction:column;align-items:flex-start;gap:.74vh}.ticketCardContainer{cursor:pointer;width:34.375vw;height:8.7037vh;border-radius:.42vw;background:#f4f7ff;display:flex;justify-content:space-between;align-items:center;padding:0 2vw 0 1.4vw}.ticketCardContainer .ticketDetails{display:flex;flex-direction:column;align-items:start;gap:.2vh}.ticketCardContainer .ticketDetails .ticketNo{display:flex;align-items:center;gap:.4vw}.ticketCardContainer .ticketDetails .ticketNo img{width:.84vw;aspect-ratio:1/1;flex-shrink:0}.ticketCardContainer .ticketDetails .ticketNo p{color:#4a5154;text-align:center;font-family:Public Sans;font-size:.58vw;font-style:normal;font-weight:400;line-height:normal}.ticketCardContainer .ticketDetails .ticketTitle{color:#191b1c;text-align:center;font-family:Public Sans;font-size:1.04vw;font-style:normal;font-weight:400;line-height:normal}.ticketCardContainer .ticketDetails .raisedDate{color:#aeaeae;text-align:center;font-family:Public Sans;font-size:.58vw;font-style:normal;font-weight:400;line-height:normal}.ticketCardContainer .status .active{color:#2254e1;text-align:center;font-family:Public Sans;font-size:.57vw;font-style:normal;font-weight:400;line-height:normal}.ticketCardContainer .status .closed{color:#aeaeae;text-align:center;font-family:Public Sans;font-size:.57vw;font-style:normal;font-weight:400;line-height:normal}.rpopup{position:absolute;width:85.36vw;height:93.33vh;bottom:0;right:0;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;gap:1vh}.rpopup .reasonPopupCon{width:33.13vw;height:45.93vh;flex-shrink:0;border-radius:.42vw;background:#fff;gap:.5vh;position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.rpopup .reasonPopupCon .lessThan{cursor:pointer;position:absolute;right:2vw;top:4vh;display:inline-flex;padding:.74vh .47vw .74vh .36vw;justify-content:center;align-items:center;border-radius:4.06vw;background:rgba(0,92,232,.05)}.rpopup .reasonPopupCon .lessThan img{width:1.25vw;aspect-ratio:1/1}.rpopup .reasonPopupCon h3{color:#000;text-align:center;font-family:Public Sans;font-size:1.25vw;font-style:normal;font-weight:400;line-height:normal;padding:0 4vw;margin-bottom:2.5vh}.rpopup .reasonPopupCon .profile{width:20.33vw;height:6.67vh;flex-shrink:0;display:flex;padding:0 3vw}.rpopup .reasonPopupCon .profile .profilePic{width:3.75vw;aspect-ratio:1/1;border-radius:50%}.rpopup .reasonPopupCon .profile .profilePic img{height:100%;width:100%;object-fit:cover}.rpopup .reasonPopupCon .profile .nameEmail{display:flex;flex-direction:column;align-items:flex-start;gap:-.37vw}.rpopup .reasonPopupCon .profile .nameEmail h2{color:#191b1c;font-family:Public Sans;font-size:1.36vw;font-style:normal;font-weight:500;line-height:4.17vh}.rpopup .reasonPopupCon .profile .nameEmail p{color:#999;font-family:Public Sans;font-size:.77vw;font-style:normal;font-weight:400;line-height:1.95vh}.rpopup .reasonPopupCon .details{align-self:center;display:flex;flex-direction:column;gap:1vh}.rpopup .reasonPopupCon .details .upperSection{display:flex;align-items:center;justify-content:space-between}.rpopup .reasonPopupCon .details .upperSection .left{display:flex;flex-direction:column;align-items:flex-start;gap:.2vh}.rpopup .reasonPopupCon .details .upperSection .left .ticketNo{display:flex;align-items:center}.rpopup .reasonPopupCon .details .upperSection .left .ticketNo img{width:.972vw;aspect-ratio:1/1;flex-shrink:0}.rpopup .reasonPopupCon .details .upperSection .left .ticketNo p{color:#4a5154;text-align:center;font-family:Public Sans;font-size:.671vw;font-style:normal;font-weight:400;line-height:normal}.rpopup .reasonPopupCon .details .upperSection .left .ticketTitle{color:#191b1c;text-align:center;font-family:Public Sans;font-size:1.2vw;font-style:normal;font-weight:400;line-height:normal}.rpopup .reasonPopupCon .details .upperSection .status{display:flex;width:3.7vw;padding:.575vw;justify-content:center;align-items:center;gap:11.045px;color:#2254e1;text-align:center;font-family:Public Sans;font-size:.575vw;font-style:normal;font-weight:400;line-height:normal}.rpopup .reasonPopupCon .details .detailDesc{width:24.895vw;height:15vh;flex-shrink:0;color:#818688;font-family:Public Sans;font-size:.729vw;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.035px;overflow:hidden}.rpopup .reasonPopupCon .details .buttons{align-self:flex-end;display:flex;gap:2vw}.rpopup .reasonPopupCon .details .buttons .chat,.rpopup .reasonPopupCon .details .buttons .goback{display:flex;width:5.729vw;height:3.15vh;padding:.5208vw;justify-content:center;align-items:center;gap:.5208vw;flex-shrink:0;cursor:pointer}.rpopup .reasonPopupCon .details .buttons .goback{color:#999;text-align:center;font-family:Poppins;font-size:.72vw;font-style:normal;font-weight:400;line-height:normal;border-radius:.2604vw;border:1px solid #999}.rpopup .reasonPopupCon .details .buttons .chat{color:#fff;text-align:center;font-family:Poppins;font-size:.72vw;font-style:normal;font-weight:400;line-height:normal;border-radius:.2604vw;background:#2254e1}.cpopup{position:absolute;width:85.36vw;height:93.33vh;bottom:0;right:0;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:flex-end;gap:1vh}.cpopup .chatPopupCon{width:28.24vw;height:85vh;flex-shrink:0;border-radius:1.04vw 0px 0px;background:#fff;display:flex;align-items:center;flex-direction:column;gap:.5vh;padding:2vh 0}.cpopup .chatPopupCon .topSection{width:24.27vw;display:flex;align-items:center;justify-content:space-between}.cpopup .chatPopupCon .topSection .profileSection{display:flex;align-items:center;justify-content:space-between;gap:1.406vw}.cpopup .chatPopupCon .topSection .profileSection .profileIcon{width:3.75vw;aspect-ratio:1/1;border-radius:50%}.cpopup .chatPopupCon .topSection .profileSection .profileIcon img{height:100%;width:100%;border-radius:50%}.cpopup .chatPopupCon .topSection .profileSection .userDetails{display:flex;flex-direction:column;align-items:start;justify-content:center}.cpopup .chatPopupCon .topSection .profileSection .userDetails h2{color:#191b1c;font-family:Public Sans;font-size:1.64vw;font-style:normal;font-weight:500;line-height:4.17vh}.cpopup .chatPopupCon .topSection .profileSection .userDetails p{color:#999;font-family:Public Sans;font-size:.77vw;font-style:normal;font-weight:400;line-height:1.95vw}.cpopup .chatPopupCon .topSection .setting{display:flex;gap:1.4vw}.cpopup .chatPopupCon .line{width:100%;height:0px;flex-shrink:0}.cpopup .chatPopupCon .line img{width:100%}.cpopup .chatPopupCon .mainSection{flex:1}.cpopup .chatPopupCon .typeMessage{width:24.27vw;height:5.74vh;flex-shrink:0;display:flex;align-items:center;justify-content:space-around;border-radius:100px;background:#f5f6f7}.cpopup .chatPopupCon .typeMessage input{width:80%;height:60%;border:none;outline:none;color:#999;font-family:Public Sans;font-size:.77vw;font-style:normal;font-weight:400;line-height:1.95vw;background:transparent}.cpopup .chatPopupCon .typeMessage .sendIcon{width:1.9404vw;aspect-ratio:1/1;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(106deg,#3549ff 9.33%,#4fc9fe 91.94%),linear-gradient(106deg,#ff6f44 9.31%,#fe4fa0 91.66%),#2254e1}.cpopup .chatPopupCon .typeMessage .sendIcon img{width:1.25vw;aspect-ratio:1/1;border-radius:50%;flex-shrink:0}._AnnouncementWrapper_m8l0x_1{width:100%;height:100%;overflow-y:scroll;scrollbar-width:none;padding:2.25rem 4rem 0rem 2.94rem}._AnnouncementWrapper_m8l0x_1::-webkit-scrollbar{width:5px}._AnnouncementWrapper_m8l0x_1::-webkit-scrollbar-thumb{background:rgb(0,213,255);border-radius:1rem}._AnnouncementWrapper_m8l0x_1 h1{color:#191b1c;font-family:Public Sans;font-size:1.5rem;font-style:normal;font-weight:600;line-height:1.4375rem;margin-bottom:.25rem}._AnnouncementWrapper_m8l0x_1 h6{color:#999;font-family:Public Sans;font-size:.75rem;font-style:normal;font-weight:400;line-height:1.25rem;margin-bottom:1.38rem}._AnnouncementWrapper_m8l0x_1 ._PostContainerWrapper_m8l0x_33{width:100%;height:25rem}._AnnouncementWrapper_m8l0x_1 ._PostContainerWrapper_m8l0x_33 ._PostContainer_m8l0x_33{width:65rem;height:100%;border-radius:.55869rem;background:#fff;box-shadow:0 0 8px 4px #0000001a;padding:1.44rem 2.8rem 3.5rem 1.75rem;display:flex;flex-direction:column;gap:1rem}._AnnouncementWrapper_m8l0x_1 ._PostContainerWrapper_m8l0x_33 ._PostContainer_m8l0x_33 ._Top_m8l0x_48{display:flex;align-items:center;gap:1.06rem}._AnnouncementWrapper_m8l0x_1 ._PostContainerWrapper_m8l0x_33 ._PostContainer_m8l0x_33 ._Top_m8l0x_48 ._Left_m8l0x_53{width:2.82625rem;height:2.82625rem;border-radius:50%;overflow:hidden;background:linear-gradient(106deg,#384cff 9.33%,#4fc9fe 91.94%),linear-gradient(106deg,#ff6f44 9.31%,#fe4fa0 91.66%),#f0f6ff}._AnnouncementWrapper_m8l0x_1 ._PostContainerWrapper_m8l0x_33 ._PostContainer_m8l0x_33 ._Top_m8l0x_48 ._Left_m8l0x_53 img{width:100%;height:100%}._AnnouncementWrapper_m8l0x_1 ._PostContainerWrapper_m8l0x_33 ._PostContainer_m8l0x_33 ._Top_m8l0x_48 ._Right_m8l0x_64 h2{color:#191b1c;font-family:Public Sans;font-size:1.2365rem;font-style:normal;font-weight:500;line-height:1.76638rem}._AnnouncementWrapper_m8l0x_1 ._PostContainerWrapper_m8l0x_33 ._PostContainer_m8l0x_33 ._Top_m8l0x_48 ._Right_m8l0x_64 h3{color:#999;font-family:Public Sans;font-size:.57994rem;font-style:normal;font-weight:400;line-height:.8285rem}._AnnouncementWrapper_m8l0x_1 ._PostContainerWrapper_m8l0x_33 ._PostContainer_m8l0x_33 ._Middle_m8l0x_80{flex:1;border-radius:1.04756rem;background:#f8f8f8;overflow:hidden}._AnnouncementWrapper_m8l0x_1 ._PostContainerWrapper_m8l0x_33 ._PostContainer_m8l0x_33 ._Middle_m8l0x_80 textarea{resize:none;width:100%;height:100%;padding:1rem;border:none;outline:none;scrollbar-width:thin;background:transparent}._AnnouncementWrapper_m8l0x_1 ._PostContainerWrapper_m8l0x_33 ._PostContainer_m8l0x_33 ._Middle_m8l0x_80 textarea::-webkit-scrollbar{width:4px}._AnnouncementWrapper_m8l0x_1 ._PostContainerWrapper_m8l0x_33 ._PostContainer_m8l0x_33 ._Middle_m8l0x_80 textarea::-webkit-scrollbar-thumb{background:#384cff;border-radius:1rem}._AnnouncementWrapper_m8l0x_1 ._PostContainerWrapper_m8l0x_33 ._PostContainer_m8l0x_33 ._Bottom_m8l0x_103{display:flex;align-items:center;justify-content:space-between}._AnnouncementWrapper_m8l0x_1 ._PostContainerWrapper_m8l0x_33 ._PostContainer_m8l0x_33 ._Bottom_m8l0x_103 ._Left_m8l0x_53{display:flex;align-items:center;gap:1rem}._AnnouncementWrapper_m8l0x_1 ._PostContainerWrapper_m8l0x_33 ._PostContainer_m8l0x_33 ._Bottom_m8l0x_103 ._Left_m8l0x_53 button{width:6.8025rem;height:2.7rem;border-radius:6.01994rem;border:none;cursor:pointer;color:#b1b1b1;font-family:Public Sans;font-size:1rem;font-style:normal;font-weight:400;line-height:1.44475rem;transition:all .3s ease-in-out;background:#f8f8f8;overflow:hidden}._AnnouncementWrapper_m8l0x_1 ._PostContainerWrapper_m8l0x_33 ._PostContainer_m8l0x_33 ._Bottom_m8l0x_103 ._Left_m8l0x_53 button._active_m8l0x_129{color:#fff;background:linear-gradient(106deg,#384cff 9.33%,#4fc9fe 91.94%),linear-gradient(106deg,#ff6f44 9.31%,#fe4fa0 91.66%),#f0f6ff}._AnnouncementWrapper_m8l0x_1 ._PostContainerWrapper_m8l0x_33 ._PostContainer_m8l0x_33 ._Bottom_m8l0x_103 ._Left_m8l0x_53 button:hover{transform:scale(1.1)}._AnnouncementWrapper_m8l0x_1 ._PostContainerWrapper_m8l0x_33 ._PostContainer_m8l0x_33 ._Bottom_m8l0x_103 ._Right_m8l0x_64 button{width:6.8025rem;height:2.7rem;border-radius:6.01994rem;border:none;cursor:pointer;background:linear-gradient(106deg,#384cff 9.33%,#4fc9fe 91.94%),linear-gradient(106deg,#ff6f44 9.31%,#fe4fa0 91.66%),#f0f6ff;color:#fff;font-family:Public Sans;font-size:1rem;font-style:normal;font-weight:400;line-height:1.44475rem;transition:all .3s ease-in-out}._AnnouncementWrapper_m8l0x_1 ._PostContainerWrapper_m8l0x_33 ._PostContainer_m8l0x_33 ._Bottom_m8l0x_103 ._Right_m8l0x_64 button:hover{transform:scale(1.1)}._AnnouncementWrapper_m8l0x_1 ._PostContainerWrapper_m8l0x_33 ._PostContainer_m8l0x_33 ._Bottom_m8l0x_103 ._Right_m8l0x_64 button:disabled{transform:scale(1);cursor:default;background:#999}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159{width:100%;height:auto;padding-bottom:5rem}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Top_m8l0x_48{display:flex;align-items:center;justify-content:space-between}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Top_m8l0x_48 h5{color:#191b1c;font-family:Public Sans;font-size:1.5rem;font-style:normal;font-weight:600;line-height:1.4375rem;margin:1.94rem 0}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Top_m8l0x_48 ._BtnWrapper_m8l0x_178{display:flex;align-items:center;gap:.5rem}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Top_m8l0x_48 ._BtnWrapper_m8l0x_178 p{font-size:1.2rem;font-weight:500;width:2rem;text-align:center}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Top_m8l0x_48 ._BtnWrapper_m8l0x_178 button{cursor:pointer;padding:.5rem 1rem;background:#384cff;border:none;color:#f8f8f8}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Top_m8l0x_48 ._BtnWrapper_m8l0x_178 button:disabled{color:#7c7777;background:#373d71}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103{min-height:4rem;display:grid;grid-template-columns:repeat(2,1fr);column-gap:1rem;row-gap:1rem}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._Loading_m8l0x_207{width:100%;height:20rem;display:flex;align-items:center;justify-content:center;grid-column:1/-1}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215{width:100%;height:20rem;border-radius:.336rem;border:.862px solid #f0f6fd;background:#fff;box-shadow:0 0 10px 2px #0000001a;padding:1rem 1.2rem 1rem 1.4rem;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:.5rem}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._HeaderWrapper_m8l0x_229{width:100%;display:flex;align-items:center;justify-content:space-between;padding-left:.8rem}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._HeaderWrapper_m8l0x_229 h1{color:#1b1d28;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.015rem}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._HeaderWrapper_m8l0x_229 p{color:#76777e;font-family:Poppins;font-size:.625rem;font-style:normal;font-weight:400;line-height:normal}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._ImageWrapper_m8l0x_253{width:100%;height:5rem;flex:1;border-radius:1.25rem;background:#fafafa;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._ImageWrapper_m8l0x_253 img{width:100%;height:100%}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._ImageWrapper_m8l0x_253 p{font-size:1rem;font-weight:400;white-space:pre-wrap}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._ImageWrapper_m8l0x_253 ._Text_m8l0x_275{width:100%;height:100%;padding:1rem;white-space:pre-wrap;overflow-y:scroll;scrollbar-width:thin}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._ImageWrapper_m8l0x_253 ._Text_m8l0x_275::-webkit-scrollbar{width:3px}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._ImageWrapper_m8l0x_253 ._Text_m8l0x_275::-webkit-scrollbar-thumb{background:rgb(0,213,255);border-radius:1rem}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._ContentWrapper_m8l0x_290{width:100%;padding:0rem 1.31rem 0;display:flex;flex-direction:column;gap:.5rem}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._ContentWrapper_m8l0x_290 ._TopC_m8l0x_297{display:flex;align-items:center;gap:.7rem}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._ContentWrapper_m8l0x_290 ._TopC_m8l0x_297 ._LoveBtn_m8l0x_302{height:1.25rem;border:none;background:transparent;cursor:pointer;transition:all .3s ease-in-out;display:flex;align-items:center;gap:.37rem}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._ContentWrapper_m8l0x_290 ._TopC_m8l0x_297 ._LoveBtn_m8l0x_302 img{width:1.25rem;height:100%;transition:all .3s ease-in-out}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._ContentWrapper_m8l0x_290 ._TopC_m8l0x_297 ._LoveBtn_m8l0x_302 p{color:#1b1d28;font-family:Poppins;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._ContentWrapper_m8l0x_290 ._TopC_m8l0x_297 ._LoveBtn_m8l0x_302:hover img{transform:scale(1.3)}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._ContentWrapper_m8l0x_290 ._TopC_m8l0x_297 ._ShareBtn_m8l0x_328{width:1.5rem;height:1.5rem;border:none;background:transparent;cursor:pointer;transition:all .3s ease-in-out}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._ContentWrapper_m8l0x_290 ._TopC_m8l0x_297 ._ShareBtn_m8l0x_328 svg{width:100%;height:100%;transition:all .3s ease-in-out}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._ContentWrapper_m8l0x_290 ._TopC_m8l0x_297 ._ShareBtn_m8l0x_328 svg path{transition:all .3s ease-in-out}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._ContentWrapper_m8l0x_290 ._TopC_m8l0x_297 ._ShareBtn_m8l0x_328:hover svg{transform:scale(1.3)}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._ContentWrapper_m8l0x_290 ._TopC_m8l0x_297 ._ShareBtn_m8l0x_328:hover svg path{transition:all .3s ease-in-out;fill:var(--blue)}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._ContentWrapper_m8l0x_290 ._BottomC_m8l0x_351{display:flex;align-items:flex-start;gap:.36rem;overflow:hidden}._AnnouncementWrapper_m8l0x_1 ._PostsContainer_m8l0x_159 ._Bottom_m8l0x_103 ._BoxWrapper_m8l0x_215 ._ContentWrapper_m8l0x_290 ._BottomC_m8l0x_351 p{color:#1b1d28;font-family:Poppins;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal}._AnnouncementWrapper_1uo1p_1{width:100%;height:100%;overflow-y:scroll;scrollbar-width:none;padding:2.25rem 4rem 0rem 2.94rem}._AnnouncementWrapper_1uo1p_1::-webkit-scrollbar{width:5px}._AnnouncementWrapper_1uo1p_1::-webkit-scrollbar-thumb{background:rgb(0,213,255);border-radius:1rem}._AnnouncementWrapper_1uo1p_1 h1{color:#191b1c;font-family:Public Sans;font-size:1.5rem;font-style:normal;font-weight:600;line-height:1.4375rem;margin-bottom:.25rem}._AnnouncementWrapper_1uo1p_1 h6{color:#999;font-family:Public Sans;font-size:.75rem;font-style:normal;font-weight:400;line-height:1.25rem;margin-bottom:1.38rem}._AnnouncementWrapper_1uo1p_1 ._formGroup_1uo1p_33{margin-bottom:1.5rem;width:25%}._AnnouncementWrapper_1uo1p_1 ._formGroup_1uo1p_33 label{color:#191b1c;font-family:Public Sans;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.25rem;margin:.5rem 0}._AnnouncementWrapper_1uo1p_1 ._formGroup_1uo1p_33 select{width:100%;padding:.5rem .75rem;border:1px solid #ccc;border-radius:.375rem;font-family:Public Sans;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;outline:none;margin-bottom:1rem}._AnnouncementWrapper_1uo1p_1 ._formGroup_1uo1p_33 button{width:100%;padding:.5rem .75rem;border:none;border-radius:.375rem;background-color:#02f;color:#fff;font-family:Public Sans;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.25rem;cursor:pointer}._AnnouncementWrapper_1uo1p_1 ._formGroup_1uo1p_33 button:hover{background-color:#001fe6}._AnnouncementWrapper_1uo1p_1 ._formGroup_1uo1p_33 button:disabled{opacity:.5;cursor:not-allowed}._NewsLetter_nc436_1{height:100%;width:100%;display:flex;flex-direction:column;position:relative;overflow:hidden;padding:2rem 2.5rem 0rem}._NewsLetter_nc436_1 h1{align-self:start;color:#191b1c;font-family:Public Sans;font-size:1.25vw;font-style:normal;font-weight:600;line-height:2.13vh;margin-bottom:1rem}._NewsLetter_nc436_1 h4{align-self:start;color:#999;font-family:Public Sans;font-size:.63vw;font-style:normal;font-weight:400;line-height:1.85vh;margin-bottom:1.5rem}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30{width:100%;height:100%;border-radius:.42vw .42vw 0px 0px;background-color:#fff;overflow:hidden;display:flex;flex-direction:column}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._heading_nc436_39{width:100%;height:8.04vh;flex-shrink:0;border-bottom:1px solid #e5e7e8;background:#fff;display:flex;align-items:center;gap:2.6vw;padding:.2vh 2.6vw}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._heading_nc436_39 button{display:flex;width:9.6875vw;padding:.192vw;justify-content:center;align-items:center;border-radius:1.92vw;font-family:Public Sans;font-size:.83vw;font-style:normal;font-weight:400;line-height:2.08vh;border:none;outline:none;cursor:pointer}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._heading_nc436_39 button:nth-child(1){color:#fff;background:linear-gradient(106deg,#394dff 9.33%,#4fc9fe 91.94%),linear-gradient(106deg,#ff683c 9.31%,#fe4fa0 91.66%),#f8f8f8}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._heading_nc436_39 button:nth-child(2){color:#b4b4b4;background:linear-gradient(0deg,#f8f9f9 0%,#f8f9f9 100%),#f0f6ff}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._subHeading_nc436_74{width:100%;height:3.33vh;flex-shrink:0;display:flex;align-items:center;opacity:.7;background:#f5f6f7;padding-right:2vw}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._subHeading_nc436_74 ._userName_nc436_84{flex:1}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._subHeading_nc436_74 ._emailAddress_nc436_87{flex:1.2}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._subHeading_nc436_74 ._reportDate_nc436_90,._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._subHeading_nc436_74 ._address_nc436_93{flex:1}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._subHeading_nc436_74 ._action_nc436_96{flex:1.5}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._subHeading_nc436_74 ._view_nc436_99{flex:.5}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._subHeading_nc436_74 ._userName_nc436_84,._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._subHeading_nc436_74 ._emailAddress_nc436_87,._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._subHeading_nc436_74 ._reportDate_nc436_90,._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._subHeading_nc436_74 ._address_nc436_93,._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._subHeading_nc436_74 ._view_nc436_99,._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._subHeading_nc436_74 ._action_nc436_96{display:flex;align-items:center;justify-content:center;color:#4a5154;font-family:Public Sans;font-size:max(.63vw,11px);font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._supportCards_nc436_119{flex:1;overflow-y:scroll;scrollbar-width:thin}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._supportCards_nc436_119::-webkit-scrollbar{width:4px}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._supportCards_nc436_119::-webkit-scrollbar-thumb{border-radius:1rem;background:#005ce8}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._supportCards_nc436_119 ._Loading_nc436_131{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._pagination_nc436_138{display:flex;width:100%;height:8.1481vh;padding:1.25vw;justify-content:space-between;align-items:center;border-radius:0px 0px .42vw .42vw;background:#fff}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._pagination_nc436_138 ._pageButtons_nc436_148{display:flex}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._pagination_nc436_138 ._pageButtons_nc436_148 button{border:none;outline:none;cursor:pointer;background:transparent}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._pagination_nc436_138 ._pageButtons_nc436_148 button:disabled{cursor:not-allowed;opacity:.5}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._pagination_nc436_138 ._pageButtons_nc436_148 ._leftArrow_nc436_161,._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._pagination_nc436_138 ._pageButtons_nc436_148 ._rightArrow_nc436_162{width:2.08vw;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._pagination_nc436_138 ._pageButtons_nc436_148 ._leftArrow_nc436_161 img,._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._pagination_nc436_138 ._pageButtons_nc436_148 ._rightArrow_nc436_162 img{height:100%;width:100%}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._pagination_nc436_138 ._pageButtons_nc436_148 ._pages_nc436_174{display:flex;padding:0 1vw;gap:.5vw}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._pagination_nc436_138 ._pageButtons_nc436_148 ._pages_nc436_174 ._buttons_nc436_179{width:2.08vw;aspect-ratio:1/1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#626c70;text-align:center;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:600;line-height:1.85vh}._NewsLetter_nc436_1 ._NewsLetterWrapper_nc436_30 ._pagination_nc436_138 ._pageButtons_nc436_148 ._pages_nc436_174 ._active_nc436_194{background-color:#005ce8;color:#fff}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198{position:absolute;width:100%;height:100%;top:0;right:0;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:flex-end;z-index:5}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210{width:59.17vw;height:56.73vh;flex-shrink:0;border-radius:1.04vw 0px 0px 1.04vw;background:#fff;display:flex;flex-direction:column;justify-content:center;gap:6vh;position:relative}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._lessThan_nc436_222{cursor:pointer;position:absolute;right:2vw;top:4vh;display:inline-flex;padding:.74vh .47vw .74vh .36vw;justify-content:center;align-items:center;border-radius:4.06vw;background:rgba(0,92,232,.05)}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._lessThan_nc436_222 img{width:1.25vw;aspect-ratio:1/1}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._headSection_nc436_238{padding-left:3.5vw}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._headSection_nc436_238 h2{color:#191b1c;font-family:Public Sans;font-size:1.95vw;font-style:normal;font-weight:500;line-height:4.63vh}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._headSection_nc436_238 h3{color:#999;font-family:Public Sans;font-size:.91vw;font-style:normal;font-weight:400;line-height:2.17vh}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._mainContent_nc436_257{display:flex;justify-content:space-around;margin-left:1.7vw}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._mainContent_nc436_257 ._left_nc436_161{width:26.25vw;height:24.8vh;flex-shrink:0;background:#fff;border-radius:.42vw;border:.052vw solid #e5e7e8;display:flex;flex-direction:column;align-items:center;gap:2vh}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._mainContent_nc436_257 ._left_nc436_161 ._privateInfo_nc436_274{display:flex;width:100%;height:3.46vh;padding:1.04vh 1.25vw;justify-content:space-between;align-items:center;flex-shrink:0;background:#fff;box-shadow:0 -1px #e5e7e8 inset}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._mainContent_nc436_257 ._left_nc436_161 ._privateInfo_nc436_274 p{color:#191b1c;font-family:Public Sans;font-size:.83vw;font-style:normal;font-weight:500;line-height:2.08vh}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._mainContent_nc436_257 ._left_nc436_161 ._name_nc436_293 h3{color:#191b1c;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:400;line-height:1.73vh}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._mainContent_nc436_257 ._left_nc436_161 ._name_nc436_293 p{display:flex;width:23.44vw;padding:.87vh 18.23vw .87vh .83vw;align-items:center;color:#959fa3;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:400;line-height:1.73vh;border-radius:.21vw;border:.05vw solid #e5e7e8;background:#fff}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._mainContent_nc436_257 ._left_nc436_161 ._message_nc436_316 h3{color:#191b1c;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:400;line-height:1.73vh}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._mainContent_nc436_257 ._left_nc436_161 ._message_nc436_316 p{width:23.75vw;height:7.97vh;display:flex;padding:.87vh 5.83vw 3.64vh .57vw;align-items:center;border-radius:.21vw;border:.05vw solid #e5e7e8;background:#fff}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._mainContent_nc436_257 ._right_nc436_162{width:26.25vw;height:24.68vh;flex-shrink:0;border-radius:.42vw;border:.0052vw solid #e5e7e8;background:#fff;display:flex;flex-direction:column;align-items:center;gap:.2vh}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._mainContent_nc436_257 ._right_nc436_162 ._privateInfo_nc436_274{display:flex;width:100%;height:3.46vh;padding:1.04vh 1.25vw;justify-content:space-between;align-items:center;flex-shrink:0;background:#fff;box-shadow:0 -1px #e5e7e8 inset}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._mainContent_nc436_257 ._right_nc436_162 ._privateInfo_nc436_274 p{color:#191b1c;font-family:Public Sans;font-size:.83vw;font-style:normal;font-weight:500;line-height:2.08vh}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._mainContent_nc436_257 ._right_nc436_162 ._email_nc436_87,._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._mainContent_nc436_257 ._right_nc436_162 ._address_nc436_93{display:flex;flex-direction:column}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._mainContent_nc436_257 ._right_nc436_162 ._email_nc436_87 h3,._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._mainContent_nc436_257 ._right_nc436_162 ._address_nc436_93 h3{color:#191b1c;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:400;line-height:1.73vh;align-self:start}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._mainContent_nc436_257 ._right_nc436_162 ._email_nc436_87 p,._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._mainContent_nc436_257 ._right_nc436_162 ._address_nc436_93 p{display:flex;width:23.44vw;padding:.87vh 18.23vw .87vh .83vw;align-items:center;color:#959fa3;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:400;line-height:1.73vh;border-radius:.21vw;border:.05vw solid #e5e7e8;background:#fff}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._buttons_nc436_179{align-self:flex-end;display:flex;gap:6vw;padding:0 5vw}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._buttons_nc436_179 button{height:3.18919rem;padding:.5rem 1rem;display:flex;justify-content:center;align-items:center;flex-shrink:0;border-radius:.39vw;text-align:center;font-family:Public Sans;font-size:1.1vw;font-style:normal;font-weight:400;line-height:normal;border:none;cursor:pointer}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._buttons_nc436_179 button:nth-child(1){background:rgba(51,255,0,.3);color:#2dc108}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._buttons_nc436_179 button:nth-child(2){background:rgba(253,3,3,.381);color:red}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._buttons_nc436_179 button:nth-child(3){background:rgb(7,128,7);color:#fff}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._buttons_nc436_179 button._Active_nc436_432{color:#818688;background:rgba(0,0,0,.03);cursor:default}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._popup_nc436_210 ._buttons_nc436_179 button._Active_nc436_432:hover{color:#818688;background:rgba(0,0,0,.03)}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441{width:60rem;height:90%;border-radius:1.25rem;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;padding:1rem 0 5rem;overflow:scroll;scrollbar-width:none}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._lessThan_nc436_222{cursor:pointer;position:absolute;right:2vw;top:4vh;display:inline-flex;padding:.74vh .47vw .74vh .36vw;justify-content:center;align-items:center;border-radius:4.06vw;background:rgba(0,92,232,.05)}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._lessThan_nc436_222 img{width:1.25vw;aspect-ratio:1/1}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472{width:60%;height:100%}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 h1{width:100%;color:#191b1c;text-align:center;font-family:Public Sans;font-size:1.96875rem;font-style:normal;font-weight:500;line-height:2.8125rem;margin-bottom:1.25rem}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 ._InputWrapper_nc436_487{width:100%;min-height:5rem;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.75rem}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 ._InputWrapper_nc436_487 label{color:#191b1c;font-family:Public Sans;font-size:1.17906rem;font-style:normal;font-weight:400;line-height:1.68438rem}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 ._InputWrapper_nc436_487 input,._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 ._InputWrapper_nc436_487 select{width:100%;height:3.36rem;border-radius:.33688rem;border:1.348px solid rgba(209,235,248,.1294117647);background:#eff9fe;padding:1rem;outline:none}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 ._InputWrapper_nc436_487 li{list-style:none;margin:0;padding:0;padding-left:1rem}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 ._InputWrapper_nc436_487 ._PasswordContainer_nc436_521{display:flex;width:100%;height:3.36rem;background:#eff9fe}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 ._InputWrapper_nc436_487 ._PasswordContainer_nc436_521 ._EyeIcon_nc436_527{display:flex;align-items:center;justify-content:center;height:100%;font-size:1.8rem;margin-right:1rem;cursor:pointer;color:#434343}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 ._InputWrapper_nc436_487 select{position:relative;display:inline-block}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 ._InputWrapper_nc436_487 select{appearance:none;-webkit-appearance:none;-moz-appearance:none}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 ._InputWrapper_nc436_487 select::-moz-focus-inner{border:0}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 ._InputWrapper_nc436_487 select::-ms-expand{display:none}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 ._InputWrapper_nc436_487 textarea{width:100%;height:20rem;border-radius:.33688rem;border:1.348px solid #9bd1ed;background:#eff9fe;padding:1rem;resize:none;outline:none}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 ._CheckboxWrapper_nc436_573{width:100%;margin:1rem 0;font-size:1.17906rem}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 ._CheckboxWrapper_nc436_573 ._CheckboxGroup_nc436_578{padding:1rem 0;display:flex;gap:1.5rem;margin-bottom:1.75rem}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 ._CheckboxWrapper_nc436_573 ._CheckboxGroup_nc436_578 ._CheckboxLabel_nc436_584{color:#191b1c;font-family:Public Sans;font-size:1.17906rem;font-style:normal;font-weight:400;line-height:1.68438rem;display:flex;align-items:center;gap:.5rem}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 ._ButtonWrapper_nc436_595{width:100%;display:flex;align-items:center;justify-content:space-between}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 ._ButtonWrapper_nc436_595 div{padding:.4rem;cursor:pointer;display:flex;align-items:center;gap:1rem;border-radius:.33688rem;border:1.348px solid #9bd1ed;background:#eff9fe;color:#3751ff;font-family:Public Sans;font-size:1.17906rem;font-style:normal;font-weight:400;line-height:1.68438rem}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 ._ButtonWrapper_nc436_595 div img{width:1.5rem;height:1.5rem}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 ._ButtonWrapper_nc436_595 button{width:10rem;height:3.375rem;border:none;cursor:pointer;border-radius:.33688rem;background:linear-gradient(106deg,#364aff 9.33%,#4fc9fe 91.94%),#fff;transition:all .3s ease-in-out;color:#fff;font-family:Public Sans;font-size:1.17906rem;font-style:normal;font-weight:400;line-height:1.68438rem;display:flex;align-items:center;justify-content:center}._NewsLetter_nc436_1 ._AcceptPopupWrapper_nc436_198 ._UserFormPopup_nc436_441 ._Content_nc436_472 ._ButtonWrapper_nc436_595 button:hover{transform:scale(1.05)}._NewsCard_nc436_643{width:100%;height:4.5rem;border-bottom:1px solid #e5e7e8;display:flex;align-items:center;justify-content:space-around;cursor:pointer;padding-right:2vw}._NewsCard_nc436_643 ._userName_nc436_84{flex:1}._NewsCard_nc436_643 ._emailAddress_nc436_87{flex:1.2}._NewsCard_nc436_643 ._address_nc436_93,._NewsCard_nc436_643 ._reportedDate_nc436_664{flex:1}._NewsCard_nc436_643 ._view_nc436_99{flex:.5}._NewsCard_nc436_643 ._view_nc436_99 ._settingImage_nc436_670{position:relative;display:flex;width:2.08vw;aspect-ratio:1/1;padding:.42vw;justify-content:center;align-items:center;flex-shrink:0;border-radius:4.06vw;background:rgba(0,92,232,.05)}._NewsCard_nc436_643 ._view_nc436_99 ._settingImage_nc436_670 img{height:100%;width:100%}._NewsCard_nc436_643 ._view_nc436_99 ._settingImage_nc436_670 ._dropdown_nc436_686{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.1732vh;border-radius:.26vw;background:rgba(70,70,70,.1568627451);box-shadow:0 4px 4px #0003;position:absolute;top:70%;left:-5rem;z-index:2}._NewsCard_nc436_643 ._view_nc436_99 ._settingImage_nc436_670 ._dropdown_nc436_686 ._dropdownOption_nc436_699{display:flex;width:10rem;height:2.51rem;padding:.52rem;justify-content:center;align-items:center;gap:.8663vh;color:#464646;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:400;line-height:2.08vh;border:none;cursor:pointer;background-color:#fff;border-radius:.13vw}._NewsCard_nc436_643 ._view_nc436_99 ._settingImage_nc436_670 ._dropdown_nc436_686 ._dropdownOption_nc436_699:hover{background-color:#1975477e;color:#fff}._NewsCard_nc436_643 ._actions_nc436_722{flex:1.5;display:flex;justify-content:space-around}._NewsCard_nc436_643 ._actions_nc436_722 ._resolved_nc436_727,._NewsCard_nc436_643 ._actions_nc436_722 ._unresolved_nc436_728{display:flex;width:5.89vw;height:3.1481vh;padding:.52vw;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease-in-out;font-weight:500}._NewsCard_nc436_643 ._actions_nc436_722 ._resolved_nc436_727._Active_nc436_432,._NewsCard_nc436_643 ._actions_nc436_722 ._unresolved_nc436_728._Active_nc436_432{color:#818688;background:rgba(0,0,0,.03);cursor:default}._NewsCard_nc436_643 ._actions_nc436_722 ._resolved_nc436_727._Active_nc436_432:hover,._NewsCard_nc436_643 ._actions_nc436_722 ._unresolved_nc436_728._Active_nc436_432:hover{color:#818688;background:rgba(0,0,0,.03)}._NewsCard_nc436_643 ._actions_nc436_722 ._unresolved_nc436_728{color:#ff3535;background:rgba(255,0,0,.11);text-align:center;font-family:Public Sans;font-size:.73vw;font-style:normal;line-height:normal;border-radius:.26vw;border:none}._NewsCard_nc436_643 ._actions_nc436_722 ._unresolved_nc436_728:hover{color:#fff;background:rgb(255,0,0)}._NewsCard_nc436_643 ._actions_nc436_722 ._resolved_nc436_727{color:#2dc108;background:rgba(51,255,0,.3);text-align:center;font-family:Public Sans;font-size:.73vw;font-style:normal;line-height:normal;border-radius:.26vw;border:none}._NewsCard_nc436_643 ._actions_nc436_722 ._resolved_nc436_727:hover{color:#000;background:rgb(51,255,0)}._NewsCard_nc436_643 ._userName_nc436_84,._NewsCard_nc436_643 ._emailAddress_nc436_87,._NewsCard_nc436_643 ._reportedDate_nc436_664,._NewsCard_nc436_643 ._address_nc436_93,._NewsCard_nc436_643 ._view_nc436_99{display:flex;align-items:center;gap:.4vw;justify-content:center}._NewsCard_nc436_643 ._userName_nc436_84 p,._NewsCard_nc436_643 ._emailAddress_nc436_87 p,._NewsCard_nc436_643 ._reportedDate_nc436_664 p,._NewsCard_nc436_643 ._address_nc436_93 p,._NewsCard_nc436_643 ._view_nc436_99 p{color:#4a5154;font-family:Public Sans;font-size:max(.73vw,10px);font-style:normal;font-weight:400;line-height:1.85vh;white-space:nowrap}.LoginContainer .leftSection{flex:1;background-color:#00ffff48;display:flex;align-items:center;justify-content:center;background-image:url(/assets/loginBackground-37de2042.png);background-size:cover;background-position:center}.LoginContainer .rightSection .formCon .inputs .inp2{display:flex;flex-direction:column;align-items:flex-start;gap:.75vh}.LoginContainer .rightSection .formCon .inputs .inp2 .inputCon{display:flex;align-items:center;justify-content:space-between;width:29.73vw;border:.07vw solid #e5e7e8;border-radius:.28vw}.LoginContainer .rightSection .formCon .inputs .inp2 .inputCon input{display:flex;width:26.73vw;border:none;background:#fff;padding:.7vw;outline:none}.LoginContainer .rightSection .formCon .inputs .inp2 .inputCon ::placeholder{color:#959fa3;font-family:Public Sans;font-size:.98vw;font-style:normal;font-weight:400;line-height:2.5vh}.LoginContainer .rightSection .formCon .inputs .inp2 .inputCon .eye{width:32.341px;height:32.341px;padding-right:.4rem}.LoginContainer .rightSection .formCon .inputs .inp2 .inputCon .eye img{height:100%;width:100%}.LoginContainer .rightSection .formCon .inputs .inp2 .passwordCon{width:100%;display:flex;align-items:center;justify-content:space-between}.LoginContainer .rightSection .formCon .inputs .inp2 .passwordCon label{color:#191b1c;font-family:Public Sans;font-size:.98vw;font-style:normal;font-weight:400;line-height:2.5vh}.LoginContainer .rightSection .formCon .inputs .inp2 .passwordCon .forgot{color:#005ce8;font-family:Public Sans;font-size:.98vw;font-style:normal;font-weight:400;line-height:2.68vh;cursor:pointer}.LoginContainer .rightSection .formCon button{display:flex;width:29.79vw;height:6.2vh;padding:0px 1.68vw;justify-content:center;align-items:center;flex-shrink:0;border-radius:11.22vw;background:linear-gradient(338deg,#2e98ea -32.9%,#0f0aa4 119.67%),#005ce8;border:none;cursor:pointer;color:#fff}.LoginContainer .rightSection .formCon button:disabled{cursor:not-allowed;opacity:.5}.LoginContainer{height:100vh;width:100vw;display:flex}.LoginContainer .leftSection{flex:1;background-color:#00ffff48;display:flex;align-items:center;justify-content:center;background-image:url(/assets/loginBackground-37de2042.png);background-size:cover;background-position:center}.LoginContainer .leftSection .iconContainer{width:31.67vw;height:62.78vh;border-radius:3.37vw;border:1.406px solid rgba(255,255,255,.52);background:rgba(255,255,255,.21);-webkit-backdrop-filter:blur(9.5578336716px);backdrop-filter:blur(9.5578336716px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.LoginContainer .leftSection .iconContainer .logo{width:15.43vw;height:24.47vh;border-radius:1.28vw}.LoginContainer .leftSection .iconContainer .logo img{height:100%;width:100%;border-radius:1.28vw}.LoginContainer .leftSection .iconContainer h3{width:28.02vw;color:#fff;text-align:center;font-family:Public Sans;font-size:2.74vw;font-style:normal;font-weight:500;line-height:100%}.LoginContainer .rightSection{flex:1;background:#fff;display:flex;align-items:center;justify-content:center}.LoginContainer .rightSection .formCon{display:inline-flex;height:53.98vh;padding:2.81vw 2.81vw 3.49vw;flex-direction:column;justify-content:center;align-items:center;gap:2.59vh;flex-shrink:0;border-radius:1.56vw;background:#fff}.LoginContainer .rightSection .formCon .inputs{display:flex;height:20.37vh;flex-direction:column;align-items:flex-start;gap:1.99vh;flex-shrink:0}.LoginContainer .rightSection .formCon .inputs .inp1{display:flex;flex-direction:column;align-items:flex-start;gap:.75vh}.LoginContainer .rightSection .formCon .inputs .inp1 label{color:#191b1c;font-family:Public Sans;font-size:.98vw;font-style:normal;font-weight:400;line-height:2.5vh}.LoginContainer .rightSection .formCon .inputs .inp1 input{display:flex;width:29.73vw;padding:.7vw;align-items:center;border-radius:.28vw;border:.07vw solid #e5e7e8;background:#fff;outline:none}.LoginContainer .rightSection .formCon .inputs .inp1 ::placeholder{color:#959fa3;font-family:Public Sans;font-size:.98vw;font-style:normal;font-weight:400;line-height:2.5vh}.LoginContainer .rightSection .formCon h2{width:23.09vw;color:#191b1c;text-align:center;font-family:Inter;font-size:2.08vw;font-style:normal;font-weight:600;line-height:6.18vh}.LoginContainer .rightSection .formCon button{display:flex;width:29.79vw;height:6.2vh;padding:0px 1.68vw;justify-content:center;align-items:center;flex-shrink:0;border-radius:11.22vw;background:linear-gradient(338deg,#2e98ea -32.9%,#0f0aa4 119.67%),#005ce8;border:none;cursor:pointer}*{padding:0;margin:0;box-sizing:border-box;font-family:Public Sans,sans-serif}.ql-snow{border:none!important}:root{--Base_Font_Size: 100%;font-size:var(--Base_Font_Size)}@media screen and (max-width: 1728px){:root{--Base_Font_Size: 85%;font-size:var(--Base_Font_Size)}}@media screen and (max-width: 1500px){:root{--Base_Font_Size: 75%;font-size:var(--Base_Font_Size)}}@media screen and (max-width: 1366px){:root{--Base_Font_Size: 65%;font-size:var(--Base_Font_Size)}}@media screen and (max-width: 1250px){:root{--Base_Font_Size: 55%;font-size:var(--Base_Font_Size)}}@media screen and (max-width: 1150px){:root{--Base_Font_Size: 45%;font-size:var(--Base_Font_Size)}}@media screen and (max-width: 1024px){:root{--Base_Font_Size: 40%;font-size:var(--Base_Font_Size)}}@media screen and (max-width: 900px){:root{--Base_Font_Size: 35%;font-size:var(--Base_Font_Size)}}@media screen and (max-width: 800px){:root{--Base_Font_Size: 30%;font-size:var(--Base_Font_Size)}}
