/* line 7, app/assets/stylesheets/pricing/team_pricing.scss */
.free-trial-banner {
  background-color: #EF6F22;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 26px 23px;
  position: sticky;
  top: 50px;
  z-index: 999;
  background-image: url("https://assets.rentometer.com/assets/pricing/free-trial-mobile-278ddf07f42fac3526d591209e12611aed3e1ae57e743dd9664b3f3e01475a91.png");
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: -19px;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/pricing/team_pricing.scss */
  .free-trial-banner {
    background-image: url("https://assets.rentometer.com/assets/pricing/free-trial-mobile-desktop-11049ab71c07ff5a273c2f70c17ac7b120ee5e6bcc0f8e8e0eb77b27f629ad06.png");
    height: 76px;
    flex-direction: row;
    justify-content: center;
    padding: 0 20px;
  }
}

/* line 34, app/assets/stylesheets/pricing/team_pricing.scss */
.free-trial-banner-title {
  font-size: 24px;
  font-weight: 700;
  color: white;
  text-align: center;
}

/* line 41, app/assets/stylesheets/pricing/team_pricing.scss */
.free-trial-banner-button {
  text-decoration: none;
  background-color: white;
  border-radius: 50px;
  border: none;
  height: 52px;
  padding: 13px 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #196FAF;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 999;
  cursor: pointer;
}

@media screen and (min-width: 500px) {
  /* line 41, app/assets/stylesheets/pricing/team_pricing.scss */
  .free-trial-banner-button {
    max-width: 60%;
  }
}

@media screen and (min-width: 768px) {
  /* line 41, app/assets/stylesheets/pricing/team_pricing.scss */
  .free-trial-banner-button {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  /* line 73, app/assets/stylesheets/pricing/team_pricing.scss */
  .baner {
    height: 76px;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 768px) {
  /* line 84, app/assets/stylesheets/pricing/team_pricing.scss */
  .baner {
    padding: 0 80px;
    width: calc(100% - 160px);
  }
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
  /* line 92, app/assets/stylesheets/pricing/team_pricing.scss */
  .baner {
    padding: 0 20px;
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 1201px) {
  /* line 100, app/assets/stylesheets/pricing/team_pricing.scss */
  .baner {
    padding: 0 80px;
    width: calc(100% - 160px);
  }
}

@media (min-width: 768px) {
  /* line 107, app/assets/stylesheets/pricing/team_pricing.scss */
  .mobile-mode {
    display: none;
  }
}

@media (max-width: calc($planLayoutBreakpoint - 1)) {
  /* line 113, app/assets/stylesheets/pricing/team_pricing.scss */
  .desktop-mode {
    display: none;
  }
}

/* line 119, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-page {
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 44px;
}

/* line 120, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-page p,
.pricing-page h1,
.pricing-page h2,
.pricing-page h3 {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  /* line 119, app/assets/stylesheets/pricing/team_pricing.scss */
  .pricing-page {
    min-height: calc(100vh - 70px);
  }
}

/* line 139, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-page .pricing-header {
  padding: 44px 0 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  /* line 139, app/assets/stylesheets/pricing/team_pricing.scss */
  .pricing-page .pricing-header {
    padding: 64px 0 44px;
    gap: 20px;
  }
}

/* line 154, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-page .pricing-header-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #196FAF;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 154, app/assets/stylesheets/pricing/team_pricing.scss */
  .pricing-page .pricing-header-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }
}

/* line 169, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-page .pricing-header-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #4F4F4F;
  max-width: 80%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 169, app/assets/stylesheets/pricing/team_pricing.scss */
  .pricing-page .pricing-header-subtitle {
    font-size: 18px;
    line-height: 25px;
  }
}

/* line 187, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-page .pricing-footer-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #4F4F4F;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 187, app/assets/stylesheets/pricing/team_pricing.scss */
  .pricing-page .pricing-footer-text {
    font-size: 18px;
    line-height: 32px;
    white-space: nowrap;
  }
}

/* line 201, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-page .pricing-footer-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #196FAF;
  cursor: pointer;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  /* line 201, app/assets/stylesheets/pricing/team_pricing.scss */
  .pricing-page .pricing-footer-link {
    font-size: 18px;
    line-height: 32px;
  }
}

/* Tabs section - pricing plans cards */
/* line 219, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-container-tabs {
  touch-action: pan-y;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 8px;
  max-width: max-content;
  margin: 0 auto;
  margin-bottom: 36px;
}

/* line 231, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-tabs-labels {
  margin-bottom: 32px;
}

/* line 235, app/assets/stylesheets/pricing/team_pricing.scss */
.current-plan-info {
  white-space: normal;
}

