#mocono-custom-top-bar {
  background: #2b044f;
  color: #fff;
  padding: 5px 12px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999999999999;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  justify-content: space-between;
  display: flex;
  font-size: 14px;
  align-items: center;
  height: 32px;
}

#mocono-custom-top-bar a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  font-size: 14px;
}

#mocono-custom-top-bar a:hover {
  text-decoration: underline;
  font-size: 14px;
}

.quicklinks ul li {
  display: block !important;
  margin-left: 10px !important;
}

.error-border {
  border: 1px solid red !important;
}

#login_email-error {
  display: none !important;
}

#login_password-error {
  display: none !important;
}

@media (max-width:579px) {
  #current_payment div {
    display: block !important;
  }

  #current_payment div h5 {
    margin-bottom: 10px;
  }

  #current_payment div p {
    margin-bottom: 10px;
  }
}

.moconoMonthlyYearlyPlanHide {
  display: none;
}

.moconoMonthlyYearlyPlanShow {
  display: block;
}

/*
 * Center align Ads Start
 */
.stream-item-widget .stream-item-widget-content iframe {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*
 * Center align Ads End
 */

.custom-file-input {
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 3rem;
}

.custom-file-input::-webkit-file-upload-button {
  display: none;
}

.custom-file-input::before {
  content: "Browse...";
  text-align: center;
  color: #3f1689;
  display: inline-block;
  background: #d8dde5;
  border-radius: 8px;
  padding: 10px 15px;
  outline: none;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}

.custom-file-input:hover::before {
  border-color: black;
}

.custom-file-input:active {
  outline: 0;
}

.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

div.h-10.w-10 img {
  display: none;
}

.bgDark {
  background-color: #484849;
}

.customTopShadow {
  -webkit-box-shadow: 0px -8px 0px 0px #000000;
  box-shadow: 0px -8px 0px 0px #000000;
}

.max-h-0 {
  max-height: 0;
}

.selectedLink {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  width: auto;
  color: #3f1689;
  background-color: #f2f4f8;
  border-radius: 50px 0px 0px 50px;
  font-weight: 500;
}

.selectedLink::before {
  content: "";
  position: absolute;
  right: 0;
  background-color: transparent;
  bottom: -50px;
  height: 50px;
  width: 25px;
  border-top-right-radius: 30px;
  box-shadow: 0 -25px 0 0 #f2f4f8;
}

.selectedLink::after {
  content: "";
  position: absolute;
  right: 0px;
  background-color: transparent;
  top: -50px;
  height: 50px;
  width: 25px;
  border-top-left-radius: 30px;
  box-shadow: 0 -25px 0 0 #f2f4f8;
  transform: rotate(180deg);
}

.selectedLink img {
  filter: invert(14%) sepia(73%) saturate(4143%) hue-rotate(259deg) brightness(69%) contrast(103%);
}

.w-18-5 {
  width: 18.5rem;
}

.shadowcustom {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

.header-fixed {
  position: fixed;
  z-index: 10;
  width: 18rem;
}

.bg-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.disabled {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bg-gray {
  background-color: #d8dde5;
}

.custom-file-input1::before {
  content: "Upload your CSV";
}

.bg-lightPurple {
  background-color: #9386a6;
}

.h-min {
  height: min-content;
}

.border-r-active {
  border-right-color: #260c4c;
}

.border-r-white {
  border-right-color: #fff;
}

.hide {
  height: 0;
  overflow: hidden;
}

.show {
  height: 370px !important;
}

.moc-blurEffect {
  filter: blur(8px);
  overflow-x: hidden;
}
/*persons-count start*/
.quantity-paywall {
    border: 2px solid #000;
    border-radius: 5px;
}
button.minus {
   border-right: 2px solid;
    padding: 0px 10px;
    height: 33px;
    font-size: 16px;
    font-weight: 700;
    background-color: #edecec;
    border-radius: 5px 0px 0px 5px;
}
button.plus {
   border-left: 2px solid;
    padding: 0px 10px;
    height: 33px;
    font-size: 16px;
    font-weight: 700;
    background-color: #edecec;
    border-radius: 0px 5px 5px 0px;
}
input#persons-count:focus {
    border-color: unset !important;
    outline: unset;
    box-shadow: unset;
}
/*persons-count end*/
@media only screen and (max-width: 425px) {
  .w-85vw {
    width: 80vw;
  }
}

@media only screen and (min-width: 650px) and (max-width: 750px) {
  .w-85vw {
    width: 90vw;
  }
}

@media only screen and (min-width: 750px) and (max-width: 890px) {
  .w-85vw {
    width: 90vw;
  }
}

@media only screen and (min-width: 891px) {
  .w-85vw {
    width: 91vw;
  }
}

/* #mocono_fade_text{
  color: rgba(0, 0, 0, 0.6);
} */

.layout-regwall-login-custom {
  background: hsl(230, 49%, 93%);
  padding: 0.5rem 0.75rem;
  text-align: center;
  position: relative;
}

.layout-regwall-login-custom em,
.layout-regwall-login-custom a {
  font-style: normal;
}

.regwall__login-text {
  /* font-weight: bold; */
  cursor: pointer;
  text-decoration: underline;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1rem;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

h1:before {
  content: none !important;
}

.swal2-container {
  z-index: 100501 !important;
}

#wpadminbar {
  z-index: 9999;
}

/* .layout-regwall-login-custom::before {

  background: linear-gradient(

180deg, #fff0, #ffffff40,#ffffff80, #ffffffbf, #fff);

  content: "";

  display: block;

  height: 6rem;

  margin-top: -5rem;

  width: calc(100% );

} */
/* .layout-regwall-login-custom::after{
  content: '';
  position: absolute;
  left: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.6), rgba(255,255,255,0.8), rgba(255,255,255,0.9));
  right:0;
  height: 4rem;
  bottom: 45px
  }
  @media(max-width:1024px){
  .layout-regwall-login-custom::after{
  height: 5rem;
  }
  }
  @media(max-width:425px){
  .layout-regwall-login-custom::after{
  bottom: 70px;
  height: 7rem;
  }
  }
  @media(max-width:375px){
  .layout-regwall-login-custom::after{
  height: 8rem;
  }
  } */

.layout-regwall-login-custom::before {
  content: "";
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.9));
  height: 8rem;
}

