:root{--default-font-size:16px;--heading-1:44px;--heading-2:40px;--heading-3:24px;--heading-4:20px;--heading-5:18px;--heading-6:14px}@media screen and (max-width:991px){:root{--default-font-size:15px;--heading-1:37px;--heading-2:34px;--heading-3:21px;--heading-4:18px;--heading-5:16px;--heading-6:14px}}@media screen and (max-width:767px){:root{--default-font-size:14px;--heading-1:30px;--heading-2:28px;--heading-3:21px;--heading-4:17px;--heading-5:15px;--heading-6:12px}}h1,h2,h3,h4,h5,p{margin:0}p{padding:0;font-size:var(--default-font-size)}ul{list-style:none;padding:0!important;margin:0}.btn{font-size:var(--default-font-size);font-weight:500;position:relative;z-index:10;transition:all .4s linear;--hover-bg-clr:rgba(254,171,1,.25)}.btn.show,.btn:active,.btn:focus{outline:none!important;box-shadow:none;border-color:transparent!important}.btn:before{background-color:var(--hover-bg-clr);border-radius:inherit;content:"";width:100%;height:100%;position:absolute;z-index:1;transition:all .1s linear;top:0;left:0;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);opacity:0;animation:clipPathOut .6s linear 1 forwards;z-index:-10}.btn:focus:before,.btn:hover:before{animation:clipPathIn .6s linear 1 forwards}.btn:focus.btn-outline-warning,.btn:hover.btn-outline-warning{--hover-bg-clr:rgba(254,171,1,.1);background-color:transparent!important;color:var(--bs-danger)!important;border-color:var(--bs-danger)!important}@keyframes clipPathOut{0%{-webkit-clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);opacity:1}50%{-webkit-clip-path:polygon(0 0,100% 100%,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,100% 100%,0 100%)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);opacity:0!important}}@keyframes clipPathIn{0%{opacity:0;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}25%{opacity:1}50%{-webkit-clip-path:polygon(0 0,100% 100%,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,100% 100%,0 100%)}to{-webkit-clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);opacity:0}}a{text-decoration:none;color:initial}.border-gray{border-color:#eaecf0!important}.text-black-1{color:#101828}.text-black-2{color:#667085}input,select{border:1px solid #eaecf0}input:focus,select:focus{outline:none!important;box-shadow:none!important;border:1px solid #ffcd33!important}input.form-check-input:focus,select.form-check-input:focus{border-color:#434995!important;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23434995'/%3e%3c/svg%3e")!important}input.form-check-input:checked,select.form-check-input:checked{border-color:#434995;background-color:#434995;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")!important}.custom-input-group:not(:last-child){margin-bottom:24px}@media screen and (max-width:767px){.custom-input-group:not(:last-child){margin-bottom:20px}}.custom-input-group label{line-height:19px;margin-bottom:12px;color:#101828;font-weight:500;font-size:var(--default-font-size)}@media screen and (max-width:767px){.custom-input-group label{margin-bottom:10px}}.custom-input-group input{line-height:19px;padding:18px 15px;border:1px solid #eaecf0}@media screen and (max-width:767px){.custom-input-group input{padding-top:14px;padding-bottom:14px}}.custom-input-group input::placeholder{color:#667085;vertical-align:bottom}.custom-input-group input:focus{outline:none;border:1px solid #ffcd33;box-shadow:none}.custom-input-group input.error{border:1px solid #f04438}@media screen and (max-width:767px){.custom-input-group input.error{margin-top:5px}}.custom-input-group .error-txt{font-size:var(--heading-6);line-height:19px;margin-top:10px}.text-underline{text-decoration:underline}.fw-500{font-weight:500}h1.dashboard-page-title{font-size:var(--heading-2);line-height:32px;font-weight:700;padding-bottom:20px;border-bottom:1px solid #eaecf0;margin-bottom:30px;color:#101828}@media screen and (max-width:767px){h1.dashboard-page-title{padding-bottom:15px;margin-bottom:22px}}h1.section-title{font-weight:700;line-height:48px;font-size:var(--heading-2)}@media screen and (max-width:767px){h1.section-title{line-height:36px}}p.section-description{line-height:26px;color:#4b4b4b;font-size:var(--heading-5)}.cursor-pointer{cursor:pointer}.custom-toggle{width:25px;height:18px;position:relative;transform:rotate(0deg);transition:.5s ease-in-out;cursor:pointer}.custom-toggle span{display:block;position:absolute;height:3px;width:50%;background:#667085;opacity:1;transform:rotate(0deg);transition:.3s ease-in-out}.custom-toggle span:nth-child(2n){left:50%;border-radius:0 9px 9px 0}.custom-toggle span:nth-child(odd){left:0;border-radius:9px 0 0 9px}.custom-toggle span:first-child,.custom-toggle span:nth-child(2){top:0}.custom-toggle span:nth-child(3),.custom-toggle span:nth-child(4){top:50%;transform:translateY(-50%)}.custom-toggle span:nth-child(5),.custom-toggle span:nth-child(6){bottom:0}.custom-toggle.open span:first-child,.custom-toggle.open span:nth-child(6){transform:rotate(45deg)}.custom-toggle.open span:nth-child(2),.custom-toggle.open span:nth-child(5){transform:rotate(-45deg)}.custom-toggle.open span:first-child{left:2px;top:4px}.custom-toggle.open span:nth-child(2){left:calc(50% - 4px);top:4px}.custom-toggle.open span:nth-child(3){left:-50%;opacity:0}.custom-toggle.open span:nth-child(4){left:100%;opacity:0}.custom-toggle.open span:nth-child(5){left:2px;top:11px}.custom-toggle.open span:nth-child(6){left:calc(50% - 4px);top:11px}.flex-center-between{display:flex;align-items:center;justify-content:space-between}@keyframes rotate360{to{transform:rotate(1turn)}}.loading-button{display:flex;align-items:center;justify-content:center;gap:5px}.loading-button svg{animation:rotate360 2s ease-in-out infinite}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-text-fill-color:#000;-webkit-box-shadow:inset 0 0 0 1000px #fff;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.img-download-dropdown .parent-dot:after{display:none}.img-download-dropdown .dropdown-menu{border:1px solid #eaecf0;box-shadow:0 3.83px 28.71px 0 rgba(46,45,116,.102)}.img-download-dropdown .dropdown-menu button{font-size:var(--heading-6)}.chart-card{--bs-card-border-color:#eaecf0!important;margin-bottom:28px}@media screen and (max-width:767px){.chart-card{margin-bottom:14px}}.chart-card .head{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #eaecf0}@media screen and (max-width:767px){.chart-card .head{padding:20px}}.chart-card .head .title{font-size:var(--heading-4);font-weight:700}.chart-card .body{padding-left:0}.chart-card .lock-details{background-color:hsla(0,0%,100%,.6);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.chart-card .lock-details .blur-title{top:24px;left:24px;font-size:var(--heading-4);font-weight:700}.lock--content{max-width:270px}.lock--content p{font-size:var(--default-font-size);color:#667085;font-weight:700;line-height:18px;margin-top:15px}.lock--content p a{color:inherit}@media screen and (min-width:992px)and (max-width:1199px){.scrollable-nav{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.251) transparent;max-width:700px;overflow:scroll hidden}.scrollable-nav::-webkit-scrollbar{height:1px}.scrollable-nav::-webkit-scrollbar-track{background:transparent}.scrollable-nav::-webkit-scrollbar-thumb{background:rgba(0,0,0,.251);border-radius:10px}}.custom-dropdown{position:relative}.custom-dropdown .d-icon{margin-left:5px;fill:#667085;transition:all .25s ease-in-out}.custom-dropdown .d-icon.up{transform:rotate(180deg)}.custom-dropdown .custom-dropdown-menu{position:absolute;background-color:#fff;border:1px solid #eaecf0;padding:.5rem 0!important;border-radius:8px;margin-top:2px;box-shadow:0 20px 40px 0 rgba(0,0,0,.05);left:0;transition:all .25s ease-in-out;opacity:0;visibility:hidden;transform:translateY(3px);min-width:150px;z-index:12}.custom-dropdown .custom-dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.custom-dropdown .custom-dropdown-menu .dropdown-item{padding:6px 16px;color:#667085;cursor:pointer;font-size:var(--heading-6);line-height:20px;font-weight:500;transition:all .25s ease-in-out}.custom-dropdown .custom-dropdown-menu .dropdown-item:hover{background-color:#fff6d9}@media screen and (max-width:991px){.custom-dropdown.under-menu .custom-dropdown-menu{position:static;visibility:visible;overflow:hidden;opacity:1;transform:translateY(0);border:none;box-shadow:none;padding:0!important;max-height:0}.custom-dropdown.under-menu .custom-dropdown-menu.show{max-height:200px;overflow:hidden auto}.custom-dropdown.under-menu .custom-dropdown-menu .dropdown-item{text-align:center}}.tabs{display:flex;flex-direction:column}@media screen and (max-width:991px){.tabs{margin-bottom:20px}}.tabs li{cursor:pointer;border:1px solid #eaecf0;border-radius:8px;display:flex;align-items:center;padding:10px 12px;background-color:#fff;line-height:0;transition:all .25s ease-in-out;text-transform:capitalize}.tabs li:not(:last-child){margin-bottom:20px}@media screen and (max-width:767px){.tabs li:not(:last-child){margin-bottom:15px}}.tabs li .icon{background-color:rgba(68,120,255,.161);border-radius:50%;width:26px;height:26px;display:flex;align-items:center;justify-content:center;transition:all .25s ease-in-out}.tabs li .icon svg{width:18px;height:18px}.tabs li.security .icon{background-color:rgba(151,74,252,.161)}.tabs li.security .icon svg{width:14px}.tabs li.billing .icon{background-color:#e1fff1}.tabs li.billing .icon svg{width:14px}.tabs li.active{background-color:#434995;color:#fff}.tabs li.active .icon{background-color:#fff}.tabs li p{font-size:var(--default-font-size);line-height:21px;font-weight:500;margin-left:8px}@keyframes starAnimateFirst{0%{transform:rotate(0) translateZ(0)}33%{transform:rotate(1turn) translate3d(20px,-60px,0)}66%{transform:rotate(1turn) translate3d(-20px,60px,0)}to{transform:rotate(0) translateZ(0)}}@keyframes starAnimateSecond{0%{transform:rotate(0) translateZ(0)}33%{transform:rotate(.3turn) translate3d(-40px,-60px,0)}66%{transform:rotate(1turn) translate3d(45px,33px,0)}to{transform:rotate(0) translateZ(0)}}#homepage-showcase{--bg-color:#fffbee;--section-padding:77px;--btn-height:62px;background-color:var(--bg-color);padding:var(--section-padding) 0}@media screen and (max-width:1200px){#homepage-showcase{--section-padding:40px}}@media screen and (max-width:767px){#homepage-showcase{--section-padding:30px;--btn-height:55px}}#homepage-showcase .showcase-title{font-size:var(--heading-1);font-weight:700;line-height:57.2px}@media screen and (max-width:767px){#homepage-showcase .showcase-title{line-height:45px}}@media screen and (min-width:768px)and (max-width:1200px){#homepage-showcase .showcase-title{font-size:33px;line-height:50px}}#homepage-showcase .showcase-title span{position:relative}#homepage-showcase .showcase-title span:after{position:absolute;left:28%;top:100%;content:"";display:block;background-image:url(/_next/static/media/goodbye-bottom.9bb3f19a.svg);width:100%;height:100%;background-repeat:no-repeat}#homepage-showcase .showcase-action .btn{--btn-w:196px;width:var(--btn-w);height:var(--btn-height)}#homepage-showcase .showcase-description{font-size:var(--heading-5);line-height:28px;letter-spacing:-.36px;margin-top:32px}@media screen and (max-width:767px){#homepage-showcase .showcase-description{margin-top:15px;margin-bottom:15px}}@media screen and (min-width:768px)and (max-width:991px){#homepage-showcase .showcase-description{margin-top:18px;margin-bottom:18px;line-height:25px}}#homepage-showcase #create-link{--card-padding:25px;--card-shadow:0 20px 40px 0 rgba(0,0,0,.05);--card-bg-color:#fff;--card-radius:16px;--input-height:52px;--input-radius:8px;--input-color:#8f8f8f}#homepage-showcase #create-link .create-link-header .create-link-title{--w:294px;--h:52px;max-width:var(--w);width:100%;height:var(--h);margin:auto;border-radius:var(--card-radius) var(--card-radius) 0 0}@media(max-width:576px){#homepage-showcase #create-link .create-link-header .create-link-title{--w:225px}}#homepage-showcase #create-link .create-link-card{padding:var(--card-padding);background-color:var(--card-bg-color);box-shadow:var(--card-shadow);border-radius:var(--card-radius)}#homepage-showcase #create-link .create-link-card .btn{height:var(--btn-height)!important}.choto-form{--input-height:52px;--input-radius:8px;--input-color:#101828;--label-clr:#344054;--input-placeholder:#667085;--label-size:16px}@media(max-width:576px){.choto-form{--input-height:50px;--label-size:14px}.choto-form .btn{height:var(--input-height)!important}}.choto-form .form-label{font-size:var(--label-size);font-weight:500;line-height:20px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;margin-bottom:6px!important;color:var(--label-clr)}.choto-form .form-control,.choto-form .form-select{padding-left:17px;padding-right:17px!important;height:var(--input-height);border-radius:var(--input-radius);color:var(--input-color)!important}.choto-form .form-control.link-preview,.choto-form .form-select.link-preview{padding-right:60px!important}.choto-form .form-control::placeholder,.choto-form .form-select::placeholder{font-size:16px;font-weight:400;line-height:24px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:var(--input-placeholder)!important}.choto-form .form-select option[disabled]{color:red!important}.form-control.search-control{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 16.5L13.5834 13.5833M15.6667 8.58333C15.6667 12.4954 12.4954 15.6667 8.58333 15.6667C4.67132 15.6667 1.5 12.4954 1.5 8.58333C1.5 4.67132 4.67132 1.5 8.58333 1.5C12.4954 1.5 15.6667 4.67132 15.6667 8.58333Z' stroke='%23667085' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-size:18px;background-repeat:no-repeat;background-position:12px;padding-left:42px}#what-is-choto{padding-top:80px;padding-bottom:80px;position:relative}@media screen and (max-width:991px){#what-is-choto{padding-top:50px;padding-bottom:50px}}@media screen and (max-width:767px){#what-is-choto{padding-top:30px;padding-bottom:30px}}#what-is-choto p.section-description{margin-top:35px;margin-bottom:35px}@media screen and (max-width:991px){#what-is-choto p.section-description{margin-top:35px;margin-bottom:35px}}@media screen and (max-width:767px){#what-is-choto p.section-description{margin-top:20px;margin-bottom:20px}}#what-is-choto .img-div{position:relative}@media screen and (max-width:991px){#what-is-choto .img-div{margin-bottom:40px}}#what-is-choto .img-div svg{position:absolute;z-index:-1}#what-is-choto .img-div svg.first{top:25px;left:105px;animation:starAnimateFirst 40s linear 0s infinite forwards}#what-is-choto .img-div svg.second{bottom:40px;right:245px;animation:starAnimateSecond 40s linear 0s infinite backwards}#what-is-choto .shape{position:absolute;z-index:-1}#what-is-choto .shape.one{top:50%;transform:translateY(-50%)}#what-is-choto .shape.two{top:36px;right:0}#what-is-choto .shape.three{bottom:85px;right:100px}#easy-integration{background-color:#fffbee;padding-top:80px;padding-bottom:80px}@media screen and (max-width:991px){#easy-integration{padding-top:50px;padding-bottom:50px}}@media screen and (max-width:767px){#easy-integration{padding-top:30px;padding-bottom:30px}}@media screen and (max-width:991px){#easy-integration h1.section-title br{display:none}}#easy-integration p.section-description{margin-top:35px;margin-bottom:35px}@media screen and (max-width:991px){#easy-integration p.section-description{margin-top:30px;margin-bottom:30px}}@media screen and (max-width:767px){#easy-integration p.section-description{margin-top:20px;margin-bottom:20px}}@media screen and (max-width:991px){#easy-integration .row-div{flex-direction:column-reverse}}#easy-integration .img-div{position:relative}@media screen and (max-width:991px){#easy-integration .img-div{margin-bottom:40px}}#easy-integration .img-div svg{position:absolute;right:160px;animation:starAnimateSecond 40s linear 0s infinite forwards}@media screen and (max-width:991px){#pricing-plan.section-padding{padding-bottom:0}}#url-shorten{padding-bottom:120px;position:relative}@media screen and (max-width:991px){#url-shorten{padding-top:80px;padding-bottom:80px}}@media screen and (max-width:767px){#url-shorten{padding-top:30px;padding-bottom:60px}}#url-shorten .short-card{background-color:#ffd65a;background-image:url(/_next/static/media/url-cover.c0ddd226.png);background-repeat:no-repeat;background-size:cover;border-radius:50px;padding:65px;text-align:center;position:relative}@media screen and (max-width:991px){#url-shorten .short-card{padding:35px}}@media screen and (max-width:767px){#url-shorten .short-card{border-radius:25px;padding:25px}}#url-shorten .short-card .content p{max-width:745px;margin:38px auto;color:#101828}@media screen and (max-width:991px){#url-shorten .short-card .content p{margin:28px auto}}@media screen and (max-width:767px){#url-shorten .short-card .content p{margin:20px auto}}#url-shorten .short-card .content a{padding-top:14px;padding-bottom:14px;--hover-bg-clr:rgba(66,54,29,.04)}@media screen and (max-width:767px){#url-shorten .short-card .content a{padding-top:13px;padding-bottom:13px}}#url-shorten .short-card .content a:hover{background-color:#fff;border:1px solid #fff}#url-shorten .shape img{position:absolute;left:0;bottom:-75px;transform:rotate(180deg)}.faq{padding-top:35px;padding-bottom:80px}@media screen and (max-width:991px){.faq{padding-bottom:60px}}.faq .faq-accordion ul{list-style:initial;padding-left:30px!important}@media screen and (max-width:767px){.faq{padding-bottom:50px}}.faq h1.section-title{margin-bottom:80px}@media screen and (max-width:991px){.faq h1.section-title{margin-bottom:50px}}@media screen and (max-width:767px){.faq h1.section-title{margin-bottom:20px}}.faq .faq-accordion .specific-item:not(:last-child){margin-bottom:24px}.faq .faq-accordion .accordion-item{border-radius:8px;border:1px solid #f2f2f2}.faq .faq-accordion .accordion-body{padding:5px 20px 23px;font-size:var(--heading-5)}@media screen and (max-width:767px){.faq .faq-accordion .accordion-body{padding:0 15px 18px}}.faq .faq-accordion button{font-weight:500;font-size:var(--heading-4);color:#101828;padding:23px 20px;border-radius:8px;align-items:flex-start;gap:20px}@media screen and (max-width:767px){.faq .faq-accordion button{padding:18px 15px}}.faq .faq-accordion button:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-plus' width='44' height='44' viewBox='0 0 24 24' stroke-width='3' stroke='%23FFCD33' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 5l0 14' /%3E%3Cpath d='M5 12l14 0' /%3E%3C/svg%3E")}.faq .faq-accordion button.show,.faq .faq-accordion button:active,.faq .faq-accordion button:focus{outline:none!important;box-shadow:none;border-color:transparent!important}.faq .faq-accordion button:not(.collapsed){background-color:#fff;box-shadow:none;color:#f04438}.faq .faq-accordion button:not(.collapsed):after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-minus' width='44' height='44' viewBox='0 0 24 24' stroke-width='3' stroke='%23FFCD33' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l14 0' /%3E%3C/svg%3E")}.section-padding{--section-padding:95px;padding-top:var(--section-padding);padding-bottom:var(--section-padding)}@media(max-width:768px){.section-padding{--section-padding:50px}}.pricing-plan-wrapper .pricing-plan-header{margin-bottom:var(--section-padding)}.pricing-plan-wrapper .pricing-card{--card-padding:30px;--card-shadow:0px 4px 6px -2px #10182808,0px 12px 16px -4px #10182814;--card-radius:16px;--card-border-color:#eaecf0;--card-text-color:#475467;--card-footer-height:112px;position:relative;border:1px solid var(--card-border-color)!important;border-radius:var(--card-radius);box-shadow:var(--card-shadow);padding-bottom:var(--card-footer-height)}.pricing-plan-wrapper .pricing-card .card-header{padding:calc(var(--card-padding) - 10px) var(--card-padding)!important;padding-top:calc(var(--card-padding) + 5px)!important;border-color:var(--card-border-color)!important}@media(max-width:1199px){.pricing-plan-wrapper .pricing-card .card-header{height:227px}}@media(max-width:767px){.pricing-plan-wrapper .pricing-card .card-header{height:auto}}.pricing-plan-wrapper .pricing-card .card-header .discount{top:10px;right:30px}.pricing-plan-wrapper .pricing-card .card-header .card-title{font-size:var(--heading-3);color:#101828}.pricing-plan-wrapper .pricing-card .card-header .card-title>.badge{font-size:12px!important}.pricing-plan-wrapper .pricing-card .card-header .card-subtitle{font-size:var(--default-font-size);color:var(--card-text-color)}.pricing-plan-wrapper .pricing-card .card-header .price{font-weight:600;display:flex}.pricing-plan-wrapper .pricing-card .card-header .price .currency{font-size:36px}.pricing-plan-wrapper .pricing-card .card-header .price .amount{font-size:calc(var(--heading-1) + 14px);color:#101828}.pricing-plan-wrapper .pricing-card .card-header .price .period{font-size:var(--default-font-size);color:#667085;font-weight:500;align-self:flex-end;margin-bottom:18px}.pricing-plan-wrapper .pricing-card .card-body{padding:var(--card-padding)!important}.pricing-plan-wrapper .pricing-card .card-body .features-title{text-transform:uppercase;font-size:var(--default-font-size);font-weight:700;color:#101828}.pricing-plan-wrapper .pricing-card .card-body .features-subtitle{font-size:var(--default-font-size);font-weight:700;line-height:24px;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#667085}.pricing-plan-wrapper .pricing-card .card-footer{height:var(--card-footer-height);padding:var(--card-padding)!important;border-color:var(--card-border-color)!important;position:absolute;bottom:0;left:0;width:100%}ul.plan-feature-list{position:relative;display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:30px;column-gap:30px;grid-row-gap:12px;row-gap:12px}@media(max-width:1200px){ul.plan-feature-list{grid-template-columns:repeat(1,1fr)}}ul.plan-feature-list li{font-size:var(--default-font-size);font-weight:400;line-height:24px;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#667085;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23FFCD33'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.0965 7.39016L9.9365 14.3002L8.0365 12.2702C7.6865 11.9402 7.1365 11.9202 6.7365 12.2002C6.3465 12.4902 6.2365 13.0002 6.4765 13.4102L8.7265 17.0702C8.9465 17.4102 9.3265 17.6202 9.7565 17.6202C10.1665 17.6202 10.5565 17.4102 10.7765 17.0702C11.1365 16.6002 18.0065 8.41016 18.0065 8.41016C18.9065 7.49016 17.8165 6.68016 17.0965 7.38016V7.39016Z' fill='%23101828'/%3E%3C/svg%3E%0A");padding-left:35px;background-repeat:no-repeat}.react-select-wrapper{position:relative;z-index:100}.react-select-wrapper .creatable-form-control{border-radius:var(--input-radius,8px);color:var(--input-color,#8f8f8f)!important}.react-select-wrapper .creatable-form-control .creatable-select__control{min-height:var(--input-height,52px)!important;width:100%!important;border:1px solid #ddd;border-radius:8px!important}.react-select-wrapper .creatable-form-control .creatable-select__control:hover{border-color:#ddd}.react-select-wrapper .creatable-form-control .creatable-select__control.creatable-select__control--is-focused{box-shadow:none!important;outline:0!important;border-color:#ffcd33}.react-select-wrapper .creatable-form-control .creatable-select__control .creatable-select__value-container{padding-left:17px!important;cursor:text}.react-select-wrapper .creatable-form-control .creatable-select__control .creatable-select__indicator{cursor:pointer}.react-select-wrapper .creatable-form-control .creatable-select__control .creatable-select__multi-value{border-radius:8px!important;height:24px;overflow:hidden;color:#101828!important}.react-select-wrapper .creatable-form-control .creatable-select__control .creatable-select__multi-value .creatable-select__multi-value__label{padding:1px 2px 1px 8px!important}.react-select-wrapper .creatable-form-control.border-danger .creatable-select__control{border-color:var(--bs-danger)!important}.react-select-wrapper .creatable-select__menu .creatable-select__option{background-color:transparent!important}.react-select-wrapper .creatable-select__menu .creatable-select__option:hover{background-color:#deebff!important}.react-select-wrapper :focus{border:0!important;outline:none!important;box-shadow:none!important}.price-comparison-wrapper .pricing-plan-grid .plan-row{--bg-clr:#fffbee;--row-h:64px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:10px;gap:10px;padding:20px 24px;font-weight:500;color:#101828}@media(max-width:576px){.price-comparison-wrapper .pricing-plan-grid .plan-row{padding:10px 15px}}.price-comparison-wrapper .pricing-plan-grid .plan-row p{font-size:14px}@media(max-width:576px){.price-comparison-wrapper .pricing-plan-grid .plan-row p{font-size:10px}}.price-comparison-wrapper .pricing-plan-grid .plan-row .plan-name{font-size:24px;font-weight:700}.price-comparison-wrapper .pricing-plan-grid .plan-row .plan-name .badge{font-size:14px!important}@media(max-width:576px){.price-comparison-wrapper .pricing-plan-grid .plan-row .plan-name{font-size:16px}}.price-comparison-wrapper .pricing-plan-grid .plan-row .price-discount{font-size:14px}@media(max-width:576px){.price-comparison-wrapper .pricing-plan-grid .plan-row .price-discount{font-size:10px}}.price-comparison-wrapper .pricing-plan-grid .plan-row:nth-child(2n){background-color:var(--bg-clr)}.price-comparison-wrapper .pricing-plan-grid .plan-row .price{font-weight:400;display:flex}@media(max-width:576px){.price-comparison-wrapper .pricing-plan-grid .plan-row .price{flex-direction:column}}.price-comparison-wrapper .pricing-plan-grid .plan-row .price .amount{font-size:calc(var(--heading-1) + 4px);color:#101828;font-weight:700}@media(max-width:576px){.price-comparison-wrapper .pricing-plan-grid .plan-row .price .amount{font-size:26px}}.price-comparison-wrapper .pricing-plan-grid .plan-row .price .period{font-size:var(--default-font-size);color:#667085;font-weight:500;align-self:flex-end;margin-bottom:13px;margin-left:5px}@media(max-width:576px){.price-comparison-wrapper .pricing-plan-grid .plan-row .price .period{align-self:flex-start}}.datePicker-control{background-image:url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 7.66667H1M11.8333 1V4.33333M5.16667 1V4.33333M5 17.6667H12C13.4001 17.6667 14.1002 17.6667 14.635 17.3942C15.1054 17.1545 15.4878 16.772 15.7275 16.3016C16 15.7669 16 15.0668 16 13.6667V6.66667C16 5.26654 16 4.56647 15.7275 4.03169C15.4878 3.56129 15.1054 3.17883 14.635 2.93915C14.1002 2.66667 13.4001 2.66667 12 2.66667H5C3.59987 2.66667 2.8998 2.66667 2.36502 2.93915C1.89462 3.17883 1.51217 3.56129 1.27248 4.03169C1 4.56647 1 5.26654 1 6.66667V13.6667C1 15.0668 1 15.7669 1.27248 16.3016C1.51217 16.772 1.89462 17.1545 2.36502 17.3942C2.8998 17.6667 3.59987 17.6667 5 17.6667Z' stroke='%23667085' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-size:18px;background-position:calc(100% - 18px);background-repeat:no-repeat}.datePicker-control.rangePicker-control{background-position:12px;padding-left:40px;padding-top:10px;padding-bottom:10px;font-weight:500;color:#667085}.dayPicker-wrapper{margin-top:10px;border:1px solid #f2f4f7!important;box-shadow:0 8px 8px -4px rgba(16,24,40,.031),0 20px 24px -4px rgba(16,24,40,.078)!important}.dayPicker-wrapper.dayPicker-md .rdp-root{--rdp-day-height:2.5rem;--rdp-day-width:2.5rem;--rdp-accent-color:var(--accent-clr,#ffcd33);display:grid;place-items:center}.dayPicker-wrapper.dayPicker-md .rdp-root .rdp-selected.rdp-range_end .rdp-day_button,.dayPicker-wrapper.dayPicker-md .rdp-root .rdp-selected.rdp-range_start .rdp-day_button{color:#fff!important}.dayPicker-wrapper.dayPicker-md .rdp-root .rdp-today:not(.rdp-outside) .rdp-day_button{color:var(--rdp-today-color)!important;border:1px solid var(--rdp-today-color)!important;border-radius:100%!important}.dayPicker-wrapper.dayPicker-md .rdp-root .rdp-today:not(.rdp-outside).rdp-selected .rdp-day_button{color:#000!important;border-width:2px!important}.dayPicker-wrapper.dayPicker-md .rdp-root .rdp-today:not(.rdp-outside).rdp-selected.rdp-range_end .rdp-day_button{color:#fff!important}.link-list-card{--text-color:#667085;transition:all .2s linear}.link-list-card:hover{box-shadow:0 4px 8px var(--sds-size-blur-100,2px) rgba(8,31,77,.302)!important;border:1px solid #434995!important}.link-list-card.spam-link{border-color:#f04438!important}.link-list-card.spam-link:hover{box-shadow:none!important}.link-list-card .linkIcon{--size:65px;width:var(--size);height:var(--size);border-radius:50%;padding:10px;border:1px solid #ddd;display:grid;place-items:center}@media(max-width:991px){.link-list-card .linkDownloadAndAdvance,.link-list-card .totalClicks{margin-top:10px}}@media(max-width:991px)and (min-width:576px){.link-list-card .linkDownloadAndAdvance,.link-list-card .totalClicks{margin-left:95px}}.link-list-card [type=button]{font-size:14px!important;width:180px!important;height:42px!important}.link-list-card .linkInfoBody *{color:var(--text-color)}.link-list-card .linkInfoBody .choto-feature-list{--max-li-h:22px}.link-list-card .linkInfoBody .choto-feature-list li{height:var(--max-li-h)}.link-list-card .linkInfoBody .choto-feature-list li svg{--size:var(--max-li-h);width:var(--size);height:var(--size)}.link-list-card .linkInfoBody [disabled]{opacity:.25!important;pointer-events:none!important}.link-list-card .linkInfoBody .title{color:var(--bs-dark)!important}.link-list-card .linkInfoBody .choto-url{color:#ffcd33!important}.link-list-card .border-warning{position:absolute;right:-5px;top:-5px;z-index:1;overflow:hidden;width:75px;height:75px;text-align:right}.link-list-card .border-warning span{font-size:11px;font-weight:700;color:#fff;text-transform:uppercase;text-align:center;line-height:20px;transform:rotate(45deg);-webkit-transform:rotate(45deg);width:100px;display:block;background:#f44336;background:linear-gradient(#f44336,#d32f2f);box-shadow:0 3px 10px -5px #000;position:absolute;top:14px;right:-26px}.link-list-card .border-warning span:before{content:"";position:absolute;left:6px;top:100%;z-index:-1;border-color:#d32f2f transparent transparent #d32f2f;border-style:solid;border-width:3px}.link-list-card .border-warning span:after{content:"";position:absolute;right:6px;top:100%;z-index:-1;border-color:#d32f2f #d32f2f transparent transparent;border-style:solid;border-width:3px}.link-list-card .border-warning.expire_warning span{background:#ffb020;background:linear-gradient(#ffb020,#ffb020)}.link-list-card .border-warning.expire_warning span:before{border-color:#ffb020 transparent transparent #ffb020;border-style:solid;border-width:3px}.link-list-card .border-warning.expire_warning span:after{border-color:#ffb020 #ffb020 transparent transparent;border-style:solid;border-width:3px}.link-filtering-panel{--control-w:135px;--control-h:40px;--control-r:8px;--border-color:8px}.link-filtering-panel .form-control{height:var(--control-h)}.link-filtering-panel .dayPicker-wrapper,.link-filtering-panel .form-control{border-radius:var(--control-r)!important}.link-filtering-panel.add-star *{text-align:left;color:#667085!important;font-size:14px;font-weight:500;line-height:19.14px;letter-spacing:.005em;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.link-filtering-panel.add-star :focus{outline:none;box-shadow:none!important}.link-filtering-panel.tag-filter-modal .selectFilterOption__control{min-height:46px}.link-filtering-panel.tag-filter-modal .selectFilterOption__control *{font-weight:500}.link-filtering-panel.tag-filter-modal .selectFilterOption__menu{z-index:99}.link-filtering-panel.tag-filter-modal .selectFilterOption__menu *{color:#667085;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;font-size:var(--heading-6);font-weight:500}.link-filtering-panel.tag-filter-modal .selectFilterOption__menu :focus{outline:none;box-shadow:none!important}.link-filtering-panel .dayPicker-footer .btn{color:#101828!important}.link-filtering-panel .dayPicker-footer .btn.btn-outline-secondary:is(:hover){color:#fff!important}.link-filtering-panel .filter-btn{padding:10px 15px}.selectFilterOption__control{min-width:var(--control-w)!important;height:var(--control-h);border-radius:var(--control-r)!important;border-color:var(--bs-border-color)!important;width:100%}.selectFilterOption__control--is-focused{border:1px solid #ffcd33!important;box-shadow:none!important}.selectFilterOption__menu{border-radius:var(--control-r)!important}.selectFilterOption__menu .selectFilterOption__option{padding:8px 12px!important;margin:2px 0!important;cursor:pointer}.selectFilterOption__menu .selectFilterOption__option--is-focused,.selectFilterOption__menu .selectFilterOption__option--is-selected{background:#fff6d9!important}.add-tag-todo *{font-size:14px!important}.add-tag-todo .form-control{box-shadow:none!important;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 16.5L13.5834 13.5833M15.6667 8.58333C15.6667 12.4954 12.4954 15.6667 8.58333 15.6667C4.67132 15.6667 1.5 12.4954 1.5 8.58333C1.5 4.67132 4.67132 1.5 8.58333 1.5C12.4954 1.5 15.6667 4.67132 15.6667 8.58333Z' stroke='%23667085' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-size:16px;background-repeat:no-repeat;background-position:calc(100% - 18px);padding-right:20px}.add-tag-todo .form-control:focus{border:initial!important;border-bottom:1px solid #ddd!important}.add-tag-todo .create-tag-dropdown{box-shadow:0 3.83px 28.71px 0 rgba(46,45,116,.102);border:.96px solid var(--broder,#eaecf0);z-index:9}.shareable-media .react-share__ShareButton{--size:70px;width:var(--size);height:var(--size);border:1px solid #ddd!important;transition:all .3s linear}@media(max-width:576px){.shareable-media .react-share__ShareButton{--size:60px}}@media(max-width:400px){.shareable-media .react-share__ShareButton{--size:45px}}.shareable-media .react-share__ShareButton img{width:calc(var(--size) - 30px);height:calc(var(--size) - 30px)}@media(max-width:400px){.shareable-media .react-share__ShareButton img{width:calc(var(--size) - 20px);height:calc(var(--size) - 20px)}}.shareable-media .react-share__ShareButton:hover{border-color:var(--bs-gray-600)!important}.stripe-elements-form .StripeElement.StripeElement--invalid{border-color:var(--bs-danger)!important}.payment-success .success-card{--margin-y:150px;max-width:550px;width:100%;border:1px solid var(--border,#eaecf0);box-shadow:0 20px 40px 0 rgba(0,0,0,.051);margin:var(--margin-y) auto;border-radius:16px}.linkDetailsFilter-select__control.linkDetailsFilter-select__control--is-focused{border-color:#ffcd33!important;box-shadow:none!important}.linkDetailsFilter-select__control :focus{outline:none!important;border:none!important;box-shadow:none!important}.dayPicker-wrapper.dayPicker-md .rdp-root{--rdp-cell-size:calc(28px + 0.5vw)!important;--rdp-day-height:var(--rdp-cell-size)!important;--rdp-day-width:var(--rdp-cell-size)!important}.link-expired-component .expired-content{max-width:548px;width:100%;border:1px 0 0;background-color:#fff;border:1px solid var(--border,#eaecf0);border-radius:16px;margin:100px auto auto;padding:35px 24px 24px;box-shadow:0 20px 40px 0 rgba(0,0,0,.051)}.link-expired-component .expired-content .title{font-size:24px;font-weight:700;line-height:32.4px;color:#101828}.link-expired-component .expired-content .desc,.link-expired-component .expired-content .title{text-align:center;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.link-expired-component .expired-content .desc{font-size:16px;font-weight:400;line-height:20px;color:var(--black-2,#667085)}html{scroll-behavior:smooth}body{overflow-x:hidden}body.open{overflow:hidden}@media(min-width:768px)and (max-width:991px){.container{max-width:95%}}main{--navbar-height:71px;--footer-height:286px;--login-ads-height:142px}@media screen and (max-width:1200px){main{--login-ads-height:138px}}@media screen and (max-width:767px){main{--footer-height:244px}}main.no-ads{--login-ads-height:0px}nav.navbar{background-color:#fff;padding-top:14px!important;padding-bottom:14px!important;border-bottom:1px solid rgba(102,112,133,.2)}@media screen and (max-width:767px){nav.navbar{padding-top:8px!important;padding-bottom:8px!important;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}}nav.navbar .navbar-brand{padding:0}nav.navbar .navbar-toggler-icon:focus,nav.navbar .navbar-toggler:active,nav.navbar .navbar-toggler:focus{outline:none;box-shadow:none}nav.navbar .navbar-nav{gap:36px;align-items:center}@media screen and (max-width:767px){nav.navbar .navbar-nav{margin:10px auto;gap:10px;align-items:flex-start}}nav.navbar .nav-link{white-space:nowrap;padding:0!important;font-weight:500;color:#667085}nav.navbar .sign-up-btn{transition:none;white-space:nowrap}nav.navbar .profile-dropdown .profile{display:flex;align-items:center;color:#667085;cursor:pointer}nav.navbar .profile-dropdown .profile.nav-link:after{display:none}nav.navbar .profile-dropdown .profile .profile-image{margin-right:12px}@media screen and (max-width:767px){nav.navbar .profile-dropdown .profile .profile-image{margin-right:0}}nav.navbar .profile-dropdown .profile .profile-image img{border-radius:50%;border:2px solid #ffcd33;object-fit:cover}@media screen and (max-width:767px){nav.navbar .profile-dropdown .profile .profile-image img{margin-right:0;width:32px;height:32px}}nav.navbar .profile-dropdown .profile .profile-image .star{bottom:-8px;left:50%;transform:translateX(-50%);border:1px solid #ffcd33;border-radius:50%;padding:2px;width:18px;height:18px}nav.navbar .profile-dropdown .profile p{font-weight:500;max-width:100px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width:767px){nav.navbar .profile-dropdown .profile p{display:none}}nav.navbar .profile-dropdown .custom-dropdown-menu{inset:auto;right:0;min-width:100%}@media screen and (max-width:767px){nav.navbar .profile-dropdown .custom-dropdown-menu{min-width:8rem}}@media screen and (max-width:991px){nav.navbar .mobile-toggle-content{position:absolute;top:var(--navbar-height);left:-100%;background-color:#fff;width:100%;height:calc(100vh - var(--navbar-height));z-index:102;align-items:center;justify-content:center;gap:30px;transition:all .5s ease-in-out;margin:0;border-top:1px solid #eaecf0}nav.navbar .mobile-toggle-content.open{left:0}nav.navbar .mobile-toggle-content .dropdown-item{padding:5px 0}}footer{background-color:#101828;padding-top:44px;padding-bottom:24px}footer p{line-height:24px;font-size:var(--default-font-size)}footer .main-footer *{color:#cfd1d4}footer .main-footer .middle{display:flex;align-items:center;justify-content:center}@media screen and (max-width:767px){footer .main-footer .middle{display:block}}footer .main-footer .logo p{margin-top:36px}@media screen and (max-width:767px){footer .main-footer .logo p{margin-top:15px}}footer .main-footer .links h5{color:#fff;font-size:var(--heading-4);line-height:30px;margin-bottom:36px;font-weight:700}@media screen and (max-width:767px){footer .main-footer .links h5{margin-bottom:10px;margin-top:30px}}footer .main-footer .links ul li:not(:last-child){margin-bottom:18px}@media screen and (max-width:767px){footer .main-footer .links ul li:not(:last-child){margin-bottom:0}}footer .main-footer .links ul li a{color:#cfd1d4;line-height:21px;font-size:var(--heading-6);position:relative;font-size:var(--default-font-size)}footer .main-footer .links ul li a.underline:after{content:"";position:absolute;bottom:-2px;right:0;height:1px;width:0;background-color:#cfd1d4;transition:all .3s ease-in-out}footer .main-footer .links ul li a.underline:hover:after{width:100%;left:0}footer .main-footer .links ul.socials svg{transition:all .3s ease-in-out}footer .main-footer .links ul.socials svg.facebook:hover{fill:#1877f2}footer .main-footer .links ul.socials svg.linkedin:hover{fill:#0a66c2}footer .bottom{color:#667085;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:767px){footer .bottom{flex-direction:column;align-items:flex-start;gap:10px}}footer .bottom .rl-logo{display:flex;align-items:center;gap:8px}footer .bottom p{line-height:normal}footer .divider{height:4px;width:100%;margin-top:34px;margin-bottom:24px;background:radial-gradient(37.57% 37.5% at 50% 50%,hsla(0,100%,92%,.7) 0,hsla(0,0%,100%,.12) .01%,hsla(0,0%,100%,0) 100%)}#search-c .custom-input-group{width:75%}@media screen and (max-width:767px){#search-c .custom-input-group{width:100%}}#search-c input{padding:17px 17px 17px 40px;color:#667085}#search-c input::placeholder{color:#667085}#search-c .icon{width:22px;height:22px;left:12px;top:50%;transform:translateY(-50%);color:#667085}.support-container{bottom:calc(4rem + 5px);right:40px;z-index:101}@media screen and (max-width:767px){.support-container{right:14px;bottom:calc(2rem - 8px)}}.support-container .support-button{line-height:normal;padding:12px;box-shadow:0 8px 14px 0 rgba(0,0,0,.25);width:50px;height:50px}@media screen and (max-width:767px){.support-container .support-button{width:45px;height:45px;padding:10px}}.support-container .support-button svg{transition:all .25s ease-in-out;position:absolute;width:27px;height:27px}.support-container .support-button svg.show{opacity:1;visibility:visible;scale:1}.support-container .support-button svg.hide{opacity:0;visibility:hidden;scale:0}.support-container .support-popup{--bs-card-border-color:#eaecf0;opacity:0;visibility:hidden;margin-right:2px;transition:all .25s ease-in-out;bottom:100%;width:380px}@media screen and (max-width:767px){.support-container .support-popup{margin-right:0}}@media screen and (max-width:575px){.support-container .support-popup{width:330px}}.support-container .support-popup.open{opacity:1;visibility:visible;margin-bottom:5px}@media screen and (max-width:767px){.support-container .support-popup.open{margin-bottom:3px}}.support-container .support-popup .title{margin-top:20px;padding-bottom:15px;font-size:var(--heading-5);border-color:#eaecf0!important}@media screen and (max-width:767px){.support-container .support-popup .title{margin-top:13px;padding-bottom:10px}}.support-container .support-popup .support-body{padding:20px}@media screen and (max-width:767px){.support-container .support-popup .support-body{padding-top:10px}}.support-container .support-popup .support-body .success-response h5{font-size:var(--heading-5);margin-top:35px;margin-bottom:50px}.support-container .support-popup .form-field{margin-bottom:12px}@media screen and (max-width:767px){.support-container .support-popup .form-field{margin-bottom:8px}}.support-container .support-popup .form-field label{font-weight:500;line-height:21px;margin-bottom:5px;font-size:var(--default-font-size)}.support-container .support-popup .form-field input,.support-container .support-popup .form-field textarea{border-radius:8px;border:1px solid #eaecf0;background:#fff;color:#101828;line-height:normal;padding:10px 14px;width:100%}@media screen and (max-width:575px){.support-container .support-popup .form-field input,.support-container .support-popup .form-field textarea{padding:9px 14px}}.support-container .support-popup .form-field input:disabled,.support-container .support-popup .form-field textarea:disabled{background-color:#f5f6f7;cursor:not-allowed}.support-container .support-popup .form-field input::placeholder,.support-container .support-popup .form-field textarea::placeholder{color:#667085}.support-container .support-popup .form-field input:focus,.support-container .support-popup .form-field textarea:focus{outline:none;border:1px solid #ffcd33;box-shadow:none}.support-container .support-popup .form-field input.error,.support-container .support-popup .form-field textarea.error{border:1px solid #f04438}.support-container .support-popup .form-field .error-txt{font-size:var(--heading-6);line-height:19px;margin-top:2px}.login-signup{position:relative;min-height:calc(100vh - var(--navbar-height))}.login-signup .container,.login-signup .container .row{min-height:calc(100vh - (var(--navbar-height)))}@media screen and (max-width:767px){.login-signup{height:auto}}.login-signup:after,.login-signup:before{position:absolute;display:block;content:"";background-repeat:no-repeat;background-position:50%;width:50%;height:100%;top:0;left:0}@media screen and (max-width:767px){.login-signup:after,.login-signup:before{display:none}}.login-signup:after{background-color:#fffbee;background-image:url(/_next/static/media/login-banner1.799957ed.png);background-size:cover;z-index:-1}.login-signup:before{background-size:40vh}@media screen and (max-width:767px){.login-signup:before{background-image:none;width:100%}}.login-signup .left-title{font-size:var(--heading-3);font-weight:500;padding-top:85px;padding-right:100px;z-index:1;position:relative}@media screen and (max-width:991px){.login-signup .left-title{padding-right:30px}}@media screen and (max-width:767px){.login-signup .left-title{display:none}}.login-signup .login-form{padding-left:55px;max-width:90%}@media screen and (max-width:991px){.login-signup .login-form{padding-left:25px}}@media screen and (max-width:767px){.login-signup .login-form{max-width:100%;padding:30px 0}}.login-signup .login-form h1.title{font-size:calc(var(--heading-6) + var(--heading-6));font-weight:700;margin-bottom:34px}@media screen and (max-width:767px){.login-signup .login-form h1.title{margin-bottom:25px}}.login-signup .login-form .google-sign{display:flex;align-items:center;justify-content:center;gap:10px;padding-top:20px;padding-bottom:20px;margin-bottom:8px;cursor:pointer;background-color:#fff}.login-signup .login-form .google-sign svg{fill:#667085;animation:rotate360 2s ease-in-out infinite}@media screen and (max-width:767px){.login-signup .login-form .google-sign{padding-top:16px;padding-bottom:16px}}.login-signup .login-form .google-sign p{line-height:16px}.login-signup .login-form .or{text-align:center;position:relative;margin-bottom:20px}.login-signup .login-form .or:before{content:"";position:absolute;top:50%;left:0;width:100%;background-color:#eaecf0;height:1px;z-index:-1}@media screen and (max-width:991px){.login-signup .login-form .or:before{background-color:#eaecf0;z-index:0}}.login-signup .login-form .or p{color:#4b4b4b;padding:8px 12px;border-radius:50%;display:inline-block;text-align:center;background-color:#fff;z-index:2;position:relative}.login-signup .login-form .remember-checkbox{margin-top:24px;margin-bottom:22px;display:flex;align-items:center;justify-content:space-between;font-size:var(--default-font-size)}.login-signup .login-form .remember-checkbox input{border:1px solid #667085}.login-signup .login-form .remember-checkbox input:checked{background-color:#ffcd33;border-color:#ffcd33}.login-signup .login-form .remember-checkbox input:focus{outline:none;border:1px solid #ffcd33;box-shadow:none}.login-signup .login-form button.submit{padding-top:17px;padding-bottom:17px;line-height:21px;margin-bottom:27px}@media screen and (max-width:767px){.login-signup .login-form button.submit{padding-top:15px;padding-bottom:15px;margin-bottom:20px}}.login-signup .login-form .go-to-signup{font-size:var(--default-font-size)}.password-toggle-btn{position:absolute;top:50%;transform:translateY(-50%);right:12px;cursor:pointer}.password-toggle-btn img{margin-bottom:0!important}#login-page:before{background-image:url(/_next/static/media/login-man-img.3d93ef4b.png)}#signup-page{height:auto}#signup-page:before{background-position-x:80%;background-size:600px;background-image:url(/_next/static/media/signup-man-img.4d8aeebe.png)}@media screen and (max-width:1400px){#signup-page:before{background-size:500px;background-position-x:60%}}@media screen and (max-width:1200px){#signup-page:before{background-size:450px;background-position-x:70%}}@media screen and (max-width:991px){#signup-page:before{background-size:350px}}#signup-page .login-form{padding-top:25px;padding-bottom:25px}#signup-page .remember-checkbox{display:block}#signup-page .remember-checkbox .form-check{margin-bottom:0}#signup-page .remember-checkbox .error-txt{font-size:var(--heading-6);line-height:19px;margin-top:10px}@media screen and (max-width:767px){#signup-page .remember-checkbox .error-txt{margin-top:5px}}#signup-page .name-input-box{display:flex;gap:14px}#signup-page .name-input-box>div{flex:1 1}@media screen and (max-width:767px){#signup-page .name-input-box{flex-direction:column;gap:0;margin-bottom:20px}}.middle-card{background-color:#f9f9fa}.middle-card .card{max-width:555px;display:block;text-align:center;box-shadow:0 20px 40px 0 rgba(0,0,0,.05);border-radius:16px;border:1px solid #eaecf0;margin:95px auto}@media screen and (max-width:767px){.middle-card .card{margin-top:50px;margin-bottom:50px}}.middle-card .card .card-body{padding:32px 28px}.middle-card .card .card-body img{margin-bottom:28px}@media screen and (max-width:767px){.middle-card .card .card-body{padding:22px 18px}}.middle-card .card .card-body h5.title{font-size:var(--heading-3);font-weight:700;margin-bottom:16px}.middle-card .card .card-body .p-div:not(.last){margin-bottom:28px}@media screen and (max-width:767px){.middle-card .card .card-body .p-div:not(.last){margin-bottom:20px}}.middle-card .card .card-body .p-div p{line-height:26px}@media screen and (max-width:767px){.middle-card .card .card-body .p-div p{line-height:23px}}.middle-card .card .card-body .p-div span{color:#101828}.middle-card .card .card-body .goto-login,.middle-card .card .card-body button{margin-top:24px;padding-top:18px;padding-bottom:18px}@media screen and (max-width:767px){.middle-card .card .card-body .goto-login,.middle-card .card .card-body button{padding-top:15px;padding-bottom:15px}}.middle-card .card .card-body .go-to-signup{font-size:var(--default-font-size)}#reset-password .custom-input-group,#verify-email .custom-input-group{margin-bottom:0;margin-top:27px}#reset-password button,#verify-email button{margin-top:26px;margin-bottom:26px}#set-new-password .p-div{margin-bottom:20px}#set-new-password .p-div p{max-width:400px;margin-left:auto;margin-right:auto}#set-new-password button{margin-top:0;margin-bottom:26px}#email-verified{height:65vh}@media screen and (max-width:767px){#email-verified{height:auto}}.bottom-adds{background-color:hsla(0,0%,97%,.851);position:fixed;bottom:0;left:0;width:100%;transition:all 2s ease-in-out;z-index:10}.bottom-adds.hide{bottom:-100%}.bottom-adds .content-div{position:relative}.bottom-adds .content-div svg{width:30px;height:30px;fill:#b3b3b3;cursor:pointer;position:absolute;top:50%;right:0;transform:translateY(-50%)}@media screen and (max-width:575px){.bottom-adds .content-div svg{width:20px;height:20px}}.google-adds .ads_8x2{margin:auto;padding-top:20px;padding-bottom:20px}@media screen and (max-width:767px){.google-adds .ads_8x2{padding-top:10px;padding-bottom:10px}}.login-signup-ads .google-adds .ads_8x2{padding-bottom:32px}.dashboard{padding-top:50px;padding-bottom:110px}@media screen and (max-width:767px){.dashboard{padding-top:30px;padding-bottom:50px}}.dashboard.analytic .header-cards .card{border:1px solid #eaecf0;box-shadow:0 1px 2px 0 rgba(16,24,40,.059);box-shadow:0 1px 3px 0 rgba(16,24,40,.102);margin-bottom:28px}@media screen and (max-width:767px){.dashboard.analytic .header-cards .card{margin-bottom:14px}}.dashboard.analytic .header-cards .card.lock{position:relative}.dashboard.analytic .header-cards .card .card-body{padding:24px}@media screen and (max-width:767px){.dashboard.analytic .header-cards .card .card-body{padding:20px}}.dashboard.analytic .header-cards .card .card-body .head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}@media screen and (max-width:767px){.dashboard.analytic .header-cards .card .card-body .head{margin-bottom:15px}}.dashboard.analytic .header-cards .card .card-body .head .card-tit{font-size:var(--default-font-size);font-weight:500;line-height:24px}.dashboard.analytic .header-cards .card .card-body .body{display:flex;align-items:center;justify-content:space-between;gap:10px}.dashboard.analytic .header-cards .card .card-body .body .left{width:70%}.dashboard.analytic .header-cards .card .card-body .body .left .value{color:#101828;font-size:calc(var(--heading-3) + 6px);font-weight:600;margin-bottom:12px}@media screen and (max-width:767px){.dashboard.analytic .header-cards .card .card-body .body .left .value{margin-bottom:5px}}.dashboard.analytic .header-cards .card .card-body .body .left .percent-div{font-size:var(--heading-6);font-weight:500;color:#475467;display:flex;align-items:center;gap:8px}.dashboard.analytic .header-cards .card .card-body .body .left .percent-div .percent{display:flex;align-items:center;gap:2px}.dashboard.analytic .header-cards .card .card-body .body .left .percent-div .percent.up{color:#027a48}.dashboard.analytic .header-cards .card .card-body .body .left .percent-div .percent.up svg{fill:#12b76a}.dashboard.analytic .header-cards .card .card-body .body .left .percent-div .percent.down{color:#b42318}.dashboard.analytic .header-cards .card .card-body .body .left .percent-div .percent.down svg{fill:#f04438;transform:rotate(180deg)}.dashboard.analytic .header-cards .card .card-body .body .right{width:130px}.dashboard.analytic .header-cards .card .lock-details{position:absolute;width:100%;height:100%;background-color:hsla(0,0%,100%,.6);border-radius:inherit;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;text-align:center;top:0;left:0}.dashboard .input_div{margin-bottom:20px}.dashboard .input_div.double{display:flex;align-items:flex-start;gap:16px}@media screen and (max-width:767px){.dashboard .input_div.double{flex-direction:column}}.dashboard .input_div.double>div{flex:1 1}@media screen and (max-width:767px){.dashboard .input_div.double>div{width:100%}}.dashboard .input_div label{font-weight:500;line-height:20px;margin-bottom:6px;font-size:var(--default-font-size)}.dashboard .input_div input{border-radius:8px;border:1px solid #eaecf0;background:#fff;color:#101828;line-height:normal;padding:10px 14px;width:100%}.dashboard .input_div input:disabled{background-color:#f5f6f7;cursor:not-allowed}.dashboard .input_div input::placeholder{color:#667085}.dashboard .input_div input:focus{outline:none;border:1px solid #ffcd33;box-shadow:none}.dashboard .input_div input.error{border:1px solid #f04438}.dashboard .input_div .error-txt{font-size:var(--heading-6);line-height:19px;margin-top:2px}.dashboard .input_div .toggle-btn{position:absolute;top:50%;transform:translateY(-50%);right:12px;cursor:pointer}.payment-info-edit .card .card-head{padding:24px;border-bottom:1px solid #eaecf0}@media screen and (max-width:767px){.payment-info-edit .card .card-head{padding:16px}}.payment-info-edit .card .card-head .title{font-size:var(--heading-4);font-weight:700;line-height:24px}.payment-info-edit .card .card-body{--bs-card-spacer-y:24px;--bs-card-spacer-x:24px}@media screen and (max-width:767px){.payment-info-edit .card .card-body{--bs-card-spacer-y:16px;--bs-card-spacer-x:16px}}.payment-info-edit .card .card-body .switch{margin-top:30px;margin-bottom:20px}.payment-info-edit .card .card-body .switch h5{font-size:var(--heading-4);color:#667085;margin-bottom:9px;line-height:24px}.payment-info-edit .card .card-body .switch .form-switch{margin-bottom:0;display:flex;align-items:center;gap:10px}.payment-info-edit .card .card-body .switch .form-switch .form-check-label{font-size:var(--heading-6);color:#667085;line-height:20px;margin-top:3px}.payment-info-edit .card .card-body .buttons{display:flex;justify-content:flex-end;gap:16px;margin-top:30px;flex-wrap:wrap-reverse}@media screen and (max-width:575px){.payment-info-edit .card .card-body .buttons{justify-content:center}}.payment-info-edit .card .card-body .buttons button{padding:10px 40px}.dashboard.link-list .link-total h3{color:#101828;font-size:var(--heading-4);padding-bottom:10px;border-bottom:1px solid #eaecf0;margin-bottom:20px}nav.dashbaord-navbar{background-color:#fff;border-bottom:1px solid #eaecf0;padding-top:12px!important;padding-bottom:12px!important}nav.dashbaord-navbar.sticky{position:-webkit-sticky;position:sticky;top:0;z-index:11}@media screen and (max-width:767px){nav.dashbaord-navbar .navbar-nav{margin:initial}nav.dashbaord-navbar .r-item{gap:20px}}.dashboard-templete{min-height:calc(100vh - var(--navbar-height) - 1px);width:100%;display:flex;--aside-width:300px}@media screen and (max-width:1500px){.dashboard-templete{--aside-width:240px}}.dashboard-templete aside{background-color:#fff;width:var(--aside-width);padding:32px 12px 32px 0;box-shadow:8px 8px 15px 0 rgba(0,0,0,.05);border-right:1px solid #eaecf0;transition:all .5s ease-in-out;z-index:1}.dashboard-templete aside ul.aside-nav li a{position:relative;display:block;margin-bottom:14px;font-weight:500;line-height:21px;display:flex;align-items:center;gap:8px;padding-top:12px;padding-bottom:12px;padding-left:16px;border-radius:0 7px 7px 0;transition:all .5s ease-in-out}.dashboard-templete aside ul.aside-nav li a:after{content:"";position:absolute;width:5px;height:0;background-color:#ffcd33;top:50%;transform:translateY(-50%);left:0;opacity:0;transition:all .5s ease-in-out}.dashboard-templete aside ul.aside-nav li a svg{height:20px;width:20px;fill:#667085;transition:all .5s ease-in-out}.dashboard-templete aside ul.aside-nav li a.active,.dashboard-templete aside ul.aside-nav li a:hover{background-color:#fff6d9}.dashboard-templete aside ul.aside-nav li a.active:after,.dashboard-templete aside ul.aside-nav li a:hover:after{opacity:1;height:100%}.dashboard-templete aside ul.aside-nav li a.active svg,.dashboard-templete aside ul.aside-nav li a:hover svg{fill:#ffcd33}@media screen and (max-width:991px){.dashboard-templete aside{width:100%;position:fixed;height:100%;left:-100%}.dashboard-templete aside.open{display:block;left:0}}.dashboard-templete .main-content{background-color:#f9f9fa;height:calc(100vh - var(--navbar-height) - 1px);overflow-y:scroll;flex:1 1}.dashboard-templete .main-content section{padding:40px}@media screen and (max-width:767px){.dashboard-templete .main-content section{padding:20px 15px}}.dashboard-templete .main-content section .google-ads-top-admin{margin-bottom:32px}@media screen and (max-width:767px){.dashboard-templete .main-content section .google-ads-top-admin{margin-bottom:15px}}.dashboard-templete .main-content .input_div{margin-bottom:20px}.dashboard-templete .main-content .input_div label{font-weight:500;line-height:21px;margin-bottom:8px;font-size:var(--default-font-size)}.dashboard-templete .main-content .input_div input{border-radius:4px;border:1px solid #eaecf0;background:#fff;color:#101828;line-height:normal;padding:12px 16px;width:100%}.dashboard-templete .main-content .input_div input:disabled{background-color:#f5f6f7;cursor:not-allowed}.dashboard-templete .main-content .input_div input::placeholder{color:#667085}.dashboard-templete .main-content .input_div input:focus{outline:none;border:1px solid #ffcd33;box-shadow:none}.dashboard-templete .main-content .input_div input.error{border:1px solid #f04438}.dashboard-templete .main-content .input_div .error-txt{font-size:var(--heading-6);line-height:19px;margin-top:2px}.dashboard-templete .main-content .input_div .toggle-btn{position:absolute;top:50%;transform:translateY(-50%);right:12px;cursor:pointer}#d-statics{min-height:100%;background-image:url(/_next/static/media/dashboard-bottom-shape.efd90ace.svg);background-position:bottom;background-repeat:no-repeat;background-size:100%}#d-statics .header-card{margin-bottom:35px}@media screen and (max-width:991px){#d-statics .header-card{--bs-gutter-y:28px}}@media screen and (max-width:767px){#d-statics .header-card{--bs-gutter-y:15px}}@keyframes bg-animation{0%{background-position:0}50%{background-position:100%}to{background-position:0}}#d-statics .header-card .card{border:none;color:#fff;transition:all .5s ease-in-out;background:linear-gradient(135deg,#2559b6,rgba(56,114,214,.85) 50%,#2559b6);animation:bg-animation 25s infinite;background-size:300%}#d-statics .header-card .card:hover{transform:translateY(-2px)}#d-statics .header-card .card.t-click{background:linear-gradient(135deg,#3075f0,rgba(48,118,240,.85) 50%,#3075f0)}#d-statics .header-card .card.t-user{background:linear-gradient(135deg,#8d62f5,rgba(142,98,245,.85) 50%,#8d62f5)}#d-statics .header-card .card.t-scan{background:linear-gradient(135deg,#0dbf7f,rgba(13,191,126,.85) 50%,#0dbf7f)}#d-statics .header-card .card .card-body{display:flex;align-items:center;gap:12px}#d-statics .header-card .card .card-body .icon{background-color:hsla(0,0%,100%,.239);border-radius:50%;width:48px;height:48px;display:grid;place-items:center}#d-statics .header-card .card .card-body .details .title{font-size:var(--default-font-size);font-weight:500;line-height:21px;text-transform:capitalize}#d-statics .header-card .card .card-body .details .count{font-size:var(--heading-3);font-weight:700;line-height:32px}#d-statics .link-geo-chart h5{font-size:var(--heading-5);line-height:24px;font-weight:500;margin-bottom:12px}#d-statics .link-geo-chart .card{border:1px solid #eaecf0}@media screen and (max-width:1200px){#d-statics .link-geo-chart .card{margin-bottom:20px}}#d-statics .link-geo-chart .card .card-body{padding:0}#d-statics .link-geo-chart .card .card-body .l7d{padding:20px 20px 0;font-size:var(--default-font-size)}#d-statics .link-geo-chart .card .card-body .main-char{margin:0 3px}#d-statics .link-geo-chart .card .card-body .geo-graph{margin:20px 20px 10px}#d-profile .card{border:1px solid #eaecf0;box-shadow:0 4px 8px -8px rgba(8,31,77,.2)}#d-profile .card .card-body{padding:24px}@media screen and (max-width:767px){#d-profile .card .card-body{padding:15px}}#d-profile .card.profile-edit .card-body .pp{margin-bottom:30px}#d-profile .card.profile-edit .card-body .pp p{font-weight:600;line-height:20px;margin-bottom:16px}#d-profile .card.profile-edit .card-body .pp .img-div{display:inline-block;position:relative}#d-profile .card.profile-edit .card-body .pp .img-div input{display:none}#d-profile .card.profile-edit .card-body .pp .img-div label{color:transparent;width:120px;height:120px;border-radius:50%;cursor:pointer;background-color:#ececec;background-size:100px 100px;background-position:50%;background-repeat:no-repeat;border:1px solid #ececec;background-size:cover;margin-bottom:0;background-image:url(/_next/static/media/dummy-profile-pic.4a863a4a.png)}#d-profile .card.profile-edit .card-body .pp .img-div svg{width:18px;position:absolute;bottom:10%;left:50%;transform:translateX(-50%);fill:#fff}#d-profile .card.profile-edit .card-body .buttons{margin-top:40px;display:flex;align-items:center;gap:42px}#d-profile .card.password-change .f-password{margin-top:20px;margin-bottom:22px}#d-profile .card.password-change button{margin-top:20px}#d-profile .billing .semi-title{font-size:var(--heading-4);font-weight:500;line-height:24px;color:#101828}#d-profile .billing .main-title{font-size:calc(var(--heading-3) + 6px);font-weight:700;line-height:24px;color:#101828}#d-profile .billing .regular-description{color:#344054;font-size:var(--default-font-size);font-weight:500;line-height:20px}#d-profile .billing .regular-description-s{color:#667085;font-size:var(--heading-6);font-weight:500;line-height:20px}#d-profile .billing .action-btn{line-height:24px;padding:16px 28px}@media screen and (max-width:767px){#d-profile .billing .action-btn{padding:10px 20px}}#d-profile .billing .plan-info{height:100%}@media screen and (max-width:767px){#d-profile .billing .plan-info{height:auto}}#d-profile .billing .plan-info .card-body{display:flex;flex-direction:column;justify-content:space-between}#d-profile .billing .plan-info .head{display:flex;justify-content:space-between;gap:14px;align-items:flex-end;margin-bottom:10px;flex-wrap:wrap}#d-profile .billing .plan-info .head .semi-title{margin-bottom:15px}#d-profile .billing .plan-info .renew{display:flex;justify-content:space-between;gap:14px;margin-top:20px;margin-bottom:28px;align-items:flex-start}@media screen and (max-width:767px){#d-profile .billing .plan-info .renew{margin-top:10px;margin-bottom:14px}}#d-profile .billing .plan-info .renew .semi-title{margin-bottom:10px}#d-profile .billing .plan-info .alert-msg{display:flex;align-items:flex-end;gap:10px}#d-profile .billing .plan-info .alert-msg span{font-size:calc(var(--heading-6) - 2px);line-height:15px;font-weight:500}#d-profile .billing .contact-info{height:100%}@media screen and (max-width:767px){#d-profile .billing .contact-info{height:auto;margin-top:15px}}#d-profile .billing .contact-info .card-body{display:flex;flex-direction:column;justify-content:space-between;gap:10px}#d-profile .billing .contact-info .user-details{margin-top:14px;margin-bottom:1px}@media screen and (max-width:767px){#d-profile .billing .contact-info .user-details{margin-top:10px}}#d-profile .billing .contact-info .user-details .regular-description:not(:last-child){margin-bottom:14px}@media screen and (max-width:767px){#d-profile .billing .contact-info .user-details .regular-description:not(:last-child){margin-bottom:10px}}#d-profile .billing .card-info{margin-top:28px;margin-bottom:28px}@media screen and (max-width:767px){#d-profile .billing .card-info{margin-top:15px;margin-bottom:15px}}#d-profile .billing .card-info .header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}@media screen and (max-width:767px){#d-profile .billing .card-info .header{margin-bottom:15px}}#d-profile .billing .card-info .header .left .semi-title{margin-bottom:7px;display:flex;gap:22px}#d-profile .billing .card-info .header .left .semi-title svg{margin-bottom:3px}#d-profile .billing .card-info .saved-card .radio-parent{border:1px solid #eaecf0;padding:14px;border-radius:8px}@media screen and (max-width:767px){#d-profile .billing .card-info .saved-card .radio-parent{padding:10px}}#d-profile .billing .card-info .saved-card .radio-parent:not(:last-child){margin-bottom:20px}@media screen and (max-width:767px){#d-profile .billing .card-info .saved-card .radio-parent:not(:last-child){margin-bottom:15px}}#d-profile .billing .card-info .saved-card .form-check{margin:0;position:relative}#d-profile .billing .card-info .saved-card .form-check .form-check-input{border:1px solid #667085;width:20px;height:20px;cursor:pointer}@media screen and (max-width:767px){#d-profile .billing .card-info .saved-card .form-check .form-check-input{width:18px;height:18px}}#d-profile .billing .card-info .saved-card .form-check .form-check-input:checked{background-color:#fff;border:none;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.25C8.07164 0.25 6.18657 0.821828 4.58319 1.89317C2.97982 2.96452 1.73013 4.48726 0.992179 6.26884C0.254224 8.05042 0.061142 10.0108 0.437348 11.9021C0.813554 13.7934 1.74215 15.5307 3.10571 16.8943C4.46927 18.2579 6.20656 19.1865 8.09787 19.5627C9.98919 19.9389 11.9496 19.7458 13.7312 19.0078C15.5127 18.2699 17.0355 17.0202 18.1068 15.4168C19.1782 13.8134 19.75 11.9284 19.75 10C19.7473 7.41498 18.7192 4.93661 16.8913 3.10872C15.0634 1.28084 12.585 0.25273 10 0.25ZM10 18.25C8.36831 18.25 6.77326 17.7661 5.41655 16.8596C4.05984 15.9531 3.00242 14.6646 2.378 13.1571C1.75358 11.6496 1.5902 9.99085 1.90853 8.3905C2.22685 6.79016 3.01259 5.32015 4.16637 4.16637C5.32016 3.01259 6.79017 2.22685 8.39051 1.90852C9.99085 1.59019 11.6497 1.75357 13.1571 2.37799C14.6646 3.00242 15.9531 4.05984 16.8596 5.41655C17.7661 6.77325 18.25 8.3683 18.25 10C18.2475 12.1873 17.3775 14.2843 15.8309 15.8309C14.2843 17.3775 12.1873 18.2475 10 18.25ZM16 10C16 11.1867 15.6481 12.3467 14.9888 13.3334C14.3295 14.3201 13.3925 15.0892 12.2961 15.5433C11.1997 15.9974 9.99335 16.1162 8.82946 15.8847C7.66558 15.6532 6.59648 15.0818 5.75736 14.2426C4.91825 13.4035 4.3468 12.3344 4.11529 11.1705C3.88378 10.0067 4.0026 8.80026 4.45673 7.7039C4.91085 6.60754 5.67989 5.67047 6.66658 5.01118C7.65328 4.35189 8.81332 4 10 4C11.5908 4.00174 13.1159 4.63444 14.2407 5.75928C15.3656 6.88412 15.9983 8.40923 16 10Z' fill='%23FFAB00' /%3E%3C/svg%3E")}#d-profile .billing .card-info .saved-card .form-check .form-check-input:checked:focus{border:none!important}#d-profile .billing .card-info .saved-card .form-check .form-check-label{display:flex;justify-content:space-between;align-items:center;padding-left:8px;width:calc(100% - 30px);cursor:pointer}@media screen and (max-width:767px){#d-profile .billing .card-info .saved-card .form-check .form-check-label{padding-left:3px}}#d-profile .billing .card-info .saved-card .form-check .form-check-label .details{display:flex;align-items:flex-start;gap:8px}#d-profile .billing .card-info .saved-card .form-check .form-check-label .details .card-icon{width:46px;height:32px;border-radius:6px;border:1px solid #f2f4f7;display:flex;align-items:center;justify-content:center}#d-profile .billing .card-info .saved-card .form-check .form-check-label .details .card-icon svg{width:30px;height:25px}#d-profile .billing .card-info .saved-card .form-check .form-check-label .details .card-number{display:flex;flex-direction:column;gap:5px}#d-profile .billing .card-info .saved-card .form-check .form-check-label .details .card-number .regular-description{color:#222}#d-profile .billing .card-info .saved-card .form-check .form-check-label .details .card-number .regular-description strong{color:#667085}#d-profile .billing .card-info .saved-card .form-check .trash{cursor:pointer;line-height:0;position:absolute;top:50%;right:0;transform:translateY(-50%)}#d-profile .billing .card-info .saved-card .form-check .trash svg{height:21px;width:21px}@media screen and (max-width:767px){#d-profile .billing .card-info .saved-card .form-check .trash svg{height:18px;width:18px}}#d-profile .billing .billing-info .head{margin-bottom:24px}@media screen and (max-width:767px){#d-profile .billing .billing-info .head{margin-bottom:15px}}#d-profile .billing .billing-info .head .semi-title{margin-bottom:5px}#d-profile .billing .billing-info .body table{border:1px solid #eaecf0;border-radius:8px;overflow:hidden;background-color:#eaecf0}#d-profile .billing .billing-info .body table input[type=checkbox]{width:18px;height:18px;border-radius:6px;border-color:#d0d5dd;margin:0 8px 0 0}@media screen and (max-width:767px){#d-profile .billing .billing-info .body table input[type=checkbox]{width:16px;height:16px;border-radius:5px}}#d-profile .billing .billing-info .body table input[type=checkbox]:checked{background-color:#ffcd33;border-color:#ffcd33}#d-profile .billing .billing-info .body table input[type=checkbox]:checked:focus{border-color:#ffcd33!important}#d-profile .billing .billing-info .body table input[type=checkbox]:focus{border-color:#d0d5dd!important}#d-profile .billing .billing-info .body table tr{border-color:#eaecf0}#d-profile .billing .billing-info .body table thead th{font-size:calc(var(--heading-6) - 2px);font-weight:500;line-height:18px;padding:12px 24px;background-color:#f9fafb;text-align:center;vertical-align:middle;color:#475467;cursor:pointer}@media screen and (max-width:767px){#d-profile .billing .billing-info .body table thead th{padding:10px 15px}}#d-profile .billing .billing-info .body table tbody tr td{padding:16px 24px;font-size:var(--heading-6);line-height:20px;color:#475467;text-align:center;vertical-align:middle}@media screen and (max-width:767px){#d-profile .billing .billing-info .body table tbody tr td{padding:12px 15px}}#d-profile .billing .billing-info .body table tbody tr td.invoice{min-width:215px;font-weight:500;color:#101828}@media screen and (max-width:575px){#d-profile .billing .billing-info .body table tbody tr td.invoice{min-width:190px}}#d-profile .billing .billing-info .body table tbody tr td.invoice .doc-icon{background-color:#fff7e7;padding:8px;border-radius:50%;line-height:0;margin-right:10px}#d-profile .billing .billing-info .body table tbody tr td.invoice .doc-icon svg{width:18px;height:18px}@media screen and (max-width:767px){#d-profile .billing .billing-info .body table tbody tr td.invoice .doc-icon svg{width:15px;height:15px}}#d-profile .billing .billing-info .body table tbody tr td.payment-by{min-width:120px}#d-profile .billing .billing-info .body table tbody tr td.billing-date{min-width:150px}#d-profile .billing .billing-info .body table tbody tr td.amount{min-width:135px}#d-profile .billing .billing-info .body table tbody tr td.status .custom-pill{border-radius:16px;justify-content:center;font-weight:500;padding:2px 8px;display:flex;align-items:center;gap:4px}#d-profile .billing .billing-info .body table tbody tr td.status .custom-pill.success{color:#027a48;background-color:#ecfdf3}#d-profile .billing .billing-info .body table tbody tr td.status .custom-pill.fail{color:#f04438;background-color:#fee}#d-profile .billing .billing-info .body table tbody tr td.download{color:#667085;font-weight:500;cursor:pointer}#d-branded-domain .card{margin-bottom:30px}#d-branded-domain .card .card-body{padding:24px}@media screen and (max-width:767px){#d-branded-domain .card .card-body{padding:15px}}#d-branded-domain .card .card-body .bg-fg-color .color_input .title{font-size:var(--default-font-size);margin-bottom:12px}#d-branded-domain .card .card-body .bg-fg-color .color_input .hex_input{padding:11px;color:#667085;line-height:100%;border-color:#eaecf0}#d-branded-domain .card .card-body .bg-fg-color .color_input .picker-icon{right:11px;top:50%;transform:translateY(-50%)}#d-branded-domain .card .card-body .logo-frame{margin:30px 0;display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:767px){#d-branded-domain .card .card-body .logo-frame{grid-template-columns:1fr}}#d-branded-domain .card .card-body .logo-frame .input-logo{padding:12px 10px;box-shadow:0 2px 12px 0 rgba(0,0,0,.078)}#d-branded-domain .card .card-body .logo-frame .range_input{display:grid;grid-template-columns:repeat(2,1fr)}#d-branded-domain .card .card-body .logo-frame .range_input input[type=range]{-webkit-appearance:none;width:100%;height:5px;border-radius:14px;box-shadow:inset 0 1.29px 2.58px 0 rgba(0,0,0,.251);background:#eaecf0;outline:none;border:none;transition:opacity .2s}#d-branded-domain .card .card-body .logo-frame .range_input input[type=range]:focus{border:none!important}#d-branded-domain .card .card-body .logo-frame .range_input input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#fff;border:4px solid #434995}#d-branded-domain .card .card-body .logo-frame .range_input .color-div{padding:10px;display:inline-flex}#d-branded-domain .card .card-body .logo-frame .range_input .color-div .color{width:24px;height:24px;border-radius:4px}#d-branded-domain .card .card-body .logo-frame .logo-name{background-color:#eaecf0;padding:12px 10px;color:#667085}#d-branded-domain .card .card-body .logo-frame .logo-name p{word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-size:var(--heading-6)}#d-branded-domain .card .card-body .patterns{margin-bottom:30px}#d-branded-domain .card .card-body .patterns .pattern{padding:12px;border:1px solid #eaecf0}#d-branded-domain .card .card-body .patterns .pattern.active{border-color:#ffcd33!important}#d-branded-domain .card .card-body .form-switch h6{color:#667085;font-weight:400}#d-branded-domain .card .card-body .form-switch input{margin-top:2px}.qr-view-div{overflow:hidden}.qr-view-div canvas{max-width:100%;max-height:100%}#d-link .all-cards{max-height:75vh;overflow-y:scroll;padding-right:5px}#d-link .all-cards::-webkit-scrollbar{width:5px;border-radius:8px}#d-link .all-cards::-webkit-scrollbar-track{background:#f1f1f1}#d-link .all-cards::-webkit-scrollbar-thumb{background:#bbb;border-radius:8px}#d-link .all-cards::-webkit-scrollbar-thumb:hover{background:#888}#d-link .all-cards .card{border:1px solid #eaecf0;background:#fff;box-shadow:0 4px 8px -8px rgba(8,31,77,.2);position:relative}#d-link .all-cards .card.active{border:1.5px solid #434995;box-shadow:0 4px 8px -4px rgba(8,31,77,.3)}#d-link .all-cards .card:not(:last-child){margin-bottom:16px}#d-link .all-cards .card .card-body{padding:14px}#d-link .all-cards .card .card-body .head{display:flex;align-items:center;gap:5px;justify-content:space-between;margin-bottom:5px}#d-link .all-cards .card .card-body .head .name{color:#434995;font-weight:500;font-size:var(--heading-6);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}#d-link .all-cards .card .card-body .head .date{font-size:calc(var(--heading-6) - 4px);color:#667085;flex-shrink:0}#d-link .all-cards .card .card-body p{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}#d-link .all-cards .card .card-body p.main-link{font-size:calc(var(--heading-6) - 2px);color:#667085}#d-link .all-cards .card .card-body p.sort-link{color:#ffab00;font-size:var(--heading-6);margin-bottom:7px}#d-link .all-cards .card .card-body .actions,#d-link .all-cards .card .card-body .actions .buttons{display:flex;align-items:center;justify-content:space-between}#d-link .all-cards .card .card-body .actions .buttons{gap:25px}#d-link .all-cards .card .card-body .actions .buttons svg{height:20px;cursor:pointer;color:#667085}#d-link .all-cards .card .card-body .actions .buttons .copy{position:relative}#d-link .all-cards .card .card-body .actions .buttons .copy:after,#d-link .all-cards .card .card-body .actions .buttons .copy:before{display:block;background:#ffcd33;position:absolute;left:110%;transition:all .3s ease-in-out;opacity:0;color:#000}#d-link .all-cards .card .card-body .actions .buttons .copy.active:after,#d-link .all-cards .card .card-body .actions .buttons .copy.active:before{opacity:1}#d-link .all-cards .card .card-body .actions .buttons .copy:before{content:"Copied";top:-27px;transform:translateX(-50%);padding:5px 10px;border-radius:8px;font-size:calc(var(--heading-6) - 2px);font-weight:500}#d-link .all-cards .card .card-body .actions .buttons .copy:after{content:"";top:0;width:10px;height:10px;left:8px;transform:rotate(45deg) translateX(-50%)}@media screen and (max-width:767px){#d-link .all-cards .card .card-body .actions .buttons .copy:after{top:-4px}}#d-link .all-cards .card .card-body .actions .click{display:flex;align-items:center;justify-content:space-between;gap:5px}#d-link .all-cards .card .card-body .actions .click svg{height:20px}#d-link .all-cards .card .card-body .actions .click p{font-size:var(--heading-6);color:#667085}#d-link .all-cards .card .inactive{position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.32);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:inherit;z-index:1;padding:22px;display:flex;align-items:center;justify-content:center;flex-direction:column}#d-link .all-cards .card .inactive .icon{margin-bottom:12px}#d-link .all-cards .card .inactive .content p{line-height:15.73px;font-size:calc(var(--heading-6) - 1px);color:#101828}#d-link .qr-graph .head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}@media screen and (max-width:767px){#d-link .qr-graph .head{margin-top:15px;margin-bottom:15px}}#d-link .qr-graph .head a{display:flex;align-items:center;justify-content:space-between}#d-link .qr-graph .head select{width:140px;font-size:var(--heading-6);color:#101828;padding:11px 14px;font-weight:500}#d-link .qr-graph .gq-card{border:1px solid #eaecf0;background:#fff;box-shadow:0 4px 8px -8px rgba(8,31,77,.2)}#d-link .qr-graph .gq-card .card-body{padding:0}#d-link .qr-graph .gq-card .card-body .qr{background-color:#101828;padding:12px 12px 27px;color:#fff;border-radius:8px;margin:16px 16px 48px}#d-link .qr-graph .gq-card .card-body .qr .inactive .icon{margin-bottom:14px;padding-top:15px}#d-link .qr-graph .gq-card .card-body .qr .inactive .content p{line-height:15.73px;font-size:calc(var(--heading-6) - 1px)}#d-link .qr-graph .gq-card .card-body .qr .head{display:flex;align-items:center;gap:5px;justify-content:space-between;margin-bottom:5px}#d-link .qr-graph .gq-card .card-body .qr .head .name{font-weight:500;font-size:var(--heading-6)}#d-link .qr-graph .gq-card .card-body .qr .head .date{font-size:calc(var(--heading-6) - 4px);flex-shrink:0}#d-link .qr-graph .gq-card .card-body .qr p{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}#d-link .qr-graph .gq-card .card-body .qr p.main-link{font-size:calc(var(--heading-6) - 2px)}#d-link .qr-graph .gq-card .card-body .qr p.sort-link{color:#ffab00;font-size:var(--heading-6);margin-bottom:7px;font-weight:500}#d-link .qr-graph .gq-card .card-body .qr .actions{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}#d-link .qr-graph .gq-card .card-body .qr .actions .buttons{display:flex;align-items:center;justify-content:space-between;gap:25px}#d-link .qr-graph .gq-card .card-body .qr .actions .buttons a{color:#fff}#d-link .qr-graph .gq-card .card-body .qr .actions .buttons svg{height:20px;cursor:pointer}#d-link .qr-graph .gq-card .card-body .qr .actions .buttons .copy{position:relative}#d-link .qr-graph .gq-card .card-body .qr .actions .buttons .copy:after,#d-link .qr-graph .gq-card .card-body .qr .actions .buttons .copy:before{display:block;background:#ffcd33;position:absolute;left:50%;transition:all .3s ease-in-out;opacity:0;color:#000}#d-link .qr-graph .gq-card .card-body .qr .actions .buttons .copy.active:after,#d-link .qr-graph .gq-card .card-body .qr .actions .buttons .copy.active:before{opacity:1}#d-link .qr-graph .gq-card .card-body .qr .actions .buttons .copy:before{content:"Copied";top:-27px;transform:translateX(-50%);padding:5px 10px;border-radius:8px;font-size:calc(var(--heading-6) - 2px);font-weight:500}#d-link .qr-graph .gq-card .card-body .qr .actions .buttons .copy:after{content:"";top:0;width:10px;height:10px;transform:rotate(45deg) translateX(-50%)}@media screen and (max-width:767px){#d-link .qr-graph .gq-card .card-body .qr .actions .buttons .copy:after{top:-4px}}#d-link .qr-graph .gq-card .card-body .qr .actions .click{display:flex;align-items:center;justify-content:space-between;gap:5px}#d-link .qr-graph .gq-card .card-body .qr .actions .click svg{height:20px}#d-link .qr-graph .gq-card .card-body .qr .actions .click p{font-size:var(--heading-6);color:#ffcd33}#d-link .qr-graph .gq-card .card-body .qr .main-code{display:flex;align-items:center;justify-content:space-between;justify-content:flex-start;gap:24px}#d-link .qr-graph .gq-card .card-body .qr .main-code .m-q{background-color:#fff;width:80px;height:80px;padding:5px;border-radius:8px}#d-link .qr-graph .gq-card .card-body .qr .main-code .dropdown button{background-color:transparent;border:1px solid #ffcd33;line-height:0;padding:13px 11px}#d-link .qr-graph .gq-card .card-body .qr .main-code .dropdown button:after{display:none}#d-link .qr-graph .gq-card .card-body .qr .main-code .dropdown button:focus{border:1px solid #ffcd33!important}#d-link .qr-graph .gq-card .card-body .qr .main-code .dropdown button svg{height:15px}#d-link .qr-graph .gq-card .card-body .qr .main-code .dropdown .dropdown-item{color:#667085;font-size:var(--heading-6);cursor:pointer}#d-link .qr-graph .gq-card .card-body .qr .main-code .dropdown .dropdown-item:active,#d-link .qr-graph .gq-card .card-body .qr .main-code .dropdown .dropdown-item:focus{background-color:#fff}#d-link .qr-graph .gq-card .card-body .graph h5{font-size:var(--heading-5);font-weight:700;display:flex;align-items:center;gap:10px;margin-left:16px;margin-right:26px}#d-link .qr-graph .gq-card .card-body .graph h5 .line{height:1px;flex:1 1;background-color:#eaecf0;background-color:#e8e8e8;display:block}#d-link .not-found-link{border:1px solid #eaecf0;background:#fff;box-shadow:0 4px 8px -8px rgba(8,31,77,.2)}#d-link .not-found-link .card-body{padding:60px}@media screen and (max-width:575px){#d-link .not-found-link .card-body{padding:30px}}#d-link .not-found-link .card-body h1{font-weight:700;line-height:48px;font-size:calc(var(--heading-3) + 8px);margin-top:60px;margin-bottom:32px}@media screen and (max-width:575px){#d-link .not-found-link .card-body h1{margin-top:35px;margin-bottom:25px;line-height:35px}}#d-link .not-found-link .card-body p{color:#667085;line-height:25px;letter-spacing:-.2px;font-size:var(--heading-4);margin-bottom:36px}@media screen and (max-width:575px){#d-link .not-found-link .card-body p{margin-bottom:25px;line-height:25px}}#d-link .not-found-link .card-body a{display:flex;align-items:center;justify-content:center}.delete-modal .modal-dialog{max-width:var(--max-width,450px)}.delete-modal .modal-dialog .card-body{padding:24px;font-size:var(--heading-6)}@media screen and (max-width:767px){.delete-modal .modal-dialog .card-body{padding:15px}}.delete-modal .modal-dialog .card-body .head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.delete-modal .modal-dialog .card-body .title{font-weight:700;line-height:28px;font-size:var(--heading-5);margin-bottom:8px}.delete-modal .modal-dialog .card-body .desc{color:#667085;line-height:20px}.delete-modal .modal-dialog .card-body p{font-size:var(--heading-6)}.delete-modal .modal-dialog .card-body .actions{margin-top:32px;display:flex;align-items:center;justify-content:space-between;gap:12px}@media screen and (max-width:767px){.delete-modal .modal-dialog .card-body .actions{margin-top:20px}}.delete-modal .modal-dialog .card-body .actions button{width:100%}.delete-modal .modal-dialog .card-body .actions button:disabled{background-color:#9ea4b1;border:1px solid #9ea4b1;opacity:1}.delete-modal .modal-dialog .card-body .points{background-color:#fff6d9;display:flex;align-items:flex-start;gap:11px;border-radius:4px;padding:10px 16px;margin-top:8px;margin-bottom:20px}.delete-modal .modal-dialog .card-body .points svg{width:19px;height:17px}.delete-modal .modal-dialog .card-body .points .right{line-height:19px;color:#966c11}.delete-modal .modal-dialog .card-body .points .right ul{list-style:disc;margin-left:20px}.delete-modal .modal-dialog .card-body .agree-checkbox .form-check{display:flex;align-items:center;justify-content:flex-start;gap:11px}.delete-modal .modal-dialog .card-body .agree-checkbox .form-check input[type=checkbox]{margin-bottom:3px}.delete-modal .modal-dialog .card-body .agree-checkbox .form-check input[type=checkbox]:checked{background-color:#ffcd33;border-color:#ffcd33}.delete-modal .modal-dialog .card-body .agree-checkbox .form-check input[type=checkbox]:focus{outline:none!important;border:1px solid #ffcd33!important;box-shadow:none!important}.delete-modal .modal-dialog .card-body .textarea_div{margin-top:32px}.delete-modal .modal-dialog .card-body .textarea_div textarea{border-radius:8px;border:1px solid #eaecf0;background:#fff;color:#101828;line-height:normal;padding:11px 12px;width:100%;font-size:var(--heading-6)}.delete-modal .modal-dialog .card-body .textarea_div textarea::placeholder{color:#667085}.delete-modal .modal-dialog .card-body .textarea_div textarea:focus{outline:none;border:1px solid #ffcd33;box-shadow:none}.delete-modal .modal-dialog .card-body .textarea_div textarea.error{border:1px solid #f04438}.delete-modal .modal-dialog .card-body .textarea_div .error-txt{font-size:var(--heading-6);line-height:19px;margin-top:2px}.custom-alert-modal .modal-dialog{max-width:var(--max-width,450px)}.custom-alert-modal .modal-dialog .card-body{padding:24px;position:relative}.custom-alert-modal .modal-dialog .card-body .close-icon{position:absolute;top:20px;right:20px}.custom-alert-modal .modal-dialog .card-body .modal-icon{margin-bottom:20px}.custom-alert-modal .modal-dialog .card-body .title{font-weight:700;line-height:28px;font-size:var(--heading-5);margin-bottom:8px}.custom-alert-modal .modal-dialog .card-body .description{color:#667085;line-height:20px;font-size:var(--heading-6)}.custom-alert-modal .modal-dialog .card-body .actions{margin-top:32px}.tag-filter-modal .modal-dialog{max-width:var(--max-width,450px)}.tag-filter-modal .modal-dialog .card-body{padding:24px;position:relative}.tag-filter-modal .modal-dialog .card-body .tag-filter-modal-body .modal-title{font-weight:700;font-size:var(--heading-4)}.tag-filter-modal .modal-dialog .card-body .label-title{font-weight:700;font-size:var(--heading-6);margin-bottom:10px}.tag-filter-modal .modal-dialog .card-body .creatable-select__value-container{padding-left:8px!important}.tag-filter-modal .modal-dialog .card-body .creatable-select__option{cursor:pointer;transition:all .3s ease-in-out;font-size:var(--heading-6);color:#667085}.tag-filter-modal .modal-dialog .card-body .creatable-select__option--is-focused{background-color:#fff6d9!important}#d-create-link .card{border:none;box-shadow:0 4px 8px -8px rgba(8,31,77,.2);margin-bottom:20px}#d-create-link .card .card-body{padding:24px}#d-create-link .card .card-body .same-div{display:flex;gap:28px}@media screen and (max-width:767px){#d-create-link .card .card-body .same-div{flex-direction:column;gap:0}}#d-create-link .card .card-body .same-div>div{width:100%}#d-create-link .card .card-body .buttons{margin-top:8px;display:flex;align-items:center;justify-content:space-between}#link-generator{background-color:#fffbee;padding-top:54px;padding-bottom:54px}@media screen and (max-width:767px){#link-generator{padding-top:30px;padding-bottom:30px}}#link-generator .tab-div ul{display:flex;align-items:center;justify-content:space-between;justify-content:center}#link-generator .tab-div ul li{background-color:#f0f0f0;display:flex;align-items:center;gap:10px;font-size:calc(var(--heading-6) - 2px);font-weight:700;line-height:14px;letter-spacing:.3px;padding:15px 25px;transition:all .5s ease-in}#link-generator .tab-div ul li:not(.active){cursor:pointer}#link-generator .tab-div ul li:first-child{border-top-left-radius:12px}#link-generator .tab-div ul li:last-child{border-top-right-radius:12px}#link-generator .tab-div ul li.active{background-color:#fff}#link-generator .tab-div ul li svg{width:25px;height:25px}@media screen and (max-width:767px){#link-generator .tab-div ul li svg{width:15px;height:15px}}#link-generator .card-col{position:relative;min-height:268px}@media screen and (max-width:991px){#link-generator .card-col{min-height:248px}}@media screen and (max-width:767px){#link-generator .card-col{min-height:297px}}#link-generator .card{border:none;background-color:#fff;box-shadow:0 20px 40px 0 rgba(0,0,0,.05)}#link-generator .card .card-body{padding:38px 35px}@media screen and (max-width:991px){#link-generator .card .card-body{padding:28px 25px}}@media screen and (max-width:767px){#link-generator .card .card-body{padding:20px}#link-generator .card.card-link .card-body .custom-input-group:not(.last){margin-bottom:20px}}#link-generator .card.card-link .card-body .custom-input-group label{font-weight:700;margin-bottom:24px}@media screen and (max-width:991px){#link-generator .card.card-link .card-body .custom-input-group label{margin-bottom:15px}}@media screen and (max-width:767px){#link-generator .card.card-link .card-body .custom-input-group label{margin-bottom:10px}}#link-generator .card.card-link .card-body .custom-input-group label span{font-weight:500;color:#667085}#link-generator .card.card-link .card-body .custom-input-group input{font-weight:500;border:1px solid #d3d4d7;padding-top:16px;padding-bottom:16px}#link-generator .card.card-link .card-body .custom-input-group input:disabled{background-color:#f5f6f7;cursor:not-allowed}@media screen and (max-width:991px){#link-generator .card.card-link .card-body .custom-input-group input{padding:15px 12px}}@media screen and (max-width:767px){#link-generator .card.card-link .card-body .custom-input-group input{padding:12px}}#link-generator .card.card-link .card-body .custom-input-group .error-txt{margin-top:3px}#link-generator .card.card-link .card-body .custom-input-group .right-two{display:flex;align-items:center;gap:10px;font-size:var(--heading-5)}#link-generator .card.card-link .card-body button{padding-top:16px;padding-bottom:16px;margin-top:24px}@media screen and (max-width:991px){#link-generator .card.card-link .card-body button{padding-top:15px;padding-bottom:15px}}@media screen and (max-width:767px){#link-generator .card.card-link .card-body button{padding-top:13px;padding-bottom:13px}}#link-generator .card.card-qr .card-body{text-align:center}#link-generator .card.card-qr .card-body h1{font-weight:500;font-size:var(--heading-3);margin-top:24px;margin-bottom:22px}#link-generator .card.card-qr .card-body h5{color:#667085;font-size:var(--default-font-size);font-weight:400}.back-to-top{position:fixed;bottom:calc(4rem + 5px);left:40px;cursor:pointer;box-shadow:0 8px 14px 0 rgba(0,0,0,.25);background-color:#ffcd33;border-radius:50%;padding:5px;visibility:hidden;opacity:0;transition:background-color .3s,opacity .5s,visibility .5s}@media screen and (max-width:575px){.back-to-top{right:15px}}.back-to-top.show{opacity:1;visibility:visible}.cancel-deletion-warning{max-height:160px;transition:all .5s cubic-bezier(.215,.61,.355,1);overflow:hidden}.cancel-deletion-warning.hide{max-height:0}#pageHeader{background-color:#fffbee;padding-top:36px;padding-bottom:36px}#pageHeader .title{color:#101828;line-height:48px;font-weight:700;font-size:calc(var(--heading-2) - 4px);margin-bottom:6px}#pageHeader .desc{color:#667085;font-size:var(--default-font-size);line-height:21px}.privacy-terms{color:#101828;padding-top:36px;padding-bottom:80px}.privacy-terms ul{list-style:initial;padding-left:40px!important}@media screen and (max-width:767px){.privacy-terms ul{padding-left:30px!important}}.privacy-terms .main-desc{font-size:var(--default-font-size);line-height:30px}.privacy-terms .main-desc .points li:not(:last-child){margin-bottom:5px}.privacy-terms .semi-title{font-weight:700;line-height:26px;color:#101828;font-size:var(--heading-4);margin-bottom:15px;margin-top:40px}.privacy-terms .semi-title-sm{margin-bottom:15px;margin-top:15px;font-size:var(--heading-5);font-weight:700}#skeleton-loading{position:relative;width:var(--skeleton-width);height:var(--skeleton-height);border-radius:8px;background-color:#ebebeb;overflow:hidden}#skeleton-loading:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);animation:shimmer 1.5s ease-in-out infinite}@keyframes shimmer{to{transform:translateX(100%)}}.custom-pagination .page-link{color:#101828}.custom-pagination .page-link:focus{box-shadow:none}.custom-pagination .disabled>.page-link,.custom-pagination .page-link.disabled{color:var(--bs-pagination-disabled-color)}.custom-pagination .active>.page-link,.custom-pagination .page-link.active{background-color:#434995;border-color:#434995;color:#fff}