/* Active tick style */
.option-container .btn-check:checked + .btn {
    background-color: #1b84ff !important; /* Bootstrap success */
    border-color: #1b84ff !important;
}

.option-container .btn-check:checked + .btn i {
    color: white !important;
}

.option-container .btn-check + .btn {
    transition: all 0.2s ease-in-out;
}

.bulk-upload-section{
    /* position: absolute;
    right: 30px; */
    text-align: right;
    margin-top: -85px;
}

.bulk-upload-section form {
    justify-content: right;
}

@media (max-width: 991px) {
  .bulk-upload-section {
    margin-top: -50px;
  }
}

@media (max-width: 576px) {
  .bulk-upload-section {
    margin-top: unset;
  }
}