.tooltip_container {
  position: relative;
  display: flex;
  align-items: center;
}

.tooltip {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  margin-left: -75px; 
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 10px;
}

.platinum_subtext {
  font-size: 12px;
}

.tooltip_container:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.platinum_support_div {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-top: 10px;
}

.platinum_support_main {
  margin-bottom: 24px;
}

.price_main {
  margin-bottom: 12px !important;
}

.price_div {
  margin-bottom: 24px !important;
}

.platinum_support_txt {
  font-weight: 600;
  font-size: 10px;
  color:#000;
}

.whiteColor {
  color:#fff !important;
}

.text-color-black {
  color: #333;
}

/* The Close Button */
.modal-header {
  position: relative;
}

.close {
  color: #aaa;
  float: right;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  top: -16px;
  right: 16px;
}

button.close {
  background: none !important;
  border: none !important;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: hidden ;
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.8);
  backdrop-filter: saturate(180%) blur(5px);
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  padding: 14px 24px 24px;
  border: 1px solid #888;
  width: 65%;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  overflow-y: auto;
  margin: auto;
}
.modal-content.plan-modal-content{
  width:62.3%;
}
.modal-content.plan-modal-content p{line-height: 20px !important;}
.modal-content.plan-modal-content .benefit_txt_div{width: 52.6%;}
.modal-content .close {
    top: -10px;
    font-size: 19px;
    right: -16px;
}

.pricing_div {
  padding-bottom: 40px;
}

.benefit_txt_div {
  width: 50%;
  padding: 14px;
}

.benefit_txt {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 20px;
  padding-bottom: 0px !important;
  color: black;
  text-align: initial;
}

.benefit_parent {
  display: flex;
  border-bottom: 1px solid #d7d7d7;
}

.benefit_parent:last-of-type {
  border-bottom: none;
}

.benefit_status {
  display: flex;
  align-items: center;
  width: 25%;
  padding: 14px;
  justify-content: center;
}

.benefit_status_first {
  display: flex;
  align-items: center;
  width: 25%;
  padding: 14px;
  justify-content: center;
  border-right: 1px solid #d7d7d7;
}

.icon_img {
  width: 24px;
}

.title_txt {
  padding-bottom: 0px !important;
  color: #2562ff;
  font-size: 14px;
  font-weight: 700;
}

.price_dropdown {
  padding: 12px;
  margin-bottom: 20px;
}

.pricing_row {
  display: flex;
}

.platinum_support_radio_div {
  margin-top: -1%;
}

.width_platinum_support {
  width: auto!important;
}

.text-color-white {
  color: white;
}

.platinum_support_popup {
  padding-bottom: 16px;
}

.upgrade_popup {
  margin: 2em auto;
  transform: translateY(0) !important;
  margin-top: 10% !important;
  top: 0;
  left: 40%;
}

.platinum_support_popup .platinum_label {
  color: #454a52;
}

.modal-header+div>div:first-child>div {
  text-align: center;
  font-weight: 700;
}

.benefit_txt_div p {
  color:#000 !important;
}

.modal-content p {
  font-weight: 600 !important;
  font-size: 14px;
  letter-spacing: inherit;
  line-height: 20px;
}
.modal-header+div>div:first-child>div>p.title_txt {
  margin-bottom: 10px;
  font-weight: 700 !important;
  color: #2562ff !important;
}

.benefit_parent:last-of-type>div {
  padding-bottom: 0px;
}

body.noScroll {
  overflow: hidden;
}

@media screen and (max-width:1300px) {
  .modal-content {
   /* height: 100%; */
  }
  .modal-content .close {
    top: 10px;
  }
}

@media screen and (max-width: 600px) {
  .modal-content{
    width: 90%;
  }
}
