hr.hr-width{
    border-top: 4px solid #e8e9ea;
}
.shipment-det-box input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 75px;
    height: 30px;
    background: whitesmoke;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
}

.shipment-det-box input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 33px;
    height: 28px;
    top: 0;
    left: 3px;
    background: #ababab;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.4s;
}

.shipment-det-box input:checked[type="checkbox"]::after {
    left: 50%;
    background: #3e3e99;
}

.increment{
    padding: 2px 8px;
    border-left: none;
    background: white;
    border-color: #000f9f;
    color: #000f9f;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-width: thin;
}
.decrement{
    padding: 2px 8px;
    background: white;
    border-color: #000f9f;
    color: #000f9f;
    border-width: thin;
}
.success-input{
    background-color: #f4fff4 !important;
    border: 1px solid #66b666;
}
.custom-btn-group {
    left: 0 !important;
    transform: none !important;
    margin: auto !important;
}
.jumbotron {
    padding: 1rem 0rem !important;
}
.imageBtns > .btn-sm{
    font-size: 0.75rem !important;
}
div.scroll-container {
    /*background-color: #333;*/
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
}
div.scroll-container img {
    padding: 10px;
    border: 1px solid burlywood;
    border-radius: 10px;
    cursor: pointer;
    height: 180px !important;
    width: 170px !important;
}
div.scroll-container img.hover-shadow {
    transition: 0.3s;
}
div.scroll-container .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#myPickupImageModal .row > .column {
    padding: 0 8px;
}

.luggage-thumbnail-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 5px; /* Adjust margin as needed */
}

.luggage-thumbnail {
    display: block;
    width: 100%;
    height: auto;
}

.luggage-thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 50% opacity black overlay */
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
}

.luggage-thumbnail-overlay:hover {
    opacity: 1;
}

.luggage-button-container {
    display: flex;
    gap: 10px;
}

.luggage-button {
    background-color: transparent;
    color: #fff;
    padding: 0px 0px;
    text-decoration: none;
    border-radius: 0px;
    font-size: 20px;
    border: none;
}

.btn-primary ~ .dropdown-menu .dropdown-item.active, .btn-outline-primary ~ .dropdown-menu .dropdown-item.active, .btn-flat-primary ~ .dropdown-menu .dropdown-item.active {
  background-color: #a2ae39 !important;
  color: #fff !important;
}

.dataTables_wrapper {
    margin: 15px auto !important;
}