/* line 239, app/assets/stylesheets/pricing/team_pricing.scss */
.plan-price {
  white-space: normal;
  display: inline-block;
}

/* line 245, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-container {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 20px 0;
  align-items: end;
  margin-bottom: 40px;
  align-items: stretch;
}

@media (min-width: 768px) {
  /* line 245, app/assets/stylesheets/pricing/team_pricing.scss */
  .pricing-container {
    gap: 16px;
    justify-content: center;
    width: 100%;
    padding: 0;
    max-width: fit-content;
  }
}

/* line 264, app/assets/stylesheets/pricing/team_pricing.scss */
.current-plan-info {
  margin-bottom: 8px;
  padding-left: 5px;
}

@media (min-width: 768px) {
  /* line 264, app/assets/stylesheets/pricing/team_pricing.scss */
  .current-plan-info {
    margin-bottom: 20px;
  }
}

/* line 273, app/assets/stylesheets/pricing/team_pricing.scss */
.current-plan-info .plan-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: #4f4f4f;
}

@media (min-width: 768px) {
  /* line 273, app/assets/stylesheets/pricing/team_pricing.scss */
  .current-plan-info .plan-label {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
  }
}

/* line 286, app/assets/stylesheets/pricing/team_pricing.scss */
.current-plan-info .plan-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  background: linear-gradient(#2b9cf8, #183766);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  /* line 286, app/assets/stylesheets/pricing/team_pricing.scss */
  .current-plan-info .plan-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
  }
}

/* line 302, app/assets/stylesheets/pricing/team_pricing.scss */
.current-plan-info .plan-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #717780;
  min-width: 250px;
}

@media (min-width: 768px) {
  /* line 302, app/assets/stylesheets/pricing/team_pricing.scss */
  .current-plan-info .plan-price {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
  }
}

/* line 318, app/assets/stylesheets/pricing/team_pricing.scss */
.tabs-scroll {
  display: flex;
  gap: 16px;
  justify-content: center;
  width: calc(100vw - 16px);
  overflow-x: hidden;
  margin-bottom: 32px;
}

@media (min-width: 640px) {
  /* line 318, app/assets/stylesheets/pricing/team_pricing.scss */
  .tabs-scroll {
    justify-content: center;
  }
}

@media (min-width: 750px) {
  /* line 318, app/assets/stylesheets/pricing/team_pricing.scss */
  .tabs-scroll {
    gap: 36px;
  }
}

/* line 337, app/assets/stylesheets/pricing/team_pricing.scss */
.tabs-scroll .tab-card-label {
  display: block;
  width: auto;
  position: relative;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #717780;
  cursor: pointer;
  padding-bottom: 4px;
}

/* line 351, app/assets/stylesheets/pricing/team_pricing.scss */
.tabs-scroll .tab-card-label.active-tab {
  font-weight: 600;
  color: #2d3035;
}

/* line 356, app/assets/stylesheets/pricing/team_pricing.scss */
.tabs-scroll .tab-card-label.active-tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #196FAF;
  border-radius: 2px;
}

/* line 368, app/assets/stylesheets/pricing/team_pricing.scss */
.tabs .tab-content {
  display: none;
}

/* line 372, app/assets/stylesheets/pricing/team_pricing.scss */
#tab-card-pro-individual:checked ~ .tabs .tab-content:nth-child(1) {
  display: block;
}

/* line 376, app/assets/stylesheets/pricing/team_pricing.scss */
#tab_card_up_to_5:checked ~ .tabs .tab-content:nth-child(2) {
  display: block;
}

/* line 380, app/assets/stylesheets/pricing/team_pricing.scss */
#tab_card_up_to_10:checked ~ .tabs .tab-content:nth-child(3) {
  display: block;
}

/* line 384, app/assets/stylesheets/pricing/team_pricing.scss */
#tab_card_up_to_20:checked ~ .tabs .tab-content:nth-child(4) {
  display: block;
}

/* line 388, app/assets/stylesheets/pricing/team_pricing.scss */
.team-card-price-input {
  display: block !important;
}

