
.select2-container .select2-selection--single {
    padding-top: 5px;
    padding-right: 5px;
    height: 40px !important;
  }
  
  .select2-selection__arrow {
    padding-right: 5px;
    margin-top: 10px;
  }

  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single{
    border-radius: 25px;
  }
/*  */
  .select2-container .select2-selection--single{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    border-radius:25px;
  }
  input:checked {
    background-color: #22c55e; /* bg-green-500 */
  }

  input:checked ~ span:last-child {
    --tw-translate-x: 1.75rem; /* translate-x-7 */
  }
  
  @keyframes allcardsmove {
    0% {
        transform: translateY(0%);
    }
  
    100% {
        transform: translateY(100%);
    }
  }
  
  @keyframes allcardsmove2 {
    0% {
        transform: translateY(100%);
    }
  
    100% {
        transform: translateY(0%);
    }
  }
  
  .row-one {
    animation: allcardsmove 20s linear infinite;
  }
  
  .row-two {
    animation: allcardsmove2 20s linear infinite;
  }
  
  .row-three {
    animation: allcardsmove 20s linear infinite;
  }
  