/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/flexible-table/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.wp-block-zenkit-blocks-flexible-table table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-zenkit-blocks-flexible-table table td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
  min-width: 100px;
}
.wp-block-zenkit-blocks-flexible-table table .cell-block {
  min-height: 60px;
}

.comparison--table {
  border-radius: 20px;
  background: var(--white, #FFF);
  /* box shadow */
  box-shadow: 0px 8px 30px 9px rgba(0, 0, 0, 0.08);
  width: 100%;
  padding: 0px 15px 15px 15px;
}
.comparison--table table {
  width: 100%;
}
.comparison--table table .table-row:nth-child(2n) {
  background: #FAFAFA;
}
.comparison--table table .table-row .table-cell {
  border: none !important;
  padding: 16px 20px !important;
  min-width: none !important;
  vertical-align: middle !important;
}
.comparison--table table .table-row .table-cell * {
  margin: 0;
}
.comparison--table table .table-row .table-cell:not(:first-child) {
  text-align: center;
}
.comparison--table table .table-row .table-cell * {
  color: #444746;
}
.comparison--table table .table-row:nth-child(1) .table-cell {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.comparison--table table .wp-block-buttons {
  line-height: 1;
}
.comparison--table table .wp-block-buttons .wp-block-button__link {
  cursor: pointer;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid #34b107;
  color: #2d9806 !important;
  transition: all 0.2s ease;
  background-color: transparent;
  font-weight: 500;
}
.comparison--table table .wp-block-buttons .wp-block-button__link:hover {
  background-color: #34b107;
  color: #fff !important;
}

.first__cell__inrow_header tr td:first-child {
  font-weight: 700;
}
.first__cell__inrow_header tr td:first-child p {
  max-width: 353px;
}

@media (min-width: 1024px) {
  .table-cell-mw-318px-desktop .table-cell {
    min-width: 361px !important;
  }
}

@media screen and (max-width: 500px) {
  .h-scroll-mobile {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
  }
  .h-scroll-mobile table {
    min-width: 600px;
    width: -moz-max-content;
    width: max-content;
  }
}
.suite__pricing-table {
  margin: 0 !important;
  border-radius: 20px;
  background: var(--white, #FFF);
  /* box shadow */
  box-shadow: 0px 8px 30px 9px rgba(0, 0, 0, 0.08);
  width: 100%;
  padding: 0px;
}
@media (min-width: 768px) {
  .suite__pricing-table {
    padding: 0px 15px 15px 15px;
  }
}
.suite__pricing-table > table {
  display: none;
}
@media (min-width: 768px) {
  .suite__pricing-table > table {
    display: table;
  }
}
.suite__pricing-table .zenkit-table-wrapper > table {
  display: none;
}
@media (min-width: 768px) {
  .suite__pricing-table .zenkit-table-wrapper > table {
    display: table;
  }
}
.suite__pricing-table table {
  width: 100%;
}
.suite__pricing-table table .table-row:nth-child(2n) {
  background: #FAFAFA;
}
.suite__pricing-table table .table-row .table-cell {
  border: none !important;
  padding: 16px 20px !important;
  min-width: none !important;
  vertical-align: middle !important;
}
.suite__pricing-table table .table-row .table-cell * {
  margin: 0;
}
.suite__pricing-table table .table-row .table-cell:not(:first-child) {
  text-align: center;
}
.suite__pricing-table table .table-row .table-cell * {
  color: #444746;
}
.suite__pricing-table table .table-row:nth-child(1) .table-cell {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.suite__pricing-table table .table-row.heading-row p, .suite__pricing-table table .table-row.heading-row strong {
  color: var(--wp--preset--color--da-blue) !important;
}
.suite__pricing-table table .wp-block-buttons {
  line-height: 1;
}
.suite__pricing-table table .wp-block-buttons .wp-block-button__link {
  cursor: pointer;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid #34b107;
  color: #2d9806 !important;
  transition: all 0.2s ease;
  background-color: transparent;
  font-weight: 500;
}
.suite__pricing-table table .wp-block-buttons .wp-block-button__link:hover {
  background-color: #34b107;
  color: #fff !important;
}

.suite__pricing__container .toggle__buttons {
  box-sizing: border-box;
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 36px;
}
@media (min-width: 768px) {
  .suite__pricing__container .toggle__buttons {
    display: flex;
  }
}
.suite__pricing__container .toggle__buttons .outline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid var(--wp--preset--color--da-blue);
  z-index: 1;
  border-radius: 8px;
}
.suite__pricing__container .toggle__buttons input {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
}
.suite__pricing__container .toggle__buttons .toggle__button {
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  color: var(--wp--preset--color--da-blue);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px; /* 186.667% */
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 93px;
}
.suite__pricing__container .toggle__buttons .toggle__button:hover {
  cursor: pointer;
}
.suite__pricing__container .toggle__buttons input:checked + .toggle__button {
  color: var(--wp--preset--color--da-white);
  background-color: var(--wp--preset--color--da-blue);
  border: 2px solid var(--wp--preset--color--da-blue);
}
@media (max-width: 768px) {
  .suite__pricing__container .toggle__container {
    justify-content: center !important;
  }
}
.suite__pricing__container .select__dropdown {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .suite__pricing__container .select__dropdown {
    display: none;
  }
}
.suite__pricing__container .select__dropdown .select__time,
.suite__pricing__container .select__dropdown .select__currency {
  border-radius: 8px;
  border: 2px solid var(--wp--preset--color--da-blue);
  display: flex;
  width: 101px;
  padding: 4px 0px;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: var(--wp--preset--color--da-blue);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 169.231% */
  padding: 4px 20px 4px 12px;
  background: #fff;
}
.suite__pricing__container .select__dropdown .select__time:focus-visible,
.suite__pricing__container .select__dropdown .select__currency:focus-visible {
  outline: none;
}
.suite__pricing__container .select__dropdown svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.suite__pricing__container .select__dropdown svg path {
  stroke: #0179FF;
}

.suite__pricing-mobile {
  padding: 15px;
}
.suite__pricing-mobile table {
  margin: 0 !important;
  margin-bottom: 25px !important;
}
.suite__pricing-mobile table td {
  border: none;
  text-align: center;
}
.suite__pricing-mobile table td:nth-child(1) {
  text-align: left;
}
.suite__pricing-mobile table td p {
  margin: 0;
}
@media (max-width: 450px) {
  .suite__pricing-mobile table td * {
    font-size: 13px !important;
  }
}
.suite__pricing-mobile table .suite__pricing-mobile-block-title td .wp-block-group {
  justify-content: center;
}
.suite__pricing-mobile table tr:nth-child(2n) {
  background: #FAFAFA;
}

.suite__pricing-mobile {
  display: block;
}

@media (min-width: 768px) {
  .suite__pricing-mobile {
    display: none;
  }
}

/*# sourceMappingURL=style-index.css.map*/