/* _content/AwagCash2/Pages/CashinOutReport.razor.rz.scp.css */
.table-white-text[b-2aviaflud5] {
    color: white !important; /* Ensures all text in the table is white */
}

.table-row-black[b-2aviaflud5] {
    background-color: black;
    color: white !important; /* Overrides any text color changes */
}

.table-row-default[b-2aviaflud5] {
    background-color: transparent; /* Use default table row color */
    color: white !important; /* Ensures consistency */
}
/* _content/AwagCash2/Pages/ChooseCash.razor.rz.scp.css */
.CompanyDiv[b-j5bvps2k9n]
{
    position:relative;
    width:100%;
    background-color:#272727;
    color:white;
    padding:30px;
    text-align:center;
    align-items:center
}
.CashDiv[b-j5bvps2k9n]{
    position:relative;
    display:flex;
    flex-wrap : wrap;

}
.CashItem[b-j5bvps2k9n]{
    position:relative;
    min-width:300px;
    padding:30px;
    background-color:#353535;
    margin-right:10px;
    min-height:170px;
}
.brnW[b-j5bvps2k9n]{
    width:100px;
}
.balance[b-j5bvps2k9n]{
    position:absolute;
    bottom:30px;
    width:100%;
    left:0px;
}
.CashItem a[b-j5bvps2k9n]{
    color:white;
    text-decoration:none;
}
/* _content/AwagCash2/Pages/Login.razor.rz.scp.css */
.container[b-yugmvsmksb] {
    width: 100%;
    max-width: 400px;
}

.card[b-yugmvsmksb] {
    width: 100%;
    background-color: #f8f8f8; /* Warna card */
    padding: 20px;
    border-radius: 12px; /* Border radius card */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h2[b-yugmvsmksb] {
    text-align: center;
    color: #333;
}

form[b-yugmvsmksb] {
    display: flex;
    flex-direction: column;
}

input[b-yugmvsmksb] {
    padding: 10px;
    margin-bottom: 12px;
    border: 2px solid #ddd; /* Border color input */
    border-radius: 8px; /* Border radius input */
    transition: border-color 0.3s ease-in-out;
    outline: none;
    color: #333;
    background-color: #f4f4f4; /* Warna input */
}

    input:focus[b-yugmvsmksb] {
        border-color: #ff9900; /* Warna input saat focus */
    }

button[b-yugmvsmksb] {
    background-color: #ff9900; /* Warna button */
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 8px; /* Border radius button */
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

    button:hover[b-yugmvsmksb] {
        background-color: #ff6600; /* Warna button saat hover */
    }
/* _content/AwagCash2/Pages/TotalComapniesBalance.razor.rz.scp.css */
/* _content/AwagCash2/Shared/MainLayout.razor.rz.scp.css */
.page[b-wtsfx8dal9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wtsfx8dal9] {
    flex: 1;
}

.sidebar[b-wtsfx8dal9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wtsfx8dal9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wtsfx8dal9]  a, .top-row .btn-link[b-wtsfx8dal9] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-wtsfx8dal9] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wtsfx8dal9] {
        display: none;
    }

    .top-row.auth[b-wtsfx8dal9] {
        justify-content: space-between;
    }

    .top-row a[b-wtsfx8dal9], .top-row .btn-link[b-wtsfx8dal9] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wtsfx8dal9] {
        flex-direction: row;
    }

    .sidebar[b-wtsfx8dal9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wtsfx8dal9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-wtsfx8dal9], article[b-wtsfx8dal9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/AwagCash2/Shared/Menu2.razor.rz.scp.css */


.active[b-gu9ujrcrh9] {
    background-color: #04a4aa;
}

@media screen and (max-width: 500px) {
    .navbar a[b-gu9ujrcrh9] {
        float: none;
        display: block;
    }
}

body[b-gu9ujrcrh9] {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    word-wrap: break-word !important;
    font-family: "Open Sans", sans-serif;
}

h1[b-gu9ujrcrh9] {
    font-size: 60px;
    text-align: center;
    color: #000;
}

h3[b-gu9ujrcrh9] {
    font-size: 30px;
    text-align: center;
    color: #000;
}

    h3 a[b-gu9ujrcrh9] {
        color: #000;
    }

a[b-gu9ujrcrh9] {
    color: #000;
}

h1[b-gu9ujrcrh9] {
    margin-top: 100px;
    text-align: center;
    font-size: 60px;
    font-family: "Bree Serif", "serif";
}

#container[b-gu9ujrcrh9] {
    margin: 0 auto;
}

