.label-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.text-right {
    text-align : right !important;
}
.text-cenrer {
    display: flex !important;
    justify-content: center !important;
}
.f-20 {
    font-size: 20px !important;
}
.card1 {
    grid-row: span 3;
    display: grid;
    grid-template-rows: subgrid;
    row-gap: 0;
    position: relative;
    background-color: green;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    border-radius: 20px;
    box-shadow: 0 15px 4px -10px rgba(0 0 0 / 0.05);
}
.table td, .table th {
    white-space: nowrap;
}
@media (max-width: 768px) {
.table td, .table th {
    font-size: 12px;
    white-space: nowrap;
  }
}
.timeline-event {
    padding: 20px 20px 20px 20px !important;
}
.btn-green {
    background-color: #14b414 !important;
    color: white !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(4 20 5 / 40%);
}
.btn-green:hover {
    color: #fff !important;
    background-color: #129a12 !important;
    border-color: #129a12 !important;
    transform: translateY(-1px) !important;
}
.offcanvas {
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    background-color: #fff; /* or your theme */
}
.custom-offcanvas-wide {
    width: 530px !important;
}
.user-options-toggle {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 1055;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.border-none {
    border-bottom: 0px solid #d9dee3 !important;
    margin-bottom: 0rem !important;
}
.timeline-header a {
    text-decoration: underline;
    font-weight: 500;
}
.timeline-header a:hover {
    color: #193d9a;
    text-decoration: underline;
}
#IGU_selectlink a {
    color: white !important;
}
.input-group > .select2 {
    position: relative;
    flex: 1 1 auto;
    width: 1% !important;
    min-width: 0;
}
.input-group .select2-container--default .select2-selection--multiple {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.input-group-text {
    background-color: #f2f2f2 !important;
}
.help_info {
    position: absolute;
    border: 1px solid rgb(8, 5, 5);
    padding: 10px;
    z-index: 1000;
    border-radius: 6px;
    max-width: 100%;
    margin-left: -195px;
    background-color: #fff;
}
.help-info {
    position: absolute;
    border: 1px solid rgb(8, 5, 5);
    padding: 10px;
    z-index: 1000;
    border-radius: 6px;
    max-width: 100%;
    margin-left: -302px;
    background-color: #fff;
}
.helpinfo {
    position: absolute;
    border: 1px solid rgb(8, 5, 5);
    padding: 10px;
    z-index: 1000;
    border-radius: 6px;
    max-width: 100%;
    margin-left: -159px;
    background-color: #fff;
}