/* line 392, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper {
  border: 1px solid white;
  border-radius: 10px;
  padding: 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  /* line 392, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper {
    margin: 0;
  }
}

/* line 402, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .title {
  margin-bottom: 16px;
}

/* line 406, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .individual-card {
  max-width: 320px;
}

/* line 410, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card {
  margin: 0 auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 16px;
  border-radius: 8px;
  background: white;
  border: 1px solid #D5E5F4;
  position: relative;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  /* line 410, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper .plan-card {
    width: 375px;
  }
}

/* line 425, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .card-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  color: #196faf;
}

/* line 433, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .card-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #5b6471;
}

/* line 440, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 445, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .monthly-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 47px - 40px - 16px);
}

/* line 452, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .annually-content {
  height: 100%;
}

/* line 455, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .annually-content .annually-content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 47px - 40px - 16px);
}

/* line 463, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .annually-content-team {
  height: auto;
}

/* line 467, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .pro-plan-footer-text {
  font-size: 16px;
  font-weight: 500;
  color: #196faf;
  text-decoration: underline;
  text-align: center;
  margin-top: 16px;
}

/* line 477, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .team-plan-footer-text {
  font-size: 14px;
  font-weight: 400;
  color: #747e8e;
  text-align: center;
  margin: 8px 0 0;
}

/* line 486, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-without-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 40px);
}

/* line 494, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .team-plans-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 10px 0 36px;
}

/* line 502, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .team-plan-option {
  display: flex;
  gap: 12px;
  border: 1px solid #e3e5e8;
  border-radius: 4px;
  padding: 8px;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* line 514, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .team-plan-option:hover {
  border: 1px solid #196faf;
}

/* line 518, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .team-plan-option:has(input[type="radio"]:checked) {
  border: 1px solid #196faf;
  background-color: #f8fafd;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
}

/* line 524, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .team-plan-option-box-list {
  margin-bottom: 0 !important;
  gap: 4px !important;
}

/* line 529, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .team-plan-option-box-list > li > p {
  font-size: 12px;
  font-weight: 400;
  color: #5b6471;
}

@media screen and (min-width: 768px) {
  /* line 529, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper .plan-card .content .content-container .team-plan-option-box-list > li > p {
    font-size: 14px;
  }
}

/* line 539, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .team-plan-option-label {
  padding: 6px 0;
}

/* line 543, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .team-plan-option-label > div {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* line 549, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .team-plan-option-label > div > p {
  font-size: 14px;
  font-weight: 400;
  color: #454b54;
}

/* line 555, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .team-plan-option-label > div > input {
  margin-top: 0;
}

/* line 559, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .team-plan-option-box-int {
  font-size: 24px;
  font-weight: 700;
  color: #454b54;
}

@media screen and (min-width: 768px) {
  /* line 559, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper .plan-card .content .content-container .team-plan-option-box-int {
    font-size: 26px;
  }
}

/* line 569, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .team-plan-option-box-text {
  font-weight: 400;
  color: #5b6471;
}

/* line 574, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .content-price {
  display: flex;
  align-items: start;
  gap: 5px;
  margin-bottom: 3px;
}

/* line 580, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .content-price .content-price-int {
  font-size: 27px;
  font-weight: 500;
  line-height: 42px;
  color: #1A1A1A;
}

@media screen and (min-width: 768px) {
  /* line 580, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper .plan-card .content .content-container .content-price .content-price-int {
    font-size: 36px;
  }
}

/* line 591, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .content-price .content-price-text {
  font-size: 14px;
  font-weight: 500;
  color: #1A1A1A;
  padding-top: 8px;
}

@media screen and (min-width: 768px) {
  /* line 591, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper .plan-card .content .content-container .content-price .content-price-text {
    font-size: 18px;
    padding-top: 4px;
  }
}

/* line 605, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .billing-option {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #666666;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  /* line 605, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper .plan-card .content .content-container .billing-option {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

/* line 618, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .billing-option .discount {
  font-size: 14px;
  font-weight: 400;
  color: #1574D2;
}

/* line 625, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .card-list {
  margin: 0px 0px 24px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 633, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .card-list .list-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 638, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .card-list .list-item .list-item-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #5c6067;
  text-wrap: wrap;
  margin: 0;
}

@media screen and (min-width: 768px) {
  /* line 638, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper .plan-card .content .content-container .card-list .list-item .list-item-text {
    font-size: 14px;
  }
}

/* line 657, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content-team {
  height: auto;
}

/* line 661, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .plan-card-footnote {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #666666;
  margin-top: 10px;
}

/* line 672, app/assets/stylesheets/pricing/team_pricing.scss */
.card-button {
  border: 1px solid #5796D2;
  border-radius: 4px;
  height: 44px;
  background-color: #eef4fa;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #196FAF;
  width: 100%;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  /* line 672, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-button {
    font-size: 16px;
  }
}

/* line 689, app/assets/stylesheets/pricing/team_pricing.scss */
.card-submit-button-small {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

@media (min-width: 1250px) {
  /* line 695, app/assets/stylesheets/pricing/team_pricing.scss */
  .full-width-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* line 703, app/assets/stylesheets/pricing/team_pricing.scss */
.individual-price-card {
  max-width: 330px;
}

/* line 707, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-content-container {
  padding: 0 20px;
  display: none;
}

@media (min-width: 768px) {
  /* line 707, app/assets/stylesheets/pricing/team_pricing.scss */
  .pricing-content-container {
    display: block;
    max-width: max-content;
    margin: auto;
  }
}

/* line 718, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-content-container .not-authenticated .card-wrapper.default-hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: linear-gradient(45deg, #196FAF, #5796D2);
}

/* line 723, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-content-container .not-authenticated .card-wrapper.default-hover .card-button {
  background-color: #196FAF;
  color: #fff;
}

/* line 728, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-content-container .not-authenticated .card-wrapper.default-hover .plan-card {
  border: none;
}

/* line 733, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-content-container .not-authenticated .individual-price-card:hover ~ .card-wrapper.default-hover,
.pricing-content-container .not-authenticated .individual-price-card:hover + .card-wrapper.default-hover {
  transform: scale(1);
  box-shadow: none;
  background: white;
}

/* line 739, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-content-container .not-authenticated .individual-price-card:hover ~ .card-wrapper.default-hover .card-button,
.pricing-content-container .not-authenticated .individual-price-card:hover + .card-wrapper.default-hover .card-button {
  background-color: #eef4fa;
  color: #196FAF;
}

/* line 744, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-content-container .not-authenticated .individual-price-card:hover ~ .card-wrapper.default-hover .plan-card,
.pricing-content-container .not-authenticated .individual-price-card:hover + .card-wrapper.default-hover .plan-card {
  border: 1px solid #D5E5F4;
}

@media (min-width: 1250px) {
  /* line 752, app/assets/stylesheets/pricing/team_pricing.scss */
  .pricing-container {
    gap: 12px;
  }
}

@media (min-width: 1350px) {
  /* line 758, app/assets/stylesheets/pricing/team_pricing.scss */
  .pricing-container {
    gap: 32px;
  }
}

@media (min-width: 1450px) {
  /* line 764, app/assets/stylesheets/pricing/team_pricing.scss */
  .pricing-container {
    gap: 52px;
  }
}

/* line 769, app/assets/stylesheets/pricing/team_pricing.scss */
.active-slide {
  border-radius: 7.5px;
}

@media (max-width: 768px) {
  /* line 774, app/assets/stylesheets/pricing/team_pricing.scss */
  .blue-wrapper {
    padding: 4px 4px 4px 4px;
    background: #196faf;
  }
  /* line 778, app/assets/stylesheets/pricing/team_pricing.scss */
  .blue-wrapper .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 784, app/assets/stylesheets/pricing/team_pricing.scss */
  .blue-wrapper .wrapper-text-basic {
    display: block;
  }
}

@media (min-width: 768px) {
  /* line 791, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper {
    transition: transform 0.6s ease-in-out;
  }
}

/* line 796, app/assets/stylesheets/pricing/team_pricing.scss */
.content-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* line 802, app/assets/stylesheets/pricing/team_pricing.scss */
.annual-only {
  background-color: #52C41A;
  width: 102px;
  height: 20px;
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 816, app/assets/stylesheets/pricing/team_pricing.scss */
.pro-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 768px) {
  /* line 823, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper {
    background-color: rgba(0, 0, 0, 0);
    padding: 4px 4px 4px 4px;
  }
  /* line 828, app/assets/stylesheets/pricing/team_pricing.scss */
  .plan-card {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
  }
  /* line 834, app/assets/stylesheets/pricing/team_pricing.scss */
  .wrapper-text-basic,
.wrapper-text-essential,
.wrapper-text-pro {
    display: block;
  }
  /* line 840, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(1):hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: #196faf;
  }
  /* line 845, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(1):hover .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 852, app/assets/stylesheets/pricing/team_pricing.scss */
  .team_card.hovered {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: #196faf;
  }
  /* line 857, app/assets/stylesheets/pricing/team_pricing.scss */
  .team_card.hovered .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 864, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(2):hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: #196faf;
  }
  /* line 869, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(2):hover .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
  }
  /* line 874, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(2):hover .plan-card {
    border: none;
  }
  /* line 879, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(3):hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: #196faf;
  }
  /* line 884, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(3):hover .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 890, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(3):hover .plan-card {
    border: none;
  }
  /* line 895, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(4):hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: #196faf;
  }
  /* line 900, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(4):hover .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 906, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(4):hover .plan-card {
    border: none;
  }
  /* line 912, app/assets/stylesheets/pricing/team_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(3) {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: #196faf;
  }
  /* line 917, app/assets/stylesheets/pricing/team_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(3) .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
  }
  /* line 922, app/assets/stylesheets/pricing/team_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(3) .plan-card {
    border: none;
  }
  /* line 927, app/assets/stylesheets/pricing/team_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(1):hover ~ .card-wrapper:nth-child(3) {
    box-shadow: none;
    background: white;
  }
  /* line 932, app/assets/stylesheets/pricing/team_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(1):hover ~ .card-wrapper:nth-child(3) .card-button {
    background-color: #eef4fa;
    color: #196FAF;
  }
  /* line 937, app/assets/stylesheets/pricing/team_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(1):hover ~ .card-wrapper:nth-child(3) .plan-card {
    border: 1px solid #D5E5F4;
  }
  /* line 942, app/assets/stylesheets/pricing/team_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(2):hover ~ .card-wrapper:nth-child(3) {
    box-shadow: none;
    background: white;
  }
  /* line 947, app/assets/stylesheets/pricing/team_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(2):hover ~ .card-wrapper:nth-child(3) .card-button {
    background-color: #eef4fa;
    color: #196FAF;
  }
  /* line 952, app/assets/stylesheets/pricing/team_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(2):hover ~ .card-wrapper:nth-child(3) .plan-card {
    border: 1px solid #D5E5F4;
  }
  /* line 957, app/assets/stylesheets/pricing/team_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(3):has(+ .card-wrapper:hover) {
    box-shadow: none;
    background: white;
  }
  /* line 962, app/assets/stylesheets/pricing/team_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(3):has(+ .card-wrapper:hover) .card-button {
    background-color: #eef4fa;
    color: #196FAF;
  }
  /* line 967, app/assets/stylesheets/pricing/team_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(3):has(+ .card-wrapper:hover) .plan-card {
    border: 1px solid #D5E5F4;
  }
}

/* line 974, app/assets/stylesheets/pricing/team_pricing.scss */
.labels-box {
  display: flex;
  cursor: pointer;
  padding: 8px 12px;
  color: #777;
  white-space: nowrap;
  transition: all 0.2s ease;
  font-weight: normal;
}

/* line 984, app/assets/stylesheets/pricing/team_pricing.scss */
.basic-color {
  margin-left: 10px;
}

/* line 988, app/assets/stylesheets/pricing/team_pricing.scss */
.pro-color {
  margin-right: 10px;
}

/* line 992, app/assets/stylesheets/pricing/team_pricing.scss */
input#tab-card-basic[type="radio"]:checked ~ .basic-color::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #196FAF;
  border-radius: 2px;
}

/* line 1003, app/assets/stylesheets/pricing/team_pricing.scss */
input#tab-card-basic[type="radio"]:checked ~ .basic-card-block::after {
  display: block !important;
}

