/* 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: 1150px) {
  /* 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 */
.current-plan-info {
  white-space: normal;
}

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

/* line 241, 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 241, app/assets/stylesheets/pricing/team_pricing.scss */
  .pricing-container {
    gap: 16px;
    justify-content: center;
    width: 100%;
    padding: 0;
    max-width: fit-content;
  }
}

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

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

/* line 269, 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 269, app/assets/stylesheets/pricing/team_pricing.scss */
  .current-plan-info .plan-label {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
  }
}

/* line 282, 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 282, app/assets/stylesheets/pricing/team_pricing.scss */
  .current-plan-info .plan-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
  }
}

/* line 298, 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 298, app/assets/stylesheets/pricing/team_pricing.scss */
  .current-plan-info .plan-price {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
  }
}

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

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

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

@media (min-width: 650px) {
  /* line 314, app/assets/stylesheets/pricing/team_pricing.scss */
  .tabs-scroll {
    max-width: max-content;
  }
}

/* line 335, 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 349, app/assets/stylesheets/pricing/team_pricing.scss */
.tabs-scroll .tab-card-label.active-tab {
  font-weight: 600;
  color: #2d3035;
}

/* line 354, 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 366, app/assets/stylesheets/pricing/team_pricing.scss */
.tabs .tab-content {
  display: none;
}

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

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

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

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

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

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

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

/* line 403, 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;
}

/* line 414, 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 422, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 427, 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 434, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .annually-content {
  height: 100%;
}

/* line 437, 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 445, 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 453, 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 459, 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 459, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper .plan-card .content .content-container .content-price .content-price-int {
    font-size: 36px;
  }
}

/* line 470, 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 470, 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 484, 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 484, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper .plan-card .content .content-container .billing-option {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

/* line 497, 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 504, 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 512, 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 517, app/assets/stylesheets/pricing/team_pricing.scss */
.card-wrapper .plan-card .content .content-container .card-list .list-item .list-item-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #5c6067;
  text-wrap: wrap;
  margin: 0;
}

@media screen and (min-width: 768px) {
  /* line 517, 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 536, 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 547, 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 547, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-button {
    font-size: 16px;
  }
}

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

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

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

@media (min-width: 1250px) {
  /* line 572, app/assets/stylesheets/pricing/team_pricing.scss */
  .pricing-content-container {
    padding: 0;
    max-width: max-content;
  }
}

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

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

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

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

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

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

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

/* line 637, 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 651, app/assets/stylesheets/pricing/team_pricing.scss */
.pro-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1150px) {
  /* line 658, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper {
    background-color: rgba(0, 0, 0, 0);
    padding: 4px 4px 4px 4px;
  }
  /* line 663, 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 669, app/assets/stylesheets/pricing/team_pricing.scss */
  .wrapper-text-basic,
.wrapper-text-essential,
.wrapper-text-pro {
    display: block;
  }
  /* line 675, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(1):hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: #196faf;
  }
  /* line 680, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(1):hover .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 687, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(2):hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: #196faf;
  }
  /* line 692, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(2):hover .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
  }
  /* line 697, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(2):hover .plan-card {
    border: none;
  }
  /* line 702, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(3):hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: #196faf;
  }
  /* line 707, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(3):hover .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 713, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(3):hover .plan-card {
    border: none;
  }
  /* line 718, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(4):hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: #196faf;
  }
  /* line 723, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(4):hover .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 729, app/assets/stylesheets/pricing/team_pricing.scss */
  .card-wrapper:nth-child(4):hover .plan-card {
    border: none;
  }
  /* line 735, app/assets/stylesheets/pricing/team_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(3) {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: #196faf;
  }
  /* line 740, app/assets/stylesheets/pricing/team_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(3) .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
  }
  /* line 745, app/assets/stylesheets/pricing/team_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(3) .plan-card {
    border: none;
  }
  /* line 750, app/assets/stylesheets/pricing/team_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(1):hover ~ .card-wrapper:nth-child(3) {
    transform: scale(1);
    box-shadow: none;
    background: white;
  }
  /* line 755, 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 760, 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 765, app/assets/stylesheets/pricing/team_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(2):hover ~ .card-wrapper:nth-child(3) {
    transform: scale(1);
    box-shadow: none;
    background: white;
  }
  /* line 770, 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 775, 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 780, app/assets/stylesheets/pricing/team_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(3):has(+ .card-wrapper:hover) {
    transform: scale(1);
    box-shadow: none;
    background: white;
  }
  /* line 785, 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 790, 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 797, 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 807, app/assets/stylesheets/pricing/team_pricing.scss */
.basic-color {
  margin-left: 10px;
}

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

/* line 815, 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 826, app/assets/stylesheets/pricing/team_pricing.scss */
input#tab-card-basic[type="radio"]:checked ~ .basic-card-block::after {
  display: block !important;
}

/* line 830, 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 841, 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 852, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-container-tabs .tab-content {
  background: var(--secondary-bg-color);
  flex-grow: 1;
  width: 100%;
}

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

/* line 862, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-container-tabs input[type="radio"] {
  display: none;
}

/* line 866, 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 873, 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 880, app/assets/stylesheets/pricing/team_pricing.scss */
.pricing-container-tabs input[type="radio"]:checked + label + .tab-content {
  display: block;
}

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

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

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

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

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