﻿.btn-wrapper {
    display: inline-block;
    margin-right: 10px;
}

.btn-hover {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

    .btn-hover:hover {
        filter: brightness(0.8);
        transform: scale(1.05);
    }

.bookmark {
    border-radius: 5px;
    background-color: #e5e7e9 !important;
    position: fixed;
    top: 90px;
    z-index: 10;
    right: 20px;
    padding: 0 15px 10px 15px;
    box-shadow: none;
    transition: box-shadow 0.3s ease;
}

    .bookmark.scrolled {
        border: 1px solid #e5e7e9 !important;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
        background-color: #e5e7e9 !important;
        padding: 5px 25px 15px 25px;
        margin-top: 5px;
    }

.btn-custom {
    position: absolute;
    border: none;
    background-color: #fff;
    bottom: 2px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 4px;
}

    .btn-custom:hover {
        background-color: aquamarine;
        border-radius: 5px;
    }

.sticky2 {
    font-size: 14px;
    position: fixed;
    background-color: #e5e7e9 !important;
    z-index: 1;
    width: 86%;
    top: 82px;
    padding: 25px 0;
}

.btn-search {
    position: absolute;
    background-color: transparent;
    margin-right: 10px;
}

button.btn-search:focus {
    outline: none;
}

.f-c-white {
    color: #fff !important;
}

.modal-xl {
    max-width: 1400px !important;
}

.table th {
    color: #fff !important;
}

#ContainerReleaseTable th:nth-child(1),
#ModalSearch_Table th:nth-child(1) {
    border-radius: 10px 0 0 0;
}

#ContainerReleaseTable th:last-child,
#ModalSearch_Table th:last-child {
    border-radius: 0 10px 0 0;
}

#ContainerReleaseTable table th,
#PreAlertTBModal table th,
#InvoiceTBModal table th,
#TaxInvoiceTBModal table th {
    color: #fff;
    border-style: unset;
    border-width: unset;
    font-size: 12px;
}
#tbSearchDoc {
    font-size: 12px;
}
table td {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    padding: 8px !important;
}