.pricing {
  background-color: #2d3945;
  padding-bottom: 120px;
}

.features-counter {
  justify-content: space-between !important;
}

.features-counter input {
  margin: 0 !important  ;
}

.feature-toggle-line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pricing-features-card {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #697581;
  border-radius: 16px;
  background-color: #4e5a66 !important;
}

.pricing-features-card h2 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.feature-pricing-label {
  font-size: 13px;
  color: #fff;
  margin-top: 5px;
  opacity: 70%;
}

.pricing-features-card p {
  font-size: 22px;
  margin-top: 10px;
  color: #fff;
}

.pricing-features-card p span {
  font-size: 14px;
  opacity: 70%;
}

.pricing-new-container {
  max-width: 920px;
}

.pricing-items {
  padding-top: 150px;
}

.big-gif {
  width: 100%;
  height: 590px;
  margin-top: 30px;
}

.pricing-section {
  background-color: #44505cfa;
  padding: 15px;
  border-radius: 6px;
  margin-top: 15px;
}

.pricing-section .pricing-section-title {
  font-size: 16px;
  color: white;
  font-weight: 600;
  padding-bottom: 10px;
}

.pricing-section .pricing-section-sub-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
}

.choice-apps {
  border-radius: 4px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 15px;
  height: 400px;
  background-color: #3e4a56;
}

.pricing-app {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 2px solid #697581;
}

.pricing-mt {
  margin-top: 50px;
}

.desktop-pricing-el-container {
  margin-top: -399px;
}

.desktop-pricing-el {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.desktop-pricing-card {
  max-width: 210px;
  flex-grow: 1;
  border-radius: 16px;
  background-color: #586470;
  overflow: hidden;
}

.app-features {
  padding: 1rem;
  background: #6c7884;
  border-radius: 16px 16px 0 0;
  height: 208px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.app-features div {
  display: flex;
  align-items: centere;
  gap: 5px;
}

.app-features div p {
  font-size: 11px;
  color: #fff;
  font-weight: 500;
}

.desktop-header {
  padding: 1rem;
  color: #fff;
}

.desktop-header h2 {
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 5px;
  font-weight: 500;
}

.desktop-pricing-card img {
  width: 40px;
  height: 34px;
  object-fit: contain;
}

.desktop-header p span {
  font-size: 14px;
  margin-top: 4px;
  opacity: 70%;
}

.pricing-app img {
  width: 60px;
}

.pricing-app h3 {
  font-size: 16px;
  color: white;
  font-weight: 500;
  padding: 15px 0;
}

.pricing-app p {
  font-size: 16px;
  color: white;
  font-weight: 500;
}

.pricing-app img {
  transition: 0.3s ease;
}

.pricing-app p.active {
  opacity: 0;
  pointer-events: none;
}
.toggle-btn {
  position: relative;
  box-sizing: border-box;
  margin-top: 15px;
}
.toggle-btn input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.toggle-btn input[type="checkbox"]:checked + label:before {
  background: var(--background);
}

.toggle-btn input[type="checkbox"]:checked + label:after {
  left: 16px;
}

.toggle-btn label {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.toggle-btn label:before {
  content: "";
  width: 32px;
  height: 18px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  box-sizing: border-box;
  transition: 0.2s ease-in;
}

.app-feature-section {
  margin-top: 0px;
}

.toggle-btn label:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: #fff;
  box-sizing: border-box;
  transition: 0.2s ease-in;
}

.apps-logo {
  filter: grayscale(1);
}

.apps-logo.apps-blue {
  filter: hue-rotate(250deg) contrast(200) grayscale(1) !important;
}

.apps-logo.active {
  filter: grayscale(0);
}

.apps-logo.active.apps-logo {
  filter: grayscale(0) !important;
}

.select-user-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 15px;
}

.select-user-card {
  background-color: #4e5a66;
  border: 1px solid #697581;
  border-radius: 4px;
  padding: 17px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
}

.select-user-card h3 {
  font-size: 16px;
  font-weight: 400;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 70%;
}

.select-user-card h3 img {
  padding-left: 6px;
}

.select-user-card .select-user-price {
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: right;
  padding: 10px 0;
}

.select-user-card .select-user-per-user {
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
}

.select-user-counter {
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
}

.select-user-counter button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.select-user-counter input {
  margin: 0 22px 0 40px;
  color: white;
  font-size: 25px;
  font-weight: 600;
  width: 62px;
  text-align: center;
  background-color: transparent;
  border: none;
  outline: none;
  pointer-events: none;
}

.select-user-tooltip-wrapper {
  position: relative;
}
.select-user-tooltip {
  background: #2d3945;
  box-shadow: 0px 2px 16px 0px #2d394573;
  padding: 16px;
  border-radius: 0 6px 6px 6px;
  font-size: 14px;
  color: white;
  text-align: left;
  width: max-content;
  line-height: 18px;
  max-width: 278px;
  position: absolute;
  top: 25px;
  right: -150px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.select-user-tooltip.active {
  opacity: 1;
  visibility: visible;
}

.pricing-dropdowns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 15px;
}

.dropdown-parent {
  background: #4e5a66;
  border: 1px solid #697581;
  border-radius: 4px;
}

.dropdown_name {
  display: flex;
  align-items: center;
  padding: 8px;
}

.dropdown_name h3 {
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding-right: 4px;
}

.dropdown_name p {
  color: #ffffffb2;
  font-size: 16px;
}

.dropdown {
  position: relative;
}

.dropdown__button {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  text-align: left;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 8px 8px 8px;
  justify-content: space-between;
}

.dropdown__button img {
  transition: 0.3s ease;
}

.dropdown__button.active img {
  transform: rotate(180deg);
}

.dropdown__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../img/dropdown.svg") 100% 100%;
  pointer-events: none;
  transition: 200ms ease;
}