/*
 * Center align wordpress website logo Start
 */
@media (min-width: 992px) {
  #sticky-logo a {
    vertical-align: middle !important;
  }
}

/*
 * Center align wordpress website logo End
 */

/* Floating Button Styles */
.float-btn-modal-openner {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #2b044f;
  color: #fff;
  padding: 4px 10px;
  z-index: 99999;
}

.float-btn-modal-openner:hover {
  color: #fff;
}

/* Tabs CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.tabs {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.tabs__navigation {
  display: flex;
  border-bottom: 2px solid #c8c8c8;
}

.tabs__navigation:hover .tool-tabs__tab.active {
  color: #000;
  font-weight: 400;
  background-color: #c8c8c8;
}

.tabs__navigation:hover .tool-tabs__tab.active:after {
  width: 0;
}

.tabs__navigation:hover .tool-tabs__tab:hover.active {
  color: #000;
  font-weight: 500;
}

.tabs__navigation:hover .tool-tabs__tab:hover.active:after {
  width: 100%;
}

.tabs__btn {
  position: relative;
  flex: 0 1 50%;
  padding-bottom: 15px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  transition: color 0.2s;
  cursor: pointer;
}

.tabs__btn.active {
  color: #fff;
  font-weight: 400;
  background-color: #1e1e1e;
}

.tabs__btn:hover {
  color: #fff;
  font-weight: 500;
}

.tabs__btn:hover.active {
  color: white;
  font-weight: 500;
}

.tabs__content {
  margin-top: 15px;
}

.tabs__body {
  display: none;
  font-size: 18px;
}

.tabs__body.active {
  display: block;
}

.admin-bar .mocono-modal-open {
  display: none !important;
}

#payment-form .print_plus_digital {
  display: none;
  text-align: left;
}

.mocono-paywall-benefits p {
  margin: 0;
  font-size: 14px;
}

.dp-price-card {
  min-height: 340px;
}

.mocono-paywall-benefits {
  width: 100%;
}

.mocono-paywall-branding {
  max-width: 35%;
  min-width: 35%;
}

.mocono-paywall-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 110px;
  overflow-y: auto;
}

.mocono-paywall-benefits ul li {
  position: relative;
}

.mocono-paywall-benefits ul li p {
  padding-left: 25px;
}

.mocono-paywall-benefits ul li:before {
  content: "✓";
  position: absolute;
  color: #475da7;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  padding: 1px;
  top: 10px;
  font-size: 12px;
}

.mc-popup-header p {
  margin-bottom: 15px !important;
}

/* Switch Toggle 2 */
#mc-switch-checkbox {
  display: none;
}

