/* Custom Style */
.overview-table.type1 tr.bg-accent2 th,
.overview-table.type1 tr.bg-accent2 td {
    background-color: #e1fff7 !important;
}

.order-btn-newGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.order-btn-newGroup .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 0.25rem);
    flex: 0 0 calc(50% - 0.25rem);
}

.modal .modal-header {
    background-color:#002fa7 
}

.modal .modal-body img {
    width: 100%!important;
    height: auto!important;
}