@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Alata&display=swap";@import"https://fonts.googleapis.com/css2?family=Alata&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500;1,600&display=swap";.container{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;width:100%}.title{font-size:2rem;margin-bottom:16px}.card-container{display:flex;justify-content:center;flex-wrap:wrap;gap:16px}.card{max-width:85%;margin:16px;height:100%;transition:transform .2s;transition:.3s!important}.card:hover{transform:scale(1.02);box-shadow:0 0 10px #0000001a}.card .card-title{margin-top:10px}.card .icon{font-size:2.5rem;color:#555}.media{height:140px}h2{font-size:1.5rem;margin-bottom:12px}p{font-size:1rem;color:#555}.home-card:hover{cursor:pointer}.animation-container{display:flex;justify-content:center;align-items:center;height:100px}.seo-animation{display:flex;flex-direction:column;align-items:center}.chart{width:200px;height:20px;background-color:#9061f9;border-radius:5px;margin-bottom:20px}.chart-bar{width:0;height:100%;background-color:#9061f9;border-radius:5px}.text-box{font-size:20px;font-weight:700;text-align:center}.error404-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.error-container{font-size:180px;font-weight:800}.error-container>.error-span{display:inline-block;line-height:.7;position:relative}.error-container>.error-span>span{display:inline-block;position:relative;color:#9945ff}.page-container{display:flex;width:100%;max-width:1920px}.page-container.account{padding:0;max-width:1200px;margin:auto}@media screen and (max-width: 768px){.page-container.account{padding:0 1rem}}.page-content{width:100%}.page-content:not(.account){width:calc(100% - 250px)}.page-content{padding:20px;height:calc(100% - 64px)}@media screen and (max-width: 1024px){.page-content:not(.account){width:100%}}.app-bar{position:sticky;top:0;z-index:1000;--primary-color: #9061f9;--secondary-color: #bb86fc;--text-color: #333;--background-color: #f5f5f5;--card-background-color: white;--border-radius: 12px;--box-shadow: 0 4px 16px rgba(0, 0, 0, .1);--hover-box-shadow: 0 8px 24px rgba(0, 0, 0, .2);--icon-color: #9061f9}.app-bar[data-theme=dark]{--text-color: #e3e3e3;--background-color: #343333;--card-background-color: #1f1f1f;--box-shadow: 0 4px 16px rgba(255, 255, 255, .1);--academy-border-color: white;--academy-text-color: white}.app-bar .header{box-shadow:none}.app-bar .header.dark{background:#343333}.app-bar .header .iconMenuSidebar{display:none}.app-bar .highlighted-button{position:relative;display:flex;align-items:center;justify-content:center;background-color:#fff;color:var(--primary-color);font-weight:700;padding:10px 15px;border-radius:30px;border:2px solid var(--primary-color);overflow:hidden;transition:background-color .3s,color .3s;height:40px;margin-left:10px}.app-bar .highlighted-button:hover{background-color:var(--primary-color);color:#fff}.app-bar .highlighted-button:hover .MuiListItemText-root,.app-bar .highlighted-button:hover .css-1a11jgl-MuiTypography-root{color:#fff}.app-bar .highlighted-button.dark{background-color:var(--background-color);color:var(--academy-text-color);border:2px solid var(--academy-border-color)}.app-bar .highlighted-button.dark:hover{background-color:var(--primary-color);color:#fff}.app-bar .highlighted-button.dark:hover .MuiListItemText-root,.app-bar .highlighted-button.dark:hover .css-1a11jgl-MuiTypography-root{color:#fff}.app-bar .highlighted-button .MuiBox-root{display:flex;align-items:center;justify-content:center;width:100%}.app-bar .highlighted-button .MuiBox-root .MuiListItemIcon-root{display:flex;align-items:center}.app-bar .highlighted-button .MuiBox-root .MuiListItemIcon-root .sidebar-icon{width:24px;height:24px}.app-bar .highlighted-button .MuiBox-root .MuiListItemText-root{margin-left:-15px;transition:color .3s;color:inherit}.app-bar .close-button{color:inherit}.MuiPaper-root{box-shadow:none}.MuiPaper-root .logo{margin-left:6px;margin-top:7px;width:250px}@media (max-width: 1024px){.app-bar{z-index:50}.app-bar .header .iconMenuSidebar{display:block}.app-bar .header .iconMenuSidebar .iconMenuHamburguesa{transform:scale(1.25)}.MuiPaper-root .logo{margin-left:1rem;width:30vw}}@media (max-width: 600px){.app-bar{z-index:50}.app-bar .highlighted-button{border-radius:50%;width:40px;height:40px;padding:0;display:flex;justify-content:center;align-items:center}.app-bar .highlighted-button .MuiBox-root{justify-content:center;align-items:center}.app-bar .highlighted-button .MuiListItemText-root{display:none}.app-bar .highlighted-button .sidebar-icon{width:24px;height:24px;margin-left:15px}.app-bar .MuiAvatar-root{width:40px;height:40px}.MuiPaper-root .logo{margin-left:.5rem;width:30vw}}.three-container{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6}.three-body{--uib-size: 35px;--uib-speed: .8s;--uib-color: var(--violet-color);position:relative;display:inline-block;height:var(--uib-size);width:var(--uib-size);animation:spin78236 calc(var(--uib-speed) * 2.5) infinite linear}.three-body__dot{position:absolute;height:100%;width:30%}.three-body__dot:after{content:"";position:absolute;height:0%;width:100%;padding-bottom:100%;background-color:var(--uib-color);border-radius:50%}.three-body__dot:nth-child(1){bottom:5%;left:0;transform:rotate(60deg);transform-origin:50% 85%}.three-body__dot:nth-child(1):after{bottom:0;left:0;animation:wobble1 var(--uib-speed) infinite ease-in-out;animation-delay:calc(var(--uib-speed) * -.3)}.three-body__dot:nth-child(2){bottom:5%;right:0;transform:rotate(-60deg);transform-origin:50% 85%}.three-body__dot:nth-child(2):after{bottom:0;left:0;animation:wobble1 var(--uib-speed) infinite calc(var(--uib-speed) * -.15) ease-in-out}.three-body__dot:nth-child(3){bottom:-5%;left:0;transform:translate(116.666%)}.three-body__dot:nth-child(3):after{top:0;left:0;animation:wobble2 var(--uib-speed) infinite ease-in-out}@keyframes spin78236{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes wobble1{0%,to{transform:translateY(0) scale(1);opacity:1}50%{transform:translateY(-66%) scale(.65);opacity:.8}}@keyframes wobble2{0%,to{transform:translateY(0) scale(1);opacity:1}50%{transform:translateY(66%) scale(.65);opacity:.8}}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.gap-5{gap:2.5rem}.gap-6{gap:3rem}.gap-7{gap:3.5rem}.gap-8{gap:4rem}.gap-9{gap:4.5rem}.gap-10{gap:5rem}.gap-11{gap:5.5rem}.gap-12{gap:6rem}.gap-13{gap:6.5rem}.gap-14{gap:7rem}.gap-15{gap:7.5rem}.gap-16{gap:8rem}.gap-17{gap:8.5rem}.gap-18{gap:9rem}.gap-19{gap:9.5rem}.gap-20{gap:10rem}.gap-21{gap:10.5rem}.gap-22{gap:11rem}.gap-23{gap:11.5rem}.gap-24{gap:12rem}.gap-25{gap:12.5rem}.gap-26{gap:13rem}.gap-27{gap:13.5rem}.gap-28{gap:14rem}.gap-29{gap:14.5rem}.gap-30{gap:15rem}:root{--violet-color: rgb(108 43 217 / 1);--violet-bar-color: #9061f9}.recharts-tooltip-wrapper{z-index:1}*{margin:0;padding:0;box-sizing:border-box;font-family:Alata,sans-serif!important}body{min-height:100vh;min-width:100vw;overflow-x:hidden;background:#f3f4f6}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:5px}body::-webkit-scrollbar-thumb:hover{background-color:#999}body::-webkit-scrollbar-track{background-color:transparent}h1{font-size:2rem;font-weight:700;margin-bottom:1rem}h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem}h3{font-size:1.2rem;font-weight:700;margin-bottom:1rem}a{text-decoration:none;color:#007bff}a:hover{text-decoration:underline}p{line-height:1.5;margin-bottom:.5rem;color:#000}ul,ol{margin-bottom:1rem;margin-left:1.5rem}ul li,ol li{margin:.5rem 0}hr{border-color:#e5e7eb4d}.relative{position:relative}.boxShadow{box-shadow:0 0 1px #191b2329,0 1px 2px #191b231f!important}.flex{display:flex;flex-flow:row wrap}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.font-bold{font-weight:700!important}.text-2xl{font-size:1.5rem!important;line-height:2rem}.text-gray-500{color:#6b7280}.py-2{padding:.5rem}.py-3{padding-block:1rem}.pt-3{padding-top:1rem}.px-3{padding-inline:1rem}.py-4{padding-block:1.5rem}.p-4{padding:1.5rem}.my-3{padding:.75rem}.capitalize{text-transform:capitalize!important}.btn-clear-competitor{position:absolute;right:10px;top:10px;border:none;cursor:pointer;background-color:transparent}.btn-more-competitors:hover{background-color:#9161f93b!important}footer{display:flex;justify-content:center;background:#9061f9;color:#fff}footer .footer-content{display:flex;justify-content:center;padding:1rem;gap:5px}@media screen and (max-width: 768px){footer .footer-content{flex-direction:column}}footer .footer-content p{color:#fff}footer .footer-links{display:flex;gap:5px;color:#fff}@media screen and (max-width: 768px){footer .footer-links{flex-wrap:wrap}}footer .footer-links a{color:#fff}.btn-link{color:#7e3af2;border:none;outline:none;background-color:transparent;cursor:pointer}.btn-link.dark{color:#c09cff}.btn-link p{color:inherit}.area-chart .recharts-tooltip-label,.area-chart .recharts-tooltip-item{font-size:12px;font-family:Roboto,sans-serif}.h-max{height:100%}.flex-col{display:flex;flex-direction:column}.mb-5{margin-bottom:1rem!important}.space-between{justify-content:space-between}.flex-end{display:flex;justify-content:flex-end!important}.line-height-0{line-height:0!important}.serp-features{color:#979797}.flex-1{flex:1}.text-right{text-align:right}.w-full{width:100%}.h-screen{height:100vh}.text-center{text-align:center}.wrap-popover>div~div.MuiPaper-elevation{border-width:1px;border-radius:12px;border-style:solid;border-color:#0000001f;box-shadow:0 0 5px -1px #0000004d}.wrap-popover.dark>div~div.MuiPaper-elevation{border-color:#ffffff10}.seen-new.active{color:#66d660}.seen-lost.active{color:#d66060}.flex-start{display:inline-flex}.justify-end{justify-content:flex-end}.link-domain{color:#333!important;font-weight:800}.m-0{margin:0}.text-info{color:#d66060}.btn-group-chip{display:inline-block;border-radius:6px;overflow:hidden;transition:all .3s}.btn-group-chip.light{color:#000!important}.btn-group-chip.light button:where([data-current=true],:hover){border-color:#8a4fbc;background-color:#e2d7f5}.btn-group-chip.dark{color:#fff!important}.btn-group-chip.dark button:where([data-current=true],:hover){border-color:#9061f9;background-color:#6c2bd9}.btn-group-chip button{cursor:pointer;padding:4px 10px;color:inherit;border:1px solid #E5E7EB;background-color:transparent;transition:all .3s}.btn-group-chip button:nth-child(1){border-radius:6px 0 0 6px}.btn-group-chip button:last-child{border-radius:0 6px 6px 0}.flex-wrap{flex-wrap:wrap!important}.text-light{color:#f3f4f6}.text-light>*{color:#f3f4f6}.text-dark{color:#000}.text-dark>*{color:#000}@media screen and (max-width: 768px){.md-flex-col{flex-direction:column}.md-justify-end{justify-content:end}}.settings-modal{overflow:auto;border-radius:15px}.settings-modal .settings-list{display:flex;flex-direction:row}.settings-modal .settings-list .settings-list-item{flex-grow:1;position:relative;display:flex;align-items:center;justify-content:center}.settings-modal .MuiTypography-h6{display:flex;align-items:center;justify-content:center}.settings-modal .MuiTypography-h6 svg{margin-right:10px}.settings-modal .MuiListItem-root{display:flex;align-items:center}.settings-modal .MuiListItem-root svg{margin-right:10px}.settings-modal::-webkit-scrollbar{width:10px}.settings-modal::-webkit-scrollbar-track{background:none}.settings-modal::-webkit-scrollbar-thumb{background-color:#9061f9;border-radius:5px;border:3px solid #9061f9}.itemDarkMode:hover{cursor:default}.wrap-popover.setting-modal>div~div.MuiPaper-elevation{width:100%;max-width:230px;top:60px!important}@media (max-width: 600px){.settings-modal{width:90%}.settings-modal::-webkit-scrollbar{width:5px}}.icon-button-rounded{display:flex;align-items:center;justify-content:center;background-color:var(--primary-color);color:#fff;border-radius:50%;width:40px;height:40px;min-width:40px;border:none;transition:background-color .3s,color .3s}.icon-button-rounded:hover{background-color:#fff;color:var(--primary-color)}.icon-button-rounded .sidebar-icon{width:24px;height:24px}.breadcrumb{border-radius:.5rem;margin-bottom:1rem!important;padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 768px){.breadcrumb{flex-wrap:wrap;gap:1rem}.breadcrumb .btn-more-competitors:nth-child(2){width:100%!important}}.breadcrumb.light{background-color:#f9fafb;border:1px solid rgb(229,231,235)}.breadcrumb.dark{border:1px solid #343333;background-color:#343333}.breadcrumb ol li a{display:flex;color:#374151}.breadcrumb.dark ol li a{color:#fff}.breadcrumb ol li:last-child p{color:#6b7280}.breadcrumb.dark ol li:last-child p{color:#fff}.breadcrumb ol li svg{margin-right:5px;color:inherit}.breadcrumb ol .MuiBreadcrumbs-separator{color:#374151}.breadcrumb.dark ol .MuiBreadcrumbs-separator{color:#fff}.video-bg{height:250px;border-radius:8px;background-color:#000}.errorPageBox{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;height:60vh}.errorPageBox .error{font-size:2rem;color:#d32f2f;margin-bottom:60px}.errorPageBox .errorText{color:#333;font-size:1.4rem;margin-bottom:40px}.plans .container{margin-top:40px}.plans .container .item{text-align:center;border-radius:10px;cursor:pointer}.plans .container .item .title{font-size:1.4rem;font-weight:700;margin-bottom:40px}.plans .container .item .price{font-size:3rem;font-weight:700}.plans .container .item .includeDescription{margin:20px 0;color:#7e3af2}.plans .container .item .included,.plans .container .item .notIncluded{padding:10px 0;align-items:flex-start}.plans .container .item .included svg,.plans .container .item .notIncluded svg{margin:2px 5px 0 0}.plans .container .item .included,.plans .container .item .notIncluded p{text-align:left}.plans .container .item .button{width:100%;padding:15px 0;font-size:1rem;font-weight:700;border-radius:4px;color:#fff;border:none;background:inherit;text-transform:uppercase}.plans .container .item .buttonTrial{margin-top:40px;border-radius:8px;transition:background .3s ease,transform .2s ease}.plans .container .item .buttonTrial .button{cursor:pointer}.plans .container .item .buttonTrial_true{background:linear-gradient(135deg,#4caf50,#009f81)}.plans .container .item .buttonTrial_true:hover{background:linear-gradient(135deg,#009f81,#4caf50);transform:scale(1.01)}.plans .container .item .buttonTrial_false{background:linear-gradient(135deg,#7e3af2,#333)}.plans .container .item .buttonTrial_false:hover{background:linear-gradient(135deg,#333,#7e3af2);transform:scale(1.01)}.container-card{padding:5rem}.container-card .card-title{text-align:center;font-weight:800;margin-bottom:2.5rem}.container-card .card-content{display:flex;align-items:baseline;justify-content:center;margin-bottom:8px}@media screen and (max-width: 768px){.container-card{padding:0}.container-card .card-title{font-size:40px;margin-bottom:1rem}}.projectSelectorDialog .MuiDialog-container .MuiDialog-paper{padding:20px 10px}.projectSelectorDialog .MuiDialog-container .MuiDialog-paper .MuiSelect-select{display:flex;align-items:center}.projectSelectorDialog .MuiDialog-container .MuiDialog-paper p{font-weight:500}.projectSelectorDialog .MuiDialog-container .MuiDialog-paper .title{font-size:1.4rem;font-weight:500}.projectSelectorDialog .MuiDialog-container .MuiDialog-paper .btnAddProject{margin-top:40px;padding:16px 0;font-size:1.2rem;font-weight:900}.projectSelectorImg{margin-right:10px}.dataGrid.fullHeight .MuiDataGrid-overlay{min-height:464px}.dataGrid.fullHeight .MuiDataGrid-main{min-height:520px}.dataGrid .center-cell{display:flex;align-items:center;justify-content:center;height:100%}.dataGrid span,.dataGrid p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.MuiGrid-root .MuiGrid-item .dataGrid .MuiDataGrid-main .MuiDataGrid-virtualScroller .MuiDataGrid-topContainer .MuiDataGrid-columnHeaders{position:sticky;top:0;z-index:100;background-color:#fff}.MuiGrid-root .MuiGrid-item .dataGrid .MuiDataGrid-main .MuiDataGrid-virtualScroller .MuiDataGrid-topContainer .MuiDataGrid-columnHeaders .MuiDataGrid-row--borderBottom,.MuiGrid-root .MuiGrid-item .dataGrid .MuiDataGrid-main .MuiDataGrid-virtualScroller .MuiDataGrid-topContainer .MuiDataGrid-columnHeader .MuiDataGrid-columnHeader .MuiDataGrid-columnSeparator{background:transparent}.MuiTable-root .MuiTableHead-root tr th{margin:0;padding:0 5px}.MuiTable-root .MuiTableHead-root tr th span{margin:0;padding:0}.MuiTable-root .MuiTableHead-root tr th span svg{margin:0;padding:0}.paxton-table--row{min-height:50px!important}.blurred{filter:blur(4px)}.diff{font-size:.75em;vertical-align:super}.thin-content-problems{display:flex;align-items:center}.thin-content-problems .border{display:flex;align-items:center;gap:8px;padding:0 10px;height:22px;justify-content:center;border-radius:4px;border-width:1px;border-style:solid;border-color:transparent}.thin-content-problems .border p{font-size:12px;margin:0}.thin-content-problems .border.false{background-color:#9ef2c9}.thin-content-problems .border.false p{color:#007c65}.thin-content-problems .border.true{background-color:#fce081}.thin-content-problems .border.true p{color:#a75800}.overviewRedirectLink span.link-domain{font-weight:700;cursor:pointer;display:flex}.overviewRedirectLink span.link-domain:hover{text-decoration:underline}.keywordLinkBlank{display:flex;gap:10px;text-wrap:wrap;word-break:break-word}.keywordLinkBlank div{display:flex;align-items:flex-start}.keywordLinkBlank div .noColor{color:gray;margin-left:5px}.KeywordRedirectLink{display:flex;align-items:center}.KeywordRedirectLink a{color:#7e3af2;text-decoration:none!important;background-image:linear-gradient(currentColor,currentColor);background-position:0 2rem;background-repeat:no-repeat;background-size:0% 2px;transition:background-size .3s,color .3s}.KeywordRedirectLink a:hover{background-size:100% 2px}.containerIntents{border:1px solid red;display:flex;flex-direction:row;height:100%}.intent{display:flex}.intent div{display:flex;align-items:center;flex:1}.intent div p{display:flex;align-items:center;justify-content:space-around;width:24px;height:24px;border-radius:4px;font-size:12px}.intent span{margin-left:10px;text-transform:capitalize}.intent .informational p{background:#c4e5fe;color:#006dca}.intent .informational span{color:#006dca}.intent .navigational p{background:#edd9ff;color:#8649e1}.intent .navigational span{color:#8649e1}.intent .transactional p{background:#9ef2c9;color:#007c65}.intent .transactional span{color:#007c65}.intent .commercial p{background:#fce081;color:#a75800}.intent .commercial span{color:#a75800}.contains-keyword{display:flex;width:100%;align-items:flex-start;border-radius:4px}.contains-keyword .container{display:flex;flex-direction:column;width:100%;height:100%;justify-content:flex-start;align-items:flex-end;background-color:#9ef2c9;color:#007c65;padding:0 15px;border-radius:4px}.contains-keyword .container .row{margin:0;padding:0;display:flex;flex-direction:row}.contains-keyword .container .row p{margin:0 5px;padding:0}.contains-keyword .border .false{padding:0 10px;border-radius:4px;background-color:#fce081;color:#a75800}.keywordFeatures{display:flex;align-items:center;flex-wrap:wrap;gap:2px}.keywordFeatures .snippetsCount{border:1px solid red;cursor:pointer}.keywordDifficulty{display:flex;justify-content:space-around;align-items:center;border:1px solid;min-width:3rem;border-radius:5px}.keywordDifficulty.very-easy{border-color:#59ddaa}.keywordDifficulty.easy{border-color:#009f81}.keywordDifficulty.possible{border-color:#fdc23c}.keywordDifficulty.difficult{border-color:#ff8c43}.keywordDifficulty.hard{border-color:#ff4953}.keywordDifficulty.very-hard{border-color:#d1002f}.keywordDifficulty .value{font-size:.9rem}.keywordDifficulty div{border-radius:50%;height:8px;width:8px}.keywordDifficulty div.very-easy{background-color:#59ddaa}.keywordDifficulty div.easy{background-color:#009f81}.keywordDifficulty div.possible{background-color:#fdc23c}.keywordDifficulty div.difficult{background-color:#ff8c43}.keywordDifficulty div.hard{background-color:#ff4953}.keywordDifficulty div.circle-very-hard{background-color:#d1002f}.historyTrendChart{display:flex;width:160px;height:50px;margin-right:-10px}.level-position p{font-size:1rem;margin:0}.level-position svg{flex:1;width:1rem;height:.9rem}.keyword-position{display:inline-flex}.keyword-position.up .keyword-position__diff,.keyword-position.up .keyword-position__icon{color:#16a34a}.keyword-position.down .keyword-position__diff,.keyword-position.down .keyword-position__icon{color:#dc2626}.keyword-position svg{width:.5rem;height:.5rem}.keyword-position .keyword-position__icon,.keyword-position .keyword-position__diff{display:flex;align-self:flex-start;align-items:start;font-size:.75rem}.serpKeyword .KeywordRedirectLink a{color:#333;font-weight:700}.MuiDataGrid-row .MuiDataGrid-cell .isNoFollow{color:#c33909;background:#ffccb6}.MuiDataGrid-row .MuiDataGrid-cell .isNew{color:#007c65;background:#b1e9df}.MuiDataGrid-row .MuiDataGrid-cell .isLost,.MuiDataGrid-row .MuiDataGrid-cell .isBroken{color:#ffb2c7;background:#d1002f}.is_new{color:#66d660}.is_lost{color:red}.is_broken{color:orange}.is_indirect_link{color:#1c244b}.MuiDataGrid-cell:has(.greater){background-color:#c4f7c4}.distribution{color:#7e3af2}.projectProperty{display:flex;align-items:center;gap:14px}.projectProperty img{border-radius:8px}.MuiGrid2-root .projectSelector{margin:0;padding:6px 10px;border-radius:8px;background-color:#f3f4f6;color:#1f1f1f}.MuiGrid2-root .projectSelector div{margin:0;padding:0}.blurred-text{filter:blur(5px);cursor:pointer}.invoiceDownload:hover{color:#7e3af2}.invoiceNumber{display:flex}.invoiceNumber .simple_true{color:red;display:flex;align-items:center}.invoiceNumber .simple_false{display:flex;align-items:center}.invoiceNumber svg{margin-right:4px}.invoiceStatus{display:flex}.invoiceStatus svg{font-size:36px}div .status_paid{color:#398e71}div .invoiceDownload{display:flex;margin:0;padding:2px 10px}div .invoiceDownload:hover{color:#a098fb}div .invoiceDownload span{display:flex;height:20px;padding-left:5px}.projectAdmin .title{font-size:24px;font-weight:700}.projectAdmin .titleCard{margin-top:30px;font-size:16px;font-weight:700}.projectAdmin p{margin-bottom:20px}.projectAdmin img{width:100%;height:auto;display:block}.projectAdmin button:hover{cursor:pointer}.projectAdmin button svg{margin:0 5px}.filter{border:1px solid #c5c4c4;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:8px;background-color:#f3f4f6;cursor:pointer;min-width:150px;height:30px}.filter .left{text-transform:capitalize}.filter .right{width:100%;display:flex;justify-content:flex-end}.filter .right .customInput{text-align:right;font-size:.8rem;background:inherit}.filter .right .customInput input{text-align:unset}.filterContainer{max-width:250px;width:100%;border-radius:4px;background:#fff;padding:10px 15px;border:4px solid #F3F4F6;box-shadow:15px 5px 20px #b1b4bd}.filterContainer .customRange{margin-top:30px}.filterContainer li{padding:5px 0;justify-content:space-between}.filterContainer li .item{display:flex;justify-content:space-between}.filterContainer li .item .left{min-width:40px;text-align:left}.filterContainer input{text-align:end;background:#fff}.filterContainer button{background:#7e3af2}.selected{background:#b3b1e4}._globalMetricToggle_17if9_7{padding:0;border-radius:5px;height:34.5px;width:auto}._globalMetricToggle_17if9_7 ._box_17if9_13{display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%;gap:0}._globalMetricToggle_17if9_7 ._iconButton_17if9_21{transform:scale(.6);border-radius:0}._globalMetricToggle_17if9_7 ._iconButton_17if9_21._clicks_17if9_25{margin-right:-7px}._globalMetricToggle_17if9_7 ._iconButton_17if9_21._impressions_17if9_28,._globalMetricToggle_17if9_7 ._iconButton_17if9_21._ctr_17if9_28{margin-left:-7px;margin-right:-7px}._globalMetricToggle_17if9_7 ._iconButton_17if9_21._position_17if9_32{margin-left:-7px}._globalMetricToggle_17if9_7 ._iconButton_17if9_21._active-clicks_17if9_35{border:2px solid #4285f4;background-color:#4285f41a;color:#4285f4}._globalMetricToggle_17if9_7 ._iconButton_17if9_21._inactive-clicks_17if9_40{border:2px solid transparent;background-color:transparent;color:default}._globalMetricToggle_17if9_7 ._iconButton_17if9_21._active-impressions_17if9_45{border:2px solid #5e35b1;background-color:#5e35b11a;color:#5e35b1}._globalMetricToggle_17if9_7 ._iconButton_17if9_21._inactive-impressions_17if9_50{border:2px solid transparent;background-color:transparent;color:default}._globalMetricToggle_17if9_7 ._iconButton_17if9_21._active-ctr_17if9_55{border:2px solid #00897b;background-color:#00897b1a;color:#00897b}._globalMetricToggle_17if9_7 ._iconButton_17if9_21._inactive-ctr_17if9_60{border:2px solid transparent;background-color:transparent;color:default}._globalMetricToggle_17if9_7 ._iconButton_17if9_21._active-position_17if9_65{border:2px solid #e8710a;background-color:#e8710a1a;color:#e8710a}._globalMetricToggle_17if9_7 ._iconButton_17if9_21._inactive-position_17if9_70{border:2px solid transparent;background-color:transparent;color:default}.chart{background:transparent;margin:0 0 5px;padding:0}.chart .metric_clicks path{stroke:#4285f4}.chart .metric_clicks path.recharts-curve.recharts-area-area{fill:#4285f4}.chart .metric_impressions path{stroke:#5e35b1}.chart .metric_impressions path.recharts-curve.recharts-area-area{fill:#5e35b1}.chart .metric_ctr path{stroke:#00897b}.chart .metric_ctr path.recharts-curve.recharts-area-area{fill:#00897b}.chart .metric_position path{stroke:#e8710a}.chart .metric_position path.recharts-curve.recharts-area-area{fill:#e8710a}.chart .metric_clicks .recharts-cartesian-axis-tick text{fill:#4285f4}.chart .metric_impressions .recharts-cartesian-axis-tick text{fill:#5e35b1}.chart .metric_ctr .recharts-cartesian-axis-tick text{fill:#00897b}.chart .metric_position .recharts-cartesian-axis-tick text{fill:#e8710a}._body_1h4p3_8{font-family:Open Sans,Arial,sans-serif;background-color:#fff}._main_1h4p3_13{margin:auto;max-width:978px;padding:20px;background-color:#fff}._header_1h4p3_20{min-height:64px;display:flex;align-items:center;border-bottom:1px solid #eee;margin:auto;max-width:978px;justify-content:space-between}._logo_1h4p3_30{height:40px}._breadcrumbs_1h4p3_34{font-size:11px;margin:15px 0 20px;padding:0;list-style:none}._breadcrumbItem_1h4p3_41{display:inline-block;margin:12px 0 0;padding:0}._breadcrumbLink_1h4p3_47{color:#000;text-decoration:none}._breadcrumbSeparator_1h4p3_52:after{content:"›";font-size:18px;line-height:13px;padding:0 8px;position:relative;top:1px}._headerContainer_1h4p3_61{display:flex;align-items:center;margin:.67em 0}._dashboardTitle_1h4p3_67{color:#444;font-size:18px;font-weight:600;margin:0}._intro_1h4p3_74{color:#767676;font-size:13px;margin:20px 0}._documentationList_1h4p3_80{list-style:none;padding:0;margin:10px 0;font-size:13px;display:flex;color:#767676}._documentationItem_1h4p3_89{display:inline-flex;margin-right:20px;align-items:center}._documentationItem_1h4p3_89 span{margin-left:9px}._incidentHeader_1h4p3_99{color:#444;font-size:16px;font-weight:600;margin:10px 0}._incidentDescription_1h4p3_106,._incidentSummary_1h4p3_107{color:#444;font-size:14px}._psdTable_1h4p3_112{border-collapse:collapse;font-size:13px;width:100%}._th_1h4p3_118,._td_1h4p3_119{padding:15px 5px 15px 8px;text-align:left}._th_1h4p3_118{color:#767676;font-weight:400;text-transform:uppercase}._td_1h4p3_119{background-color:#fcfcfc;border-bottom:1px solid #eee;border-top:1px solid #eee}._status_1h4p3_136{padding-right:0}._date_1h4p3_140,._time_1h4p3_141{padding-right:20px;white-space:nowrap}._description_1h4p3_146{font-size:13px}._available_1h4p3_150{fill:#1e8e3e;width:18px;height:18px}._information_1h4p3_156{fill:#1967d2;width:18px;height:18px}._disruption_1h4p3_162{fill:#e37400;width:18px;height:18px}._outage_1h4p3_168{fill:#d93025;width:18px;height:18px}._footerList_1h4p3_174{list-style:none;padding:0;font-size:13px;color:#767676}._customTooltip_1cr3d_7{background-color:#fff;border:1px solid #ccc;padding:10px;border-radius:8px;box-shadow:0 3px 10px #0003;color:#000}._tooltipGrid_1cr3d_16{display:grid;grid-template-columns:auto auto;gap:4px;color:#000}._tooltipItem_1cr3d_23{display:flex;align-items:center;color:#000}._tooltipColor_1cr3d_29{margin-right:8px;width:10px;height:10px;border-radius:50%;display:inline-block}._tooltipIcon_1cr3d_37{margin-right:8px}._tooltipFavicon_1cr3d_41{margin-right:8px;width:16px;height:16px}._tooltipBlurTitle_1cr3d_47{filter:blur(4px);margin-right:4px;color:#000}._summaryCards_18urr_7{display:flex;flex-wrap:nowrap;gap:8px;position:absolute;top:10px;right:40px;padding:8px;transform:scale(.8);transform-origin:top right;pointer-events:auto;margin-bottom:20px}@media (min-width: 601px){._summaryCards_18urr_7._specificDomain_18urr_21{position:relative;transform:scale(1.25);top:-275px;right:-195px;width:auto;max-width:50%;height:0px;padding:0;margin:0}}._summaryCards_18urr_7 ._metric_18urr_33{display:flex;flex-direction:column;align-items:center;text-align:center;border-radius:8px;padding:0;pointer-events:auto;transition:opacity .5s,color .5s;cursor:pointer}._summaryCards_18urr_7 ._metric_18urr_33 ._MuiSvgIcon-root_18urr_44{font-size:2rem;margin-bottom:0}._summaryCards_18urr_7 ._metric_18urr_33 ._MuiTypography-root_18urr_48{font-size:1rem;font-weight:700}._summaryCards_18urr_7 ._metric_18urr_33._inactive_18urr_52 ._MuiSvgIcon-root_18urr_44,._summaryCards_18urr_7 ._metric_18urr_33._inactive_18urr_52 ._MuiTypography-root_18urr_48{color:#aaa}._summaryCards_18urr_7 ._metric_18urr_33._fadeIn_18urr_58{animation:_fadeIn_18urr_58 .5s forwards;opacity:1}._summaryCards_18urr_7 ._metric_18urr_33._fadeOut_18urr_62{animation:_fadeOut_18urr_62 .5s forwards;opacity:.5}._summaryCards_18urr_7 ._metric_18urr_33._midIndex_18urr_66{flex-direction:row;align-items:center}._summaryCards_18urr_7 ._metric_18urr_33._midIndex_18urr_66 ._MuiTypography-root_18urr_48{margin-left:4px;display:flex;align-items:center}._summaryCards_18urr_7 ._metric_18urr_33._midIndex_18urr_66 ._midIndexText_18urr_75{font-size:.8em;vertical-align:middle;margin-left:2px}@media (max-width: 600px){._summaryCards_18urr_7{top:0;right:auto;left:50%;transform:translate(-50%);position:relative;width:100%;justify-content:space-between;margin-bottom:0;padding-bottom:0}._summaryCards_18urr_7 ._metric_18urr_33{background-color:transparent;flex-direction:column!important}}._clicksActive_18urr_98{color:#4285f4}._impressionsActive_18urr_102{color:#5e35b1}._ctrActive_18urr_106{color:#00897b}._positionActive_18urr_110{color:#e8710a}._iconInactive_18urr_114{color:#aaa}._textPositive_18urr_118{color:green!important}._textNegative_18urr_122{color:red!important}@keyframes _fadeIn_18urr_58{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_18urr_62{0%{opacity:1}to{opacity:.5}}.projectDetailTable .MuiDataGrid-row .MuiDataGrid-cell div{display:flex;align-items:center}.pageSpeedInsights{padding:20px;transition:all .5s ease}.pageSpeedInsights .loader{display:block;margin:0 auto}.pageSpeedInsights .resultsGrid .indicator{width:10px;height:10px;border-radius:50%;margin-right:10px}.pageSpeedInsights .opportunities .headerTitle,.pageSpeedInsights .diagnostics .headerTitle{font-size:1.2rem;margin-bottom:20px}.pageSpeedInsights .opportunities .title{font-size:1rem;color:#00897b}.pageSpeedInsights .diagnostics .title{color:#7e3af2}.search{display:flex;align-items:flex-start;margin:0;padding:0}.search .countrySelector{border-top:1px solid #E5E7EB;border-bottom:1px solid #E5E7EB;border-left:1px solid #E5E7EB;border-top-left-radius:10px;border-bottom-left-radius:10px}.search .input{border:1px solid #E5E7EB;display:flex;align-items:flex-start;flex:1;padding:5px 10px 5px 0}.search .btnSearch{background:#6c2bd9;border-radius:0 10px 10px 0}.search .btnSearch:hover{background:#6c2bd9;color:#fff}.search .btnSearch svg path{fill:#fff}.search .progress svg{fill:#1e8e3e}.search .progress svg circle{color:#fff;fill:#6c2bd9}.search .btnSearch:disabled{background:#6c2bd9}.country_selector{padding:15px 20px;cursor:pointer;height:44px}.country_selector .btn{cursor:pointer;border:none;display:flex}.MuiPopover-paper .country_selector_list,.MuiPopover-paper .country_selector_list ul{padding:0}.MuiPopover-paper .country_selector_list ul li{transition:background-color .3s ease}.MuiPopover-paper .country_selector_list ul li:hover{background:#7e3af21a}.country_selector_list>div~div.MuiPaper-elevation::-webkit-scrollbar{width:8px}.country_selector_list>div~div.MuiPaper-elevation::-webkit-scrollbar-thumb{background-color:#00000080;border-radius:4px}.country_selector_list>div~div.MuiPaper-elevation::-webkit-scrollbar-thumb:hover{background-color:#7e3af2b3}.country_selector_list>div~div.MuiPaper-elevation::-webkit-scrollbar-track{background-color:#0000001a}.metadata{display:flex;flex-direction:row;gap:12px}.metadata-text{margin-top:0;margin-bottom:8px}.metadata-item{display:flex;align-items:center;padding:4px 8px;margin-bottom:8px;border-radius:6px;border-width:2px;border-style:solid;border-color:#7e3af266}.metadata-item.dark{border-color:#f3f4f6}@media (max-width: 768px){.metadata{flex-direction:column;margin-bottom:20px;gap:6px}.metadata-text,.metadata .MuiBox-root{margin-top:0;margin-bottom:0}}.container-cart-date .enfatized{font-size:1.6rem;font-weight:700;margin-bottom:55px}.KeywordMetrics{display:flex;flex-wrap:wrap;text-align:left;padding:5px 0 0 10px}.KeywordMetrics .title{font-weight:900;font-size:1.2rem;color:#333}.KeywordMetrics .value{font-weight:700;font-size:1.8rem}.KeywordMetrics hr{margin:10px 0}.KeywordMetrics .percentage{position:absolute;top:27%;left:27%;display:flex;align-items:center;justify-content:center;border-radius:50px;width:80px;height:80px}.KeywordMetrics .percentage span{font-size:2rem;font-weight:700}.KeywordMetrics .horizontal{display:flex}.KeywordMetrics .circle-very-easy{fill:#59ddaa}.KeywordMetrics .circle-very-easy.progress.dark{fill:#fff}.KeywordMetrics .circle-very-easy.progress.light{fill:#000}.KeywordMetrics .circle-easy{fill:#009f81}.KeywordMetrics .circle-easy.progress.dark{fill:#fff}.KeywordMetrics .circle-easy.progress.light{fill:#000}.KeywordMetrics .circle-possible{fill:#fdc23c}.KeywordMetrics .circle-possible.progress.dark{fill:#fff}.KeywordMetrics .circle-possible.progress.light{fill:#000}.KeywordMetrics .circle-difficult{fill:#ff8c43}.KeywordMetrics .circle-difficult.progress.dark{fill:#fff}.KeywordMetrics .circle-difficult.progress.light{fill:#000}.KeywordMetrics .circle-hard{fill:#ff4953}.KeywordMetrics .circle-hard.progress.dark{fill:#fff}.KeywordMetrics .circle-hard.progress.light{fill:#000}.KeywordMetrics .circle-very-hard{fill:#d1002f}.KeywordMetrics .circle-very-hard.progress.dark{fill:#fff}.KeywordMetrics .circle-very-hard.progress.light{fill:#000}linearGradient{transform:rotate(270deg)}.difficultyContainer{display:inline-flex}.colorDark{background-color:#262b32;color:#fff}.colorLigth{background-color:#fff;color:#262b32}.MuiCircularProgress-root{margin:5px;background-color:#e5e5e5;border-radius:50%}.difficultyProgress .value{font-size:3.2rem}.difficultyProgress p.undefined{color:#e0e0e0}.difficultyProgress p.very-easy{color:#59ddaa}.difficultyProgress p.easy{color:#009f81}.difficultyProgress p.possible{color:#fdc23c}.difficultyProgress p.difficult{color:#ff8c43}.difficultyProgress p.hard{color:#ff4953}.difficultyProgress p.very-hard{color:#d1002f}.tendencyChart .data{fill:#7e3af2}.tendencyChart .noData{fill:#e3e3e3}.tendencyChart .positive{color:#157f3c}.tendencyChart .negative{color:#ef4444}.tendencyChart .default{color:#696969}.tendencyChart .percent{font-size:1.6rem;text-align:center;font-weight:700}.tendencyChart .skeleton{display:flex;gap:6px}.tendencyChart.container-chart{min-height:200px;max-height:233px;margin-top:10px;overflow:hidden}.tendencyChart.container-chart-responsive{align-self:flex-end;overflow:hidden}.cardList .enfatized{font-size:1.6rem;font-weight:700;margin-bottom:55px}.cardList .items{display:flex;justify-content:space-between;height:20px;margin:10px 0}.cardList .items .flag{display:flex;margin:2px 0;text-transform:capitalize}.cardList .items .flag.disabled{filter:grayscale(100%);opacity:.5;pointer-events:none}.cardList .items .progress{display:flex;flex-direction:column;width:100%;margin:2px 10px 2px 8px}.cardList .items .progress span{height:100%}.cardList .items .value{width:4rem;text-align:left;font-size:1rem;text-transform:capitalize}.MuiGrid2-container .metadata{display:flex}.MuiGrid2-container .metadata .item{padding:1rem}.MuiGrid2-container .metadata .item .title{font-size:1.4rem;font-weight:800}.MuiGrid2-container .metadata .item p{font-size:1.8rem;font-weight:700}.MuiGrid2-container .metadata .item a p{display:inline}.MuiGrid2-container .metadata .item a:hover{text-decoration:none}.MuiGrid2-container .metadata .item .data{color:#a098fb}.MuiGrid2-container .metadata .item a{color:inherit}.progress-bar{display:flex;width:100%;overflow-x:hidden;border-radius:4px;padding:0}.progress-item{height:20px;display:inline-block}.progress-item:not(:last-child){border-right:3px solid white}.progress-bar .informational{background:#c4e5fe}.progress-bar .navigational{background:#edd9ff}.progress-bar .transactional{background:#9ef2c9}.progress-bar .commercial{background:#fce081}.progress-bar .noData{background:#e3e3e3}.recharts-tooltip-wrapper .container{display:inline-flex;flex-wrap:nowrap;min-width:14rem;background:#fff;padding:5px;border:1px solid black}.recharts-tooltip-wrapper .container .inner{display:flex;justify-content:space-between;width:100%}.recharts-tooltip-wrapper .container .inner .left{font-weight:700;text-align:right;width:50%;padding-right:5px}.recharts-tooltip-wrapper .container .inner .right{text-align:left;width:50%}.recharts-tooltip-wrapper .container .inner .right .domain{color:#9061f9;font-weight:700}.customCard{height:100%}.customCard .titleName{font-size:16px;color:#333}.customCard .value{font-size:24px;font-weight:700;color:#333}.customCard .value.red{color:red}.customCard .divider{margin-top:60px}.backLinksWinAndLost .value{font-size:24px;font-weight:700;padding-left:10px}.backLinksWinAndLost .green{color:green;font-size:1.2rem;font-weight:700}.backLinksWinAndLost .red{color:red;font-size:1.2rem;font-weight:700;padding-left:10px}.backLinksWinAndLost .graph{margin:0;padding:0}.connections-header{flex-direction:row!important;margin-bottom:20px}.connections-header h1{margin-bottom:0}.connections-stack{align-items:center;justify-content:space-between}.connections-info{height:100%;flex:1;align-items:center;justify-content:center}.btn-connections{border-radius:8px;height:fit-content;text-transform:capitalize}.table-connections{background-color:#fff}.table-connections.dark{background-color:#1c1c1c}.table-connections-email{color:#6c6e79}.card-modal{padding:20px;width:100%;max-width:300px;border-radius:8px!important}.connections-stack.modal-wrap{height:100%;justify-content:center}.btn-modal{height:fit-content;border-radius:8px!important}.mess-border{display:inline-flex;border:1px solid rgb(202,202,202);padding:8px;border-radius:8px}.mess-border.icon{align-items:center;justify-content:center}.mess-items{display:flex;gap:1rem}.mess-elements{position:relative;overflow:hidden;padding:12px 1rem;align-items:center;justify-content:space-between;width:100%;--mess-progress: 0}.mess-elements .mess-progress{position:absolute;top:0;right:0;bottom:0;left:0;width:var(--mess-progress);background-color:#9d00ff19}.mess-elements p{margin:0;height:auto;font-weight:500;line-height:normal}.mess-elements p.mess-title{color:#4f4f4f;text-transform:uppercase}.sidebar{width:250px;min-width:250px;z-index:9;background-color:#fff;position:sticky;top:78px;display:block;overflow-x:hidden;height:calc(100vh - 78px);transition:transform .3s ease;transform:translate(0)}.sidebar::-webkit-scrollbar{width:7px}.sidebar::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:5px}.sidebar::-webkit-scrollbar-thumb:hover{background-color:#999}.sidebar::-webkit-scrollbar-track{background-color:transparent}.sidebar.sidebar-closed{transform:translate(-250px)}.sidebar.account{position:static;height:calc(100vh - 78px);flex-shrink:0}.sidebar.dark{background:#343333}.sidebar a{text-decoration:none}.sidebar a .MuiListItem-root{padding-left:8px;border-radius:6px;color:#000;font-size:.8em;font-weight:100}.sidebar a .MuiListItem-root span{font-size:1.3em;font-weight:100}.sidebar a .MuiListItem-root:hover{background-color:#e4e4e4}.sidebar li.MuiListItem-root{padding:4px 12px;margin:0;text-transform:uppercase;color:#6c6e79}.sidebar li.MuiListItem-root span{font-size:1em;font-weight:100}.sidebar>ul{padding:1rem 0}.chip-plan{font-weight:800!important;border-radius:4px!important;background-color:#f9e154!important}@media (max-width: 1024px){.sidebar{position:fixed;top:60px;left:0;z-index:9999;height:calc(100vh - 60px)}}@media (max-width: 768px){.sidebar.account{position:fixed}}.containerInvoices .titleName{font-size:1.2rem;font-weight:700;margin-bottom:20px}.trackingProjects .examples{font-size:.7rem}.trackingProjects .descriptionTitle{display:flex;margin-bottom:-12px}.trackingProjects input{margin:0 10px}