.dropdown__button_active::after {
  transform: translateY(-50%) rotate(-180deg);
}

.dropdown__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  top: 85px;
  box-shadow: 0px 10px 20px 0px #88919d4d;
  border-radius: 4px;
  background: #ffffff;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 200ms ease;
}

.dropdown__list_visible {
  opacity: 1;
  visibility: visible;
}

.dropdown__list-item {
  margin: 0;
  padding: 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 12px;
  color: #2d3945;
  transition: 0.3s ease;
}

.dropdown__list-item_active {
  background: #f5f8fa;
}

.dropdown__list-item:hover {
  background: linear-gradient(0deg, #263238, #263238),
    linear-gradient(0deg, rgba(78, 90, 102, 0.03), rgba(78, 90, 102, 0.03));
  color: white;
}

.dropdown__input_hidden {
  display: none;
}

.pricing-purchase > .pricing-overlay > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.pricing-purchase h4 {
  font-weight: 400 !important;
}

.features-el-counter {
  text-align: left !important;
}

.pricing-total-price {
  margin-top: 5px;
}

.pricing-purchase h3 {
  font-size: 26px;
  font-weight: 700;
  color: white;
}

.pricing-purchase span {
  pointer-events: none;
  color: white;
  font-weight: 400 !important;
}

.new-ui-btn-opacity {
  background-color: #4e5a66 !important;
  color: white;
  margin-left: 16px;
}

.new-ui-btn-opacity:hover {
  background-color: #404a54 !important;
}

.pricing-purchase.remove-bg {
  background-color: transparent;
}

.pricing-purchase .pricing-overlay.fixed {
  position: fixed;
  width: 100%;
  background-color: #404a54;
  left: 0;
  padding: 2rem 0;
  z-index: 1999999999999999;
  bottom: 0;
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .big-gif {
    height: 100%;
  }

  .pricing-app img {
    width: 40px;
  }

  .pricing-app h3 {
    font-size: 14px;
  }

  .select-user-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-dropdowns {
    grid-template-columns: repeat(1, 1fr);
  }

  .pricing-app {
    border-bottom: 2px solid #697581;
  }
}

@media screen and (max-width: 768px) {
  .pricing-app {
    border-bottom: 2px solid #697581;
  }

  .select-user-tooltip {
    right: 90px;
  }
}

@media screen and (max-width: 768px) {
  .select-user-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .pricing-overlay.fixed {
    padding: 1rem;
  }
}

@media screen and (max-width: 500px) {
  .dropdown_name {
    flex-direction: column;
    align-items: start;
  }

  .dropdown_name p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 2px;
  }

  .dropdown__list {
    top: 100px;
  }

  .pricing-purchase {
    flex-direction: column;
    align-items: start;
  }
}

@media screen and (max-width: 425px) {
  .select-user-tooltip {
    right: 20px;
  }
}

@media screen and (max-width: 370px) {
  .select-user-tooltip {
    right: 10px;
  }
}

@media screen and (max-width: 1150px) {
  .desktop-pricing-card {
    max-width: 200px;
  }
}

@media screen and (max-width: 1010px) {
  .desktop-pricing-el-container {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .pricing-new-items {
    margin-top: 0px;
  }
  .choice-apps {
    height: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .pricing-section {
    max-height: max-content;
  }
  .pricing-features-card {
    border-radius: 0px;
  }
  .desktop-pricing-card {
    height: auto;
    max-height: inherit;
    border-radius: 0px;
    height: 200px;
    border: 1px solid #697581;
  }

  .desktop-header {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .select-user-card h3 {
    opacity: 100%;
  }

  .select-user-rightside p {
    display: none;
  }

  .select-user-counter {
    margin: 20px 0 !important;
  }

  .select-user-per-user.mobile {
    display: block !important;
  }

  .select-user-counter input {
    margin: 0 !important;
  }

  .desktop-app-price span {
    width: 100%;
  }
  .select-user-tooltip {
    position: static !important;
    visibility: visible;
    width: 100%;
    display: block;
    margin-top: 5px;
    opacity: 70% !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0;
  }
  .app-features {
    gap: 12px;
    display: none;
  }
  .app-features div p {
    font-size: 12px !important;
  }
}

.booking-link {
  text-align: center;
  color: #fff;
}

.booking-link span {
  opacity: 70%;
}

.booking-link a {
  color: #00b2ff;
}

.booking-link a,
.booking-link span {
	margin-top:20px;
	display:inline-block;
}

@media screen and (max-width: 768px) {
  .select-user-card {
    flex-direction: column;
  }
  .select-user-rightside p {
    text-align: center !important;
  }
  .select-user-card h3 {
    justify-content: center;
  }
  .select-user-card h3 img {
    display: none;
  }



  .booking-link span{
    margin-top: 20px !important;
  }

  .booking-link a,
  .booking-link span{
    margin-top: 0px;
    font-size: 12px;
  }

  .desktop-app-price {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 661px) {
  .choice-apps {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .choice-apps {
    grid-template-columns: repeat(2, 1fr);
  }
}
