.commonModel .modal-content {
    padding: 50px;
    text-align: center;
    max-width: 671px;
    width: 100%;
    margin: 0 auto;
    background: #262626;
    border-radius: 10px;
  }

  .commonModel .modal-content .imgIcon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 25px;
  }

  .commonModel .modal-content .title {
    font: 600 32px/48px "Poppins", sans-serif;
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: 17px;
  }

  .commonModel .modal-content .desc {
    font: 500 20px/30px "Poppins", sans-serif;
    color: #ffffff;
    max-width: 440px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .commonModel .modal-content .btnNo {
    max-width: 140px;
    width: 100%;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    font: 600 16px/22px "Poppins", sans-serif;
    padding: 11px;
    margin: 10px 5px;
    background-color: transparent;
  }

  .commonModel .modal-content .close {
    position: absolute;
    right: 25px;
    top: 18px;
  }
  

/* .deleteModel .modal-content {
    padding: 50px;
    text-align: center;
    max-width: 471px;
    width: 100%;
    margin: 0 auto;
    background: #262626;
    border-radius: 10px;
    position: relative;
  }
 
  .mainHeadDriver .addDriver {
    color: #ffffff;
    background-color: #000000;
    border-radius: 3px;
    padding: 12px 15px;
  }
  .mainHeadDriver .addDriver:hover {
    color: #ffffff;
  }
  .deleteModel .modal-content .title {
    font: 700 32px/24px "Poppins", sans-serif;
    color: #ffffff;
    margin: 20px 0;
  }
  .deleteModel .modal-content .desc {
    font: 600 16px/24px "Poppins", sans-serif;
    color: #ffffff;
    max-width: 370px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .deleteModel .modal-content .maindesc {
    font: 400 14px/21px "Poppins", sans-serif;
    color: #ffffff;
    max-width: 290px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .deleteModel .modal-content .btnNo {
    max-width: 140px;
    width: 100%;
    color: #262626;
    border: 1px solid #262626;
    border-radius: 3px;
    font: 600 16px/22px "Poppins", sans-serif;
    padding: 11px;
    margin: 0 5px;
  } */
  .commonModel .modal-content .btnYes {
    background: #ffffff;
    color: #262626;
    max-width: 200px;
    padding: 12px;

  }
  .commonModel .modal-content .btnSave{
    background: #ffffff;
    color: #262626;
    padding: 12px;
  }