.bootstrap-duallistbox-container .filter {
    display: none !important;
}

.bootstrap-duallistbox-container .info {
    display: none !important;
}

.bootstrap-duallistbox-container select .option {
    padding-top: 7px !important;
    padding-left: 5px !important;
}
.service-disabled{
    background-color: #214c78 !important;
    opacity: 1 !important;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .nav-pills {
      flex-direction: column;
      align-items: center;
      width: 90%;
    }
  
    .nav-item {
      width: 100%;
      text-align: center;
      margin-bottom: 10px;
    }
  
    .nav-link {
      display: block;
      width: 100%;
      border-radius: 0.25rem;
    }
  
    .card-header {
      flex-direction: column;
      padding: 1rem;
    }
  }

  .sidebar-logo{
    width: 100px;
    height: 100px;
  }
  .sidebar-logo >img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .payment-img{
    width: 160px;
    height: 150px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;

  }
  .payment-img >img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .payment-text{
    font-size: 14px;
  }

  .static-height{
    height: 105px;
  }
  .divider{
    height: 70%;
    border-right: 1px solid #f1eded !important;
  }
  .upload-text p{
    margin-bottom: 5px;
  }