/* line 1007, app/assets/stylesheets/pricing/team_pricing.scss */
input#tab-card-essential[type="radio"]:checked ~ .essential-color::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #196FAF;
  border-radius: 2px;
}

/* line 1018, app/assets/stylesheets/pricing/team_pricing.scss */
input#tab-card-pro[type="radio"]:checked ~ .pro-color::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #196FAF;
  border-radius: 2px;
}

/* line 1029, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-container-tabs .tab-content {
  background: var(--secondary-bg-color);
  flex-grow: 1;
  width: 100%;
}

/* line 1035, app/assets/stylesheets/pricing/team_pricing.scss */
input#tab-card-pro[type="radio"]:checked ~ .tab-content {
  display: block;
}

/* line 1043, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-tabs-input {
  display: none;
}

/* line 1047, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-container-tabs input[type="radio"]:checked + label {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #2D3035;
}

/* line 1054, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-container-tabs input[type="radio"]:checked + label {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #2D3035;
}

/* line 1061, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-container-tabs input[type="radio"]:checked + label + .tab-content {
  display: block;
}

/* line 1065, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-container-tabs .tab-content {
  order: 99;
  max-width: 386px;
}

@media (min-width: 768px) {
  /* line 1065, app/assets/stylesheets/pricing/team_pricing.scss */
  .pricing-container-tabs .tab-content {
    max-width: 300px;
  }
}

/* line 1074, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-container-tabs .tab-card-label {
  order: 1;
  margin-top: 0;
}

/* line 1079, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-container {
  display: none;
}

@media (min-width: 768px) {
  /* line 1083, app/assets/stylesheets/pricing/team_pricing.scss */
  .pricing-container-tabs {
    display: none;
  }
  /* line 1087, app/assets/stylesheets/pricing/team_pricing.scss */
  .pricing-container {
    display: flex;
  }
}
