
/****************************************************************
***                                                          ***
***                          modal                           ***
***                                                          ***
*****************************************************************/


.custom-modal-container {
  border-radius: 0px !important;
  background-color: transparent !important;
}

.custom-modal-popup {
  border-radius: 30px !important;
  border-top: 3px solid #5CA5D6 !important;
  border-left: 2px solid #5CA5D6 !important;
  border-bottom: 2px solid #204A7F !important;
  border-right: 3px solid #204A7F !important;
}


.custom-modal-popup {
  width: 350px !important;
  height: auto !important;
  max-width: 400px !important;
}

@media (max-width: 768px){


.custom-modal-popup {
  width: 100% !important;
  max-width: none !important;
}


}


 .circular-image-modal {
    transition: transform 0.2s ease-in-out;
    border-radius: 50%;
    width: 100px;
    height: 100px;
  }
  




/****************************************************************
***                                                          ***
***                         fin  modal                       ***
***                                                          ***
*****************************************************************/
