@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height,36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color,var(--react-international-phone-border-color,#dcdcdc));margin:0;-moz-appearance:button;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color,var(--react-international-phone-background-color,#fff));cursor:pointer;text-transform:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover,#f5f5f5)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size,4px) solid var(--react-international-phone-country-selector-arrow-color,#777);border-right:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color,#999)}.react-international-phone-country-selector-button--disabled{cursor:auto}.react-international-phone-country-selector-button--disabled,.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color,var(--react-international-phone-disabled-background-color,#f5f5f5))}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width,24px);height:var(--react-international-phone-flag-height,24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top,44px);left:var(--react-international-phone-dropdown-left,0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color,var(--react-international-phone-background-color,#fff));box-shadow:var(--react-international-phone-dropdown-shadow,2px 2px 16px rgba(0,0,0,.25));color:var(--react-international-phone-dropdown-item-text-color,var(--react-international-phone-text-color,#222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin,0);background:var(--react-international-phone-dropdown-preferred-list-divider-color,var(--react-international-phone-border-color,#dcdcdc))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height,28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size,14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color,gray);font-size:var(--react-international-phone-dropdown-item-font-size,14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--focused,.react-international-phone-country-selector-dropdown__list-item--selected{background-color:var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5);color:var(--react-international-phone-selected-dropdown-item-text-color,var(--react-international-phone-text-color,#222))}.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color,var(--react-international-phone-dropdown-item-dial-code-color,gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color,var(--react-international-phone-border-color,#dcdcdc));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color,var(--react-international-phone-background-color,#fff));color:var(--react-international-phone-dial-code-preview-text-color,var(--react-international-phone-text-color,#222));font-size:var(--react-international-phone-dial-code-preview-font-size,var(--react-international-phone-font-size,13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color,var(--react-international-phone-disabled-background-color,#f5f5f5));color:var(--react-international-phone-dial-code-preview-disabled-text-color,var(--react-international-phone-disabled-text-color,#666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius,4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height,36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color,#dcdcdc);border-radius:var(--react-international-phone-border-radius,4px);margin:0;background-color:var(--react-international-phone-background-color,#fff);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color,#222);font-family:inherit;font-size:var(--react-international-phone-font-size,13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color,#f5f5f5);color:var(--react-international-phone-disabled-text-color,#666)}body{font-family:Inter,sans-serif;background-color:#001731}*{box-sizing:border-box}a,a:focus{text-decoration:none}a:focus{outline:none}button{outline:none!important;border:none}h1{font-size:54px}h1,h2{margin-bottom:0}h2{font-size:38px}h3{font-size:30px}h3,h4{margin-bottom:0}h4{font-size:26px}p{font-size:18px;margin-bottom:0}ol,ul{padding:0}.section-title{margin-bottom:40px}.section-title h1{color:#9fc7f5}.section-title h2{color:#7bace3;margin-bottom:10px;font-weight:800}.section-title h2 span{color:#fff}.section-title p{font-size:18px;color:#fff;font-weight:500}.btn-red{background-color:red;color:#fff}.btn-red:hover{background-color:#960202;color:#fff}.btn-blue{background-color:#1675dd;color:#fff}.btn-blue:hover{background-color:#005cbe;color:#fff}.btn-green{background-color:#036903;color:#fff}.btn-green:hover{background-color:#013220}.inner-wrapper,.inner-wrapper .inner-area{position:relative}.inner-wrapper .inner-area .section-title{padding-top:60px}@media(min-width:1600px){.container{max-width:1584px}}@media(max-width:1600px){.container{max-width:100%}}.custom-color-picker{height:35px;width:45px;margin-right:10px}.primary-photo{border-radius:5px;border:1px solid rgba(30,30,30,.3);padding:15px}.clear{color:#1675dd;border:1px solid #1675dd;width:100%;background:#fff;padding:5px 20px;font-size:18px;font-weight:500;border-radius:10px}.clear:hover{color:#fff;background-color:#1675dd}.file input[type=file]{display:none}.file label{font-size:18px;font-weight:500;color:#fff;background-color:#1675dd;padding:8px 50px;border-radius:10px;cursor:pointer}.file label img{margin-right:10px}.social-link{margin-top:20px}.social-link .social-icons{background-color:#fff;overflow-x:auto;padding:10px;margin:10px 0;border-radius:10px;border:1px solid rgba(30,30,30,.3)}.social-link .social-icons button{background-color:#bcc2c6;border:none;margin:0 5px;padding:8px;border-radius:5px}.social-link .social-icons button:hover{background-color:#1675dd}.social-link .social-icons button:hover img{filter:invert(100%) sepia(100%) saturate(0) hue-rotate(288deg) brightness(102%) contrast(102%)}.social-link .social-icons button img{height:25px;width:25px;filter:invert(100%) sepia(100%) saturate(0) hue-rotate(197deg) brightness(104%) contrast(103%)}.page-title .title{font-size:26px;font-weight:500}.pagination-sec{margin-top:20px}.pagination-sec .pagination{margin-bottom:0}.pagination-sec .pagination .page-item{margin-left:5px;margin-right:5px}.pagination-sec .pagination .page-item .page-link{border-radius:0;padding:0;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#fff;border-color:#001731;color:#001731}.pagination-sec .pagination .page-item.active .page-link{background-color:#1675dd;color:#fff;border-color:#1675dd}.pagination-sec .pagination .page-item.disabled .page-link{opacity:.2;cursor:no-drop;color:#001731}.theme-table .dataTables_filter,.theme-table .dataTables_length{margin-bottom:15px}.theme-table .qr-code{min-width:90px}.theme-table .company-name{min-width:160px}.theme-table tbody td{border:none}.dataTables_wrapper .dataTables_paginate{display:flex;align-items:center;padding-top:.755em!important}.dataTables_wrapper .dataTables_paginate .paginate_button.next,.dataTables_wrapper .dataTables_paginate .paginate_button.previous{border:1px solid #001731!important;padding:4px 15px;border-radius:30px;color:#001731!important}.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled{opacity:.5;cursor:no-drop;color:#001731;color:#001731!important}.dataTables_wrapper .dataTables_paginate span{margin:0 5px}.dataTables_wrapper .dataTables_paginate span .paginate_button{border-radius:0;padding:0;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff!important;border-color:#001731!important;color:#001731}.dataTables_wrapper .dataTables_paginate span .paginate_button.current{background-color:#1675dd!important;color:#fff!important;border-color:#1675dd!important}.editor-page{padding:50px 0;color:#fff}.editor-page h1,.editor-page h2,.editor-page h3,.editor-page h4,.editor-page h5{margin-bottom:20px}.editor-page p{font-size:16px;margin-bottom:15px}.editor-page ol,.editor-page ul{padding-left:20px}@media only screen and (max-width:1200px){.section-title h1{font-size:48px;line-height:54px;margin-bottom:15px}.inner-wrapper:before{border-radius:0 0 80px 80px}}@media only screen and (max-width:992px){.section-title h1{font-size:40px;line-height:48px}.section-title h2{font-size:30px}}@media only screen and (max-width:767px){.section-title h2{font-size:28px;margin-bottom:20px}.section-title p{font-size:16px}.inner-wrapper .inner-area .section-title{padding-top:30px}.primary-photo{max-width:100%}.page-title .title{font-size:20px}.editor-page{padding:30px 0}.editor-page h1,.editor-page h2,.editor-page h3,.editor-page h4,.editor-page h5{margin-bottom:10px}.editor-page h1{font-size:26px}.editor-page h2{font-size:22px}.editor-page h3{font-size:20px}.editor-page h4{font-size:18px}.editor-page p{font-size:14px}.editor-page ol,.editor-page ul{padding-left:20px}}@media only screen and (max-width:576px){.section-title h1{font-size:32px;line-height:40px}}@media only screen and (max-width:480px){.section-title{margin-bottom:20px}.section-title h1{font-size:30px;line-height:34px}.section-title h2{font-size:22px}p{font-size:16px}}div[disabled]{pointer-events:none;opacity:.7}.phone-input-container .react-international-phone-country-selector .react-international-phone-country-selector-button{border-color:rgba(4,26,51,.3)}.phone-input-container .react-international-phone-country-selector .react-international-phone-country-selector-button:focus{border-color:#86b7fe}.phone-input-container .react-international-phone-input{width:100%;border-color:rgba(4,26,51,.3)}.header-wraper{background-color:#1675dd;padding:5px 0}.header-wraper .mobile-menu .login-btn .btn{border:none}.header-wraper .mobile-menu .login-btn .btn:hover{background:none}.header-wraper .mobile-menu .login-btn .btn img{height:45px;width:45px}.header-wraper ul li{margin:10px 15px;font-size:18px;font-weight:500}.header-wraper ul li a{color:#fff}.header-wraper ul li a:hover{color:#020c18}.header-wraper .header-btn{color:#fff;border:1px solid #fff;border-radius:360px;padding:10px 40px;font-size:16px;font-weight:500}.header-wraper .header-btn:hover{background-color:#1155a0;border:1px solid #1155a0}.header-wraper .header-btn img{margin-right:20px}.header-wraper .navbar-toggler{border:none;box-shadow:none!important}.header-wraper .navbar-toggler img{height:45px;width:45px;border-radius:30px}.header-wraper .hide-mobile .navbar-toggler img{border-radius:30px}.header-wraper .header-btn-inside{width:max-content;font-size:20px;font-weight:500}.header-wraper .header-btn-inside:hover{color:#1155a0}.header-wraper .dropdown-menu[data-bs-popper]{top:100%;right:0!important;left:auto}.header-wraper .dropdown-menu[data-bs-popper] .header-btnd{font-size:18px;color:#000;font-weight:400;padding:5px 0;border:0;width:100%}.header-wraper .dropdown-menu[data-bs-popper] .header-btnd img{margin-right:10px}.header-wraper .dropdown-menu[data-bs-popper] .header-btnd a button{background-color:#1675dd;border:none;color:#fff;font-size:14px;padding:5px 10px;border-radius:10px;margin-left:10px}.header-wraper .dropdown-menu[data-bs-popper] .header-btnd:hover{color:#1675dd}.header-wraper .dropdown-menu[data-bs-popper] .header-profile img{border-radius:100px;height:40px;width:40px}.header-wraper .dropdown-menu-dark{background-color:#fff;width:260px}@media only screen and (max-width:1400px){.header-wraper .navbar-brand img{max-width:200px}.header-wraper ul li{margin:0 20px}}@media only screen and (max-width:1200px){.header-wraper .container{max-width:100%}.header-wraper .navbar{padding:0}}@media only screen and (min-width:1200px){.navbar-expand-xl .navbar-toggler{display:inline-block}}@media only screen and (max-width:767){.header-wraper{padding:0}}@media only screen and (max-width:576){.header-wraper ul li{margin:0}.dropdown-menu .header-btnd{font-size:20px}.dropdown-menu .header-btnd img{height:24px;width:24px;margin-right:10px}}@media only screen and (max-width:480px){.header-wraper .navbar-brand img{max-width:140px!important;margin-left:10px}.header-wraper .mobile-menu .login-btn .btn img,.header-wraper .navbar-toggler img{height:35px;width:35px}.header-wraper ul li{margin:0 10px;font-size:18px}.header-wraper .header-btn{font-size:18px}}.hero .menu-slider,.white-bg{background-color:#fff}.hero .menu-slider{border-radius:100px;padding:10px 20px;margin-bottom:30px;max-height:52px}.hero .menu-slider .menu-inner-tab ul .is-active-tab:after{content:"▼";justify-content:center;display:flex;color:#fff}.hero .menu-slider .menu-inner-tab ul li{column-gap:10px;text-align:center}.hero .menu-slider .menu-inner-tab ul li img{max-height:35px}.hero .menu-slider .menu-inner-tab ul .first-list-item{border-left:1px solid #526881}.hero .menu-slider .menu-inner-tab ul .swiper-button-next,.hero .menu-slider .menu-inner-tab ul .swiper-button-prev{background-color:#03264c;font-weight:600;color:#fff;height:24px;width:24px;border-radius:100px;top:28px;right:0}.hero .menu-slider .menu-inner-tab ul .swiper-button-next:after,.hero .menu-slider .menu-inner-tab ul .swiper-button-next:before,.hero .menu-slider .menu-inner-tab ul .swiper-button-prev:after,.hero .menu-slider .menu-inner-tab ul .swiper-button-prev:before{font-size:12px}.hero .menu-slider .menu-inner-tab ul .swiper-button-prev{left:0}.hero .menu-slider .menu-item-img{filter:invert(31%) sepia(82%) saturate(1532%) hue-rotate(193deg) brightness(96%) contrast(90%)!important;position:relative}.hero .generate-qr{padding:25px;background-color:#fff;border-radius:20px}.hero .generate-qr .content{border:1px solid #cdcdcd;padding:15px;border-radius:10px;margin-bottom:25px}.hero .generate-qr .content h4{color:#020c18;margin-bottom:30px}.hero .generate-qr .content .qr-btn{margin:10px 0}.hero .generate-qr .content .file-inner .file-content{border:1px dashed #1675dd;padding:100px 20px;border-radius:20px}.hero .generate-qr .content .file-inner .file-content .form-select{max-width:120px;font-size:16px}.hero .generate-qr .content .file-inner .file-content .plan-dec .plan-box{border-radius:10px;border:1px solid #1675dd;padding:10px;width:130px;margin-left:15px;margin-bottom:20px}.hero .generate-qr .content .file-inner .file-content .plan-dec .plan-box:first-child{margin-left:0}.hero .generate-qr .content .file-inner .file-content .plan-dec .plan-box h5{color:#1675dd;margin-bottom:0;margin-top:10px;font-weight:600}.hero .generate-qr .content .file-inner .file-content .plan-dec .plan-box .plan p{color:#1675dd;font-size:16px;margin-left:5px}.hero .generate-qr .content .file-inner .file-content .plan-dec .plan-box .plan img{filter:invert(33%) sepia(88%) saturate(1180%) hue-rotate(188deg) brightness(96%) contrast(95%)}.hero .generate-qr .content .primary-photo .image-preview{border:1px dashed #1675dd;padding:25px;border-radius:10px;margin-right:20px}.hero .generate-qr .content .primary-photo .btn-area .file label{font-size:16px;padding:6px 35px}.hero .generate-qr .content .primary-photo .btn-area .clear{font-size:16px;padding:5px 35px;width:100%}.hero .generate-qr .generate-btn .genearte-disable-btn{opacity:.4;cursor:not-allowed}.hero .generate-qr .generate-btn button{background-color:#1675dd;border-radius:10px;border:none;color:#fff;padding:10px 30px;font-size:16px;font-weight:500}.hero .generate-qr .customization{border:1px solid #cdcdcd;padding:15px;border-radius:10px}.hero .generate-qr .customization h4{color:#020c18;margin-bottom:30px}.hero .generate-qr .customization .customization-tab{overflow:auto}.hero .generate-qr .customization .customization-tab ul.nav{display:flex;justify-content:space-between;width:100%;gap:10px}.hero .generate-qr .customization .customization-tab ul.nav .nav-item .tab-item{border-radius:10px 10px 0 0;background-color:#cfdae1;cursor:pointer;margin-right:8px;width:100%;justify-content:center}.hero .generate-qr .customization .customization-tab ul.nav .nav-item .tab-item.active{background-color:#1675dd;color:#fff}.hero .generate-qr .customization .customization-tab ul.nav .nav-item .tab-item.active img{filter:invert(98%) sepia(1%) saturate(789%) hue-rotate(228deg) brightness(118%) contrast(100%)}.hero .generate-qr .customization .customization-tab ul.nav .nav-item .tab-item img{margin-right:10px}.hero .generate-qr .customization .customization-tab ul.nav .nav-item .tab-item .customization-tab-active .active{background-color:#fff}.hero .qr-area{padding:15px 0 0}.hero .qr-area .generated-code p{line-height:22px}.hero .qr-area .code{border:1px solid rgba(4,26,51,.3);display:flex;align-items:center;justify-content:center;padding:20px;border-radius:20px;margin:8px 0;cursor:pointer}.hero .qr-area .code img{height:80px;width:80px}.hero .qr-area .format{margin:20px 0}.hero .qr-area .format span{border:1px solid rgba(4,26,51,.3);padding:5px 10px;margin-right:10px;font-size:14px;background-color:#dce0e5}.hero .color-content{border:1px dashed #cdcdcd;border-radius:20px;padding:20px}.hero .color-content .color-pattern{margin-bottom:15px}.hero .color-content .color-pattern p{color:#000;font-weight:500;margin-bottom:10px}.hero .color-content .color-pattern .Gradient-type{max-width:100px}.hero .social-list{display:grid;grid-gap:10px;grid-template-columns:repeat(10,minmax(0,1fr))}.hero .social-list li{list-style:none;cursor:pointer}.hero .social-group{margin:0 20px}.hero .social-group img{box-shadow:0 2px 4px rgba(0,0,0,.2);border-radius:190px;margin:15px 0}.hero .brand-color{background-color:#fff;padding:25px 0;border-radius:0 0 10px 10px}.hero .brand-color .color-selector{margin:12px 0}.hero .background{margin-top:20px}.hero .background span{font-size:20px;font-weight:400;color:#000}.hero .frame-inner{padding-bottom:20px}.hero .download-qr{background-color:#fff;border-radius:20px;padding:20px}.hero .download-qr h4{color:#404040;font-weight:500;text-align:center;margin-bottom:30px}.hero .download-qr h4 span{color:#1675dd;font-weight:700}.hero .download-qr .generate-qr-box-main{background-position:50%;background-repeat:no-repeat;background-image:url(/_next/static/media/qr-bg.3575efd8.png)}.hero .download-qr .generate-qr-box-main .generate-qr-box{max-width:260px;margin:0 auto}.hero .download-qr .generate-qr-box-main .generate-qr-box .qr-box{margin-bottom:25px;background-color:#fff;padding:20px;box-shadow:0 4px 24px 0 rgba(0,0,0,.1);border-radius:14px}.hero .download-qr .generate-qr-box-main .generate-qr-box .qr-box img{margin-bottom:5px;height:100%;width:100%}.hero .download-qr .form-check{margin-bottom:10px}.hero .download-qr .form-check .form-check-input{float:none;height:18px;width:18px}.hero .download-qr .form-check label{margin-left:10px;color:#6c6c6c}.hero .download-qr .format{margin-bottom:10px}.hero .download-qr .download-btn button{background-color:#1675dd;border-radius:10px;border:none;color:#fff;padding:10px 30px;font-size:16px;font-weight:500}.mobile-screen .logo img{max-height:63px;border-radius:100%}@media only screen and (min-width:1400px)and (max-width:1600px){.hero .generate-qr .content .file-inner .file-content .plan-dec .plan-box:last-child{margin-left:0}}@media only screen and (max-width:1400px){.hero .generate-qr{margin-bottom:30px}}@media only screen and (max-width:1200px){.hero .generate-qr .content .primary-photo{height:100%}}@media only screen and (max-width:992px){.hero .generate-qr .content .primary-photo{height:auto;margin-bottom:20px}.hero .generate-qr .content .social-link{margin-top:0}}@media only screen and (max-width:767px){.hero .generate-qr{padding:20px}.hero .generate-qr .customization h4{font-size:22px}.hero .generate-qr .content{margin-bottom:15px}.hero .download-qr h4,.hero .generate-qr .content h4{font-size:22px;margin-bottom:20px}.hero .social-list{grid-template-columns:repeat(8,minmax(0,1fr))}.hero .social-list span img{width:30px;height:30px}}@media only screen and (max-width:520px){.hero .generate-qr{border-radius:15px}.hero .generate-qr .content .file-inner .file-content .plan-dec .plan-box:last-child{margin-left:0}}@media only screen and (max-width:480px){.hero .menu-slider{padding:10px}.hero .menu-slider .menu-inner-tab ul .first-list-item img{width:30px;height:35px}.hero .generate-qr{padding:10px}.hero .generate-qr .content h4{margin-bottom:15px}.hero .generate-qr .content .qr-btn{flex-direction:column}.hero .generate-qr .content .qr-btn .static{margin-bottom:5px}.hero .generate-qr .customization h4{margin-bottom:15px}.hero .generate-qr .generate-btn button{padding:8px 20px;font-size:14px}.hero .generate-qr .social-list{grid-template-columns:repeat(6,minmax(0,1fr))}.hero .download-qr{padding:15px 10px}.hero .qr-area .format,.hero .social-group img{margin:10px 0}}@media only screen and (max-width:380px){.hero .generate-qr .content .primary-photo{flex-direction:column}.hero .generate-qr .content .primary-photo .image-preview{padding:25px 35px;margin-bottom:10px;margin-right:0}}@media only screen and (max-width:360px){.hero .generate-qr .customization .customization-tab .tab-item button{padding:6px 15px;font-size:16px}.hero .generate-qr .customization .customization-tab .tab-item button:active{background-color:#fff!important}.hero .generate-qr .customization .customization-tab .tab-item button img{height:18px;width:18px}.hero .generate-qr .content{padding:10px}.hero .generate-qr .content .file-inner .file-content .plan-dec{flex-direction:column;justify-content:center}.hero .generate-qr .content .file-inner .file-content .plan-dec .plan-box{margin-left:0;width:100%}.hero .generate-qr .content .file-inner .file-content .plan-dec .plan-box:last-child{margin-bottom:0}.hero .generate-qr .content .file-inner .file-content .file label{font-size:16px;padding:8px 30px}.hero .qr-area .code{padding:10px;border-radius:10px}}.hero-slider{margin:60px 0}.hero-slider .inner-slider{background-color:#04264d;padding:50px 0;border-radius:20px}.hero-slider h3{font-size:28px;font-weight:600;color:#fff;text-align:center;margin-bottom:20px}.hero-slider .hero-slider-list{padding:0 20px}.hero-slider .hero-slider-list .item{margin:0 20px}.hero-slider .hero-slider-list .item img{max-width:100%;height:120px;object-fit:contain;object-position:center;margin:0 auto;display:block}@media only screen and (max-width:992px){.hero-slider .inner-slider{padding:30px 20px}.hero-slider h3{font-size:24px}}@media only screen and (max-width:480px){.hero-slider{margin:30px 0}.hero-slider .inner-slider{padding:20px}.hero-slider .inner-slider h3{font-size:20px;margin-bottom:22px}}.dynamic-code .sub-title{border:1px solid #699eda;border-radius:20px;padding:10px;max-width:850px;margin:20px auto}.dynamic-code .sub-title .icon{border:1px solid #699eda;border-radius:100%;padding:12px 10px}.dynamic-code .sub-title .text p{font-size:22px;font-weight:400;color:#fff;margin-left:20px}.dynamic-code a{text-decoration:none}.dynamic-code a .card{background-color:#1155a0;border-radius:20px}.dynamic-code a .card img{border-radius:20px 20px 0 0}.dynamic-code a .card .card-body{padding:5px}.dynamic-code a .card .card-body span{color:#fff}.dynamic-code a .card .card-body span img{margin-left:10px;filter:invert(95%) sepia(10%) saturate(2%) hue-rotate(180deg) brightness(113%) contrast(100%)}.dynamic-code a .card .card-body a{color:#fff}.dynamic-code .verification{margin:60px 0}.dynamic-code .verification .verify-text p{color:#fff;font-weight:500}.dynamic-code .verification button{background-color:#1675dd;color:#fff;border-radius:50px;padding:10px 50px;border:0}@media only screen and (max-width:1400px){.dynamic-code .card{width:244px;margin:10px auto}}@media only screen and (max-width:992px){.dynamic-code .sub-title .text p{font-size:20px}}@media only screen and (max-width:767px){.dynamic-code .verification{margin:30px 0}}@media only screen and (max-width:576px){.dynamic-code .sub-title .icon{display:none}.dynamic-code .sub-title .text p{font-size:18px;line-height:24px;margin-left:0}.dynamic-code .verification .verify-text p{font-size:16px}}@media only screen and (max-width:480px){.dynamic-code .sub-title{border-radius:10px;padding:5px 10px}.dynamic-code .verification{margin:15px 0}.dynamic-code .verification button{padding:10px 30px}}.box-top{margin-top:140px;margin-bottom:60px}.advance-features{background-color:#04264d;border-radius:120px 120px 0 0;padding-bottom:60px}.advance-features .area .image{background-color:#fff;max-width:280px;border-radius:14px;padding:20px;margin:0 auto 15px}.advance-features .with-us{background-image:url(/_next/static/media/with-us-bg.567f232c.png);border-radius:80px;margin-top:-160px;display:inline-block;width:100%;margin-bottom:120px}.advance-features .with-us .with-us-inner{padding:40px 20px}.advance-features .with-us .logo{margin-bottom:40px}.advance-features .with-us .company-content h3{font-weight:600;color:#fff;margin-bottom:20px}.advance-features .with-us .company-content p{font-size:20px;font-weight:400;margin-bottom:30px;color:#fff;line-height:26px}.advance-features .feature-box{border:1px solid #fff;border-radius:20px;padding:25px;margin-bottom:25px;min-height:calc(100% - 25px)}.advance-features .feature-box .icon img{filter:invert(95%) sepia(10%) saturate(2%) hue-rotate(180deg) brightness(113%) contrast(100%)}.advance-features .feature-box:hover{background-color:#1675dd;border:1px solid #1675dd}.advance-features .feature-box:hover h3{color:#04264d!important}.advance-features .feature-box:hover img{filter:invert(15%) sepia(56%) saturate(1056%) hue-rotate(174deg) brightness(88%) contrast(104%)}.advance-features .feature-box .content{margin-left:20px}.advance-features .feature-box .content h3{font-size:28px;color:#1675dd;font-weight:600;margin-bottom:15px}.advance-features .description p,.advance-features .feature-box .content p{color:#fff;font-weight:400}.bg-none{background:none}@media only screen and (max-width:1400px){.advance-features .area,.advance-features .feature-list .image{margin-bottom:30px}}@media only screen and (max-width:1200px){.advance-features{border-radius:60px 60px 0 0}.advance-features .with-us{border-radius:60px;margin-bottom:80px}.advance-features .with-us .company{padding:0;margin-bottom:20px}.advance-features .with-us .company .logo{margin-bottom:20px}}@media only screen and (max-width:992px){.box-top{margin-top:100px}.advance-features .with-us{margin-bottom:40px}}@media only screen and (max-width:767px){.box-top{margin-bottom:30px}.advance-features{padding-bottom:30px}.advance-features .with-us{border-radius:30px}.advance-features .with-us .company-content h3{font-size:28px;margin-bottom:10px}.advance-features .with-us .company-content p{font-size:16px;line-height:24px}.advance-features .feature-box{padding:15px}.advance-features .feature-box .content{margin-left:10px}.advance-features .feature-box .content h3{font-size:24px;margin-bottom:10px}.advance-features .feature-box .content p{font-size:18px;line-height:22px}.advance-features .feature-box .icon img{height:40px;width:40px}.advance-features .description p{font-size:18px;line-height:24px}}@media only screen and (max-width:480px){.box-top{margin-bottom:30px}.advance-features{padding-bottom:30px}.advance-features .with-us .company-content h3{font-size:28px;margin-bottom:20px}.advance-features .with-us .company-content p{font-size:18px;margin-bottom:20px}.advance-features .with-us .company-content .brand img{width:90px;height:50px}.advance-features .with-us .logo{margin-bottom:15px}.advance-features .with-us .logo img{width:200px}.advance-features .with-us .certificate img{width:80px;height:80px}.advance-features .feature-box{padding:20px;margin-bottom:20px}.advance-features .feature-box .icon img{height:35px;width:35px}.advance-features .feature-box .content h3{font-size:22px;margin-bottom:10px}.advance-features .feature-box .content p{font-size:16px}}.e-booking{background-color:#04264d;margin-top:50px;padding-bottom:60px}.e-booking .e-booking-inner{background-image:url(/_next/static/media/e-booking-bg.f809ef24.png);padding:40px;border-radius:80px;background-repeat:no-repeat;background-size:cover;display:inline-block;width:100%;margin-top:-50px;margin-bottom:60px}.e-booking .e-booking-inner .content h3{color:#fff;margin-bottom:20px;font-weight:600}.e-booking .e-booking-inner .content p{color:#fff;font-size:20px;line-height:26px;margin-bottom:20px}.e-booking .e-booking-inner .content h4{color:#fff;font-weight:500;margin-bottom:5px;font-size:28px}.e-booking .e-booking-inner .content h4 span{font-weight:600;color:#fff}.e-booking .e-booking-inner .content button{color:#1155a0;background-color:#fff;border:none;border-radius:360px;padding:5px 30px;font-size:18px;font-weight:500;margin-top:10px}.e-booking .tl{position:relative;margin:0 auto}.e-booking .tl:after{content:"";position:absolute;width:6px;background-color:#4d9cf1;top:0;bottom:0;left:50%;margin-left:-3px}.e-booking .tl .tl-left{left:0}.e-booking .tl .tl-right{left:50%}.e-booking .tl .tl-right:after{left:-12px}.e-booking .tl .tl-content{color:#fff}.e-booking .tl .tl-content .content h3{margin:20px 0 5px}.e-booking .tl .tl-content .content p{font-size:20px;margin-bottom:0}.e-booking .map-item{padding:10px 40px;position:relative;background-color:inherit;width:50%}.e-booking .map-item:after{content:"";position:absolute;width:25px;height:25px;right:-12px;background-color:#04264d;border:4px solid #4d9cf1;top:15px;border-radius:50%;z-index:1}@media only screen and (max-width:1200px){.e-booking .e-booking-inner{background:#1675dd;border-radius:60px}}@media only screen and (max-width:992px){.e-booking{padding-bottom:30px}.e-booking .e-booking-inner{margin-bottom:40px}.e-booking .e-booking-inner .content{margin-top:20px}.e-booking .tl:after{display:none}.e-booking .tl .tl-right{left:0}.e-booking .map-item{width:100%;padding:30px 0}.e-booking .map-item:after{display:none}}@media only screen and (max-width:767px){.e-booking{padding-bottom:20px}.e-booking .e-booking-inner{border-radius:30px;padding:20px}.e-booking .e-booking-inner .content h3{font-size:24px}.e-booking .e-booking-inner .content p{font-size:18px;line-height:24px}.e-booking .e-booking-inner .content h4{font-size:22px}.e-booking .tl .tl-content{margin-bottom:20px}.e-booking .tl .tl-content img{max-width:440px}.e-booking .tl .tl-content .content h3{font-size:22px}.e-booking .tl .tl-content .content p{font-size:16px;line-height:20px}.e-booking .map-item{padding:15px 0}}@media only screen and (max-width:576px){.e-booking .e-booking-inner{padding:20px}.e-booking .tl .tl-content{margin-bottom:20px}.e-booking .tl .tl-content:last-child{margin-bottom:0}}@media only screen and (max-width:480px){.e-booking .e-booking-inner{border-radius:30px}.e-booking .e-booking-inner .content h3{font-size:22px;margin-bottom:10px}.e-booking .e-booking-inner .content p{font-size:18px;line-height:22px}.e-booking .e-booking-inner .content h4{font-size:20px}.e-booking .e-booking-inner .content button{font-size:16px}.e-booking .map-item{padding:20px 0}.e-booking .tl .tl-content img{max-width:309px}.e-booking .tl .tl-content .content p{font-size:16px;line-height:20px}}.testimonial{margin-top:40px}.testimonial .slide{background-color:#fff;border-radius:24px;padding:40px;margin:0 10px;height:100%}.testimonial .slide .user-detail{margin-left:10px}.testimonial .slide .user-detail p{font-size:16px;color:#061c3d;font-weight:400}.testimonial .slide .user-detail span{font-size:14px;font-weight:400;color:#42526b}.testimonial .slide .description{margin-top:30px}.testimonial .slide .description p{font-size:18px;color:#313131;font-weight:400}.testimonial .slide img{object-fit:cover}@media only screen and (max-width:992px){.testimonial .slide{padding:20px}.testimonial .slide .description{margin-top:10px}}@media only screen and (max-width:767px){.testimonial{margin-top:20px}}@media only screen and (max-width:480px){.testimonial .slide .description p{font-size:16px}}.review{background-color:#04264d;margin-top:300px;padding-bottom:60px}.review .review-inner{background-image:url(/_next/static/media/review-bg.c0de5089.png);background-repeat:no-repeat;background-size:cover;border-radius:80px;padding:60px;margin-top:-300px;display:inline-block;width:100%;margin-bottom:60px}.review .review-inner h1{font-weight:700;color:#fff;margin-bottom:25px}.review .review-inner p{color:#fff;font-size:22px;font-weight:400}.review .review-inner .review-type h3{color:#fff;margin-bottom:10px}.review .review-inner .review-type .center-img{margin:0 20px}.review .review-inner .review-type .image{gap:15px}.review .solution .slider .card{border-radius:50px;border:none;background-color:#1155a0;margin:0 15px}.review .solution .slider .card a img{border-radius:50px 50px 0 0}.review .solution .slider .card .card-body h3{text-align:center;margin-bottom:10px}.review .solution .slider .card .card-body h3 a{color:#fff;font-size:24px;text-decoration:none}.review .solution .slider .card .card-body p{font-size:18px;line-height:22px;text-align:center;color:#fff}@media only screen and (max-width:1400px){.review .review-inner .review-type{margin-top:30px}}@media only screen and (max-width:1200px){.review .review-inner{padding:40px;border-radius:60px}.review .review-inner h1{font-size:48px;line-height:54px}.review .review-inner .review-type h3{font-size:26px}.review .solution .slider .card .card-body h3 a{font-size:22px;margin-bottom:10px}}@media only screen and (max-width:992px){.review{margin-top:350px}.review .review-inner{margin-bottom:50px}.review .review-inner h1{font-size:40px;line-height:48px}.review .review-inner p{font-size:22px;line-height:28px}.review .solution .slider .card{border-radius:25px}.review .solution .slider .card a img{border-radius:25px 25px 0 0}}@media only screen and (max-width:767px){.review{margin-top:310px;padding-bottom:30px}.review .review-inner{border-radius:30px;margin-top:-250px}.review .review-inner h1{font-size:32px;line-height:38px}.review .review-inner p{font-size:20px;line-height:26px}.review .review-inner .review-type h3{font-size:22px}}@media only screen and (max-width:576px){.review{margin-top:40px;padding-top:30px}.review .review-inner{padding:30px 20px;margin-bottom:30px;margin-top:0}.review .review-inner p{font-size:20px}.review .review-inner .review-type{margin-top:15px}.review .review-inner .review-type h2{font-size:24px}}@media only screen and (max-width:480px){.review{padding-bottom:30px}.review .review-inner{border-radius:30px;padding:20px;margin-bottom:40px}.review .review-inner h1{font-size:30px;line-height:36px;margin-bottom:10px}.review .review-inner p{font-size:16px;line-height:22px}.review .review-inner .review-type .image{flex-direction:column}.review .review-inner .review-type .image img{max-width:120px;margin:10px auto}.review .solution .slider .card{border-radius:10px}.review .solution .slider .card a img{border-radius:10px 10px 0 0}}.intergration{padding-top:30px}.intergration .category{background-color:#00245a;border:1px solid #fff;border-radius:20px;padding:20px 40px;margin-bottom:25px;height:340px}.intergration .category h4{color:#1675dd;margin:15px 0}.intergration .category p{color:#fff}.intergration .category:hover{background-color:#1675dd}.intergration .category:hover h4{color:#00245a}.intergration .second-col{margin-top:70px}.intergration .third-col{margin-top:150px}@media only screen and (max-width:1400px){.intergration .category{height:auto}.intergration .second-col,.intergration .third-col{margin-top:0}}@media only screen and (max-width:767px){.intergration .category{padding:20px}}@media only screen and (max-width:480px){.intergration .category h3{font-size:24px;margin:10px 0}.intergration .category p{font-size:16px;line-height:22px}}.cta-sec{background-color:#04264d;margin-top:360px;padding-bottom:60px}.cta-sec .cta-inner{background-image:url(/_next/static/media/cta-inner-bg.9c1e160e.png);padding:30px;background-repeat:no-repeat;border-radius:80px;background-size:cover;margin-bottom:50px;margin-top:-350px;display:inline-block;width:100%}.cta-sec .cta-inner .content h2{color:#fff;line-height:50px;margin-bottom:50px}.cta-sec .cta-inner .content button{border:none;font-size:18px;font-weight:500;color:#1155a0;border-radius:360px;background-color:#fff;padding:10px 30px}.cta-sec .faq{border-radius:20px;background-color:#e4f1ff;padding:20px 30px}.cta-sec .faq .accordion .accordion-item{border:none;border-bottom:1px solid #001731;background-color:transparent;border-radius:0}.cta-sec .faq .accordion .accordion-item .accordion-button{background-color:#e4f1ff;padding:15px 0;font-size:18px;font-weight:400;box-shadow:none;color:#001731;border-radius:4px}.cta-sec .faq .accordion .accordion-item .accordion-button:after{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");transform:scale(.7)!important}.cta-sec .faq .accordion .accordion-item .accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e")}.cta-sec .faq .accordion .accordion-item .accordion-button[aria-expanded=true]{color:#1675dd}.cta-sec .faq .accordion .accordion-item .accordion-collapse{border-radius:0}.cta-sec .faq .accordion .accordion-item .accordion-collapse .card-body{padding:15px 0}.cta-sec .faq .accordion .accordion-item .accordion-collapse .card-body p{font-size:16px}@media only screen and (max-width:1400px){.cta-sec .cta-inner{padding:60px}.cta-sec .cta-inner h1{font-size:38px;line-height:60px}}@media only screen and (max-width:992px){.cta-sec .cta-inner{padding:30px}.cta-sec .cta-inner .content h2{font-size:30px;line-height:36px}.cta-sec .faq:first-child{margin-bottom:20px}}@media only screen and (max-width:767px){.cta-sec{padding-bottom:20px}.cta-sec .cta-inner{padding:20px;border-radius:40px}.cta-sec .cta-inner button{font-size:18px}.cta-sec .cta-inner h1{font-size:30px;line-height:44px}.cta-sec .cta-inner .content h2{font-size:26px;line-height:32px;margin-bottom:25px}.cta-sec .cta-inner .content button{font-size:16px}.cta-sec .faq .accordion .accordion-item .accordion-button{font-size:18px}}@media only screen and (max-width:576px){.cta-sec .faq{padding:15px}.cta-sec .cta-inner{border-radius:24px}.cta-sec .cta-inner h1{margin-bottom:20px}}@media only screen and (max-width:480px){.cta-sec{padding-bottom:0}.cta-sec .cta-inner{border-radius:40px;margin-bottom:30px}.cta-sec .cta-inner h1{font-size:28px;line-height:40px}.cta-sec .cta-inner .content h2{font-size:22px;line-height:28px}.cta-sec .faq .accordion button{padding:15px 20px;font-size:18px}.cta-sec .faq .accordion .accordion-item .accordion-button{padding:10px 0;font-size:16px}.cta-sec .faq .accordion .accordion-item .card-body p{font-size:18px}}.footer-wrapper .top-area{padding:40px 0;align-items:center}.footer-wrapper .top-area .social .icon{height:44px;width:44px;background-color:hsla(0,0%,100%,.1);align-items:center;justify-content:center;border-radius:5px;margin-right:10px}.footer-wrapper .top-area .social .icon:hover{background-color:#1675dd}.footer-wrapper .top-area .social .icon img{filter:invert(95%) sepia(10%) saturate(2%) hue-rotate(180deg) brightness(113%) contrast(100%)}.footer-wrapper .footer-menu{border-top:1px solid #fff;padding:30px 0}.footer-wrapper .footer-menu h4{color:#1675dd;font-weight:500}.footer-wrapper .footer-menu li{margin:10px 0;list-style:none;padding:0}.footer-wrapper .footer-menu li a{color:#fff;font-size:16px;text-decoration:none}.footer-wrapper .footer-menu li a:hover{color:#1675dd}.footer-wrapper .footer-bottom p{color:#fff;border-top:1px solid #fff;padding:20px 0}@media only screen and (max-width:767px){.footer-wrapper .top-area{padding:30px 0}.footer-wrapper .footer-menu{padding:20px 0}.footer-wrapper .footer-menu .menu{padding:0 0 20px}.footer-wrapper .footer-menu .inner-menu{margin-top:0}}@media only screen and (max-width:576px){.footer-wrapper .top-area{flex-direction:column}.footer-wrapper .top-area .social{margin-top:20px}.footer-wrapper .footer-menu li a{font-size:18px}.footer-wrapper .footer-menu{padding:20px}.footer-wrapper .top-area .logo img{max-width:200px}}.form-label{font-size:16px;font-weight:500;color:#041a33}.form-control{border:1px solid rgba(4,26,51,.3);background-color:#fff;color:#000;font-weight:500;border-radius:5px;font-size:14px;box-shadow:none}.form-control::placeholder{color:#cdcdcd;font-weight:300}.form-control:focus{outline:0!important;-webkit-appearance:none;box-shadow:none!important}.form-select{border:1px solid rgba(4,26,51,.3);background-color:#fff;color:#000;font-weight:500;border-radius:5px;font-size:14px;box-shadow:none}.form-select::placeholder{color:#cdcdcd;font-weight:300}.form-select:focus{outline:0!important;-webkit-appearance:none;box-shadow:none!important}.form-check-label{font-size:16px;color:#041a33;font-weight:500;cursor:pointer}.form-check-input{border:1px solid rgba(4,26,51,.3);cursor:pointer}.form-check-input:focus{outline:0!important;-webkit-appearance:none;box-shadow:none!important}.error-message{color:red;font-size:14px;font-weight:400}.file-upload-success{color:#0dbc29;font-size:14px}.login-wrapper{background-color:#001731;padding:50px}.login-wrapper .login-form .image-area img{border-radius:50px}.login-wrapper .login-form .form-detail .title{margin-bottom:40px}.login-wrapper .login-form .form-detail .title h2{font-weight:600;color:#fff}.login-wrapper .login-form .form-detail .title p{font-size:22px;font-weight:400;color:#fff;margin-top:10px}.login-wrapper .login-form .form-detail label{font-size:16px;font-weight:400;color:#fff}.login-wrapper .login-form .form-detail .form-control{background-color:#001731;border-radius:10px;border:1px solid #fff;color:#fff;padding:12px}.login-wrapper .login-form .form-detail .form-control::placeholder{color:hsla(0,0%,100%,.3)}.login-wrapper .login-form .form-detail .form-check-label{font-size:16px;margin-left:10px}.login-wrapper .login-form .form-detail .form-check-input{height:22px;width:22px}.login-wrapper .login-form .form-detail .form-check{margin-bottom:0}.login-wrapper .login-form .form-detail .forgot{font-size:20px;color:#fff;text-decoration:none}.login-wrapper .login-form .form-detail .forgot:hover{color:#1675dd}.login-wrapper .login-form .form-detail .login-btn button{background-color:#1675dd;color:#fff;width:400px;padding:10px 0;font-size:20px;font-weight:500;border-radius:10px;border:none;margin-bottom:10px}.login-wrapper .login-form .form-detail .login-btn button:hover{background-color:#1155a0}.login-wrapper .login-form .form-detail .sign-up p{font-size:20px;color:#fff}.login-wrapper .login-form .form-detail .sign-up a{font-size:24px;font-weight:600;color:#fff;text-decoration:none}.login-wrapper .login-form .form-detail .sign-up a:hover{color:#1155a0}.forgot-password{padding:50px}.forgot-password .image-area img{max-height:700px;border-radius:50px}.forgot-password .title{margin-bottom:40px}.forgot-password .title h2{color:#fff;font-weight:600}.forgot-password .title p{font-size:22px;font-weight:400;color:#fff;margin-top:10px}.forgot-password .form-control{background-color:#001731;border-radius:10px;border:1px solid #fff;color:#fff}.forgot-password .forgot-password-button button{background-color:#1675dd;color:#fff;width:400px;padding:10px 0;font-size:20px;font-weight:500;border-radius:10px;border:none;margin-bottom:10px}.forgot-password .login-back a{background-color:#1675dd;color:#fff;padding:10px 30px;border-radius:10px}@media only screen and (max-width:992px){.login-wrapper .login-form .form-detail{padding-top:40px}.login-wrapper .login-form .form-detail .title{margin-bottom:20px}.login-wrapper .login-form .form-detail .title h2{font-size:32px}.forgot-password .image-area{margin-bottom:40px}}@media only screen and (max-width:767px){.login-wrapper{padding:20px 0}.login-wrapper .login-form .form-detail .title{margin-bottom:20px}.login-wrapper .login-form .form-detail .title h2{font-size:26px}.login-wrapper .login-form .form-detail .title p{font-size:20px}.forgot-password{padding:20px}.forgot-password .title{margin-bottom:20px}.forgot-password .title h2{font-size:26px}.forgot-password .title p{font-size:20px}}@media only screen and (max-width:480px){.login-wrapper .login-form .form-detail .login-btn button{width:100%;padding:5px 0;font-size:18px}.login-wrapper .login-form .form-detail .sign-up p{line-height:24px;font-size:18px}.login-wrapper .login-form .form-detail .sign-up a{font-size:22px}.forgot-password .forgot-password-button button{width:100%;padding:5px 0;font-size:18px}}.register-wrapper{background-color:#001731;padding:50px}.register-wrapper .register-form .image-area img{border-radius:50px}.register-wrapper .register-form .form-detail .title{margin-bottom:40px}.register-wrapper .register-form .form-detail .title h2{font-weight:600;color:#fff}.register-wrapper .register-form .form-detail .title p{font-size:22px;font-weight:400;color:#fff;margin-top:10px}.register-wrapper .register-form .form-detail label{font-size:16px;font-weight:400;color:#fff}.register-wrapper .register-form .form-detail .form-control{background-color:#001731;border-radius:10px;border:1px solid #fff;color:#fff}.register-wrapper .register-form .form-detail .form-control::placeholder{color:hsla(0,0%,100%,.3)}.register-wrapper .register-form .form-detail .login-btn{margin-top:40px}.register-wrapper .register-form .form-detail .login-btn button{background-color:#1675dd;color:#fff;padding:10px 120px;font-size:20px;font-weight:500;border-radius:10px;border:none}.register-wrapper .register-form .form-detail .login-btn button:hover{background-color:#1155a0}@media only screen and (max-width:992px){.register-form .form-detail{padding-top:40px}.register-form .form-detail .title{margin-bottom:20px}.register-form .form-detail .title h2{font-size:32px}}@media only screen and (max-width:767px){.register-wrapper{padding:20px 0 0}.register-wrapper .register-form .form-detail .title{margin-bottom:20px}.register-wrapper .register-form .form-detail .title p{font-size:20px}.register-wrapper .register-form .form-detail .title h2{font-size:26px}}@media only screen and (max-width:480px){.register-form .form-detail .login-btn{margin-top:20px}.register-form .form-detail .login-btn button{width:100%;padding:5px 0}}.model-header{margin:50px 0 0!important}.dashboard{background-color:#fff;margin:60px 0;border-radius:20px}.dashboard .user-info{padding:24px;background-color:#f2f6fe;border-radius:20px 20px 0 0}@media(max-width:991px){.dashboard .user-info{padding:10px}}.dashboard .user-info .mobile-menu{width:44px;height:44px;background-color:#1675dd;border-radius:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 44px;margin-right:10px}@media(min-width:1200px){.dashboard .user-info .mobile-menu{display:none}}.dashboard .user-info .profile .user-avtar{flex:1 1 auto;width:40px}.dashboard .profile .user-dec h3{color:#1675dd;font-size:20px;font-weight:700;margin-left:10px}.dashboard .profile .admin-user h3 a{margin-left:0;margin-right:10px;font-size:20px;font-weight:600;color:#000}.dashboard .profile .user-img a img{border-radius:30px;max-height:60px;max-width:60px}.dashboard .dashboard-inner{padding:20px}.dashboard .dashboard-inner .left-bar{background-color:#001731;padding:24px;border-radius:20px;transition:all .4s ease}@media(max-width:1199px){.dashboard .dashboard-inner .left-bar{position:fixed;top:0;left:-100%;width:100%;z-index:9999;border-radius:0;height:100%;overflow-y:scroll;max-width:450px}.dashboard .dashboard-inner .left-bar.active{left:0}}.dashboard .dashboard-inner .left-bar .close-menu{background-color:var(--bs-red);width:44px;height:44px;display:flex;justify-content:center;align-items:center;border-radius:44px;margin-left:auto;cursor:pointer}@media(min-width:1200px){.dashboard .dashboard-inner .left-bar .close-menu{display:none}}.dashboard .dashboard-inner .left-bar .react-tabs__tab-list{display:flex;flex-direction:column;border-bottom:0}.dashboard .dashboard-inner .left-bar .react-tabs__tab-list .react-tabs__tab{margin:5px 0;border-bottom:0}.dashboard .dashboard-inner .left-bar .react-tabs__tab-list .react-tabs__tab:hover{background-color:#fff;border-radius:10px}.dashboard .dashboard-inner .left-bar .react-tabs__tab-list .react-tabs__tab:hover .tab-conten span{color:#1675dd}.dashboard .dashboard-inner .left-bar .react-tabs__tab-list .react-tabs__tab:hover .tab-conten img{filter:invert(31%) sepia(82%) saturate(1532%) hue-rotate(193deg) brightness(96%) contrast(90%)!important}.dashboard .dashboard-inner .left-bar .react-tabs__tab-list .react-tabs__tab:hover .tab-conten .notification{color:#fff}.dashboard .dashboard-inner .left-bar .react-tabs__tab-list .react-tabs__tab:focus:after{display:none}.dashboard .dashboard-inner .left-bar .react-tabs__tab-list .react-tabs__tab .tab-conten{font-size:18px;font-weight:400;color:#fff;display:flex}.dashboard .dashboard-inner .left-bar .react-tabs__tab-list .react-tabs__tab .tab-conten img{filter:invert(100%) sepia(0) saturate(7481%) hue-rotate(290deg) brightness(115%) contrast(100%);margin-right:10px;height:25px;width:25px}.dashboard .dashboard-inner .left-bar .react-tabs__tab-list .react-tabs__tab .tab-conten .notification{margin-left:auto;background-color:#1675dd;height:22px;width:22px;border-radius:100px;font-size:13px}.dashboard .dashboard-inner .left-bar .react-tabs__tab-list .react-tabs__tab--selected{border-bottom:0;border-radius:10px;background-color:#fff}.dashboard .dashboard-inner .left-bar .react-tabs__tab-list .react-tabs__tab--selected .tab-conten span{color:#1675dd}.dashboard .dashboard-inner .left-bar .react-tabs__tab-list .react-tabs__tab--selected .tab-conten img{filter:invert(31%) sepia(82%) saturate(1532%) hue-rotate(193deg) brightness(96%) contrast(90%)!important}.dashboard .dashboard-inner .left-bar .react-tabs__tab-list .react-tabs__tab--selected .tab-conten .notification{color:#fff}.dashboard .dashboard-inner .left-bar .react-tabs__tab-list .react-tabs__tab--selected .myqr-code{color:#1675dd!important;font-weight:400}.dashboard .dashboard-inner .page-title h3{font-size:24px;color:#000;font-weight:500}.dashboard .dashboard-inner .page-title .form-control{width:100px}.dashboard .dashboard-inner .page-title label{font-weight:500;color:#000;margin-right:10px}.dashboard .dashboard-inner .Watchlist-table select{max-width:142px;font-size:16px;font-weight:400;color:#000;border:1px solid #000;box-shadow:none!important}.dashboard .dashboard-inner .Watchlist-table table{border:1px solid rgba(0,0,0,.2)}.dashboard .dashboard-inner .Watchlist-table table th{font-size:16px;color:#000;font-weight:600;border-bottom:1px solid rgba(0,0,0,.2)}.dashboard .dashboard-inner .Watchlist-table table th:after{line-height:14px}.dashboard .dashboard-inner .setting-form .account,.dashboard .dashboard-inner .setting-form .security{width:100%;border:1px solid #1675dd;font-size:18px;font-weight:500}.dashboard .dashboard-inner .setting-form h3{font-size:20px;font-weight:500;margin-top:40px;color:#000}.dashboard .dashboard-inner .setting-form .account-form{margin:20px 0}.dashboard .dashboard-inner .setting-form .account-form .btn{font-size:16px;width:180px;color:#fff}.dashboard .dashboard-inner .setting-form .Security .reset-btn{background-color:red;color:#fff;padding:3px 20px;font-size:16px}.dashboard .dashboard-inner .setting-form .edit-profile .profile-pic{position:relative}.dashboard .dashboard-inner .setting-form .edit-profile .profile-pic img{max-height:70px;max-width:70px;border-radius:40px}.dashboard .dashboard-inner .setting-form .edit-profile .profile-pic .upload-icon img{position:absolute;top:60%;right:-5px;max-width:35px;cursor:pointer}.dashboard .dashboard-inner .setting-form .edit-profile .user-des{margin-left:15px}.dashboard .dashboard-inner .setting-form .edit-profile .user-des h4{font-size:22px;color:#1675dd;font-weight:600;margin-bottom:5px;line-height:normal}.dashboard .dashboard-inner .setting-form .edit-profile .user-des p{font-size:16px;font-weight:500;line-height:normal}.dashboard .dashboard-inner .setting-form .edit-profile .edit-btn{border-radius:10px;padding:3px 3px 6px;margin-left:auto}.dashboard .dashboard-inner .setting-form .edit-profile .edit-btn .btn{border:none}.dashboard .dashboard-inner .invite-page h6{font-weight:500;color:#000}.dashboard .dashboard-inner .invite-page h6 span{color:#1675dd}.dashboard .dashboard-inner .invite-page p{font-size:18px;color:#000;font-weight:400;margin-top:10px}.dashboard .dashboard-inner .invite-page .social p{font-size:20px;font-weight:500;color:#000}.dashboard .dashboard-inner .invite-page .social h4{font-size:22px;font-weight:500;color:#000;margin-top:10px}.dashboard .dashboard-inner .invite-page .social form{margin-top:20px}.dashboard .dashboard-inner .invite-page .social form input{max-width:967px}.dashboard .dashboard-inner .invite-page .social form .btn{font-size:16px;font-weight:500;padding:8px 30px;margin-left:20px}.dashboard .dashboard-inner .invite-page .social .social-icon p{font-size:20px;font-weight:500;color:#000;margin-bottom:20px}.dashboard .dashboard-inner .invite-page .social .social-icon .icon{margin-right:25px;min-width:28px}.dashoboard-card{box-shadow:0 4px 5px 0 rgba(0,0,0,.08);border:1px solid #e1e5ed;margin-bottom:30px}.dashoboard-card .title-part{margin-bottom:20px}.dashoboard-card .title-part .card-title{font-size:20px;font-weight:600;margin-bottom:0;position:relative;padding-left:32px}.dashoboard-card .title-part .card-title:before{position:absolute;left:0;top:0;content:"";width:24px;height:24px;background-color:#000;border-radius:5px}.dashoboard-card .title-part .btn-right{background-color:transparent;margin-left:auto;padding-right:0}.total-qr-scan .counter h4{font-size:42px}.total-qr-scan .counter h4 span{font-size:24px}.total-qr-scan .counter p{font-size:14px;font-weight:600}.e-booking-sec{background:#1675dd;background:linear-gradient(90deg,#1675dd,#001731);padding:20px;border-radius:20px;margin-bottom:30px;min-height:calc(100% - 30px);display:flex;align-items:center}.e-booking-sec .content .title{font-size:26px;color:#fff;margin-bottom:20px}.e-booking-sec .content .description{font-size:16px;color:#fff}.e-booking-sec .content .btn{background-color:#fff;color:#001731;font-size:18px;border-radius:40px;padding:5px 20px;font-weight:600}.e-booking-sec .image{text-align:right}.top-qr{height:calc(100% - 30px)}.top-campaigns-title{font-size:20px;font-weight:700}@media only screen and (max-width:991px){.dashoboard-card .title-part{margin-bottom:15px}.total-qr-scan .counter h4{font-size:34px}.e-booking-sec .content .title{font-size:22px}.e-booking-sec .image{text-align:left}.e-booking-sec .image img{max-width:250px}}@media only screen and (max-width:576px){.dashboard{margin-bottom:30px}.dashboard .dashboard-inner .page-title label{width:65px}.dashboard .profile .user-dec h3{font-size:14px}.dashboard .profile .admin-user{display:none}.total-qr-scan .counter h4{font-size:26px}.total-qr-scan .counter h4 span{font-size:18px}}@media only screen and (max-width:420px){.dashboard .dashboard-inner .setting-form .edit-profile .profile-pic img{max-height:55px;max-width:55px}.dashboard .dashboard-inner .setting-form .edit-profile .user-des h4{font-size:20px}.dashboard .dashboard-inner .setting-form .edit-profile .user-des p{font-size:14px}.dashboard .dashboard-inner .setting-form .edit-profile .edit-btn{border-radius:5px;padding:0;margin-left:auto}}@media only screen and (max-width:380px){.form-btn{flex-direction:column;align-items:center;justify-content:center}.form-btn button:last-child{margin-left:0!important;margin-top:10px}}.url-inner .qr-profile{border:1px solid #1675dd;padding:15px;border-radius:15px;box-shadow:10px 10px 24px 0 rgba(0,0,0,.08);background-color:#fff;margin-top:20px}.url-inner .qr-profile .qr-img{border:1px solid #1675dd;border-radius:10px;padding:10px}.url-inner .qr-profile .qr-img svg{max-height:220px;max-width:220px}.url-inner .qr-profile .qr-des{margin-left:30px}.url-inner .qr-profile .qr-des h5{font-size:20px;margin-bottom:10px;color:#000;font-weight:500}.url-inner .qr-profile .qr-des .url-link{font-size:16px;font-weight:400;color:#000;margin-bottom:10px}.url-inner .qr-profile .qr-des .url-link img{margin-right:10px}.url-inner .qr-profile .qr-des .url-link span{font-weight:500;margin-right:5px}.url-inner .qr-profile .qr-des .time p{font-size:18px;font-weight:500;color:#000}.url-inner .qr-profile .qr-des .time p span{font-weight:400;font-size:18px}.url-inner .qr-profile .qr-des .time p+p{margin-left:20px}.url-inner .qr-profile .profile-btn-area .edit-btn{border:none;padding:8px;border-radius:10px;margin-left:15px}.url-inner .qr-profile .profile-btn-area .edit-btn:hover{background-color:#1675dd}.url-inner .qr-profile .profile-btn-area .edit-btn:hover img{filter:invert(100%) sepia(0) saturate(7483%) hue-rotate(130deg) brightness(90%) contrast(99%)}.url-inner .qr-profile .profile-btn-area .edit-btn img{height:23px;width:23px;filter:invert(100%) sepia(4%) saturate(0) hue-rotate(126deg) brightness(105%) contrast(100%)}.url-inner .qr-profile .profile-btn-area .save-profile{background-color:#ecf5fe;padding:8px;border-radius:10px}.url-inner .qr-profile .profile-btn-area .save-profile img{height:30px;width:30px}.url-inner .qr-profile .profile-btn-area .model-btn{margin-top:20px}.url-inner .qr-profile .profile-btn-area .model-btn button{color:#fff;font-size:16px;font-weight:500;padding:5px 0;border-radius:10px;display:flex;align-items:center;justify-content:center;border:none}.url-inner .qr-profile .profile-btn-area .model-btn button+button{margin-top:10px}.url-inner .qr-profile .profile-btn-area .model-btn button img{filter:invert(100%) sepia(0) saturate(7471%) hue-rotate(175deg) brightness(108%) contrast(102%);height:23px;width:23px;margin-right:10px}@media only screen and (max-width:992px){.url-inner .qr-profile{padding:10px}.url-inner .qr-profile .qr-img{min-width:120px}.url-inner .qr-profile .qr-des .url-link img,.url-inner .qr-profile .qr-des .url-link span{display:none}.url-inner .qr-profile .qr-des h5{font-size:18px;margin-bottom:5px}}@media only screen and (max-width:767px){.url-inner .qr-profile{flex-direction:column;justify-content:center}.url-inner .qr-profile .qr-des{text-align:center;margin:10px 0}.url-inner .qr-profile .qr-des .url-link{justify-content:center}.url-inner .qr-profile .profile-btn-area .model-btn{flex-direction:row!important}.url-inner .qr-profile .profile-btn-area .model-btn button{width:140px}.url-inner .qr-profile .profile-btn-area .model-btn button+button{margin-top:0;margin-left:10px}}@media only screen and (max-width:480px){.url-inner .qr-profile .qr-des .time{flex-direction:column}.url-inner .qr-profile .qr-des .time p+p{margin-left:0}.url-inner .qr-profile .qr-des .url-link{font-size:14px}.url-inner .qr-filter .form-group{margin-bottom:5px}}@media only screen and (max-width:380px){.url-inner .qr-profile .profile-btn-area .model-btn button{font-size:14px!important;width:110px}.url-inner .qr-profile .profile-btn-area .model-btn button img{height:18px;width:18px}.url-inner .qr-profile .profile-btn-area .save-profile{padding:6px 8px}.url-inner .qr-profile .profile-btn-area .save-profile img{height:23px;width:23px}.url-inner .qr-profile .profile-btn-area .edit-btn{padding:6px 8px}.url-inner .qr-profile .profile-btn-area .edit-btn img{height:20px;width:20px}.url-inner .qr-profile .qr-des .time p,.url-inner .qr-profile .qr-des .time p span{font-size:16px}.url-inner .qr-profile .qr-des .url-link{font-size:12px;margin-bottom:5px}}.delete-modal{border-radius:20px}.delete-modal .modal-header{border-bottom:0}.delete-modal .modal-header h1{font-weight:600;font-size:24px}.delete-modal .modal-body{padding:25px}.delete-modal .modal-body img{max-width:60px}.delete-modal .modal-body h2{font-size:28px;font-weight:500;margin-top:15px;color:#000}.delete-modal .modal-body p{font-size:18px;font-weight:400;color:#000;margin-top:10px}.delete-modal .modal-body .btn-area{margin-top:20px}.delete-modal .modal-body .btn-area button{font-size:18px;font-weight:500;color:red;border:1px solid red;border-radius:10px;padding:8px 30px}.delete-modal .modal-body .btn-area button+button{margin-left:20px}.delete-modal .modal-body .btn-area button:hover{background-color:red;color:#fff}.delete-modal .modal-footer{border-top:0}.edit-model-wrapper .modal-footer,.edit-model-wrapper .modal-header{border-bottom:0}.download-modal{border-radius:20px;padding:30px}.download-modal .modal-header{border-bottom:0;padding:0}.download-modal .modal-header h1{font-size:24px}.download-modal .modal-body{margin-top:30px;padding:0}.download-modal .modal-body p{margin-bottom:10px;font-size:20px;font-weight:500;color:#000}.download-modal .modal-body .btn-area{margin-top:15px}.download-modal .modal-body .btn-area button{border-radius:10px;border:1px solid #1675dd;font-size:16px;color:#1675dd;padding:5px 20px;background-color:#fff}.download-modal .modal-body .btn-area button+button{margin-left:30px}.download-modal .modal-body .btn-area button:hover{background-color:#1675dd;color:#fff}.download-modal .modal-footer{padding:0;border-top:0}.blog .search-area .input-group{max-width:600px;border-radius:10px;margin:0 auto 50px}.blog .search-area .input-group .input-group-text{border:0!important;background-color:#fff}.blog .search-area .input-group input{font-size:16px;font-weight:500;color:#000;border:0}.blog .tab{margin-bottom:60px;gap:15px}.blog .tab .btn{color:#fff;font-size:16px;font-weight:500;border:1px solid #fff;border-radius:50px;padding:10px 30px}.blog .tab .active,.blog .tab .btn:hover{background-color:#1675dd;border:1px solid #1675dd}.blog .blog-list{margin-bottom:20px}.blog .blog-list .card{background:transparent;border:0}.blog .blog-list .card .blog-img img{height:450px;object-fit:cover}.blog .blog-list .card .profile-pic{border-radius:25px 25px 0 0}.blog .blog-list .card .card-body{padding:15px;background-color:#fff;border-radius:0 0 25px 25px}.blog .blog-list .card .card-body .blog-profile-detail img{width:26px;height:26px;border-radius:50%;object-fit:cover}.blog .blog-list .card .card-body .blog-profile-detail p{font-size:16px;color:#001731}.blog .blog-list .card .card-body .blog-title a{text-decoration:none}.blog .blog-list .card .card-body .blog-title a h4{color:#001731;font-size:22px;margin-top:10px}.blog-detail{padding:70px 0}.blog-detail .title{margin-bottom:20px}.blog-detail .title h1{font-size:32px}.blog-detail .inner-img img{max-height:500px;object-fit:cover;width:100%}.blog-detail .social-icon .icon{margin:0 5px}.blog-detail .social-icon .icon a{width:36px;height:36px;background-color:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;border-radius:50%}.blog-detail .social-icon .icon a img{filter:invert(100%) sepia(0) saturate(474%) hue-rotate(63deg) brightness(107%) contrast(101%)}.blog-detail .social-icon .icon a:hover{background-color:#1675dd}.blog-detail .blog-dec{padding-top:30px;color:#fff}.blog-detail .blog-dec p{margin-bottom:5px}@media only screen and (max-width:1200px){.blog .blog-list .card .card-body p{font-size:18px}.blog .blog-list .card .card-body .blog-title a h4{font-size:20px}}@media only screen and (max-width:992px){.blog .blog-list .card .card-body img{height:30px;width:30px}}@media only screen and (max-width:768px){.blog .blog-list .card .blog-img img{height:300px}}@media only screen and (max-width:520px){.blog .tab{gap:10px;margin-bottom:30px}.blog .tab .btn{padding:5px 15px;font-size:16px}}.confirm-account{min-height:100vh;display:flex;align-items:center;padding:50px}.confirm-account .form-detail .title{margin-bottom:40px}.confirm-account .form-detail .title h2{font-weight:600;color:#fff}.confirm-account .form-detail .title p{font-size:24px;font-weight:400;line-height:30px;color:#fff;margin-top:10px}.confirm-account .form-detail .otp-input{width:100%;justify-content:start;gap:10px}.confirm-account .form-detail .otp-input .otp-input-box{width:80px!important;height:80px;text-align:center;font-size:22px;padding:0;color:#fff;font-weight:500;border-radius:20px;border:none;background-color:#2a4665}.confirm-account .form-detail label{font-weight:400;color:#fff}.confirm-account .form-detail .form-control{background-color:#001731;border-radius:10px;border:1px solid #fff;color:#fff;padding:12px}.confirm-account .form-detail .form-control::placeholder{color:hsla(0,0%,100%,.3)}.confirm-account .form-detail .verify-description p{font-size:20px;color:#fff;font-weight:400;line-height:28px}.confirm-account .form-detail .recent-otp p{font-size:20px;color:#fff}.confirm-account .form-detail .recent-otp p span{cursor:pointer;color:#1675dd}.confirm-account .form-detail .btn-area{margin-top:30px}.confirm-account .form-detail .btn-area .btn{border-radius:10px;border:2px solid #1675dd;font-size:20px;font-weight:500;color:#1675dd;padding:10px 0;width:220px}.confirm-account .form-detail .btn-area .btn+.btn{margin-left:30px}.confirm-account .form-detail .btn-area .btn:hover{background-color:#1675dd;color:#fff}.confirm-account .form-detail .login-btn button{background-color:#1675dd;color:#fff;width:100%;padding:10px 0;font-size:20px;font-weight:500;border-radius:10px;border:none;margin-bottom:10px}.confirm-account .form-detail .auth-logo{margin-bottom:40px;display:block}.confirm-account .form-detail .auth-logo img{max-height:60px;width:auto;filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(123deg) brightness(102%) contrast(101%)}.confirm-account .image-area img{border-radius:30px}.confirm-account .form-detail{padding-left:50px}.confirm-account .form-detail .sign-up p{color:#fff}.link-text-resend{color:#1675dd;cursor:pointer}@media only screen and (max-width:1400px){.confirm-account .form-detail .otp-input .otp-input-box{width:60px!important;height:60px}}@media only screen and (max-width:992px){.confirm-account .form-detail .title{margin-bottom:20px}.confirm-account .form-detail .title h2{font-size:32px}.confirm-account .form-detail .title p{font-size:20px;line-height:28px}.confirm-account .form-detail .otp-input{margin:0 auto;width:100%}.confirm-account .form-detail{padding-left:0}}@media only screen and (max-width:767px){.confirm-account{padding:20px 0}.confirm-account .form-detail{padding-top:30px}.confirm-account .form-detail .title h2{font-size:26px}.confirm-account .form-detail .title p{font-size:18px}.confirm-account .form-detail .verify-description p{font-size:18px;line-height:26px}}@media only screen and (max-width:480px){.confirm-account .form-detail .btn-area{flex-direction:column}.confirm-account .form-detail .btn-area a{margin-left:0!important;margin-top:10px}.confirm-account .form-detail .btn-area .btn{font-size:16px;padding:5px 0}.confirm-account .form-detail .otp-input .otp-input-box{width:42px!important;height:42px;border-radius:10px}.confirm-account .form-detail .login-btn button{width:100%;font-size:18px;padding:5px 0}}.mobile-screen{display:flex;align-items:center;justify-content:center}.mobile-screen .frame{background:url(/_next/static/media/mobile-frame-black.8ee0b6f1.png);background-repeat:no-repeat;background-position:50%;height:700px;width:330px;padding:15px;background-size:100% 100%;max-width:100%}.mobile-screen .frame .mobile-inner{width:100%;height:100%;background-color:#1675dd;border-radius:35px;padding:20px;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.mobile-screen .frame .mobile-inner::-webkit-scrollbar{display:none}.mobile-screen .frame .mobile-inner .user-profile.user-detail{padding:20px 0 0}.mobile-screen .frame .mobile-inner .user-profile .logo{margin-bottom:20px}.mobile-screen .frame .mobile-inner .user-profile .description{margin-bottom:30px}.mobile-screen .frame .mobile-inner .user-profile .description h5{color:#fff;font-weight:500}.mobile-screen .frame .mobile-inner .user-profile .description p{color:#fff;font-weight:400}.mobile-screen .frame .mobile-inner .user-profile .social-media .outline-button-box{border:1px solid #fff}.mobile-screen .frame .mobile-inner .user-profile .social-media .box p{word-break:break-word}.mobile-screen .frame .mobile-inner .user-profile .social-media .box{padding:10px 15px;border-radius:10px;margin-bottom:20px;cursor:pointer}.mobile-screen .frame .mobile-inner .user-profile .social-media .box .gride-filled-icons{max-width:34px;margin:auto;padding:8px;border-radius:100px}.mobile-screen .frame .mobile-inner .user-profile .social-media .box .gride-filled-icons img{filter:invert(100%) sepia(4%) saturate(7500%) hue-rotate(349deg) brightness(100%) contrast(98%);min-height:17px;min-width:17px}.mobile-screen .frame .mobile-inner .user-profile .social-media .box .icon{border-radius:100px;padding:8px}.mobile-screen .frame .mobile-inner .user-profile .social-media .box .icon img{filter:invert(100%) sepia(4%) saturate(7500%) hue-rotate(349deg) brightness(100%) contrast(98%);min-height:17px;min-width:17px}.mobile-screen .frame .mobile-inner .user-profile .social-media .box .text p{font-weight:500;margin-left:10px;font-size:16px}.mobile-screen .frame .mobile-inner .user-profile .info{margin:0;border-top:1px solid #fff;justify-content:space-around}.mobile-screen .frame .mobile-inner .user-profile .info li{color:#fff;border-right:1px solid #fff;padding:5px 10px;font-size:13px}.mobile-screen .frame .mobile-inner .user-profile .info li a{color:#fff}.mobile-screen .frame .mobile-inner .user-profile .info li a img{margin-right:10px;filter:invert(86%) sepia(100%) saturate(0) hue-rotate(38deg) brightness(104%) contrast(101%);max-width:20px}.mobile-screen .frame .mobile-inner .user-profile .info li:last-child{border-right:0}.mobile-screen .frame .mobile-inner .user-personal-detail{background-color:#e8eef2;flex:2 1}.mobile-screen .frame .mobile-inner .user-personal-detail .personal-detail-content{padding:10px}.mobile-screen .frame .mobile-inner .user-personal-detail .personal-detail-content :first-child{margin-top:0}.mobile-screen .frame .mobile-inner .user-personal-detail .personal-detail-content ol,.mobile-screen .frame .mobile-inner .user-personal-detail .personal-detail-content ul{padding-left:1.5rem;margin:1rem 0}.mobile-screen .frame .mobile-inner .user-personal-detail .personal-detail-content ol li p,.mobile-screen .frame .mobile-inner .user-personal-detail .personal-detail-content ul li p{margin-top:.25em;margin-bottom:.25em}.mobile-screen .frame .mobile-inner .user-personal-detail .personal-detail-content h1,.mobile-screen .frame .mobile-inner .user-personal-detail .personal-detail-content h2,.mobile-screen .frame .mobile-inner .user-personal-detail .personal-detail-content h3,.mobile-screen .frame .mobile-inner .user-personal-detail .personal-detail-content h4,.mobile-screen .frame .mobile-inner .user-personal-detail .personal-detail-content h5,.mobile-screen .frame .mobile-inner .user-personal-detail .personal-detail-content h6{font-weight:600;margin:1.5rem 0 .75rem}.mobile-screen .frame .mobile-inner .user-personal-detail .personal-detail-content h1{font-size:1.5rem}.mobile-screen .frame .mobile-inner .user-personal-detail .personal-detail-content h2{font-size:1.25rem}.mobile-screen .frame .mobile-inner .user-personal-detail .personal-detail-content h3{font-size:1.125rem}.mobile-screen .frame .mobile-inner .user-personal-detail .personal-detail-content code{background-color:#f4f4f4;padding:.25rem .4rem;border-radius:.3rem;font-family:JetBrainsMono,monospace;font-size:.85rem}.mobile-screen .frame .mobile-inner .user-personal-detail .personal-detail-content pre{background-color:#1f2937;color:#fff;padding:1rem;border-radius:.5rem;overflow-x:auto;font-family:JetBrainsMono,monospace}.mobile-screen .frame .mobile-inner .user-personal-detail .personal-detail-content pre code{background:none;color:inherit;padding:0}.mobile-screen .frame .mobile-inner .user-personal-detail .personal-detail-content blockquote{border-left:4px solid #d1d5db;padding-left:1rem;color:#6b7280;font-style:italic;margin:1rem 0}.mobile-screen .frame .mobile-inner .user-personal-detail .personal-detail-content hr{border:none;border-top:1px solid #e5e7eb;margin:2rem 0}.mobile-screen .frame .mobile-inner .user-personal-detail .title{padding:15px 0}.mobile-screen .frame .mobile-inner .user-personal-detail .title p{color:#555;margin-bottom:0;font-size:14px;word-break:break-word}.mobile-screen .frame .mobile-inner .user-personal-detail .details-list li{padding:10px 20px;border-top:1px solid #a8acaf;display:flex}.mobile-screen .frame .mobile-inner .user-personal-detail .details-list li .icon{width:30px;flex:0 0 30px}.mobile-screen .frame .mobile-inner .user-personal-detail .details-list li .icon img{filter:invert(0) sepia(4%) saturate(7465%) hue-rotate(117deg) brightness(78%) contrast(100%);height:25px;width:25px}.mobile-screen .frame .mobile-inner .user-personal-detail .details-list li .text{padding-left:10px;width:100%;display:flex;flex-direction:column}.mobile-screen .frame .mobile-inner .user-personal-detail .details-list li .text span{font-size:12px}.mobile-screen .frame .mobile-inner .user-personal-detail .details-list li .text p{font-size:16px;color:#000;font-weight:500;line-height:normal;margin-top:2px;word-break:break-word}.mobile-screen .frame .mobile-inner .user-personal-detail .details-list li .text .social-icon{margin-top:5px}.mobile-screen .frame .mobile-inner .user-personal-detail .details-list li .text .social-icon button{margin-top:3px;padding:5px;max-width:25px;border-radius:50%;margin-right:3px}.mobile-screen .frame .mobile-inner .user-personal-detail .details-list li .text .social-icon button img{width:15px;height:15px;filter:invert(100%) sepia(0) saturate(7474%) hue-rotate(89deg) brightness(109%) contrast(104%)}.mobile-screen .frame .mobile-inner .user-personal-detail .details-list li .text .social-icon a{margin-top:3px;padding:5px;max-width:25px;border-radius:50%;margin-right:3px}.mobile-screen .frame .mobile-inner .user-personal-detail .details-list li .text .social-icon a img{width:15px;height:15px;filter:invert(100%) sepia(0) saturate(7474%) hue-rotate(89deg) brightness(109%) contrast(104%)}.text-reverse{margin-left:0;margin-right:10px}@media only screen and (max-width:1400px){.mobile-screen .frame{margin:0 auto}}@media only screen and (max-width:380px){.mobile-screen .frame .mobile-inner .user-profile .social-media .box .text p{font-size:14px;margin-left:2px}.mobile-screen .frame{height:580px}.mobile-screen .frame .mobile-inner .user-profile .logo{margin-bottom:10px}.mobile-screen .frame .mobile-inner .user-profile .description{margin-bottom:15px}.mobile-screen .frame .mobile-inner .user-profile .description h5{font-size:18px;margin-bottom:0}.mobile-screen .frame .mobile-inner .user-profile .description p{font-size:14px}.mobile-screen .frame .mobile-inner .user-personal-detail .details-list li{padding:5px 20px}.mobile-screen .frame .mobile-inner .user-personal-detail .details-list li .text p{font-size:14px}}.smedia-inner .media-link{background-color:#fff;border-radius:10px;padding:10px;border:1px solid rgba(30,30,30,.3);margin-bottom:10px}.smedia-inner .media-link .title p{font-weight:500;color:#041a33}.smedia-inner .media-link .social-link{margin-top:20px}.smedia-inner .media-link .social-link .social-icons{scrollbar-width:none;display:grid;grid-row-gap:10px;row-gap:10px;grid-template-columns:repeat(8,minmax(0,1fr));max-height:250px;overflow-y:scroll;background-color:#fff;overflow-x:auto;margin:10px 0;border-radius:10px}.smedia-inner .media-link .social-link .social-icons button{background-color:#bcc2c6;border:none;margin:0 5px;padding:8px;border-radius:5px}.smedia-inner .media-link .social-link .social-icons button:hover{background-color:#1675dd}.smedia-inner .media-link .social-link .social-icons button img{filter:invert(100%) sepia(100%) saturate(0) hue-rotate(197deg) brightness(104%) contrast(103%)}.smedia-inner .social-customize{border:1px solid rgba(30,30,30,.3);padding:15px;border-radius:10px;max-height:500px;overflow-y:scroll}.smedia-inner .social-customize .manage-link{background-color:#fff;border-radius:20px;padding:15px;border:1px solid #212121;margin-bottom:10px}.smedia-inner .social-customize .manage-link .social-input button{background-color:#bcc2c6;padding:6px 8px;border-radius:5px}.smedia-inner .social-customize .manage-link .social-input .custom-color-picker{margin-right:0}.smedia-inner .social-customize .manage-link .social-input span{border:1px solid #1e1e1e;padding:5px 7px;border-radius:5px;cursor:pointer}.smedia-inner .social-customize .manage-link .social-input img{height:20px;width:20px}.smedia-inner .media-customize{background-color:#fff;border-radius:10px;padding:10px;border:1px solid rgba(30,30,30,.3);margin-bottom:10px}.smedia-inner .media-customize .social-customize{border:0;padding:0;max-height:100%;overflow-y:auto}.smedia-inner .media-customize .social-customize .title p{font-weight:500;color:#041a33}.smedia-inner .media-customize .social-customize .size p{font-size:16px}.smedia-inner .media-customize .social-customize .size span{color:#aeaeae}.smedia-inner .media-customize .social-customize .primary-photo{border-radius:5px;border:0;padding:15px}.smedia-inner .media-customize .social-customize .primary-photo .btn-area,.smedia-inner .media-customize .social-customize .primary-photo .btn-area .file label{width:100%}.smedia-inner .media-theme{background-color:#fff;border-radius:10px;padding:15px;border:1px solid rgba(30,30,30,.3);margin-bottom:10px}.smedia-inner .media-theme .theme-box{border:1px solid #c2c2c2;padding:6px;border-radius:5px}.smedia-inner .media-theme .title p{font-weight:500;color:#041a33}.smedia-inner .media-theme button{background-color:#1675dd;color:#fff;padding:10px 30px;font-size:16px;font-weight:500;justify-content:center;border-radius:10px;margin-bottom:10px}.smedia-inner .media-theme button span{margin-right:10px}.smedia-inner .media-theme button span img{filter:invert(99%) sepia(0) saturate(2%) hue-rotate(262deg) brightness(112%) contrast(100%)}@media(max-width:560px){.smedia-inner .media-link .social-link .social-icons{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:420px){.smedia-inner .media-link .social-link .social-icons{grid-template-columns:repeat(4,minmax(0,1fr))}.smedia-inner .media-link .social-link .social-icons button{padding:8px 5px}.smedia-inner .media-link .social-link .social-icons button img{height:20px;width:20px}}.forger-password-wrapper .forgot-password{margin:30px 0}.forger-password-wrapper .forgot-password h2{color:#fff}.forger-password-wrapper .forgot-password .form-control{background-color:#001731;border-radius:10px;border:1px solid #fff;color:#fff}.forger-password-wrapper .forgot-password .forgot-password-button button{background-color:#1675dd;color:#fff;padding:5px 30px;font-size:20px;font-weight:500}.forger-password-wrapper .forgot-password a{font-size:20px}.blog-detail h1,.blog-detail h2,.blog-detail h3,.blog-detail h4,.blog-detail h5,.blog-detail h6{color:#fff}.arrow_box_latest{position:relative}#apexcharts-latest-scan-chart .apexcharts-tooltip{color:#fff;background-color:#080;border-radius:10.5px;min-width:75px;min-height:35px;display:flex;justify-content:center;align-items:center}#apexcharts-latest-scan-chart .apexcharts-tooltip span{padding:5px 10px}#apexcharts-latest-scan-chart .apexcharts-tooltip.apexcharts-theme-light{border:0}.arrow_box_overall{position:relative}#apexcharts-overall-scan-chart .apexcharts-tooltip{color:#fff;background-color:#080;border-radius:10.5px;min-width:75px;min-height:35px;display:flex;justify-content:center;align-items:center}#apexcharts-overall-scan-chart .apexcharts-tooltip span{padding:5px 10px}#apexcharts-overall-scan-chart .apexcharts-tooltip.apexcharts-theme-light{border:0}.arrow_box_total_scan{position:relative}#apexcharts-total-scan-chart .apexcharts-tooltip{color:#fff;background-color:#080;border-radius:10.5px;min-width:75px;min-height:35px;display:flex;justify-content:center;align-items:center}#apexcharts-total-scan-chart .apexcharts-tooltip span{padding:5px 10px}#apexcharts-total-scan-chart .apexcharts-tooltip.apexcharts-theme-light{border:0}#apexcharts-total-qr-chart .apexcharts-tooltip{color:#fff;background-color:#1675dd;border-radius:10.5px;min-width:75px;min-height:35px;display:flex;justify-content:center;align-items:center}#apexcharts-total-qr-chart .apexcharts-tooltip span{padding:5px 10px}#apexcharts-total-qr-chart .apexcharts-tooltip.apexcharts-theme-light{border:0}.qrcode-campaign{background-color:#f9f9f9;padding:2rem}.qrcode-campaign .section-title{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:1.5rem;text-align:center;border-bottom:2px solid #1675dd;display:inline-block;padding-bottom:.5rem}.qrcode-campaign .qr-details-section{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.qrcode-campaign .qr-details-section .qr-details{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem}.qrcode-campaign .qr-details-section .qr-details .left-section{display:flex;justify-content:center;align-items:center;text-align:justify;gap:1rem;word-break:break-all;flex-wrap:wrap;max-width:100%;background-color:#f9f9f9;padding:1.5rem;border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.qrcode-campaign .qr-details-section .qr-details .left-section .qr-code-img{border:2px solid #ddd;border-radius:12px;margin-bottom:1rem}.qrcode-campaign .qr-details-section .qr-details .left-section h5{font-size:1.2rem;font-weight:700;color:#333}.qrcode-campaign .qr-details-section .qr-details .left-section p{margin:.5rem 0;font-size:.9rem;color:#555}.qrcode-campaign .qr-details-section .qr-details .left-section p i{color:#888}.qrcode-campaign .qr-details-section .qr-details .left-section .text-primary{color:#1675dd;text-decoration:none}.qrcode-campaign .qr-details-section .qr-details .left-section .text-primary:hover{text-decoration:underline}.qrcode-campaign .qr-details-section .qr-details .left-section .text-muted{font-size:.8rem}.qrcode-campaign .qr-details-section .qr-details .right-section{flex:2 1;display:flex;align-items:start;justify-content:start;gap:1rem;flex-direction:column}.qrcode-campaign .qr-details-section .qr-details .right-section .stats{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;width:100%}.qrcode-campaign .qr-details-section .qr-details .right-section .stats .stat{background-color:#f9f9f9;padding:1rem;border-radius:8px;min-width:120px;text-align:center;flex:1 1}.qrcode-campaign .qr-details-section .qr-details .right-section .stats .stat p{font-size:.9rem;color:#555;margin-bottom:.3rem}.qrcode-campaign .qr-details-section .qr-details .right-section .stats .stat h3{margin:0;font-weight:700;color:#333;font-size:1.5rem}.qrcode-campaign .qr-details-section .qr-details .right-section .stats .stat h6{margin:0;font-weight:500;color:#666;font-size:1rem}.qrcode-campaign .qr-details-section .qr-details .right-section .action-buttons{display:flex;justify-content:space-between;gap:.5rem}.qrcode-campaign .qr-details-section .qr-details .right-section .action-buttons .btn{display:flex;align-items:center;justify-content:center;font-size:.9rem;padding:.6rem 1.2rem;border-radius:12px;min-width:120px;font-weight:600;cursor:pointer}.qrcode-campaign .qr-details-section .qr-details .right-section .action-buttons .btn.edit{background-color:#f9f9f9;color:#333;border:1px solid #ccc}.qrcode-campaign .qr-details-section .qr-details .right-section .action-buttons .btn.edit:hover{background-color:#ddd}.qrcode-campaign .qr-details-section .qr-details .right-section .action-buttons .btn.download{background-color:#007bff;color:#fff}.qrcode-campaign .qr-details-section .qr-details .right-section .action-buttons .btn.download:hover{background-color:#0056b3}.qrcode-campaign .qr-details-section .qr-details .right-section .action-buttons .btn.csv{background-color:orange;color:#fff}.qrcode-campaign .qr-details-section .qr-details .right-section .action-buttons .btn.csv:hover{background-color:#e69500}.qrcode-campaign .scan-over-time{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.qrcode-campaign .scan-over-time .title{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:1rem}.qrcode-campaign .scan-over-time .info-section{margin-bottom:1.5rem}.qrcode-campaign .scan-over-time .info-section .info p{margin:0 0 .5rem;display:flex;align-items:center}.qrcode-campaign .scan-over-time .info-section .info p strong{color:#555}.qrcode-campaign .scan-over-time .info-section .info p .text-muted{color:#888;margin-left:.5rem}.qrcode-campaign .scan-over-time .info-section .info p .dropdown{margin-left:.5rem;padding:.2rem .5rem;border:1px solid #ddd;border-radius:4px;color:#555;font-size:.9rem}.qrcode-campaign .scan-over-time .chart-section .filter-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.qrcode-campaign .scan-over-time .chart-section .filter-buttons .btn{padding:.7rem 1.8rem;font-size:.95rem;font-weight:600;color:#007bff;background:#f9f9f9;border:2px solid #007bff;border-radius:20px;cursor:pointer;transition:all .3s ease}.qrcode-campaign .scan-over-time .chart-section .filter-buttons .btn:hover{background:#007bff;color:#fff}.qrcode-campaign .scan-over-time .chart-section .filter-buttons .btn.active{background:#007bff;color:#fff;border-color:#0056b3}.qrcode-campaign .scan-over-time .chart-section .chart{background-color:#f8f9fa;padding:20px;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.qrcode-campaign .scan-details-section{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.qrcode-campaign .scan-details-section .map-container{position:relative;background-color:#fff;padding:1rem;display:flex;align-items:center;justify-content:center}.qrcode-campaign .scan-details-section .map-container svg{width:100%;height:100%}.qrcode-campaign .scan-details-section .map-container .info-overlay{position:absolute;bottom:20px;right:20px;background:#fff;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;color:#555;box-shadow:0 2px 4px rgba(0,0,0,.1)}.tiptap-container{border:1px solid #e0e0e0;padding:1.25rem;border-radius:.75rem;background-color:#fafafa}.tiptap-container .control-group{padding-bottom:1rem;border-bottom:1px solid #d1d5db;margin-bottom:1rem}.tiptap-container .control-group .button-group{display:flex;flex-wrap:wrap;gap:.5rem}.tiptap-container .control-group .button-group button{background:#e8eef2;border-radius:.5rem;border:none;color:#000;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:background-color .2s ease,transform .2s ease}.tiptap-container .control-group .button-group button:hover{background:#d8e2e9;transform:translateY(-1px)}.tiptap-container .control-group .button-group button.is-active{background:#1155a0;color:#fff}.tiptap-container .tiptap{margin-top:1rem;padding:.75rem 1rem;background-color:#f3f4f6;border-radius:.5rem;min-height:150px;outline:none}.tiptap-container .tiptap :first-child{margin-top:0}.tiptap-container .tiptap ol,.tiptap-container .tiptap ul{padding-left:1.5rem;margin:1rem 0}.tiptap-container .tiptap ol li p,.tiptap-container .tiptap ul li p{margin-top:.25em;margin-bottom:.25em}.tiptap-container .tiptap h1,.tiptap-container .tiptap h2,.tiptap-container .tiptap h3,.tiptap-container .tiptap h4,.tiptap-container .tiptap h5,.tiptap-container .tiptap h6{font-weight:600;margin:1.5rem 0 .75rem}.tiptap-container .tiptap h1{font-size:1.5rem}.tiptap-container .tiptap h2{font-size:1.25rem}.tiptap-container .tiptap h3{font-size:1.125rem}.tiptap-container .tiptap code{background-color:#f4f4f4;padding:.25rem .4rem;border-radius:.3rem;font-family:JetBrainsMono,monospace;font-size:.85rem}.tiptap-container .tiptap pre{background-color:#1f2937;color:#fff;padding:1rem;border-radius:.5rem;overflow-x:auto;font-family:JetBrainsMono,monospace}.tiptap-container .tiptap pre code{background:none;color:inherit;padding:0}.tiptap-container .tiptap blockquote{border-left:4px solid #d1d5db;padding-left:1rem;color:#6b7280;font-style:italic;margin:1rem 0}.tiptap-container .tiptap hr{border:none;border-top:1px solid #e5e7eb;margin:2rem 0}.react-tabs{-webkit-tap-highlight-color:transparent}.react-tabs__tab-list{border-bottom:1px solid #aaa;margin:0 0 10px;padding:0}.react-tabs__tab{display:inline-block;border:1px solid transparent;border-bottom:none;bottom:-1px;position:relative;list-style:none;padding:6px 12px;cursor:pointer}.react-tabs__tab--selected{background:#fff;border-color:#aaa;color:#000;border-radius:5px 5px 0 0}.react-tabs__tab--disabled{color:GrayText;cursor:default}.react-tabs__tab:focus{outline:none}.react-tabs__tab:focus:after{content:"";position:absolute;height:5px;left:-4px;right:-4px;bottom:-5px;background:#fff}.react-tabs__tab-panel{display:none}.react-tabs__tab-panel--selected{display:block}