.demo_changer {
  z-index: 9999;
  position: fixed;
  inset-inline-end: -270px;
  font-weight: 400 !important;
  height: 100%;
}

.demo_changer p {
  margin: 10px 0;
}

.demo_changer hr {
  border-color: #E0E0E0;
}

.demo_changer h4 {
  font-size: 14px;
  padding-block-end: 0;
  text-align: start;
  padding: 10px;
  font-weight: 600;
  margin: 10px 0 !important;
  text-transform: uppercase;
}

.demo_changer i {
  color: #fff;
  font-size: 21px;
  margin-block-start: 10px;

}

.demo_changer .demo-icon {
  cursor: pointer;
  text-align: center;
  padding: 2px;
  float: left;
  height: 40px;
  line-height: 38px;
  width: 40px;
  border-radius: 5px 0 0 5px !important;
  inset-block-start: 17rem;
  position: relative;
}

@media (max-width: 992px) {
  .demo_changer .form_holder {
    height: 100vh;
  }
}

@media (min-width: 992px) {
  .demo_changer .form_holder {
    height: 100vh;
  }
}

.demo_changer .form_holder {
  border-radius: 0;
  cursor: pointer;
  float: right;
  font-size: 12px;
  padding: 0 7px;
  width: 270px;
}

.demo_changer.active .form_holder {
  box-shadow: 0px 8px 14.72px 1.28px rgba(130, 130, 134, 0.2);
}

.demo_changer .form_holder p {
  font-size: 12px;
}

.predefined_styles {
  padding: 0 5px;
  text-align: center;

}

@media only screen and (min-width: 768px) {
  .demo_changer {
    inset-block-start: 0;
  }

  .demo_changer .demo-icon {
    height: 40px;
    width: 40px;
  }

  .demo_changer i {
    font-size: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .demo_changer {
    inset-block-start: 0px;
  }

  .demo_changer i {
    font-size: 21px;
    margin-block-start: 8px;
  }

  .demo_changer .demo-icon {
    height: 40px;
    width: 40px;
  }

  .demo_changer {
    display: block;
  }
}

.demo-icon i {
  display: inline-block;

}

.switch-toggle img {
  width: 48px;
  height: 48px;
}

.card .predefined_styles {
  padding: 2rem 1rem;
}


@media (max-width: 991px) {
  .vertical-switcher {
    display: none;
  }
}

.buynow .btn-info:focus,
.buynow .btn-info.show {
  background-color: #00b8d9 !important;
  color: #fff;
  border-color: #00b8d9 !important;
}

/* licenses */
.tx-26 {
  font-size: 26px;
}

.tx-14 {
  font-size: 14px;
}

.tx-12 {
  font-size: 12px;
}

.font-weight-semibold {
  font-weight: 500;
}

.w-50p {
  width: 50% !important;
}

.w-55 {
  width: 50% !important;
}

.w-xs {
  min-width: 90px;
}

.w-sm {
  min-width: 110px;
}

.w-md {
  min-width: 130px;
}

.w-lg {
  min-width: 150px;
}

.w-xl {
  min-width: 190px;
}

.buynow .money-bag,
.free-img {
  margin: 0 auto;
  display: block;
  margin-top: -20px;
}

.buynow .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.45rem .80rem;
  clear: both;
  font-weight: 400;
  color: #576074;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 15px;
}

.buynow .dropdown-item:hover {
  background-color: #f5f4ff !important;
  border-radius: 5px;
}

.buynow .btn {
  padding: 0.375rem 0.75rem;
}

.buynow .dropdown-menu {
  border-radius: 5px !important;
  background-color: #ffffff;
  border: 1px solid #ffffff8a;
  box-shadow: 0 0px 90px rgb(155 153 153 / 48%) !important;
}

.buynow .card-block {
  border: 1px solid rgb(231 229 245 / 11%) !important;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(255 255 255 / 6%);
  top: 0;
  bottom: 0;
  background: #6a1cbb69;
  left: 0;
  border-radius: 7px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
}

@media (max-width: 480px) {
  .buynow .card .btn {
    display: initial !important;
  }
}

.buynow.modal .btn-close:focus {
  box-shadow: none;
}

.buynow .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #000000a8;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  outline: 0;
}

.buynow .modal-dialog .image-top {
  margin-top: -10px !important;
}

.buynow .modal-dialog .card-block {
  background: #6a1cbbbf;
}

.buynow .regular-license {
  z-index: 9;
}

.border-0 {
  border: 0px !important;
}

.modal .modal-header {
  padding: 10px 20px;
}

@media (max-width: 480px) {
  .buynow .modal-dialog .modal-body {
    margin: 15px;
  }
}

.buynow .modal-dialog .btn-close {
  position: absolute;
  float: right;
  margin-right: auto;
  right: 33px;
  top: 30px;
  padding: 7px !important;
  background-image: none;
  border: 1px solid #ffffff47;
  border-radius: 5px;
  line-height: 1;
}

.buynow .modal-dialog .btn-close span {
  color: #fff;
  font-size: 24px;
  padding: 9px 1px;
  line-height: .6;
}

.lh-xs {
  line-height: 0.75 !important;
  margin-top: 6px;
}

.buynow .license-view {
  text-align: center;
  text-decoration: underline;
}

.buynow .license-view a {
  padding: 10px;
  border-radius: 5px;
}

.buynow .license-view a:hover {
  padding: 10px;
  background-color: rgb(255 255 255 / 12%);
  border-radius: 5px;
}

.bg-image-style {
  background-image: url(../img/bg3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  inset-block-start: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  position: relative;
  border-radius: 0px;
}

.bg-image-style::before {
  content: "";
  background-color: #ffffffa6;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  position: absolute;
}

.buynow .modal-backdrop {
  background-color: #000000b8;
}

.buynow .card-body.imag-list {
  overflow: visible;
}

.buynow .imag-list {
  position: relative;
  content: "";
  left: 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  overflow: hidden;
  z-index: 1;

}

.buynow .imag-list::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 7px;
  position: absolute;
  background: #6a1cbb82;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.buynow .modal-content {
  z-index: 0;
  border: 0px #000 solid !important;
}

.buynow .modal-content::before {
  content: "";
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 1rem;
  position: absolute;
  background: #000000b3;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.buynow .Licenses-img {
  border: 1px solid #ffffff2e;
  border-radius: 7px;
}

.modal.buynow .modal-body .card {
  background: transparent;

}