@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800&display=swap");

table td, table th{border:none;}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: inherit;
}
table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: inherit;
}

.display-2 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.font-size-h1 {
  font-size: 2rem;plan
}

.font-size-h2 {
  font-size: 1.75rem;
}

.font-size-h4 {
  font-size: 1.35rem;
}

.font-weight-bold {
  font-weight: 600;
}

.font-weight-bolder {
  font-weight: 600;
}

.gradient-green {
  background: transparent linear-gradient(250deg, #1E93A8 0%, #005B6F 100%) 0% 0% no-repeat padding-box;
}

.text-white {
  color: #fff;
}

.text-center {
  text-align: center;
}

.w-100 {
  width: 100%;
}

.max-w-800px {
  max-width: 800px;
}

.d-flex {
  display: flex;
}

.col-gap-1 {
  column-gap: 1rem;
}

.row-gap-1 {
  row-gap: 1rem;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.mt-3,
.my-3 {
  margin-top: 0.75rem;
}

.mb-3,
.my-3 {
  margin-bottom: 0.75rem;
}

.mt-6,
.my-6 {
  margin-top: 1.5rem;
}

.mb-6,
.my-6 {
  margin-bottom: 1.5rem;
}

.mt-7,
.my-7 {
  margin-top: 1.75rem;
}

.mb-7,
.my-7 {
  margin-bottom: 1.75rem;
}

.mb-9,
.my-9 {
  margin-bottom: 2.25rem;
}

.mt-9,
.my-9 {
  margin-top: 2.25rem;
}

.mt-18,
.my-18 {
  margin-top: 4.5rem;
}

.mb-18,
.my-18 {
  margin-bottom: 4.5rem;
}

.mt-13,
.my-13 {
  margin-top: 3.25rem;
}

.mb-13,
.my-13 {
  margin-bottom: 3.25rem;
}

.pt-13,
.py-13 {
  padding-top: 3.25rem;
}

.pb-13,
.py-13 {
  padding-bottom: 3.25rem;
}

.pt-5,
.py-5 {
  padding-top: 1.25rem;
}

.pb-5,
.py-5 {
  padding-bottom: 1.25rem;
}

.p-6 {
  padding: 1.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 1.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 1.5rem !important;
}

.pr-3,
.px-3 {
  padding-right: 0.75rem;
}

.pl-3,
.px-3 {
  padding-left: 0.75rem;
}

.plan-tabs-item {
  transition: all 0.3s ease;
  background: #418a99 0 0 no-repeat padding-box;
}
.plan-tabs-item:not(:hover):not(.plan-tabs-item-active) .plan-tabs-item-icon-svg svg g [fill] {
  fill: #fff;
}
.plan-tabs-item-text {
  color: #FFFFFF;
}
.plan-tabs-item:hover {
  background: #dce9ee 0 0 no-repeat padding-box;
}
.plan-tabs-item-active {
  background: #F3F6F9 0 0 no-repeat padding-box;
}
.plan-tabs-item-active .plan-tabs-item-text, .plan-tabs-item:hover .plan-tabs-item-text {
  color: #3F4253;
}

.bg-gray {
  background: #F3F6F9 0 0 no-repeat padding-box;
}

.h-50px {
  height: 50px;
}

.easy-radio-switch {
  position: relative;
  display: inline-flex;
  padding: 3px;
  border-radius: 14px;
  background-color: #EAEDF0;
}
.easy-radio-switch__item {
  position: relative;
  display: inline-block;
  height: 35px;
  width: 100%;
  min-width: 90px;
}
.easy-radio-switch__item input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.easy-radio-switch__item ~ .easy-radio-switch__label {
  color: #b5b5c3;
}
.easy-radio-switch__marker {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  border-radius: 10px;
  background-color: #fff;
  height: 35px;
  width: 100%;
  min-width: 90px;
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.031372549), 0 3.1px 5.5px rgba(0, 0, 0, 0.0784313725), 0 14px 25px rgba(0, 0, 0, 0.0117647059);
  transition: transform 0.3s;
}
.easy-radio-switch__label {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.3s;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.easy-radio-switch__input:checked ~ .easy-radio-switch__marker {
  transform: translate(-100%);
}
.easy-radio-switch__marker {
  left: unset;
  right: -100%;
}

.w-150px {
  width: 150px;
}

.h-100 {
  height: 100%;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.label {
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ecf0f3;
  color: #464e5f;
  font-weight: 400;
  height: 20px;
  width: 20px;
  font-size: 0.8rem;
}
.label.label-success {
  color: #fff;
  background-color: #1bc5bb;
}
.label.label-inline {
  height: auto;
  width: auto;
  padding: 0.15rem 0.75rem;
  border-radius: 0.42rem;
}

.card-plan {
  padding: 1.25rem;
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.0509803922);
  border-radius: 12px;
  color: #3f4253;
  min-width: 200px;
}
.card-plan hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.card-plan .include-features {
  flex: 1 0 auto;
}
.card-plan .include-features .include-feature {
  margin-bottom: 0.75rem;
}
.card-plan .include-features .include-feature .include-feature-icon svg {
  width: 24px;
  height: 24px;
}
.card-plan .include-features .include-feature .include-feature-text {
  margin-right: 1rem;
  margin-left: 1rem;
}
.card-plan .btn {
  display: inline-block;
  font-weight: 400;
  color: #464e5f;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.42rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.card-plan .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.card-plan .btn.btn-light {
  color: #80808f;
  background-color: #f3f6f9;
  border-color: #f3f6f9;
}
.card-plan .btn.btn-light:hover:not(.btn-text):not(:disabled):not(.disabled), .card-plan .btn.btn-light:focus:not(.btn-text), .card-plan .btn.btn-light.focus:not(.btn-text), .card-plan .btn.btn-light.active:not(.btn-text) {
  color: #80808f;
  background-color: #E1F0FF;
  border-color: #E1F0FF;
}
.card-plan .btn:hover:not(.btn-text), .card-plan .btn:focus:not(.btn-text), .card-plan .btn.focus {
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.card-plan .btn {
  outline: none;
  vertical-align: middle;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  -webkit-appearance: none;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.card-plan .text-primary {
  color: #3699FF;
}
.card-plan .btn-light {
  color: #212121;
  background-color: #f3f6f9;
  border-color: #f3f6f9;
  box-shadow: none;
}
.card-plan.active {
  background: transparent linear-gradient(28deg, #5F6486 0%, #3F4254 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}

.overflow-auto {
  overflow: auto !important;
}

.plan-table {
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
.plan-table .border-top {
  border-top: 1px solid #EBEDF3 !important;
}
.plan-table .border-bottom {
  border-bottom: 1px solid #EBEDF3 !important;
}
.plan-table thead {
  position: sticky;
  top: 0;
  background: #FFFFFF 0 0 no-repeat padding-box;
}
.plan-table thead tr td {
  background: #FFFFFF 0 0 no-repeat padding-box;
}
.plan-table thead tr td:nth-child(1) {
  position: sticky;
  left: 0;
}
.plan-table tbody {
  transition: all 0.3s ease;
}

.plan-table .icon-arrow {
  transition: all 0.3s ease;
}
.plan-table.collapsed tbody {
  display: block;
  height: 0;
  overflow-x: auto;
}
.plan-table.collapsed .border-bottom, .plan-table.collapsed .border-top {
  border: none !important;
}
.plan-table:not(.collapsed) .icon-arrow {
  transform: rotate(90deg);
}

body[rtl] .plan-table thead tr td:nth-child(1), body.rtl .plan-table thead tr td:nth-child(1) {
  right: 0;
}
body[rtl] .plan-table tbody tr td:nth-child(1), body.rtl .plan-table tbody tr td:nth-child(1) {
  right: 0;
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row;
  }
  .max-w-266px {
    max-width: 266px;
  }
}
@media only screen and (max-width: 767px) {
  .font-size-h4 {
    font-size: 16px;
}
.font-size-h2 {
    font-size: 18px;
}
.p-6 {
    padding: 10px!important;
}
.plan-table tbody tr td:nth-child(1) {
  position: sticky;
  left: 0;
}
}

/*# sourceMappingURL=plan-table.css.map */
