
td,th {
    font-size: 14px
}
.btn-xsr {
    padding: 0.7rem !important;
}
@media (max-width: 576px) {
    .btn-xsr {
      padding: 0.50rem !important; /* Bootstrap's p-1 equivalent */
    }
}


@media (max-width: 768px) {
   .btn-xsr {
      padding: 0.50rem !important; /* Bootstrap's p-1 equivalent */
    }
}

td,th {
    font-size: 14px
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da; /* Bootstrap 5 default border color */
    border-radius: 0.375rem;   /* Same as .form-control rounded */
    height: calc(2.25rem + 2px); /* Match default input height */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
    padding-left: 0;
    padding-right: 0;
    color: #495057;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.25rem + 2px);
    right: 10px;
}

.fab-button {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    z-index: 9999;
    text-decoration: none;
}

.fab-button:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.35);
}