/* 
Theme Name: Gold Kidney
Description: Theme for Gold Kidney
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.1.0
Text Domain: gold-kidney
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.btn-gold {
  background-color: #d1a565;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  line-height: 14px;
  letter-spacing: 0px;
  fill: #ffffff;
  color: #ffffff !important;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-secondary);
  border-radius: 8px 8px 8px 8px;
  padding: 10px 20px 10px 20px;
  display: inline-block;
}

#form_shop-for-plan .frm_checkbox input[type="checkbox"] {
  border-radius: 50%;
}

.checkmark-blue {
  background-image: url("checkmarks/blue.png");
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.checkmark-teal {
  background-image: url("checkmarks/teal.png");
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.checkmark-gold {
  background-image: url("checkmarks/gold.png");
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.elementor-button.disabled {
  pointer-events: none;
  background-color: #e6e7e7 !important;
  transition: none;
}

/* Plan Comparison Table */
#plan-comparison-table {
  font-family: Poppins;
}
#plan-comparison-table th {
  width: 25%;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
}

#plan-comparison-table td {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600px;
  font-weight: 500;
}

#plan-comparison-table th:nth-child(2) {
  background-color: #114f6d;
  color: #fff;
}

#plan-comparison-table th:nth-child(3) {
  background-color: #1c809d;
  color: #fff;
}

#plan-comparison-table th:nth-child(4) {
  background-color: #6e7f3e;
  color: #fff;
}

#plan-comparison-table tbody > tr:nth-child(odd) {
  background-color: #f9f5f0;
}
#plan-comparison-table .checkmark-blue {
  width: 26px;
  height: 26px;
}

#plan-comparison-table .view-plan-button {
  border: 2px solid #114f6d;
  color: #114f6d !important;
  padding: 8px 16px;
  margin: 8px;
  display: inline-block;
}

#plan-comparison-table .view-plan-button:hover {
  background-color: #114f6d;
  color: #fff !important;
}

/* Supplemental Benefit Table */
.supplemental-benefit-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
}

.supplemental-benefit-table {
  font-family: Poppins;
}
.supplemental-benefit-table th {
  width: 12%;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
}
.supplemental-benefit-table th td {
  line-height: 1.5;
}
.supplemental-benefit-table th:first-child {
  width: 40%;
  background-color: #fff;
}

.supplemental-benefit-table.florida th,
.supplemental-benefit-table.miami th {
  width: 15%;
}
.supplemental-benefit-table.florida th:first-child,
.supplemental-benefit-table.miami th:first-child {
  width: 40%;
  background-color: #fff;
}

.supplemental-benefit-table td {
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 15px;
}

.supplemental-benefit-table td:first-child {
  text-align: right;
  background-color: #fff;
}

.supplemental-benefit-table th.cell-navy {
  background-color: #114f6d;
  color: #fff;
}

.supplemental-benefit-table th.cell-lightblue {
  background-color: #1c809d;
  color: #fff;
}
.supplemental-benefit-table th.cell-gold {
  background-color: #caa76e;
  color: #fff;
}
.supplemental-benefit-table th.cell-maroon {
  background-color: #681a2f;
  color: #fff;
}

.supplemental-benefit-table tbody > tr:nth-child(odd) td {
  background-color: #f9f5f0;
}

.supplemental-benefit-table .table-header {
  background: #d1a565 !important;
}

.supplemental-benefit-table .table-header td {
  text-align: left !important;
  font-size: 14px;
  font-weight: bold;
}

.supplemental-benefit-table .checkmark-blue {
  width: 26px;
  height: 26px;
}

.supplemental-benefit-table th:first-child,
.supplemental-benefit-table td:first-child {
  position: sticky;
  left: 0;
}

#zip-code-filter .jet-search-filter {
  display: flex;
  flex: row;
}

#zip-code-filter .jet-search-filter .jet-search-filter__submit {
  margin: 0;
}

/* Plan Loop */
.plan-loop .e-loop-item {
  position: relative;
}

.plan-loop .plan-block {
  cursor: pointer;
}

.plan-loop .plan-selected:before {
  content: "";
  background: url("checkmarks/blue.png") no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.plan-loop .plan-selected .plan-block {
  border: 2px solid #114f6d !important;
}
