@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&display=swap");
.fs_10 {
  font-size: 10px !important;
}

.fs_12 {
  font-size: 12px !important;
}

.fs_14 {
  font-size: 14px;
}

.fs_15 {
  font-size: 15px !important;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px;
  line-height: 29px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px;
}

.fs_30 {
  font-size: 30px !important;
}

.fs_36 {
  font-size: 36px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-54 {
    font-size: 54px !important;
  }
.br-10 {
  border-radius: 10px;
}

.br-12 {
  border-radius: 12px;
}

.br-14 {
  border-radius: 14px;
}

.br-16 {
  border-radius: 16px;
}

.br-18 {
  border-radius: 18px;
}

.br-20 {
  border-radius: 20px;
}

.br-22 {
  border-radius: 22px;
}

.br-24 {
  border-radius: 24px;
}

.br-26 {
  border-radius: 26px;
}

.br-30 {
  border-radius: 30px;
}

.br-55 {
  border-radius: 55px;
}

.padding-10 {
  padding: 10px 10px;
}

.padding-16 {
  padding: 16px 16px;
}

.padding-18 {
  padding: 18px 18px;
}

.padding-20 {
  padding: 20px 20px;
}

.padding-25 {
  padding: 25px 25px;
}

.padding-30 {
  padding: 30px 30px;
}

.padding-35 {
  padding: 35px 35px;
}

.padding-40 {
  padding: 40px 40px;
}

.padding-50 {
  padding: 50px;
}

.padding {
  padding: 16px 32px;
}

.py-25 {
  padding: 25px 0px;
}

.pt-6 {
  padding-top: 6px;
}

.pt-7 {
  padding-top: 7px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pe-20 {
  padding-right: 20px;
}

.py-40-20 {
  padding: 40px 0px 20px 0px;
}

.mt-18 {
  margin-top: -18px;
}

.mt-70 {
  margin-top: -70px;
}

.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
  }

  .mb-60 {
    margin-bottom: 60px;
  }
.my-40 {
  margin: 40px 0px;
}
.gap-20 {
  gap: 20px;
}
.pt-37 {
    padding-top: 37px;
  }
.lightmaroon-wrapper {
  background: rgba(238, 35, 44, 0.1294117647);
  border-radius: 26px;
  padding: 20px 18px;
}

.lightgreen-wrapper {
  background: rgba(0, 255, 148, 0.0705882353);
  border-radius: 26px;
  padding: 20px 18px;
}

.lightpink-wrapper {
  background: linear-gradient(180deg, #FCF0FF 0%, #FFF8FA 100%);
  border-radius: 22px 90px 22px 22px;
  height: 100%;
  position: relative;
}
.lightpink-wrapper::after {
  content: " ";
  position: absolute;
  width: 42px;
  height: 42px;
  top: 12px;
  right: 7px;
  background: linear-gradient(86.57deg, #B61FDE 5.46%, #FE4B77 98.67%);
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  border-top-right-radius: 20px;
}

.primaryGradient-bg {
    background: linear-gradient(86.57deg, #B61FDE 5.46%, #FE4B77 98.67%);
  }

.user-card {
  border: 1px solid #E9E9E9;
  background: #FFFFFF;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.0784313725);
}

.gradient-wrapper {
  background: linear-gradient(180deg, #FCF0FF 0%, #FFF8FA 100%);
}

.lightpurple-bg {
  background: #F1E3FF;
}

.border-left {
  border-left: 2px solid rgba(182, 31, 222, 0.1098039216);
}

.border-left2 {
  border-left: 1.5px solid #DADADA;
}

.main-border {
  border: 1px solid #DDDDDD;
}

.border-2 {
  border: 1px solid #E4E4E4;
}

.border-3 {
  border: 1px solid #E2E2E2 !important;
}

.border-4 {
  border: 1px solid #CCCCCC !important;
}

.border-5 {
  border: 1px solid #DBDBDB !important;
}

.border-bottom {
  border-bottom: 1px solid #EAEAEA;
}

.border-bottom2 {
  border-bottom: 1px solid #E2E2E2;
}
.border-bottom3 {
  border-bottom: 1px solid #DADADA;
}
.border-dashed {
  border-bottom: 1px dashed #000000;
}

.border-none {
  border: none !important;
}

.min-h-430px {
  min-height: 430px;
}

.h-100 {
  height: 100% !important;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.max-w-540 {
    max-width: 540px;
}
html, body {
  font-family: "Outfit";
}

h1 {
  font-size: 30px !important;
  font-weight: 700 !important;
}

h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
}

h3 {
  font-size: 24px !important;
  font-weight: 600 !important;
}

h5 {
  font-size: 20px !important;
  font-weight: 600 !important;
}

p, li {
  color: #5F5F5F;
}

[contenteditable] {
  outline: 0px solid transparent;
}

.primary-btn {
  border: 1px solid #1B1B1B !important;
  background: #FFFFFF !important;
  color: #1B1B1B !important;
  border-radius: 8px;
  font-weight: 500 !important;
  font-size: 16px !important;
  padding: 8px 32px;
}
.primary-btn:hover {
  background: #1B1B1B !important;
  color: #FFFFFF !important;
}

.secondary-btn {
  border: 1px solid #1B1B1B !important;
  background: #1B1B1B !important;
  color: #FFFFFF !important;
  border-radius: 8px;
  font-weight: 500 !important;
  font-size: 16px !important;
  padding: 8px 32px;
}

.main-btn {
  background: linear-gradient(86.57deg, #B61FDE 5.46%, #FE4B77 98.67%);
  border: unset !important;
  border-radius: 14px;
  color: #FFFFFF !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  padding: 9px 25px;
}

.reviews-btn {
  background: linear-gradient(262.74deg, #B61FDE 12.53%, #FE4B77 71.5%);
  color: #FFFFFF !important;
  font-weight: 600 !important;
  font-size: 18px;
  border-radius: 18px;
  border: unset !important;
  padding: 15px 60px;
}

.pastetext-btn {
  background: #F7F7F7 !important;
  border: unset !important;
  padding: 20px 40px;
  border-radius: 13px;
}

@media (max-width: 575px) {
    .pastetext-btn {
        padding: 20px !important;
    }
}

.clear-btn, .copy-btn {
  background: unset !important;
  border: unset !important;
  color: #8F8F8F !important;
}
.clear-btn:hover, .copy-btn:hover>img, .copy-btn:hover>span {
  color: #1B1B1B;
  filter: brightness(0) saturate(100%) invert(9%) sepia(0%) saturate(1259%) hue-rotate(280deg) brightness(97%) contrast(96%);
}

.humanize-btn {
  background: linear-gradient(86.57deg, #B61FDE 5.46%, #FE4B77 98.67%) !important;
  border: unset !important;
  border-radius: 14px;
  padding: 14px 32px;
  color: #FFFFFF !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  max-width: 180px;
  width: 100%;
  max-height: 53px;
  height: 100%;
}
.humanize-btn:hover {
  background: linear-gradient(86.57deg, #FE4B77 5.46%, #B61FDE 98.67%) !important;
}

.go-pro {
  background: linear-gradient(86.57deg, #B61FDE 5.46%, #FE4B77 98.67%) !important;
  /* border: 1px solid #1B1B1B !important; */
  border: unset !important;
  color: white !important;
  border-radius: 8px;
  font-weight: 500 !important;
  font-size: 16px !important;
  padding: 9px 32px;
}
.go-pro:hover {
  background: linear-gradient(86.57deg, #FE4B77 5.46%, #B61FDE 98.67%) !important;
}

.checkai-btn {
  border: 1px solid #afafaf !important;
  border-radius: 14px;
  background: #FFFFFF !important;
  color: #8F8F8F !important;
  font-weight: 500;
  padding: 16px 22px;
  display: flex;
  align-items: center;
}
.checkai-btn img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(0%) saturate(1021%) hue-rotate(204deg) brightness(101%) contrast(95%);
}

.copy-btn img, .copy-btn span {
  filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(401%) hue-rotate(74deg) brightness(95%) contrast(92%);
}

.form-btn {
  background: linear-gradient(262.74deg, #B61FDE 12.53%, #FE4B77 71.5%);
  color: #FFFFFF !important;
  border: unset !important;
  width: 100%;
  padding: 16px;
}

.blackoutline-btn {
  border: 1px solid #1B1B1B !important;
  background: #FFFFFF !important;
  color: #1B1B1B !important;
  padding: 14px 24px;
}
.blackoutline-btn:hover {
  background: #A143FF !important;
  /* background: #1B1B1B !important; */
  color: #FFFFFF !important;
}
.blackoutline-btn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(5%) hue-rotate(126deg) brightness(101%) contrast(104%);
}

.purple-btn {
  background-color: #A143FF !important;
  border: unset !important;
  color: #FFFFFF !important;
  padding: 16px;
}

.cancel-btn {
  color: #5F5F5F;
  border: unset !important;
  text-decoration: underline;
}

.grey-text {
  color: #474747;
}

.grey-text3 {
  color: #8F8F8F;
}

.grey-text4 {
  /* color: #A2A2A2 !important; */
}

.premium-text {
  background: -webkit-linear-gradient(86.57deg, #B61FDE 5.46%, #FE4B77 98.67%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.premium-text2 {
  background: linear-gradient(90deg, #E06CFF 0%, #FF5982 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.red-text {
  color: #FF232D;
}

.green-text {
  color: #26A661;
}

.greentext-2 {
  color: #005128;
}

.greentext-3 {
  color: #209757;
}

.purple-text {
  color: #A143FF;
}
.secondaryBlack-text {
  color: #1A1A1A;
}
.bglight-1 {
  background-color: #F9F9F9;
  padding: 30px 18px 0px 18px;
}

.bglight-2 {
  background-color: #F9F9F9;
  padding: 30px 15px 30px 30px;
}

.premium-bg {
  background: linear-gradient(86.57deg, #B61FDE 5.46%, #FE4B77 98.67%);
}

.lightbg {
  background-color: #F9F9F9;
}

.navbar {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.031372549);
  background: #FFFFFF;
  padding: 10px 0px;
}
.navbar .nav-link {
  margin-right: 32px;
  color: #1B1B1B !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 20px;
}
.navbar .navbar-toggler:focus {
  box-shadow: none !important;
}

.dropdown {
  position: relative;
}
.dropdown .dropdown-item {
  color: #1B1B1B;
  font-weight: 500 !important;
  font-size: 20px !important;
  padding: 10px 15px;
}
.dropdown .dropdown-item:hover {
  background-color: #dbdbdb;
}
.dropdown .dropdown-menu {
  box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.168627451);
  border-radius: 14px;
}
.dropdown .dropdown-toggle {
  border: none !important;
}
.dropdown .dropdown-toggle::after {
  content: url("../icons/dropdown.svg");
  border: none !important;
  position: absolute;
  top: 15px;
  /* left: 60px; */
}

/* width */
::-webkit-scrollbar {
  width: 18px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #E8E8E8;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #C1BEBE;
  border: 4px solid #E8E8E8;
  border-radius: 8px;
}

.scroll-wrapper {
  overflow-y: scroll;
  height: 350px;
}

.accordion {
  --bs-accordion-btn-focus-box-shadow: unset !important;
  --bs-accordion-active-color: unset !important;
  --bs-accordion-border-width: unset !important;
  --bs-accordion-btn-bg: unset !important ;
}
.accordion .accordion-item {
  border-radius: 0px !important;
  background: unset !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #DCDCDC !important;
}
.accordion .accordion-button {
  color: #1B1B1B !important;
  font-weight: 600 !important;
  font-size: 22px;
  line-height: 32px !important;
}
.accordion .accordion-button::after {
  background-image: url(../icons/plus-icon.svg) !important;
  background-repeat: no-repeat;
}
.accordion .accordion-button:not(.collapsed) {
  background-color: unset !important;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../icons/subtraction-icon.svg) !important;
  background-repeat: no-repeat;
}
.accordion .accordion-body {
  padding: 5px 20px !important;
  text-align: start !important;
}
.accordion .accordion-body p {
  font-size: 14px !important;
}

@media (max-width: 768px) {
  .accordion-button {
    font-size: 16px !important;
  }
}
@media (max-width: 576px) {
  .accordion-button {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .accordion-body p {
    margin: 10px 0px !important;
  }
}
.headerSec {
  background-image: url(../images/bgpattern.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px 40px;
}
.headerSec .inner-headings {
  line-height: 50px;
  height: 50px;
  overflow: hidden;
}
.headerSec .inner-headings span {
  position: relative;
  animation: rotating-text 6s ease infinite;
}
@keyframes rotating-text {
    0%, 100% {
      top: 0;
    }
    33% {
      top: 0;
    }
    38% {
      top: -50px;
    }
    71% {
      top: -50px;
    }
    76% {
      top: -100px;
    }
    95% {
      top: -100px;
    }
  }

.form-control:focus {
    box-shadow: unset !important;
}

.headerSec .assist .row > * {
  padding: 0px 2px;
}
.headerSec .assist-tag {
  border: 1px solid rgba(151, 71, 255, 0.2901960784);
  background: #FFFFFF;
  padding: 14px 14px;
}
.headerSec .assist-tag span {
  font-size: 14px !important;
}
.headerSec .main-wrapper {
  box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 20px;
  background: #FFFFFF;
}
.headerSec .placeHoldertext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.undetectable-ai-action {
  background: #1B1B1B;
}
.undetectable-ai-action .original-aicontent {
  background: #232323;
  border: 1px solid #464646;
  border-radius: 22px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.undetectable-ai-action .original-aicontent::before {
  content: url(../images/circlelayers.png);
  position: absolute;
  top: -115px;
  left: 55px;
  z-index: 1;
}
.undetectable-ai-action .premium-border {
  background: linear-gradient(86.57deg, #B61FDE 5.46%, #FE4B77 98.67%);
  padding: 1px 1px;
  position: relative;
}
.undetectable-ai-action .premium-border::after {
  content: url(../images/circlelayers.png);
    position: absolute;
    top: 10px;
    left: 100%;
    rotate: 90deg;
    z-index: 1;
    transform: translate(50%, 50%);
}

.undetectable-ai-action .humanizedby-humanizeai {
    background: #232323;
    border-radius: 22px;
    padding: 20px 20px 35px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.accordion-section {
  background-color: #F9F9F9 !important;
  border-radius: 16px;
}

.form-group .form-control, .form-group .form-control:focus {
  padding: 0.7rem 0.7rem !important;
  border: 1px solid #DFDFDF !important;
  border-left: unset !important;
  background: #FFFFFF !important;
  border-radius: 0px 9px 9px 0px !important;
  box-shadow: unset !important;
}
.form-group input::-moz-placeholder {
  font-weight: 400;
  color: #5F5F5F;
}
.form-group input::placeholder, .form-group input {
  font-weight: 400;
  color: #5F5F5F;
}

.input-group-prepend {
  width: 53px;
  height: 51px;
  background: #F0F0F0;
  border: 1px solid #DFDFDF;
  border-radius: 9px 0px 0px 9px;
}

.input-eyeimg {
  position: absolute;
  top: 50%;
  right: 5%;
}

.divider:before,
.divider:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #E2E2E2;
}

.google_btn {
  border: 1px solid #D4D4D4 !important;
  color: black !important;
  width: 100%;
  padding: 14px !important;
  height: 53px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

textarea {
  resize: none;
  box-shadow: unset !important;
  border: 1px solid #D4D4D4 !important;
  border-radius: 9px !important;
}

.contactus-wrapper {
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.1294117647);
  border: 1px solid #1B1B1B;
  background-color: #FFFFFF !important;
  padding: 50px 50px;
}

@media (max-width: 768px) {
  .contactus-wrapper {
    padding: 25px 25px !important;
  }
}
.humanizeaitext-forms {
  background-image: url(../images/bgpattern.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.humanizeaitext-forms .form-mainwrapper {
  background: #FFFFFF;
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.1294117647);
  border-radius: 24px;
  padding: 50px 50px;
}

.footer-mainsection .footerpink-wrapper {
  background: linear-gradient(180deg, #FCF0FF 0%, #FFF8FA 100%);
  /* position: relative;
  top: 120px; */
}

footer {
  background: #1B1B1B;
}
footer .mainpart {
  padding: 150px 0px 20px 0px;
}
footer h5 {
  color: #FFFFFF !important;
}
footer a {
  text-decoration: none;
  font-weight: 500 !important;
  line-height: 20px;
  color: #FFFFFF !important;
}
footer .bottom-bar {
  border-top: 1px solid #393939;
  padding: 25px 0px;
}
footer p {
  color: #FFFFFF !important;
}

.mb_-100{
    margin-bottom: -100px;
}
.mt-80{
    margin-top: 80px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
margin-bottom: 30px;
}

.mb-36 {
margin-bottom: 36px;
}
.modal-content {
  border: unset !important;
  border-radius: 16px !important;
}

.modal-header {
  border-bottom: none !important;
}
.modal-header .arrow-btn {
  border: none !important;
  display: flex;
  align-items: center;
}

.modal-body {
  padding: 0px 28px 20px 28px !important;
}

.btn-close {
    --bs-btn-close-focus-shadow: unset !important;
}
@media (min-width: 320px) {
  html, body {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
  }
}
@media (max-width: 400px) {
  .humanize-btn {
    padding: 14px 14px !important;
  }
}
@media (max-width: 992px) {
  .humanscore, .specialists {
    padding-top: 0 !important;
  }
}
@media (max-width: 990px) {
  h1 {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  h2 {
    font-size: 24px !important;
    line-height: 35px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  .counter {
    font-size: 30px !important;
  }
}
@media (max-width: 366px) {
  .blackoutline-btn {
    margin-left: 10px !important;
  }
}
@media (max-width: 768px) {
  .form-mainwrapper {
    padding: 25px 25px !important;
  }
  .gradient-wrapper {
    padding: 20px 20px !important;
  }
}
@media (max-width: 400px) {
  .logo {
    width: 220px !important;
  }
}
/* // Popup */
.modalHeader {
    background-image: url(../images/probg.png) !important;
    background-position: center !important;
    border-bottom: none !important;
}
.modalHeader_bg{
    background-image: url(../images/background.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.closebtn {
    position: absolute;
    right: -15px;
    bottom: 70px;
    border: none !important;
}

@media(max-width:992px){
    .bglight-1{
     padding: 30px 18px;
    }
 }
@media(max-width:410px){
    .emailHolder,.passwordHolder,.nameHolder,.phoneHolder{
      ::placeholder{
        font-size: 12px !important;
      }
    }
}

@media(max-width:576px){
    .ai-detectors{
        display: none !important;
      }
    }
    /* // */
.pricingplan-mainwrapper {
  box-shadow: 0px 0px 53px 0px rgba(0, 0, 0, 0.0588235294);
  background-color: #FFFFFF;
}

.pricingplan-mainwrapper .radio-boxes .myRadio {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 32px;
    left: 38px;
  }
  .pricingplan-mainwrapper .radio-boxes .myRadio:checked:before {
    content: url(../icons/pricing/radiocheck.svg);
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 0 !important;
  }
  .pricingplan-mainwrapper .radio-boxes .myRadio:checked + .radio-label {
    background: #F7EFFF !important;
  }
  .pricingplan-mainwrapper .radio-boxes .form-control {
    border: none !important;
  }

.pricingplan-mainwrapper .premiumplan-wrapper {
  background: #F7EFFF;
}
.pricingplan-mainwrapper .img-bg {
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #FFFFFF;
  display: inline-block;
}
.pricingplan-mainwrapper p {
  margin: 0 !important;
}

.hoverEffect {
    position: relative;
    overflow: hidden;
}

.hoverEffect::before {
    content: "";
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.17);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-70%) rotate(-45deg);
    transition: all 0.5s;
    animation: lineHover 1s infinite;
}
@keyframes lineHover {
    0% {
        transform: translateX(-70%) rotate(-45deg);
    }

    50% {
        transform: translateX(70%) rotate(-45deg);
    }
}

.lineThrough {
    text-decoration: line-through;
    color: red;
    font-size: 20px;
}

.billings-tab {
  background: rgba(255, 255, 255, 0.4705882353) !important;
  border: 1px solid #E2E2E2;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #FFFFFF !important;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 12px 24px !important;
  border-radius: 14px;
}

.billings-tab .monthly-billingplan {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1019607843);
}

.activeplan-wrapper {
  border: 1px solid rgba(182, 31, 222, 0.1803921569);
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.1294117647);
  background: #FFFFFF;
}
.activeplan-wrapper .active-plan {
  background: #f6ecff;
  display: inline-block;
}

.password-ShowHideBtn {
    position: absolute;
    top: 3px;
    right: 11px;
  }
/*# sourceMappingURL=style.css.map */

.input-text {
    width: 100%;
    overflow-y: auto;
    min-height: 430px;
    max-height: 430px;
}

#output_text_div span{
    color: #B61FDE ;
}
.alter-text span{
    color: #B61FDE ;
}

#SiteLoader {
    position: fixed;
    top: 0;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    /* background-color: #FFFFFF; */
    z-index: 20000000000 !important;
}
.bounce {
    animation: bounce 1s cubic-bezier(0, 0, 0.2, 1) alternate infinite;
}
@keyframes bounce {
    0% {
        transform: translatey(0)
    }

    100% {
        transform: translatey(-2em)
    }
}

#copyAlert, #copyAlert2 {
    background-color: black;
    width: max-content;
    color: #FFFF;
    padding: 5px 10px;
    border-radius: 5px 5px 0px 5px;
    font-weight: 100;
    position: absolute;
    top: -30px;
    right: 0px;
}

.aboutUs-items {
    background: #FFFFFF;
    box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.0784313725);
    border-radius: 20px;
    padding: 25px;
    height: 100%;
  }
  .aboutUs-items ul li {
    color: #000000 !important;
  }

.ph2
 {
    font-size: 26px !important;
    font-weight: 600 !important;
    color: black;
 }
.ph3
 {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: black;
 }

 @media (max-width: 400px) {
    .textarea-Footer .clear-btn, .textarea-Footer .copy-btn {
      padding: unset !important;
    }
  }

  @media (max-width: 576px) {
    .textarea-Footer .humanize-btn {
        padding: 14px 16px !important;
        font-size: 18px !important;
        max-width: 150px;
        max-height: 48px;
    }
    /* .textarea-Footer .humanize-btn img {
      display: none !important;
    } */
  }

  .exportBtn .dropdown-toggle {
    border: unset !important;
  }
  .exportBtn .dropdown-toggle::after {
    content: unset !important;
  }
  .exportBtn .dropdown-item {
    color: #1B1B1B;
    font-weight: 500 !important;
    padding: 14px 20px;
  }
  .exportBtn .dropdown-item:hover {
    background-color: #dbdbdb;
    border-radius: 12px;
  }
  .exportBtn .dropdown-menu {
    box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.168627451);
    border-radius: 14px;
    width: -moz-fit-content;
    width: fit-content;
  }

  .page-link {
    color: #5F5F5F !important;
    box-shadow: unset !important;
  }

  .active > .page-link, .page-link.active {
    z-index: 3;
    background: #F0F0F0 !important;
    color: #3A3A3A !important;
    border-radius: 4px;
    border: unset !important;
    height: 38px !important;
  }

  div.dt-container div.dt-length select {
    border: 1.2px solid #868686 !important;
    box-shadow: unset;
  }

  div.dt-container div.dt-search input {
    background-color: #F1F1F1 !important;
    border-radius: 10px !important;
    border: 0;
    font-size: 18px;
    color: #9D9D9D;
    box-shadow: unset !important;
  }

  .dt-info {
    color: #868686 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  @keyframes progress {
    0% {
      --percentage: 0;
    }
    100% {
      --percentage: var(--value);
    }
  }
  @property --percentage {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
  }
  [role=progressbar] {
    --percentage: var(--value);
    --primary: #26a661;
    --secondary: #d6d6d6;
    --size: 146px;
    animation: progress 2s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 2/1;
    border-radius: 50%/100% 100% 0 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  [role=progressbar]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(from 0.75turn at 50% 100%, var(--primary) calc(var(--percentage) * 1% / 2), var(--secondary) calc(var(--percentage) * 1% / 2 + 0.1%));
    -webkit-mask: radial-gradient(at 50% 100%, white 55%, transparent 55.5%);
            mask: radial-gradient(at 50% 100%, white 55%, transparent 55.5%);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(at 50% 100%, rgba(0, 0, 0, 0) 55%, #000 55.5%);
    -webkit-mask-mode: alpha;
  }

  [role=progressbar]::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) "%";
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--primary);
  }

  .siteAlert {
    position: fixed;
    top: 25vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
}

.dangerBox {
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.0980392157);
    border-radius: 8px;
    border: 1px solid #ff6268;
    background-color: #f1e2e3;
}
.successBox {
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.0980392157);
    border-radius: 8px;
    border: 1px solid #03af80;
    background-color: #c4ece1;
}

.countries-input .input-group-prepend {
    width: 53px;
    height: 51px;
    background: unset !important;
    border: 1px solid #DFDFDF;
    border-radius: 9px 0px 0px 9px;
  }

  .select {
    display: block;
    color: #5F5F5F !important;
    padding: 0.79rem 0.79rem !important;
    border: 1px solid #DFDFDF !important;
    border-radius: 9px !important;
    box-shadow: unset !important;
    position: relative;
    cursor: context-menu;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
  }
  .select :after {
    content: url(../icons/dropdown.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .select img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
  }
  .select .country {
    padding-left: 50px;
  }

  .list {
    display: none;
    height: 100%;
    margin: 0px auto;
    list-style: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.062745098);
    border: 1px solid #EBEBEB;
    overflow-y: scroll;
  }
  .list li {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #5F5F5F !important;
    padding: 4px;
    padding-left: 65px;
    position: relative;
    cursor: context-menu;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .list li:hover {
    background-color: #dbdbdb;
  }
  .list li img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }

  .newpassword-form {
    background: #FFFFFF;
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.1294117647);
    border-radius: 24px;
    padding: 40px;
  }

  /* checkout pahe start */
  .orderSummary-items {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.0901960784);
    border-radius: 16px;
  }
  .orderSummary-items .row {
    --bs-gutter-x: 0 !important;
  }
  .orderSummary-items .orderItem1, .orderSummary-items .orderItem2 {
    padding: 30px;
  }
  .orderSummary-items .standard-plan {
    border-bottom: 1px solid #E6E6E6;
  }
  .orderSummary-items .orderTotal {
    background: #eef1ff;
    color: #032EF8;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 700;
  }
  .orderSummary-items .visa-btn {
    background: #E9EFFF;
    border: 1.3px solid #4D7AFF;
    padding: 14px;
    border-radius: 12px;
  }
  .orderSummary-items .paypal-btn {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    padding: 14px;
    border-radius: 12px;
  }
  .orderSummary-items .card-fields .form-control {
    padding: 12px !important;
    border: 1px solid #D9D9D9 !important;
    box-shadow: none !important;
    border-radius: 16px !important;
    font-weight: 500;
    font-size: 18px;
    /* color: #9A9A9A !important; */
  }
  .orderSummary-items .card-fields ::-moz-placeholder {
    color: #9A9A9A !important;
  }
  .orderSummary-items .card-fields ::placeholder {
    color: #9A9A9A !important;
  }
  .orderSummary-items .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  .orderSummary-items .query {
    position: absolute;
    right: 12px;
    top: 20px;
  }
  .orderSummary-items .p-icon {
    position: absolute;
    right: 25px;
    top: 24px;
  }
  .orderSummary-items .text-start {
    text-align: left;
  }
  .orderSummary-items #coupon-code {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .orderSummary-items .applyBtn {
    background: #373738;
    color: #FFFFFF !important;
    border-radius: 7px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 14px 44px;
  }
  .darkpink-text {
      color: #C34242;
    }
  .upgrade-btn {
      /* background-color: #032EF8 !important; */
      background: linear-gradient(86.57deg, #B61FDE 5.46%, #FE4B77 98.67%);
      color: #FFFFFF !important;
      padding: 14px;
      font-size: 20px;
      font-weight: 600;
      border-radius: 12px;
  }
  /* checkout page end */
  .planBtn_event_none {
        pointer-events: none;
        background: black !important;
        color: white !important;
    }

    .pointer_event_none {
        pointer-events: none;
    }
/* billing page */
.mainBox {
    border: 1px solid #CCCCCC !important;
    background-color: #FFFFFF;
  }
  .mainBox .searchInput {
    background-color: #F1F1F1 !important;
    border-radius: 12px;
    border: 0;
    font-size: 18px;
    color: #9D9D9D;
    box-shadow: unset !important;
    padding: 12px;
  }
  .mainBox .searchInput ::-moz-placeholder {
    color: #9D9D9D;
  }
  .mainBox .searchInput ::placeholder {
    color: #9D9D9D;
  }
  .mainBox .imgPos {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    filter: brightness(0) saturate(100%) invert(68%) sepia(0%) saturate(2154%) hue-rotate(255deg) brightness(91%) contrast(95%);
  }

  /* end billing page */

  /* text loading start*/
  .loading {
        display: inline-block;
    }
    .loading span {
        font-size: 60px; /* Adjust this to change the dot size */
        line-height: 0;  /* Ensure the dots do not have extra spacing */
        animation: blink 1.4s infinite both;
    }
    .loading span:nth-child(2) {
        animation-delay: 0.2s;
    }
    .loading span:nth-child(3) {
        animation-delay: 0.4s;
    }
    @keyframes blink {
        0%, 80%, 100% {
            opacity: 0;
        }
        40% {
            opacity: 1;
        }
    }
  /* text loading end*/

  /* Language change dropdown start */
  .primary-dropdown .dropdown-menu {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
    border: 0.5px solid #FE4B77;
    border-radius: 12px;
  }
  .primary-dropdown .dropdown-menu .dropdown-item {
    border-radius: 8px;
    /* margin-bottom: 5px; */
  }
  .primary-dropdown .dropdown-toggle::after {
    border: unset;
  }
  @media (max-width: 992px) {
    .lang-dropdown {
      columns: 1 !important;
    }
    .dropdown-menu{
        width: 75%;
    }
  }
  /* Language change dropdown end */

/* skeleton start */
    .actionTextLoader {
        white-space: nowrap;
    }
    .skeleton {
        --bg: #e1e1e1;
        --glare-bg: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.4), transparent);
        position: relative;
        background-color: var(--bg);
        overflow: hidden;
      }

      .skeleton::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: var(--glare-bg);
        transform: translateX(-100%);
        animation: skeleton-glare 1.75s infinite ease-out;
        z-index: 1;
      }

      @keyframes skeleton-glare {
        to {
          transform: translateX(100%);
        }
      }
    .card__text {
        font-size: 1rem;
        height: 1em;
        border-radius: 20px;
      }
    .card__body > .card__text {
        margin: 0.5em 0;
    }

    .card__body > .card__text:first-child {
        margin-top: 0.25rem;
    }

    .card__body > .card__text:last-child {
        margin-bottom: 0.25rem;
        width: 66%;
    }
/* skeleton End */

.table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date{
    text-align: center;
}
.table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td{
    text-align: center;
}

.pSticky {
  position: sticky !important ;
  top: 10px;
}

.article-blog-item1 {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1294117647);
  border: 1px solid #DADADA;
}
.article-blog-item1 h5 {
  margin: 0 !important;
}

.article-blog-item2 {
  background-image: url(../icons/blog/bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 30px;
}
.main-coverbg {
  background-image: url(../images/bgpattern.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.zoom-in-out {
    animation: zoom-in-out 0.5s;
}

@keyframes zoom-in-out {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.4); /* Zoom in */
    }
    100% {
        transform: scale(1); /* Zoom out */
    }
}

/* simultaneously */
/* Hide scrollbars by default */
#inputtextarea:empty, #output_text_div:empty {
    overflow: hidden;
}

.hover-div {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-div:hover {
    transform: scale(1.1); /* Enlarges the div slightly */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Adds a shadow effect */
}


.api-card {
    background: #FCFCFC;
    border: 2px solid #F7F7F7;
    border-radius: 14px;
  }

  .api_btn {
    background: linear-gradient(90deg, #E06CFF 0%, #FF5982 100%);
    border: none;
    color: #FFFFFF;
    padding: 13.5px 28px;
    border-radius: 12px;
  }

  .api-heroSection {
    padding: 98px 0px 130px;
  }
  .api-heroSection .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 97px;
         column-gap: 97px;
  }
  .api-heroSection .apilogo_box {
    background: linear-gradient(90deg, rgba(224, 108, 255, 0.2) 0%, rgba(255, 89, 130, 0.2) 100%);
    border: 1px solid #FF5982;
    border-radius: 60px;
    padding: 5px 18px;
    margin-bottom: 10px;
  }
  .api-heroSection p {
    color: #373738;
  }
  .api-heroSection .docs_btn {
    padding: 13.5px 28px;
    border-radius: 12px;
    border: 1px solid #E06CFF;
    background: -webkit-linear-gradient(86.57deg, #B61FDE 5.46%, #FE4B77 98.67%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent !important;
  }

  .pricingfeatures-section .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 58px;
  }
  .pricingfeatures-section .features-wrapper .features-header {
    background-color: #F0F0F0;
    padding: 19px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
  }
  .pricingfeatures-section .features-wrapper .features_list {
    background-color: #fdfdfd;
    border: 2px solid #F0F0F0;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    padding: 15px 19px 40px;
    list-style-position: inside;
    flex-grow: 1;
  }
  .undetectable-ai-action .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .pricingfeatures-section .features-wrapper .features_list li {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
  }
  .pricingfeatures-section .apilimit-calculator {
    background-color: rgba(182, 31, 222, 0.1019607843);
    border: 2px solid #B61FDE;
    border-radius: 55px;
    padding: 25px 30px 40px;
  }
  .pricingfeatures-section .apilimit-calculator .button {
    background-color: #B61FDE;
    color: #FFFFFF;
    border: none;
    border-radius: 31px;
    padding: 16px;
    margin: 0px 10px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }
  .pricingfeatures-section .apilimit-calculator .slider {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    height: 8px;
    outline: none;
    transition: opacity 0.15s ease-in-out;
    border-radius: 5px;
  }
  .pricingfeatures-section .apilimit-calculator .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #B61FDE;
    border: 3px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
  }
  .pricingfeatures-section .apilimit-calculator .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background-color: #B61FDE;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
  }
  .pricingfeatures-section .apilimit-calculator .words_output {
    background-color: rgba(182, 31, 222, 0.1019607843);
    border-radius: 30px;
    color: #000000 !important;
    padding: 8px 15px;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
  }
  .pricingfeatures-section .apilimit-calculator .apiPlan-tab {
    background: rgba(0, 0, 0, 0.0509803922) !important;
    border-radius: 24px;
    padding: 7px;
  }
  .pricingfeatures-section .apilimit-calculator .nav-pills .nav-link.active, .pricingfeatures-section .nav-pills .show > .nav-link {
    background-color: #1B1B1B !important;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1215686275);
    color: #ffffff !important;
    border-radius: 17px;
    padding: 7px 22px !important;
    font-weight: 500;
  }
  .pricingfeatures-section .apilimit-calculator .nav-pills .nav-link.active span {
    color: #ffffff !important;
  }
  .pricingfeatures-section .apilimit-calculator ul li button span {
    color: #988f9a;
  }

  .api-dashbaordimg-section {
    background-color: #fbfafa;
    padding-top: 40px;
  }
  .api-dashbaordimg-section p {
    color: #9D9D9D;
  }

  @media (min-width: 992px) {
    .py-lg-80 {
      padding: 80px 0px;
    }
    .mt-lg-120 {
      margin-top: 120px;
    }
  }
  @media (max-width: 991px) {
    .api-heroSection {
      padding: 50px 0px;
    }
    .undetectable-ai-action .grid {
        grid-template-columns: 1fr !important;
      }
    .pricingfeatures-section .grid {
      grid-template-columns: 1fr !important;
      gap: 24px !important;
    }
    .py-50 {
      padding: 50px 0px;
    }
    .mt-50 {
      margin-top: 50px;
    }
  }

  @media (max-width: 575px) {
    .pricingfeatures-section .apilimit-calculator .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
      padding: 7px 14px !important;
      font-size: 14px !important;
    }
    .pricingfeatures-section .apilimit-calculator .nav-pills .nav-link.active .badgeBox span, .nav-pills .show > .nav-link .badgeBox span {
      font-size: 12px !important;
    }
  }

  /*--------------------------------------------------------------
 # Humanizer Checker Container
--------------------------------------------------------------*/
.humanizeChecker-container{
  background-color: #ffffff;
  box-shadow: 0px 0px 14px 0px #00000012;
  border-radius: 20px;
  padding: 30px;
  margin-top: 50px;
}
.humanizeChecker-container .humanizeChecker-detector {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 30px;
}

