.tab-navigation-primary{background:var(--color-white);border-bottom:1px solid #e0e0e0;width:100%;padding:1.25rem 1.2em 1rem}.tab-navigation-primary .tab-nav-container{background:0 0;border:0;align-items:flex-start;gap:8px;width:100%;height:100%;margin-left:15px;display:flex;position:relative}.tab-navigation-primary .tab-nav-container.no-margin-left{margin-left:0}.tab-navigation-primary .tab-nav-item-primary{text-transform:none;cursor:pointer;color:#666;-webkit-user-select:none;user-select:none;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:160px;height:auto;padding:.625rem 1.25rem;font-size:.85rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 1px 2px rgba(0,0,0,.05)}.tab-navigation-primary .tab-nav-item-primary:hover:not(.active){color:#333;background:#f0f0f0;border-color:#d0d0d0;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.08)}.tab-navigation-primary .tab-nav-item-primary.active{background:var(--versa-color);color:#fff;border-color:var(--versa-color);font-weight:600;box-shadow:0 3px 8px rgba(0,149,217,.3),0 1px 3px rgba(0,0,0,.12)}.tab-navigation-primary .tab-nav-item-primary.active:before{content:"";pointer-events:none;background:linear-gradient(rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%);border-radius:8px;position:absolute;top:0;bottom:0;left:0;right:0}.tab-navigation-primary .tab-nav-item-primary .tab-icon-wrapper{z-index:1;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.tab-navigation-primary .tab-nav-item-primary .tab-icon-wrapper i,.tab-navigation-primary .tab-nav-item-primary .tab-icon-wrapper .tab-icon-svg{justify-content:center;align-items:center;display:flex}.tab-navigation-primary .tab-nav-item-primary .tab-icon-wrapper .tab-icon-svg svg{width:18px;height:18px;transition:transform .2s}.tab-navigation-primary .tab-nav-item-primary .tab-label{font-weight:inherit;z-index:1;align-items:center;gap:6px;display:flex;position:relative}.tab-navigation-primary .tab-nav-item-primary.active .tab-icon-wrapper .tab-icon-svg svg,.tab-navigation-primary .tab-nav-item-primary.active .tab-icon-wrapper i svg{filter:brightness(0)invert()}.tab-navigation-secondary{background:var(--color-white);border-bottom:1px solid #e0e0e0;width:100%;margin-bottom:0;padding:1rem 1.2em}.tab-navigation-secondary .tab-nav-container{background:#f0f0f0;border:1px solid #d0d0d0;border-radius:8px;gap:3px;margin:0;padding:3px;display:inline-flex;position:relative;box-shadow:inset 0 1px 2px rgba(0,0,0,.05)}.tab-navigation-secondary .tab-nav-item-secondary{cursor:pointer;color:#555;text-align:center;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:6px;flex:0 auto;justify-content:center;align-items:center;min-width:140px;height:32px;margin:0;padding:.5rem 1.5rem;font-size:.85rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative}.tab-navigation-secondary .tab-nav-item-secondary .tab-label{white-space:nowrap;z-index:2;transition:color .2s;display:inline-block;position:relative}.tab-navigation-secondary .tab-nav-item-secondary:hover:not(.active){color:#333;background:rgba(255,255,255,.5)}.tab-navigation-secondary .tab-nav-item-secondary.active{background:var(--color-white);color:#0095d9;font-weight:600;box-shadow:0 2px 6px rgba(0,149,217,.2),0 1px 2px rgba(0,0,0,.1)}.tab-navigation-secondary .tab-nav-item-secondary.active:before{content:"";z-index:0;background:linear-gradient(rgba(255,255,255,.9) 0%,#fff 100%);border-radius:6px;position:absolute;top:0;bottom:0;left:0;right:0}.tab-navigation-secondary .tab-nav-item-secondary.active .tab-label{z-index:1;position:relative}.add-button,.add-service-template-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-left:auto;margin-right:1.2em;padding:.625rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;line-height:1.5;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.add-button:before,.add-service-template-btn:before{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.add-button:hover:not(:disabled),.add-service-template-btn:hover:not(:disabled){transform:translateY(-1px)}.add-button:hover:not(:disabled):before,.add-service-template-btn:hover:not(:disabled):before{left:100%}.add-button:active:not(:disabled),.add-service-template-btn:active:not(:disabled){transform:translateY(0)}.add-button:focus,.add-service-template-btn:focus{outline:none}.add-button:disabled,.add-service-template-btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:none;transform:none}.add-button:disabled:before,.add-service-template-btn:disabled:before{display:none}.add-button .add-button-icon,.add-service-template-btn .add-button-icon{justify-content:center;align-items:center;font-size:1.2rem;font-weight:300;line-height:1;display:inline-flex}.add-button .add-button-text,.add-service-template-btn .add-button-text{display:inline-block}.add-button.add-service-template-btn:after,.add-service-template-btn.add-service-template-btn:after{content:"+";justify-content:center;align-items:center;font-size:1.2rem;font-weight:300;line-height:1;display:inline-flex}.add-button-primary,.add-button:not(.add-button-secondary):not(.add-button-cancel),.add-service-template-btn{color:#fff;background:linear-gradient(135deg,#0095d9 0%,#007bb5 100%);box-shadow:0 2px 4px rgba(0,149,217,.2)}.add-button-primary:hover:not(:disabled),.add-button:not(.add-button-secondary):not(.add-button-cancel):hover:not(:disabled),.add-service-template-btn:hover:not(:disabled){background:linear-gradient(135deg,#007bb5 0%,#069 100%);box-shadow:0 4px 8px rgba(0,149,217,.3)}.add-button-primary:active:not(:disabled),.add-button:not(.add-button-secondary):not(.add-button-cancel):active:not(:disabled),.add-service-template-btn:active:not(:disabled){box-shadow:0 2px 4px rgba(0,149,217,.2)}.add-button-primary:focus:not(:disabled),.add-button:not(.add-button-secondary):not(.add-button-cancel):focus:not(:disabled),.add-service-template-btn:focus:not(:disabled){box-shadow:0 0 0 3px rgba(0,149,217,.2)}.add-button-primary:disabled,.add-button:not(.add-button-secondary):not(.add-button-cancel):disabled,.add-service-template-btn:disabled{color:rgba(255,255,255,.7);box-shadow:none;background:linear-gradient(135deg,#b3d9ec 0%,#99c4d9 100%)}.add-button-secondary{background:var(--color-white);color:#0095d9;border:1px solid #0095d9;box-shadow:0 2px 4px rgba(0,0,0,.1)}.add-button-secondary:before{background:linear-gradient(90deg,transparent,rgba(0,149,217,.1),transparent)}.add-button-secondary:hover:not(:disabled){color:#007bb5;background:#f5f9fc;border-color:#007bb5;box-shadow:0 4px 8px rgba(0,149,217,.15)}.add-button-secondary:active:not(:disabled){background:#e8f4fa;box-shadow:0 2px 4px rgba(0,149,217,.1)}.add-button-secondary:focus:not(:disabled){box-shadow:0 0 0 3px rgba(0,149,217,.15)}.add-button-secondary:disabled{color:#b3b3b3;box-shadow:none;cursor:not-allowed;background:#f5f5f5;border-color:#d0d0d0}.add-button-cancel{color:#333;background:#f5f5f5;border:1px solid #d0d0d0;box-shadow:0 1px 2px rgba(0,0,0,.05)}.add-button-cancel:before{background:linear-gradient(90deg,transparent,rgba(0,0,0,.05),transparent)}.add-button-cancel:hover:not(:disabled){color:#1a1a1a;background:#e8e8e8;border-color:#b3b3b3;box-shadow:0 2px 4px rgba(0,0,0,.1)}.add-button-cancel:active:not(:disabled){background:#d9d9d9;box-shadow:0 1px 2px rgba(0,0,0,.08)}.add-button-cancel:focus:not(:disabled){box-shadow:0 0 0 3px rgba(0,0,0,.1)}.add-button-cancel:disabled{color:#999;box-shadow:none;background:#f0f0f0;border-color:#e0e0e0}.troubleshoot-redding-content{width:35em;bottom:0;right:-100%}.troubleshoot-redding-content.configuration-versa-content{padding-bottom:69px;width:43.813em!important}.configuration-versa-content .inner-content-padding{min-height:60vh}.troubleshoot-popup .refresh-container{width:100%;margin-top:65px;position:absolute}.breadcrumb-troubleshoot{border-bottom:1px solid #c4c4c4;margin:0 25px;padding:10px}.breadcrumb-troubleshoot p a,.breadcrumb-troubleshoot p span{color:var(--color-black);font-family:VersaSans-Medium;font-size:.9375rem;text-decoration:none}.breadcrumb-troubleshoot p a.active,.breadcrumb-troubleshoot p span.active{color:#0b73a8}.troubleshoot-popup .right-popup-content h3{padding:1.1em 3.75em 1em 3.125em;font-family:VersaSans-Book;position:relative}.troubleshoot-popup .refresh-container{margin-top:0;position:relative}.troubleshoot-content{max-height:calc(100% - 116px);height:inherit;overflow-y:auto}.troubleshoot-redding-content.configuration-versa-content .troubleshoot-content{height:100%;max-height:calc(100% - 120px)!important}.troubleshoot-redding-content.network-analytics-monitor .troubleshoot-content{height:100%;max-height:calc(100% - 116px)!important}.troubleshoot-redding-content.network-analytics-monitor .troubleshoot-content .content.access-cicuit-content{height:inherit}.troubleshoot-content.no-refresh-icon{max-height:calc(100% - 66px)}.troubleshoot-content .content ul.access-list li{cursor:pointer;color:var(--color-black);padding:30px 25px;font-family:VersaSans-Book;font-size:1.125rem;position:relative}.troubleshoot-content .content ul.access-list li svg{width:8px;height:15px;position:absolute;top:50%;right:27px;transform:translateY(-50%)}.troubleshoot-content .content ul.access-list li:nth-child(odd){background-color:transparent}.troubleshoot-content .content ul.access-list li:nth-child(2n){background-color:#eefaff}.breadcrumb-troubleshoot p i.back-arrow{cursor:pointer;background-image:url(/static/image/sprite.c664e899.png);background-position:-73px -272px;background-repeat:no-repeat;width:10px;height:16px;margin-right:8px;display:inline-block;position:relative;top:3px}.troubleshoot-content .content p.list-points,.connection-points,.troubleshoot-content .content h2.list-points{color:var(--color-black);padding-left:15px;font-family:VersaSans-Medium;font-size:1rem;line-height:1.5rem;position:relative}.troubleshoot-content .content p.list-points:before,.troubleshoot-content .content h2.list-points:before{content:"1.";position:absolute;left:0}.content .content-section{margin:0 25px;padding-top:15px}img{max-width:100%}.img-section{border-bottom:1px solid #d9d7d7;margin-bottom:15px;padding:20px 0}.blue-button{color:var(--color-white);background:#008cd3;border-radius:50px;width:271px;margin:20px 0 30px;padding:15px 0;font-family:VersaSans-Book;font-size:1.1rem;text-decoration:none;display:inline-block}.blue-button.disabled{background-color:#9e9e9e;color:var(--color-white)!important}.transparent-button{color:#008cd3;border:1px solid #008cd3;border-radius:50px;width:271px;margin:20px 0 30px;padding:15px 0;font-family:VersaSans-Book;font-size:1.1rem;text-decoration:none;display:inline-block}.grey-button{color:var(--color-white);background-color:#c6c6c6;border:1px solid #c6c6c6;border-radius:50px;width:271px;margin:20px 0 30px;padding:15px 0;font-family:VersaSans-Book;font-size:1.1rem;text-decoration:none;display:inline-block}.list-button .blue-button{margin:30px 0 10px}.list-button .transparent-button{margin:0 0 30px}.button-center{text-align:center}.checking-router-img{text-align:center;background:#008cd3;padding:25px 0 35px}.checking-router-loader-img{padding:0 0 10px!important}.checking-router-img img{margin:0 auto}.checking-heading{color:var(--color-black);border-bottom:1px solid #d9d7d7;padding-bottom:10px;font-family:VersaSans-Book;font-size:1rem}.location-heading{color:var(--color-black);padding:20px 0;font-family:VersaSans-Medium;font-size:1rem}.location-address{background:var(--color-white);margin-bottom:40px;padding:30px 90px 15px 60px;position:relative;box-shadow:0 2px 7px rgba(0,0,0,.14)}.content .content-section.grey{background:var(--color-bg-light);height:100%;margin:0;padding:15px 25px 0}.location-map{color:var(--color-black);margin-top:10px;font-size:.9375rem;line-height:1.375rem}.location-name{color:var(--color-black);font-family:VersaSans-Medium;font-size:1.0625rem;line-height:1.5625rem}.location-address svg{width:40px;height:40px;position:absolute;top:23px;left:10px}.heading-success{color:var(--color-black);padding-bottom:15px;font-family:VersaSans-Book;font-size:1rem;line-height:1.5rem}.heading-failure{color:var(--color-black);padding-bottom:0;font-family:VersaSans-Book;font-size:1rem;line-height:1.5rem}.reach-status{color:var(--color-black);font-family:VersaSans-Medium;font-size:1rem;line-height:1.5rem}.img-center{margin:0 auto}.text-bold{color:var(--color-black);font-family:VersaSans-Medium}.manual-content{color:var(--color-black);margin-top:15px;font-family:VersaSans-Medium;font-size:1rem;line-height:1.5rem}.manual-description{color:var(--color-black);margin-top:20px;font-family:VersaSans-Book;font-size:1rem;line-height:1.5rem}.wifi-content li{border-bottom:1px solid #d9d7d7;padding-top:20px;padding-bottom:20px}.wifi-content li:last-child{border-bottom:none}.wifi-content li h2{color:var(--color-black);padding-left:25px;padding-right:25px;font-family:VersaSans-Medium;font-size:1rem;line-height:1.5rem;position:relative}.wifi-content li .blue-button{margin-bottom:0}.troubleshoot-content .content .wifi-content li h2.list-points{padding-left:45px}.troubleshoot-content .content h2.list-points:before{left:25px}.reset-description{color:var(--color-black);padding-top:15px;padding-left:40px;padding-right:25px;font-size:1rem;line-height:1.5rem}.troubleshoot-content .content h2.list-points-two,.troubleshoot-content .content h2.list-points-four{padding-left:40px;font-family:VersaSans-Medium;font-size:1rem;line-height:1.5rem;position:relative}.troubleshoot-content .content h2.list-points-two:before{content:"2.";position:absolute;left:25px}.troubleshoot-content .content h2.list-points-four:before{content:"4.";position:absolute;left:25px}.reboot-img{position:relative;top:25px}.reboot-heading{color:var(--color-black);border-bottom:1px solid #cacaca;padding-bottom:10px;font-family:VersaSans-Medium;font-size:1rem;line-height:1.5rem}.reboot-descrpition{color:var(--color-black);padding:15px 0 50px;font-family:VersaSans-Book;font-size:1rem;line-height:1.5rem}.button-right{float:right}.button-left{float:left}.button-right .blue-button,.button-left .transparent-button,.button-left .grey-button{width:155px}.troubleshoot-popup .right-popup-content h3 span.redding-title{color:#171717;margin-top:.365em;font-size:1.18rem}.lte-signal-strength{position:relative}.lte-signal-strength svg{width:40px;height:50px;position:absolute;top:50%;right:6%;transform:translateY(-50%)}.lte-signal-strength .cs.strength-strong+svg,.lte-signal-strength .cs.strength-weak+svg{top:-9px}.inside-alert.close-alert{text-align:left;line-height:1.231em}.close-alert{text-align:left}.orange-bg{background:#fd7718}.inside-alert{text-align:center;color:var(--color-white);min-height:31px;padding:8px 35px 8px 29px;font-family:VersaSans-Medium;font-size:13px;line-height:normal;position:relative}.inside-alert .close{cursor:pointer;width:.938em;height:.938em;margin:auto;font-size:1rem;position:absolute;top:0;bottom:0;right:1.313em}.checking-router-img,.checking-router-loader-img{min-height:300px}.conformalert-popup svg{width:40px;height:40px;margin:0 auto 20px}.conformalert-popup p{text-align:center;font-size:.9rem;line-height:1.5em}.conformalert-popup .save-content{border:none;padding:1.786em 1.071em .8em}.allowclick{pointer-events:all!important}.monitoring-network-diagnosis.right-popup-content .troubleshoot-content{height:100%}.main-conatiner.troubleshoot-honey-container .hub-honeycomb{padding-top:5.063em}.troubleshoot-popup .expanded-configuraiton-width.right-popup-content{width:51rem!important}.breadcrumb-troubleshoot p{width:-webkit-max-content;width:max-content}.main-container-tools{position:absolute;top:2%;right:0}.troubleshoot-honey-container .expand-collapse-icon i>svg,.troubleshoot-honey-container .expand-collapse-icon>img{width:22px;height:22px}.special-text{cursor:pointer;position:relative}.special-text:hover .special-text__tooltip{color:#656363;visibility:visible;opacity:1}.special-text__tooltip{background:var(--color-white);visibility:hidden;opacity:0;text-align:left;transition-property:opacity;transition-duration:.5s;transition-timing-function:linear;-webkit-transition-delay:initial;-moz-transition-delay:initial;transition-delay:initial;border:1px solid #e0e0e0;border-radius:3px;margin-top:10px;padding:0 10px;font-size:14px;position:absolute;top:100%;right:30px;box-shadow:1px 1px 1px rgba(0,0,0,.3)}.special-text__tooltip.top-left{z-index:99999;width:200px;padding:10px;line-height:21px;right:-164px}.special-text__tooltip:before{border-bottom:9px solid #e0e0e0;margin-bottom:1px}.special-text__tooltip.top-left:before,.special-text__tooltip.top-left:after{right:165px}.special-text__tooltip:after{border-bottom:10px solid var(--color-white);z-index:1;margin-bottom:-1px}.special-text__tooltip:before,.special-text__tooltip:after{content:"";border-left:10px solid transparent;border-right:10px solid transparent;margin-left:-10px;position:absolute;bottom:100%;right:30px}.header-region-name .special-text__tooltip{right:0}.header-region-name .special-text__tooltip:before,.header-region-name .special-text__tooltip:after{right:18px}.org-table .special-text{vertical-align:middle}.gear-icon .special-text__tooltip{font-family:VersaSans-medium;right:-22px}.gear-icon .special-text__tooltip:before,.gear-icon .special-text__tooltip:after{right:26px}.header-notification .special-text__tooltip{padding:5px 10px;right:-19px}.header-notification .special-text__tooltip:before,.header-notification .special-text__tooltip:after,.support.right .special-text__tooltip:before,.support.right .special-text__tooltip:after{right:42px}.header-search .special-text__tooltip{height:2.2em;padding:6px 10px;right:-26px}.header-search .special-text__tooltip:before,.header-search .special-text__tooltip:after{right:24px}.support.contact.special-text .special-text__tooltip{width:90px;left:-6px}@media (min-width:1450px){.header-notification .special-text__tooltip{right:-14px}}.service-info-container{flex-wrap:wrap;justify-content:flex-start;display:flex}.extend-configuration-popup-width .service-info-container .devname-child{width:28%}.service-info-content{padding:0}.service-info-container .devname-child{margin:10px;padding:0}.content.service-info-content{padding:0}.service-info-container .devname-child{width:43%}.service-info .service-info-container .device-name{float:none}.new-site-configuration-content.extend-configuration-popup-width .custom-address.address-field{width:47%;margin-left:4%;display:inline-block}.new-site-configuration-content .zipcode.site-address .group{width:100%}.new-site-configuration-content.extend-configuration-popup-width .zipcode label{width:47%;margin-left:4%;padding-left:0}.extend-configuration-popup-width .custom-address .content.clearfix{margin:0 0 .95em}.new-site-configuration-content .site-address.zipcode .group{width:100%}.new-site-configuration-content.extend-configuration-popup-width .site-address.zipcode .group{vertical-align:top;width:48%}.aws-pricing{background:#f6f6f6;flex:1 0 47%;max-width:20em;margin-bottom:1em;padding:1em}.aws-pricing span.versa-theme-clr{color:var(--versa-color);font-family:VersaSans-Medium}.aws-pricing ul{margin-top:1em}.aws-pricing ul li{margin-bottom:1em;margin-left:1em}.aws-pricing ul li label{margin-right:.5em;font-family:VersaSans-Medium}.info-popup.ha.aws-pricing-list{width:46rem;font-size:.9rem}.info-popup.ha.aws-pricing-list .basic-table-alligment{max-height:25rem;overflow:auto}.aws-pricing-list p.note-text{color:var(--color-black);margin-bottom:1em;font-size:.9em;line-height:16px}.select-align-floater.site-update-country-dropdown span.floating-label,.select-align-floater.select-dropdown span.floating-label{font-size:.9rem;top:-.8rem}.select-align-floater .options__control{min-height:30px}.current-pricing-details{flex-direction:column;justify-content:center;align-items:flex-start;padding:1em;display:flex}.current-pricing-details h4{margin-bottom:1em;font-family:VersaSans-Medium;font-size:1.1rem}.current-pricing-details span.current-pricing{color:#0098da;font-family:VersaSans-Medium;font-size:1rem}.current-pricing-details ul{margin-top:1.3em;font-size:.9rem}.current-pricing-details ul li{margin-left:0}.current-pricing-details ul li:last-child{margin-bottom:0}.current-pricing-details p.pricing-note{color:#9d9292;margin-top:1em;font-size:.8rem;line-height:16px}.relative-read-only-banner.privilage-r-w-banner{top:unset;z-index:11;position:relative}.relative-read-only-banner.privilage-r-w-banner span{position:absolute;top:-1px;left:49%;transform:translate(-51%)}.relative-read-only-banner.privilage-r-w-banner .banner-down{margin:0 auto;position:absolute;top:-1px;left:50%;transform:translate(-50%)}