.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;
}

.redTextSmallForContition {
    color: red;
    font-size: 0.75rem;
    margin-top: 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;
}
.auto-bokforing-wrapper .error {
    border-color: #ef4444 !important;
}

.auto-bokforing-wrapper .error-text {
    font-size: 11px;
    color: #ef4444;
    margin-top: 4px;
}

.auto-bokforing-wrapper .customer-invoice-autobokforing-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.6);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    z-index: 1298;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    overflow-y: auto;
    padding: 40px 0;
}


.auto-bokforing-wrapper .customer-invoice-autobokforing-header {
    padding: 20px 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: start;
    border-bottom: 1px solid #eee;
    overflow: auto;
}

.auto-bokforing-wrapper .customer-invoice-autobokforing-header h2 {
    margin: 0;
    font-size: 20px;
}

.auto-bokforing-wrapper .customer-invoice-autobokforing-header p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #666;
}

.auto-bokforing-wrapper .customer-invoice-autobokforing-close {
    border: none;
    background: #f1f5f9;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.auto-bokforing-wrapper .customer-invoice-autobokforing-body {
    padding: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 20px;
}

.auto-bokforing-wrapper .customer-invoice-autobokforing-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px;
    transition: 0.2s;
}

.auto-bokforing-wrapper .customer-invoice-autobokforing-card:hover {
    border-color: #002c45;
    box-shadow: 0 5px 20px rgba(37, 99, 235, 0.1);
}

.auto-bokforing-wrapper .customer-invoice-autobokforing-card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.auto-bokforing-wrapper .customer-invoice-autobokforing-card-header h3 {
    margin: 0;
    font-size: 15px;
}

.auto-bokforing-wrapper .customer-invoice-autobokforing-range {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 12px;
}

.auto-bokforing-wrapper .input-group {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}

.auto-bokforing-wrapper .input-group label {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
}

.auto-bokforing-wrapper .input-group input {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.auto-bokforing-wrapper .divider {
    width: 10px;
    height: 2px;
    background: #ccc;
}

.auto-bokforing-wrapper .toggle-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
}

.auto-bokforing-wrapper .toggle-row:last-child {
    border-bottom: none;
}

.auto-bokforing-wrapper .toggle-row p {
    margin: 2px 0 0;
    font-size: 12px;
    color: #777;
}

.auto-bokforing-wrapper .switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

.auto-bokforing-wrapper .switch input {
    opacity: 0;
}

.auto-bokforing-wrapper .slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #ccc;
    transition: .3s;
    border-radius: 24px;
}

.auto-bokforing-wrapper .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background: white;
    transition: .3s;
    border-radius: 50%;
}

.auto-bokforing-wrapper input:checked+.slider {
    background-color: #002c45;
}

.auto-bokforing-wrapper input:checked+.slider:before {
    transform: translateX(20px);
}

.auto-bokforing-wrapper .customer-invoice-autobokforing-footer {
    padding: 16px 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid #eee;
}

.auto-bokforing-wrapper .btn {
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    border: none;
}

.auto-bokforing-wrapper .btn.primary {
    background: #002c45;
    color: #fff;
}

.auto-bokforing-wrapper .btn.primary:hover {
    background: #002941;
}

.auto-bokforing-wrapper .btn.secondary {
    background: #f1f5f9;
}

.auto-bokforing-wrapper .customer-invoice-autobokforing-modal {
    max-width: 900px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    font-family: Inter, sans-serif;
    max-height: 90vh;
    overflow-y: auto;

    animation: modalOpen 0.25s ease-out;
    transform-origin: center;
}

@keyframes modalOpen {
    from {
        opacity: 0;
        transform: scale(0.92) translateY(10px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.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;
    }
}
