.sheet_buttons_container {
    width: 100%;
    font-size: .85rem;

    background: #c9d5ff64 !important;
    /* background: darkgreen; */

    flex-direction: row !important;
    justify-content: space-around;

    height: fit-content;
    width: 100%;
    border-radius: 1rem;

    flex-wrap: wrap;

    /* padding-top: .2rem;
    padding-bottom: .2rem; */
    padding: 0 !important;
}

.sheet_links_column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;

    width: 49%;
    height: fit-content;

    padding: 0;
    
}

.sheet_links_column .row_Class {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;

    height: fit-content;
    padding: .1rem;
    /* padding-left: .5rem; */

    gap: .2rem;
}


.sheet_links_column .first_Row {
    margin-top: 0.05rem;
    margin-bottom: .025rem;
}
.sheet_links_column .second_Row {
    margin-top: 0.025rem !important;
    margin-bottom: .05rem !important;
}
.sheet_buttons_container .first_Row {
    margin-top: 0.16rem;
}


.sheet_links_column .card_last_child {
    width: 8rem;
    height: 1.4rem;

    border-radius: .9rem;
}

.right_link_row {
    justify-content: flex-end !important;
    padding-right: .5rem;
}

.right_link_row .row_Class {
    width: fit-content;
}

.sheet_links_column .card_last_child {
    height: 1.8rem;
}

.sheet_links_column a {
    text-decoration: none;
}

.mainsheet .card_last_child {
    background: #4abdff;
}


.perBranch_sheet_links_container {
    border-radius: 0;
    font-size: 13px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;

    border-radius: 0 !important;
}
.perBranch_sheet_links_container .first_Row {
    margin-top: 0;
}

.perBranch_sheet_links_container .card_last_child {
    height: 1.4rem;
    border-radius: .75rem;

    width: 7.9rem;
}

.datetimefields {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: .3rem;
    align-items: flex-start;
    justify-content: start;
}