.dropdown-toggle::after {
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    margin-left: 0.255em !important;
    vertical-align: 0.255em !important;
    content: "" !important;
    border-top: 0.3em solid #000 !important;
    border-right: 0.3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0.3em solid transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #1a1a1a;
  }
  .dropdown button{
   font-family: 'Poppins', sans-serif;
  }
  .dropdown-menu{
    min-width: 250px;
  }
  .dropdown-menu-dark {
    background-color: #fff;
  }
  .dropdown ul li a{
    font-size: .875rem;
    color: #1a1a1a !important;
  }
  .dropdown-menu .dropdown-item.active{
    background-color: #f4f4f4;
  }
  .card-title{
    margin-bottom: 0;
  }
  .card-body{
    padding: .6rem;
  }
  h5.card-title{
    font-size: 1.2vw;
  }
  .card {
    transition: opacity 0.3s ease-in-out;
  }
  .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23your-color-here'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  }
  .modal-body a{
    font-weight: 400;
    text-decoration: underline;
  }
  .modal-body p{
    font-weight: 600;
  }
  
  .dropdown-item {
    cursor: pointer;
  }
  
  .modal-dialog {
    max-width: 600px;
  }
  .card-description{
    margin-top: 10px;
  }
  
  @media screen and (max-width: 991px){
    h5.card-title{
      font-size: 1rem;
    }
  }
  @media screen and (min-width: 1400px){
    h5.card-title{
      font-size: 1.1rem;
    }
  }