@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.loginbg-color{align-items:center;background:linear-gradient(82deg,#19289f 24.19%,#e01a4d 123.66%);background:var(--Brand-gradient,linear-gradient(82deg,#19289f 24.19%,#e01a4d 123.66%));display:flex;height:100vh;justify-content:center;width:100%}.sign-box{background-color:#fff;border-radius:20px;box-shadow:3px 4px 25px #00000040;margin:10px;padding:30px 40px;text-align:center;width:422px}.field-icon{cursor:pointer;float:left;font-size:13px;margin-left:312px;margin-top:-46px;position:relative;z-index:2}.login-align{align-items:center;display:flex;justify-content:center}.sign-box h3{color:#000;font-size:22px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:20px;text-align:center}.sign-box .pass,.sign-box .user{background:#efefef;border-radius:50px;color:#737373;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:20px}.sign-box .btn{background:linear-gradient(82deg,#19289f 24.19%,#e01a4d 123.66%);background:var(--Brand-Gradient,linear-gradient(82deg,#19289f 24.19%,#e01a4d 123.66%));border-radius:5px;color:#fff;font-size:18px;font-weight:600;margin-top:20px;padding:5px;width:100%}.sign-box .btn:hover{background:linear-gradient(82deg,#19289f 44.19%,#e01a4d 123.66%);background:var(--Brand-Gradient,linear-gradient(82deg,#19289f 44.19%,#e01a4d 123.66%));color:#fff}.sign-box .btn:focus{background:linear-gradient(82deg,#19289f 44.19%,#e01a4d 133.66%);background:var(--Brand-Gradient,linear-gradient(82deg,#19289f 44.19%,#e01a4d 133.66%));color:#fff}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}p{font-family:Poppins,sans-serif;font-size:1.1em;font-weight:300;line-height:1.7em}a,p{color:#19289f}a:focus,a:hover{color:inherit;text-decoration:none;transition:all .3s}.navbar-btn{background:#fff;border:none;box-shadow:none;outline:none!important}::-webkit-scrollbar,::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background-color:#19289f;border-radius:0}.wrapper .top-navbar{background:#fff;height:100%;width:85%}.wrapper .top-navbarfull{background:#fff;height:100%;width:94%}.wrapper .top-navbarfull .btn{padding-left:0}.wrapper .top-navbarfull .btn img{max-width:25px}.wrapper .top-navbar .navbar,.wrapper .top-navbarfull .navbar{background:#fff;display:flex;height:10vh;justify-content:space-between;margin:5px;padding:5px;width:100%}.line{background-color:#817e7e;border:1px solid #959393;height:1px;width:100%}.bg-color1{align-items:center;height:auto;justify-content:center}.admin-blog{justify-content:space-between}.admin-blog h2{color:#19289f}.admin-blog-heading .active1{cursor:pointer;position:relative}.admin-blog-heading .active1 .heading1:hover:after,.headingactive:after{background:#19289f;bottom:10px;content:"";height:3px;left:0;position:absolute;top:50px;transition:.5s;width:110px}.admin-blog-heading .active1 .heading2:hover:after,.headingactive1:after{background:#19289f;bottom:10px;content:"";height:3px;left:105px;position:absolute;top:50px;transition:.5s;width:100px}.left-content{color:#19289f;font-size:26px;font-weight:600}.ryt-content button{background:#19289f;border:none;color:#fff}.admin-blog-row2{justify-content:space-between}.admin-blog-heading{margin-top:50px}.admin-blog-heading .heading1{color:#19289f;font-size:20px;font-weight:400;padding-left:10px}.admin-blog-heading .heading2{color:#19289f;font-size:20px;font-weight:400;padding-left:30px}.row-content-top{align-items:center;border-radius:3px;justify-content:space-between;padding:10px}.icons{align-items:end}.blog-date{background:#e5e8ff;border:1px solid #19289f;border-radius:5px;color:#19289f;padding:8px 10px}.icons i.fas.fa-edit{color:#ffc21a;font-size:20px;padding:0 10px}.icons i.fa.fa-trash{color:#cb0000;font-size:18px;padding:0 10px}.web-settings-content{background:#fff;border-radius:10px}.seo-stng,.web-stng{padding-top:10px}.card-body{padding:0}.product-category{margin-top:70px}.para{align-items:center;padding:15px 20px}.para p{margin:0;padding:20px 10px}.form-div-seo{background:#fff;border-radius:5px;box-shadow:0 2px 10px 0 #0003;margin-top:15px}.seo-stng{align-items:center;background:#fff;margin-top:10px;text-align:center}.seo-stng:hover{background:#e5e8ff;margin-left:0;margin-top:0}.seo-stng p{color:#19289f;font-size:20px;font-weight:500}.web-stng{align-items:center;background:#fff;color:#19289f;margin-top:10px;text-align:center}.web-stng:hover{background:#e5e8ff;margin-left:0;margin-top:0}.web-stng p{color:#19289f;font-size:20px;font-weight:500}.row-content .s-n{align-items:center;background:#eaecff;border-radius:5px;color:#19289f;font-weight:700;height:30px;margin-top:32px;padding:1px;text-align:center;width:30px}.row-content .image{height:80px;margin-left:50px;margin-top:10px;width:80px}.row-content .product-name{color:#19289f;font-size:14px;font-weight:600;letter-spacing:.01rem;margin-left:20px;margin-top:20px}.row-content .tip{color:#19289f;font-size:12px;font-weight:400}.icons{gap:10px;text-align:end}.fa-pencil{color:orange}.bg-color1{background:#fff6ef;padding:20px}.add-new-blog{color:#19289f;font-size:26px;font-weight:600;margin-top:15px}.form-div{background:#fff;border-radius:10px;box-shadow:0 2px 10px 0 #0003;margin-top:15px}.large-label{color:#242933;font-size:15px;font-weight:400;margin-bottom:5px;margin-top:10px}input[type=text]{border:1px solid #e1e5ff;border-radius:5px}.comment-box,input[type=text]{background:#f6f7ff}input[type=submit]{background:#f6f7ff;border:1px solid #19289f;border-radius:5px;height:45px;width:100%}.form-group{margin-top:10px}label{font-size:16px;font-weight:400}.image-lable{align-items:center;background-color:#e1e5ff;border-radius:4px;display:flex;height:150px;justify-content:center;text-align:center;width:180px}.choose-field{padding-left:40px}.bottom-btn{align-items:flex-end;justify-content:end;text-align:end}.bottom-btn .submit1{background-color:#fff;font-size:14px;font-weight:500}.bottom-btn .submit2{background-color:#19289f;color:#fff;font-size:14px;font-weight:500}*{margin:0;padding:0}.bg-color{align-items:center;background:#fff6ef;height:auto;justify-content:center}.top-selector{background:#fff;border-radius:5px;box-shadow:0 2px 10px 0 #0003}.seo-sec:hover,.web-sec:hover{background-color:#e5e8ff}.top-selector .seo-sec p,.top-selector .web-sec p{align-items:center;color:#19289f;display:flex;font-size:1.3rem;font-weight:600;justify-content:center;padding-top:15px}.web-settings-content .top-banner{font-size:22px;font-weight:500;margin:20px}.card{margin-top:20px}.card,.card-container .card1{background:#f6f7ff;border:1px solid #e1e5ff}.card-container .card1{align-items:center;height:200px;width:200px}.card-container .card1 .card-img{align-items:center;display:flex;justify-content:center}.card-container .pargf .tip{color:#6f6f6f;font-size:11px;font-weight:400;margin-top:10px;text-align:center}.seo-sec,.web-sec{cursor:pointer;text-align:center}.seo-sec,.seo-sec.active,.web-sec,.web-sec.active{border-radius:0;font-size:19px;font-weight:600;height:100%;margin:0!important;padding:20px 22px}.seo-sec.active,.seo-sec:hover,.web-sec.active,.web-sec.hover{background-color:#e5e8ff;box-shadow:0 4px 8px #0000001a;color:#19289f}.seo-sec:hover,.web-sec.hover{border-radius:0;font-size:19px;font-weight:600;height:100%;margin:0!important;padding:20px 22px}.card-container .card2 .card-text{text-align:center}.product-category{justify-content:space-between;margin-top:20px}.categoryimage{border-radius:5px;height:200px;width:200px}.left-content{color:#242933;font-size:20px;font-weight:500}.ryt-content button{background:#edf2ff;border:1px solid #19289f;border-radius:4px;color:#19289f;padding:8px 12px}.para{background:#f6f7ff;border:1px solid #e1e5ff;border-radius:5px;display:flex;justify-content:space-between;margin-bottom:5px;margin-top:10px}.bottom-btn{text-align:center}.bottom-btn button{border:1px solid #19289f;border-radius:4px;height:45px;padding:8px 12px;width:120px}.bottom-btn .submit1:hover,.bottom-btn .submit2:hover{background:#19289f;color:#fff}.submit3{Height:45px;background-color:#edf2ff;border:1px solid #19289f;border-radius:5px;color:#3441ab;margin-left:10px;width:120px}.submit3:hover{background:#19289f;color:#fff}.banner-box{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start}.delete-icon{color:#d3d3d3;cursor:pointer;display:none;font-size:20px;position:absolute;right:10px;top:10px}.card-container:hover .delete-icon{display:block}.bannerWeb{padding:0 20px 20px}.card-text input{background:#f6f7ff;border:1px solid #e1e5ff;max-width:200px;padding:10px 8px}.card-text input::placeholder{color:#b9b9b9;font-size:12px}.modal-header{align-items:center;background:#19289f;border-radius:4px;color:#fff;display:flex;justify-content:center}.modal-title{text-align:center;width:100%}.btn-close{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='32.3' d='M368 368 144 144m224 0L144 368'/%3E%3C/svg%3E");color:#fff}.seo-section{border-radius:8px;margin:0 auto;padding:20px}.seo-heading{color:#333;font-size:24px;font-weight:600;margin-bottom:20px}.seo-form-group{margin-bottom:16px}.seo-label{color:#333;display:block;font-size:16px;font-weight:500;margin-bottom:8px}.seo-input,.seo-textarea{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:14px;padding:10px;width:100%}.seo-textarea{resize:none}.seo-subheading{color:#333;font-size:18px;font-weight:600;margin-bottom:12px;margin-top:20px}.seo-description{color:#666;font-size:14px;margin-bottom:10px}.seo-social-toggle{align-items:center;display:flex;margin-bottom:16px}.seo-toggle{margin-left:10px}.seo-ogimage-container{margin-bottom:10px;position:relative}.seo-placeholder-image{align-items:center;background-color:#f6f7ff;border:1px solid #ccc;border-radius:8px;color:#666;cursor:pointer;display:flex;font-size:14px;height:169px;justify-content:center;width:169px}.seo-ogimage-preview{border-radius:8px;height:169px;object-fit:cover;width:169px}.seo-file-input{background-color:#f6f7ff;cursor:pointer;height:169px;left:0;opacity:0;position:absolute;top:0;width:169px}.seo-ogimage-dimensions{color:#666;font-size:12px;margin-bottom:20px;margin-top:-10px}.seo-input,.seo-textarea{background-color:#f6f7ff;font-family:Arial,sans-serif}.wrapper{align-items:stretch;display:flex;height:100vh;overflow-x:clip;width:100%}#sidebar{background:#fff;border:10px #000;box-shadow:0 0 4px #e5e8ff;color:#19289f;height:auto;position:-webkit-sticky;position:sticky;transition:all .3s;width:240px}#sidebar.active{width:84px}#sidebar .sidebar-headeractive{align-items:center;background:#fff;display:flex;height:10vh;justify-content:center}.logo img{margin-top:8px;padding-right:10px;width:180px}#sidebar .sidebar-header{align-items:center;background:#fff;display:flex;height:10vh;justify-content:center}#sidebar .sidebar-headeractive .active{height:23px;width:31px}#sidebar ul{padding-left:0;padding-top:.5rem}#sidebar .side-link{gap:1rem;line-height:3.3rem}#sidebar .side-link li{display:flex;gap:.5rem;margin:10px 0}#sidebar .side-link li img{align-items:center;height:30px;margin:10px;padding:5px;width:30px}#sidebar ul li a{align-items:center;display:flex;font-size:1.1em;font-size:16px;padding:3px 0;padding-left:10px;text-decoration:none;width:100%}#sidebar ul li button{background-color:#fff;border:none;border-radius:50px 0 0 50px;color:#19289f;font-size:16px!important;margin-left:10px;padding-left:10px}#sidebar ul li:hover button{background-color:#fff6ef;border:none;margin-left:10px;padding-left:10px}#sidebar ul li .active,#sidebar ul li:hover{background:#fff6ef;border-radius:50px 0 0 50px}#sidebar ul li .active{align-items:center;display:flex;width:100%}#sidebar ul li .active a{padding-left:10px}#sidebar ul li a:hover{color:#19289f}#sidebar ul li.active>a,a[aria-expanded=true]{background:#fff;color:#19289f}ul.CTAs{align-items:center;text-align:center}ul.CTAs a{border-radius:5px;display:blick;font-size:.9em!important;margin-bottom:5px;text-align:center}.nav-iiner-item{align-items:center;border:none;box-shadow:0 0 10px #dcdcdc;font-size:1rem;height:348px;justify-content:center;margin-left:17px;overflow-x:hidden;padding-left:10px;scroll-behavior:smooth;text-align:center;width:215px}.nav-iiner-item li{font-size:.9rem;margin:5px 0;max-height:20px;max-height:35px}.nav-iiner-item li a{font-size:.9rem!important}.page-dropdown .pages-link{align-items:flex-start;background-color:initial;border:none;border-radius:50px 0 0 50px;color:#19289f;font-size:1em;padding-left:10px;text-align:left;text-decoration:none;width:100%}.react-icons{font-size:25px}body{font-family:Poppins,sans-serif}.loginalign{align-items:center;display:flex;justify-content:center}::-webkit-scrollbar{background:#0000;width:0}.login-bg{background-color:#fff;border-radius:15px}.logo-img img{background:#fff;border-radius:10px;box-shadow:0 2px 40px 0 #0003}.chk-box .frgt-pas{color:#19289f;float:right;font-weight:600}.remem{float:left}.success-box{background-color:#fff;border-radius:10px;padding:50px;text-align:center}.success-box h2{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#19289f,#e01a4d);-webkit-background-clip:text;font-size:36px;font-style:normal;font-weight:500;padding:30px 0}.success-box p{color:#000;font-size:24px;font-weight:400}.success-box .success-btn button{background:linear-gradient(82deg,#19289f 24.19%,#e01a4d 123.66%);background:var(--Brand-Gradient,linear-gradient(82deg,#19289f 24.19%,#e01a4d 123.66%));border-radius:5px;color:#fff;font-size:20px;font-weight:700;margin:40px 0 0;padding:10px 60px}@media (min-width:992px) and (max-width:1024px){#sidebar{margin-left:-350px;width:40%}#sidebar.active{margin-left:0}#sidebarCollapse a{display:none}.wrapper .top-navbar{width:100%}}
/*# sourceMappingURL=main.5db68552.css.map*/