/* General CSS apply to all */
.agentCardTitle{
    font-family: "_Alte-Black", Arial, sans-serif;
    font-weight: bold;
    font-size: 17px;
}

.agentCardMail{
    color: #1362FF;
}

.agentCardSubtitle{
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.97px;
    color: #4A4A4A;
    margin: 0;
}
.agentCardImg{
    -webkit-box-shadow: -1px 3px 15px 2px rgba(0,0,0,0.43); 
    box-shadow: -1px 3px 15px 2px rgba(0,0,0,0.43);
    position: absolute;
    border-radius: 50%;
}
.rcmndTooltip{
  background-color: #FA4500;
  color: #FFFFFF;
  text-align: center;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  font-size: 12px;
  display: flex;
  justify-content: center;
}
.rcmndToolTail{
    display: inline-block;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 6px 0 6px;
    border-color: #FA4500 transparent transparent transparent;
    position: relative;
    right: 15px;
    bottom: -9.7px;
}
.goodImgtitleLabel{
  padding: 0 8px;
}

.titleLabelContent{
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.74px;
  color: #000000;
  font-weight: 700;
}
.dropbtn {
  /* background-color: #9B9B9B; */
  color: #9B9B9B;
  /* padding: 16px; */
  font-size: 16px;
  border: none;
  cursor: pointer;
  min-width: fit-content;
  width: 160px;
  text-align: center;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.customerRcmndTitle{
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.97px;
  color: #000000;
}
.pencilImg{
  /* position: absolute; */
  padding: 8px;
  height: fit-content;
  }
  .pencilImgSal{
    /* position: absolute; */
    padding: 34px;
    height: fit-content;
    }
  
  .datePickerWrapper{
    margin: auto 25%;
  }

/* Change the background color of the dropdown button when the dropdown content is shown */
/* .dropdown:hover .dropbtn {
  background-color: #9B9B9B;
} */


.savingsCardContainer{
  background-color: white;
  width: 90%;
  height: fit-content;
  margin: auto;
  margin-bottom: 5%;
  padding: 10px 0;
}

.savingsCard1stRow{
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: auto;
    padding-top: 7%;
    padding-bottom: 3%;
}
.savingsCardRow{
    width: 85%;
    margin: auto;
}
.savingsCardRow > p{
  margin-bottom: 0.5rem;
}
.savingsContent{
  display: inline-block;
  margin: 0;
}

.savingsCardTitle{
  text-decoration: underline;
  font-size: 17px;
  color: #4a4a4a;
  letter-spacing: 1.6px;
  line-height: 25px;
}
.savingsCardContent{
  color: #4a4a4a;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 25px;
}
.savingsCardTagWrapper{
  position: relative;
  top: -12px;
}


    /* Mobile */
@media only screen and (max-width: 600px) {
    .rcmndTooltip{
      line-height: 25px;
    }
    .rcmndToolTail{
      display: inline-block;
      z-index: -1;
      bottom: 15px;
      position: relative;
      right: 2.25px;
    }
    .agentCardImg{
    width: 80px;
    height: 80px;
    bottom: 82%;
    }
    .modalTitle{
      font-size: clamp(13px, 5vw, 17px);    }
    .modalSubtitle{
      font-size: clamp(10px, 4vw, 14px);
    }
    .modal-id-text{
      font-size: clamp(10px, 4vw, 14px);
    }
    .modal-button-text{
      font-size: clamp(10px, 4vw, 14px);
    }
    .modal-checkbox-text{
      font-size: clamp(10px, 4vw, 14px);
    }
    .savingsCardTag{
      padding: 5px 10px;
      min-width: 102px;
      cursor: pointer;
    }

  }

    /* Tablet */
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .agentCardImg{
    width: 58px;
    height: 58px;
    bottom: 88%;
  }
 .modal-button-text{
  font-size: 17px;
  }
.savingsCardTag{
  padding: 5px 10px;
  min-width: 102px;
  cursor: pointer;
  }
}

    /* Desktop-Medium */
@media only screen and (min-width: 1024px) and (max-width: 1450px){
  .agentCardImg{
    width: 58px;
    height: 58px;
    bottom: 88%;
   }
  .modalTitle{
    font-size: 28px;
   }
   .modalSubtitle{
    font-size: 18px;
   }
   .savingsCardTag{
    padding: 0px 10px;
    min-width: 102px;
    cursor: pointer;
    }
}

      /* Desktop-Big */
@media only screen and (min-width: 1450px){
  .agentCardImg{
   width: 58px;
   height: 58px;
   bottom: 88%;
  }
  .modalTitle{
   font-size: 28px;
  }
  .modalSubtitle{
   font-size: 18px;
  }
  .savingsCardTag{
    padding: 0px 10px;
    min-width: 102px;
    cursor: pointer;
    }

  }

  
