.container-bookeeping {
    background-color: #ffffff;
    padding: 1.25rem;
    border-radius: 0.5rem;
    color: white;
    font-family: Arial, sans-serif;
    margin-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.input {
    width: 13rem;
    padding: 0.5rem;
    margin-right: 0.625rem;
    background-color: #ffffff;
    border-radius: 0.25rem;
    color: #333333;
    border: 1px solid #DADCE0;
    outline: none;
}

.button {
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    border: none;
    cursor: pointer;
    margin-right: 0.625rem;
}

.mainColor {
    background-color: #002C45;
    color: 'white',
}

.select {
    padding: 0.5rem;
    margin-right: 0.625rem;
    background-color: #ffffff;
    border-radius: 0.25rem;
    color: #333333;
    width: 13rem;
    border: 1px solid #DADCE0;
    outline: none;
    cursor: pointer;
}

.divider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 1.25rem 0;
}

.redButton {
    background-color: #f44336;
    color: white;
    border: none;
    outline: none;
}

.lines {
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: 0.0825rem;
    background-color: #eee;
}

.New-rows {
    margin-bottom: 0.9375rem,
}

.flexContainer {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.625rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
}

.matchedTransactionSection {
    background-color: #fafafa;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 20px;
    color: black;
}

.transactionPreviewSection {
    background-color: #f5f5f5;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 20px;
}

.clickableSection {
    margin-top: 1rem;
    color: black;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer;
}

.dateRangeToggle {
    width: 15px;
    height: 15px;
    border: 1px solid black;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-right: 0.5rem;
    cursor: pointer;
}

.icon {
    color: white;
    font-size: 10px;
}

.centeredFlex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.marginTop {
    margin-top: 1rem;
}

.heading {
    font-size: 15px;
    font-weight: bold;
}

.dateRangeCon {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.redTextSmall {
    color: red;
    font-size: 0.75rem;
    margin-left: 0.5rem;
}

.flexWrapContainer {
    margin-top: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.flexWrapContainerBottom {
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.centeredBox {
    margin: 0 10px;
    background-color: #3e6e8a;
    text-align: center;
    color: white;
}

.styledContainer {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 30px 20px;
    border-radius: 10px;
    min-width: 100%;
    max-width: 100rem;
    margin-bottom: 2rem;
}

.pagination-controls {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;  
    -ms-flex-align: center;  
        align-items: center;
}

.pagination-button {
    margin: 0 5px;
    background-color: #122c45;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 18px;
}

.pagination-button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.pagination-text {
    margin: 0 10px;
}
.Verify-container {
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background: linear-gradient(to bottom right, #002c45, #0e5177);
    padding: 1rem;
    min-width: 100%;
}

.verifyCard {
    position: relative;
    width: 100%;
    max-width: 24rem;
    background-color: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.verifyCard.visible {
    opacity: 1;
    transform: translateY(0);
}

.decorative-orb {
    position: absolute;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    opacity: 0.5;
    filter: blur(2rem);
}


.content-content {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center
}

.image-container {
    margin-bottom: 2rem;
    transition: transform 0.3s ease;
    height: 200px;
    width: 200px;
}

.image-container:hover {
    transform: scale(1.02);
    margin-top: 10px;
}

.illustration {
    width: 150px;
    height: 50px;
    margin-top: 3rem !important;
    max-width: 16rem;
    height: auto;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}

.title {
    font-size: 1.875rem;
    font-weight: bold;
    color: #111827;
    margin-bottom: 0.75rem;
    text-align: center;
}

.description {
    color: #4b5563;
    margin-bottom: 2rem;
    text-align: center;
}

.highlight {
    font-weight: 600;
    color: #059669;
}

.cta-button {
    width: 100%;
    padding: 0.75rem 1rem;
    background: linear-gradient(to right, #002C54, #3e6e8a);
    color: white;
    border: none;
    border-radius: 0.375rem;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.cta-button:hover {
    background: linear-gradient(to right, #3e6e8a, #002C54);
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.cta-button:active {
    transform: translateY(0);
    box-shadow: none;
}


.footer-text {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 640px) {
    .card {
        padding: 1.5rem;
    }

    .title {
        font-size: 1.5rem;
    }

    .description {
        font-size: 0.875rem;
    }

    .cta-button {
        font-size: 1rem;
    }
}