/* Graph CSS */
.humanizeChecker-container .gauge {
position: relative;
width: 146px;
height: 73px;
background: linear-gradient(91.42deg, #26a661 -12.37%, #da8a11 32.53%, #f50101 95.83%);
border-radius: 50%/100% 100% 0 0;
overflow: hidden;
}
.humanizeChecker-container .gauge .mask {
position: absolute;
left: 20%;
right: 20%;
bottom: 0;
top: 40%;
background-color: #ffffff;
border-radius: 50%/100% 100% 0 0;
}
.humanizeChecker-container .gauge .percentage {
position: absolute;
inset: 0;
background-color: #e9ecef;
transform: rotate(90deg);
transform-origin: bottom center;
transition: transform 1.5s ease-in-out;
}
.humanizeChecker-container .gauge .value {
position: absolute;
bottom: 0%;
left: 0;
width: 100%;
text-align: center;
}


/*--------------------------------------------------------------
  # Word Limit Modal
--------------------------------------------------------------*/
.newLimit-modal {
  /* Selected Plan Css */
}
.newLimit-modal .modal-dialog {
  max-width: 458px;
}
.newLimit-modal .modal-content {
  background-color: #ffffff;
  border-radius: 30px !important;
  padding: 30px clamp(1.25rem, 1.071rem + 0.89vw, 1.875rem);
}
.newLimit-modal .modal-header {
  padding: 0 clamp(1.25rem, 0.88rem + 1.85vw, 2.5rem);
  margin-bottom: 30px;
}
.newLimit-modal .modal-body {
  padding: 0 !important;
}
.newLimit-modal .modal-heading {
  font-size: clamp(1.125rem, 1.018rem + 0.54vw, 1.5rem);
}
.newLimit-modal .btnClose {
  position: absolute;
  top: clamp(1.25rem, 0.972rem + 1.39vw, 2.188rem);
  right: clamp(1.25rem, 0.972rem + 1.39vw, 2.188rem);
}
.newLimit-modal .btnClose:is(:hover, :active, :focus) {
  box-shadow: unset !important;
}
.newLimit-modal .goPro-btn {
  background: linear-gradient(86.57deg, #B61FDE 5.46%, #FE4B77 98.67%);
  padding: clamp(0.625rem, 0.518rem + 0.54vw, 1rem) 40px;
  margin-top: clamp(1.5rem, 1.393rem + 0.54vw, 1.875rem);
}
.newLimit-modal .plan-container {
  background-color: #F6ECFF;
  border-radius: 32px;
  padding: 4px;
  text-align: center;
  flex: 1 1 0;
  min-width: 190px;
}
.newLimit-modal .plan-container .plan-header {
  background-color: #FFFFFF;
  border-radius: 32px 32px 0 0;
  padding: 20px 5px 16px;
}
.newLimit-modal .plan-container .price-wrapper p {
  color: #1A1A1A;
  font-size: clamp(1.375rem, 1.232rem + 0.71vw, 1.875rem);
}
.newLimit-modal .selected-plan {
  background-color: #A143FF !important;
  transition: transform 0.3s ease-in-out;
}
.newLimit-modal .selected-plan p, .newLimit-modal .selected-plan span {
  color: #FFFFFF !important;
}
.newLimit-modal .selected-plan .plan-header {
  background-color: #f6ecff !important;
}
.newLimit-modal .selected-plan .plan-header p {
  color: #1A1A1A !important;
}

@media (max-width: 575px) {
  .newLimit-modal .plan-container {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
}
