﻿.container:has(.budget-web) {
    flex-direction: row;
    width: 100%;
    display: flex;
}

.budget-common-web {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 100%;
    height: 100%;
    padding: 20px 20px;
}

.bud-common-web-body {
    width: 100%;
}

.bud-common-web-list-sub-wrapper {
    padding: 10px 0px 10px;
    background-color: transparent;
    flex-direction: column;
    justify-content: space-between;
}

.bud-common-web-date-wrapper {
    display: flex !important;
    width: 200px;
    height: 40px;
    width: fit-content;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #5c5fc0;
    border-radius: 10px;
    opacity: 1;
    align-items: center !important;
}

    .bud-common-web-date-wrapper .material-icons {
        margin: 10px;
        color: #5c5fc0;
    }

    .bud-common-web-date-wrapper input {
        font-size: var(--lg-font);
        font-weight: var(--bold-font);
        text-align: left;
        width: 150px;
        padding-left: 15px;
        border: transparent;
        background: transparent;
        color: #5c5fc0;
    }

    .bud-common-web-date-wrapper button {
        height: 40px;
        color: #ffffff;
        background: #5c5fc0;
        width: 80px;
        border: none;
        border-radius: 0px 8px 8px 0px;
        opacity: 1;
    }

.bud-common-web-list-date {
    justify-content: space-between;
    margin-left: 24px;
    display: flex;
    gap: 0.5rem;
}

.budget-common-web-date-buttons {
    display: flex;
    gap: 10px;
    margin-left: auto;
}

.bud-common-web-selct-date {
    color: #5c5fc0;
    letter-spacing: 0;
    font-size: var(--xxlg-font);
    font-weight: var(--bold-font);
    height: 100%;
    display: flex;
    align-items: center;
}


input {
    padding: 5px 10px;
    font-size: 16px;
}

button {
    padding: 5px 15px;
    font-size: 16px;
}

/* 달력 팝업 스타일 */
.budget-common-web-calendar-popup {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.budget-common-web-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.budget-common-web-calendar-body {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-top: 10px;
}

    .budget-common-web-calendar-body div {
        padding: 10px;
        text-align: center;
        cursor: pointer;
    }

        .budget-common-web-calendar-body div:hover {
            background-color: #f0f0f0;
        }

.bud-web-detail-table {
    padding: 0 10px 62px;
    width: 100%;
    border-radius: 10px;
    border-collapse: collapse;
    background-color: transparent;
    margin-top: 0px;
}

    .bud-web-detail-table th {
        background-color: transparent;
        /*border: 1px solid black;*/
    }

    .bud-web-detail-table tr {
        background-color: transparent;
        /*border: 1px solid black;*/
    }

.bud-common-web-claendar-icon {
    align-items: center;
    color: #5C5FC0;
    padding-right: 15px;
}

.expense-table .bud-report-highlight {
    background-color: #5C5FC0;
    color: #FFFFFF;
}

.expense-table table tr td button {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    color: gray;
    background-color: transparent;
    border-color: transparent;
}

    .expense-table table tr td button:hover {
        cursor: pointer;
        font-weight: bolder;
        color: #5C5FC0;
        background-color: transparent;
        border-color: transparent;
    }

.hidden {
    display: none;
}

.bud-common-web-button {
    display: flex;
    justify-content: center;
    width: 200px;
    height: 40px;
    /* UI Properties */
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #5c5fc0;
    border-radius: 10px;
    opacity: 1;
    overflow: hidden;
    position: relative;
}

    .bud-common-web-button button {
        text-align: center;
        font-weight: bold;
        color: #5c5fc0;
        background: #fff 0% 0% no-repeat padding-box;
        border: none;
        border-radius: 10px;
        opacity: 1;
        position: relative;
        overflow: visible !important;
    }

        .bud-common-web-button button:hover {
            cursor: pointer;
            text-align: center;
            font-weight: bold;
            color: #fff;
            background: #5c5fc0 0% 0% no-repeat padding-box;
            border: none;
            border-radius: 7px;
            opacity: 1;
            position: relative;
            overflow: visible !important;
        }

.budget-common-web-area {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.budget-common-web-table-top {
    display: flex;
    border: 1px solid #5c5fc0;
    border-radius: 10px 10px 0px 0px;
    background-color: #5c5fc0;
    color: white;
    width: 100%;
    /*width: 1430px;*/
    height: 50px;
    justify-content: left;
    align-items: center;
    font-size: var(--xlg-font);
    font-weight: var(--normal-font);
    padding: 0 0 0 20px;
}

.budget-common-web-table-bottom {
    border-radius: 0px 0px 10px 10px;
    background-color: #ffffff;
    width: 100%;
    /*width: 1430px;*/
    height: 100%;
    max-height: 100%;
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px;
}