: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{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right: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{width:100vw;padding:0;left:0;margin:0}.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{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:#0000;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.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{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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)}}.home_navbar__tiu__{height:75px;width:100%;padding:12px 0;background-color:var(--white);border-bottom:1px solid var(--primary)}@media screen and (max-width:576px){.home_navbar__tiu__{padding:0 10px 0 0;height:45px}}.home_navbar__tiu__ .home_headerLogo__Xw6Zk{position:relative;display:none;width:75px;height:75px;cursor:pointer;border-color:#d3d3d3;border-right:1px solid #0000;margin-right:14px}.home_navbar__tiu__ .home_headerLogo__Xw6Zk:hover{background-color:#f2f2f2;border-color:#d3d3d3}.home_navbar__tiu__ .home_headerLogo__Xw6Zk img{padding:15px}@media screen and (max-width:1100px){.home_navbar__tiu__ .home_headerLogo__Xw6Zk{display:block}.home_navbar__tiu__ .home_headerLogo__Xw6Zk img{width:100%}}@media screen and (max-width:576px){.home_navbar__tiu__ .home_headerLogo__Xw6Zk{width:44px;height:44px}.home_navbar__tiu__ .home_headerLogo__Xw6Zk img{padding:7px}}.home_navbar__tiu__ .home_notificationIconCover__RWksY{position:relative;padding:10px;margin:0 10px}@media screen and (max-width:576px){.home_navbar__tiu__ .home_notificationIconCover__RWksY{padding:0 10px}}.home_navbar__tiu__ .home_notificationIconCover__RWksY .home_notificationIcon__lDrTz{width:24px!important;object-fit:contain!important;position:relative!important}@media screen and (max-width:576px){.home_navbar__tiu__ .home_notificationIconCover__RWksY .home_notificationIcon__lDrTz{width:16px!important}}.home_navbar__tiu__ .home_notificationIconCover__RWksY .home_notificationDot___gZFw{position:absolute;bottom:13px;right:8px;height:10px;width:10px;border-radius:100%;background-color:var(--secondary)}@media screen and (max-width:576px){.home_navbar__tiu__ .home_notificationIconCover__RWksY .home_notificationDot___gZFw{bottom:2px;right:9px;height:6px;width:6px}}.home_navbar__tiu__ .home_avatarCover__gb__X{border-radius:50%}.home_navbar__tiu__ .home_avatarCover__gb__X>div{width:44px;height:44px}.home_navbar__tiu__ .home_avatar__ExzRl{background-color:var(--primary)}@media screen and (max-width:576px){.home_navbar__tiu__ .home_avatar__ExzRl{width:26px;height:26px;font-size:14px}}.home_forMobile__tVTPk{display:none!important}@media screen and (max-width:576px){.home_forMobile__tVTPk{display:block}}.home_forDesktop__RI26s{display:flex;align-items:center;justify-content:flex-end}@media screen and (max-width:576px){.home_forDesktop__RI26s{display:none}}.home_image___rDYH{width:100%!important;height:100%!important;max-width:100%;max-height:100%;object-fit:cover}@media screen and (max-width:1399px){.home_slackButton__WO4Bn{margin-right:10px}.home_responsiVeFont__wxQ_E{font-size:20px!important}}.channel_gridCard__LWkTS{position:relative;flex-direction:column;border:1px solid var(--primaryLight);background-color:var(--white);border-radius:8px;height:100%;display:flex;align-items:center;justify-content:center;padding-bottom:20px}.channel_gridCard__LWkTS .channel_reportIcon__FMrca{position:absolute;top:0;right:0;transform:translate(50%,-50%);color:var(--danger);background:var(--white);border-radius:50%;cursor:pointer}.channel_gridCard__LWkTS .channel_vacationMode__mn2Dy{position:absolute;top:0;left:0;width:100%;background:#f6b26b;padding:8px;font-size:10px;line-height:1.5;border-radius:8px 8px 0 0}.channel_channelCard__X7CaT{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}.channel_channelCard__X7CaT li{width:230px;aspect-ratio:9/8}@media screen and (max-width:992px){.channel_channelCard__X7CaT li{width:200px}}@media screen and (max-width:576px){.channel_channelCard__X7CaT li{width:100%;margin:0 0 40px}}.channel_channelCard__X7CaT li:not(:last-child){margin-bottom:40px;margin-right:60px}@media screen and (max-width:1250px){.channel_channelCard__X7CaT li:not(:last-child){margin-bottom:30px;margin-right:40px}}@media screen and (max-width:768px){.channel_channelCard__X7CaT li:not(:last-child){margin-bottom:30px;margin-right:30px}}.channel_channelCard__X7CaT button{border-top-left-radius:0;border-top-right-radius:0;text-transform:capitalize;position:absolute;bottom:0;transform:none!important}.channel_sellingChannelDialog__YW7w2 .channel_easyStepCard__pAIce{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:40px}@media screen and (max-width:768px){.channel_sellingChannelDialog__YW7w2 .channel_easyStepCard__pAIce{grid-template-columns:repeat(1,1fr);gap:36px}}.channel_sellingChannelDialog__YW7w2 .channel_easyStepCard__pAIce .channel_gridCard__LWkTS{padding:12px 20px;justify-content:start;gap:16px;text-align:center}.channel_sellingChannelDialog__YW7w2 button{text-transform:uppercase!important;position:absolute;bottom:-22px;width:86%}@media screen and (max-width:576px){.channel_sellingChannelDialog__YW7w2 button{bottom:-16px}}.channel_channelProgressDialog__rvjjS .channel_progressLabel__avcF8{align-items:center;gap:8px;margin-top:8px}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}:root{--white:#fff;--black:#000;--grayLight:#f1f1f1;--gray:#f3f6f9;--grayDark:#e5e6e7;--grayDarker:#bcbcbc;--grayTitle:#494949;--grayBody:#a9a9a9;--graySecondary:#dfdfdf;--primary:#712b84;--primaryLight:#ab3a8f;--primaryLightBg:#d34972;--blackSecondary:#37233a;--primary-gradient:linear-gradient(269.11deg,#712b84,#ab3a8f 91.69%);--secondary-gradient:linear-gradient(90deg,#f68636 0.05%,#d33d3c 47.34%,#ac3b8f 95.25%);--bgLightGray:#f5f4f5;--textGray:#a6a6a6;--secondary:#d33d3c;--secondaryLight:#ba5711;--green:#4cca61;--red:#d32f2f;--orange:#ff9f0c;--yellow:#f9e80d;--danger:#e85858;--pending:#ffb11b;--purple:#f5e3fa;--purpleLight:#ba64a599;--purpleBg:#d272b8;--borderGray:#f5f5f5}*{padding:0;margin:0;box-sizing:border-box}dl,li,ol,ul{list-style-type:none}a{text-decoration:none;color:var(--primary)}img{display:table-cell}main.app{background:var(--gray)}.disabled{pointer-events:none}.web-layout{display:flex;align-items:stretch;justify-content:space-between;overflow:hidden;width:1920px;margin:auto;max-width:100%;background:var(--white)}.web-layout .screen-reader-text{clip:rect(1px,1px,1px,1px);position:fixed!important;height:1px;width:1px;overflow:hidden}.web-layout .screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px #0009;clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}@media screen and (max-width:1100px){.web-layout aside{background:#0006;width:100vw;position:absolute;height:calc(100vh - 75px);top:75px;z-index:999}}@media screen and (max-width:576px){.web-layout aside{height:calc(100vh - 45px);top:45px}}.web-layout .sidebar-content{width:285px;height:100vh;box-shadow:0 0 10px 2px #0000001c;overflow:hidden}.web-layout .sidebar-content *{transition:.25s}.web-layout .sidebar-content .tnc-text{display:block;padding:0 14px;width:285px}@media screen and (max-width:576px){.web-layout .sidebar-content .tnc-text{width:210px}}.web-layout .sidebar-content ul .Typo{margin-top:-2px!important;margin-left:12px!important;white-space:nowrap!important}@media screen and (max-width:576px){.web-layout .sidebar-content ul .Typo{margin-top:-1px}}.web-layout .sidebar-content:last-child .Typo{word-break:break-word!important}@media screen and (max-width:1100px){.web-layout .sidebar-content{position:fixed;z-index:999;background:var(--white)}}@media screen and (max-width:576px){.web-layout .sidebar-content{top:45px;width:210px}}.web-layout .sidebar-content .sidebar-header{width:100%;padding:12px 20px;position:relative;height:75px;border:1px solid #0000;background:#0000}.web-layout .sidebar-content .sidebar-header:hover{background-color:#f2f2f2;border:1px solid #d3d3d3}.web-layout .sidebar-content .sidebar-header:focus{outline-offset:-5px}@media screen and (max-width:1100px){.web-layout .sidebar-content .sidebar-header{display:none}}.web-layout .sidebar-content .sidebar-header .logo,.web-layout .sidebar-content .sidebar-header .logo-mini{object-fit:contain!important;position:relative!important}.web-layout .sidebar-content .sidebar-header .logo-mini{display:none;max-height:100%}.web-layout .sidebar-content .sidebar-header img{width:100%}.web-layout .sidebar-content .sidebar-list{overflow-y:auto;overflow-x:auto;max-height:calc(100vh - 280px);min-height:calc(100vh - 280px);padding:10px 10px 0;width:285px;max-width:100%;overflow-x:hidden}.web-layout .sidebar-content .sidebar-list::-webkit-scrollbar{width:10px;height:10px}.web-layout .sidebar-content .sidebar-list::-webkit-scrollbar-track{width:10px;height:10px;background:var(--grayDark)}.web-layout .sidebar-content .sidebar-list::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--primary);opacity:.5;width:10px}.web-layout .sidebar-content .sidebar-list::-webkit-scrollbar-thumb:hover{opacity:1}@media screen and (max-width:576px){.web-layout .sidebar-content .sidebar-list{padding-top:10px;width:210px}}.web-layout .sidebar-content .list-item{display:block;padding:2px 0;width:100%}.web-layout .sidebar-content .list-item.active>a{border:1px solid var(--primary)}.web-layout .sidebar-content .list-item.disabled{opacity:.5;pointer-events:none}.web-layout .sidebar-content .list-item .MuiListItemButton-root{border:2px solid #0000}.web-layout .sidebar-content .list-item .MuiListItemButton-root:focus-visible{border:2px solid #015fcc!important;background:#0000;border-radius:6px}@media screen and (max-width:576px){.web-layout .sidebar-content .list-item .list-icon{width:16px;max-height:16px}}.web-layout .sidebar-content .list-item a,.web-layout .sidebar-content .list-item button{position:relative;padding:12px;border-radius:6px;width:100%;display:flex;align-items:flex-start;text-align:left}.web-layout .sidebar-content .list-item .sub-menu{padding:0 0 0 27px;position:relative;display:none}.web-layout .sidebar-content .list-item .sub-menu:before{content:"";position:absolute;top:22px;width:1px;left:20px;transition:.25s;height:calc(100% - 44px);background:var(--primary)}.web-layout .sidebar-content .list-item.has-sub-menu{cursor:pointer}.web-layout .sidebar-content .list-item.has-sub-menu:after{content:"▼";position:absolute;width:15px;height:15px;top:20px;right:0;transform:scaleY(.6);color:var(--primary);pointer-events:none}@media screen and (max-width:992px){.web-layout .sidebar-content .list-item.has-sub-menu:after{top:16px}}.web-layout .sidebar-content .list-item.has-sub-menu.open-sub-menu .sub-menu{display:block}.web-layout .sidebar-content .list-item.has-sub-menu.open-sub-menu.has-active-submenu>a{cursor:not-allowed}.web-layout .sidebar-content .list-item.has-sub-menu.open-sub-menu:after{transform:scaleY(-.6)}.web-layout .sidebar-content .list-item.has-sub-menu.open-sub-menu button{opacity:1}.web-layout .sidebar-content .list-item.has-sub-menu.suspended-menu:after{font-size:40px;color:var(--red);width:30px;height:30px}.web-layout .sidebar-content .list-item.has-sub-menu.suspended-menu.open-sub-menu:after{top:30px}.web-layout .sidebar-content .sidebar-bottom{padding:2px 14px 6px;width:285px}@media screen and (max-width:576px){.web-layout .sidebar-content .sidebar-bottom{width:210px}}.web-layout .sidebar-content .sidebar-bottom .MuiButtonBase-root{padding:12px}.web-layout .sidebar-content .sidebar-bottom .list-item.report-text{color:#793a0d}.web-layout .sidebar-content .sidebar-bottom .list-item.report-text .list-icon{width:24px;max-height:24px;margin-left:-4px}.web-layout .sidebar-content .sidebar-bottom .list-item.report-text p{margin-left:10px}.web-layout .sidebar-content .sidebar-bottom .list-item.logout-option{border-top:1px solid var(--black)}.web-layout .main-wrapper{width:calc(100% - 285px);transition:.25s}@media screen and (max-width:1100px){.web-layout .main-wrapper{width:calc(100% - 75px);margin-left:75px}}@media screen and (max-width:576px){.web-layout .main-wrapper{width:100%;margin-left:0}}.web-layout .main-wrapper .main-header{padding:0 20px;overflow-y:auto;overflow-x:auto}.web-layout .main-wrapper .main-header::-webkit-scrollbar{width:10px;height:10px}.web-layout .main-wrapper .main-header::-webkit-scrollbar-track{width:10px;height:10px;background:var(--grayDark)}.web-layout .main-wrapper .main-header::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--primary);opacity:.5;width:10px}.web-layout .main-wrapper .main-header::-webkit-scrollbar-thumb:hover{opacity:1}@media screen and (max-width:1100px){.web-layout .main-wrapper .main-header{width:calc(100% + 75px);padding:0 20px 0 0;margin-left:-75px}}@media screen and (max-width:576px){.web-layout .main-wrapper .main-header{padding:0;margin:0;width:100%}.web-layout .main-wrapper .main-header .MuiAvatar-root{width:30px;height:30px}}.web-layout .main-wrapper main{padding:20px;max-height:calc(100vh - 75px);height:calc(100vh - 75px);overflow-y:auto;overflow-x:auto}.web-layout .main-wrapper main::-webkit-scrollbar{width:10px;height:10px}.web-layout .main-wrapper main::-webkit-scrollbar-track{width:10px;height:10px;background:var(--grayDark)}.web-layout .main-wrapper main::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--primary);opacity:.5;width:10px}.web-layout .main-wrapper main::-webkit-scrollbar-thumb:hover{opacity:1}@media screen and (max-width:576px){.web-layout .main-wrapper main{padding:15px 10px;max-height:calc(100vh - 47px);height:calc(100vh - 47px)}}.web-layout.menu-collapsed aside{width:auto}.web-layout.menu-collapsed .sidebar-content{width:75px}@media screen and (max-width:576px){.web-layout.menu-collapsed .sidebar-content{width:0}}.web-layout.menu-collapsed .sidebar-content button{outline-offset:4px}.web-layout.menu-collapsed .sidebar-content .sidebar-header{padding:12px}.web-layout.menu-collapsed .sidebar-content .sidebar-header .logo{display:none}.web-layout.menu-collapsed .sidebar-content .sidebar-header .logo-mini{display:block}.web-layout.menu-collapsed .sidebar-content .list-item{width:45px}.web-layout.menu-collapsed .sidebar-content .list-item .Typo{opacity:0!important;white-space:nowrap!important}.web-layout.menu-collapsed .sidebar-content .list-item.has-sub-menu{cursor:pointer}.web-layout.menu-collapsed .sidebar-content .list-item.has-sub-menu:after{right:-4px}.web-layout.menu-collapsed .sidebar-content .sidebar-list{padding:10px 10px 0 14px}.web-layout.menu-collapsed .sidebar-content .sidebar-list .sub-menu{padding:0}.web-layout.menu-collapsed .sidebar-content .sidebar-list .sub-menu:before{left:-5px}.web-layout.menu-collapsed .sidebar-content .sidebar-bottom .Typo{opacity:0!important;white-space:nowrap!important}.web-layout.menu-collapsed .main-wrapper{width:calc(100% - 75px)}@media screen and (max-width:576px){.web-layout.menu-collapsed .main-wrapper{width:100%}}.bg-white{padding:20px;background:var(--white)!important;border:1px solid #efefef;box-shadow:0 8px 16px 2px #8427e11f;border-radius:10px}@media screen and (max-width:900px){.bg-white{padding:16px}}@media screen and (max-width:576px){.bg-white{padding:12px}}.table-cover{width:100%;overflow-y:auto;overflow-x:auto;max-width:100%}.table-cover::-webkit-scrollbar{width:10px;height:10px}.table-cover::-webkit-scrollbar-track{width:10px;height:10px;background:var(--grayDark)}.table-cover::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--primary);opacity:.5;width:10px}.table-cover::-webkit-scrollbar-thumb:hover{opacity:1}.table-cover table{border-collapse:collapse;width:100%}.table-cover th{white-space:nowrap;color:var(--black);background-color:#f1f3f5;font-size:14px;font-weight:700;padding:15px 5px;text-align:left;text-transform:uppercase}.table-cover th:first-child{padding-left:15px;border-top-left-radius:5px;border-bottom-left-radius:5px}.table-cover th:last-child{padding-right:15px;border-top-right-radius:5px;border-bottom-right-radius:5px}.table-cover th:not(:first-child){padding-left:8px}@media screen and (max-width:1300px){.table-cover th{font-size:13px}}@media screen and (max-width:992px){.table-cover th{font-size:12px}}.table-cover tr td{border-bottom:1px solid #d3d3d3;font-size:15px;font-weight:500;padding-top:15px;padding-bottom:15px;text-align:left}.table-cover tr td:first-child{padding-left:15px}.table-cover tr td:last-child{padding-right:15px}.table-cover tr td:not(:first-child){padding-left:8px}.table-cover tr td:not(:last-child){padding-right:8px}@media screen and (max-width:1300px){.table-cover tr td{font-size:14px}}@media screen and (max-width:992px){.table-cover tr td{font-size:13px}}.table-cover tr td .nextui-user-name{white-space:normal;font-size:15px}@media screen and (max-width:1300px){.table-cover tr td .nextui-user-name{font-size:14px}}@media screen and (max-width:992px){.table-cover tr td .nextui-user-name{font-size:13px}}.table-cover tr td .flex-center button{width:44px;height:44px}.table-cover.mergeTable tr td,.table-cover.mergeTable tr th{max-width:330px!important}.table-cover.onMergeTable td{vertical-align:top}.table-cover.onMergeTable td:first-child{padding-top:27px}.table-cover.conflictTable tr td,.table-cover.conflictTable tr th{max-width:400px!important}.nextui-table-container{box-shadow:none!important;padding-top:20px}.nextui-table-container .nextui-table{padding:0}.nextui-table-container .nextui-table .nextui-table-column-header{white-space:nowrap;color:var(--black)}.nextui-table-container .nextui-table .nextui-table-column-header:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.nextui-table-container .nextui-table .nextui-table-column-header:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.nextui-table-container .nextui-table .nextui-table-column-header:not(:first-child){padding-left:8px}.nextui-table-container .nextui-table .nextui-table-column-header:not(:last-child){padding-right:8px}.nextui-table-container .nextui-table .nextui-table-row td{border-bottom:1px solid #d3d3d3}.nextui-table-container .nextui-table .nextui-table-cell{font-size:13px;font-weight:500}.nextui-table-container .nextui-table .nextui-table-cell:not(:first-child){padding-left:8px}.nextui-table-container .nextui-table .nextui-table-cell:not(:last-child){padding-right:8px}.nextui-table-container .nextui-table .nextui-table-cell .nextui-user-name{white-space:normal}@media screen and (max-width:576px){.search-width-for-mobile{width:100%}}.search-cover{width:350px;max-width:100%;position:relative}.search-cover .MuiInputBase-root{margin-top:0!important;border:1px solid #7a1818;border-radius:5px;padding:10px 45px 10px 15px;width:100%!important;flex:1 1!important}.search-cover .MuiInputBase-root.Mui-focused{outline:2px solid #015a9c;outline-offset:2px}@media screen and (min-width:1680px){.search-cover .MuiInputBase-root.Mui-focused{outline-offset:3px;outline-width:3px}}@media screen and (min-width:2100px){.search-cover .MuiInputBase-root.Mui-focused{outline-offset:4px;outline-width:4px}}.search-cover .MuiInputBase-root input{padding:0!important}.search-cover .MuiButtonBase-root{right:0;outline-offset:-5px!important}.search-cover .MuiButtonBase-root,.search-cover .search-icon{padding:0;position:absolute;top:50%;transform:translateY(-50%)}.search-cover .search-icon{right:10px}body{color:var(--blackSecondary);position:relative;min-height:100vh;line-height:1;background-color:var(--white);overflow-x:hidden}.flex-center{justify-content:center}.flex-center,.flex-end{display:flex;align-items:center}.flex-end{justify-content:flex-end}.flex-start{align-items:center}.align-start,.flex-start{display:flex;justify-content:flex-start}.align-start{align-items:flex-start}.align-baseline,.space-between{display:flex;align-items:center;justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end,.justify-start{display:flex;align-items:center}.justify-end{justify-content:flex-end}.flex{display:flex}.al-end{align-items:flex-end}.al-baseline{align-items:baseline}.js-start{justify-content:flex-start}.float-right{float:right}.inline-flex{display:inline-flex}.js-between{justify-content:space-between}.al-start{align-items:flex-start}.thin{font-weight:400!important}.regular{font-weight:500!important}.semi-bold{font-weight:600!important}.bold{font-weight:700!important}.nowrap{white-space:nowrap}.flex-wrap{flex-wrap:wrap}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize!important}.no-underline{text-decoration:none!important}.sentenceCase:first-letter{text-transform:uppercase!important}.left{text-align:left!important}.center{text-align:center!important}.right{text-align:right!important}.inline-block{display:inline-block!important}.pointer{cursor:pointer}.underline{text-decoration:underline!important}.border-none{border:none}.h-100{height:100%!important}.h-auto{height:auto!important}.w-100{width:100%!important}.w-fit{width:-moz-fit-content!important;width:fit-content!important}.MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded.MuiPaper-elevation1{border-radius:unset;box-shadow:unset}.MuiPaper-root.MuiPaper-elevation.MuiPaper-elevation4{background-color:unset}.MuiPaper-root.MuiPaper-elevation.MuiPaper-elevation0.MuiDrawer-paper.MuiDrawer-paperAnchorLeft.MuiDrawer-paperAnchorDockedLeft{border-right:unset;box-shadow:0 0 21px 2px #0000001c}.Typo.MuiTypography-inherit.MuiLink-root.MuiLink-underlineAlways{text-decoration:unset;color:var(--black)}.css-1ptx2yq-MuiInputBase-root-MuiInput-root:after{border-bottom:2px solid var(--primary)!important}.MuiTabs-scroller .MuiTab-root{font-weight:600}.MuiTabs-scroller .MuiTab-root.Mui-selected{color:#712b83}.MuiTabs-scroller .MuiTabs-indicator{background-color:#712b83}.color-body{color:var(--black)}.color-primary{color:var(--primary)!important}.color-red{color:var(--red)}.color-green{color:var(--green)}.color-black{color:var(--black)}.color-primaryLight{color:var(--primaryLight)}.color-grayTitle{color:var(--grayTitle)}.color-blackSecondary{color:var(--blackSecondary)}.color-grayBody{color:var(--grayBody)}.color-white{color:var(--white)!important}.bg-body{background-color:var(--black)!important}.bg-transparent{background:#0000}.bg-grayBody{background-color:var(--grayBody)!important}.bg-primary{background-color:var(--primary)!important}.bg-primaryLight{background-color:var(--primaryLight)!important}.bg-secondary{background-color:var(--secondary)!important}.bg-secondaryLight{background-color:var(--secondaryLight)!important}.MuiListItemIcon-root{min-width:38px}.MuiPaper-root.MuiPaper-elevation.MuiPaper-elevation4{background-color:var(--white);box-shadow:unset}.MuiContainer-root{height:410px;overflow:auto;display:flex}.Typo.MuiTypography-inherit.MuiLink-root{text-decoration:unset;color:var(--primary);cursor:pointer}input::placeholder{font-size:14px!important;color:var(--grayDarker)!important;opacity:1!important;font-weight:500!important}.MuiButtonBase-root.MuiCheckbox-root{color:var(--primary)!important;padding:10px}.MuiButtonBase-root.MuiCheckbox-root .MuiSvgIcon-root{height:24px;width:24px}@media screen and (max-width:900px){.MuiButtonBase-root.MuiCheckbox-root .MuiSvgIcon-root{height:20px;width:20px}}.customCheckbox{align-items:start!important}.customCheckbox .Typo{padding-top:8px}.customCheckbox.regular .Typo{font-weight:500!important}.MuiFormHelperText-root.Mui-error{margin:3px 0 0;font-weight:600;font-size:14px;color:#b60202;line-height:1.66;letter-spacing:.03333em}.MuiFormHelperText-root.Mui-error:first-letter{text-transform:capitalize}.MuiTabs-scroller.MuiTabs-fixed.MuiButtonBase-root.MuiTab-root{color:var(--grayDarker);padding:12px 0;text-transform:capitalize;font-weight:600;width:20px;font-family:unset}.MuiTabs-scroller.MuiTabs-fixed.Mui-selected,.MuiTabs-scroller.MuiTabs-fixed.MuiButtonBase-root.MuiTab-root.Mui-selected{color:var(--black)}.MuiTabs-scroller.MuiTabs-fixed.MuiTabs-indicator{background:var(--secondary-gradient)}.subscription-module .MuiToggleButtonGroup-root{display:flex!important;align-items:center;justify-content:center}.subscription-module .MuiBox-root{padding-left:0;padding-right:0}.MuiButtonBase-root.MuiToggleButton-root{background-color:unset;font-family:unset;border:1px solid var(--primary);background:var(--white);color:var(--black);text-transform:capitalize;padding:5px 20px;font-size:16px}.MuiButtonBase-root.MuiToggleButton-root.Mui-selected{background:var(--primary);color:var(--white)}.MuiButtonBase-root.MuiRadio-root{color:var(--primary)!important;width:44px;height:44px}.PhoneInput{position:relative}.PhoneInput+p{color:#d32f2f;font-weight:500;font-size:.75rem;line-height:1.66;letter-spacing:.03333em;text-align:left;text-transform:capitalize;margin-top:-8px}.PhoneInput.PhoneInput--focus .PhoneInputCountry{outline:2px solid #015a9c;outline-offset:-2px;opacity:1}@media screen and (min-width:1680px){.PhoneInput.PhoneInput--focus .PhoneInputCountry{outline-offset:-3px;outline-width:3px}}@media screen and (min-width:2100px){.PhoneInput.PhoneInput--focus .PhoneInputCountry{outline-offset:-4px;outline-width:4px}}.PhoneInput .PhoneInputCountry{margin-right:0!important;display:inline-flex;align-items:center;position:absolute;top:29px;left:3px;padding:13px 5px 13px 13px}@media screen and (max-width:1560px){.PhoneInput .PhoneInputCountry{top:26px}}@media screen and (max-width:900px){.PhoneInput .PhoneInputCountry{top:24px}}.PhoneInput .PhoneInputCountry .PhoneInputCountrySelectArrow{border-color:var(--black);opacity:1;border-bottom-width:1.5px;border-right-width:1.5px}.PhoneInput .MuiFormControl-root{width:100%}.PhoneInput .MuiFormControl-root .MuiInputBase-root{padding-left:50px}.loginCard{position:relative;text-transform:capitalize;color:var(--primary)}.loginCard .MuiAvatar-root.MuiAvatar-circular{width:80px!important;height:80px!important;margin-bottom:12px;background:var(--primary-gradient)}.loginCard .MuiPaper-root.MuiPaper-elevation{border-radius:6px!important;width:50%;margin:auto}.error-msg{font-weight:600;font-size:14px;color:#b60202}.error-msg:first-letter{text-transform:capitalize}.input[type=file]{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;border-radius:50%}.channelProgressDialog .MuiGrid-root.MuiGrid-container{margin:0 auto}.channelProgressDialog .MuiPaper-root.MuiPaper-elevation{border-radius:12px;height:-moz-fit-content;height:fit-content;min-width:68%;min-height:84%}@media screen and (max-width:1280px){.channelProgressDialog .MuiPaper-root.MuiPaper-elevation{min-width:80%}}.paymentCard{border:1px solid var(--primary);border-radius:6px;padding:15px;display:flex;align-items:center;justify-content:flex-start;background:#0000}.billingCard,.subscriptionCard{background:var(--white);border:1px solid #efefef;box-shadow:0 8px 16px 2px #8427e11f;border-radius:10px;width:100%;height:100%}.billingCard .card-header,.subscriptionCard .card-header{padding:15px 20px 0;border-bottom:1px solid var(--primaryLight);flex-wrap:wrap}.billingCard .card-body,.subscriptionCard .card-body{padding:15px 20px}.billingCard .billingInfo,.subscriptionCard .billingInfo{display:flex;align-items:center;gap:8px;color:var(--black);cursor:pointer}.billingCard .billingInfo .billingInfoDesc,.subscriptionCard .billingInfo .billingInfoDesc{color:var(--grayDarker);font-size:11px;margin-top:3px}.billingCard .MuiCardContent-root,.subscriptionCard .MuiCardContent-root{padding:16px 0 0}@media screen and (max-width:576px){.billingCard .MuiCardContent-root,.subscriptionCard .MuiCardContent-root{padding:12px 0 0}}.billingCard .nextui-table-container,.subscriptionCard .nextui-table-container{box-shadow:none!important;padding-top:20px}@media screen and (max-width:900px){.billingCard .nextui-table-container,.subscriptionCard .nextui-table-container{padding-top:8px}}.billingCard .nextui-table-container .nextui-table,.subscriptionCard .nextui-table-container .nextui-table{padding:0}.billingCard .nextui-table-container .nextui-table .nextui-table-column-header,.subscriptionCard .nextui-table-container .nextui-table .nextui-table-column-header{white-space:nowrap}.billingCard .nextui-table-container .nextui-table .nextui-table-column-header:first-child,.subscriptionCard .nextui-table-container .nextui-table .nextui-table-column-header:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.billingCard .nextui-table-container .nextui-table .nextui-table-column-header:last-child,.subscriptionCard .nextui-table-container .nextui-table .nextui-table-column-header:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.billingCard .nextui-table-container .nextui-table .nextui-table-column-header:not(:first-child),.subscriptionCard .nextui-table-container .nextui-table .nextui-table-column-header:not(:first-child){padding-left:16px}.billingCard .nextui-table-container .nextui-table .nextui-table-column-header:not(:last-child),.subscriptionCard .nextui-table-container .nextui-table .nextui-table-column-header:not(:last-child){padding-right:16px}.billingCard .nextui-table-container .nextui-table .nextui-table-row:not(:last-child) .nextui-table-cell,.subscriptionCard .nextui-table-container .nextui-table .nextui-table-row:not(:last-child) .nextui-table-cell{border-bottom:1px solid #d3d3d3}.billingCard .nextui-table-container .nextui-table .nextui-table-cell,.subscriptionCard .nextui-table-container .nextui-table .nextui-table-cell{font-size:14px;font-weight:500}.billingCard .nextui-table-container .nextui-table .nextui-table-cell:not(:first-child),.subscriptionCard .nextui-table-container .nextui-table .nextui-table-cell:not(:first-child){padding-left:16px}.billingCard .nextui-table-container .nextui-table .nextui-table-cell:not(:last-child),.subscriptionCard .nextui-table-container .nextui-table .nextui-table-cell:not(:last-child){padding-right:16px}.billing-table{overflow-y:auto;overflow-x:auto}.billing-table::-webkit-scrollbar{width:10px;height:10px}.billing-table::-webkit-scrollbar-track{width:10px;height:10px;background:var(--grayDark)}.billing-table::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--primary);opacity:.5;width:10px}.billing-table::-webkit-scrollbar-thumb:hover{opacity:1}@media screen and (max-width:900px){.billing-table .nextui-table-hidden-row{margin-top:0!important}}.billing-table .nextui-table-cell:first-child,.billing-table .nextui-table-column-header:first-child{padding-left:0!important}.billing-table .nextui-table-column-header{background:#0000;font-weight:500;color:var(--grayDarker)}.billing-table .nextui-table-cell{border-bottom:none!important;padding-bottom:16px}.settingsPage .settings-table .MuiTableCell-root.MuiTableCell-body,.settingsPage .settings-table .MuiTableCell-root.MuiTableCell-head{border-bottom:none!important;padding:16px 0 6px;color:var(--primary)}@media screen and (max-width:900px){.settingsPage .settings-table .MuiTableCell-root.MuiTableCell-body,.settingsPage .settings-table .MuiTableCell-root.MuiTableCell-head{padding:12px 0 6px}}@media screen and (max-width:576px){.settingsPage .settings-table .MuiTableCell-root.MuiTableCell-body,.settingsPage .settings-table .MuiTableCell-root.MuiTableCell-head{padding:6px 0}}.settingsPage .settings-table .MuiTableCell-root.MuiTableCell-body:last-child,.settingsPage .settings-table .MuiTableCell-root.MuiTableCell-head:last-child{padding-right:0}.settingsPage .settings-table .MuiTableCell-root.MuiTableCell-head:not(:first-child){padding-left:8px}.settingsPage .settings-table .MuiTableCell-root.MuiTableCell-body{color:var(--black);padding-bottom:0}.settingsPage .MuiSwitch-track{background-color:var(--grayDarker)!important}.settingsPage .MuiSwitch-switchBase{color:var(--grayBody)}.settingsPage .MuiSwitch-switchBase.Mui-checked{color:var(--green)}.main_layout{margin:96px 24px 20px}@media screen and (max-width:900px){.main_layout{margin:90px 16px 16px}}@media screen and (max-width:576px){.MuiDialog-paper{width:calc(100% - 32px);max-width:calc(100% - 32px);margin:16px}}.MuiFormControl-root .MuiFormLabel-root{position:relative;transform:none!important;transition:none;font-weight:500;color:#37233a!important;margin-bottom:3px;font-size:16px;max-width:100%}@media screen and (max-width:1640px){.MuiFormControl-root .MuiFormLabel-root{font-size:15px}}@media screen and (max-width:1560px){.MuiFormControl-root .MuiFormLabel-root{font-size:14px}}@media screen and (max-width:1280px){.MuiFormControl-root .MuiFormLabel-root{font-size:13px}}@media screen and (max-width:900px){.MuiFormControl-root .MuiFormLabel-root{font-size:12px}}.MuiFormControl-root fieldset{display:none}.MuiFormControl-root .MuiOutlinedInput-root{border:1px solid var(--grayDarker);border-radius:5px}.MuiFormControl-root .MuiOutlinedInput-root input{padding:12px 14px!important}.MuiFormControl-root .MuiOutlinedInput-root input::placeholder{opacity:1!important;display:block!important;color:red!important}.MuiFormControl-root .MuiOutlinedInput-root .MuiSelect-select{padding:12px 14px!important}.MuiFormControl-root .MuiOutlinedInput-root.Mui-focused{outline:2px solid #015a9c;outline-offset:2px}@media screen and (min-width:1680px){.MuiFormControl-root .MuiOutlinedInput-root.Mui-focused{outline-offset:3px;outline-width:3px}}@media screen and (min-width:2100px){.MuiFormControl-root .MuiOutlinedInput-root.Mui-focused{outline-offset:4px;outline-width:4px}}.MuiFormControl-root .MuiOutlinedInput-root.MuiInputBase-adornedEnd{padding-right:0}.MuiFormControl-root .MuiAutocomplete-inputRoot{padding:0!important}.authContainer .MuiInputAdornment-root button svg,.eye-icon .MuiInputAdornment-root button svg{width:22px!important;height:22px!important}.subscriptionBilling{display:flex;align-items:center;gap:4px}.subscriptionBilling .MuiButtonBase-root.MuiRadio-root{padding:0!important}.MuiTooltip-tooltip{box-shadow:0 0 11px 1px rgba(0,0,0,.051);border:1px solid var(--grayDarker);background:var(--white)!important;color:var(--black)!important;padding:12px 8px!important;line-height:14px}.MuiTooltip-tooltip .MuiTooltip-arrow{color:var(--white);width:50px;height:32px;margin-top:-32px!important}.MuiTooltip-popper{z-index:9999999!important}.notScroll{max-height:394px!important}.MuiInputLabel-animated.Mui-focused,.MuiInputLabel-animated.MuiFormLabel-filled{transform:translateY(-1.5px) scale(.9);color:#37233a!important;font-weight:500}.pagination-cover{padding-right:25px;padding-top:12px;border-top:1px solid #d3d3d3;margin-bottom:-6px}@media screen and (max-width:576px){.pagination-cover{padding-right:20px;padding-bottom:10px}}.pagination-cover ul{display:flex;align-items:center;justify-content:flex-start}.pagination-cover ul li .MuiButtonBase-root{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin:4px;font-size:16px;background:#f1f1f1;border-radius:50%}.pagination-cover ul li .MuiButtonBase-root.Mui-selected{color:var(--white);background:var(--primary)}.pagination-cover ul li .MuiButtonBase-root svg{width:24px;height:24px}.pagination-cover.merge ul li .MuiButtonBase-root{width:50px;height:50px}.no-record-cover{text-align:center!important;padding:100px 10px!important;font-size:24px!important;color:#333!important}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.stripe-fields-cover input{border:1px solid var(--grayDarker);padding:12px 16px;border-radius:5px}.cardFilling{position:relative;display:flex;flex-direction:column;gap:8px}.cardFilling :first-of-type{color:var(--black);font-weight:500}.cardFilling .customInput.StripeElement{border:1px solid var(--grayDarker);padding:12px 16px;border-radius:5px}.cardFilling .customInput.StripeElement.StripeElement--focus{outline:2px solid #015a9c;outline-offset:2px;z-index:9}@media screen and (min-width:1680px){.cardFilling .customInput.StripeElement.StripeElement--focus{outline-offset:3px;outline-width:3px}}@media screen and (min-width:2100px){.cardFilling .customInput.StripeElement.StripeElement--focus{outline-offset:4px;outline-width:4px}}.cardFilling input,.cardFilling input::placeholder{font-size:16px}.cardFilling input:focus-visible{outline:2px solid #015a9c;outline-offset:2px;z-index:9}@media screen and (min-width:1680px){.cardFilling input:focus-visible{outline-offset:3px;outline-width:3px}}@media screen and (min-width:2100px){.cardFilling input:focus-visible{outline-offset:4px;outline-width:4px}}.nativeSelectCover label{color:#37233a!important;font-weight:500;position:relative;margin-bottom:3px;display:block;max-width:100%;line-height:1.437;font-size:16px}@media screen and (max-width:1640px){.nativeSelectCover label{font-size:15px}}@media screen and (max-width:1560px){.nativeSelectCover label{font-size:14px}}@media screen and (max-width:1280px){.nativeSelectCover label{font-size:13px}}@media screen and (max-width:900px){.nativeSelectCover label{font-size:12px}}.nativeSelectCover .MuiNativeSelect-root{margin-top:0}.nativeSelectCover .MuiNativeSelect-root:after,.nativeSelectCover .MuiNativeSelect-root:before{display:none}.nativeSelectCover .MuiNativeSelect-root select{border:1px solid var(--grayDarker);padding:12px 16px;border-radius:5px!important;background:#0000!important;width:100%;font-size:16px}.nativeSelectCover .MuiNativeSelect-root select::placeholder{font-size:16px}.nativeSelectCover .MuiNativeSelect-root select:focus-visible{outline:2px solid #015a9c;outline-offset:2px;z-index:9}@media screen and (min-width:1680px){.nativeSelectCover .MuiNativeSelect-root select:focus-visible{outline-offset:3px;outline-width:3px}}@media screen and (min-width:2100px){.nativeSelectCover .MuiNativeSelect-root select:focus-visible{outline-offset:4px;outline-width:4px}}@media screen and (max-width:1600px){.nativeSelectCover .MuiNativeSelect-root select{font-size:16px}}.nativeSelectCover .MuiNativeSelect-root .MuiNativeSelect-icon{right:8px}.nativeSelectCover .MuiNativeSelect-root .MuiNativeSelect-icon+.MuiInputAdornment-root{position:absolute;right:8px}.nativeSelectCover .MuiNativeSelect-root .MuiNativeSelect-icon+.MuiInputAdornment-root button{display:flex}.nativeSelectCover.underlined-dd select{border:none;border-bottom:1px solid var(--grayDarker)!important;padding:8px 0;border-radius:0!important}.nativeSelectCover.forLanguage .MuiNativeSelect-root select{padding:3px 0 4px;border-radius:0!important;border-top:none;border-right:none;border-left:none}.customInput input{border:1px solid var(--grayDarker);padding:12px 16px;border-radius:5px;width:100%;font-size:16px}.customInput input::placeholder{font-size:16px}.customInput input:focus-visible{outline:2px solid #015a9c;outline-offset:2px;z-index:9}@media screen and (min-width:1680px){.customInput input:focus-visible{outline-offset:3px;outline-width:3px}}@media screen and (min-width:2100px){.customInput input:focus-visible{outline-offset:4px;outline-width:4px}}@media screen and (max-width:1600px){.customInput input{font-size:16px}}.date-picker-cover{position:relative;width:130px}.date-picker-cover .react-datepicker-wrapper input{border:1px solid var(--grayDarker);border-radius:5px;width:100%;padding:12px 35px 12px 12px}.about-me-field .MuiFormHelperText-root.Mui-error{margin:0}.two-line-name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.selectDropdown .MuiInputBase-root{padding-right:0}.selectDropdown .MuiInputBase-root .MuiInputAdornment-root{margin-left:0}.dummy-textfield .MuiInputBase-root{padding:0!important}.dummy-textfield .MuiOutlinedInput-root{border:none!important}.dummy-textfield .MuiInputBase-input{height:400px!important}.dummy-textfield fieldset{border:0!important}.dummy-textfield textarea{-webkit-text-fill-color:var(--black)!important}.etsy-note textarea{font-size:16px;overflow-y:auto;overflow-x:auto}.etsy-note textarea::-webkit-scrollbar{width:10px;height:10px}.etsy-note textarea::-webkit-scrollbar-track{width:10px;height:10px;background:var(--grayDark)}.etsy-note textarea::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--primary);opacity:.5;width:10px}.etsy-note textarea::-webkit-scrollbar-thumb:hover{opacity:1}.quill .ql-toolbar{background:var(--borderGray);border-radius:6px 6px 0 0}.quill .ql-toolbar .ql-stroke{stroke:var(--blackSecondary)}.quill .ql-container{height:300px;border-radius:0 0 6px 6px}.quill .ql-container .ql-editor{overflow-y:auto;overflow-x:auto;line-height:1.7;font-size:16px;color:var(--blackSecondary)}.quill .ql-container .ql-editor::-webkit-scrollbar{width:10px;height:10px}.quill .ql-container .ql-editor::-webkit-scrollbar-track{width:10px;height:10px;background:var(--grayDark)}.quill .ql-container .ql-editor::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--primary);opacity:.5;width:10px}.quill .ql-container .ql-editor::-webkit-scrollbar-thumb:hover{opacity:1}.MuiChip-label{line-height:1.2}.gallery-dialog .gallery-list{overflow-y:auto;overflow-x:auto;max-height:calc(100vh - 220px);padding:5px 10px 5px 0;margin-right:-10px}.gallery-dialog .gallery-list::-webkit-scrollbar{width:10px;height:10px}.gallery-dialog .gallery-list::-webkit-scrollbar-track{width:10px;height:10px;background:var(--grayDark)}.gallery-dialog .gallery-list::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--primary);opacity:.5;width:10px}.gallery-dialog .gallery-list::-webkit-scrollbar-thumb:hover{opacity:1}.gallery-dialog .img-cover{position:relative;width:100%;height:auto;aspect-ratio:1/1;border-radius:10px;background:#d3d3d3;display:flex;align-items:center;justify-content:center;cursor:pointer}.gallery-dialog .img-cover img{object-fit:cover;width:auto;height:auto;max-width:100%;max-height:100%}.gallery-dialog .img-cover .MuiCheckbox-root{position:absolute;z-index:9;left:5px;top:5px;background-color:#ffffffe6;color:var(--white);padding:6px}.add-yarn-dialog .head-cover{background-color:var(--primary);border-radius:10px;padding:15px 50px 15px 15px;border:1px solid var(--primary);position:relative}.add-yarn-dialog .prod-img-cover{display:flex;align-items:center;justify-content:center;background-color:#f1f1f1;width:200px;height:auto;aspect-ratio:1/1;max-width:100%;overflow:hidden;position:relative;box-shadow:0 1px 3px 1px #0000001c;border-radius:12px}.add-yarn-dialog .prod-img-cover .uploaded-img{width:auto;height:auto;max-width:100%;max-height:100%;margin:auto}.add-yarn-dialog .prod-img-cover .edit-icon-cover{position:absolute;top:14px;right:14px;box-shadow:0 0 3px 1px #0000001c;border-radius:50%;cursor:pointer}.add-yarn-dialog .prod-img-cover .edit-icon-cover img{width:100%;aspect-ratio:1/1;display:table-cell}.add-yarn-dialog .portfolio-setting .setting-head{background-color:#faeaf6;border-radius:10px 10px 0 0;padding:15px 20px 12px;border:1px solid var(--primary)}.add-yarn-dialog .portfolio-setting .setting-body{padding:16px;border:1px solid #ccc;border-top:none;border-radius:0 0 10px 10px}.MuiAutocomplete-root .MuiFormControl-root{margin-top:7px!important}.prev-dialog .MuiBackdrop-root{background-color:#000000e6}.prev-dialog .MuiDialog-paper{margin:0 auto;width:90vw;height:90vh;max-width:90vw}.prev-dialog .MuiDialog-paper .landingPageOne{pointer-events:none}.prev-dialog .dialog-header{display:flex;align-items:center;justify-content:space-between;padding:20px 25px;border-bottom:1px solid #333}.prev-dialog .dialog-body iframe{width:100%;border:none;height:calc(90vh - 80px)}.prev-dialog header{position:inherit!important}.prev-dialog header.header_wrap{position:absolute!important}.label-astrik{font-size:20px;font-weight:700}.Ytew23_34js{display:flex;align-items:flex-start;justify-content:space-between}.disable-section{pointer-events:none;opacity:.5}.social-link-dialog .bg-white{box-shadow:none;padding:0;border:none}.personalization-dialog .Typo{font-weight:600}label{white-space:normal!important}.page-404{padding:0 0 80px;min-height:100vh;text-align:center}.page-404 img{width:400px;max-width:80%;margin:auto}.page-404 h1{font-size:80px;letter-spacing:20px;margin-top:10px;text-align:center;margin-right:-20px;color:orange}.page-404 h1,.page-404 h3{font-family:monospace!important;font-weight:700}.page-404 h3{font-size:34px;letter-spacing:5px;margin-bottom:50px;margin-top:30px;margin-right:-10px}.MuiIconButton-root.Mui-disabled{opacity:.7}.userway_buttons_wrapper{top:auto!important;left:auto!important;right:20px!important;bottom:20px!important;transform:none!important}#userwayAccessibilityIcon{box-shadow:none!important}#userwayAccessibilityIcon:focus-visible{outline:3px solid #e51f1f!important;outline-offset:3px!important;z-index:9}@media screen and (max-width:576px){#userwayAccessibilityIcon{width:30px;height:30px;min-width:30px;min-height:30px;max-width:30px;max-height:30px;right:15px;bottom:15px}#userwayAccessibilityIcon .ui_w{height:30px;width:30px}}#userwayAccessibilityIcon:hover{transform:none!important}.MuiSlider-root{height:10px;color:var(--primary);max-width:500px;display:block}.MuiSlider-root .MuiSlider-thumb{width:24px;height:24px}.MuiSlider-root .MuiSlider-markLabel{font-size:16px!important;top:40px;color:var(--blackSecondary)}.MuiSlider-root .MuiSlider-mark{height:10px;background-color:var(--white);border-radius:0}.bottom-merge-action .MuiMenu-paper{margin-top:-8px;margin-left:-10px}.page-unsupported-browser{text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:50px 20px;min-height:100vh}.page-unsupported-browser .illustration-img{width:450px;max-width:100%;margin-bottom:32px}.page-unsupported-browser .illustration-img img{width:100%}.page-unsupported-browser .gosadi-logo-img{width:180px;max-width:60%;margin-bottom:32px}.page-unsupported-browser .gosadi-logo-img img{width:100%}.page-unsupported-browser .suggesting-browser{margin-top:72px}.page-unsupported-browser .suggesting-browser a{color:var(--black);text-decoration:inherit}.page-unsupported-browser .suggesting-browser a img{width:72px;aspect-ratio:1/1;margin:auto}.page-unsupported-browser .suggesting-browser a p{text-align:center}.page-unsupported-browser .suggesting-browser a:not(:last-child){margin-right:64px}.MuiTypography-h1,.MuiTypography-h2,.MuiTypography-h3,.MuiTypography-h4,.MuiTypography-h5,.MuiTypography-h6{font-weight:600}.MuiTypography-h1{font-size:32px;line-height:1.167}.MuiTypography-h2{font-size:28px;line-height:1.2}.MuiTypography-h3{font-size:24px;line-height:1.167}.MuiTypography-h4{font-size:22px;line-height:1.235}.MuiTypography-h5{font-size:20px;line-height:1.334}.MuiTypography-h6{font-size:18px;line-height:1.75}.MuiTypography-body1{font-size:18px;line-height:1.5}.MuiTypography-body2{font-size:17px;line-height:1.43}.MuiTypography-subtitle1{font-size:15px;line-height:1.4}.MuiTypography-subtitle2{font-size:14px;line-height:1.57}.MuiTypography-caption{font-size:12px;line-height:1.66}.MuiTypography-h5.regular{font-weight:500!important}@media screen and (max-width:1560px){.MuiTypography-h1{font-size:30px}.MuiTypography-h2{font-size:26px}.MuiTypography-h3{font-size:22px}.MuiTypography-h4{font-size:20px}.MuiTypography-h5{font-size:19px}.MuiTypography-body1,.MuiTypography-h6{font-size:17px}.MuiTypography-body2{font-size:16px}.MuiTypography-subtitle1{font-size:13px}.MuiTypography-subtitle2{font-size:12px}}@media screen and (max-width:991px){.MuiTypography-h1{font-size:26px}.MuiTypography-h2{font-size:22px}.MuiTypography-h3{font-size:20px}.MuiTypography-h4{font-size:19px}.MuiTypography-h5{font-size:18px}.MuiTypography-h6{font-size:16px}.MuiTypography-body1{font-size:15px}.MuiTypography-body2{font-size:14px}.MuiTypography-subtitle1{font-size:13px}.MuiTypography-subtitle2{font-size:12px}.MuiTypography-caption{font-size:11px}}@media screen and (max-width:767px){.MuiTypography-h1{font-size:24px}.MuiTypography-h2{font-size:20px}.MuiTypography-h3{font-size:19px}.MuiTypography-h4{font-size:18px}.MuiTypography-h5{font-size:17px}.MuiTypography-h6{font-size:15px}.MuiTypography-body1{font-size:14px}.MuiTypography-body2{font-size:13px}.MuiTypography-subtitle1{font-size:12px}.MuiTypography-subtitle2{font-size:11px}}@media screen and (max-width:576px){.MuiTypography-h1{font-size:22px}.MuiTypography-h2{font-size:19px}.MuiTypography-h3{font-size:18px}.MuiTypography-h4{font-size:17px}.MuiTypography-h5{font-size:16px}.MuiTypography-h6{font-size:14px}.MuiTypography-body1{font-size:13px}.MuiTypography-body2{font-size:12px}.MuiTypography-subtitle1{font-size:11px}.MuiTypography-caption,.MuiTypography-subtitle2{font-size:10px}}@media screen and (max-width:450px){.MuiTypography-h1{font-size:20px}.MuiTypography-h2{font-size:18px}.MuiTypography-h3{font-size:17px}.MuiTypography-h4{font-size:16px}.MuiTypography-h5{font-size:15px}.MuiTypography-h6{font-size:13px}.MuiTypography-body1{font-size:12px}.MuiTypography-body2{font-size:11px}.MuiTypography-subtitle1{font-size:10px}.MuiTypography-subtitle2{font-size:9px}}.heading1,.montserrat{font-family:Montserrat,sans-serif!important}.heading1{font-size:36px;font-weight:600}.heading1.large{font-size:68px}.heading2{font-size:30px;font-weight:600}.heading3{font-size:24px;font-weight:600}.heading4{font-size:18px;font-weight:600}.body1{font-size:24px}.body1,.body2{font-weight:400}.body2{font-size:22px}.body3{font-size:20px}.body3,.body4{font-weight:400}.body4{font-size:18px}.body4 .small{font-size:17px}.body5{font-size:16px;font-weight:400}@media screen and (max-width:1800px){.heading1{font-size:32px}.heading1.large{font-size:62px}.heading2{font-size:26px}.heading3{font-size:21px}.heading4{font-size:17px}.body1{font-size:22px}.body2{font-size:20px}.body3{font-size:18px}.body4{font-size:17px}.body4 .small{font-size:16px}}@media screen and (max-width:1700px){.heading1{font-size:30px}.heading1.large{font-size:58px}.heading2{font-size:24px}.heading3{font-size:20px}.heading4{font-size:16px}.body1{font-size:21px}.body2{font-size:19px}.body3{font-size:17px}.body4{font-size:16px}.body4 .small{font-size:15px}}@media screen and (max-width:1600px){.heading1{font-size:28px}.heading1.large{font-size:54px}.heading2{font-size:23px}.heading3{font-size:19px}.heading4{font-size:15px}.body1{font-size:20px}.body2{font-size:18px}.body3{font-size:16px}.body4{font-size:15px}.body4 .small{font-size:14px}}@media screen and (max-width:1500px){.heading1{font-size:27px}.heading1.large{font-size:50px}.heading2{font-size:22px}.heading3{font-size:18px}.heading4{font-size:14px}.body1{font-size:18px}.body2{font-size:17px}.body3{font-size:15px}.body4{font-size:14px}.body4 .small{font-size:13px}}@media screen and (max-width:1400px){.heading1{font-size:26px}.heading1.large{font-size:46px}.heading2{font-size:21px}.heading3{font-size:17px}.body1{font-size:18px}.body2{font-size:17px}.body3{font-size:15px}}@media screen and (max-width:992px){.heading1{font-size:24px}.heading1.large{font-size:42px}.heading2{font-size:20px}.heading3{font-size:16px}.heading4{font-size:13px}.body1{font-size:17px}.body2{font-size:16px}.body3{font-size:14px}.body4{font-size:13px}.body4 .small{font-size:12px}}a:focus-visible{outline-offset:2px;outline-width:2px;outline-style:solid}@media screen and (min-width:1680px){a:focus-visible{outline-offset:3px;outline-width:3px}}@media screen and (min-width:2100px){a:focus-visible{outline-offset:4px;outline-width:4px}}button{cursor:pointer}button:focus-visible{outline:2px solid #015a9c;outline-offset:2px;z-index:9}@media screen and (min-width:1680px){button:focus-visible{outline-offset:3px;outline-width:3px}}@media screen and (min-width:2100px){button:focus-visible{outline-offset:4px;outline-width:4px}}button:disabled{opacity:.7;cursor:not-allowed}.btn{width:auto;font-size:14px;padding:9px 16px!important;height:40px;line-height:1.5;font-weight:600!important;text-transform:uppercase;border-radius:5px;overflow:hidden;cursor:pointer;white-space:nowrap;background:var(--white)!important;border:1px solid var(--primaryLight)!important;color:var(--primaryLight)!important}.btn:disabled{opacity:.5;pointer-events:none}.btn.border-dashed{border-style:dashed!important}.btn:hover{box-shadow:0 5px 20px 2px #0000001a;background:inherit}@media screen and (max-width:992px){.btn{font-size:12px!important;padding:7px 12px!important;height:auto}}@media screen and (max-width:576px){.btn{font-size:11px!important;padding:7px 10px!important}}.btn.btnLarge{font-size:16px!important;padding:15px 20px!important;height:50px}@media screen and (max-width:992px){.btn.btnLarge{font-size:14px!important;padding:9px 16px!important;height:40px}}@media screen and (max-width:576px){.btn.btnLarge{font-size:12px!important;padding:8px 14px!important;height:34px}}.btn.btnPrimary{background:var(--primary)!important;border:none!important;color:var(--white)!important}.btn.btnPrimary.btnDisabled:disabled{opacity:1;background:linear-gradient(269.11deg,#b392bf,#d19ac4 91.69%)!important}.btn.btnRed{background-color:var(--secondary)!important;color:var(--white)!important}.btn.btnRed,.btn.btnRedBorder{border:1px solid var(--secondary)!important}.btn.btnRedBorder{background-color:var(--white)!important;color:var(--secondary)!important}.btn.btnBlack{background-color:var(--black)!important;color:var(--white)!important}.btn.btnBlack,.btn.btnBlackBorder{border:1px solid var(--black)!important}.btn.btnBlackBorder{background-color:var(--white)!important;color:var(--black)!important}.blank-btn{background-color:#0000;border:none;padding:0}.m-0{margin:0!important}.mt-0{margin-top:0!important}.pt-0{padding-top:0!important}.mb-0{margin-bottom:0!important}.pb-0{padding-bottom:0!important}.ml-0{margin-left:0!important}.pl-0{padding-left:0!important}.mr-0{margin-right:0!important}.pr-0{padding-right:0!important}.mt-2{margin-top:2px!important}.pt-2{padding-top:2px!important}.mb-2{margin-bottom:2px!important}.pb-2{padding-bottom:2px!important}.ml-2{margin-left:2px!important}.pl-2{padding-left:2px!important}.mr-2{margin-right:2px!important}.pr-2{padding-right:2px!important}.mt-4{margin-top:4px!important}.pt-4{padding-top:4px!important}.mb-4{margin-bottom:4px!important}.pb-4{padding-bottom:4px!important}.ml-4{margin-left:4px!important}.pl-4{padding-left:4px!important}.mr-4{margin-right:4px!important}.pr-4{padding-right:4px!important}.mt-5{margin-top:5px!important}.pt-5{padding-top:5px!important}.mb-5{margin-bottom:5px!important}.pb-5{padding-bottom:5px!important}.ml-5{margin-left:5px!important}.pl-5{padding-left:5px!important}.mr-5{margin-right:5px!important}.pr-5{padding-right:5px!important}.mt-6{margin-top:6px!important}.pt-6{padding-top:6px!important}.mb-6{margin-bottom:6px!important}.pb-6{padding-bottom:6px!important}.ml-6{margin-left:6px!important}.pl-6{padding-left:6px!important}.mr-6{margin-right:6px!important}.pr-6{padding-right:6px!important}.mt-7{margin-top:7px!important}.pt-7{padding-top:7px!important}.mb-7{margin-bottom:7px!important}.pb-7{padding-bottom:7px!important}.ml-7{margin-left:7px!important}.pl-7{padding-left:7px!important}.mr-7{margin-right:7px!important}.pr-7{padding-right:7px!important}.mt-8{margin-top:8px!important}.pt-8{padding-top:8px!important}.mb-8{margin-bottom:8px!important}.pb-8{padding-bottom:8px!important}.ml-8{margin-left:8px!important}.pl-8{padding-left:8px!important}.mr-8{margin-right:8px!important}.pr-8{padding-right:8px!important}.mt-10{margin-top:10px!important}.pt-10{padding-top:10px!important}.mb-10{margin-bottom:10px!important}.pb-10{padding-bottom:10px!important}.ml-10{margin-left:10px!important}.pl-10{padding-left:10px!important}.mr-10{margin-right:10px!important}.pr-10{padding-right:10px!important}.mt-12{margin-top:12px!important}.pt-12{padding-top:12px!important}.mb-12{margin-bottom:12px!important}.pb-12{padding-bottom:12px!important}.ml-12{margin-left:12px!important}.pl-12{padding-left:12px!important}.mr-12{margin-right:12px!important}.pr-12{padding-right:12px!important}.mt-15{margin-top:15px!important}.pt-15{padding-top:15px!important}.mb-15{margin-bottom:15px!important}.pb-15{padding-bottom:15px!important}.ml-15{margin-left:15px!important}.pl-15{padding-left:15px!important}.mr-15{margin-right:15px!important}.pr-15{padding-right:15px!important}.mt-16{margin-top:16px!important}.pt-16{padding-top:16px!important}.mb-16{margin-bottom:16px!important}.pb-16{padding-bottom:16px!important}.ml-16{margin-left:16px!important}.pl-16{padding-left:16px!important}.mr-16{margin-right:16px!important}.pr-16{padding-right:16px!important}.mt-18{margin-top:18px!important}.pt-18{padding-top:18px!important}.mb-18{margin-bottom:18px!important}.pb-18{padding-bottom:18px!important}.ml-18{margin-left:18px!important}.pl-18{padding-left:18px!important}.mr-18{margin-right:18px!important}.pr-18{padding-right:18px!important}.mt-20{margin-top:20px!important}.pt-20{padding-top:20px!important}.mb-20{margin-bottom:20px!important}.pb-20{padding-bottom:20px!important}.ml-20{margin-left:20px!important}.pl-20{padding-left:20px!important}.mr-20{margin-right:20px!important}.pr-20{padding-right:20px!important}.mt-24{margin-top:24px!important}.pt-24{padding-top:24px!important}.mb-24{margin-bottom:24px!important}.pb-24{padding-bottom:24px!important}.ml-24{margin-left:24px!important}.pl-24{padding-left:24px!important}.mr-24{margin-right:24px!important}.pr-24{padding-right:24px!important}.mt-25{margin-top:25px!important}.pt-25{padding-top:25px!important}.mb-25{margin-bottom:25px!important}.pb-25{padding-bottom:25px!important}.ml-25{margin-left:25px!important}.pl-25{padding-left:25px!important}.mr-25{margin-right:25px!important}.pr-25{padding-right:25px!important}.mt-28{margin-top:28px!important}.pt-28{padding-top:28px!important}.mb-28{margin-bottom:28px!important}.pb-28{padding-bottom:28px!important}.ml-28{margin-left:28px!important}.pl-28{padding-left:28px!important}.mr-28{margin-right:28px!important}.pr-28{padding-right:28px!important}.mt-30{margin-top:30px!important}.pt-30{padding-top:30px!important}.mb-30{margin-bottom:30px!important}.pb-30{padding-bottom:30px!important}.ml-30{margin-left:30px!important}.pl-30{padding-left:30px!important}.mr-30{margin-right:30px!important}.pr-30{padding-right:30px!important}.mt-32{margin-top:32px!important}.pt-32{padding-top:32px!important}.mb-32{margin-bottom:32px!important}.pb-32{padding-bottom:32px!important}.ml-32{margin-left:32px!important}.pl-32{padding-left:32px!important}.mr-32{margin-right:32px!important}.pr-32{padding-right:32px!important}.mt-36{margin-top:36px!important}.pt-36{padding-top:36px!important}.mb-36{margin-bottom:36px!important}.pb-36{padding-bottom:36px!important}.ml-36{margin-left:36px!important}.pl-36{padding-left:36px!important}.mr-36{margin-right:36px!important}.pr-36{padding-right:36px!important}.mt-40{margin-top:40px!important}.pt-40{padding-top:40px!important}.mb-40{margin-bottom:40px!important}.pb-40{padding-bottom:40px!important}.ml-40{margin-left:40px!important}.pl-40{padding-left:40px!important}.mr-40{margin-right:40px!important}.pr-40{padding-right:40px!important}@media screen and (max-width:992px){.mt-md-0{margin-top:0!important}.mb-md-0{margin-bottom:0!important}.ml-md-0{margin-left:0!important}.mr-md-0{margin-right:0!important}.mt-md-2{margin-top:2px!important}.mb-md-2{margin-bottom:2px!important}.ml-md-2{margin-left:2px!important}.mr-md-2{margin-right:2px!important}.mt-md-4{margin-top:4px!important}.mb-md-4{margin-bottom:4px!important}.ml-md-4{margin-left:4px!important}.mr-md-4{margin-right:4px!important}.mt-md-5{margin-top:5px!important}.mb-md-5{margin-bottom:5px!important}.ml-md-5{margin-left:5px!important}.mr-md-5{margin-right:5px!important}.mt-md-6{margin-top:6px!important}.mb-md-6{margin-bottom:6px!important}.ml-md-6{margin-left:6px!important}.mr-md-6{margin-right:6px!important}.mt-md-7{margin-top:7px!important}.mb-md-7{margin-bottom:7px!important}.ml-md-7{margin-left:7px!important}.mr-md-7{margin-right:7px!important}.mt-md-8{margin-top:8px!important}.mb-md-8{margin-bottom:8px!important}.ml-md-8{margin-left:8px!important}.mr-md-8{margin-right:8px!important}.mt-md-10{margin-top:10px!important}.mb-md-10{margin-bottom:10px!important}.ml-md-10{margin-left:10px!important}.mr-md-10{margin-right:10px!important}.mt-md-12{margin-top:12px!important}.mb-md-12{margin-bottom:12px!important}.ml-md-12{margin-left:12px!important}.mr-md-12{margin-right:12px!important}.mt-md-15{margin-top:15px!important}.mb-md-15{margin-bottom:15px!important}.ml-md-15{margin-left:15px!important}.mr-md-15{margin-right:15px!important}.mt-md-16{margin-top:16px!important}.mb-md-16{margin-bottom:16px!important}.ml-md-16{margin-left:16px!important}.mr-md-16{margin-right:16px!important}.mt-md-18{margin-top:18px!important}.mb-md-18{margin-bottom:18px!important}.ml-md-18{margin-left:18px!important}.mr-md-18{margin-right:18px!important}.mt-md-20{margin-top:20px!important}.mb-md-20{margin-bottom:20px!important}.ml-md-20{margin-left:20px!important}.mr-md-20{margin-right:20px!important}.mt-md-24{margin-top:24px!important}.mb-md-24{margin-bottom:24px!important}.ml-md-24{margin-left:24px!important}.mr-md-24{margin-right:24px!important}.mt-md-25{margin-top:25px!important}.mb-md-25{margin-bottom:25px!important}.ml-md-25{margin-left:25px!important}.mr-md-25{margin-right:25px!important}.mt-md-28{margin-top:28px!important}.mb-md-28{margin-bottom:28px!important}.ml-md-28{margin-left:28px!important}.mr-md-28{margin-right:28px!important}.mt-md-30{margin-top:30px!important}.mb-md-30{margin-bottom:30px!important}.ml-md-30{margin-left:30px!important}.mr-md-30{margin-right:30px!important}.mt-md-32{margin-top:32px!important}.mb-md-32{margin-bottom:32px!important}.ml-md-32{margin-left:32px!important}.mr-md-32{margin-right:32px!important}.mt-md-36{margin-top:36px!important}.mb-md-36{margin-bottom:36px!important}.ml-md-36{margin-left:36px!important}.mr-md-36{margin-right:36px!important}.mt-md-40{margin-top:40px!important}.mb-md-40{margin-bottom:40px!important}.ml-md-40{margin-left:40px!important}.mr-md-40{margin-right:40px!important}}@media screen and (max-width:768px){.mt-sm-0{margin-top:0!important}.mb-sm-0{margin-bottom:0!important}.ml-sm-0{margin-left:0!important}.mr-sm-0{margin-right:0!important}.mt-sm-2{margin-top:2px!important}.mb-sm-2{margin-bottom:2px!important}.ml-sm-2{margin-left:2px!important}.mr-sm-2{margin-right:2px!important}.mt-sm-4{margin-top:4px!important}.mb-sm-4{margin-bottom:4px!important}.ml-sm-4{margin-left:4px!important}.mr-sm-4{margin-right:4px!important}.mt-sm-5{margin-top:5px!important}.mb-sm-5{margin-bottom:5px!important}.ml-sm-5{margin-left:5px!important}.mr-sm-5{margin-right:5px!important}.mt-sm-6{margin-top:6px!important}.mb-sm-6{margin-bottom:6px!important}.ml-sm-6{margin-left:6px!important}.mr-sm-6{margin-right:6px!important}.mt-sm-7{margin-top:7px!important}.mb-sm-7{margin-bottom:7px!important}.ml-sm-7{margin-left:7px!important}.mr-sm-7{margin-right:7px!important}.mt-sm-8{margin-top:8px!important}.mb-sm-8{margin-bottom:8px!important}.ml-sm-8{margin-left:8px!important}.mr-sm-8{margin-right:8px!important}.mt-sm-10{margin-top:10px!important}.mb-sm-10{margin-bottom:10px!important}.ml-sm-10{margin-left:10px!important}.mr-sm-10{margin-right:10px!important}.mt-sm-12{margin-top:12px!important}.mb-sm-12{margin-bottom:12px!important}.ml-sm-12{margin-left:12px!important}.mr-sm-12{margin-right:12px!important}.mt-sm-15{margin-top:15px!important}.mb-sm-15{margin-bottom:15px!important}.ml-sm-15{margin-left:15px!important}.mr-sm-15{margin-right:15px!important}.mt-sm-16{margin-top:16px!important}.mb-sm-16{margin-bottom:16px!important}.ml-sm-16{margin-left:16px!important}.mr-sm-16{margin-right:16px!important}.mt-sm-18{margin-top:18px!important}.mb-sm-18{margin-bottom:18px!important}.ml-sm-18{margin-left:18px!important}.mr-sm-18{margin-right:18px!important}.mt-sm-20{margin-top:20px!important}.mb-sm-20{margin-bottom:20px!important}.ml-sm-20{margin-left:20px!important}.mr-sm-20{margin-right:20px!important}.mt-sm-24{margin-top:24px!important}.mb-sm-24{margin-bottom:24px!important}.ml-sm-24{margin-left:24px!important}.mr-sm-24{margin-right:24px!important}.mt-sm-25{margin-top:25px!important}.mb-sm-25{margin-bottom:25px!important}.ml-sm-25{margin-left:25px!important}.mr-sm-25{margin-right:25px!important}.mt-sm-28{margin-top:28px!important}.mb-sm-28{margin-bottom:28px!important}.ml-sm-28{margin-left:28px!important}.mr-sm-28{margin-right:28px!important}.mt-sm-30{margin-top:30px!important}.mb-sm-30{margin-bottom:30px!important}.ml-sm-30{margin-left:30px!important}.mr-sm-30{margin-right:30px!important}.mt-sm-32{margin-top:32px!important}.mb-sm-32{margin-bottom:32px!important}.ml-sm-32{margin-left:32px!important}.mr-sm-32{margin-right:32px!important}.mt-sm-36{margin-top:36px!important}.mb-sm-36{margin-bottom:36px!important}.ml-sm-36{margin-left:36px!important}.mr-sm-36{margin-right:36px!important}.mt-sm-40{margin-top:40px!important}.mb-sm-40{margin-bottom:40px!important}.ml-sm-40{margin-left:40px!important}.mr-sm-40{margin-right:40px!important}}@media screen and (max-width:576px){.mt-xs-0{margin-top:0!important}.mb-xs-0{margin-bottom:0!important}.ml-xs-0{margin-left:0!important}.mr-xs-0{margin-right:0!important}.mt-xs-2{margin-top:2px!important}.mb-xs-2{margin-bottom:2px!important}.ml-xs-2{margin-left:2px!important}.mr-xs-2{margin-right:2px!important}.mt-xs-4{margin-top:4px!important}.mb-xs-4{margin-bottom:4px!important}.ml-xs-4{margin-left:4px!important}.mr-xs-4{margin-right:4px!important}.mt-xs-5{margin-top:5px!important}.mb-xs-5{margin-bottom:5px!important}.ml-xs-5{margin-left:5px!important}.mr-xs-5{margin-right:5px!important}.mt-xs-6{margin-top:6px!important}.mb-xs-6{margin-bottom:6px!important}.ml-xs-6{margin-left:6px!important}.mr-xs-6{margin-right:6px!important}.mt-xs-7{margin-top:7px!important}.mb-xs-7{margin-bottom:7px!important}.ml-xs-7{margin-left:7px!important}.mr-xs-7{margin-right:7px!important}.mt-xs-8{margin-top:8px!important}.mb-xs-8{margin-bottom:8px!important}.ml-xs-8{margin-left:8px!important}.mr-xs-8{margin-right:8px!important}.mt-xs-10{margin-top:10px!important}.mb-xs-10{margin-bottom:10px!important}.ml-xs-10{margin-left:10px!important}.mr-xs-10{margin-right:10px!important}.mt-xs-12{margin-top:12px!important}.mb-xs-12{margin-bottom:12px!important}.ml-xs-12{margin-left:12px!important}.mr-xs-12{margin-right:12px!important}.mt-xs-15{margin-top:15px!important}.mb-xs-15{margin-bottom:15px!important}.ml-xs-15{margin-left:15px!important}.mr-xs-15{margin-right:15px!important}.mt-xs-16{margin-top:16px!important}.mb-xs-16{margin-bottom:16px!important}.ml-xs-16{margin-left:16px!important}.mr-xs-16{margin-right:16px!important}.mt-xs-18{margin-top:18px!important}.mb-xs-18{margin-bottom:18px!important}.ml-xs-18{margin-left:18px!important}.mr-xs-18{margin-right:18px!important}.mt-xs-20{margin-top:20px!important}.mb-xs-20{margin-bottom:20px!important}.ml-xs-20{margin-left:20px!important}.mr-xs-20{margin-right:20px!important}.mt-xs-24{margin-top:24px!important}.mb-xs-24{margin-bottom:24px!important}.ml-xs-24{margin-left:24px!important}.mr-xs-24{margin-right:24px!important}.mt-xs-25{margin-top:25px!important}.mb-xs-25{margin-bottom:25px!important}.ml-xs-25{margin-left:25px!important}.mr-xs-25{margin-right:25px!important}.mt-xs-28{margin-top:28px!important}.mb-xs-28{margin-bottom:28px!important}.ml-xs-28{margin-left:28px!important}.mr-xs-28{margin-right:28px!important}.mt-xs-30{margin-top:30px!important}.mb-xs-30{margin-bottom:30px!important}.ml-xs-30{margin-left:30px!important}.mr-xs-30{margin-right:30px!important}.mt-xs-32{margin-top:32px!important}.mb-xs-32{margin-bottom:32px!important}.ml-xs-32{margin-left:32px!important}.mr-xs-32{margin-right:32px!important}.mt-xs-36{margin-top:36px!important}.mb-xs-36{margin-bottom:36px!important}.ml-xs-36{margin-left:36px!important}.mr-xs-36{margin-right:36px!important}.mt-xs-40{margin-top:40px!important}.mb-xs-40{margin-bottom:40px!important}.ml-xs-40{margin-left:40px!important}.mr-xs-40{margin-right:40px!important}}.choose-theme-page{position:relative;padding-bottom:45px}.choose-theme-page .image-cover{cursor:pointer;position:relative;height:100%;width:100%;border:2px solid #0000;outline:none;background:#0000;border-radius:10px}.choose-theme-page .image-cover img{width:100%}.choose-theme-page .image-cover.selected{border:2px solid var(--primary)}.choose-theme-page .fixed-button{position:fixed;background-color:var(--white);bottom:0;right:26px;padding:20px 0;border-top:1px solid #d3d3d3;width:calc(100% - 300px);text-align:right}.theme-preview .image-cover{text-align:center}.theme-preview .image-cover img{width:100%}.theme-preview .select-for-preview{background-color:#e5d8e8;padding:40px 30px;margin:0 -20px -20px;width:calc(100% + 40px);display:flex;align-items:center;justify-content:flex-start;overflow-y:auto;overflow-x:auto;max-width:calc(100% + 40px)}.theme-preview .select-for-preview::-webkit-scrollbar{width:10px;height:10px}.theme-preview .select-for-preview::-webkit-scrollbar-track{width:10px;height:10px;background:var(--grayDark)}.theme-preview .select-for-preview::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--primary);opacity:.5;width:10px}.theme-preview .select-for-preview::-webkit-scrollbar-thumb:hover{opacity:1}.theme-preview .select-for-preview.clp{width:calc(100% - 110px)!important}.theme-preview .select-for-preview .create-custom-template{position:absolute;flex-direction:column;padding:20px;height:100%;right:-20px;bottom:0;max-width:150px;z-index:9;gap:20px;background-color:var(--primary);border:none}.theme-preview .select-for-preview .create-custom-template:focus-visible{outline-offset:-4px;outline-width:2px;outline-style:solid;outline-color:var(--white)}@media screen and (min-width:1680px){.theme-preview .select-for-preview .create-custom-template:focus-visible{outline-offset:-6px;outline-width:3px}}@media screen and (min-width:2100px){.theme-preview .select-for-preview .create-custom-template:focus-visible{outline-offset:-8px;outline-width:4px}}.theme-preview .select-for-preview .icon-large-white{font-size:45px;color:#fff}.theme-preview .select-for-preview .typography-custom-template{color:#fff;display:inline-block;text-align:center;line-height:1.334}.theme-preview .select-for-preview .image-cover{width:170px;min-width:170px;cursor:pointer;transition:.3s;margin:0;background:#0000;border:none;border-radius:5px}.theme-preview .select-for-preview .image-cover img{box-shadow:0 0 5px 1px #0003;width:100%;display:table-cell;max-width:100%}.theme-preview .select-for-preview .image-cover:not(:last-child){margin-right:40px}.theme-preview .select-for-preview .image-cover.active{transform:scale(1.2)}.custom-template-selector-scroll{overflow-y:auto;overflow-x:auto;max-height:calc(100vh - 178px);min-height:calc(100vh - 178px);padding:10px 20px 20px 10px;margin-left:-10px}.custom-template-selector-scroll::-webkit-scrollbar{width:10px;height:10px}.custom-template-selector-scroll::-webkit-scrollbar-track{width:10px;height:10px;background:var(--grayDark)}.custom-template-selector-scroll::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--primary);opacity:.5;width:10px}.custom-template-selector-scroll::-webkit-scrollbar-thumb:hover{opacity:1}.custom-template-selector-scroll.tab_active{display:none}.custom-template-selector-scroll.tab_active.active{display:block}.custom-template-selector-scroll .image-cover{width:75%;cursor:pointer;transition:.3s;margin:0;display:flex;align-items:center;justify-content:center;background:#0000;border:none;border-radius:5px}.custom-template-selector-scroll .image-cover.active{transform:scale(1.2)}.custom-template-selector-scroll .image-cover img{border-radius:inherit;height:auto;box-shadow:0 0 5px 5px #0003;width:100%;max-width:100%}.custom-template{display:flex;margin:-20px}.custom-template .grid-left{width:450px}.custom-template .grid-right{width:calc(100% - 450px);background-color:var(--grayLight);position:relative;padding:20px 0}.custom-template .custom-template-selector{padding:20px 0 0 20px;min-width:280px;height:inherit}.custom-template .custom-template-selector .custom-tabs{display:flex;justify-content:flex-start;align-items:center;padding-right:20px}.custom-template .custom-template-selector .custom-tabs .tab{display:flex;justify-content:center;align-items:center;width:auto;font-size:14px;font-weight:600;padding:9px 2rem!important;height:40px;line-height:1.5;border-radius:5px;overflow:hidden;cursor:pointer;width:calc(33.3333333333% - 10px);white-space:nowrap;background:var(--white)!important;border:1px solid var(--primaryLight)!important;color:var(--primaryLight)!important}.custom-template .custom-template-selector .custom-tabs .tab.active{background:var(--primary)!important;color:var(--white)!important}.custom-template .custom-template-selector .custom-tabs .tab:not(:last-child){margin-right:8px}@media screen and (max-width:992px){.custom-template .custom-template-selector .custom-tabs .tab{font-size:12px!important;padding:7px 12px!important;height:auto}}@media screen and (max-width:576px){.custom-template .custom-template-selector .custom-tabs .tab{font-size:11px!important;padding:7px 10px!important}}.custom-template .custom-template-selector .header-container{padding-top:20px}.custom-template .custom-template-selector .header-container .header-container-inner{position:relative;display:flex;border-radius:4px}.custom-template .custom-template-selector .header-container .header-container-inner .tab{position:absolute;bottom:20%;z-index:1;border:1px solid #ddd;border-radius:4px;padding:8px 0;cursor:pointer;background-color:#f9f9f9;margin-right:-1px;transition:background-color .3s,border-color .3s;display:flex;align-items:center;justify-content:center}.custom-template .custom-template-selector .header-container .header-container-inner .tab:first-child{border-radius:4px 0 0 4px}.custom-template .custom-template-selector .header-container .header-container-inner .tab:last-child{border-radius:0 4px 4px 0;margin-right:0}.custom-template .custom-template-selector .header-container .header-container-inner .tab:not(.active){border-bottom:1px solid #ddd}.custom-template .custom-template-selector .header-container .header-container-inner .tab.active{background-color:#fff;border-bottom:1px solid #fff;color:#1976d2;font-weight:700}.custom-template .custom-template-selector .color-picker{padding:20px;border-radius:2px;box-shadow:1;border:1px solid #efefef;box-shadow:0 8px 16px 2px #8427e11f}.custom-template .custom-template-selector .color-picker container{display:flex;flex-direction:column;height:auto;width:100%;text-align:center;justify-content:center;background-color:#fff}.custom-template .custom-template-selector .color-picker .custom-pointer{width:10px;height:10px;border-radius:50%;background-color:#f8f8f8;box-shadow:0 1px 4px 0 #0000005e}.custom-template .custom-template-selector .color-picker .custom-slider{width:12px;height:12px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 2px #0009;background:#0000;transform:translateX(-2px)}.custom-template .custom-template-selector .color-picker .saturation{width:100%;padding-bottom:75%;position:relative;overflow:hidden;border-radius:7px}.custom-template .custom-template-selector .color-picker .swatchCircle{height:2rem;width:2rem;cursor:pointer;border-radius:50%}.custom-template .custom-template-selector .color-picker .swatch-circle-selected{border:3px solid #fff;position:relative;box-shadow:0 0 0 3px #d3d3d3}.custom-template .custom-template-selector .color-picker .alpha-selector,.custom-template .custom-template-selector .color-picker .hue-selector{height:10px;position:relative;margin:10px 0;width:100%;display:flex;align-items:center;justify-content:center}.custom-template .custom-template-selector .color-picker .color-text-input{display:flex;height:50px;justify-content:space-between}.custom-template .custom-template-selector .color-picker .color-text-input .color-value-input-adornment{display:inline-flex;align-items:center;justify-content:center}.custom-template .custom-template-selector .color-picker .color-text-input .color-value-input-adornment div{margin:8px}.custom-template .custom-template-selector .color-picker .color-text-input .color-variant-selector .MuiSelect-select{padding-left:1rem;padding-right:0}.custom-template .custom-template-selector .color-picker .color-text-input .percentage-input-adornment{display:inline-flex;align-items:center;justify-content:center}.custom-template .custom-template-selector .color-picker .label-add-button{display:flex;justify-content:space-between;margin-top:4rem;align-items:center}.custom-template .custom-template-selector .color-picker .label-add-button .label{font-weight:600}.custom-template .custom-template-selector .color-picker .color-swatch-selector{display:grid;grid-template-columns:repeat(7,1fr);width:100%;justify-content:space-between;margin-top:1rem;gap:1rem}.custom-template .custom-template-selector .content{width:100%}.custom-template .custom-template-selector .content .label{display:block;font-size:14px;font-weight:700;color:#333;margin-bottom:5px}.custom-template .custom-template-selector .content .form-inputs{width:99%}.custom-template .custom-template-selector .content .social-media{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-left:-.5rem}.custom-template .custom-template-view{position:relative;width:100%;display:flex;justify-content:center;align-items:center;margin-top:0}.custom-template .custom-template-view .image-cover{width:700px;height:inherit}.custom-template .custom-template-view .image-cover img{width:100%;height:70vh}.custom-template .action-buttons{width:100%}.social-channel-page ul{display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:wrap;margin:-10px}.social-channel-page ul .single-social-channel{border:1px solid var(--primary);border-radius:10px;margin:10px;width:240px;position:relative}.social-channel-page ul .single-social-channel .upper-portion{text-align:center;padding:30px 0;margin-bottom:40px}.social-channel-page ul .single-social-channel .upper-portion img{width:80px;height:80px}.social-channel-page ul .single-social-channel button{border-top-left-radius:0;border-top-right-radius:0;text-transform:capitalize;position:absolute;width:100%;bottom:0;transform:none!important}.preview-cover{max-width:100%;margin:auto;transform:scale(.95);border:1px solid #d3d3d3}.preview-cover iframe{width:100%;height:calc(100vh - 204px);display:table-cell;outline:none;border:none}@media screen and (max-width:1280px){.preview-cover{transform:scale(1)}}body *{font-family:Open Sans,sans-serif!important}.line-break-react-markdown{white-space:pre-wrap}.createProductCover{display:flex;align-items:flex-start;justify-content:space-between}@media screen and (max-width:1024px){.createProductCover{flex-direction:column}}.createProductCover .createProductSideBar{width:225px;position:sticky;top:0}@media screen and (max-width:1024px){.createProductCover .createProductSideBar{width:100%}}.createProductCover .createProductSideBar .related-posts-list li{cursor:pointer;border:1px solid #d3d3d3;padding:8px;border-radius:6px;align-items:center;font-weight:500;transition:.2s}.createProductCover .createProductSideBar .related-posts-list li:not(:last-child){margin-bottom:12px}.createProductCover .createProductSideBar .related-posts-list li a{display:flex;align-items:center;justify-content:flex-start;color:var(--black)}.createProductCover .createProductSideBar .related-posts-list li:hover{border-color:var(--primary)}.createProductCover .createProductSideBar .related-posts-list li:hover a{color:var(--primary)}.createProductCover .createProductSideBar .related-posts-list li .img-cover{width:40px;height:40px;border-radius:5px;overflow:hidden}.createProductCover .createProductSideBar .related-posts-list li .img-cover img{width:100%;height:100%;object-fit:cover}.createProductCover .createProductSideBar .related-posts-list li .post-title-text{width:calc(100% - 40px);padding-left:12px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.createProductCover .vertical-tab-list{width:225px;background:#fff;box-shadow:0 0 21px 2px #0000001c;border-radius:10px;position:sticky;top:0}@media screen and (max-width:1024px){.createProductCover .vertical-tab-list{width:100%;margin-bottom:20px}}.createProductCover .vertical-tab-list.have-linked-product-tab{position:static}@media screen and (max-width:1024px){.createProductCover .vertical-tab-list .MuiTabs-flexContainer{flex-direction:row;overflow-y:auto;overflow-x:auto;overflow-y:hidden}.createProductCover .vertical-tab-list .MuiTabs-flexContainer::-webkit-scrollbar{width:10px;height:10px}.createProductCover .vertical-tab-list .MuiTabs-flexContainer::-webkit-scrollbar-track{width:10px;height:10px;background:var(--grayDark)}.createProductCover .vertical-tab-list .MuiTabs-flexContainer::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--primary);opacity:.5;width:10px}.createProductCover .vertical-tab-list .MuiTabs-flexContainer::-webkit-scrollbar-thumb:hover{opacity:1}}.createProductCover .vertical-tab-list .MuiTabs-flexContainer .MuiTab-root{width:100%;color:var(--blackSecondary);font-weight:500;align-items:center!important;text-align:left!important;padding:12px 20px!important;position:relative!important;min-height:auto!important;justify-content:flex-start;outline-offset:-2px}@media screen and (min-width:1680px){.createProductCover .vertical-tab-list .MuiTabs-flexContainer .MuiTab-root{outline-offset:-3px}}@media screen and (min-width:2100px){.createProductCover .vertical-tab-list .MuiTabs-flexContainer .MuiTab-root{outline-offset:-4px}}.createProductCover .vertical-tab-list .MuiTabs-flexContainer .MuiTab-root:first-child{border-radius:10px 10px 0 0}.createProductCover .vertical-tab-list .MuiTabs-flexContainer .MuiTab-root:last-child{border-radius:0 0 10px 10px}.createProductCover .vertical-tab-list .MuiTabs-flexContainer .MuiTab-root:not(:last-child){border-bottom:1px solid #c6aace}@media screen and (max-width:1024px){.createProductCover .vertical-tab-list .MuiTabs-flexContainer .MuiTab-root{width:-moz-fit-content;width:fit-content}}.createProductCover .vertical-tab-list .MuiTabs-flexContainer .MuiTab-root.Mui-selected{color:var(--primary)}@media screen and (max-width:1024px){.createProductCover .vertical-tab-list .MuiTabs-flexContainer .MuiTab-root.Mui-selected{background-color:#e5e5e5;font-weight:700}}.createProductCover .vertical-tab-list .MuiTabs-flexContainer .MuiTab-root.Mui-selected:before{content:"";position:absolute;width:5px;height:30px;left:0;top:50%;transform:translateY(-50%);background-color:var(--primary);border-radius:0 4px 4px 0}@media screen and (max-width:1024px){.createProductCover .vertical-tab-list .MuiTabs-flexContainer .MuiTab-root.Mui-selected:before{display:none}}.createProductCover .vertical-tab-list .MuiTabs-indicator{display:none}.createProductCover .vertical-tab-list h6{font-size:14px}.createProductCover .tabPanelAreaCover{width:calc(100% - 245px);margin-bottom:16px;position:relative}@media screen and (max-width:1024px){.createProductCover .tabPanelAreaCover{width:100%}}.createProductCover .tabPanelAreaCover.createMarginTop{margin-top:60px}.createProductCover .tabPanelCover{width:100%;background:#fff;box-shadow:0 0 21px 2px #0000001c;border-radius:10px;padding:20px;position:relative}.createProductCover .tabPanelCover.createMarginTop{margin-top:60px}.createProductCover .tabPanelCover.gray-cover{box-shadow:none}.createProductCover .tabPanelCover.gray-cover:after{content:"";top:0;left:0;width:100%;height:100%;position:absolute;background:#ebebeb;z-index:9;border-radius:10px}.createProductCover .tabPanelCover.gray-cover>div{min-height:400px}.createProductCover .tabPanelCover.gray-cover form{display:none}.createProductCover .tabPanelCover .single-category{padding:20px;background:#0000;border-radius:10px;position:relative;border:1px solid #ccc;width:100%}.createProductCover .tabPanelCover .gauge-row{padding:0}.createProductCover .tabPanelCover .gauge-row:not(:last-child){margin-bottom:20px}.createProductCover .tabPanelCover .gauge-row .gauge-row-content-cover{padding:20px;overflow-y:auto;overflow-x:auto;max-width:100%}.createProductCover .tabPanelCover .gauge-row .gauge-row-content-cover::-webkit-scrollbar{width:10px;height:10px}.createProductCover .tabPanelCover .gauge-row .gauge-row-content-cover::-webkit-scrollbar-track{width:10px;height:10px;background:var(--grayDark)}.createProductCover .tabPanelCover .gauge-row .gauge-row-content-cover::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--primary);opacity:.5;width:10px}.createProductCover .tabPanelCover .gauge-row .gauge-row-content-cover::-webkit-scrollbar-thumb:hover{opacity:1}.createProductCover .tabPanelCover .gauge-row .gauge-row-content{display:flex;align-items:center;justify-content:space-between;width:100%}.createProductCover .tabPanelCover .gauge-row .stiches{min-width:80px;max-width:80px}.createProductCover .tabPanelCover .gauge-row .pounds{min-width:200px;max-width:200px}.createProductCover .tabPanelCover .gauge-row .rounds-cover{min-width:80px;max-width:80px}.createProductCover .tabPanelCover .gauge-row .measurement{min-width:200px;max-width:200px}.createProductCover .tabPanelCover .gauge-row .pattern{min-width:210px;max-width:210px}.createProductCover .tabPanelCover .gauge-row .status{min-width:120px;max-width:120px}.createProductCover .tabPanelCover .gauge-row .MuiInput-underline{padding:5px 0!important}.createProductCover .tabPanelCover .gauge-row .MuiInput-underline .MuiSelect-select{padding:5px 20px 5px 0!important}.createProductCover .tabPanelCover .gauge-row .MuiFormControl-root{margin-bottom:0}.createProductCover .tabPanelCover .add-cover{padding:20px 10px}.createProductCover .tabPanelCover .add-cover,.createProductCover .tabPanelCover .choose-file{border:1px dashed var(--primary);display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer;border-radius:10px;height:100%}.createProductCover .tabPanelCover .choose-file{padding:30px 10px;position:relative;overflow:hidden}.createProductCover .tabPanelCover .choose-file input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer}.createProductCover .tabPanelCover .page-languages .MuiFormControlLabel-root .Typo{color:var(--black)}.createProductCover .channelTab{width:calc(100% + 40px);transform:translate(-20px,-80px);box-shadow:none;border-radius:0;margin-bottom:-50px;position:inherit}.createProductCover .channelTab .MuiTabs-flexContainer{flex-direction:row}.createProductCover .channelTab .MuiTabs-flexContainer .MuiButtonBase-root{border-bottom:2px solid #d3d3d3!important;width:-moz-fit-content;width:fit-content;font-size:16px}.createProductCover .channelTab .MuiTabs-flexContainer .MuiButtonBase-root.Mui-selected{border-bottom-color:#fcfcfc!important;font-weight:700}.createProductCover .channelTab .MuiTabs-flexContainer .MuiButtonBase-root.Mui-selected:before{display:none}.border-card{padding:10px;border-radius:6px;border:1px solid var(--grayDarker);width:100%;margin:0}.border-card .Typo{color:var(--black)}.border-card .bold .Typo{font-weight:600}.release-tabs{background:var(--white);box-shadow:0 0 21px 2px #0000001c;border-radius:10px;position:sticky;top:0}@media screen and (max-width:899px){.release-tabs{width:100%}}.release-tabs .MuiTabs-indicator{display:none}.release-tabs .MuiTabs-flexContainer{flex-direction:column;align-items:flex-start;overflow-y:auto;overflow-x:auto;max-height:calc(100vh - 292px)}.release-tabs .MuiTabs-flexContainer::-webkit-scrollbar{width:10px;height:10px}.release-tabs .MuiTabs-flexContainer::-webkit-scrollbar-track{width:10px;height:10px;background:var(--grayDark)}.release-tabs .MuiTabs-flexContainer::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--primary);opacity:.5;width:10px}.release-tabs .MuiTabs-flexContainer::-webkit-scrollbar-thumb:hover{opacity:1}@media screen and (max-width:899px){.release-tabs .MuiTabs-flexContainer{max-width:100%;max-height:auto;flex-direction:row;justify-content:flex-start;align-items:center}}.release-tabs .MuiTabs-flexContainer .MuiButtonBase-root{padding:14px 16px;width:100%;min-height:auto;text-align:left;text-transform:capitalize;justify-content:space-between;font-weight:500;color:var(--black)}@media screen and (max-width:899px){.release-tabs .MuiTabs-flexContainer .MuiButtonBase-root{width:-moz-fit-content;width:fit-content;padding:12px 15px;font-size:16px}}.release-tabs .MuiTabs-flexContainer .MuiButtonBase-root:not(:last-child){border-bottom:1px solid #d3d3d3}@media screen and (max-width:899px){.release-tabs .MuiTabs-flexContainer .MuiButtonBase-root:not(:last-child){border-bottom:none;border-right:1px solid #d3d3d3}}.release-tabs .MuiTabs-flexContainer .MuiButtonBase-root.Mui-selected{color:var(--primary);font-weight:700}.release-tabs .MuiTabs-flexContainer .MuiButtonBase-root.Mui-selected:before{content:"";position:absolute;width:5px;height:30px;left:0;top:50%;transform:translateY(-50%);background-color:var(--primary);border-radius:0 4px 4px 0}@media screen and (max-width:1024px){.release-tabs .MuiTabs-flexContainer .MuiButtonBase-root.Mui-selected:before{display:none}}.files-list{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;margin:10px -10px}.files-list li{width:200px;height:220px;margin:10px;border-radius:10px;position:relative;background-color:var(--primary)}.files-list li.isEtsyFile{margin-bottom:60px;background:#535353}@media screen and (max-width:1024px){.files-list li{width:150px;height:170px}}@media screen and (max-width:768px){.files-list li{width:120px;height:130px}}.files-list li .fileName{position:absolute;top:50%;left:10px;width:calc(100% - 20px);color:var(--white);max-width:calc(100% - 20px);transform:translateY(-40%);-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box;word-break:break-all}.files-list li .pdf-icon{position:absolute;top:10px;left:10px;font-size:40px;color:var(--white)}@media screen and (max-width:1024px){.files-list li .pdf-icon{font-size:34px}}@media screen and (max-width:768px){.files-list li .pdf-icon{font-size:30px;top:5px;left:5px}}@media screen and (max-width:576px){.files-list li .pdf-icon{font-size:26px}}.files-list li .checkbox-icon{position:absolute;top:10px;right:10px;border-radius:50%;font-size:22px;padding:6px;cursor:pointer;background-color:#ebeaea;z-index:9;outline-offset:2px}@media screen and (max-width:1024px){.files-list li .checkbox-icon{font-size:18px}}@media screen and (max-width:768px){.files-list li .checkbox-icon{font-size:16px;top:5px;right:5px}}@media screen and (max-width:576px){.files-list li .checkbox-icon{font-size:14px}}.files-list li .openInEtsy,.files-list li a{color:var(--white);position:absolute;bottom:10px;left:10px;width:calc(100% - 20px)}@media screen and (max-width:768px){.files-list li .openInEtsy,.files-list li a{bottom:10px;left:5px;width:calc(100% - 10px)}}.files-list li .attention-cover{width:100%;padding:6px 12px;position:absolute;text-align:center;font-weight:600;line-height:1.3;bottom:-50px;font-size:12px}.files-list li .blank-btn{color:var(--white);position:absolute;text-align:left;bottom:10px;left:10px;width:calc(100% - 20px)}@media screen and (max-width:768px){.files-list li .blank-btn{bottom:10px;left:5px;width:calc(100% - 10px)}}.files-list.has-dropdown li{margin-top:90px}.files-list.has-dropdown li .nativeSelectCover{position:absolute;top:-80px;left:0;width:100%}.tabular-files-list{max-height:300px}.tabular-files-list thead{position:sticky;top:0;z-index:9999}.tabular-files-list .fileRow td{padding-top:5px;padding-bottom:5px}.tabular-files-list .fileRow.isEtsyFile{background:#d4d4d4}.popup-ui{padding:20px;position:relative}.popup-ui .close-icon-btn{position:absolute;top:13px;right:14px;border-radius:50%;padding:10px;width:44px;height:44px;background-color:#ebeaea;border:none;outline-offset:-4px}.popup-ui .close-icon-btn .MuiSvgIcon-root{width:100%;height:100%;color:var(--black)}.popup-ui .popup-body .grid-spacing-card{padding:0;border:none}.popup-ui .popup-body.preview-body .ql-container{height:auto!important}.popup-ui .popup-body.preview-body .ql-editor{max-height:calc(100vh - 165px)}.MuiMenu-paper{box-shadow:0 3px 6px 1px #0000001c!important;border-radius:6px!important;max-height:400px!important;overflow-y:auto;overflow-x:auto}.MuiMenu-paper::-webkit-scrollbar{width:10px;height:10px}.MuiMenu-paper::-webkit-scrollbar-track{width:10px;height:10px;background:var(--grayDark)}.MuiMenu-paper::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--primary);opacity:.5;width:10px}.MuiMenu-paper::-webkit-scrollbar-thumb:hover{opacity:1}.bordered_tab .MuiTabs-flexContainer .MuiTab-root.Mui-selected{border:2px solid #712b83;border-bottom-color:var(--white)!important;z-index:99;border-radius:10px 10px 0 0}.MuiDialogContent-root{overflow-y:auto;overflow-x:auto;max-height:85vh}.MuiDialogContent-root::-webkit-scrollbar{width:10px;height:10px}.MuiDialogContent-root::-webkit-scrollbar-track{width:10px;height:10px;background:var(--grayDark)}.MuiDialogContent-root::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--primary);opacity:.5;width:10px}.MuiDialogContent-root::-webkit-scrollbar-thumb:hover{opacity:1}@media screen and (max-width:576px){.MuiDialogContent-root{padding:15px}}.MuiAutocomplete-listbox{border:1px solid #d3d3d3;overflow-y:auto;overflow-x:auto}.MuiAutocomplete-listbox::-webkit-scrollbar{width:10px;height:10px}.MuiAutocomplete-listbox::-webkit-scrollbar-track{width:10px;height:10px;background:var(--grayDark)}.MuiAutocomplete-listbox::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--primary);opacity:.5;width:10px}.MuiAutocomplete-listbox::-webkit-scrollbar-thumb:hover{opacity:1}.MuiAutocomplete-listbox .MuiAutocomplete-option{min-height:auto!important}.Toastify__close-button{opacity:1;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;outline-offset:-2px!important}.Toastify__close-button svg{height:18px;width:18px}.Toastify__toast-body{font-weight:500;color:var(--blackSecondary);width:calc(100% - 40px);line-height:1.3}.attention-cover{background-color:#f6cdb9;color:#37233a;border-radius:8px;padding:12px 20px}.attention-cover.warning-note{position:absolute;z-index:1;width:100%;border-radius:0;left:0;top:0}.attention-cover .color-primary,.attention-cover a{color:#5d2b6b}.imagePreviewDialog .MuiDialog-paper{max-width:100%;background:#0000;box-shadow:none;width:100%;max-height:100%;height:100%}.imagePreviewDialog .MuiDialog-paper .popup-ui{display:flex;align-items:center;justify-content:center;height:100%}.imagePreviewDialog .MuiDialog-paper .popup-ui img{width:auto;height:auto;max-height:calc(100vh - 64px);max-width:calc(100vw - 64px);border-radius:5px}.profilePreviewDialog .MuiDialog-paper{max-width:100%;background:#0000;box-shadow:none;width:100%;max-height:100%;height:100%}.profilePreviewDialog .MuiDialog-paper .popup-ui{display:flex;align-items:center;justify-content:center;height:100%}.profilePreviewDialog .MuiDialog-paper .popup-ui img{width:auto;height:auto;max-height:calc(100vh - 64px);max-width:calc(100vw - 64px);border-radius:50%}.enterpriseProfilePreviewDialog .MuiDialog-paper{max-width:100%;background:#0000;box-shadow:none;width:100%;max-height:100%;height:100%}.enterpriseProfilePreviewDialog .MuiDialog-paper .popup-ui{display:flex;align-items:center;justify-content:center;height:100%}.enterpriseProfilePreviewDialog .MuiDialog-paper .popup-ui img{width:auto;height:auto;max-height:calc(100vh - 64px);max-width:calc(100vw - 64px);border-radius:5%}.switch-cover .MuiSwitch-root{margin-left:-4px;margin-right:-10px}.switch-cover .MuiSwitch-thumb{background-color:var(--primary)!important}.switch-cover .MuiSwitch-track{background:var(--primary)!important}.MuiLinearProgress-root{background:var(--grayDark);border-radius:10px}.MuiLinearProgress-root .MuiLinearProgress-bar{border-radius:10px;background:var(--primaryLight)}.bordered_tab .MuiTabs-indicator{width:100%!important}.bordered_tab .MuiTabs-flexContainer .MuiTab-root{border-bottom:2px solid #712b83}.bordered_tab .MuiTabs-flexContainer .MuiTab-root.Mui-selected{border:2px solid #712b83!important;border-bottom:2px solid var(--white)!important;z-index:99!important;border-radius:10px 10px 0 0!important}.subscription-tabs .MuiTabs-scroller .MuiTab-root{padding-left:0;padding-right:0;min-width:auto;margin-right:30px}@media screen and (min-width:1920px){.subscription-tabs .MuiTabs-scroller .MuiTab-root{font-size:20px}}.subscription-tabs .MuiTabs-scroller .MuiTab-root.Mui-focusVisible{outline:2px solid #015a9c;outline-offset:2px;background:#0000}@media screen and (min-width:1680px){.subscription-tabs .MuiTabs-scroller .MuiTab-root.Mui-focusVisible{outline-offset:3px;outline-width:3px}}@media screen and (min-width:2100px){.subscription-tabs .MuiTabs-scroller .MuiTab-root.Mui-focusVisible{outline-offset:4px;outline-width:4px}}.subscription-tabs .MuiTabs-scroller .MuiTabs-indicator{background:linear-gradient(90deg,#f68636 .05%,#d33d3c 47.34%,#ac3b8f 95.25%)}.editor-container .section-container{overflow-y:auto;overflow-x:auto;overflow-y:auto!important}.editor-container .section-container::-webkit-scrollbar{width:10px;height:10px}.editor-container .section-container::-webkit-scrollbar-track{width:10px;height:10px;background:var(--grayDark)}.editor-container .section-container::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--primary);opacity:.5;width:10px}.editor-container .section-container::-webkit-scrollbar-thumb:hover{opacity:1}.sorting-icon{display:flex;align-items:center;justify-content:center;padding-bottom:2px}.sorting-icon svg{opacity:.5}.sorting-icon.active{opacity:1}.sorting-icon.rotate{transform:rotate(180deg)}.sorting-icon:focus-visible{outline-offset:-2px}.page-dashboard{padding:10px 0 40px}.page-dashboard .counter-card{padding:24px;box-shadow:0 6px 14px #00000026;border-radius:10px;height:100%;position:relative;overflow:hidden}.page-dashboard .counter-card .MuiTypography-body2{color:#4d4d4d}.page-dashboard .counter-card.add-new{display:flex;align-items:center;border:2px solid var(--primary);cursor:pointer}.page-dashboard .counter-card .counter-overlay{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;align-items:center;justify-content:center;color:var(--white)}.page-dashboard .counter-card button{border:none;background:none}.page-dashboard .preveu-card{border-radius:10px;position:relative;overflow:hidden;box-shadow:0 6px 14px #00000026;display:inline-block;width:100%;aspect-ratio:2/1}.page-dashboard .preveu-card img{width:100%;height:100%;object-fit:cover;display:table-cell;object-position:left}.page-dashboard .feature-card{width:100%;height:100%;aspect-ratio:1/1;border-radius:10px;position:relative;overflow:hidden;display:inline-block}.page-dashboard .feature-card.rectangular-preveu{aspect-ratio:2/1}.page-dashboard .feature-card img{width:100%;height:100%;object-fit:cover}.page-dashboard .my-reported-bugs-cover{border-radius:10px;box-shadow:0 0 10.7622px #00000026;padding:24px;display:flex;align-items:center;justify-content:center;width:100%}.page-dashboard .my-reported-bugs-cover p{color:#793a0c}.page-dashboard .todo-cover{border-radius:10px;overflow:hidden;box-shadow:0 0 10.7622px #00000026}.page-dashboard .todo-cover .todo-header{padding:6px 6px 6px 12px;background-color:var(--primary);display:flex;align-items:center;justify-content:space-between}.page-dashboard .todo-cover .todo-body .input-cover-list{overflow:auto;max-height:212px;scroll-behavior:smooth}.page-dashboard .todo-cover .todo-body .MuiInputBase-root{margin-top:0!important;margin-bottom:0!important}.page-dashboard .todo-cover .todo-body .MuiInputBase-root .MuiInputBase-input{padding:15px 0;font-size:14px;height:auto}.page-dashboard .todo-cover .todo-body .MuiInputBase-root{padding-top:0;padding-bottom:0}.page-dashboard .todo-cover .todo-body .add-input-field .MuiInputBase-input{padding-left:12px}.page-dashboard .todo-cover .todo-body .add-input-field .MuiInputBase-input textarea:nth-last-child(2){display:none}.page-dashboard .todo-cover .todo-body .add-input-field .MuiInputBase-root{padding-right:12px}.page-dashboard .todo-cover .todo-body .added-note-field .MuiInputBase-input{padding-left:12px}.page-dashboard .todo-cover .todo-body.notes-body .notes-logo{border-top:1px solid #e2d6e5;padding:20px 0}.page-dashboard .todo-cover .todo-body.notes-body .notes-logo img{width:44px;display:table-cell}.page-dashboard .todo-cover .todo-body.notes-body .notes-logo img:first-child{padding:7px;box-shadow:4px 4px 9px #bfbfbf,-4px -4px 9px #fff;border-radius:10px}.page-dashboard .todo-cover .todo-body.notes-body .notes-logo img.clickup-logo{border-radius:50%;overflow:hidden;box-shadow:0 1px 3px 1px #0000001c}.page-dashboard .todo-cover .todo-body.notes-body .notes-logo button{background:#0000;border-radius:10px;border:none}.page-dashboard .todo-cover .todo-body.notes-body .notes-logo button:not(:last-child){margin-right:20px}.react-calendar{background:#fff;box-shadow:0 4.5974px 10.7273px #00000026;border-radius:12px 12px 8px 8px;overflow:hidden}.react-calendar button{background:#0000}.react-calendar .react-calendar__navigation{background:var(--primary);display:flex;justify-content:space-around;padding:14px 22px;position:relative}.react-calendar .react-calendar__navigation button{color:var(--white);border:none}.react-calendar .react-calendar__navigation button:focus-visible{outline-color:var(--white)}.react-calendar .react-calendar__navigation button.react-calendar__navigation__next2-button,.react-calendar .react-calendar__navigation button.react-calendar__navigation__prev2-button{display:none}.react-calendar .react-calendar__navigation button.react-calendar__navigation__arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:30px;padding:0 5px 5px 0;line-height:1;cursor:pointer}.react-calendar .react-calendar__navigation button.react-calendar__navigation__arrow.react-calendar__navigation__prev-button{left:22px}.react-calendar .react-calendar__navigation button.react-calendar__navigation__arrow.react-calendar__navigation__next-button{right:22px}.react-calendar .react-calendar__navigation button .react-calendar__navigation__label__labelText{font-weight:600}.react-calendar .react-calendar__viewContainer{padding:12px 16px 20px;overflow:hidden}.react-calendar .react-calendar__viewContainer .react-calendar__month-view__weekdays__weekday{text-align:center;padding-bottom:12px}.react-calendar .react-calendar__viewContainer .react-calendar__month-view__weekdays__weekday abbr{color:#232323;font-weight:500;font-size:12px;line-height:9px;text-align:center;text-transform:uppercase;text-decoration:none}.react-calendar .react-calendar__viewContainer .react-calendar__month-view__days .react-calendar__tile{margin:2px auto;display:flex;align-items:center;justify-content:center;border:2px solid #0000}.react-calendar .react-calendar__viewContainer .react-calendar__month-view__days .react-calendar__tile abbr{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center}.react-calendar .react-calendar__viewContainer .react-calendar__month-view__days .react-calendar__tile.react-calendar__tile--active abbr{padding:3px;background:var(--primary);color:var(--white)}.react-calendar .react-calendar__century-view__decades__decade,.react-calendar .react-calendar__decade-view__years__year,.react-calendar .react-calendar__year-view__months__month{padding:7px 2px}.nested-dropdown-cover{width:100%;position:relative;margin-bottom:20px}.nested-dropdown-cover .drop-btn{text-align:start;border:none;border-bottom:1px solid #bcbcbc;background-color:#0000;cursor:pointer;padding:0 0 15px;font-weight:500;width:100%;height:auto;position:relative;font-size:18px}.nested-dropdown-cover .drop-btn:focus-visible{opacity:1;outline:3px solid #015a9c;outline-offset:2px;z-index:2}.nested-dropdown-cover .drop-btn .arrow-icon{position:absolute;top:7px;color:#939393;right:0;transform:rotate(90deg)}.nested-dropdown-cover ul{background:#fff;border:1px solid #0000001a;box-shadow:0 0 8px #0000001c;width:200px;margin:0;border-radius:10px;z-index:1}.nested-dropdown-cover ul.main-ul{display:none;position:absolute;top:46px}.nested-dropdown-cover ul.main-ul.open-main-menu{display:block}.nested-dropdown-cover ul li{font-size:16px;cursor:pointer;padding:16px;line-height:1.3}.nested-dropdown-cover ul li button:not(.hide-btn){padding:0;font-size:inherit;border:none;background-color:#0000}.nested-dropdown-cover ul li button:not(.hide-btn):focus-visible{opacity:1;outline:2px solid #015a9c;outline-offset:2px;z-index:2}.nested-dropdown-cover ul li:first-letter{text-transform:uppercase}.nested-dropdown-cover ul li:first-child{border-radius:10px 10px 0 0}.nested-dropdown-cover ul li:last-child{border-radius:0 0 10px 10px}.nested-dropdown-cover ul li:not(:last-child){border-bottom:1px solid #d9d9d9}.nested-dropdown-cover ul li.activated{background:#f1eaf3!important;color:inherit!important}.nested-dropdown-cover ul li .MuiFormControlLabel-root{margin-right:0}.nested-dropdown-cover ul li .MuiFormControlLabel-root .MuiCheckbox-root{margin:-10px 0}.nested-dropdown-cover ul li .MuiFormControlLabel-root .Typo{font-size:16px!important}.nested-dropdown-cover ul li.has-sub-listing{position:relative;cursor:inherit;padding:0}.nested-dropdown-cover ul li.has-sub-listing>button{width:100%;text-align:left;padding:16px 30px 16px 16px!important}.nested-dropdown-cover ul li.has-sub-listing:after{content:">";position:absolute;right:10px;top:50%;transform:translateY(-50%) scaleY(2);font-size:16px;z-index:1}.nested-dropdown-cover ul li.has-sub-listing ul{display:none;position:absolute;left:calc(100% - 5px);top:0}.nested-dropdown-cover ul li.has-sub-listing.activated>ul{display:block}.nested-dropdown-cover ul li .MuiFormControlLabel-label:first-letter{text-transform:uppercase}.nested-dropdown-cover.for-categories .dropdown-item{padding:0}.nested-dropdown-cover.for-categories .dropdown-item>button{padding:16px!important;width:100%;text-align:left}.attributes-list{display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:wrap;margin:-8px}.attributes-list li{margin:8px;width:-moz-fit-content;width:fit-content}.attributes-list li .single-attribute{background:#fff;border:2px solid var(--primary);border-radius:10px;width:250px;height:100%;display:flex;align-items:stretch;justify-content:space-between;flex-direction:column;padding:15px 12px 12px}@media screen and (max-width:1700px){.attributes-list li .single-attribute{width:230px}}@media screen and (max-width:1560px){.attributes-list li .single-attribute{width:210px}}.MuiMenuItem-root{position:relative;font-weight:500;background:var(--white)}.MuiMenuItem-root>ul{position:absolute;left:130px;top:10px;background-color:var(--white)}.iframe-cover iframe{width:100%;height:1400px}.ebookNameCover .MuiFormHelperText-root:first-letter{text-transform:lowercase}.has-env-notice .web-layout aside{height:calc(100vh - 40px)}@media screen and (max-width:1100px){.has-env-notice .web-layout aside{top:115px;height:calc(100vh - 115px)}}@media screen and (max-width:576px){.has-env-notice .web-layout aside{top:85px;height:calc(100vh - 85px)}}.has-env-notice .web-layout aside .sidebar-content{height:calc(100vh - 40px)}@media screen and (max-width:576px){.has-env-notice .web-layout aside .sidebar-content{top:85px}}.has-env-notice .web-layout aside .sidebar-content .sidebar-list{max-height:calc(100vh - 340px);min-height:calc(100vh - 340px)}.has-env-notice .web-layout main{max-height:calc(100vh - 115px);height:calc(100vh - 115px)}@media screen and (max-width:576px){.has-env-notice .web-layout main{max-height:calc(100vh - 84px);height:calc(100vh - 84px)}}.has-env-notice .web-layout main .productLibraryPage.main-library .table-cover{max-height:calc(100vh - 411px);min-height:270px}@media screen and (max-width:1300px){.has-env-notice .web-layout main .productLibraryPage.main-library .table-cover{max-height:none}}.has-env-notice .web-layout main .productLibraryPage.archive-library .table-cover{max-height:calc(100vh - 318px)}@media screen and (max-width:1300px){.has-env-notice .web-layout main .productLibraryPage.archive-library .table-cover{max-height:none}}.has-env-notice .web-layout main .productLibraryPage.suspended-library .table-cover{max-height:calc(100vh - 270px)}@media screen and (max-width:1300px){.has-env-notice .web-layout main .productLibraryPage.suspended-library .table-cover{max-height:none}}.has-env-notice .v2LayoutTabsBar{max-height:calc(100vh - 40px)}.has-env-notice .preview-cover iframe{height:calc(100vh - 242px)}.has-env-notice .subs-form-container{top:40px!important}.env-notice{position:sticky;top:0;z-index:9;padding:2px 20px;font-size:16px;font-weight:600;height:40px;word-break:break-word;display:flex;align-items:center;justify-content:center}@media screen and (max-width:800px){.env-notice{font-size:15px}}@media screen and (max-width:750px){.env-notice{font-size:14px}}@media screen and (max-width:676px){.env-notice{padding:3px 20px}}@media screen and (max-width:380px){.env-notice{font-size:12px;padding:6px 15px}}.env-notice p{text-align:center}.env-notice a{word-break:break-word}.env-notice.dev{background:#073f24}.env-notice.dev a,.env-notice.dev p{color:var(--white)}.env-notice.qa{background:#ff0}.env-notice.qa2{background:#d3d3d3}.env-notice.uat{background:orange}.env-notice.prod{background-color:#f6cdb9}.env-notice.prod p{color:#37233a}.report-image-list{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;margin:0 -10px -10px}.report-image-list li{margin:10px;width:120px;height:140px;position:relative;border:1px solid #d3d3d3}.report-image-list li img{width:100%;height:100%;object-fit:cover}.holds-the-iframe{background:url(/_next/static/media/logo-mini.0d3947f3.svg) 50% no-repeat;background-size:200px}.list{display:grid;grid-template-columns:auto auto auto;grid-gap:16px}.item,.list{-webkit-user-select:none;user-select:none}.item{display:flex;justify-content:center;align-items:center;background-color:#5454f1;color:var(--white);height:150px;cursor:grab;font-size:20px}.dragged{background-color:#2525c5}.itemdrag{position:"relative";flex-shrink:0;display:"flex";flex-wrap:wrap;margin:8;cursor:"grab";-webkit-user-select:"none";user-select:"none";box-shadow:"0px 6px 6px -3px rgba(0, 0, 0, 0.2)";border-radius:"100%"}.imagedrag{width:450!important;height:450!important;pointer-events:"none"!important}.sortable-photos-list{display:flex;flex-wrap:wrap;-webkit-user-select:none;user-select:none;gap:20px;margin-bottom:10px}.sortable-photos-list .single-photo{width:200px;height:200px;border-radius:10px;position:relative;background:#d3d3d3;-webkit-user-select:none;user-select:none}@media screen and (max-width:1024px){.sortable-photos-list .single-photo{width:150px;height:150px}}@media screen and (max-width:768px){.sortable-photos-list .single-photo{width:120px;height:120px}}@media screen and (max-width:576px){.sortable-photos-list .single-photo{width:80px;height:80px}}.sortable-photos-list .single-photo.have-button{margin-bottom:60px}.sortable-photos-list .single-photo .single-photo-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:10px;overflow:hidden;border:1px solid #b8b8b8}.sortable-photos-list .single-photo .single-photo-content .btn-for-open-focus-dialog{position:absolute;width:100%;height:100%;border-radius:10px;z-index:1;border:none;outline:none;background:#0000;cursor:pointer}.sortable-photos-list .single-photo .single-photo-content .btn-for-open-focus-dialog:focus-visible{border:2px solid var(--primary)}.sortable-photos-list .single-photo .single-photo-content .bottom-strip{position:absolute;bottom:0;width:100%;height:40px;background-color:#00000080;display:flex;align-items:center;justify-content:space-between;padding:0 10px;z-index:2;color:#fff;font-size:14px}.sortable-photos-list .single-photo .single-photo-content .strip-image{width:30px;height:30px;border-radius:50%;object-fit:cover}.sortable-photos-list .single-photo img{object-fit:cover;width:auto;height:auto;max-width:100%;max-height:100%}.sortable-photos-list .single-photo .focal-point-indicator{position:absolute;width:20px;height:20px;background-color:red;border-radius:50%;transform:translate(-50%,-50%);user-drag:element;cursor:pointer}.sortable-photos-list .single-photo .MuiCheckbox-root{position:absolute;z-index:9;left:5px;top:5px;width:44px;height:44px;background-color:#ffffffe6;color:var(--white);padding:6px}.pevent{pointer-events:none;cursor:pointer!important}.productLibraryPage thead{position:sticky;top:0;z-index:9999}@media screen and (max-width:1300px){.productLibraryPage thead{position:static}}.productLibraryPage .table-cover{position:relative;z-index:1;overflow:auto}.productLibraryPage.main-library .table-cover{max-height:calc(100vh - 371px);min-height:270px}@media screen and (max-width:1300px){.productLibraryPage.main-library .table-cover{max-height:none}}.productLibraryPage.archive-library .table-cover{max-height:calc(100vh - 278px)}@media screen and (max-width:1300px){.productLibraryPage.archive-library .table-cover{max-height:none}}.productLibraryPage.suspended-library .table-cover{max-height:calc(100vh - 230px)}@media screen and (max-width:1300px){.productLibraryPage.suspended-library .table-cover{max-height:none}}.otp-cover input{padding:6px 10px;width:60px!important;margin-right:15px;font-size:30px;border-radius:5px;outline:none;border:1px solid #afafaf}.MuiMenu-root,.MuiModal-root,.MuiPopover-root{z-index:9999!important}.MuiAutocomplete-popper{z-index:100000000!important}.autocomplete-mt-0 .MuiFormControl-root{margin-top:0!important}.yarn-weight-select{margin-top:5px!important}@media screen and (max-width:1560px){.yarn-weight-select{margin-top:2px!important}}@media screen and (max-width:599px){.yarn-weight-select{margin-top:0!important}}.wrapslabel{line-height:1.4!important}input::placeholder,textarea::placeholder{color:#0009!important;opacity:1!important;font-weight:500!important}.selling-channel-page{display:flex;align-items:stretch;justify-content:space-between;flex-direction:column;min-height:100%}.etsy-note{font-size:16px}@media screen and (max-width:576px){.etsy-note{font-size:14px}}.etsy-note label{height:0;overflow:hidden;margin:0}.MuiTooltip-tooltip{background-color:#333!important;color:var(--white)!important;font-size:13px;line-height:1.4}.merge-drop-item{white-space:break-spaces!important}.disable-etsy-form{opacity:.5;pointer-events:none}.new-section-item .flex-end{opacity:0;padding-left:10px}.new-section-item:hover .flex-end{opacity:1}.MuiSelect-select .hide-shop-icons{display:none}.under-maintenance{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:90vh;text-align:center;line-height:1.5}.under-maintenance .maintenance-img{width:550px;max-width:80%;margin-bottom:40px}.under-maintenance .logo-img{width:180px;margin-bottom:18px}.under-maintenance h2{font-size:44px;font-weight:600;margin-bottom:24px}@media screen and (max-width:576px){.under-maintenance h2{font-size:24px}}.under-maintenance p{font-size:22px;font-weight:400;width:800px;max-width:90%}@media screen and (max-width:576px){.under-maintenance p{font-size:16px}}.under-maintenance p a{font-weight:600;text-decoration:underline}.skill-level-drop .MuiSelect-icon{display:none}.skill-level-drop .MuiInputAdornment-root .MuiSvgIcon-root{cursor:default}.dlpProfile-country-dropdown .MuiAutocomplete-root .MuiFormControl-root{margin-top:0!important}.Toastify__toast-container{z-index:999999!important}.iframe-dialog-on-dashboard .MuiPaper-root iframe{height:calc(100vh - 64px)}.channel-icon-img{height:30px;width:30px}.selling-channel-icons-list{width:35px;height:35px}.selling-channel-icons-list,.selling-channel-icons-list .channel-icon{position:relative;-webkit-user-select:none!important;user-select:none!important;pointer-events:none!important;cursor:pointer!important}.selling-channel-icons-list .channel-icon{padding:0;overflow:hidden;aspect-ratio:1/1;border-radius:50%;border:4px solid var(--primaryLight);box-shadow:7px 7px 14px #dbdbdb,-7px -7px 14px #fff;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.selling-channel-icons-list img{width:110%;height:110%;object-fit:cover;-webkit-user-select:none!important;user-select:none!important;pointer-events:none!important;cursor:pointer!important}.page-release-notes{word-break:break-word}.page-release-notes .innerHtmlData{max-height:400px;overflow:auto;margin-right:-20px;padding-right:20px;line-height:1.4}.page-release-notes .innerHtmlData *{line-height:1.4}.page-release-notes .innerHtmlData ul{padding-left:revert}.page-release-notes .innerHtmlData ul li{list-style-type:disc}.page-release-notes .innerHtmlData ol{padding-left:revert}.page-release-notes .innerHtmlData ol li{list-style-type:decimal}.page-release-notes .innerHtmlData img{max-width:100%;width:100%}.page-release-notes .tech-release-icon{transition:.3s}.page-release-notes .tech-release-icon.active{transform:rotate(180deg)}.import-note{padding:8px 15px}.img-fix{display:table-cell!important}.sc-etsy-note{margin:-70px -20px 20px;border-radius:15px 15px 0 0}.pd-etsy-note,.sc-etsy-note{background:#f6b26b;padding:10px 20px}.pd-etsy-note{margin-bottom:20px!important;border-radius:10px}.blurred-merge-link{opacity:.4;pointer-events:none}.valid-ravelry-shop{padding:8px 15px;font-size:16px;line-height:1.4;font-weight:500;width:100%}.channelCard{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}.channelCard li{width:230px;aspect-ratio:9/8}@media screen and (max-width:992px){.channelCard li{width:200px}}@media screen and (max-width:576px){.channelCard li{width:100%;margin:0 0 40px}}.channelCard li:not(:last-child){margin-bottom:40px;margin-right:60px}@media screen and (max-width:1250px){.channelCard li:not(:last-child){margin-bottom:30px;margin-right:40px}}@media screen and (max-width:768px){.channelCard li:not(:last-child){margin-bottom:30px;margin-right:30px}}.channelCard button{border-top-left-radius:0;border-top-right-radius:0;text-transform:capitalize;position:absolute;bottom:0;transform:none!important}.channel-logo-cover{position:relative}.channel-logo-cover svg{position:absolute;top:0;right:0;background-color:var(--white);border-radius:50%;padding:3px;color:red;width:20px;height:20px;transform:translate(-50%,-50%);box-shadow:0 1px 2px 1px #0003}.channel-logo-cover .in-draft-mode{opacity:.3!important}.select-focal-cover{position:relative;width:-moz-fit-content;width:fit-content;margin:auto;box-shadow:0 0 10px 2px #0003;-webkit-user-select:none;user-select:none}.select-focal-cover,.select-focal-cover img{max-width:100%;border-radius:5px;max-height:calc(100vh - 300px);min-height:180px}.select-focal-cover img{width:auto;height:auto;display:table-cell}.select-focal-cover .focal-selector{position:absolute;transform:translate(-50%,-50%);width:20px;height:20px;border-radius:50%;background:var(--primary);border:2px solid #fff}.subscription-container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(5,1fr);grid-gap:30px}@media screen and (max-width:1280px){.subscription-container{grid-gap:18px}}@media screen and (max-width:1250px){.subscription-container{display:block}}.subscription-card{background:var(--white);border-radius:16px;padding:20px 20px 75px;position:relative;border:1px solid var(--primary)}@media screen and (max-width:1250px){.subscription-card:not(:last-child){margin-bottom:20px}}@media screen and (max-width:1100px){.subscription-card{border-radius:15px}}@media screen and (max-width:768px){.subscription-card{border-radius:10px}}.subscription-card:first-child{grid-area:1/1/4/2}.subscription-card:first-child ul{margin-right:-20px}@media screen and (min-width:1280px){.subscription-card:first-child ul{max-height:280px}}@media screen and (min-width:1600px){.subscription-card:first-child ul{max-height:320px}}@media screen and (min-width:1920px){.subscription-card:first-child ul{max-height:340px}}@media screen and (min-width:2400px){.subscription-card:first-child ul{max-height:360px}}@media screen and (min-width:3000px){.subscription-card:first-child ul{max-height:370px}}@media screen and (max-width:1280px){.subscription-card:first-child ul{max-height:280px}}.subscription-card:nth-child(2){grid-area:1/2/4/3}@media screen and (min-width:1280px){.subscription-card:nth-child(2) ul{max-height:280px}}@media screen and (min-width:1600px){.subscription-card:nth-child(2) ul{max-height:320px}}@media screen and (min-width:1920px){.subscription-card:nth-child(2) ul{max-height:340px}}@media screen and (min-width:2400px){.subscription-card:nth-child(2) ul{max-height:360px}}@media screen and (min-width:3000px){.subscription-card:nth-child(2) ul{max-height:370px}}@media screen and (max-width:1280px){.subscription-card:nth-child(2) ul{max-height:280px}}.subscription-card:nth-child(3){grid-area:4/1/6/2}.subscription-card:nth-child(4){grid-area:4/2/6/3}.subscription-card:nth-child(5){grid-area:1/3/6/4}@media screen and (min-width:1280px){.subscription-card:nth-child(5) ul{max-height:590px}}@media screen and (min-width:1600px){.subscription-card:nth-child(5) ul{max-height:670px}}@media screen and (min-width:1920px){.subscription-card:nth-child(5) ul{max-height:690px}}@media screen and (min-width:2400px){.subscription-card:nth-child(5) ul{max-height:720px}}@media screen and (min-width:3000px){.subscription-card:nth-child(5) ul{max-height:780px}}@media screen and (max-width:1280px){.subscription-card:nth-child(5) ul{max-height:590px}}@media screen and (max-width:576px){.subscription-card:hover{transform:none}}@media screen and (max-width:1400px){.subscription-card .MuiTypography-h3{font-size:20px}}@media screen and (max-width:450px){.subscription-card .MuiTypography-h3{font-size:17px}}@media screen and (max-width:360px){.subscription-card .MuiTypography-h3{font-size:15px}}.subscription-card ul{list-style-type:disc;padding-left:24px;margin:10px 0 0;overflow-y:auto;overflow-x:auto}.subscription-card ul::-webkit-scrollbar{width:10px;height:10px}.subscription-card ul::-webkit-scrollbar-track{width:10px;height:10px;background:var(--grayDark)}.subscription-card ul::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--primary);opacity:.5;width:10px}.subscription-card ul::-webkit-scrollbar-thumb:hover{opacity:1}@media screen and (max-width:1600px){.subscription-card ul{padding-left:20px}}@media screen and (max-width:1250px){.subscription-card ul{max-height:none!important}}.subscription-card ul li{list-style-type:disc;width:100%;padding:8px 0;color:#37233a}@media screen and (max-width:1600px){.subscription-card ul li{padding:6px 0}}@media screen and (max-width:1100px){.subscription-card ul li{padding:4px 0}}.subscription-card button{display:block;position:absolute;bottom:20px;left:20px;right:20px;width:calc(100% - 40px)}.CardForStep2{padding-right:36px!important;width:100%;max-width:495px;margin:auto}@media screen and (max-width:899px){.CardForStep2{padding-right:0!important}}.CardForStep2 .subscription-card{height:auto}.CardForStep2 .subscription-card ul{max-height:calc(100vh - 450px);min-height:200px}.CardForStep2Enterprise{padding-right:36px!important;width:100%;max-width:400px}@media screen and (max-width:899px){.CardForStep2Enterprise{padding-right:0!important}}.CardForStep2Enterprise .subscription-card{height:auto}.CardForStep2Enterprise .subscription-card ul{max-height:calc(100vh - 450px);min-height:200px}.etsy-title-cover{width:100%;text-align:right;position:relative}.etsy-title-cover .MuiInputBase-root{margin-bottom:0!important}.etsy-title-cover .MuiInputBase-root input{padding-bottom:0}.etsy-title-cover .MuiInputBase-root:after,.etsy-title-cover .MuiInputBase-root:before{display:none}.etsy-title-cover .MuiTypography-caption{margin-right:-5px}.etsy-title-cover .MuiFormHelperText-root.Mui-error{display:none}.etsy-title-cover .error-text{position:absolute;padding:6px 10px;background:#d33d3c;color:var(--white);font-size:12px;border-radius:4px;font-weight:500;top:-40px;right:0}.etsy-title-cover .error-text:after{content:"";position:absolute;width:0;height:0;border-left:8px solid #0000;border-right:8px solid #0000;border-top:14px solid #d33d3c;bottom:-14px;right:8px}.etsy-title-cover.error-border{border:1.5px solid #d33d3c!important}.suspended-text-note{padding:6px 14px 6px 100px;position:absolute;right:0;top:0;background:#ff0;border-radius:0 10px 0 4px;max-width:90%}@media screen and (max-width:576px){.suspended-text-note{padding:24px 14px 6px}}.suspended-text-note p{font-size:12px;line-height:1.4;font-weight:500}.suspended-text-note>span{position:absolute;left:14px;top:-5px;background:#712b84;color:var(--white);padding:8px;font-size:10px;border-radius:0 0 2px 2px}.suspended-text-note>span:after{position:absolute;content:"";top:0;left:-5px;width:0;height:0;border-bottom:5px solid #c480d7;border-left:5px solid #0000}@media screen and (max-width:485px){.two-line-label{font-size:15px}}@media screen and (max-width:460px){.two-line-label{font-size:14px}}@media screen and (max-width:435px){.two-line-label{font-size:12px}}@media screen and (max-width:385px){.two-line-label{font-size:11px}}@media screen and (max-width:360px){.two-line-label{font-size:10px}}@media screen and (max-width:340px){.two-line-label{font-size:9px}}.bulk-edit-sc-card{background:var(--white);box-shadow:0 0 15px 1px #712b841a;border-radius:20px;padding:24px 18px}.select-with-close-icon .MuiIconButton-root .MuiSvgIcon-root{opacity:0}.select-with-close-icon:hover .MuiIconButton-root .MuiSvgIcon-root{opacity:1}.MuiTouchRipple-root{position:relative;display:none}.etsyInRavelry{opacity:.5}.MuiCheckbox-root.Mui-focusVisible{outline:2px solid #015a9c;outline-offset:-2px;background:#ebeaea!important}.MuiIconButton-root{width:44px;height:44px}.MuiIconButton-root.Mui-focusVisible,.MuiIconButton-root:focus-visible{outline:2px solid #015a9c;outline-offset:-2px;background:#ebeaea}@media screen and (min-width:1680px){.MuiIconButton-root.Mui-focusVisible,.MuiIconButton-root:focus-visible{outline-offset:-3px;outline-width:3px}}@media screen and (min-width:2100px){.MuiIconButton-root.Mui-focusVisible,.MuiIconButton-root:focus-visible{outline-offset:-4px;outline-width:4px}}.MuiRadio-root.Mui-focusVisible{outline:2px solid #015a9c;outline-offset:-2px;background:#ebeaea}@media screen and (min-width:1680px){.MuiRadio-root.Mui-focusVisible{outline-offset:-3px;outline-width:3px}}@media screen and (min-width:2100px){.MuiRadio-root.Mui-focusVisible{outline-offset:-4px;outline-width:4px}}.overflow-initial{overflow:initial}.overflow-initial .MuiTabs-scroller{overflow:initial!important}.MuiTab-root.Mui-focusVisible{outline:2px solid #015a9c;outline-offset:-2px;background:#ebeaea}@media screen and (min-width:1680px){.MuiTab-root.Mui-focusVisible{outline-offset:-3px;outline-width:3px}}@media screen and (min-width:2100px){.MuiTab-root.Mui-focusVisible{outline-offset:-4px;outline-width:4px}}.MuiSwitch-switchBase.Mui-focusVisible{outline:2px solid #015a9c;outline-offset:-2px;background:#ebeaea}@media screen and (min-width:1680px){.MuiSwitch-switchBase.Mui-focusVisible{outline-offset:-3px;outline-width:3px}}@media screen and (min-width:2100px){.MuiSwitch-switchBase.Mui-focusVisible{outline-offset:-4px;outline-width:4px}}.on-dark:focus{outline-color:var(--white)!important}.on-dark.MuiButtonBase-root.Mui-focusVisible,.on-dark.MuiIconButton-root.Mui-focusVisible{outline-color:var(--white);background:#0000}.loader-on-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99;background:#0000004d;display:flex;align-items:center;justify-content:center}.loader-on-clp-image,.loader-on-dlp-image{position:absolute;top:0;left:0;width:100%;height:90%;z-index:99;background:#0000004d;display:flex;align-items:center;justify-content:center}.loader-on-dlp-image{border-radius:50%}.product-filter-cover{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}.product-filter-cover .applied-filter-list{margin:-5px}.product-filter-cover .applied-filter-list .single-filter-badge{display:flex;align-items:center;justify-content:center;border:2px solid var(--primaryLight);color:var(--primaryLight);border-radius:6px;padding:0 0 0 12px;margin:0 5px 10px;font-weight:500}.product-filter-cover .applied-filter-list .single-filter-badge button{outline-offset:-4px;padding:5px;width:30px;height:30px;border-radius:50%}.product-filter-cover .applied-filter-list .single-filter-badge button svg{width:20px;height:20px}.filter-btn{position:relative;z-index:2}.filter-dropdown{position:absolute;min-width:320px;top:calc(100% + 10px);left:0;padding:10px 0;background-color:var(--white);box-shadow:0 2px 15px 2px rgba(0,0,0,.149);opacity:0;visibility:hidden;z-index:-10;transition:all .18s ease}.filter-dropdown.active{opacity:1;display:initial;visibility:visible;z-index:10}.filter-dropdown.hide{display:none}.filter-dropdown.for-bug-list{left:auto;right:0}.hide-btn{width:44px;height:44px;opacity:0;position:absolute;right:10px;top:10px;z-index:-1;outline-offset:-3px!important;padding:10px;background-color:#0000;display:flex;align-items:center;justify-content:center;border:none;background-color:#ebeaea;border-radius:50%}.hide-btn.out{top:-8px;right:-8px}.hide-btn svg{width:100%;height:100%}.hide-btn:focus{opacity:1;z-index:2}.tag-chip{padding-right:14px}.smart-chip-list .etsy-tag-chip,.tag-chip{border:1px solid #bcbcbc;color:var(--black);border-radius:20px;padding-left:14px;font-size:14px;background:#f0f0f0;display:inline-block;font-weight:500}.app .MuiInputLabel-root+.MuiInputBase-root input::-webkit-input-placeholder,.app .MuiInputLabel-root+.MuiInputBase-root input::placeholder,.app .MuiInputLabel-root+.MuiInputBase-root textarea::-webkit-input-placeholder,.app .MuiInputLabel-root+.MuiInputBase-root textarea::placeholder{opacity:1!important;color:#4d4d4d!important}@media screen and (max-width:767px){.app{display:none}}.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999999999;background:#000000e6;display:none;align-items:center;justify-content:center}@media screen and (max-width:767px){.mobile-overlay{display:flex;flex-direction:column;gap:20px}}.line-icon{line-height:.1}.hide-label>.MuiInput-root{margin-top:0}.hide-label label,.select-label .MuiInputAdornment-root label{height:0;overflow:hidden;margin-bottom:0!important}.select-label .MuiInputAdornment-root .MuiInputBase-root{margin-top:0}label.hide-label{margin:0}label.hide-label.MuiFormControlLabel-root>.MuiFormControlLabel-label{display:none}.custom-calendar .react-datepicker{width:100%;border-radius:16px 16px 10px 10px;border:none;box-shadow:0 6px 14px 0 #00000026;background-color:var(--white);overflow:hidden}.custom-calendar .react-datepicker__navigation{top:2px;outline-offset:-2px;background-size:26px!important;border-radius:50%;width:44px;height:44px;outline-color:var(--white)}.custom-calendar .react-datepicker__navigation:hover{border:1px solid #fff}.custom-calendar .react-datepicker__navigation.react-datepicker__navigation--previous{background:url(/_next/static/media/back-icon.577cd4e9.svg) no-repeat 50%;left:5px}.custom-calendar .react-datepicker__navigation.react-datepicker__navigation--next{background:url(/_next/static/media/next-icon.7ffa92e7.svg) no-repeat 50%;right:5px}.custom-calendar .react-datepicker__navigation span{display:none}.custom-calendar .react-datepicker__month-container{width:100%}.custom-calendar .react-datepicker__month-container .react-datepicker__header{background-color:#0000;border-bottom:none;padding:0}.custom-calendar .react-datepicker__month-container .react-datepicker__current-month{padding:0 10px;background-color:var(--primary);color:var(--white);font-size:14px;font-weight:600;letter-spacing:.14px;height:48px;display:flex;align-items:center;justify-content:center}.custom-calendar .react-datepicker__day-names{display:flex;align-items:center;justify-content:space-between;padding:10px 5px 5px}.custom-calendar .react-datepicker__day-names>div{color:var(--blackSecondary)!important;font-size:12px;font-weight:500;text-transform:uppercase}.custom-calendar .react-datepicker__day,.custom-calendar .react-datepicker__day-name{width:36px;height:36px;margin:0;padding:6px;border-radius:50%;display:flex;align-items:center;justify-content:center}.custom-calendar .react-datepicker__month{margin:0;padding-bottom:10px}.custom-calendar .react-datepicker__month .react-datepicker__week{display:flex;justify-content:space-between;padding:3px 5px}.custom-calendar .react-datepicker__day--outside-month{opacity:0}.custom-calendar .react-datepicker__day{color:var(--black);font-size:14px;font-weight:500}.custom-calendar .react-datepicker__day:hover{border-radius:50%}.custom-calendar .react-datepicker__day.react-datepicker__day--today{background-color:rgba(113,43,132,.163);color:var(--black)}.custom-calendar .react-datepicker__day.react-datepicker__day--selected{background-color:var(--primary);color:var(--white)}.profile-logo-cover{position:sticky;top:0}.input-cover-list .MuiInputBase-root textarea[aria-hidden=true]{visibility:hidden!important;height:0;z-index:-99;pointer-events:none!important}.disable-merge-checkbox{opacity:.5}.hidden-label{display:block;height:0;overflow:hidden;margin:0;padding:0}.white-label .MuiFormControl-root>label{color:var(--white)!important;height:0;overflow:hidden}.ql-list-bullet:before{content:"*"}.ql-action{display:none}.smarts-div{display:flex;align-items:flex-end;justify-content:space-between}@media screen and (max-width:767px){.smarts-div{flex-wrap:wrap}}.smarts-div>div:first-child{flex:1 1;padding-right:20px}@media screen and (max-width:767px){.smarts-div>div:first-child{padding-right:0;padding-bottom:10px}}.smart-chip-list{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}.file-header{display:flex;flex-direction:column}.smarts-button{padding-right:10px!important}.bulk-edit-label{display:flex;align-items:center;gap:5px;margin-bottom:5px}.bulk-edit-preview-label{display:flex;align-items:start;gap:5px;font-size:16px}.bulk-edit-editor .quill .ql-container{height:200px!important}.textfield .quill .ql-container{height:200px}.MuiAutocomplete-endAdornment{top:22px!important;right:0!important}.icon-cover{width:100px;margin-left:auto;margin-right:auto}.etsy-error{margin:3px 0 0;font-weight:600;font-size:14px;color:#b60202;line-height:1.66;letter-spacing:.03333em}.ripple-enable .MuiTouchRipple-root{overflow:hidden!important;pointer-events:none!important;position:absolute!important;z-index:0!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:inherit!important;display:block}.close-icon{position:absolute!important;top:0;right:0;transform:translate(50%,-50%);width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:8px}.close-icon svg{fill:#545454;background:var(--white);border-radius:50%}.close-icon:focus,.close-icon:focus svg,.close-icon:focus-visible,.close-icon:focus-visible svg,.close-icon:hover,.close-icon:hover svg{background:#ebeaea}.disabled-global-textfield{opacity:.5;pointer-events:none}.contact-us-content{gap:50px;display:flex;flex-direction:row}.contact-us-content .MuiFormLabel-root{font-size:14px;font-weight:600}.ravelry-store-select select{white-space:inherit;height:auto}.yarn-list button{border:none;background:#fff;padding:10px 0}.yarn-list:not(:last-child) button{display:none}.subsPlanCardV2{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;background:var(--white);border-radius:16px;position:relative;padding:20px!important;border:1px solid var(--primary);height:100%}.subsPlanCardV2 .subsPlanCardV2-content{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding-bottom:20px}.subsPlanCardV2 .subsPlanCardV2-content ul{padding-left:20px;overflow:auto;max-height:520px}@media screen and (max-width:1560px){.subsPlanCardV2 .subsPlanCardV2-content ul{max-height:490px}}.subsPlanCardV2 .subsPlanCardV2-content ul li{list-style-type:disc;padding:6px 0}.subsPlanCardV2 .subsPlanCardV2-content ul.has-addOn{max-height:415px}@media screen and (max-width:1560px){.subsPlanCardV2 .subsPlanCardV2-content ul.has-addOn{max-height:375px}}.subsPlanCardV2 .subsPlanCardV2-content ul.has-addOn.feature-list{max-height:334.14px}@media screen and (max-width:1560px){.subsPlanCardV2 .subsPlanCardV2-content ul.has-addOn.feature-list{max-height:297.03px}}.subsPlanCardV2 .bottom-part .add-on-cover{border-top:1px solid #aaa;padding-bottom:20px}.subsPlanCardV2 .bottom-part .add-on-cover ul{padding-left:20px}.subsPlanCardV2 .bottom-part .add-on-cover ul li{list-style-type:disc;padding:6px 0}.disable-field td{opacity:.5;cursor:not-allowed}.disable-field a{cursor:not-allowed;pointer-events:none}.subscriptionButton.MuiButtonBase-root.MuiButton-root.Mui-disabled{color:#00000042!important;border-color:#00000042!important}.profileMaxWidth{max-width:100%!important}.disable-field{opacity:.7!important}.woocommerce-cred{min-width:350px!important}.globalTexteditLink{color:#712b84;text-decoration:none;font-weight:700;text-transform:lowercase;margin-right:700px}.globalTextdialogPaper{width:50%;max-width:800px}.globalTextclosebutton{position:absolute;right:8px;top:8px;color:#9e9e9e}.globalTextdialogaction{justify-content:"flex-end"}.globalTextsaveButton{background-color:#712b84;color:#fff;font-weight:700;padding:12px 24px;text-transform:none;box-shadow:none;max-width:500px;font-family:sans-serif}.globalTextBtn{white-space:normal;height:auto;max-width:450px}.attribute-name{font-size:13px;font-weight:600}.attribute-container{position:relative;border:1px solid #ccc;border-radius:10px;padding:20px}.add-new-attribute{border:1px solid #d3d3d3}.options-container{border-top:none}.options-container .MuiAutocomplete-listbox .MuiAutocomplete-option{min-height:36px!important}.more-info-url{word-break:break-word;overflow-wrap:break-word;white-space:normal}.social-profile-name{max-width:min-content}.single-category .yardage input{padding:12px 6px!important}.preview-btn-icon{width:20px;position:relative;left:-10px;top:-18px}.merge-photos-list{display:flex;flex-wrap:wrap;-webkit-user-select:none;user-select:none;gap:20px;margin-bottom:10px}.merge-photos-list .single-photo{width:150px;height:150px;border-radius:10px;position:relative;background:#d3d3d3;-webkit-user-select:none;user-select:none}@media screen and (max-width:1024px){.merge-photos-list .single-photo{width:150px;height:150px}}@media screen and (max-width:768px){.merge-photos-list .single-photo{width:120px;height:120px}}@media screen and (max-width:576px){.merge-photos-list .single-photo{width:80px;height:80px}}.merge-photos-list .single-photo.have-button{margin-bottom:60px}.merge-photos-list .single-photo .single-photo-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:10px;overflow:hidden;border:1px solid #b8b8b8}.merge-photos-list .single-photo .single-photo-content .btn-for-open-focus-dialog{position:absolute;width:100%;height:100%;border-radius:10px;z-index:1;border:none;outline:none;background:#0000;cursor:pointer}.merge-photos-list .single-photo .single-photo-content .btn-for-open-focus-dialog:focus-visible{border:2px solid var(--primary)}.merge-photos-list .single-photo .single-photo-content .bottom-strip{position:absolute;bottom:0;width:100%;height:40px;background-color:#00000080;display:flex;align-items:center;justify-content:space-between;padding:0 10px;z-index:2;color:#fff;font-size:14px}.merge-photos-list .single-photo .single-photo-content .strip-image{width:30px;height:30px;border-radius:50%;object-fit:cover}.merge-photos-list .single-photo img{object-fit:cover;width:auto;height:auto;max-width:100%;max-height:100%}.merge-photos-list .single-photo .focal-point-indicator{position:absolute;width:20px;height:20px;background-color:red;border-radius:50%;transform:translate(-50%,-50%);user-drag:element;cursor:pointer}.merge-photos-list .single-photo .MuiCheckbox-root{position:absolute;z-index:9;left:5px;top:5px;width:44px;height:44px;background-color:#ffffffe6;color:var(--white);padding:6px}.subscription-module .max_container{max-width:1370px;margin:auto}@media screen and (max-width:1800px){.subscription-module .max_container{max-width:1260px}}@media screen and (max-width:1600px){.subscription-module .max_container{max-width:1160px}}@media screen and (max-width:1400px){.subscription-module .max_container{max-width:80%}}@media screen and (max-width:1023px){.subscription-module .max_container{max-width:100%}}.merge-checkbox .Mui-disabled{color:#00000042!important}.newSubsPlanCard{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;background:var(--white);border-radius:16px;padding:20px;position:relative;border:1px solid var(--primary);height:100%}@media screen and (max-width:1800px){.newSubsPlanCard{border-radius:14px;padding:18px}}@media screen and (max-width:1600px){.newSubsPlanCard{border-radius:12px;padding:16px}}@media screen and (max-width:1400px){.newSubsPlanCard{border-radius:10px}}.newSubsPlanCard .suggestedRibbon{padding:5px 20px 5px 24px;position:absolute;font-size:16px;top:40px;right:0;background:var(--primary);color:var(--white)}@media screen and (max-width:1800px){.newSubsPlanCard .suggestedRibbon{top:38px;font-size:15px}}@media screen and (max-width:1700px){.newSubsPlanCard .suggestedRibbon{top:36px;font-size:14px}}@media screen and (max-width:1600px){.newSubsPlanCard .suggestedRibbon{font-size:13px}}@media screen and (max-width:1500px){.newSubsPlanCard .suggestedRibbon{font-size:12px}}.newSubsPlanCard .suggestedRibbon:after{content:"";position:absolute;left:0;bottom:0;width:0;height:0;border-left:15px solid #fff;border-top:15px solid #0000;border-bottom:15px solid #0000}.newSubsPlanCard .newSubsPlanCard-content{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding-bottom:20px}.newSubsPlanCard .subs-feature-list li{padding:10px 0}@media screen and (max-width:1800px){.newSubsPlanCard .subs-feature-list li{padding:9px 0}}@media screen and (max-width:1700px){.newSubsPlanCard .subs-feature-list li{padding:8px 0}}@media screen and (max-width:1600px){.newSubsPlanCard .subs-feature-list li{padding:7px 0}}@media screen and (max-width:1500px){.newSubsPlanCard .subs-feature-list li{padding:6px 0}}.newSubsPlanCard .subs-feature-list li p{position:relative;padding-left:30px}@media screen and (max-width:1800px){.newSubsPlanCard .subs-feature-list li p{padding-left:29px}}@media screen and (max-width:1700px){.newSubsPlanCard .subs-feature-list li p{padding-left:28px}}@media screen and (max-width:1600px){.newSubsPlanCard .subs-feature-list li p{padding-left:27px}}@media screen and (max-width:1500px){.newSubsPlanCard .subs-feature-list li p{padding-left:24px}}.newSubsPlanCard .subs-feature-list li p .checkIcon{position:absolute;left:0;top:5px}@media screen and (max-width:1800px){.newSubsPlanCard .subs-feature-list li p .checkIcon{font-size:17px}}@media screen and (max-width:1700px){.newSubsPlanCard .subs-feature-list li p .checkIcon{font-size:16px}}@media screen and (max-width:1600px){.newSubsPlanCard .subs-feature-list li p .checkIcon{font-size:15px}}@media screen and (max-width:1500px){.newSubsPlanCard .subs-feature-list li p .checkIcon{font-size:14px}}@media screen and (max-width:576px){.newSubsPlanCard .subs-feature-list li p .checkIcon{top:1px;width:14px}}.newSubsPlanCard .bottom-part .add-on-cover{border-top:1px solid #aaa;padding-bottom:20px}.newSubsPlanCard .bottom-part .add-on-cover .recommend-text{background:#ffce31;padding:5px 10px;font-size:12px;border-radius:5px;font-weight:600}@media screen and (max-width:1600px){.newSubsPlanCard .bottom-part .add-on-cover .recommend-text{font-size:10px;padding:4px 8px}}.newSubsPlanCard h1,.newSubsPlanCard h2,.newSubsPlanCard h3,.newSubsPlanCard h4,.newSubsPlanCard h5,.newSubsPlanCard h6,.newSubsPlanCard p,.newSubsPlanCard span{line-height:1.6}.merge-draft-icon{position:absolute;top:4px;right:0;left:32px;background-color:var(--white);border-radius:50%;padding:3px;color:red;width:20px;height:20px;transform:translate(-50%,-50%);box-shadow:0 1px 2px 1px #0003}.custom-library-tooltip.MuiTooltip-tooltip{background-color:#fff!important;color:#000!important;border:1px solid #000;box-shadow:2px 2px 5px #0003;font-size:14px;font-weight:400;border-radius:4px;padding-top:4px!important;padding-bottom:4px!important}.align-warning-alert{align-items:center}