.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 0.0625rem solid rgba(46, 54, 80, 0.125);
    border-radius: 0.5rem;
}

.table thead th {
    color: white;
    background-color: #0078d2;
}

/* Action header is in ceneter with buttons */
.action{
    text-align: center !important;
    width: 100px !important;
}


.card-body-1 {
    flex: 1 1 auto;
    border-radius: 20px;
}

.border-light {
    border-color: #eaedf2 !important;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #4A5073;
    --bs-table-striped-bg: rgba(46, 54, 80, 0.05);
    --bs-table-active-color: #4A5073;
    --bs-table-active-bg: rgba(46, 54, 80, 0.1);
    --bs-table-hover-color: #4A5073;
    --bs-table-hover-bg: rgba(46, 54, 80, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #4A5073;
    vertical-align: top;
    border-color: #eaedf2;
}


.table thead tr th {
    padding: 8px !important;
}


.item-row .action-td {
    padding: 7px 4px !important;
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}


@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.month-format{
    width: 100px;
}


.btn-primary {
    color: #ffffff !important;
    /* background-color: #2464a9 !important; */
    background-color: #0078D2 !important;
    border-color: #2464a9 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 54, 80, 0.075);
}

.btn-outline-primary {
    color: #262B40 !important;
    border-color: #262B40 !important;
}

.btn-danger {
    color: #ffffff !important;
    background-color: red !important;
    border-color: red !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 54, 80, 0.075);
}

.btn-success {
    color: #ffffff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 54, 80, 0.075); 
}

.btn-warning {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 54, 80, 0.075);
}

.btn-info {
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 54, 80, 0.075);
}

.dropdown-export {
    position: relative;
    display: inline-block;
}

.btn-sm,
.btn-group-sm>.btn {
    /* padding: 0.25rem 0.5rem; */
    font-size: 0.875rem;
    border-radius: 0.5rem;
}

.table> :not(caption)>*>* {
    padding: 0.75rem 0.5rem;
    background-color: var(--bs-table-bg);
    background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
    border-bottom-width: 0.0625rem;
}

.table>tbody {
    vertical-align: inherit;
}

.table>thead {
    vertical-align: bottom;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: #eaedf2;
}

.caption-top {
    caption-side: top;
}

.table-sm> :not(caption)>*>* {
    padding: 0.25rem 0.25rem;
}

.table-bordered> :not(caption)>* {
    border-width: 0.0625rem 0;
}

.table-bordered> :not(caption)>*>* {
    border-width: 0 0.0625rem;
}

.table-borderless> :not(caption)>*>* {
    border-bottom-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}


.table thead th {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    border-top: 0.0625rem solid #eaedf2;
}

.table th {
    font-weight: 600;
    padding: 1rem;
}

.table td .progress {
    height: 3px;
    width: 120px;
    margin: 0;
}

.table td,
.table th {
    font-size: 0.875rem;
    white-space: nowrap;
}

.table.user-table thead th {
    border-top: 0;
}

.table.align-items-center td,
.table.align-items-center th {
    vertical-align: middle;
}

.table .thead-dark th {
    background-color: #262B40;
    color: #ffffff;
}

.table .thead-dark th a {
    color: #262B40;
}

.table .thead-light th {
    background-color: #2464a9;
    color: white;
}

.table .thead-light th a {
    color: #262B40;
}

.table-hover tr {
    transition: all 0.2s ease;
}


.table-grant {
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px
}

.custom-table-font td {
    font-size: 12px;
}

thead {
    background: #2464a9;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
}


/* --------------------------------- */

table {
    caption-side: bottom;
    border-collapse: collapse;
}


.table thead th {
    color: white;
}

.table-grant {
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px
}

.custom-table-font td {
    font-size: 12px;
}

.flex {
    display: flex;
    width: 100% !important;
}

.border-light {
    border-color: #eaedf2 !important;
}

@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

.search-url{
    text-decoration: none;
}
.make-left{
    text-align: right;
}
.hidden{
    pointer-events: none;
    background: #dddddd;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background-color: var(--bs-body-bg); */
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.blue-back{
    background: green ;
    border-radius: 10px;
    color: white;
    height: 50px;
}
.blue-back a button{
    color: white;
}
.fin_commit{
margin-top: 45px;
}