body {
    font-family: sans-serif;
}
.active {
    border-bottom: 1px solid #ffc107 !important;
}
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.custom-margin {
    margin-top: 150px;
}
.page-item.active .page-link {
    background-color: #000000 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 5px !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
    width: 100% !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #000000 !important;
}
#allItemBody tr td {
    vertical-align: middle;
}
#allItemBody tr td:nth-child(1) {
    display: none;
}
#allItemBody tr td:nth-child(even) {
    text-align: center !important;
}

@media (min-width: 200px) and (max-width: 400px) {
    .select2-container .select2-selection--single {
        width: 100% !important;
    }
  }
@media (min-width: 401px) and (max-width: 575px) {
    .select2-container .select2-selection--single {
        width: 100% !important;
    }
  }
@media (min-width: 800px) and (max-width: 2000px) {
    .select2-container .select2-selection--single {
        width: 100% !important;
    }
  }

