
.text-white{
  font-size: 17px;
  text-decoration: none;
  color: #fff !important;
}

.modal-custom-size{
  max-width: 1200px;
}

.modal-backdrop {
  z-index: 10999 !important;
}

.modal {
  z-index: 11000 !important;
}

.card {
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  border-radius: 20px;
  min-height: 250px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);  
}

@media (max-width: 768px) {
  .card {
    min-height: 150px;
  }
}
@media (max-width: 420px) {
  .card {
    min-height: 100px;
  }
}
.card.card-has-bg {
  
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center center;
}
.card.card-has-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.card.card-has-bg:hover {
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
  background-size: 130%;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card.card-has-bg:hover .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #048b59;
  background: linear-gradient(0deg, rgba(2, 155, 56, 0.549) 0%, #034777cf 100%);
}
.card .card-footer {
  background: none;
  border-top: none;
}
.card .card-footer .media img {
  border: solid 3px rgba(255, 255, 255, 0.3);
}
.card .card-meta {
  color: #26BD75;
}
.card .card-body {  

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 1rem;
  flex: 1 auto;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card:hover {
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card:hover .card-body {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #048b59;
  background: linear-gradient(0deg, rgba(35, 79, 109, 0.3785889356) 0%, #455f71 100%);
}

/* --------------------------------------------------------------------------- */

.modalCard{
  /*max-width: 450px;*/
  margin: 10px 0px -10px 0px;  
}

.modal-bodyWidth{  
  background-color: #fff;
}