p[b-gu9ujrcrh9] {
    text-align: center;
}

nav[b-gu9ujrcrh9] {
    margin: 30px 0;
    background-color: #242526;
}

    nav ul[b-gu9ujrcrh9] {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
    }

        nav ul li[b-gu9ujrcrh9] {
            display: inline-block;
            background-color: #242526;
        }

    nav a[b-gu9ujrcrh9] {
        display: block;
        padding: 0 10px;
        color: #fff;
        font-size: 20px;
        line-height: 60px;
        text-decoration: none;
    }

        nav a:hover[b-gu9ujrcrh9] {
            background-color: #fc8e98;
        }

    /* Hide Dropdowns by Default */
    nav ul ul[b-gu9ujrcrh9] {
        display: none;
        position: absolute;
        top: 60px; /* the height of the main nav */
    }

    /* Display Dropdowns on Hover */
    nav ul li:hover > ul[b-gu9ujrcrh9] {
        display: inherit;
    }

    /* First Tier Dropdown */
    nav ul ul li[b-gu9ujrcrh9] {
        width: 250px;
        float: none;
        display: list-item;
        position: relative;
        z-index: 999;
    }

    /* Second, Third and more Tiers	*/
    nav ul ul ul li[b-gu9ujrcrh9] {
        position: relative;
        top: -60px;
        left: 250px;
        z-index: 999;
    }

/* Change this in order to change the Dropdown symbol */
li > a[b-gu9ujrcrh9]:after {
    content: " >";
}

li > a:only-child[b-gu9ujrcrh9]:after {
    content: "";
}
/* _content/AwagCash2/Shared/NavMenu.razor.rz.scp.css */
.custom-navbar[b-dk31qbc9m7] {
    background-color: #000; /* Black background */
    padding: 0.5rem 1rem;
    /* If you prefer to remove default margins from Blazor's <body>:
     margin: 0; */
}

.nav-content[b-dk31qbc9m7] {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Items align from left to right */
    position: relative;
    width: 100%;
}

.back-button[b-dk31qbc9m7] {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-right: 1rem;
    font-size: 1rem;
}

.menu-dropdown[b-dk31qbc9m7] {
    position: relative;
}

.menu-button[b-dk31qbc9m7] {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-right: 1rem;
    font-size: 1rem;
}

/* Inline SVG icon style */
.icon[b-dk31qbc9m7] {
    width: 20px;
    height: 20px;
    fill: currentColor; /* Matches text color */
    margin-right: 0.4rem;
}

/* Dropdown menu hidden by default */
.menu-list[b-dk31qbc9m7] {
    display: none;
    position: absolute;
    top: 2.5rem; /* Adjust for your layout */
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #222;
    border: 1px solid #444;
    min-width: 150px;
    z-index: 999;
}

/* Reveal dropdown on hover */
.menu-dropdown:hover .menu-list[b-dk31qbc9m7] {
    display: block;
}

/* Dropdown items */
.menu-list li[b-dk31qbc9m7] {
    padding: 0.5rem 1rem;
}

    .menu-list li a[b-dk31qbc9m7],
    .menu-list li button[b-dk31qbc9m7] {
        display: block;
        width: 100%;
        background: none;
        border: none;
        color: #fff;
        text-decoration: none;
        text-align: left;
        cursor: pointer;
        font-size: 0.95rem;
    }

        /* Hover effect on dropdown items */
        .menu-list li a:hover[b-dk31qbc9m7],
        .menu-list li button:hover[b-dk31qbc9m7] {
            background-color: #333;
        }

.user-name[b-dk31qbc9m7] {
    margin-left: auto; /* Push username to the right */
    color: #fff;
    font-weight: bold;
}
