@import url(https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css);: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:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform: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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.App{box-sizing:inherit;min-height:70vw;position:relative}@media(max-width:1024px)and (min-width:768px){.App{box-sizing:inherit;min-height:200vw;position:relative}}@media(width:768px){.App{box-sizing:inherit;min-height:270vw;position:relative}}footer{background-color:#f5f5f5;bottom:0;left:0;margin-top:200px;min-width:1500px;padding:30px 0;position:absolute;right:0;z-index:900}footer small{color:#767676}footer .footer-width{color:#767676;display:flex}.language-dropdown .default-icon{cursor:pointer}.language-dropdown .language-dropdown-items{background-color:#f9f9f9;border-radius:10px;box-shadow:0 4px 8px #0000001a;position:absolute;width:15.6rem;z-index:2}.language-dropdown .language-dropdown-items .language-item{cursor:pointer;padding:.625rem .9375rem;transition:background-color .3s ease}.language-dropdown .language-dropdown-items .language-item:hover{background-color:#e8f0c5;border-radius:10px;color:#344e41}.language-dropdown .language-dropdown-items .language-item img{height:1.5rem;width:1.5rem}.language-dropdown .language-dropdown-items .language-item p{color:#b5b5b5;font-size:1rem;margin:0}.header-onboarding{background-color:#344e41}.header-onboarding .onboarding-container{margin:0 auto;max-width:1650px;padding:1rem}.header-onboarding .onboarding-container .logo img{height:2.7rem;width:2.7rem}.header-onboarding .onboarding-container .nav-element{align-items:center}.header-onboarding .onboarding-container .nav-element li{cursor:pointer;margin-right:1.3rem}.header-onboarding .onboarding-container .nav-element li img{height:1.5rem;width:1.5rem}.header-onboarding .onboarding-container .nav-element li:nth-child(5){margin-right:0}.header-onboarding .onboarding-container .nav-element .language-dropdown .language-dropdown-items{right:2rem}.validate{border-radius:8px;box-shadow:0 4px 10px 0 rgba(0,0,0,.102);height:550px;padding:1.2rem;width:60%}.validate h3{color:#474747;font-size:1.5rem;font-weight:500;margin-bottom:2.4rem}.validate .heading-details{color:#474747;margin-bottom:1.7rem}.validate form label{color:#474747;display:block;font-size:14px;margin-bottom:1rem}.validate form input{border:1px solid #d0d0d0;border-radius:8px;margin-right:1rem;outline:0;padding:1rem .7rem;text-align:center;width:10%}.validate form .error-message{color:#ff6464;margin:7px 0 0;text-align:left}.validate form .buttons{margin-top:1.4rem}.validate form .buttons .send-again{background-color:#fff;border:2px solid #344e41;border-radius:10px;color:#344e41}.validate form .buttons .confirm,.validate form .buttons .send-again{cursor:pointer;font-size:1.2rem;font-weight:500;outline:0;padding:.75rem;width:43%}.validate form .buttons .confirm{background-color:#344e41;border:0;border-radius:10px;color:#fff;margin-left:1.2rem}.validate .info{margin-top:1.8rem}.validate .info .notice{color:red;margin-bottom:4px;text-transform:uppercase}.validate .info .notice-details{color:#767676;font-style:italic}.onboarding-section{background-color:#f9f9f9}.onboarding-section .yoda-logo{align-items:center;justify-content:center}.onboarding-section .yoda-logo img{height:4.3rem;object-fit:contain;width:4.3rem}.onboarding-section .yoda-logo h2{color:#474747;font-size:1.2rem;font-weight:500;margin-left:1rem}.onboarding-section .spinner{justify-content:center;width:36vw}.onboarding-section .notification-warning{background-color:#e8f0c5;border-radius:4px;box-shadow:0 2px 4px 0 rgba(0,0,0,.102);margin-top:2rem;padding:1rem}.onboarding-section .notification-warning p{color:#344e41;font-size:14px}.onboarding-section .notification-warning i{color:#344e41}.sidebar{border-radius:8px;box-shadow:0 4px 10px 0 rgba(0,0,0,.102);height:550px;padding:1.5rem 2rem;width:38%}.sidebar .column-flex{align-items:flex-start;display:flex;flex-direction:column;gap:15rem;justify-content:space-between}.sidebar .column-flex .sidebar-nav .flex{align-items:center;margin-bottom:1.5rem}.sidebar .column-flex .sidebar-nav .flex img{height:25px;margin-right:1.2rem;width:25px}.sidebar .column-flex .sidebar-nav .check{color:#344e41}.sidebar .column-flex .sidebar-nav .active{color:#aebd6b}.sidebar .column-flex .sidebar-nav .passive{color:#b5b5b5}.sidebar .column-flex .sidebar-footer p{color:#767676}.sidebar .column-flex .sidebar-footer p:first-child{margin-bottom:1rem}.dropdown .dropdown-placeholder{cursor:pointer;font-family:QuickSand;font-weight:700;letter-spacing:.672px;line-height:130%;width:15.625rem}.dropdown .dropdown-placeholder p{color:#fff;font-size:1rem}.dropdown .dropdown-placeholder i{color:#fff;cursor:pointer;font-weight:600}.dropdown .active-page{background-color:#e8f0c5;border-radius:8px;cursor:pointer;font-weight:700;padding:.5rem 1rem;width:15.625rem}.dropdown .active-page p{color:#344e41;font-size:1rem}.dropdown .active-page i{color:#344e41;cursor:pointer;font-weight:600}.dropdown .dropdown-menu{background-color:#f9f9f9;border-radius:10px;box-shadow:0 7px 29px 0 #64646f33;margin-top:7px;position:absolute;width:15.625rem;z-index:100}.dropdown .dropdown-menu a{display:block}.dropdown .dropdown-menu .dropdown-item{padding:8px}.dropdown .dropdown-menu .dropdown-item .page-name{color:#767676;cursor:pointer;font-size:1rem}.dropdown .dropdown-menu .dropdown-item:hover{background-color:#e8f0c5;border-radius:10px}.dropdown .dropdown-menu a:last-child{border:0}.hamburger-dropdown{display:inline-block;position:relative}.hamburger-dropdown .hamburger-icon{cursor:pointer;height:2.5rem;width:2.5rem}.hamburger-dropdown .dropdown{background-color:#fff;border-radius:4px;box-shadow:0 4px 8px #0000001a;overflow-x:visible!important;position:absolute;right:0;top:100%;width:15.625rem;z-index:1000}.hamburger-dropdown .dropdown .dropdown-item{cursor:pointer;padding:.625rem .9375rem;transition:background-color .3s ease}.hamburger-dropdown .dropdown .dropdown-item:hover{background-color:#f7f7f7}.hamburger-dropdown .dropdown .dropdown-item img{height:1.5rem;width:1.5rem}.hamburger-dropdown .dropdown .dropdown-item p{color:#767676;font-size:1rem;margin:0}.hamburger-dropdown .dropdown .language .language-dropdown .language-dropdown-items{right:102%;top:24%}.website-dropdown{display:inline-block;position:relative}.website-dropdown .label{cursor:pointer;width:13.75rem}.website-dropdown .label .details{align-items:center}.website-dropdown .label .details img{height:1.03863rem;width:1.03963rem}.website-dropdown .label .details p{color:#fff;font-family:QuickSand;font-weight:700;letter-spacing:.672px;line-height:130%;margin-left:.5rem}.website-dropdown .label img{cursor:pointer;height:1.25rem;width:1.25rem}.website-dropdown .website-dropdown-items{background-color:#f9f9f9;border-radius:10px;box-shadow:0 4px 8px #0000001a;left:0;max-height:300px;overflow-y:auto;position:absolute;top:2rem;width:20rem;z-index:100}.website-dropdown .website-dropdown-items .dropdown-item{border-radius:inherit;cursor:pointer;padding:.625rem .9375rem;transition:background-color .3s ease}.website-dropdown .website-dropdown-items .dropdown-item:hover{background-color:#e8f0c5;color:#344e41}.website-dropdown .website-dropdown-items .dropdown-item img{height:1.5rem;width:1.5rem}.website-dropdown .website-dropdown-items .dropdown-item p{color:#767676;font-size:1rem;margin:0}.notification-bar{background-color:#fff;border-radius:10px;box-shadow:-12px 4px 19px 0 #0000001a;overflow:hidden;position:absolute;right:0;top:70px;transition:height .3s ease-in-out;width:500px;z-index:999}.notification-heading{box-shadow:0 4px 10px 0 #0000001a;padding:15px 10px}.notification-heading .header{color:#565656;font-family:QuickSand;font-size:20px;font-weight:500;letter-spacing:.84px;line-height:130%}.notification-bar.open .closeNoti{cursor:pointer;height:18px;width:18px}.notification-bar.open .mark-read{background:no-repeat;border:none;color:#565656;cursor:pointer;font-family:QuickSand;font-weight:600;margin-right:8px;text-decoration:underline}.notification-list{height:72vh;min-height:72vh;overflow-y:scroll}.notification-list .no-notifications{align-items:center;color:#767676;display:flex;font-family:QuickSand;font-weight:500;justify-content:center;margin-top:50%}.notification-item{align-items:flex-end;cursor:pointer;display:flex;justify-content:space-between;padding:20px 10px}.notification-item img{height:36px;margin-right:15px;width:36px}.notification-item .notificationText{color:#474747;font-family:QuickSand;font-weight:600;margin-bottom:10px}.notification-item .notificationBody{color:#767676;font-family:QuickSand;font-weight:500;letter-spacing:.8px}.notification-item .notificationBody .link{color:#344e41;font-family:QuickSand;font-weight:700;letter-spacing:.8px;text-decoration-line:underline}.notification-item:last-child{border-bottom:none}.notification-bottom{background:#9f9f9f;margin:0;opacity:.1}.notification-time{color:#767676;font-family:QuickSand;font-weight:500;letter-spacing:.672px;line-height:130%}.notification-item.read{background:#f9f9f9}.notification-item:hover{background:#e8f0c5}.clearAllButton{background:#fff;border:none;box-shadow:0 4px 10px 0 #0000001a;color:#565656;font-family:QuickSand;font-size:20px;font-weight:500;letter-spacing:.84px;line-height:130%;padding:15px 5px;text-decoration:underline;width:100%}.css-18lrjg1-MuiCircularProgress-root{color:#344e41!important}.authorized-header{background-color:#344e41}.authorized-header .header-container{background-color:#344e41;margin:0 auto;min-width:1500px;padding:.75rem 0;width:max-content}.authorized-header .header-section .dropdown-page ul{align-items:center}.authorized-header .header-section .dropdown-page ul .home-icon{height:2.5rem;margin-right:.9375rem;object-fit:contain;width:2.5rem}.authorized-header .header-section .dropdown-page ul .nav-hr{background-color:#fff;border:none;height:1.25rem;margin:0;width:.125rem}.authorized-header .header-section .dropdown-page .normal-gap{gap:.9375rem}.authorized-header .header-section .dropdown-page .max-gap{gap:68.75rem}.authorized-header .header-section .hamburger-notification{align-items:center;gap:1.25rem;position:relative}.authorized-header .header-section .hamburger-notification .notificationWithCount{position:relative}.authorized-header .header-section .hamburger-notification .notification-count,.authorized-header .header-section .hamburger-notification .notification-icon{cursor:pointer}@media only screen and (max-width:768px){.authorized-header .header-section .hamburger-notification .notification-count,.authorized-header .header-section .hamburger-notification .notification-icon{align-items:center;justify-content:center;margin-left:2px;margin-right:4px;margin-top:4%;max-height:38vw;width:30%}.authorized-header .header-section .hamburger-notification .authorized-header .header-container{background-color:#344e41;margin:0 auto;min-width:5000px;padding:1.7rem 0;width:max-content}}.authorized-header .header-section .hamburger-notification .count{background-color:#ff6464;border-radius:50%;color:#f9f9f9;cursor:pointer;height:18px;position:absolute;right:0;text-align:center;top:0;width:18px}@media(max-width:1023px)and (min-width:768px){.authorized-header .header-section .hamburger-notification .authorized-header .header-container{background-color:#344e41;margin:0 auto;min-width:5000px;padding:1.7rem 0;width:max-content}}.toggle .outer-div .inner-div{top:.19rem}.toggle .outer-div .active{transform:translateX(2rem)}.main-dark-btn{background:#344e41;border:0;border-radius:.625rem;color:#fff}.main-dark-btn,.main-light-btn{cursor:pointer;font-size:1rem;font-weight:500;height:3rem;outline:0;width:12.5rem}.main-light-btn{background:#fff;border:2px solid #344e41;border-radius:.625rem;color:#344e41}.main-dark-btn.disabled{background-color:#d0d0d0;color:#767676}.calendar-button-combo{gap:1rem}.calendar-button-combo button{border-radius:.625rem;cursor:pointer;font-size:1rem;font-weight:500;height:3rem;outline:0;width:12.5rem}.calendar-button-combo button:first-child{background:#fff;border:2px solid #344e41;color:#344e41}.calendar-button-combo button:nth-child(2){background:#344e41;border:0;color:#fff}.rdrCalendarWrapper{background:#fff;box-sizing:border-box;display:inline-flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateDisplay{display:flex;justify-content:space-between}.rdrDateDisplayItem{color:inherit;flex:1 1;text-align:center;width:0}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;display:flex;justify-content:space-between}.rdrMonthAndYearPickers{align-items:center;display:flex;flex:1 1 auto;justify-content:center}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:flex;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{box-sizing:inherit;flex-basis:14.28571%;text-align:center}.rdrDays{display:flex;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{color:red;font-size:1.6em;line-height:1.6em;position:absolute;right:.25em;top:0}.rdrDay{box-sizing:inherit;cursor:pointer;font:inherit;position:relative;width:14.28571%}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align:auto){.rdrDay{flex-basis:14.285%!important}}.rdrEndEdge,.rdrInRange,.rdrSelected,.rdrStartEdge{pointer-events:none}.rdrDateRangePickerWrapper{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrStaticRanges{display:flex;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{background-color:#fff;border:1px solid #0000;border-radius:4px;box-shadow:0 1px 2px 0 #23394236}.rdrDateDisplayItem input{background:#0000;border:0;color:#849095;cursor:pointer;height:2.5em;line-height:2.5em;width:100%}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#0000;background:url("data:image/svg+xml;utf8,<svg width=%279px%27 height=%276px%27 viewBox=%270 0 9 6%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27><g id=%27Artboard%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27 transform=%27translate%28-636.000000, -171.000000%29%27 fill-opacity=%270.368716033%27><g id=%27input%27 transform=%27translate%28172.000000, 37.000000%29%27 fill=%27%230E242F%27 fill-rule=%27nonzero%27><g id=%27Group-9%27 transform=%27translate%28323.000000, 127.000000%29%27><path d=%27M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z%27 id=%27arrow%27></path></g></g></g></svg>") no-repeat;background-position:right 8px center;border:0;border-radius:4px;color:#3e484f;cursor:pointer;outline:0;padding:10px 30px 10px 10px;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:#00000012}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{background:#eff2f7;border:0;border-radius:5px;display:block;height:24px;margin:0 .833em;padding:0;width:24px}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{border-style:solid;display:block;height:0;margin:auto;padding:0;text-align:center;transform:translate(-3px);width:0}.rdrPprevButton i{border-color:#0000 #34495e #0000 #0000;border-width:4px 6px 4px 4px;transform:translate(-3px)}.rdrNextButton i{border-color:#0000 #0000 #0000 #34495e;border-width:4px 4px 4px 6px;margin:0 0 0 7px;transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{color:#849095;font-weight:400;line-height:2.667em}.rdrDay{background:#0000;border:0;color:#1d2429;height:3em;line-height:3em;padding:0;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDay:focus{outline:0}.rdrDayNumber{align-items:center;bottom:0;bottom:5px;display:flex;font-weight:300;justify-content:center;left:0;outline:0;position:absolute;right:0;top:0;top:5px}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{background:#3d91ff;border-radius:2px;bottom:4px;content:"";height:2px;left:50%;position:absolute;transform:translate(-50%);width:18px}.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span{color:#ffffffd9}.rdrEndEdge,.rdrInRange,.rdrSelected,.rdrStartEdge{background:currentColor;bottom:5px;left:0;position:absolute;right:0;top:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-bottom-left-radius:1.042em;border-top-left-radius:1.042em;left:2px}.rdrEndEdge{border-bottom-right-radius:1.042em;border-top-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange{border-bottom-left-radius:1.042em;border-top-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-bottom-right-radius:1.042em;border-top-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview{border-bottom-left-radius:1.333em;border-left-width:1px;border-top-left-radius:1.333em;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-bottom-right-radius:1.333em;border-right-width:1px;border-top-right-radius:1.333em;right:0}.rdrDayEndPreview,.rdrDayInPreview,.rdrDayStartPreview{background:#ffffff17;border:0 solid;bottom:3px;left:0;pointer-events:none;position:absolute;right:0;top:3px;z-index:1}.rdrDayStartPreview{border-bottom-left-radius:1.333em;border-bottom-width:1px;border-left-width:1px;border-top-left-radius:1.333em;border-top-width:1px;left:0}.rdrDayInPreview{border-bottom-width:1px;border-top-width:1px}.rdrDayEndPreview{border-bottom-right-radius:1.333em;border-bottom-width:1px;border-right-width:1px;border-top-right-radius:1.333em;border-top-width:1px;right:2px;right:0}.rdrDefinedRangesWrapper{background:#fff;border-right:1px solid #eff2f7;font-size:12px;width:226px}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{background:#fff;border:0;border-bottom:1px solid #eff2f7;cursor:pointer;display:block;outline:0;padding:0}.rdrStaticRange:focus .rdrStaticRangeLabel,.rdrStaticRange:hover .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;line-height:18px;outline:0;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{border:1px solid #dee7eb;border-radius:4px;color:#6c767a;height:30px;line-height:30px;margin-right:10px;text-align:center;width:30px}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;color:#333;outline:0}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{background:#0000;border:1px solid;border-radius:1.333em;bottom:-2px;content:"";left:0;position:absolute;right:0;top:-2px}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrDayEndPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrStartEdge{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrDayEndPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrStartEdge{filter:grayscale(100%) opacity(60%)}.rdrMonthName{color:#849095;font-weight:600;padding:.833em;text-align:left}.standard-calendar{background:#fff;border-radius:10px;box-shadow:0 3px 6px #00000026;padding:.7rem 1rem;position:absolute;right:0;width:914px}.standard-calendar .close-icon{cursor:pointer;height:1.2rem;position:absolute;right:1rem;width:1.2rem}.standard-calendar .calendar-options{margin-top:1.9rem}.standard-calendar .calendar-options h3{color:#767676;font-size:1rem;font-weight:500}.standard-calendar .calendar-options .calendar-toggle p:first-child{margin-right:1.3rem}.standard-calendar .calendar-options .calendar-toggle p{color:#767676;cursor:pointer;font-size:.85rem;font-weight:400}.standard-calendar .calendar-options .calendar-toggle .active{color:#344e41;font-weight:500}.standard-calendar .label-and-standard-range{justify-content:space-between;margin-top:.5rem}.standard-calendar .label-and-standard-range .label-list-parent{align-self:flex-start;display:flex;flex-direction:column;gap:2.5rem;width:21%}.standard-calendar .label-and-standard-range .label-list-parent .label-list button{background-color:#fff;border:0;border-radius:4px;color:#767676;cursor:pointer;font-size:.9rem;margin-bottom:.4rem;outline:0;padding:.82rem .8rem;text-align:left;width:11.57rem}.standard-calendar .label-and-standard-range .label-list-parent .label-list button.selected,.standard-calendar .label-and-standard-range .label-list-parent .label-list button.selected:hover{background-color:#344e41;color:#fff}.standard-calendar .label-and-standard-range .label-list-parent .label-list button:hover{background-color:#f9f9f9;color:#767676}.standard-calendar .label-and-standard-range .range-selection{width:76%}.standard-calendar .label-and-standard-range .range-selection .rdrDateRangePickerWrapper{border-radius:10px}.standard-calendar .label-and-standard-range .range-selection .rdrDateRangePickerWrapper .rdrDefinedRangesWrapper{display:none}.standard-calendar .label-and-standard-range .range-selection .rdrDateRangePickerWrapper .rdrMonthPicker,.standard-calendar .label-and-standard-range .range-selection .rdrDateRangePickerWrapper .rdrYearPicker{background:#e8f0c5;border-radius:4px;color:#344e41}.standard-calendar .label-and-standard-range .range-selection .rdrDateRangePickerWrapper .rdrYearPicker{padding-left:1rem;padding-right:.5rem}.standard-calendar .label-and-standard-range .range-selection .rdrDateRangePickerWrapper .rdrMonthName{color:#344e41}.standard-calendar .label-and-standard-range .range-selection .compare-text{display:none}.standard-calendar .label-and-standard-range .range-selection .button-combo{margin-right:30px;margin-top:10px;position:relative}.standard-calendar .label-and-standard-range .range-selection .toggle-on-range-selection p{color:#767676;display:block;left:28rem;position:absolute;top:7.8rem}.standard-calendar .label-and-standard-range .range-selection .toggle-on-range-selection .rdrDateRangePickerWrapper .rdrDateDisplayWrapper .rdrDateDisplay:first-child{padding-bottom:1.8rem}.rdrDateDisplayItem input,.rdrMonthAndYearPickers select,.standard-calendar .label-and-standard-range .range-selection .rdrDateRangePickerWrapper .rdrYearPicker,standard-calendar .label-and-standard-range .range-selection .rdrDateRangePickerWrapper .rdrMonthPicker{font-family:QuickSand,Arial,sans-serif}.toggle-buttom{bottom:1rem;position:relative}.add-new .add-action{align-items:center;display:flex;flex-direction:column;position:absolute;right:33%;top:28%}.add-new .add-action img{margin-bottom:1.2rem;width:100%}.add-custom-calendar-range{display:flex;flex-direction:column}.add-custom-calendar-range .rdrDateRangePickerWrapper{border-radius:10px}.add-custom-calendar-range .rdrDateRangePickerWrapper .rdrDefinedRangesWrapper{border-right:0;display:none}.add-custom-calendar-range .rdrDateRangePickerWrapper .rdrMonthPicker,.add-custom-calendar-range .rdrDateRangePickerWrapper .rdrYearPicker{background:#e8f0c5;border-radius:4px;color:#344e41}.add-custom-calendar-range .rdrDateRangePickerWrapper .rdrYearPicker{padding-left:1rem;padding-right:.5rem}.add-custom-calendar-range .rdrDateRangePickerWrapper .rdrMonthName{color:#344e41}.add-custom-calendar-range .custom-label-input{border:1px solid #344e41;border-radius:8px;margin:0 auto 1.2rem;outline:0;padding:.75rem 1rem;width:70%}.add-custom-calendar-range .custom-label-input::placeholder{color:#344e41}.add-custom-calendar-range .button-combo{bottom:1.8rem;left:29rem;position:absolute;width:76%}.viewLabelData .label-detail{align-items:flex-end}.viewLabelData .label-detail h3{color:#767676;font-size:1.5rem;font-weight:500;text-transform:capitalize}.viewLabelData .label-detail .action-div{align-self:flex-end;gap:1rem}.viewLabelData .label-detail .action-div .action-button{align-items:center;cursor:pointer;gap:7px}.viewLabelData .label-detail .action-div .action-button i,.viewLabelData .label-detail .action-div .action-button p{color:#767676;font-size:1.2rem}.viewLabelData .date-range{margin:1.5rem auto .7rem;width:22rem}.viewLabelData .date-range .flex{gap:.8rem}.viewLabelData .date-range p{background-color:#e8f0c5;border-radius:1rem;color:#767676;padding:.6rem .8rem}.viewLabelData .calendar-view{margin-top:1.5rem}.viewLabelData .calendar-view .rdrDateRangePickerWrapper .rdrDefinedRangesWrapper{display:none}.viewLabelData .calendar-view .rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrMonthAndYearWrapper .rdrMonthAndYearPickers{color:#767676}.viewLabelData .calendar-view .button-combo{bottom:1.8rem;left:29rem;position:absolute;width:76%}.edit-custom-calendar .label-detail{margin-bottom:1.3rem}.edit-custom-calendar .label-detail h3{color:#767676;font-size:1.5rem;font-weight:500;text-transform:capitalize}.delete-custom-range{background:#fff;border-radius:1.25rem;padding:2rem;position:absolute;right:19%;text-align:center;top:23%}.delete-custom-range img{width:40%}.delete-custom-range p{color:#565656;font-size:1rem;margin:1.2rem 0 2rem}.custom-calendar{background:#fff;border-radius:10px;box-shadow:0 3px 6px #00000026;height:690px;padding:.7rem 1rem;position:absolute;right:0;width:914px}.custom-calendar .close-icon{cursor:pointer;height:1.2rem;position:absolute;right:1rem;width:1.2rem}.custom-calendar .calendar-options{margin-top:1.9rem}.custom-calendar .calendar-options h3{color:#767676;font-size:1rem;font-weight:500}.custom-calendar .calendar-options .calendar-toggle p:first-child{margin-right:1.3rem}.custom-calendar .calendar-options .calendar-toggle p{color:#767676;cursor:pointer;font-size:.85rem;font-weight:400}.custom-calendar .calendar-options .calendar-toggle .active{color:#344e41;font-weight:500}.custom-calendar .label-and-rendered-component-parent{justify-content:space-between;margin-top:2rem}.custom-calendar .label-and-rendered-component-parent .label-list-parent{align-self:flex-start;width:21%}.custom-calendar .label-and-rendered-component-parent .label-list-parent .label-list-child{border-radius:4px;cursor:pointer;margin-bottom:.4rem;padding:.8rem .625rem}.custom-calendar .label-and-rendered-component-parent .label-list-parent .label-list-child .label{color:#767676;font-size:.9rem;text-transform:capitalize}.custom-calendar .label-and-rendered-component-parent .label-list-parent .label-list-child .action-icon{display:none}.custom-calendar .label-and-rendered-component-parent .label-list-parent .label-list-child:hover{background-color:#f9f9f9}.custom-calendar .label-and-rendered-component-parent .label-list-parent .label-list-child:hover .action-icon{display:block}.custom-calendar .label-and-rendered-component-parent .label-list-parent .label-list-child:hover .action-icon i{font-size:1rem}.custom-calendar .label-and-rendered-component-parent .label-list-parent .label-list-child:hover .action-icon i:first-child{margin-right:5px}.custom-calendar .label-and-rendered-component-parent .label-list-parent .label-list-child.selected{background-color:#344e41}.custom-calendar .label-and-rendered-component-parent .label-list-parent .label-list-child.selected .label{color:#fff}.custom-calendar .label-and-rendered-component-parent .label-list-parent .label-list-child.selected .action-icon{display:block}.custom-calendar .label-and-rendered-component-parent .label-list-parent .label-list-child.selected .action-icon i{color:#fff}.custom-calendar .label-and-rendered-component-parent .label-list-parent .label-list-child.selected .action-icon i:first-child{margin-right:5px}.custom-calendar .label-and-rendered-component-parent .label-list-parent .add-new{background:#344e41;border:0;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;outline:0;padding:.82rem .8rem;text-align:left;width:11.57rem}.custom-calendar .label-and-rendered-component-parent .label-list-parent .unselected{background-color:#fff;color:#767676}.custom-calendar .label-and-rendered-component-parent .label-list-parent .unselected:hover{background-color:#f9f9f9}.custom-calendar .label-and-rendered-component-parent .rendered-component{width:76%}.custom-date-range .selected-range{background-color:#fff;border:1px solid #000;border-radius:8px;cursor:pointer;display:inline-block;min-width:16.5rem;padding:.5rem 1rem}.custom-date-range .selected-range .date-range-display{color:#000;font-family:QuickSand}.custom-date-range .selected-range .date-range-display .range1{color:#aa8b56}.custom-date-range .selected-range .date-range-display .range2{color:#9eac5f}.custom-date-range .selected-range .date-range-display .icon{margin-left:8px;vertical-align:middle}.custom-date-range .selected-range .date-range-display .icon i{font-size:20px}.custom-date-range .custom-calendar .rdrDefinedRangesWrapper .rdrInputRanges,.custom-date-range .custom-calendar .rdrDefinedRangesWrapper .rdrStaticRanges{display:none}.dashboard-body h6{font-family:QuickSand;font-weight:700}.dashboard-body input[type=radio]{appearance:none;border:3px solid #9eac5f;border-radius:50%;cursor:pointer;height:24px;width:24px}.dashboard-body input[type=radio]:before{border-radius:50%;content:"";display:block;height:70%;margin:15% auto;width:70%}.dashboard-body input[type=radio]:checked:before{background-color:#9eac5f}.dashboard-body .banner-notification{align-items:center;background:#e8f0c5;border-radius:10px;box-shadow:0 2px 4px 0 #0000001a;color:#474747;display:flex;font-family:QuickSand;font-size:12px;font-weight:600;justify-content:space-between;letter-spacing:.504px;line-height:130%;padding:15px}.dashboard-body .banner-close{background:none;border:none;cursor:pointer}.dashboard-body .filter-header{position:sticky;top:0;z-index:40}.dashboard-body .grid-template{gap:10px;grid-template-columns:32.3% 32.3% 32.3%;justify-content:space-between}.dashboard-body .grid-template-comparison{gap:10px;grid-template-columns:49% 50%}.dashboard-body .grid-template-2{gap:10px;grid-template-columns:60% 40%}.dashboard-body .pop-up-button{background-color:inherit;border:none;cursor:pointer}.dashboard-body .arrow{height:25px;width:25px}.dashboard-body .comparison-value{align-items:center;display:flex;font-family:QuickSand;justify-content:center}.dashboard-body .decreasing-value{color:#ff6464;line-height:38.8px}.dashboard-body .increasing-value{color:#82cd47;line-height:38.8px}.dashboard-body .radio-options label{align-items:center;color:#474747;display:flex;font-family:QuickSand;font-weight:500}.dashboard-body .heading3{font-size:24px;letter-spacing:1.008px}.dashboard-body .body-heading,.dashboard-body .heading3{color:#474747;font-family:QuickSand;font-style:normal;font-weight:700;line-height:130%}.dashboard-body .body-heading{font-size:16px;letter-spacing:.672px}.filter-pill-parent{flex-wrap:wrap}.filter-pill-parent .filter{color:#b5b5b5;height:19px}.filter-pill-parent .selected-name{color:#474747;height:19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:90%}.filter-pill-parent .delete-button{background-color:inherit;border:none;cursor:pointer;display:flex;margin-left:12px;padding:0}.filter-pill-parent .filter-pill{align-items:center;background:#fff;border:1.5px solid #b5b5b5;border-radius:10px;display:flex;margin-right:20px;max-width:300px;padding:10px}.filter-pill-parent .popup-filter-list{left:433px;max-width:400px;padding:15px 10px;position:absolute;top:53px}.filter-pill-parent .popup-filter-list .selected-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:90%}.filter-pill-parent .popup-filter-list .clear-button{background-color:inherit;border:none;cursor:pointer}.bargraph-body .search-bar{padding-bottom:1%;padding-right:20px}.bargraph-body .sub-text{align-items:center;color:#474747;display:flex;font-size:.813rem;font-weight:600;height:.5rem;-webkit-hyphens:auto;hyphens:auto;margin:13px 5px 0 0;min-width:80px;word-break:break-word}.bargraph-body .sub-text.text-center{justify-content:center}.bargraph-body .bargraph-content{height:inherit;padding:10px 0;width:85%!important}.bargraph-body .page-name{color:#767676;cursor:pointer;font-family:QuickSand;font-size:.75rem;font-weight:600;letter-spacing:.504px;line-height:130%;margin-right:1em}.bargraph-body .page-name.selected{color:#344e41}.bargraph-body .custom-checkbox{display:none}.bargraph-body .settings-button{background:none;border:none;cursor:pointer}.bargraph-body .set-margin{margin:0 10px}.bargraph-body .menuFilter{background:#f9f9f9;border:1px solid #d0d0d0;border-radius:10px;box-shadow:0 2px 4px 0 #0000001a;position:absolute;right:0;top:40px;width:fit-content;z-index:10}.bargraph-body #tooltip-for-bargraph a{color:#fff}.bargraph-body .labels-list{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:space-around;padding-top:25px}.bargraph-body .labels-list div{font-family:QuickSand;font-size:.8rem;font-weight:500;text-align:right}.bargraph-body .visitors-list{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around}.bargraph-body .visitors-list div{font-family:QuickSand;font-size:.9rem!important;font-weight:500;text-align:right}.bargraph-body .visitors-list .comparison-value{font-size:11px!important}.bargraph-body .nodata-text{color:#767676;font-family:QuickSand;font-size:1rem;font-weight:600;margin-top:125px}.bargraph-body .total-visitor-count-contaner{height:30px;margin-left:auto;width:100%}.bargraph-body .total-visitor-column{margin-left:auto}.bargraph-body .total-visitor-column-width{width:100px}.popup-modal .pop-up-button{margin-right:12px}.popup-modal.bargraph{background-color:#fff;border-radius:10px;height:100%;left:0;margin:0 auto;overflow:scroll;position:fixed;right:0;top:0;width:100%;z-index:99}.popup-modal.bargraph .bargraph-body{border:none;border-radius:0;box-shadow:none}.popup-modal.bargraph .graph-header{background-color:#fff;padding:10px 0;position:sticky;top:0;z-index:2}.popup-modal.stacked-chart{background-color:#fff;border-radius:10px;height:100%;left:0;margin:0 auto;overflow-x:scroll;position:fixed;right:0;top:0;width:100%;z-index:99}.popup-modal.stacked-chart .persona-body{border:none;border-radius:0;box-shadow:none}.popup-modal.world-map{background-color:#fff;border-radius:10px;height:100%;left:0;margin:0 auto;overflow-x:scroll;position:fixed;right:0;top:0;width:100%;z-index:99}.popup-modal.world-map .graph-header{background-color:#fff;padding:10px 0;position:sticky;top:0;z-index:2}.popup-modal.donut-chart{background-color:#fff;border-radius:10px;height:100%;left:0;margin:0 auto;overflow:scroll;position:fixed;right:0;top:0;width:100%;z-index:99}.popup-modal.donut-chart .graph-header{background-color:#fff;padding:10px 0;position:sticky;top:0;z-index:2}.popup-modal.line-chart{background-color:#fff;border-radius:10px;height:100%;left:0;margin:0 auto;overflow:scroll;position:fixed;right:0;top:0;width:100%;z-index:99}.popup-modal.line-chart .graph-header{background-color:#fff;padding:10px 0;position:sticky;top:0;z-index:2}.input-wrapper .common-input,.select-wrapper .common-input{background:#fff;border:1.5px solid #d0d0d0;border-radius:10px;margin-top:10px;padding:13px;width:100%}.input-wrapper .common-input.error,.select-wrapper .common-input.error{border:1.5px solid #ff6464}.input-wrapper .add-tag-input-label,.select-wrapper .add-tag-input-label{color:#474747;font-family:QuickSand;font-size:.875rem;font-weight:500;letter-spacing:.672px;line-height:130%}.input-wrapper .error-message,.select-wrapper .error-message{color:#ff6464;font-family:QuickSand;font-weight:500;letter-spacing:.8px;margin:7px 0;text-align:left}.input-wrapper .add-tag-input-label.disabled,.select-wrapper .add-tag-input-label.disabled{background:#f9f9f9}.input-wrapper .copy-icon,.select-wrapper .copy-icon{cursor:pointer;height:44px;margin-top:5px;position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:44px}.input-wrapper label,.select-wrapper label{color:#767676;font-weight:600}.input-wrapper .input-container,.select-wrapper .input-container{position:relative}.common-select{background:#fff;border:1.5px solid #d0d0d0;border-radius:10px;cursor:pointer;height:50px;margin-top:10px;padding:13px}.search-bar-main{display:inline-block;position:relative}.search-bar-main .input-placeholder{border:1.5px solid #ccc;border-radius:9px;font-family:QuickSand;font-size:.875rem;font-style:normal;font-weight:500;margin-right:20%;margin-top:1%;padding:8px;position:relative;width:13rem}.search-bar-main .input-placeholder::placeholder{color:#aaa;font-style:normal;font-weight:400;opacity:1}.search-bar-main .search-div{background:none;border:none;cursor:pointer;padding-left:7px}.search-bar-main .search-div .search-icon{height:24px;position:absolute;right:4px;top:27%;width:24px}.search-bar-main .clear-div{background:none;border:none;cursor:pointer}.search-bar-main .clear-div .clear-icon{height:15px;position:absolute;right:10px;top:34%;width:15px}@media(width:768px){.search-bar-main .search-div .search-icon{position:absolute;top:17%}.search-bar-main .clear-div .clear-icon{position:absolute;top:23%}}.persona-body{padding:10px}.stacked-chart-container{overflow-x:auto;width:100%}.world-map-graph .zoom-in,.world-map-graph .zoom-out{background-color:#f9f9f9;border:1px solid gray;border-radius:5px;margin-bottom:5px;padding:5px;width:30px}.world-map-graph .tooltip{padding:0 3px 5px!important;width:10vw!important}.world-map-graph .tooltip .tooltip-compare-data,.world-map-graph .tooltip .tooltip-data{font-family:QuickSand;font-weight:700}.world-map-graph .tooltip .tooltip-compare-data{color:#e5d1af;padding:10px 0}.world-map-graph .tooltip .tooltip-data{color:#c7d38c;padding:5px 0 1px}.world-map-graph .map-options{position:relative;top:40px}.world-map-graph .map-options .controls{align-items:flex-start;display:flex;flex-direction:column;left:0;margin-top:10px;position:absolute}.world-map-graph .map-options .radio-options{position:absolute;right:0}.regionSelect{width:100px}.linechart-body{min-height:34vw;padding:10px}.placeholder-background{align-items:center;display:flex;flex-direction:column;justify-content:space-around;margin-top:3rem;width:84%}.placeholder-background img{height:180px;width:160px}.placeholder-background .add-website,.placeholder-background .coming-soon{height:238px;width:387px}.placeholder-background .add-web-link{color:#344e41;cursor:pointer;font-size:1rem;font-weight:600;text-decoration:underline}.placeholder-background img.loading-gif{width:288px}.placeholder-background div{color:#b5b5b5;font-family:QuickSand;font-weight:600}.placeholder-background div span{color:#767676;font-size:1.5rem;font-weight:700;letter-spacing:1.008px;line-height:130%;margin-bottom:1rem}@media only screen and (max-width:400px){.placeholder-background .add-website,.placeholder-background .coming-soon{height:auto;width:"auto"}.placeholder-background .placeholder-background{height:37vw;margin-top:15px;width:75%}}.persona-label-section{background:#fff;border-radius:10px;box-shadow:0 4px 10px 0 rgba(0,0,0,.102);padding:10px}.persona-label-section h6{color:#474747;font-weight:700;margin-bottom:11.5px}.persona-label-section p{color:#767676;font-size:19px;letter-spacing:1%}.insight-box{background:#474747;border-radius:10px;padding:10px 33.5px}.insight-box .compare-insight-value{color:#e5d1af;line-height:46.8px;white-space:nowrap}.insight-box .line-break{background:#b5b5b5;border-radius:20px;height:100%;width:2px}.insight-box .insight-value{color:#9eac5f;white-space:nowrap}.insight-box .compare-insight-value,.insight-box .insight-value{font-family:QuickSand;font-size:2.25rem;font-style:normal;font-weight:700;letter-spacing:1.512px;margin-bottom:.5rem;white-space:nowrap}.insight-box .insite-value-size{font-size:1.7rem}.insight-box .insight-title{color:#f9f9f9;font-family:QuickSand;font-size:1rem;font-style:normal;font-weight:700;letter-spacing:.672px;line-height:130%}.insight-box .insight-title-size{font-size:.85rem}.insight-box .general-insights{padding:14px 0}.limit-exceeded-background{align-items:center;display:flex;flex-direction:column;justify-content:space-around;margin-top:3rem;width:84%}.limit-exceeded-background .limit-exceeded-icon{height:300px;margin-top:3rem;width:450px}.limit-exceeded-background .margin-container{margin-bottom:3rem}.limit-exceeded-background .comp-heading{color:#767676;font-size:1.5rem;font-weight:700;letter-spacing:1.008px;line-height:130%;margin-bottom:.5rem}.limit-exceeded-background .comp-sub-heading{color:#b5b5b5;font-size:1rem;font-weight:600;letter-spacing:1.008px;line-height:130%;margin-bottom:1rem}.limit-exceeded-background p{color:#fff;font-size:1rem;font-weight:700;letter-spacing:1.008px;line-height:130%}@media only screen and (max-width:400px){.limit-exceeded-background .limit-exceeded-background{height:37vw;margin-top:15px;width:75%}}.light-btn{background-color:#fff;color:#344e41;font-weight:700;letter-spacing:.04rem;padding:1.1rem 2rem}.dark-btn,.light-btn{border:0;border-radius:10px;box-shadow:0 0 5px #00000026;cursor:pointer;outline:0}.dark-btn{background-color:#344e41;color:#fff;height:48px;margin-left:1rem;width:196px}.dark-btn .flex{align-items:center;justify-content:center}.dark-btn .flex img{height:24px;margin-right:5px;width:24px}.dark-btn .flex p{font-size:16px;font-weight:600}.primary-color2-btn{background-color:#85985d;border:0;border-radius:6px;box-shadow:0 0 5px #00000026;color:#fff;cursor:pointer;font-weight:700;letter-spacing:.04rem;outline:0;padding:.6rem 1.5rem}.primary-color2-btn.disabled{background-color:#d0d0d0;color:#767676;cursor:default}.tooltip-heatmap span{color:#aebd6b}.tooltip-heatmap span,.tooltip-title{font-family:QuickSand;font-size:1rem;font-style:normal;font-weight:600;letter-spacing:.672px;line-height:130%}.tooltip-title{color:#f9f9f9}.heatmap-padding-top{padding-top:10px}.heatmap-padding-bottom{padding-bottom:5px}.heatmap-box-cursor{cursor:pointer;height:100%;position:relative}#single-heatmap-cell>div:first-child{height:100%;padding-top:6px!important}.profile-header-text{font-size:1.2rem}.profile-header-text,.profile-header-text2{color:#85985d;font-family:QuickSand;font-style:normal;font-weight:700;letter-spacing:.672px;line-height:130%}.profile-header-text2{font-size:1rem;margin-bottom:10px}.profile-text{color:#474747;font-family:QuickSand;font-size:1rem;font-style:normal;font-weight:700;letter-spacing:.672px;line-height:130%}.info-icon{bottom:5px;cursor:pointer;height:20px;position:absolute;right:5px;width:20px}.heatmap-label-text{margin:0 auto;text-align:center}.heatmap-persona-profile{margin-top:120px;min-height:630px}.heatmap-persona-profile .MuiPaper-root.MuiDialog-paper{border-radius:10px}.heatmap-persona-profile .persona-container{height:650px;overflow-y:scroll;padding:10px 20px}.heatmap-persona-profile .persona-left-column{flex:0 0 40%}.heatmap-persona-profile .persona-right-column{flex:0 0 60%;padding-right:20px}.heatmap-persona-profile .persona-container-padding{padding:20px 20px 10px}.heatmap-persona-profile .close-icon{height:12px;width:12px}.heatmap-persona-profile .profile-key,.heatmap-persona-profile .profile-value{color:#474747;font-family:QuickSand;font-size:14px;font-style:normal;font-weight:600;letter-spacing:.672px;line-height:130%}.heatmap-persona-profile .profile-value{margin-left:5px}.heatmap-persona-profile .no-data-text{color:#767676}.heatmap-persona-profile .kpi-row-content{display:flex;flex-direction:row;gap:20px;margin:10px 0;min-height:50px;width:100%}.heatmap-persona-profile .kpi-content{align-items:center;background-color:#f3f3f3;border-radius:10px;display:flex;justify-content:center;padding:10px;width:100%}.heatmap-persona-profile .content-flex-start{align-items:center;justify-content:flex-start}.heatmap-persona-profile .kpi-group{display:flex;gap:5px;width:100%}.heatmap-persona-profile .kpi-group-half{display:flex;gap:5px;width:49%}.heatmap-persona-profile .category-container{background-color:#f3f3f3;border-radius:10px;height:150px;padding:10px;width:100%}.heatmap-persona-profile .close-icon-style{background-color:#f3f3f3;border-radius:16px;cursor:pointer;height:32px;width:32px}.heatmap-persona-profile .persona-image-style{border-radius:10px;height:100%;object-fit:fill;width:100%}.heatmap-persona-profile .details-container{background-color:#f3f3f3;border-radius:10px;height:230px;padding:10px;width:100%}.heatmap-persona-profile .image-contaner{height:230px}.increase-margin-top{margin-top:155px}.MuiDataGrid-cell{color:#474747;font-family:QuickSand;font-style:normal;font-weight:600;line-height:normal}.info{font-size:16px;font-weight:700;line-height:20.7px;padding-left:1.3%}.search-position{bottom:8px;margin-right:12px;position:relative}.MuiDataGrid-row:hover{cursor:pointer}.MuiIconButton-root:hover{background-color:#fff!important}.MuiDataGrid-columnHeaderTitle{color:#d0d0d0;font-family:QuickSand;font-style:normal;font-weight:600;line-height:normal}.MuiTablePagination-selectLabel{font-family:QuickSand,Arial,sans-serif}.MuiDataGrid-main{min-height:350px}.no-data-found-text{color:#d0d0d0;display:flex;font-family:QuickSand;font-size:20px;font-weight:600;justify-content:center;line-height:130%;margin:100px 0}.table-data-height{min-height:200px}.tagMain{margin:0 0 3rem}.tag-manager,.tagMain{width:100%}.custom-main{cursor:pointer;position:relative}.custom-main .active-icon{position:absolute;right:29px;top:8px}.custom-main .active-image{width:20px}.custom-main .custom-check-box{position:absolute;right:12px;top:8px}.custom-main .custom-tag-text,.custom-main .custom-tag-text.selected{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.custom-main .custom-tag-text.selected{color:#fff}.custom-tags{display:grid;grid-template-columns:repeat(5,1fr);justify-items:center;margin-bottom:3%;padding-bottom:2%;padding-top:1%;width:100%}.custom-width{align-items:center;border:1.5px solid #344e41;border-radius:10px;display:flex;height:45px;justify-content:center;margin:7px;width:12.5rem}.custom-width.selected{background-color:#344e41}.custom-width.hovered{background-color:#e8f0c5}.tagManager{padding-top:3rem}.tagManager .marginTop{margin-top:1%}.tagManager .marginTopDataTable{padding-top:27px}.tagManager .add-tag-form-box,.tagManager .data-table{background-color:#fff;border-radius:10px;box-shadow:0 4px 10px 0 #0000001a;margin-bottom:20px;padding:10px;width:100%}.tagManager .add-tag-form-box .half-column-grid,.tagManager .data-table .half-column-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:49% 49%}.tagManager .add-tag-form-box .add-tag-form-grid,.tagManager .data-table .add-tag-form-grid{gap:20px;grid-template-columns:auto;padding:2% 0}.tagManager .tag-manager-heading{color:#474747;font-family:QuickSand;font-size:1.5rem;font-style:normal;font-weight:700;letter-spacing:1.008px;line-height:130%}@media(max-width:1200px){.custom-width{width:10rem}}@media(max-width:768px){.custom-tags{grid-template-columns:repeat(3,1fr)}.custom-width{width:14rem}}@media(max-width:576px){.custom-tags{grid-template-columns:1fr;margin-left:2%;margin-right:2%}.custom-width{width:10rem}}.tagManagerButton{margin-left:10px}.tooltip{align-items:center}.label-tag,.tool-tip{font-style:normal;font-weight:500;letter-spacing:.8px;line-height:normal}.tool-tip{color:#fff;font-family:QuickSand}.add-tag-input-label{font-size:.875rem;font-weight:500}.add-tag-input-label,.add-tag-title,.custom-checkbox-label{color:#474747;font-family:QuickSand;letter-spacing:.672px;line-height:130%}.add-tag-title,.custom-checkbox-label{font-style:normal;font-weight:700;margin-bottom:5px}.add-tag-subtitle{color:#767676;font-family:QuickSand;font-style:normal;font-weight:500;letter-spacing:.8px;line-height:normal}.input-select{background:none;border-color:#000;border-width:0 0 1px;margin-left:10px;margin-right:10px;outline:0}.customTag{align-items:center;background:#f9f9f9;border:1px solid #d0d0d0;border-radius:10px;display:flex;margin-left:10px;padding:8px}.selectButton{background:url(/static/media/tickButton.7f2d928741cade8e17d7.svg) no-repeat}.closeButton,.selectButton{cursor:pointer}.input-view{margin-top:10px}.custom-checkbox{cursor:pointer;display:none}.custom-checkbox-label{align-items:center;cursor:pointer;display:flex}.checkmark{border:2px solid #344e41;border-radius:4px;cursor:pointer;height:20px;margin-right:8px;position:relative;width:20px}.custom-checkbox:checked+.custom-checkbox-label .checkmark:after{background-color:#344e41;content:"";height:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}.half-column-grid-trigger-selection{grid-gap:20px;display:grid;gap:20px;grid-template-columns:calc(50% - 10px) calc(50% - 10px)}.error-input{color:#ff6464;font-family:QuickSand;font-style:normal;font-weight:500;letter-spacing:.8px;line-height:normal;margin:10px 0}.info-text-iframe,.info-text-price-location{color:#767676;font-size:1rem;padding-top:5px}.info-text-iframe{margin-left:auto}.popUpInfoTagLocation{background-color:#fff;border-radius:10px;color:#767676;font-size:.875rem;font-weight:500;height:80%;left:50%;letter-spacing:.672px;margin-top:5px;position:fixed;top:50%;transform:translate(-50%,-50%);width:80%;z-index:100}.delete-popup-overlay{align-items:center;background-color:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:999}.delete-popup-box{background-color:#fff;border-radius:8px;box-shadow:0 2px 6px #0003;padding:20px}.delete-popup-content{text-align:center}.delete-popup-buttons{margin-top:20px}.delete-button{margin-left:10px}.load-website-container{height:calc(100% - 88px);width:100%}.iframe{height:100%;width:100%}.load-website-button-container{display:flex;justify-content:center;margin-top:10px}.load-website{height:100%;width:100%}.closeButton,.selectButton{background-size:20px!important;border:none;border-radius:10px;height:20px;width:20px}.closeButton{background:url(/static/media/closeButton.8d71ccfc2cb985ec4df1.svg) no-repeat}.close-button,.deleteButton,.editButton{background:none;border:none;cursor:pointer}.add-tag-title{display:flex;font-size:20px;font-weight:700;justify-content:space-between;margin-bottom:20px}.popup{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.popup .popup-content{background-color:#f9f9f9;border-radius:10px;height:90%;overflow:auto;position:relative;width:80%}.popup .popup-content .close-icon{cursor:pointer;height:20px;position:absolute;right:10px;top:10px;width:20px}.popup .popup-content .close-icon:hover{opacity:.7}.authorized-header.settings-style{position:relative;width:100%;z-index:9}.settings .settings-body{margin:3% 0 0;width:70%}.settings .settings-body .title{color:#474747;font-family:QuickSand;font-size:1.5rem;font-weight:700;letter-spacing:1.008px;line-height:130%;position:fixed}.settings .settings-body .setting-icon{height:24px;margin-right:5px;width:24px}.settings .settings-body .settings-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:30% 69%;margin:3rem 0 0;min-width:1050px}.settings .settings-body .settings-grid .setting-tile{align-items:center;color:#767676;cursor:pointer;display:flex;font-family:QuickSand;font-size:16px;line-height:130%;overflow:hidden;padding:30px 20px;text-overflow:ellipsis;white-space:nowrap}.settings .settings-body .settings-grid .setting-tile:hover{background-color:#e8f0c5}.settings .settings-body .settings-grid .setting-tile.selected{background-color:#c7d38c;color:#474747;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings .settings-body .settings-grid .left-panel,.settings .settings-body .settings-grid .right-panel{background-color:#fff;height:inherit;overflow-y:scroll}.settings .settings-body .settings-grid .right-panel{padding:15px;width:100%}.settings .settings-title{color:#474747;font-size:1.5rem;font-weight:700;letter-spacing:1.008px;line-height:130%}.settings .settings-subtitle{color:#474747;font-weight:700;letter-spacing:.672px;line-height:130%}.settings ::-webkit-scrollbar{background:#0000;width:0}.settings .MuiAccordionSummary-content{color:#474747;font-family:QuickSand;font-weight:700;letter-spacing:.672px;line-height:130%;margin:0!important}.settings .MuiButtonBase-root.MuiAccordionSummary-root,.settings .MuiButtonBase-root.MuiAccordionSummary-root.Mui-expanded{height:48px!important;min-height:48px!important}.swiper-container{overflow-x:hidden!important;overflow-y:visible!important;padding:10px 0!important}.MuiPaper-root.MuiAccordion-root{box-shadow:none}.accordian-style{bottom:7px;position:relative}.settings-title{color:#474747;font-size:1.5rem;font-weight:700;letter-spacing:1.008px;line-height:130%}.MuiPaper-root.MuiAccordion-root:before{display:none}.MuiAccordionSummary-root{padding:0!important}.MuiAccordionDetails-root{box-shadow:none;padding:0!important}.MuiAccordionDetails-root:before{display:none}.MuiPaper-root.MuiAccordion-root.Mui-expanded{margin:0!important}.profile-settings i{color:#d0d0d0;cursor:pointer;display:flex;font-size:1.3rem;justify-content:flex-end;margin-right:4px;margin-top:4px}.profile-settings .avatar-container{position:relative}.profile-settings .avatar-container .file-input{background:none;border:none;cursor:pointer;left:380px;position:absolute;top:128px;z-index:1}.profile-settings .avatar-container .avatarClass{border:1px solid #344e41}.profile-settings .buttonEdit{background:none;border:none;cursor:pointer}.profile-settings .log-out{background:#e8f0c5;border:none;border-radius:10px;color:#474747;cursor:pointer;margin-bottom:10px}.profile-settings .delete-account,.profile-settings .log-out{cursor:pointer;font-family:QuickSand;font-size:16px;font-style:normal;font-weight:700;letter-spacing:.672px;line-height:130%}.profile-settings .delete-account{background:#ffd5d5;border:none;border-radius:10px;color:#ff6464}.profile-settings .delete-account img,.profile-settings .log-out img{height:40px;width:40px}.profile-settings .label-tag{color:#767676}.profile-settings .buttonSpacing{margin-left:10px}.profile-settings .editButtonTop{margin-top:10px}.profile-settings .reset-pwd{margin-bottom:10px;margin-top:10px}.password-input-wrapper label{color:#474747;margin-bottom:10px}.password-input-wrapper .password-input{position:relative}.password-input-wrapper .password-input input{border:1.5px solid #d0d0d0;border-radius:8px;margin-top:10px;padding:13px;width:100%}.password-input-wrapper .password-input .error{border:1.5px solid #ff6464}.password-input-wrapper .password-input i{bottom:10px;position:absolute;right:5px}.password-input-wrapper .add-tag-input-label{color:#474747;font-family:QuickSand;font-size:.875rem;font-weight:500;letter-spacing:.672px;line-height:130%}.password-input-wrapper .error-message{color:#ff6464;margin:5px 0;text-align:left}.confirm-password-input-wrapper label{color:#474747;margin-bottom:10px}.confirm-password-input-wrapper .confirm-password-input{position:relative}.confirm-password-input-wrapper .confirm-password-input input{border:1.5px solid #d0d0d0;border-radius:8px;margin-top:10px;padding:13px;width:100%}.confirm-password-input-wrapper .confirm-password-input .error{border:1.5px solid #ff6464}.confirm-password-input-wrapper .confirm-password-input i{bottom:10px;position:absolute;right:5px}.confirm-password-input-wrapper .error-message{color:#ff6464;margin:5px 0;text-align:left}.confirm-password-input-wrapper .add-tag-input-label{color:#474747;font-family:QuickSand;font-size:.875rem;font-weight:500;letter-spacing:.672px;line-height:130%}.slider-container,.switch{display:inline-block}.switch{height:24px;position:relative;width:48px}.noti-button-name{color:#767676;font-family:QuickSand;font-weight:500;letter-spacing:.8px;margin-right:10px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;border-radius:12px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;content:"";height:20px;left:2px;top:2px;width:20px}input:checked+.slider{background-color:#c7d38c}input:checked+.slider:before{background-color:#fff;transform:translateX(24px)}.notification-main{margin:35px 0 50px}.notification-main .notification-card .breakCard{background:#d0d0d0;border-radius:20px;height:2px;opacity:.3}.notification-main .notification-card .notification-title{color:#767676;font-family:QuickSand;font-weight:700;letter-spacing:.672px;line-height:130%;margin-bottom:10px}.notification-main .notification-card .grid-notification{display:grid;grid-template-columns:70% 30%;margin:20px 0}.notification-main .notification-card .notification-header{color:#474747;font-family:QuickSand;font-weight:700;letter-spacing:.672px;line-height:130%;margin-bottom:20px}.notification-main .notification-card .notification-body{color:#767676;font-family:QuickSand;font-weight:500;letter-spacing:.8px}.notification-subtitle{color:#474747;font-family:QuickSand;font-size:20px;font-style:normal;font-weight:500;letter-spacing:.84px;line-height:130%;margin-top:20px}.user-management .table{margin-top:10px}.user-management .select-options{color:#474747;font-family:QuickSand;font-size:16px;font-weight:500;min-width:240px}.user-management .MuiPaper-root.MuiDialog-paper{display:flex;flex-direction:column;justify-content:space-between;min-height:80vh;padding:15px}.user-management .margin-right{margin-right:10px}.user-management .MuiTypography-root.MuiDialogTitle-root{padding:16px 0}.user-management .marginTop{margin-top:30px}.select-role{border:none;width:100%}.table-cell{border-bottom:2px solid #d0d0d0!important;border-bottom:none;border-right:2px solid #d0d0d0;padding:8px!important;width:50%}.table-cell-text{color:#474747;font-family:QuickSand;font-size:16px;font-weight:500}.add-edit-user-text{font-family:QuickSand;font-size:24px;font-weight:700}.users-labels-text{color:#767676;font-size:16px;font-weight:700}.table-cell-1{width:25%}.table-cell-1,.table-cell-2{border-bottom:2px solid #d0d0d0!important;padding:8px!important}.table-cell-2{border-left:2px solid #d0d0d0!important;width:50%}.table-website{background:#fff;border:2px solid #d0d0d0;border-radius:10px;margin-top:17px}.role-desc,.role-management,.role-sub{margin-bottom:10px}.view-less{cursor:pointer;text-decoration:underline}.role-button{background:none;border:none;color:#344e41;color:var(--Button-color,#344e41);font-size:12px;font-style:normal;font-weight:600;letter-spacing:.504px;line-height:130%;text-decoration-line:underline}.delete-icon,.role-button{cursor:pointer}.error-msg{color:red;font-size:12px;font-weight:700;white-space:nowrap}.search-filter-user{left:40%;position:relative}.search-bar-user{left:42.5%;position:relative;top:8px}@media(max-width:1200px){.search-filter-user{left:52%;position:relative}.search-bar-user{left:53.5%;position:relative;top:8px}}@media(max-width:768px){.search-filter-user{left:62%;position:relative}.search-bar-user{left:63.5%;position:relative;top:8px}}.MuiOutlinedInput-root{border:1.5px solid #d0d0d0;border-radius:10px!important;height:50px;margin-top:10px}.MuiOutlinedInput-notchedOutline{border-style:none!important}.MuiButtonBase-root.MuiMenuItem-root.Mui-selected{background-color:#e8f0c5}.MuiButtonBase-root.MuiMenuItem-root.Mui-selected .menuItemList{color:#344e41}.MuiButtonBase-root.MuiMenuItem-root{border-radius:10px}.MuiButtonBase-root.MuiMenuItem-root:hover{background-color:#f9f9f9}.MuiButtonBase-root.MuiMenuItem-root:hover .menuItemList{color:#344e41}.MuiButtonBase-root.MuiMenuItem-root.Mui-selected:hover{background-color:#e8f0c5}.menuItemList{color:#b5b5b5;font-weight:500;letter-spacing:.672px;line-height:130%}.error-message{color:#ff6464;font-family:QuickSand;font-weight:500;margin:7px 0;text-align:left}.toggle{align-items:center}.toggle h3{color:#474747;font-size:1rem;margin-right:1.5rem}.toggle .outer-div{background-color:#b5b5b5;border-radius:2rem;cursor:pointer;height:1.5rem;position:relative;width:3.6rem}.toggle .outer-div .inner-div{background-color:#fff;border-radius:50%;height:1.1rem;left:.3rem;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s ease;width:1.1rem}.toggle .outer-div .active{transform:translate(2rem,-50%)}.toggle .toggle-on{background-color:#aebd6b}.toggle .lebal-text{color:#767676;font-family:QuickSand;font-size:16px;font-weight:500;letter-spacing:5%;line-height:20px;padding:0 7px}.categories .enable-all{background:none;border:none;color:#474747;cursor:pointer;font-weight:700;line-height:130%;margin:10px}.categories .categories-header,.categories .enable-all{font-family:QuickSand;font-size:16px;letter-spacing:.672px}.categories .categories-header{color:#d0d0d0;font-weight:600;line-height:20px}.categories .categories-name{color:#474747;font-family:QuickSand;font-size:16px;font-weight:600;letter-spacing:.672px;line-height:20px}.categories .margin15{margin:15px 10px}.categories .disableEnableAll{color:#ccc!important;cursor:auto}.categories .categories-container{max-height:650px;overflow-y:auto}.no-data-container{align-items:center;display:flex;justify-content:center}.categories-container::-webkit-scrollbar{background-color:#f0f0f0;width:12px}.categories-container::-webkit-scrollbar-thumb{background-color:#888;border:3px solid #f0f0f0;border-radius:6px}.privacy-subheadings{color:#767676;font-family:QuickSand;font-size:16px;font-weight:600;letter-spacing:4.2%;line-height:20.8px}.new-heading{font-weight:600}.new-heading,.sub-heading{color:#767676;font-family:QuickSand;font-size:20px;letter-spacing:1%;line-height:26px}.sub-heading{font-weight:400}.fingerprint-subheading{font-size:16px}.fingerprint-subheading,.site-tracking{color:#767676;font-family:QuickSand;font-weight:500;letter-spacing:5%;line-height:20px}.site-tracking{font-size:12px}.pdf-column-red{border-bottom:none!important;color:#ff6464;margin-right:10px}.billing-subs{font-family:QuickSand}.billing-subs .overflow-x-scroll{overflow-x:auto}.billing-subs .tile-position{position:absolute;z-index:8}.billing-subs .downgradedplan-div{font-size:13px}.billing-subs .downgradedplan-div .downgradedplan-div-text{position:relative;top:20px}.billing-subs .loader{height:50vh}.billing-subs .coming-soon img{height:400px;width:400px}.billing-subs .coming-soon span{color:#767676;font-size:1.5rem;font-weight:700;letter-spacing:1.008px;line-height:130%;margin-bottom:1rem}.billing-subs .select-website{border:2px solid #344e41;border-radius:10px;color:#344e41;cursor:pointer;font-family:QuickSand;font-weight:700;letter-spacing:.672px;line-height:130%;padding:10px}.billing-subs .select::placeholder{background-image:url(/static/media/internet.cd649404c768e6c0849e.svg)}.billing-subs .select-website:focus-visible{outline:2px auto #344e41}.billing-subs .MuiLinearProgress-root.MuiLinearProgress-determinate{background-color:#f9f9f9;border-radius:50px;height:20px}.billing-subs .MuiLinearProgress-bar.MuiLinearProgress-bar1Determinate{background-color:#c7d38c}.billing-subs .dataconsumption{margin:20px 0}.billing-subs .swiper-month{margin:0 auto;width:20vw}.billing-subs .swiper-month .swiper-button-next,.billing-subs .swiper-month .swiper-button-prev{background:none;border-radius:100px;color:#474747;height:40px;width:40px}.billing-subs .swiper-month .swiper-slide{text-align:center}.billing-subs .swiper-month .swiper-button-next:after,.billing-subs .swiper-month .swiper-button-prev:after{font-size:16px;font-weight:700}.billing-subs .MuiPaper-root.MuiDialog-paper{min-height:60vh;padding:15px}.billing-subs .MuiTypography-root.MuiDialogTitle-root{color:#474747;font-family:QuickSand;font-size:1.5rem;font-weight:700;padding:0 0 16px}.billing-subs .mt-1{margin-top:1em}.billing-subs .grid{gap:20px}.billing-subs .error-input{font-size:12px}.billing-subs .helper-text,.billing-subs .label-tag{color:#767676;font-weight:500}.billing-subs .helper-text{letter-spacing:.8px}.billing-subs .settings-title{margin-bottom:1em}.billing-subs .swiper-slide{min-width:240px}.billing-subs .close-button{cursor:pointer;height:20px;margin-left:5px;width:20px}.billing-subs .swiper-button-next.swiper-button-disabled,.billing-subs .swiper-button-prev.swiper-button-disabled{display:none}.billing-subs .swiper-button-next,.billing-subs .swiper-button-prev{background-color:#b5b5b5;border-radius:100px;color:#474747;height:40px;width:40px}.billing-subs .swiper-button-next:after,.billing-subs .swiper-button-prev:after{font-size:14px;font-weight:700}.billing-subs .plan-pills{background-color:#f9f9f9;border-radius:10px;color:#b5b5b5;cursor:pointer;min-width:240px;padding:10px;text-align:center;width:fit-content}.billing-subs .plan-pills.selected{background-color:#e8f0c5;color:#344e41}.billing-subs .plan-details{color:#767676;padding:0 1em}.billing-subs .plan-details .flex-between{margin:1em 0}.billing-subs .plan-details .plan .flex-between{margin:0}.billing-subs .plan-details .detail-title{font-weight:700}.billing-subs .plan-details .detail-title span{color:#344e41;cursor:pointer;text-decoration:underline}.billing-subs .plan-details .bill-details{margin:1em 0}.billing-subs .plan-details .button-group{grid-gap:10px;display:grid;gap:10px;grid-template-columns:auto auto;justify-content:center;margin:40px 0}.billing-subs .plan-list .list-title{color:#474747;font-weight:700;letter-spacing:.672px;line-height:130%}.billing-subs .plan-list .list-title .toggle-button{grid-gap:10px;align-items:center;background-color:#e8f0c5;border-radius:50px;cursor:pointer;display:grid;font-weight:400;gap:10px;grid-template-columns:auto auto;padding:5px}.billing-subs .plan-list .list-title .toggle-button span{padding:5px 10px}.billing-subs .plan-list .list-title .toggle-button span.selected{background-color:#344e41;border-radius:50px;color:#e8f0c5}.billing-subs .plan-list .plan{align-items:flex-start;border:1px solid #d0d0d0;border-radius:10px;color:#474747;cursor:pointer;height:9vw;margin:1em 0;overflow:hidden;padding:20px 15px;position:relative;transition:all .5s;width:100%}.billing-subs .plan-list .plan .rectangle{background-color:#e8f0c5;height:200px;position:absolute;transform:scaleX(1) scaleY(1);transform-origin:top left;transition:width .4s;width:200px}.billing-subs .plan-list .plan .diagonal-1{border-radius:20px;left:0;top:0;transform:rotate(48.976deg)}.billing-subs .plan-list .plan .diagonal-2{border-radius:50px;right:-100px;top:-150px;transform:rotate(59.023deg)}.billing-subs .plan-list .plan .left,.billing-subs .plan-list .plan .right{height:6vw}.billing-subs .plan-list .plan .flex-between{width:95%}.billing-subs .plan-list .plan .left.flex-column{flex-shrink:0;justify-content:space-around}.billing-subs .plan-list .plan .change-plan{display:none}.billing-subs .plan-list .plan .amount{color:#474747;font-family:QuickSand;font-size:1.2rem;font-weight:700;letter-spacing:1.008px;line-height:130%;text-align:right;white-space:nowrap}.billing-subs .plan-list .plan .plan-name{font-size:1.2rem}.billing-subs .plan-list .plan .datapoints{font-size:1rem}.billing-subs .plan-list .plan .datapoints a{font-size:inherit;text-decoration:underline}.billing-subs .plan-list .plan.converge .change-plan{display:inline-block;font-family:QuickSand;font-size:1rem;font-weight:500;margin-top:10px;padding:0 10px!important;width:fit-content}.billing-subs .plan-list .plan.converge .diagonal-1,.billing-subs .plan-list .plan.converge .diagonal-2{border-radius:0;flex-shrink:0;transform:rotate(0deg);width:50%}.billing-subs .plan-list .plan.converge .diagonal-2{right:0;top:0}.billing-subs .plan-list .plan.current{background:linear-gradient(92deg,#344e41 4.64%,#698e7c 115.44%);border:2px solid #c7d38c;color:#fff}.billing-subs .plan-list .plan.current .amount{color:#fff;white-space:nowrap}.billing-subs .plan-list .plan.current span{background-color:#e8f0c5;border-radius:20px;color:#000;padding:5px 10px}.billing-subs .display-all-address .bill-details.display,.billing-subs .display-billing .bill-details.display{background-color:#f9f9f9;border:2px solid #344e41}.billing-subs .display-all-address .bill-details.list,.billing-subs .display-billing .bill-details.list{border:1px solid #fff;cursor:pointer}.billing-subs .display-all-address .bill-details.list input[type=radio],.billing-subs .display-billing .bill-details.list input[type=radio]{appearance:none;border:3px solid #474747;border-radius:50%;cursor:pointer;height:20px;margin-right:1em;width:20px}.billing-subs .display-all-address .bill-details.list input[type=radio]:before,.billing-subs .display-billing .bill-details.list input[type=radio]:before{content:"";display:block;height:70%;margin:15% auto;width:70%}.billing-subs .display-all-address .bill-details.list input[type=radio]:checked:before,.billing-subs .display-billing .bill-details.list input[type=radio]:checked:before{background-color:#474747;border-radius:50%}.billing-subs .display-all-address .bill-details.list:hover,.billing-subs .display-billing .bill-details.list:hover{border-color:#344e41}.billing-subs .display-all-address .bill-details.list.selected,.billing-subs .display-billing .bill-details.list.selected{background-color:#f9f9f9}.billing-subs .display-all-address .bill-details.list.selected:hover,.billing-subs .display-billing .bill-details.list.selected:hover{border:1px solid #f9f9f9}.billing-subs .display-all-address .bill-details,.billing-subs .display-billing .bill-details{border-radius:10px;color:#474747;font-weight:500;min-height:118px;padding:10px 15px}.billing-subs .display-all-address .bill-details .flex,.billing-subs .display-billing .bill-details .flex{justify-content:space-between}.billing-subs .display-all-address .bill-details .name,.billing-subs .display-billing .bill-details .name{font-family:QuickSand;font-weight:800}.billing-subs .display-all-address .bill-details .vat,.billing-subs .display-billing .bill-details .vat{font-weight:700}.billing-subs .display-all-address .bill-details .address,.billing-subs .display-billing .bill-details .address{display:flex;flex-direction:column;font-family:QuickSand;height:3em;justify-content:space-between}.billing-subs .display-all-address .bill-details .address.add-margin,.billing-subs .display-billing .bill-details .address.add-margin{margin-left:2.5em}.billing-subs .display-all-address .bill-details img,.billing-subs .display-billing .bill-details img{cursor:pointer;height:45px;width:45px}.billing-subs .display-all-address hr,.billing-subs .display-billing hr{background-color:#f9f9f9;border:none;border-radius:10px;height:2px;margin:5px 0}.billing-subs .display-all-address.address-list{display:flex;flex-direction:column;justify-content:space-between;min-height:inherit}.billing-subs .display-all-address .add-new{background-color:#fff;border:0;color:#344e41;cursor:pointer;font-weight:800;letter-spacing:.672px;line-height:130%;padding:5px}.billing-subs .current-usage .grid{gap:10px}.billing-subs .current-usage .usage-insights{margin-top:2rem}.billing-subs .current-usage .usage-insights .usage-values{text-align:right}.billing-subs .current-usage hr{background-color:#d0d0d0;border:none;border-radius:10px;height:2px;margin-top:10px}.expirydate{position:absolute;right:2px;top:40px}.expirydate .expirydate-text{font-family:QuickSand;font-size:16px;font-weight:500}@media(max-width:1024px){.expirydate{bottom:2px;position:absolute;right:2px}.billing-subs .plan-list .plan{height:100px}.billing-subs .plan-list .plan .datapoints{margin-top:20px}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-theme-color:#007aff}.swiper-container{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-container-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:#007aff;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important;text-transform:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;border-radius:50%;display:inline-block;height:8px;opacity:.2;width:8px}button.swiper-pagination-bullet{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:#00000040;position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:#0000001a;border-radius:10px;position:relative;-ms-touch-action:none}.swiper-container-horizontal>.swiper-scrollbar{bottom:3px;height:5px;left:1%;position:absolute;width:98%;z-index:50}.swiper-container-vertical>.swiper-scrollbar{height:98%;position:absolute;right:3px;top:1%;width:5px;z-index:50}.swiper-scrollbar-drag{background:#00000080;border-radius:10px;height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite;border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper-container .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}.swiper-container-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}.persona-management .button-group{grid-gap:5px;display:grid;gap:5px;grid-template-columns:auto auto;justify-content:center}.persona-management .edit-button{background:none;border:0;cursor:pointer;outline:0}.persona-management .edit-button img{height:24px;width:24px}.persona-management .delete-button{background:none;border:0;cursor:pointer;margin-left:0;outline:0}.persona-management .delete-button img{height:24px;width:24px}.persona-management .header-text{font-family:QuickSand;font-size:24px;font-weight:700}.persona-management .labels-text{color:#767676;font-size:16px;font-weight:700}.persona-management .MuiPaper-root.MuiDialog-paper{border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;min-height:80vh;padding:20px}.persona-management .gap-20{gap:20px;padding-bottom:30px}.persona-management .common-input{background:#fff;border:1.5px solid #d0d0d0;border-radius:10px;margin-top:5px;padding:13px;width:100%}.persona-management .add-tag-input-label{color:#474747;font-family:QuickSand;font-size:.875rem;font-weight:500;letter-spacing:.672px;line-height:130%}.persona-management .close-icon{cursor:pointer;height:24px;margin-right:20px;margin-top:20px;width:24px}.persona-management h4{color:#344e41;padding:10px 0}.persona-management .delete-persona-group{height:270px;margin:50px 0 20px;width:274px}.persona-management .delete-text{font-family:QuickSand;font-size:16px;font-weight:500}.persona-management .delete-persona-text{font-family:QuickSand;font-size:20px;font-weight:500;margin-top:20px}.persona-management .error-labels-text{color:#ff6464;font-size:1rem;font-weight:500;letter-spacing:"0.8px";margin-top:5px}.advertisement-styles-container .advertisement-subtitle{color:#474747;font-family:QuickSand;font-size:20px;font-style:normal;font-weight:400;letter-spacing:.84px;line-height:130%;margin-top:20px}.advertisement-styles-container .advertsiment-body-container .advertisement-style-tile{color:#474747;font-family:QuickSand;font-size:16px;font-style:normal;font-weight:700;letter-spacing:.84px;line-height:130%;margin-top:25px}.advertisement-styles-container .button-spacing{margin-left:10px}.advertisement-styles-container .button-container{margin-bottom:10px;margin-top:10px}.advertisement-styles-container .advertisement-color-continer{align-items:center;background-color:#f9f9f9;border-radius:10px;display:flex;flex-direction:row;justify-content:space-between;margin-top:15px;padding:15px}.advertisement-styles-container .advertisement-color-continer .advertisement-color-title{color:#767676;font-family:QuickSand;font-size:16px;font-style:normal;font-weight:700;letter-spacing:.84px}.advertisement-styles-container .advertisement-color-continer .advertisement-color-button{border:1px solid #b5b5b5;border-radius:10px;display:flex;padding:8px 10px;position:relative;width:200px}.advertisement-styles-container .advertisement-color-continer .advertisement-color-button-container{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex:1 1;flex-direction:row;justify-content:space-between}.advertisement-styles-container .advertisement-color-continer .advertisement-color-button-text{color:#767676;font-family:QuickSand;font-size:16px;font-style:normal;font-weight:400;letter-spacing:.84px}.advertisement-styles-container .advertisement-color-continer .advertisement-color-picker{height:20px;width:20px}.advertisement-styles-container .advertisement-color-continer .advertisement-color-selecter{background:#fff;border-radius:10px;left:-2px;max-height:400px;overflow-y:scroll;padding-bottom:20px;position:absolute;top:40px;width:202px;z-index:100}.advertisement-styles-container .advertisement-color-continer .advertisement-color-selecter-close{display:flex;justify-content:flex-end}.advertisement-styles-container .advertisement-color-continer .advertisement-color-default-color{display:flex;justify-content:center}.advertisement-styles-container .advertisement-color-continer .advertisement-color-default-color-button{border:1px solid gray;border-radius:10px;cursor:pointer;display:flex;justify-content:center;margin-left:auto;margin-right:auto;margin-top:10px;padding:8px;width:80%}.advertisement-styles-container .advertisement-color-continer .advertisement-color-selecter-close-button{background:none;border:none;cursor:pointer;display:flex;padding:8px}.advertisement-styles-container .advertisement-color-continer .advertisement-color-selecter-button{border:none;border-radius:10px;cursor:pointer;display:flex;justify-content:center;margin-left:auto;margin-right:auto;margin-top:10px;padding:8px;width:80%}.advertisement-styles-container .advertisement-color-continer .advertisement-color-selecter-container{align-items:center;display:flex;flex:1 1;flex-direction:row;justify-content:space-between}.advertisement-styles-container .advertisement-color-continer .advertisement-color-default-color-container{align-items:center;display:flex;flex:1 1;flex-direction:row;justify-content:center}.advertisement-styles-container .advertisement-color-continer .advertisement-font-button{align-items:center;border:1px solid #b5b5b5;border-radius:10px;display:flex;flex-direction:row;justify-content:space-between}.advertisement-styles-container .advertisement-color-continer .advertisement-font-down-arrow{height:40px;width:40px}.advertisement-styles-container .advertisement-color-continer .close-img{height:20px}.color-picker-container{padding:0}.feedback-container .image-text{color:#767676;font-size:16px;font-weight:700}.feedback-container .image-text-heading{color:#cdcccc;font-size:16px;font-weight:600;margin-left:10px}.feedback-container .common-input{background:#fff;border:1.5px solid #d0d0d0;border-radius:10px;margin-top:10px;padding:13px;width:100%}.feedback-container .add-tag-input-label{color:#474747;font-family:QuickSand;font-size:.875rem;font-weight:500;letter-spacing:.672px;line-height:130%}.feedback-container .attachment-icon{height:50px;width:50px}.feedback-container .img-button{align-items:center;background-color:#f9f9f9;border:1px dashed #888;border-radius:10px;display:flex;height:120px;justify-content:center;margin:1rem 0;position:relative;width:100%}.feedback-container .inputContainer{align-items:center;display:flex;height:150px;justify-content:center;position:absolute!important;width:100%}.feedback-container .inputContainer input{inset:0;opacity:0;position:absolute;width:100%}.feedback-container .close-img-style{height:20px;width:20px}.feedback-container .file-text{color:#474747;font-size:16px;font-weight:700}.feedback-container .drag-file-text{color:#888;font-family:QuickSand;font-size:16px;font-size:.875rem;font-weight:600;letter-spacing:.672px;line-height:130%}.feedback-container .image-text-cont{gap:50px;padding:1rem}.successPage{background-color:#f9f9f9;padding:4% 0}.successPage .content{padding:40px;width:50vw}.successPage .content .header{color:#474747;font-family:QuickSand;font-size:24px;font-weight:700;letter-spacing:1.008px;line-height:130%;margin-bottom:10px}.successPage .content .body{color:#767676;font-family:QuickSand;font-size:16px;font-weight:700;letter-spacing:.672px;line-height:130%;margin:30px 0 50px}.successPage .content .body .content-1{margin-bottom:20px}.multibar-body{padding:10px}.multibar-body .chart-container{height:200px}.donut.disabled,.multibar-body .chart-container.compare{display:flex;width:50%}.donut.disabled{align-items:center;background-color:#f9f9f9;border-radius:10px;justify-content:center;opacity:.8;padding:1em 0;position:absolute;text-align:center}.content-body{background:#fff;border-radius:10px;box-shadow:0 4px 10px 0 rgba(0,0,0,.102);min-height:350px;padding:12px;position:relative}.content-body h3{font-size:17px;font-weight:700;margin-bottom:1rem}.loader .loader-child,.no-data p{margin-top:125px}.no-data p{color:#767676;font-size:1rem;font-weight:600}.data .content{color:#474747;font-family:QuickSand;font-size:1rem;font-weight:500;margin-left:10px;padding:10px 0}.data .pagination-container{display:flex;flex-grow:1;justify-content:flex-end;margin-top:20px;width:100%}.persona-heading{color:#474747;font-size:1.5rem}.padding-bottom-campaign{padding-bottom:15.5rem!important}.scrollable-container::-webkit-scrollbar{height:10px}.scrollable-container::-webkit-scrollbar-track{background:#f9f9f9;border-radius:10px}.scrollable-container::-webkit-scrollbar-thumb{background:#b5b5b5;border-radius:10px}.scrollable-container::-webkit-scrollbar-thumb:hover{background:#888}svg.w-heatmap rect:hover{stroke:#00000024;stroke:var(--rhm-rect-hover-stroke,#00000024);stroke-width:1px}svg.w-heatmap rect:active{fill:#196127;fill:var(--rhm-rect-active,#196127);stroke-width:0}.heatmap{padding:10px;position:relative}.heatmap .heatmap-comp{height:200px}.heatmap .navigation-buttons{margin:auto}.heatmap .navigation-buttons button{background-color:#f9f9f9;border:none;border-radius:50%;margin-left:5px;padding:2px 5px}.heatmap .year-label{color:#474747;font-size:1rem;padding:2px 5px}.heatmap .heatmap-labels{overflow:scroll}.heatmap .heatmap-labels .month-labels{display:flex;justify-content:space-around;width:1235px}.heatmap .heatmap-labels .month-labels button{background:none;background-color:#d0d0d0;border:none;border-radius:10px;color:#474747;cursor:pointer;font-size:.8rem;font-weight:600;padding:6px}.heatmap .heatmap-labels .month-labels .button-color{background-color:#e8f0c5}.heatmap .heatmap-labels .tooltip-heatmap span{color:#aebd6b}.my-websites{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:70%;grid-template-rows:10% 90%;justify-content:center;min-height:80vh;padding:4% 0}.my-websites .delete-button-main{cursor:pointer;height:50px;width:50px}.my-websites .search-bar-websites{align-items:center;display:flex;justify-content:flex-end;padding-bottom:10px}.my-websites .search-bar-websites .search-bar-input{bottom:.4px;margin-right:5%;position:relative}.my-websites .search-bar-websites .search-filter-websites{bottom:8px;margin-right:12px;position:relative}.my-websites input[type=checkbox]{appearance:none;border:2px solid #b5b5b5;border-radius:4px;cursor:pointer;height:20px;width:20px}.my-websites input[type=checkbox]:before{border-radius:2px;content:"";display:block;height:80%;margin:2px;width:80%}.my-websites input[type=checkbox]:checked:before{background-color:#474747}.my-websites img{height:24px;width:24px}.my-websites .title{color:#474747;font-family:QuickSand;font-size:1.5rem;font-style:normal;font-weight:700;letter-spacing:1.008px;line-height:130%}.my-websites .edit-icon{height:32px;width:32px}.my-websites .group-title{color:#474747;font-family:QuickSand;font-size:1.2rem;font-style:normal;font-weight:700;letter-spacing:1.008px;line-height:130%}.my-websites .drag-area-container{display:flex;flex-direction:column;height:290px;margin-bottom:20px;max-width:50%;overflow:hidden;position:relative}.my-websites .drag-drop-text{color:#ccc;font-size:20px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:0}.my-websites .dragged-tile-container{flex:1 1;overflow:hidden}.my-websites .dragged-tile-overflow{flex:1 1;overflow:auto}.my-websites .websites-list{grid-gap:20px 15px;display:grid;gap:20px 15px;grid-template-columns:32.33% 32.33% 32.33%}.my-websites .websites-list .website-tile{background-color:#fff;border-radius:10px;box-shadow:0 2px 4px 0 #0000001a;cursor:pointer;height:fit-content;min-height:8.125rem;padding:10px}.my-websites .websites-list .website-tile.default-tile-background{background-color:#344e41}.my-websites .websites-list .website-tile .name{color:#474747;font-size:15px;font-weight:400}.my-websites .websites-list .website-tile .delete-icon-tile{height:40px;left:12px;position:relative;width:40px}.my-websites .websites-list .website-tile .info-pin-icons img{margin-left:5px}.my-websites .websites-list .website-tile .tile-bottom{border-color:currentcolor #f9f9f9 #f9f9f9;border-top:2px solid #f9f9f9}.my-websites .websites-list .website-tile .tile-bottom .helper-text{color:#b5b5b5}.my-websites .websites-list .website-tile img.logo{height:32px;margin-right:15px;width:32px}.my-websites .websites-list .website-tile img.mark-default{margin-right:2.5px}.my-websites .websites-list .website-tile img{height:24px;width:24px}.my-websites .websites-list .website-tile input[type=radio]{appearance:none;border:2px solid #b5b5b5;border-radius:3px;cursor:pointer;height:20px;width:20px}.my-websites .websites-list .website-tile input[type=radio]:before{border-radius:1px;content:"";display:block;height:75%;margin:15% auto;width:75%}.my-websites .websites-list .website-tile input[type=radio]:checked:before{background-color:#b5b5b5}.my-websites .websites-list .website-tile .css-17o22dy-MuiAvatar-root{background-color:#344e41;color:#fff;font-family:QuickSand;font-size:1rem;font-weight:600;height:24px;margin-top:10px;width:24px}.my-websites .websites-list .website-tile .link-icon{height:20px;width:20px}.my-websites .websites-list .website-tile .avatar-icon{height:100%;object-fit:cover;width:100%}.my-websites .websites-list .website-tile .tile-text{color:#fff;font-size:16px;font-weight:600}.my-websites .websites-list .website-tile .create-group-text{margin:40px 0}.my-websites .websites-list .website-tile:hover{box-shadow:-2px 2px 15px 0 #0003}.my-websites .websites-list .website-tile:hover .tile-bottom{border-color:#d0d0d0}.my-websites .dragged-list{grid-gap:15px 15px;display:grid;gap:15px 15px;grid-template-columns:31.43% 31.43% 31.43%;padding:10px}.my-websites .dragged-list .dragged-tile{background-color:#fff;border-radius:10px;box-shadow:0 2px 4px 0 #0000001a;cursor:pointer;height:fit-content;min-height:4.5rem;overflow:visible;padding:10px;position:relative;z-index:1}.my-websites .dragged-list .dragged-tile img.logo{height:50px;margin-right:15px;width:50px}.my-websites .dragged-list .dragged-tile .close-icon{color:#999;cursor:pointer;position:absolute;right:2px;top:2px;transition:color .2s ease}.my-websites .dragged-list .dragged-tile .close-button-for-dragged-tile{height:18px;width:18px}.my-websites .dragged-list .dragged-tile .dragged-info-icon{bottom:0;color:#999;cursor:pointer;position:absolute;right:0;transition:color .2s ease}.my-websites .dragged-list .dragged-tile:hover{box-shadow:-2px 2px 15px 0 #0003}.my-websites .dragged-list .dragged-tile:hover .tile-bottom{border-color:#d0d0d0}.my-websites .tooltip-dragged-tile{padding:10px}.my-websites .dragging-tile{background-color:#fff;border-radius:10px;box-shadow:0 2px 4px 0 #0000001a;cursor:pointer;height:fit-content;min-height:6rem;padding:10px;width:230px;z-index:1}.my-websites .dragging-tile img.logo{height:50px;width:50px}.my-websites-modal .web-link{color:#474747;font-size:.75rem;font-weight:600}.my-websites-modal .copy-icon{border-radius:50%;cursor:pointer;height:50px;padding:10px;width:50px}.my-websites-modal .snippet{color:#474747;font-size:1.25rem;font-weight:700;letter-spacing:.8px;line-height:130%}.my-websites-modal .snippet .helper-text{font-size:1rem;font-style:normal;font-weight:500;letter-spacing:.8px;line-height:normal}.my-websites-modal .snippet-text{border-radius:10px;border-style:solid;border-width:2px;color:#474747;font-style:normal;font-weight:500;letter-spacing:.8px;line-height:normal;margin-top:10px}.my-websites-modal form{height:inherit;margin-top:2px}.my-websites-modal .grid{gap:10px}.my-websites-modal .MuiPaper-root.MuiDialog-paper{height:72vh;min-height:72vh;padding:15px}.my-websites-modal img{height:24px;width:24px}.my-websites-modal .MuiTypography-root.MuiDialogTitle-root{padding:0}.my-websites-modal input[type=checkbox]{appearance:none;border:2px solid #344e41;border-radius:4px;cursor:pointer;height:18px;position:relative;width:18px}.my-websites-modal input[type=checkbox]:checked{background-color:#344e41}.my-websites-modal input[type=checkbox]:after{color:#fff;content:"✔";display:none;font-size:14px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.my-websites-modal input[type=checkbox]:checked:after{display:block}@media(max-width:768px){.my-websites{min-height:120vh}}@media(max-width:320px){.my-websites{min-height:1000vw}}@media(min-width:320px)and (max-width:480px){.my-websites{min-height:200vh}}.signup-section,.signup-section .container{background-color:#f9f9f9}.signup-section .signup-image{width:40.5rem}.signup-section .signup-image img{border-radius:20px 0 0 20px;height:57.25rem;object-fit:cover;width:100%}.signup-section .signup-form{background-color:#fff;border-radius:0 20px 20px 0;box-shadow:-16px 4px 15px 0 #00000026;height:57.25rem;padding:2.5rem 3.13rem 6.13rem;width:40.5rem}.signup-section .signup-form .heading{color:#474747;font-size:1.5rem;font-style:normal;font-weight:700;letter-spacing:.063rem;margin-bottom:1.88rem}.signup-section .signup-form input{border:2px solid #b5b5b5;margin-top:.34rem}.signup-section .signup-form label{color:#474747;font-size:1rem;font-weight:600}.signup-section .signup-form .confirm-password-input-wrapper .confirm-password-input i,.signup-section .signup-form .password-input-wrapper .password-input i{bottom:16px;color:#b5b5b5;right:12px}.signup-section .signup-form .seperator{margin-bottom:1.25rem}.signup-section .signup-form .note{color:#474747;font-size:.8rem;margin-top:3px}.signup-section .signup-form .name-input{gap:1.25rem}.signup-section .signup-form .error-message{color:#ff6464;font-family:QuickSand;font-weight:500;letter-spacing:.8px;margin:7px 0;text-align:left}.signup-section .signup-form .terms-and-condition textarea{background:#fff;border:2px solid #b5b5b5;border-radius:.625rem;color:#767676;font-size:1rem;font-weight:500;height:5.9375rem;letter-spacing:.05rem;line-height:normal;margin-top:.34rem;overflow-y:auto;padding:0 .63rem;resize:none;width:100%}.signup-section .signup-form .terms-and-condition textarea::-webkit-scrollbar{-webkit-appearance:none}.signup-section .signup-form .terms-and-condition textarea::-webkit-scrollbar:vertical{width:11px}.signup-section .signup-form .terms-and-condition textarea::-webkit-scrollbar:horizontal{height:11px}.signup-section .signup-form .terms-and-condition textarea::-webkit-scrollbar-thumb{background-color:#00000080;border:2px solid #fff;border-radius:8px}.signup-section .signup-form .accept-terms-and-condition .flex{align-items:center}.signup-section .signup-form .accept-terms-and-condition input{height:1.25rem;width:1.25rem}.signup-section .signup-form .accept-terms-and-condition .title{color:#474747;font-size:1rem;font-weight:600;margin-left:.62rem}.signup-section .signup-form .accept-privacy-policy .flex{align-items:center}.signup-section .signup-form .accept-privacy-policy input{height:1.25rem;width:1.25rem}.signup-section .signup-form .accept-privacy-policy .title{color:#474747;font-size:1rem;font-weight:600;margin-left:.62rem}.signup-section .signup-form .accept-privacy-policy .title a{color:#9eac5f}.signup-section .signup-form button{background-color:#344e41;border:0;border-radius:.375rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin:1.88rem 0;outline:0;padding:.625rem 1.5rem;width:100%}.signup-section .login-redirect{margin-bottom:1.75rem}.signup-section .login-redirect p{color:#474747;font-size:1rem;font-weight:600}.signup-section .login-redirect p span{color:#9eac5f;cursor:pointer}.signup-section .signup-bottom .bottom-details p{color:#767676;font-size:.75rem;font-weight:400;margin-bottom:.31rem}.signup-section .signup-bottom .bottom-details .policies{gap:1.88rem}.signup-section .signup-bottom .language-change-signup{background-color:#f9f9f9;border-radius:10px;padding:.75rem 1rem}.signup-section .signup-bottom .language-change-signup .default-icon{gap:1rem}.signup-section .signup-bottom .language-change-signup .default-icon img{height:1.25rem;width:1.25rem}.signup-section .signup-bottom .language-change-signup .default-icon p{color:#767676}.signup-section .signup-bottom .language-change-signup .language-dropdown .language-dropdown-items{margin-top:1.5rem}.signup-section .register-loader{cursor:default;pointer-events:none}@media(min-width:768px)and (max-width:1024px){.signup-section .signup-form,.signup-section .signup-image img{height:63.25rem}}.dotted-progress-container-register{--uib-size:23px;--uib-color:#fff;--uib-speed:1.3s;--uib-dot-size:calc(var(--uib-size)*0.24);align-items:center;display:flex;justify-content:space-between;position:relative;width:var(--uib-size)}.dotted-progress-container-register:after,.dotted-progress-container-register:before,.dotted-progress-register{background-color:var(--uib-color);border-radius:50%;content:"";display:block;height:var(--uib-dot-size);transform:scale(0);transition:background-color .3s ease;width:var(--uib-dot-size)}.dotted-progress-container-register:before{animation:pulse var(--uib-speed) ease-in-out calc(var(--uib-speed)*-.375) infinite}.dotted-progress-register{animation:pulse var(--uib-speed) ease-in-out calc(var(--uib-speed)*-.25) infinite both}.dotted-progress-container-register:after{animation:pulse var(--uib-speed) ease-in-out calc(var(--uib-speed)*-.125) infinite}.login-section,.login-section .container{background-color:#f9f9f9}.login-section .login-image{width:40.5rem}.login-section .login-image img{border-radius:20px 0 0 20px;object-fit:cover;width:100%}.login-section .login-form{background-color:#fff;border-radius:0 20px 20px 0;box-shadow:-16px 4px 15px 0 #00000026;padding:2.5rem 3.12rem;width:40.5rem}.login-section .login-form .flex-column{gap:22.75rem}.login-section .login-form .heading{color:#474747;font-size:1.5rem;font-style:normal;font-weight:700;letter-spacing:.063rem;margin-bottom:1.88rem}.login-section .login-form input{border:2px solid #b5b5b5;margin-top:.34rem}.login-section .login-form label{color:#474747;font-size:1rem;font-weight:600}.login-section .login-form .password-input-wrapper .password-input i{bottom:16px;color:#b5b5b5;right:12px}.login-section .login-form .email-input{margin-bottom:1.25rem}.login-section .login-form .checkbox p{color:#b5b5b5;cursor:pointer;font-size:1rem;font-weight:500}.login-section .login-form .checkbox .inner-checkbox{align-items:center}.login-section .login-form .checkbox .inner-checkbox input{cursor:pointer;height:1rem;margin-right:.62rem;width:1rem}.login-section .login-form button{background-color:#344e41;border:0;border-radius:.375rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin:1.88rem 0;outline:0;padding:.625rem 1.5rem;width:100%}.login-section .login-form .signup-redirect{margin-bottom:2.69rem}.login-section .login-form .signup-redirect p{color:#474747;font-size:1rem;font-weight:600}.login-section .login-form .signup-redirect p span{color:#9eac5f;cursor:pointer}.login-section .login-form .login-bottom .bottom-details p{color:#767676;font-size:.75rem;font-weight:400;margin-bottom:.31rem}.login-section .login-form .login-bottom .bottom-details .underline{text-decoration:underline}.login-section .login-form .login-bottom .bottom-details .policies{gap:1.88rem}.login-section .login-form .login-bottom .language-change-login{background-color:#f9f9f9;border-radius:10px;padding:.75rem 1rem}.login-section .login-form .login-bottom .language-change-login .default-icon{gap:1rem}.login-section .login-form .login-bottom .language-change-login .default-icon img{height:1.25rem;width:1.25rem}.login-section .login-form .login-bottom .language-change-login .default-icon p{color:#767676}.login-section .login-form .login-bottom .language-change-login .language-dropdown .language-dropdown-items{margin-top:1.5rem}.login-section .login-loader{cursor:default;pointer-events:none}.login-section .login-text-padding{padding-right:5px}.dotted-progress-container-login{--uib-size:23px;--uib-color:#fff;--uib-speed:1.3s;--uib-dot-size:calc(var(--uib-size)*0.24);align-items:center;display:flex;justify-content:space-between;position:relative;width:var(--uib-size)}.dotted-progress-container-login:after,.dotted-progress-container-login:before,.dotted-progress-login{background-color:var(--uib-color);border-radius:50%;content:"";display:block;height:var(--uib-dot-size);transform:scale(0);transition:background-color .3s ease;width:var(--uib-dot-size)}.dotted-progress-container-login:before{animation:pulse var(--uib-speed) ease-in-out calc(var(--uib-speed)*-.375) infinite}.dotted-progress-login{animation:pulse var(--uib-speed) ease-in-out calc(var(--uib-speed)*-.25) infinite both}.dotted-progress-container-login:after{animation:pulse var(--uib-speed) ease-in-out calc(var(--uib-speed)*-.125) infinite}.forgot-password-section{background-color:#f9f9f9}.forgot-password-section .heading-bottom{margin-bottom:1.5rem}.forgot-password-section .container{background-color:#f9f9f9}.forgot-password-section .forgot-password-image{width:40.5rem}.forgot-password-section .forgot-password-image img{border-radius:20px 0 0 20px;object-fit:cover;width:100%}.forgot-password-section .forget-password-form{background-color:#fff;border-radius:0 20px 20px 0;box-shadow:-16px 4px 15px 0 #00000026;padding:2.5rem 3.12rem;width:40.5rem}.forgot-password-section .forget-password-form .flex-column{gap:27.2rem}.forgot-password-section .forget-password-form .heading{color:#474747;font-size:1.5rem;font-style:normal;font-weight:700;letter-spacing:.063rem;margin-bottom:1.88rem}.forgot-password-section .forget-password-form .sub-text{color:#474747;font-size:1rem;font-weight:600;margin-bottom:1.25rem}.forgot-password-section .forget-password-form input{border:2px solid #b5b5b5;margin-top:.34rem}.forgot-password-section .forget-password-form label{color:#474747;font-size:1rem;font-weight:600}.forgot-password-section .forget-password-form button{background-color:#344e41;border:0;border-radius:.375rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin:1.88rem 0;outline:0;padding:.625rem 1.5rem;width:100%}.forgot-password-section .forget-password-form .signup-redirect{margin-bottom:2.69rem}.forgot-password-section .forget-password-form .signup-redirect p{color:#474747;font-size:1rem;font-weight:600}.forgot-password-section .forget-password-form .signup-redirect p span{color:#9eac5f;cursor:pointer}.forgot-password-section .forget-password-form .forgot-password-bottom .bottom-details p{color:#767676;font-size:.75rem;font-weight:400;margin-bottom:.31rem}.forgot-password-section .forget-password-form .forgot-password-bottom .bottom-details .policies{gap:1.88rem}.forgot-password-section .forget-password-form .forgot-password-bottom .language-change-forgot{background-color:#f9f9f9;border-radius:10px;padding:.75rem 1rem}.forgot-password-section .forget-password-form .forgot-password-bottom .language-change-forgot .default-icon{gap:1rem}.forgot-password-section .forget-password-form .forgot-password-bottom .language-change-forgot .default-icon img{height:1.25rem;width:1.25rem}.forgot-password-section .forget-password-form .forgot-password-bottom .language-change-forgot .default-icon p{color:#767676}.forgot-password-section .forget-password-form .forgot-password-bottom .language-change-forgot .language-dropdown .language-dropdown-items{bottom:10%;right:4%}.reset-password-section{background-color:#f9f9f9}.reset-password-section .container{max-width:1296px}.reset-password-section .auth-image{width:40.5rem}.reset-password-section .auth-image img{border-radius:20px 0 0 20px;height:57.25rem;object-fit:cover;width:100%}.reset-password-section .reset-password-form{background-color:#fff;border-radius:0 20px 20px 0;box-shadow:-16px 4px 15px 0 #00000026;height:57.25rem;padding:2.5rem 3.12rem;width:40.5rem}.reset-password-section .reset-password-form .flex-column{gap:19.7rem}.reset-password-section .reset-password-form .flex-column .reset-top .heading{color:#474747;font-size:1.5rem;font-style:normal;font-weight:700;letter-spacing:.063rem;margin-bottom:1.88rem}.reset-password-section .reset-password-form .flex-column .reset-top .sub-text{color:#474747;font-size:1rem;font-weight:600;margin-bottom:1.25rem}.reset-password-section .reset-password-form .flex-column .reset-top form input{border:2px solid #b5b5b5;margin-top:.34rem}.reset-password-section .reset-password-form .flex-column .reset-top form label{color:#474747;font-size:1rem;font-weight:600}.reset-password-section .reset-password-form .flex-column .reset-top form .confirm-password-input-wrapper .confirm-password-input i,.reset-password-section .reset-password-form .flex-column .reset-top form .password-input-wrapper .password-input i{bottom:16px;color:#b5b5b5;right:12px}.reset-password-section .reset-password-form .flex-column .reset-top form .password-input{margin-bottom:1.25rem}.reset-password-section .reset-password-form .flex-column .reset-top form .password-input .note{color:#474747;font-size:.8rem;margin-top:3px}.reset-password-section .reset-password-form .flex-column .reset-top form button{background-color:#344e41;border:0;border-radius:.375rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin:1.88rem 0;outline:0;padding:.625rem 1.5rem;width:100%}.reset-password-section .reset-password-form .flex-column .reset-top .signup-redirect{margin-bottom:2.69rem}.reset-password-section .reset-password-form .flex-column .reset-top .signup-redirect p{color:#474747;font-size:1rem;font-weight:600}.reset-password-section .reset-password-form .flex-column .reset-top .signup-redirect p span{color:#9eac5f;cursor:pointer}.reset-password-section .reset-password-form .flex-column .reset-bottom .bottom-details p{color:#767676;font-size:.75rem;font-weight:400;margin-bottom:.31rem}.reset-password-section .reset-password-form .flex-column .reset-bottom .bottom-details .policies{gap:1.88rem}.reset-password-section .reset-password-form .flex-column .reset-bottom .language-change-reset{background-color:#f9f9f9;border-radius:10px;padding:.75rem 1rem}.reset-password-section .reset-password-form .flex-column .reset-bottom .language-change-reset .default-icon{gap:1rem}.reset-password-section .reset-password-form .flex-column .reset-bottom .language-change-reset .default-icon img{height:1.25rem;width:1.25rem}.reset-password-section .reset-password-form .flex-column .reset-bottom .language-change-reset .default-icon p{color:#767676}.reset-password-section .reset-password-form .flex-column .reset-bottom .language-change-reset .language-dropdown .language-dropdown-items{bottom:10%;right:4%}.data-export-heading{color:#474747;font-family:QuickSand;font-size:1.5rem;font-style:normal;font-weight:700;letter-spacing:1.008px;line-height:130%;padding-bottom:2%;padding-top:2%}.bargraph-body .data-export{align-items:center;display:flex;justify-content:space-between}.bargraph-body .data-export-image{height:auto;margin:0 10px;max-width:40%}.bargraph-body .data-export-header{color:#474747;font-family:QuickSand;font-weight:700;letter-spacing:.672px;line-height:130%;margin-top:10px}.bargraph-body .data-export-content{align-items:flex-start;display:flex;flex-direction:column;gap:10px;width:60%}.bargraph-body .buttons{display:flex;justify-content:flex-end;margin-top:20px;width:100%}.bargraph-body .MuiInputBase-root{border:2px solid #ccc;border-radius:10px!important}.api-placeholder-section{background-color:#fff;border-radius:10px;box-shadow:0 4px 10px 0 rgba(0,0,0,.102);height:37.5rem;margin-bottom:7%}.api-placeholder-section .api-placeholder{text-align:center}.api-placeholder-section .api-placeholder img{height:28.125rem;width:28.25rem}.api-placeholder-section .api-placeholder h3{color:#d0d0d0;font-size:1.5rem;font-weight:600;margin-bottom:15px}.api-placeholder-section .api-placeholder p{color:#474747;font-size:1rem;font-weight:600}.manage-api-section{margin-bottom:140px}.manage-api-section .heading{color:#474747;font-family:QuickSand;font-size:1.5rem;font-style:normal;font-weight:700;letter-spacing:1.008px;line-height:130%}.manage-api-section .component-rendered{margin-top:1.25rem}.manage-api-section .renderedActiveComponent{position:absolute;right:25%;top:11%}.manage-api-section .overlay{background-color:#00000080;height:100%;left:0;position:fixed;top:0;width:100%}.back-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;padding:0}.back-icon{height:24px;width:24px}.back-text{margin-left:5px}.left-column,.right-column{display:flex;flex-direction:column;max-height:80vh;min-height:40vh;overflow-y:auto;padding:0 10px;scrollbar-width:thin}.SelecteService{flex-grow:1}.test-and-save-buttons{display:flex;gap:20px;justify-content:center;margin-top:auto}.divider{background-color:#ccc;width:8px}.markdown-container{flex:1 1;padding-top:20px;position:relative}.markdown-container a{color:blue;display:inline-block;font-family:QuickSand;font-size:1rem;letter-spacing:0;text-decoration:underline}.markdown-container ol{list-style-type:decimal;margin:5px 0 0;padding-left:20px}.markdown-container ul{list-style-type:disc;margin:5px 0 0;padding-left:20px}.markdown-container ol li{list-style-type:upper-roman}.markdown-container ol li,.markdown-container ul li{font-family:QuickSand;font-size:1rem;line-height:1;margin-bottom:5px}.markdown-container ul li{list-style-type:disc}.markdown-container .loader-box{left:50%;margin-top:15rem;position:absolute;transform:translate(-50%,-50%);z-index:1}.markdown-container h1,.markdown-container h2,.markdown-container h3,.markdown-container h4,.markdown-container h5,.markdown-container h6{font-size:1.5rem;line-height:1.3;padding:10px 0 0}.markdown-container p,.markdown-container strong{font-size:1rem;line-height:1.3}.markdown-container strong{font-weight:600}.label-tag{color:#767676;font-family:QuickSand;font-weight:700;line-height:20.8px}.heading{color:#474747;font-size:1.5rem;font-weight:700}.connection-text{display:inline-block;padding-right:7px;vertical-align:top}.note-text{align-items:flex-start;display:flex;justify-content:space-between}.nagative-status{color:#ff6464}.head-padding{padding:0 0 10px}.connection-text-padding{padding:0 5px 0 8px}.left-padding{padding-left:5px}.button-gap{gap:20px}.img-style{height:20px;width:20px}.regenrate-password,.regenrate-token{color:#344e41;cursor:pointer;font-weight:500;text-decoration:underline}.dotted-progress-container{--uib-color:$primary-color-2-shade-2}.manage-api-list{grid-gap:20px 1%;display:grid;gap:20px 1%;grid-template-columns:32.66% 32.66% 32.66%}.manage-api-list .manage-api-tile{background-color:#fff;border-radius:10px;box-shadow:0 2px 4px 0 #0000001a;cursor:pointer;height:fit-content;min-height:8.125rem;padding:10px}.manage-api-list .manage-api-tile .name{color:#474747;font-weight:700}.manage-api-list .manage-api-tile .secondary-name{color:#474747;font-size:12px;font-weight:600}.manage-api-list .manage-api-tile .tile-bottom{border-color:currentcolor #f9f9f9 #f9f9f9;border-top:2px solid #f9f9f9;padding-top:10px}.manage-api-list .manage-api-tile .tile-bottom .helper-text{color:#b5b5b5}.manage-api-list .manage-api-tile img.logo{height:42px;margin-right:15px;width:42px}.manage-api-list .manage-api-tile img{height:24px;width:24px}.manage-api-list .manage-api-tile .subscription-type-height{border-radius:9px;height:18px;padding:3px 15px}.manage-api-list .manage-api-tile .active-chip-color{background-color:#82cd47;min-width:115px}.manage-api-list .manage-api-tile .active-disable-chip-color{background-color:#ffc943}.manage-api-list .manage-api-tile .not-integrated-chip-color{background-color:#cdcccc}.manage-api-list .manage-api-tile:hover{box-shadow:-2px 2px 15px 0 #0003}.manage-api-list .manage-api-tile:hover .tile-bottom{border-color:#d0d0d0}.grid-gap{display:flex;flex:1 1}.connection_establish_text{color:#474747;display:flex;flex-direction:row;font-weight:700;justify-content:center;margin-top:10px;padding:15px}.success-icon-div{margin-left:10px}.google-authentication-div{background:#e8f0c5;border-radius:10px;color:#474747;cursor:pointer;font-weight:700;margin-top:10px;padding:15px;text-align:center}.service-field-lable{align-items:center;display:flex}.tooltip-button{background-color:#fff;border:none;display:inline-flex;height:25px;width:40px}.manage-campaign-heading{color:#474747;font-family:QuickSand;font-size:24px;font-style:normal;font-weight:700;letter-spacing:1.008px;line-height:130%}.all-campaigns-heading{font-size:16px;font-weight:700;letter-spacing:4.2%;line-height:20.7px;padding-left:14px}.delete-campaign-button{background:none;border:0;cursor:pointer;outline:0}.delete-campaign-button img{height:24px;width:24px}.manage-campaign-image{height:585.31px;width:802.53px}.bargraph-body{padding:10px;position:relative}.bargraph-body .question{color:#474747;font-family:QuickSand;font-size:1rem;font-weight:500;margin-left:10px;padding:10px 0}.bargraph-body .questionsContainer{display:flex;flex-grow:1;justify-content:flex-end;margin-top:20px;width:50%}.bargraph-body .content{flex-grow:1;margin:10px 20px 0 0;width:50%}.bargraph-body .content:last-child{margin-right:0}.bargraph-body .disabled{opacity:.2;pointer-events:none}@media(max-width:1024px){.bargraph-body .content{margin:10px 20px 20px 0;width:calc(50% - 20px)}.bargraph-body .content:last-child{margin-right:0}}.tagMain{margin-bottom:2rem}.upload-bottom{padding-bottom:"24px"}.upload-left{padding-left:"7%"}.left-button,.right-button{cursor:pointer;position:fixed;top:50%;transform:translateY(-50%)}.left-button{left:"20px"}.right-button{right:0}.image-name{font-family:QuickSand;font-size:16px;font-weight:600;line-height:20px}.image-date{font-family:QuickSand;font-size:14px;font-weight:500;line-height:17.5px}.image-container:hover .delete-button{display:block}.uploadImages{padding-top:2%;position:relative}.uploadImages .add-tag-form-box,.uploadImages .data-table{background-color:#fff;border-radius:10px;padding:10px;width:70%}.uploadImages .add-tag-form-box .half-column-grid,.uploadImages .data-table .half-column-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:49% 49%}.uploadImages .add-tag-form-box .add-tag-form-grid,.uploadImages .data-table .add-tag-form-grid{gap:20px;grid-template-columns:auto;padding:2% 0}.uploadImages .tag-manager-heading{color:#474747;font-family:QuickSand;font-size:24px;font-style:normal;font-weight:700;letter-spacing:1.008px;line-height:130%}.search-filter{bottom:8px;margin-right:12px;position:relative}.search-bar{margin-right:"5%"}.image-button{right:10px;top:15px;width:20px}.image-button,.sort-icon{border:none;cursor:pointer;position:relative}.sort-icon{height:29px;top:10px;width:29px}@media(max-width:1200px){.uploadImages{width:1200px}.datatable-width{width:1540px}}@media(max-width:768px){.uploadImages{width:1000px}.datatable-width{width:1270px}.image-button{position:relative;right:10px;top:7px}.delete-multiple{bottom:7px;position:relative}.sort-icon{border:none;cursor:pointer;height:29px;position:relative;top:2px;width:29px}}@media(max-width:576px){.uploadImages{width:10rem}}@media(max-width:320px){.uploadImages{width:50rem}.search-bar,.search-filter{bottom:4px}}@media(min-width:320px)and (max-width:480px){.uploadImages{width:120rem}.search-filter{bottom:4px}.search-bar{position:relative;top:4px}.image-button{right:10px}.delete-icon,.image-button{position:relative;top:10px}.delete-multiple{bottom:4px;position:relative}.datatable-width{width:1200px}.sort-icon{position:relative;top:4px}}@media(min-width:481px)and (max-width:600px){.uploadImages{width:10rem}.search-bar,.search-filter{bottom:4px}}.opened-image-model-images .fixed-element{cursor:pointer;left:18%;position:fixed;top:50%;transform:translateY(-50%);z-index:999}.opened-image-model-images .bin-icon-image-model{border:none;cursor:pointer;height:60px;position:relative;right:10px;top:14px;width:60px}.opened-image-model-images .fixed-element-right{position:fixed;right:17%;top:50%;transform:translateY(-50%);z-index:999}.opened-image-model-images .fixed-element-right .next-image{border:none;cursor:pointer;height:60px;position:relative;right:10px;top:14px;width:60px}.opened-image-model-images .close-icon-div{padding-right:20px;padding-top:20px;position:absolute;right:0}.opened-image-model-images .close-icon-div .close-icon{border:none;cursor:pointer;position:relative;right:0;width:20px}.opened-image-model-images .image-attributes{height:500px;max-height:100%;max-width:100%;object-fit:contain;width:500px}.add-image-model .upload-images{font-family:QuickSand;font-size:24px;font-weight:700;line-height:31.2px}.add-image-model .close-div{padding-right:20px;position:absolute;right:0;top:2%}.add-image-model .close-div .close-div-img{border:none;cursor:pointer;position:relative;right:0;width:20px}.add-image-model .uploaded-images-name{color:#d0d0d0;font-family:QuickSand;font-size:16px;font-weight:600;line-height:20px;padding-left:1%;padding-top:1%}.drag-drop .main-div{background-color:#f9f9f9;cursor:pointer;margin-top:2%;padding-bottom:4%;padding-left:4%;padding-top:4%}.drag-drop .drag-drop-text{font-family:QuickSand;font-size:20px;font-weight:700;line-height:26px;text-align:center}.drag-drop .select-file{color:#565656;font-family:QuickSand;font-size:16px;font-weight:500;line-height:20px;text-align:center;text-decoration:underline}.drag-drop .upload-images-div{align-items:center;justify-content:center;padding-top:2%}.drag-drop .upload-images-div .upload-images-length{color:#9eac5f;font-family:QuickSand;font-size:16px;font-weight:500;line-height:20px}.drag-drop .image-preview{color:#767676;font-family:QuickSand;font-size:16px;font-weight:500;line-height:20px;padding-top:2%}.select-types .scrollable-container-new{height:370px;overflow-y:auto}.select-types .persona-name.selected{color:#fff}.select-types{background-color:#fff;border:1px solid #9eac5f;border-radius:7px;height:600px;margin-bottom:2%;margin-left:1%;margin-right:1%;width:450px}.select-types.isHovered,.select-types.isPersona{background-color:#e8f0c5}.select-types.isPersona{margin-right:1%}.select-types .step-text{color:#344e41;font-family:QuickSand;font-size:16px;font-weight:600;padding-left:4%;padding-top:7%}.select-types .scrollable-container{height:470px;overflow-y:auto}.select-types .select-types-text{color:#344e41;font-family:QuickSand;font-size:20px;font-weight:700;padding-left:4%;padding-top:7%}.select-types .persona-checkbox{background-color:#fff;border:1px solid #ccc;border-radius:5px;height:47px;margin:4% 4% 10px;padding:10px}.select-types .persona-checkbox.isSelected{background-color:#698e7c}.select-types .persona-icon{height:36px;margin-right:10px;width:36px}.select-types .persona-name{font-family:QuickSand;font-size:16px;font-weight:500}.select-types .margins-no-selections{margin-left:4%;margin-top:4%}.select-types .types-dropdown{margin-left:4%;margin-right:4%;margin-top:4%}.select-types .margins-selections{margin-left:4%;margin-top:7%}.select-types .selected-background{background-color:#fff;border-radius:7px;cursor:pointer;height:47px;margin-bottom:2%;margin-right:4%}.select-types .selected-background.selected{background-color:#698e7c}.select-types .icon-div{margin-left:4%;margin-right:2%}.select-types .icon-div .icon{height:36px;width:36px}.select-types .type-name{color:#344e41;font-family:QuickSand;font-size:16px;font-weight:500}.select-types .type-name.selected{color:#fff}.add-campaign .dotted-progress-container{--uib-size:35px;--uib-color:#9eac5f;--uib-speed:1.3s;--uib-dot-size:calc(var(--uib-size)*0.24);align-items:center;display:flex;justify-content:space-between;position:relative;width:var(--uib-size)}.add-campaign .connection-text{font-size:20px;padding-left:10px;padding-right:10px}.add-campaign .dotted-progress,.add-campaign .dotted-progress-container:after,.add-campaign .dotted-progress-container:before{background-color:var(--uib-color);border-radius:50%;content:"";display:block;height:var(--uib-dot-size);transform:scale(0);transition:background-color .3s ease;width:var(--uib-dot-size)}.add-campaign .dotted-progress-container:before{animation:pulse var(--uib-speed) ease-in-out calc(var(--uib-speed)*-.375) infinite}.add-campaign .dotted-progress{animation:pulse var(--uib-speed) ease-in-out calc(var(--uib-speed)*-.25) infinite both}.add-campaign .dotted-progress-container:after{animation:pulse var(--uib-speed) ease-in-out calc(var(--uib-speed)*-.125) infinite}.add-campaign input[type=checkbox]{appearance:none;border:2px solid #b5b5b5;border-radius:4px;cursor:pointer;height:20px;min-width:20px;width:20px}.add-campaign input[type=checkbox]:before{border-radius:2px;content:"";display:block;height:80%;margin:2px;width:80%}.add-campaign input[type=checkbox]:checked:before{background-color:#474747}.add-campaign .add-set-campaign{margin-left:1%;margin-top:2%}.add-campaign .set-campaign-text{color:#767676;font-family:QuickSand;font-size:16px;font-style:normal;font-weight:700;padding-bottom:2%;padding-top:2%}.add-campaign .generate-button{background-color:#d0d0d0;border-radius:7px;cursor:pointer;height:47px;margin-bottom:10px;margin-left:1%;margin-right:1%}.add-campaign .generate-button.selected{background-color:#344e41}.add-campaign .generate-button-text{color:#767676;font-family:QuickSand;font-size:16px;font-style:normal;font-weight:700}.add-campaign .generate-button-text.selected{color:#fff}.add-campaign .use-images{cursor:pointer;padding-bottom:1%}.add-campaign .use-images .use-images-text{color:#b5b5b5}.add-campaign .use-images .use-images-text,.add-campaign .use-images .use-images-text-selected{font-family:QuickSand;font-size:16px;font-style:normal;font-weight:700;margin-left:1%;margin-top:1%}.add-campaign .use-images .use-images-text-selected{color:#344e41}.dotted-progress-container{--uib-size:35px;--uib-color:#9eac5f;--uib-speed:1.3s;--uib-dot-size:calc(var(--uib-size)*0.24);align-items:center;display:flex;justify-content:space-between;position:relative;width:var(--uib-size)}.connection-text{color:#767676;font-family:QuickSand;font-size:16px;font-weight:500;letter-spacing:5%;line-height:20px;padding-left:10px;padding-right:10px}.dotted-progress,.dotted-progress-container:after,.dotted-progress-container:before{background-color:var(--uib-color);border-radius:50%;content:"";display:block;height:var(--uib-dot-size);transform:scale(0);transition:background-color .3s ease;width:var(--uib-dot-size)}.dotted-progress-container:before{animation:pulse var(--uib-speed) ease-in-out calc(var(--uib-speed)*-.375) infinite}.dotted-progress{animation:pulse var(--uib-speed) ease-in-out calc(var(--uib-speed)*-.25) infinite both}.dotted-progress-container:after{animation:pulse var(--uib-speed) ease-in-out calc(var(--uib-speed)*-.125) infinite}@keyframes pulse{0%,to{transform:scale(0)}50%{transform:scale(1)}}.no-image-found .close-img-div{display:flex;justify-content:flex-end;padding-right:20px;padding-top:20px}.no-image-found .close-img-div .close-img{cursor:pointer;height:20px;width:20px}.no-image-found .not-found-div{align-items:center;display:flex;justify-content:center}.no-image-found .not-found-div .not-found-img{height:240px;width:270px}.no-image-found .warning-div{align-items:center;display:flex;justify-content:center}.no-image-found .warning-div .warning-text{color:#565656;font-family:QuickSand;font-size:20px;font-weight:500;letter-spacing:1%;line-height:26px;padding-bottom:20px}.no-image-found .warning-div .no-images-text{color:#565656;font-family:QuickSand;font-size:16px;font-weight:500;letter-spacing:5%;line-height:20px}.no-image-found .cancel-proceed-buttons{margin:40px}.no-image-found .cancel-proceed-buttons .cancel-right{padding-right:20px}.upload-images-model .close-img-div{display:flex;justify-content:flex-end;padding-right:20px;padding-top:20px}.upload-images-model .close-img-div .close-img{cursor:pointer;height:20px;width:20px}.upload-images-model .upload-images-text{color:#344e41;font-weight:700;letter-spacing:4.2%}.upload-images-model .select-image,.upload-images-model .upload-images-text{font-family:QuickSand;font-size:16px;line-height:20px;padding-left:20px;padding-top:20px}.upload-images-model .select-image{color:#767676;font-weight:500;letter-spacing:5%;padding-bottom:20px}.upload-images-model .cancel-proceed-buttons{margin:40px}.upload-images-model .cancel-proceed-buttons .cancel-right{padding-right:17px}.upload-images-model .select-image-container{display:flex;justify-content:space-between;margin-bottom:20px}.upload-images-model .select-image-container .add-image-button-container{display:flex;justify-content:flex-end;padding-right:20px;padding-top:20px}.generated-designs{padding-bottom:1%}.generated-designs .get-categorised-images{cursor:pointer;padding-top:12px}.generated-designs .get-images-loading{padding-bottom:12px;padding-left:7px}.generated-designs .get-images-main{margin-bottom:20px;padding-left:7px;padding-right:7px}.generated-designs .edit-icon-img{border:none;cursor:pointer;width:49px}.generated-designs .margins{margin-left:1%;margin-top:1%}.generated-designs .input-width{width:50%}.generated-designs .generated-designs-margins{margin-left:1%;margin-top:2%}.generated-designs .buttons-padding{padding-bottom:1%;padding-top:1%}.generated-designs .cancel-button-padding-right{padding-right:1%}.generated-designs .generated-designs-subtitle{color:#767676;font-family:QuickSand;font-size:16px;font-weight:500;letter-spacing:"7%";line-height:20px;padding-bottom:1%;padding-top:1%}.generated-designs .generated-designs-campaign-name{color:#767676;font-family:QuickSand;font-size:16px;font-weight:700;letter-spacing:"7%";line-height:20.7px;padding-top:2%}.generated-designs .close-icon{padding-right:1%;padding-top:1%}.generated-designs .close-icon-img{border:none;cursor:pointer;position:relative;right:0;width:20px}.generated-designs .navigation-buttons{padding:2%}.generated-designs .navigation-buttons .navigation-icons{border:none;cursor:pointer;height:50px;width:50px}.generated-designs .generated-images-number{color:#767676;font-family:QuickSand;font-size:16px;font-weight:500;line-height:20px}.generated-designs .preview-background{background-color:#f9f9f9;border-radius:2px;margin:1%}.generated-designs .preview-background .preview-text{color:#767676;font-family:QuickSand;font-size:16px;font-weight:500;line-height:20px;padding-left:7px;padding-top:1%}.generated-designs .preview-background .images-padding{padding-right:1%}.generated-designs .preview-background .regenerate-text{color:#344e41;font-family:QuickSand;font-size:16px;font-weight:500;padding-right:7px}.generated-designs .preview-background .generate-icon-div .generate-icon-img{border:none;cursor:pointer;padding-top:1%;position:relative;right:0;width:20px}.generated-designs .preview-background .generated-images-background{background-color:#fff;box-shadow:0 4px 10px #0000001a;height:490px;margin:1% 2% 2%;width:370px}.generated-designs .preview-background .generated-images-background.isHovered{background-color:#e8f0c5}.generated-designs .preview-background .generated-images-background .edit-icon-img{border:none;cursor:pointer;width:49px}.generated-designs .preview-background .generated-images-margins{padding:7%}.generated-designs .preview-background .generated-image{height:370px;margin-bottom:4%}.generated-designs .preview-background .generated-image .heading{color:#fff;font-family:QuickSand;font-size:24px;font-weight:700;letter-spacing:4.2%;line-height:31.2px;padding-left:10%;padding-top:7%}.generated-designs .preview-background .generated-image .title{color:#fff;font-family:QuickSand;font-size:20px;font-weight:700;letter-spacing:4.2%;line-height:26px;padding-left:10%;padding-top:9%}.generated-designs .preview-background .generated-image .subtitle{color:#fff;font-family:QuickSand;font-size:16px;font-weight:400;letter-spacing:4.2%;line-height:20.7px;padding-left:10%;padding-top:7%}.generated-designs .preview-background .generated-image .action-button-div{background-color:#ff8469;border-radius:20px;height:47px;margin:auto 9% 4%}.generated-designs .preview-background .generated-image .action-button-div .action-button{color:#fff;font-family:QuickSand;font-size:16px;font-weight:700;letter-spacing:4.2%;line-height:20.7px}.generated-designs .preview-background .generated-image .content{color:#fff;font-family:QuickSand;font-size:16px;font-weight:400;letter-spacing:4.2%;line-height:20.7px;padding:2% 10% 10%}.generated-designs .preview-campaign-background{background-color:#f9f9f9;border-radius:2px;margin-right:1%;margin-top:2%}.generated-designs .preview-campaign-background .preview-campaign-text{align-items:center;background-color:#d0d0d0;border-top-left-radius:7px;border-top-right-radius:7px;color:#474747;display:flex;font-family:QuickSand;font-size:16px;font-weight:500;height:44px;line-height:20px;padding-left:4%;width:100%}.generated-designs .preview-campaign-background .generated-images-margins{margin-bottom:10%}.generated-designs .preview-campaign-background .generated-image-edit{height:370px;margin-left:20px;margin-right:20px;margin-top:5%;width:320px}.generated-designs .preview-campaign-background .generated-image-edit .heading{color:#fff;font-family:QuickSand;font-size:24px;font-weight:700;letter-spacing:4.2%;line-height:31.2px;padding-left:4%;padding-top:4%}.generated-designs .preview-campaign-background .generated-image-edit .title{color:#fff;font-family:QuickSand;font-size:20px;font-weight:700;letter-spacing:4.2%;line-height:26px;padding-left:4%;padding-top:2%}.generated-designs .preview-campaign-background .generated-image-edit .subtitle{color:#fff;font-family:QuickSand;font-size:16px;font-weight:400;letter-spacing:4.2%;line-height:20.7px;padding-left:4%;padding-top:4%}.generated-designs .preview-campaign-background .generated-image-edit .action-button-div{background-color:#ff8469;border-radius:20px;height:47px;margin:auto 9% 4%}.generated-designs .preview-campaign-background .generated-image-edit .action-button-div .action-button{color:#fff;font-family:QuickSand;font-size:16px;font-weight:700;letter-spacing:4.2%;line-height:20.7px}.generated-designs .preview-campaign-background .generated-image-edit .content{color:#fff;font-family:QuickSand;font-size:16px;font-weight:400;letter-spacing:4.2%;line-height:20.7px;padding:2% 10% 10% 4%}.images-text{color:#344e41;font-family:QuickSand;font-size:16px;font-weight:600;line-height:20.7px;padding-bottom:20px;padding-right:7px;padding-top:20px}.expand-collapse-icons{height:24px;width:24px}.margins-left{padding-left:15px;padding-right:15px}.scroll-height{max-height:700px;overflow-y:scroll;padding-right:15px}.scroll-height .nav-container{position:relative;width:100%}.scroll-height .left-button{background-color:#0000;border:none;color:#fff;cursor:pointer;left:0;opacity:1;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .3s;z-index:1}.scroll-height .left-button .back-image{opacity:1}.scroll-height .right-button{background-color:#0000;border:none;color:#fff;cursor:pointer;opacity:1;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:opacity .3s;z-index:1}.scroll-height .right-button .back-image{opacity:1}.scroll-height .scroll-container{display:flex;overflow-x:auto;padding-bottom:15px;white-space:nowrap;width:100%}.buttons-top{margin-top:20px}.generated-images-background{background-color:#fff}.generated-image-edit{height:250px;margin-right:15px;margin-top:5%;width:250px}.generated-image-edit .heading{font-size:24px;line-height:31.2px;padding-top:4%}.generated-image-edit .heading,.generated-image-edit .title{color:#fff;font-family:QuickSand;font-weight:700;letter-spacing:4.2%;padding-left:4%}.generated-image-edit .title{font-size:20px;line-height:26px;padding-top:2%}.generated-image-edit .subtitle{color:#fff;font-family:QuickSand;font-size:16px;font-weight:400;letter-spacing:4.2%;line-height:20.7px;padding-left:4%;padding-top:4%}.generated-image-edit .action-button-div{background-color:#ff8469;border-radius:20px;height:47px;margin:auto 9% 4%}.generated-image-edit .action-button-div .action-button{color:#fff;font-family:QuickSand;font-size:16px;font-weight:700;letter-spacing:4.2%;line-height:20.7px}.generated-image-edit .content{color:#fff;font-family:QuickSand;font-size:16px;font-weight:400;letter-spacing:4.2%;line-height:20.7px;padding:2% 10% 10% 4%}.navigation-buttons-new .navigation-icons{border:none;cursor:pointer;height:60px;width:60px}.mainFeedText{color:#474747;font-family:QuickSand;font-size:16px;font-weight:600;line-height:20px;padding-bottom:"4px"}.image-div{cursor:pointer;margin-right:20px;padding-top:20px}.image-div .img{height:24px;width:24px}.infos-margins{padding-left:15px;padding-top:15px}.dimensionsText{color:#767676;font-family:QuickSand;font-size:14px;font-weight:500;letter-spacing:1.5%;line-height:17.5px}.opened-image-model .preview-close{padding-left:20px;padding-right:20px;padding-top:20px}.opened-image-model .preview-text{font-family:QuickSand;font-size:24px;font-weight:700;letter-spacing:4.2%;line-height:31.2px}.opened-image-model .close-img{cursor:pointer;height:20px;width:20px}.opened-image-model .image-section-main-div{display:flex;justify-content:center;margin-top:27px;padding:27px 20px}.opened-image-model .name-dimensions{padding:20px}.opened-image-model .name-dimensions .image-name{color:#474747;font-family:QuickSand;font-size:16px;font-weight:600;line-height:20px;padding-bottom:15px}.opened-image-model .name-dimensions .download-icon-div{cursor:pointer}.opened-image-model .name-dimensions .download-icon-div .download-icon{height:20px;margin-right:7px;width:20px}.opened-image-model .name-dimensions .dimensions{color:#767676;font-family:QuickSand;font-size:14px;font-weight:500;letter-spacing:1.5%;line-height:17.5px}.saved-image-campaign .expand-collapse-icons{height:24px;width:24px}.saved-image-campaign .main-page-margins{padding-left:17px;padding-right:17px}.saved-image-campaign .top-margin{margin-top:"20px"}.saved-image-campaign .text-left{padding-left:20px}.saved-image-campaign .bottom-margin{padding-bottom:20px}.saved-image-campaign .bottom-tile-margin{padding-bottom:2%}.saved-image-campaign .padding-top-2{padding-top:2%}.saved-image-campaign .padding-top-20{padding-top:20px}.saved-image-campaign .text-underlined{cursor:pointer;text-decoration:underline}.saved-image-campaign .scroll-container{max-height:700px;overflow-y:auto}.saved-image-campaign .pointer{cursor:pointer}.saved-image-campaign .edit-icon{height:24px;margin-top:17px;width:24px}.saved-image-campaign .scroll-container-buttons{position:relative;width:100%}.saved-image-campaign .left-button{background-color:#0000;border:none;color:#fff;cursor:pointer;left:0;opacity:1;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .3s;z-index:1}.saved-image-campaign .left-button .back-image{opacity:1}.saved-image-campaign .right-button{background-color:#0000;border:none;color:#fff;cursor:pointer;opacity:1;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:opacity .3s;z-index:1}.saved-image-campaign .right-button .back-image{opacity:1}.saved-image-campaign .new-scroll-container{display:flex;overflow-x:auto;padding-bottom:15px;white-space:nowrap;width:100%}.campaign-tile{background-color:#fff;border:1px solid #d0d0d0;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;position:relative}.campaign-tile .left-rectangle,.campaign-tile .right-rectangle{background-color:#e8f0c5;position:absolute;transform:scaleX(1) scaleY(1);transform-origin:top left;transition:width .4s}.campaign-tile .left-rectangle{border-radius:20px;height:140px;left:0;top:-20px;transform:rotate(45deg);width:200px}.campaign-tile .right-rectangle{border-radius:50px;height:190px;right:-100px;top:-150px;transform:rotate(59deg);width:200px}.campaign-tile:hover{background-color:#e8f0c5}.campaign-tile:hover .left-rectangle,.campaign-tile:hover .right-rectangle{display:none}.campaign-tile .campaign-details{flex-grow:1;z-index:1}.campaign-tile .campaign-details .campaign-details-text{color:#344e41;font-size:16px;font-weight:700;letter-spacing:4.2%;line-height:20.7px;margin:0;padding-bottom:10px;padding-left:20px;padding-top:20px}.campaign-tile .campaign-details .campaign-info{display:flex;justify-content:space-between;margin-top:10px}.campaign-tile .campaign-details .campaign-info .info-item{display:flex;flex-direction:column;margin-right:20px}.campaign-tile .campaign-details .campaign-info .info-item .info-item-key{color:#767676;font-size:16px;font-weight:400;line-height:20px;padding-bottom:7px;padding-left:20px}.campaign-tile .campaign-details .campaign-info .info-item .info-item-value{color:#344e41;font-size:16px;font-weight:600;line-height:20px;padding-bottom:20px;padding-left:20px}.campaign-tile .campaign-image{height:auto;margin-left:20px;width:250px;z-index:1}.opened-with-image-model{margin:0 auto;max-width:1200px;width:90vw}.opened-with-image-model .preview-close{padding-left:20px;padding-right:20px;padding-top:20px}.opened-with-image-model .preview-text{font-family:QuickSand;font-size:24px;font-weight:700;letter-spacing:4.2%;line-height:31.2px}.opened-with-image-model .close-img{cursor:pointer;height:20px;width:20px}.opened-with-image-model .image-section-main-div{background:#f5f5f5;border-radius:8px;display:flex;margin:1rem 0;min-height:70vh;padding:2rem;width:100%}.opened-with-image-model .image-section-main-div .img-dekstop-style{height:auto;object-fit:contain;width:auto}.opened-with-image-model .image-section-main-div .img-dekstop-style.full-width{max-width:100%}.opened-with-image-model .image-section-main-div .img-dekstop-style.half-width{max-width:1000px}.opened-with-image-model .image-section-main-div .img-dekstop-style.full-height{max-height:70vh}.opened-with-image-model .image-section-main-div .img-dekstop-style.half-height{max-height:550px}.opened-with-image-model .image-section-main-div.position-topLeft{align-items:flex-start;justify-content:flex-start}.opened-with-image-model .image-section-main-div.position-topRight{align-items:flex-start;justify-content:flex-end}.opened-with-image-model .image-section-main-div.position-topCenter{align-items:flex-start;justify-content:center}.opened-with-image-model .image-section-main-div.position-center{align-items:center;justify-content:center}.opened-with-image-model .image-section-main-div.position-bottomLeft{align-items:flex-end;justify-content:flex-start}.opened-with-image-model .image-section-main-div.position-bottomRight{align-items:flex-end;justify-content:flex-end}.opened-with-image-model .image-section-main-div.position-bottomCenter{align-items:flex-end;justify-content:center}.opened-with-image-model .image-section-main-div.position-centerLeft{align-items:center;justify-content:flex-start}.opened-with-image-model .image-section-main-div.position-centerRight{align-items:center;justify-content:flex-end}.opened-with-image-model .image-section-mobile-main-div{background:#f5f5f5;border:1px solid #344e41;border-radius:8px;display:flex;margin:0 auto;min-height:70vh;padding:2rem;width:30%}.opened-with-image-model .image-section-mobile-main-div.position-center{align-items:center;justify-content:center}.opened-with-image-model .image-section-mobile-main-div.position-bottom{align-items:flex-end;justify-content:center}.opened-with-image-model .image-section-mobile-main-div .img-mobile-style{height:auto;margin:0 auto;max-height:90%;max-width:90%;object-fit:contain;width:auto}.opened-with-image-model .name-dimensions{padding:20px}.opened-with-image-model .name-dimensions .image-name{color:#474747;font-family:QuickSand;font-size:16px;font-weight:600;line-height:20px;padding-bottom:15px}.opened-with-image-model .name-dimensions .download-icon-div{cursor:pointer}.opened-with-image-model .name-dimensions .download-icon-div .download-icon{height:20px;margin-right:7px;width:20px}.opened-with-image-model .name-dimensions .dimensions{color:#767676;font-family:QuickSand;font-size:14px;font-weight:500;letter-spacing:1.5%;line-height:17.5px}.opened-with-image-model .name-dimensions .margin-top15{cursor:pointer;display:flex;margin-top:15px}.opened-with-image-model .name-dimensions .download-text{color:#767676;font-family:QuickSand;font-size:14px;font-weight:500;letter-spacing:1.5%;line-height:17.5px;padding-right:12px}.opened-with-image-model .name-dimensions .download-image-icon{height:17px;width:17px}.web-image-advertisement .image-style{height:auto;max-width:100%;object-fit:contain}.web-image-advertisement .padding-bottom-10{padding-bottom:10%}.inputs-width{width:100%}.inputs-width .input-field-width{width:90%}.inputs-width .input-margin{padding-top:3%}.inputs-width .ai-settings-icon-container{align-items:center;display:flex;justify-content:center}.inputs-width .ai-settings-icon{cursor:pointer;height:30px;width:30px}.setting-dropdown-container{display:flex;flex-direction:row;margin-top:20px}.setting-dropdown-container .setting-dropdown-div{margin-right:20px}.close-icon-img{border:none;cursor:pointer;position:relative;right:0;width:20px}.buttons-div{padding-bottom:20px}.buttons-div .cancel-button-padding-right{padding-right:2%}.ai-settings-div{min-width:950px}.ai-settings-div .ai-settings .body-container{display:flex;flex-direction:"column"}.ai-settings-div .ai-settings .active-tab{background-color:#e8f0c5;border-bottom:5px solid #344e41}.ai-settings-div .ai-settings .tabs{cursor:pointer;margin-right:20px;padding:20px}.ai-settings-div .ai-settings .tab-container{display:flex;flex-direction:row}.ai-settings-div .ai-settings .body-left-container{display:flex;flex:.6 1;flex-direction:column}.ai-settings-div .ai-settings .body-right-container{align-items:center;display:flex;flex:.4 1;flex-direction:column;justify-content:center;min-width:320px}.ai-settings-div .ai-settings .generated-designs-margins{margin-right:2%}.ai-settings-div .ai-settings .button-container{align-items:center;display:flex;flex-direction:column;margin-top:20px}.ai-settings-div .ai-settings .label-name{color:#767676;font-family:QuickSand;font-size:16px;font-weight:700;letter-spacing:"7%";line-height:20.7px;padding-left:2%;padding-top:2%}.ai-settings-div .ai-settings .input-field-width-ai-model{padding-left:2%;width:100%}.ai-settings-div .ai-settings .options{background-color:#f9f9f9;height:450px;margin-top:2%;width:45%}.ai-settings-div .ai-settings .options .ai-settings-options-div{background-color:#0000;cursor:pointer;height:44px}.ai-settings-div .ai-settings .options .ai-settings-options-div.selected{background-color:#e8f0c5}.ai-settings-div .ai-settings .options .ai-settings-options-div .ai-settings-options{color:#344e41;font-family:QuickSand;font-size:16px;font-weight:600;line-height:20px;padding-left:7%}.ai-settings-div .ai-settings .ai-settings-values-div{margin-top:1.1%;width:100%}.ai-settings-div .ai-settings .ai-settings-values-div .ai-settings-values{color:#344e41;font-family:QuickSand;font-size:16px;font-weight:600;line-height:20px;margin-bottom:0;margin-left:4%}.ai-settings-div .ai-settings .ai-settings-values-div .horizontal-break-div{margin-bottom:4.5%}.ai-settings-div .ai-settings .ai-settings-values-div .horizontal-break{border:1px solid #f9f9f9}.ai-settings-div .ai-settings input[type=radio]{appearance:none;border:2px solid #b5b5b5;border-radius:50%;cursor:pointer;height:20px;margin-right:4%;position:relative;width:20px}.ai-settings-div .ai-settings input[type=radio]:before{background-color:#0000;border-radius:50%;content:"";display:block;height:60%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:60%}.ai-settings-div .ai-settings input[type=radio]:checked:before{background-color:#474747}.rcp-root{--rcp-background-color:#121212;--rcp-field-input-color:#fff;--rcp-field-input-border-color:#242424;--rcp-field-label-color:grey}.rcp{background-color:var(--rcp-background-color);border-radius:10px}.rcp,.rcp-body{display:flex;flex-direction:column}.rcp-body{gap:20px;padding:20px 10px}.rcp-section{display:flex;flex-direction:column;gap:10px}.rcp-interactive{height:100%;touch-action:none;-webkit-user-select:none;user-select:none;width:100%}.rcp-interactive[aria-disabled=true]{cursor:inherit;pointer-events:none}.rcp-saturation{background-image:linear-gradient(180deg,#0000,#000),linear-gradient(90deg,#fff,#0000);border-radius:10px 10px 0 0;cursor:all-scroll;position:relative;width:100%}.rcp-saturation-cursor{border:2px solid #fff;border-radius:100%;box-shadow:0 0 15px rgba(0,0,0,.149);height:20px;position:absolute;transform:translate(-10px,-10px);width:20px}.rcp-hue{background-image:linear-gradient(90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red);border-radius:10px;cursor:ew-resize;height:12px;position:relative;width:100%}.rcp-hue-cursor{border:2px solid #fff;border-radius:100%;box-shadow:0 0 15px rgba(0,0,0,.149);height:20px;position:absolute;transform:translate(-10px,-4px);width:20px}.rcp-alpha{border-radius:10px;cursor:ew-resize;height:12px;position:relative;width:100%}.rcp-alpha-cursor{border:2px solid #fff;border-radius:100%;box-shadow:0 0 15px rgba(0,0,0,.149);height:20px;position:absolute;transform:translate(-10px,-4px);width:20px}.rcp-fields{display:flex;flex-direction:column;gap:10px}.rcp-fields-floor{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.rcp-field{display:flex;flex-direction:column;width:100%}.rcp-field-input{background-color:#0000;border:2px solid var(--rcp-field-input-border-color);border-radius:5px;color:var(--rcp-field-input-color);font-family:inherit;font-size:14px;outline:none;padding:5px 0;text-align:center;width:100%}.rcp-field-input:read-only{opacity:.8}.rcp-field-label{color:var(--rcp-field-label-color);font-size:14px;text-align:center}.image-design-preview-component .position-dropdowns-container{align-items:center;display:flex;gap:16px;margin-top:1%;width:95.5%}.image-design-preview-component .position-dropdowns-container>div{flex:1 1}.image-design-preview-component .preview-image-container{height:283px;width:330px}.image-design-preview-component .preview-image{height:100%;object-fit:contain;width:100%}.image-design-preview-component .preview-edit-button-container,.image-design-preview-component .preview-loading-container{display:flex;justify-content:center;margin-top:20px}.image-design-preview-component .add-compaign-edit-image-container{flex:1 1;overflow:hidden;position:relative}.image-design-preview-component .flex-space{display:flex;justify-content:space-between;margin-bottom:10px}.image-design-preview-component .button-container-right-padding{padding-right:12px}.advanced-cropper-line-wrapper--north,.advanced-cropper-line-wrapper--south{height:12px;width:100%}.advanced-cropper-line-wrapper--north{cursor:n-resize}.advanced-cropper-line-wrapper--south{cursor:s-resize}.advanced-cropper-line-wrapper--east,.advanced-cropper-line-wrapper--west{height:100%;width:12px}.advanced-cropper-line-wrapper--east{cursor:e-resize}.advanced-cropper-line-wrapper--west{cursor:w-resize}.advanced-cropper-line-wrapper--disabled{cursor:auto}.advanced-cropper-line-wrapper__content{position:absolute}.advanced-cropper-line-wrapper__content--east,.advanced-cropper-line-wrapper__content--west{height:100%}.advanced-cropper-line-wrapper__content--north,.advanced-cropper-line-wrapper__content--south{width:100%}.advanced-cropper-line-wrapper__content--east{left:50%;transform:translateX(-100%)}.advanced-cropper-line-wrapper__content--west{right:50%;transform:translateX(100%)}.advanced-cropper-line-wrapper__content--north{top:50%}.advanced-cropper-line-wrapper__content--south{bottom:50%}.advanced-cropper-handler-wrapper{height:30px;position:absolute;transform:translate(-50%,-50%);width:30px}.advanced-cropper-handler-wrapper__draggable{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.advanced-cropper-handler-wrapper--west-north{cursor:nw-resize}.advanced-cropper-handler-wrapper--north{cursor:n-resize}.advanced-cropper-handler-wrapper--east-north{cursor:ne-resize}.advanced-cropper-handler-wrapper--east{cursor:e-resize}.advanced-cropper-handler-wrapper--east-south{cursor:se-resize}.advanced-cropper-handler-wrapper--south{cursor:s-resize}.advanced-cropper-handler-wrapper--west-south{cursor:sw-resize}.advanced-cropper-handler-wrapper--west{cursor:w-resize}.advanced-cropper-handler-wrapper--disabled{cursor:auto}.advanced-cropper-bounding-box{height:100%;position:relative;width:100%}.advanced-cropper-bounding-box__handler-wrapper{position:absolute}.advanced-cropper-bounding-box__handler-wrapper--east,.advanced-cropper-bounding-box__handler-wrapper--west{height:100%;top:50%;transform:translateY(-50%)}.advanced-cropper-bounding-box__handler-wrapper--north,.advanced-cropper-bounding-box__handler-wrapper--south{left:50%;transform:translateX(-50%);width:100%}.advanced-cropper-bounding-box__handler-wrapper--west,.advanced-cropper-bounding-box__handler-wrapper--west-north,.advanced-cropper-bounding-box__handler-wrapper--west-south{left:0}.advanced-cropper-bounding-box__handler-wrapper--east,.advanced-cropper-bounding-box__handler-wrapper--east-north,.advanced-cropper-bounding-box__handler-wrapper--east-south{left:100%}.advanced-cropper-bounding-box__handler-wrapper--east-north,.advanced-cropper-bounding-box__handler-wrapper--north,.advanced-cropper-bounding-box__handler-wrapper--west-north{top:0}.advanced-cropper-bounding-box__handler-wrapper--east-south,.advanced-cropper-bounding-box__handler-wrapper--south,.advanced-cropper-bounding-box__handler-wrapper--west-south{top:100%}.advanced-cropper-bounding-box__handler{position:absolute}.advanced-cropper-bounding-box__handler--west-north{left:0;top:0}.advanced-cropper-bounding-box__handler--north{left:50%;top:0}.advanced-cropper-bounding-box__handler--east-north{left:100%;top:0}.advanced-cropper-bounding-box__handler--east{left:100%;top:50%}.advanced-cropper-bounding-box__handler--east-south{left:100%;top:100%}.advanced-cropper-bounding-box__handler--south{left:50%;top:100%}.advanced-cropper-bounding-box__handler--west-south{left:0;top:100%}.advanced-cropper-bounding-box__handler--west{left:0;top:50%}.advanced-cropper-bounding-box__line{position:absolute}.advanced-cropper-bounding-box__line--north,.advanced-cropper-bounding-box__line--south{left:0;transform:translateY(-50%)}.advanced-cropper-bounding-box__line--north{top:0}.advanced-cropper-bounding-box__line--south{top:100%}.advanced-cropper-bounding-box__line--east,.advanced-cropper-bounding-box__line--west{top:0;transform:translateX(-50%)}.advanced-cropper-bounding-box__line--west{left:0}.advanced-cropper-bounding-box__line--east{left:100%}.advanced-cropper-artificial-transition{will-change:transform}.advanced-cropper-background-image{max-width:none!important;pointer-events:none;position:absolute;transform-origin:center;-webkit-user-select:none;user-select:none}.advanced-cropper-canvas{display:none}.advanced-cropper-source{height:1px;opacity:0;position:absolute;visibility:hidden;width:1px}.advanced-cropper-fade{display:flex;flex-direction:column;opacity:0;transition:.5s;visibility:hidden}.advanced-cropper-fade--visible{opacity:1;visibility:visible}.advanced-cropper-wrapper__fade{flex-grow:1;min-height:0}.advanced-cropper-stencil-grid{border-collapse:collapse;display:table;opacity:0;table-layout:fixed;transition:opacity .3s}.advanced-cropper-stencil-grid--visible{opacity:1}.advanced-cropper-stencil-grid__row{display:table-row}.advanced-cropper-stencil-grid__cell{border:1px solid;display:table-cell;height:1%;width:1%}.advanced-cropper-stencil-grid__cell--top{border-top-color:#0000}.advanced-cropper-stencil-grid__cell--left{border-left-color:#0000}.advanced-cropper-stencil-grid__cell--right{border-right-color:#0000}.advanced-cropper-stencil-grid__cell--bottom{border-bottom-color:#0000}.advanced-cropper-stencil-overlay{-webkit-backface-visibility:hidden;box-shadow:0 0 0 1000px currentColor;box-sizing:initial;height:100%;pointer-events:none;position:absolute;width:100%}.advanced-cropper-stencil-wrapper{will-change:transform}.advanced-cropper-boundary{direction:ltr;position:relative;-webkit-user-select:none;user-select:none}.advanced-cropper-boundary__content{height:100%;left:0;position:absolute;top:0;width:100%}.advanced-cropper-boundary__stretcher{max-height:100%;max-width:100%;pointer-events:none;position:relative}.advanced-cropper-circle-stencil{-webkit-backface-visibility:hidden;box-sizing:initial;height:100%;position:absolute;-webkit-transform-style:preserve-3d;width:100%}.advanced-cropper-circle-stencil__overlay{border-radius:50%;overflow:hidden}.advanced-cropper-circle-stencil__preview{border-radius:50%}.advanced-cropper-circle-stencil__draggable-area,.advanced-cropper-circle-stencil__grid,.advanced-cropper-circle-stencil__overlay,.advanced-cropper-circle-stencil__preview{height:100%;position:absolute;width:100%}.advanced-cropper-circle-stencil--movable{cursor:move}.advanced-cropper-rectangle-stencil{-webkit-backface-visibility:hidden;box-sizing:border-box;-webkit-transform-style:preserve-3d}.advanced-cropper-rectangle-stencil,.advanced-cropper-rectangle-stencil__draggable-area,.advanced-cropper-rectangle-stencil__grid,.advanced-cropper-rectangle-stencil__overlay,.advanced-cropper-rectangle-stencil__preview{height:100%;position:absolute;width:100%}.advanced-cropper-rectangle-stencil--movable{cursor:move}.advanced-cropper-simple-line{background:none;border-width:0}.advanced-cropper-simple-line--north,.advanced-cropper-simple-line--south{height:0;width:100%}.advanced-cropper-simple-line--east,.advanced-cropper-simple-line--west{height:100%;width:0}.advanced-cropper-simple-line--east{border-right-width:1px}.advanced-cropper-simple-line--west{border-left-width:1px}.advanced-cropper-simple-line--south{border-bottom-width:1px}.advanced-cropper-simple-line--north{border-top-width:1px}.advanced-cropper-simple-handler{display:block}.advanced-cropper-preview{box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;position:relative}.advanced-cropper-preview__content{left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%)}.advanced-cropper-preview__image{display:none;max-width:none!important;pointer-events:none;position:absolute;transform-origin:center;-webkit-user-select:none;user-select:none}.advanced-cropper-preview__image--visible{display:block}.advanced-cropper-preview__boundary{flex-grow:1;min-height:0;min-width:0}.cropper-preview-wrapper__fade{flex-grow:1;min-height:0;width:100%}.advanced-cropper{background:#000;color:#fff;display:flex;flex-direction:column;max-height:100%;overflow:hidden;position:relative}.advanced-cropper__boundary{flex-grow:1;min-height:0;min-width:0}.advanced-cropper__background-wrapper,.advanced-cropper__wrapper{bottom:0;left:0;position:absolute;right:0;top:0}.advanced-cropper__stencil-wrapper{position:absolute}.advanced-cropper *{box-sizing:border-box}.advanced-cropper-simple-handler{background:currentColor;height:10px;width:10px}.advanced-cropper-simple-line{border-color:#ffffff4d;border-style:solid;transition:border .5s}.advanced-cropper-simple-line--hover{border-color:#fff}.advanced-cropper-circle-stencil__preview{border:2px solid #fff3}.advanced-cropper-stencil-overlay{color:#00000080}.advanced-cropper-stencil-grid{color:#fff6}.add-campaign-edit-image .close-img-div{cursor:pointer;position:absolute;right:20px;top:10px;z-index:1000}.add-campaign-edit-image .close-img-div .close-img{height:20px;width:20px}.add-campaign-edit-image .editor-container{display:flex;flex-direction:column;height:calc(100vh - 170px);margin:35px}.add-campaign-edit-image .editor-container .editor-content{display:flex;flex:1 1;gap:20px;height:calc(100% - 20px);position:relative}.add-campaign-edit-image .editor-container .editor-content .cropper-container{border:1px solid #eee;border-radius:8px;flex:2 1;overflow:hidden;position:relative}.add-campaign-edit-image .editor-container .editor-content .cropper-container .tools-panel{background-color:#fffc;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:16px;left:20px;padding:12px;position:absolute;top:50%;transform:translateY(-50%);z-index:1000}.add-campaign-edit-image .editor-container .editor-content .cropper-container .tools-panel .tool-button{align-items:center;background-color:#fff;border-radius:8px;cursor:pointer;display:flex;height:40px;justify-content:center;transition:background-color .2s;width:40px}.add-campaign-edit-image .editor-container .editor-content .cropper-container .tools-panel .tool-button:hover{background-color:#0000001a}.add-campaign-edit-image .editor-container .editor-content .cropper-container .cropper{height:calc(100% - 20px);max-height:none;width:100%}.add-campaign-edit-image .editor-container .editor-content .preview-container{background-color:#f5f5f5;border-radius:8px;flex:1 1;max-height:100%;overflow:auto;padding:20px}.add-campaign-edit-image .editor-container .editor-content .preview-container h3{font-size:18px;margin-bottom:15px}.add-campaign-edit-image .editor-container .editor-content .preview-container .preview-image-container{position:relative}.add-campaign-edit-image .editor-container .editor-content .preview-container .preview-image-container img{border:1px solid #ccc;border-radius:4px;height:auto;width:100%}.add-campaign-edit-image .editor-container .editor-content .preview-container .preview-image-container .dimensions-badge{background:#000000b3;border-radius:4px;bottom:8px;color:#fff;font-size:12px;padding:4px 8px;position:absolute;right:8px}.add-campaign-edit-image .editor-container .loader-container{display:flex;justify-content:center;margin-top:20px}.add-campaign-edit-image .editor-container .buttons-container{display:flex;gap:12px;justify-content:center;margin-top:20px}.main-container{align-items:center;justify-content:center}.main-container,.sub-container{display:flex;flex-direction:column}.sub-container{margin-top:15%}.go-to-manage-page-container{background:#344e41}.account-submit-container,.go-to-manage-page-container{border-radius:8px;color:#fff;cursor:pointer;font-family:QuickSand;font-size:16px;font-weight:700;letter-spacing:.672px;line-height:130%;margin:20px;padding:10px;text-align:center}.account-submit-container{background:#1778f2}.error-img-container{display:inline-block;height:35px;margin-left:10px;width:35px}.error-text-container,.setting-up-container{align-items:center;display:flex;flex-direction:row}.setting-up-container{justify-content:center}.account-container,.account-id-container{display:flex;flex-direction:column}.account-id-container{background-color:#d3e7f2;border:1px solid #81bcdb;border-radius:8px;padding:20px}.account-heading{font-size:20px}.account-heading,.account-id-div{color:#000;font-family:QuickSand;font-weight:700}.account-id-div{background-color:#fff;border:1px solid #000;border-radius:8px;cursor:pointer;font-size:16px;letter-spacing:.672px;line-height:130%;margin-top:10px;padding:10px;text-align:center}.account-id-selected{background-color:#1778f280;border:1px solid #1778f280;color:#fff}.meta-logo-container{height:75px;margin-left:auto;margin-right:auto;width:75px}@font-face{font-family:QuickSand;src:local("QuickSand"),url(/static/media/Quicksand-VariableFont_wght.b964ff93d9cb23e7f4c0.ttf) format("truetype")}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{font-size:16px}h1{font-size:4rem}h1,h2{line-height:1.3}h2{font-size:2.5rem}h3{font-size:1.5rem;line-height:1.3}h5{font-size:.75rem}p{font-size:1rem;line-height:1.3}li{list-style:none}*,:after,:before{box-sizing:border-box}img{font-size:0;width:100%}a{color:#000;display:inline-block;font-size:1rem;letter-spacing:0;text-decoration:none}.btn-text,a{font-family:QuickSand}.btn-text{font-size:1.25rem;font-weight:700;line-height:1.3}.number,body,h1,h2,h3,h4,h5,h6{font-family:QuickSand}.container{grid-gap:10px;display:grid;gap:10px;grid-template-columns:70%;grid-template-rows:auto auto auto auto auto auto auto auto auto;justify-content:center;margin:0;min-width:1500px;padding-bottom:7.5rem;padding-top:2rem;position:relative}.container-2{margin:0 auto;max-width:1150px;padding:2rem 0 7.5rem}.text-center{text-align:center}.hidden{display:none}.visible{display:block}.react-tooltip,button{font-family:QuickSand}.react-tooltip{background-color:#474747!important;border-radius:10px!important;font-weight:500;opacity:1!important}.asterisk{color:#ff6464}.loaders{align-items:center;display:flex;justify-content:center;padding-top:100px}.background-box{background-color:#fff;border-radius:10px;box-shadow:0 4px 10px #0000001a;height:100%}.web-link{color:#474747;font-size:.75rem;font-weight:600}input,select,textarea:focus-visible{outline-color:#9eac5f}.delete-multiple{background:url(/static/media/buttons.1bc08f5816d6bc89501f.svg) no-repeat;border:none;cursor:pointer;width:50px}.modules-heading{color:#474747;font-family:QuickSand;font-size:1.5rem;font-style:normal;font-weight:700;letter-spacing:1.008px;line-height:130%}.input-field-common{border:1.5px solid #ccc;border-radius:9px;padding-left:12px}.input-field-common,.input-field-common-error{font-family:var(--fontQuickSand);font-size:.875rem;font-style:normal;font-weight:500;height:47px;margin-right:20%;margin-top:1%;position:relative;width:95%}.input-field-common-error{border:1.5px solid red;border-radius:9px;padding:7px 7px 7px 12px}.input-error-text{color:red}.heading-bottom{margin-bottom:1.88rem}.backgroundSize{background-size:50px}.backgroundSizeMobile{background-size:40px}.padding-basic{padding:1rem}.body-text-medium,.body-text-regular{font-size:1rem;line-height:auto}.body-text-medium{font-weight:500}.body-text-bold{font-size:1rem;font-weight:600;line-height:1.3}.body-text-extra-bold{font-size:1rem;font-weight:700;line-height:1.3}.body-text-main,.body-text-main-bold{font-size:1.25rem;line-height:1.3}.body-text-main-bold{font-weight:500}.body-text-main-small{font-size:.75rem;line-height:1.3}.general-bar-graph-height{height:22.5rem}.comparison-bar-graph-height{height:30rem}.minimum-height-for-pages{min-height:22.5rem}.margin-top-10{margin-top:10px}.position-relative{position:relative}.gap-10{gap:10px}.illustration-heading{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:1.008px;line-height:130%}.illustration-background{align-items:center;background-color:rgba(71,71,71,.898);border-radius:10px;display:flex;flex-direction:column;gap:10px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.illustration-icon{display:flex;height:300px;justify-content:"center";margin:30px 0}.full-height{height:100%}.full-width{width:100%}.margin-top-1rem{margin-top:1rem}.margin10{margin:10px}.margin-left-20{margin-left:20px}.margin-right-10{margin-right:10px}.persona-heatmap-header{align-items:center;color:#474747;display:flex;font-size:.9rem}.margin-top-20{margin-top:20px}.gap-20{gap:20px}.toggle-text{color:#767676;font-family:QuickSand;font-size:16px;font-weight:500;letter-spacing:5%;line-height:20px;padding:0 5px}.padding-top-10{padding-top:10px}.flex{display:flex}.flex-row{flex-direction:row}.flex-between,.flex-pointer{align-items:center;display:flex;justify-content:space-between}.flex-pointer{cursor:pointer}.flex-justify-pointer{cursor:pointer;display:flex;justify-content:space-between}.flex-start{justify-content:flex-start}.flex-end,.flex-start{align-items:center;display:flex}.flex-end{justify-content:flex-end}.flex-center{justify-content:center}.flex-center,.flex-center-align,.flex-vertical{align-items:center;display:flex}.flex-vertical{flex-direction:column;justify-content:center}.flex-column,.flex-column-height{display:flex;flex-direction:column}.flex-column-height{height:100%;justify-content:space-between}.flex-center-height{align-items:center;display:flex;height:100%;justify-content:center}.flex-column-end{align-items:flex-end;display:flex;flex-direction:column;justify-content:space-between}.flex-column-center{display:flex;flex-direction:column;justify-content:center}.flex-space{display:flex;justify-content:space-between}.flex-justify-center{display:flex;justify-content:center}.flex-row-between{flex-direction:row}.flex-column-between,.flex-row-between{align-items:center;display:flex;justify-content:space-between}.flex-column-between{flex-direction:column}.flex-vertical-between{display:flex;flex-direction:column;justify-content:space-between}.flex-justify-end{display:flex;justify-content:flex-end}.grid,.grid-gap{display:grid}.grid-gap{gap:20px}.half-column-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:49% 49%}.half-column-grid-30-70{grid-gap:20px;display:grid;gap:20px;grid-template-columns:30% 70%}.half-column-grid-with-divider{grid-gap:10px;display:grid;gap:10px;grid-template-columns:49% 1% 49%;height:80vh;padding:10px 0}.grid-center-100{align-items:center;display:grid;height:100%;justify-content:center}@media screen and (max-width:768px){html{font-size:10px}.flex-between{flex-wrap:wrap}.col-100{flex:0 1 100%;margin:2.5rem}.column{flex-direction:column}.order-1{order:-1}}
/*# sourceMappingURL=main.0f41274a.css.map*/