.addon_modal .modal-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border: none;
  opacity: 1;
}


.addon_modal .modal-content .modal-header{
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 3px 6px -2px #00000029;
}

.addon_modal .modal-content .addon_title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #29b200;
  opacity: 1;
}

.addon_modal .modal-content .addon_list {
  margin-top: 10px;
}

.addon_modal .modal-content .addon_row {
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
}

.addon_modal .modal-content .addon_row p{
    margin-bottom: 0px;
}


.addon_modal .modal-content .addon_row:last-child {
  border-bottom: none;
}


.addon_modal .modal-content .addon_btn_holder {
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}