.mc-switch-toggle {
  display: flex;
  justify-content: end;
  padding-top: 10px;

}

.mc-switch-toggle>label {
  position: relative;
  width: auto;
  height: 36px;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */

  /* border: 4px solid #ccc; */
  border-radius: 8px;
}

.mc-switch-toggle>label>.switch-name {
  position: relative;
  flex: 1;
  text-align: center;

  font-size: 14px;
  /* color: #fff; */

  padding: 2px 8px;

  transition: all ease 0.3s;
}

.mc-switch-toggle>label>.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 45%;
  /* 
  border-radius: 4px; */
  /* background: #4297cf; */

  transition: all ease 0.3s;
}

/* .mc-switch-toggle>input+label {
  background: #000;
  border-color: #000;
} */

.mc-switch-toggle>input:checked+label>.switch-on,
.mc-switch-toggle>input+label>.switch-off {
  color: white;
}

.mc-switch-toggle>input+label>.switch-on,
.mc-switch-toggle>input:checked+label>.switch-off {
  color: #fff;
}

.mc-switch-toggle>input:checked+label>.layer {
  left: 0;
  right: 54%;

  background: #4297cf;
}

.mc-switch-toggle>input:disabled+label,
.mc-switch-toggle>input:disabled+label>.layer {
  background: #ccc;
  border-color: #ccc;
}

.mc-switch-toggle>input:disabled+label>.switch-name {
  color: #999;
}

.price-cards-wrapper .price-cards-inners {
  gap: 1rem;
}

.mc-price-card {
  padding: 16px;
  margin-top: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 302px;
  padding-bottom: 8px;
  /* margin-left: 10px;
  margin-right: 10px; */
}

.persons-count input {
  outline: none;
  /* padding: 2px; */
}

.mc-subscribe-btn-wrapper {
  background-color: white;
}

.mc-btn-subscribe {
  background: #1e1e1e;
  border-radius: 8px;
}

.mc-btn-subscribe:hover {
  background: rgba(30, 30, 30, 0.9);
}

.mc-free-trial-txt {
  text-align: center;
  padding: 0px;
  font-style: italic;
  color: #333;
  font-weight: 400;
}

.price-holder-yearly {
  display: none;
}

/* .price-cards-inner {
  display: flex;
  justify-content: space-around;
} */
.mc-price-card .mc-plan-title div {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  padding-bottom: 16px;
}

.mc-price-card .mc-plan-duration {
  padding-bottom: 16px;
}

.mc-price-card .mc-plan-duration .mc-plan-price-txt {
  font-size: 40px;
  font-weight: 400;
  /* padding-bottom: 8px; */
}

.mc-plan-price-txt {
  font-size: 40px;
}

.mc-price-card .mc-plan-title,
.mc-price-card .mc-plan-duration {
  text-align: center;
}

.mocono-paywall-benefits ul li:first-child {
  border-top: 1px solid #dbdbdb;
}

.mocono-paywall-benefits ul li {
  border-bottom: 1px solid #dbdbdb;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mc-paywall-card {
  width: 50%;
  /* padding-left: 16px; */
}

/* .mc-paywall-card+.mc-paywall-card {
  margin-left: 10px;
}

.mc-paywall-card:first-child {
  padding-left: 0;
} */

/* .mc-paywall-card {
  width: 302px;
  margin-left: auto;
  margin-right: auto;
} */

.dp-save-price-badge {
  margin-top: 10px !important;
}

.dp-save-price-badge2 {
  margin-top: 30px !important;
}

.dp-persons-count p {
  background-color: red;
  width: fit-content;
}

.multiple-paywall {
  width: auto;
  display: flex;
}

.single-paywall {
  margin-left: auto;
  width: auto;
  display: flex;
}

.dp-persons-input {
  /* margin-left: 5px; */
  border-width: 2px;
  height: 2rem;
  width: 2rem;
  border-radius: 0.25rem;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  font-size: 15px;
}

.dp-persons-count-person {
  margin: 0;
  padding: 0;
  width: fit-content;
  padding-top: 4px;
  /* margin-left: 3px; */
  margin-left: 0.5rem;
  margin-right: 3px;
  font-size: 16px !important;
}

.mc-save-price-badge {
  background-color: white;
  border-width: 10px 5px;
  border-style: solid;
  border-color: rgb(255, 214, 90) transparent;
  height: 0px;
  width: max-content;
  padding-left: 2%;
  padding-right: 2%;
  margin-top: 8px;
  /* margin-bottom: 8px; */
}

.mc-save-price-badge p {
  margin: 0;
  position: relative;
  top: -10px;
}

.mc-plan-duration .price-holder-monthly {
  /* display: flex !important; */
}

.mocono-modal-container {
  border-radius: 0.25rem;
}

.popup-heading {
  font-size: 32px;
  line-height: 30px;
}

.popup-description {
  font-size: 16px;
  padding-right: 10px;
}

.dp-popup-heading {
  font-size: 20px;
  color: #333333;
}

.dp-popup-price {
  font-size: 40px;
  color: #333333;
  margin-top: 15px;
}

.dp-popup-price span {
  font-size: 16px;
  margin-left: -6px;
}

.mocono-paywall-benefits ul::-webkit-scrollbar-thumb {
  background-color: #a8a8a8;
  background-clip: padding-box;
  border: 4px solid white;
  height: 50%;
  border-radius: 80px;
  border: 4px solid #a8a8a8;
}

.mocono-paywall-benefits ul::-webkit-scrollbar {
  width: 8px;
}

.mc-free-trial-txt {
  font-size: 16px;
}

.dp-popup-subscribe {
  height: 40px;
  font-size: 16px;
}

.sp-subscribe-button {
  margin-top: 0.75rem;
  font-size: 16px;
}

.sp-paywall-title {
  margin-bottom: 1rem;
}

.sp-plan-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .mocono-top-head {
    max-width: 405px;
  }
}

/* Mobile Query */
@media (max-width: 430px) {
  .mc-paywall-card {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .dp-modal-container {
    height: 95% !important;
  }

  .sp-modal-container {
    height: inherit !important;
    width: auto;
  }

  .dp-price-card {
    width: auto !important;
  }

  .mocono-paywall-benefits ul {
    height: auto;
  }

  .dp-price-card {
    height: auto;
  }

  .logo {
    margin-left: auto;
    margin-right: auto;
  }

  .dsktp-screenshot {
    margin-left: auto;
    margin-right: auto;
  }

  .dp-paywall-card {
    width: auto;
    padding-right: 0px;
  }

  .sp-paywall-card {
    width: auto;
    padding-right: 0;
  }

  .toggle-field-holder-bar {
    margin-top: 5%;
  }

  .mc-switch-toggle>label>.switch-name {
    font-size: 12px;
  }

  .sp-price-card {
    width: 100%;
  }

  .mc-switch-toggle>label {
    height: 2rem;
  }

  .popup-heading {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .popup-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .single-paywall{
    height: 37px;
  }
  .popup-mob-des {
    width: 58%;
    margin: 0;
  }

  .dp-popup-heading {
    font-size: 15px;
  }

  .dp-popup-price {
    font-size: 28px;
  }

  .dp-popup-price span {
    font-size: 14px;
    margin-left: -5px;
  }

  .dp-save-price-badge2 {
    margin-top: 0px !important;
  }

  .mc-free-trial-txt {
    font-size: 14px;
  }

  .dp-popup-subscribe {
    height: 38px;
  }

  .sp-paywall-title {
    margin-bottom: 0;
  }

  .mc-save-price-badge {
    margin-bottom: 0;
  }

  .sp-plan-title {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .dp-price-card {
    min-height: 340px;
  }

  .mocono-paywall-benefits ul {
    height: 110px;
  }

  .dp-paywall-card {
    padding-right: 10px;
  }

  .dp-price-card {
    width: auto;
  }
}

.mocono-error-border {
  border-color: red !important;
}

.mocono-error-text {
  color: red !important;
}

#mocono-back-button {
  left: 2rem;
  top: 2rem;
}

#mocono-back-button button {
  transition-duration: 0.25s;
  gap: 0px;
}

#mocono-back-button button:hover {
  gap: 8px !important;
}

@media (max-width: 640px) {
  #mocono-back-button {
    left: 1rem !important;
    top: 1rem !important;
  }
}

.mocono-black-button {
  background-color: #1e1e1e !important;
  color: white !important;
  transition-duration: 0.25s;
}

.mocono-black-button:hover {
  background-color: #646464 !important;
}

.mc-subscribe-btn-wrapper button:hover {
  opacity: 0.7;
  transition-duration: 0.5s;
}

/* .mocono-modal-close:hover {
  opacity: 0.7;
  transition-duration: 0.5s;
} */
.login-butoon:hover {
  opacity: 0.5;
  transition-duration: 0.5s;
}
.modal-payment .modal-container-payment .modal-content{
  background: #fff;
}