﻿body {
}
table {
    width: 100% !important;
}

    table tr th {
        border: 1px solid #000;
        text-align: left;
        background-color: #0094ff;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        padding: 5px;
        height:40px !important;
    }

    table tr td {
        border: 1px solid #000;
        color: #000;
        font-size: 12px;
        font-weight: bold;
        padding: 5px;
        background-color: #fff;
    }


.sticky {
    position: sticky;
    top: 0px;
    z-index: 1;
}

.top5{
    margin-top:5px !important;
}

#bailwal_tr_title td {
    border: none !important;
    background-color: #469a92 !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    transition: margin-left 0.3s ease;
}

/* Header */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #3283a1;
    color: white;
    padding: 15px 20px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1001;
}

    .header h1 {
        margin: 0;
        font-size: 20px;
    }

    .header .header-icons {
        display: flex;
        align-items: center;
        gap: 15px;
    }

.menu-btn {
    font-size: 24px;
    cursor: pointer;
    display: none; /* only on mobile */
}

.user-icon {
    font-size: 22px;
    cursor: pointer;
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 60px; /* collapsed width */
    background-color: #2c3e50;
    overflow-x: hidden;
    transition: width 0.3s ease, transform 0.3s ease;
    padding-top: 60px; /* space for header */
    z-index: 1000;
}

    .sidebar.expanded {
        width: 250px; /* expanded width */
    }

    .sidebar a {
        display: flex;
        align-items: center;
        padding: 12px 20px;
        text-decoration: none;
        color: #ecf0f1;
        font-size: 18px;
        white-space: nowrap;
        transition: background-color 0.2s;
    }

        .sidebar a i {
            font-size: 20px;
            width: 25px;
            text-align: center;
            margin-right: 0;
            transition: margin 0.3s;
        }

    .sidebar.expanded a i {
        margin-right: 15px;
    }

    .sidebar a span {
        display: none;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .sidebar.expanded a span {
        display: inline;
        opacity: 1;
    }



    .sidebar:hover {
        width: 250px;
    }
        .sidebar:hover a span {
            margin-left:10px;
            display: inline;
            opacity: 1;
        }

/* Main content */
.main {
    margin-left: 60px;
    padding: 80px 20px 20px 20px; /* top padding for header */
    transition: margin-left 0.3s ease;
}

.main1 {
    /*margin-left: 60px;*/
    /*padding: 80px 20px 20px 20px;*/ /* top padding for header */
    transition: margin-left 0.3s ease;
    padding-bottom :45px;
}

footer {
    text-align: center;
    padding: 0.4rem 0rem;
    font-size: 0.8rem;
    color: #fff;
    bottom: 0px;
    z-index: 1;
    position: fixed;
    background-color: #2c3e50;
    width: 100%;
    height: 60px;
}

    footer a{
        font-size:14px;
        font-weight:bold;
        color:#fff;
        text-decoration:none;
        padding:5px 10px 5px 10px;;
    }

    .sidebar.expanded ~ .main {
        margin-left: 200px;
    }

/* Responsive mobile */
@media screen and (max-width: 768px) {
    .menu-btn {
        display: block;
    }

    .sidebar {
        /*transform: translateX(-100%);*/ /* hidden by default */
        /*width: 200px;*/ /* full width when visible */
    }

        .sidebar.expanded {
            transform: translateX(0);
        }

    .main {
        margin-left: 60px;
    }

    .overlay {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 900;
    }

        .overlay.show {
            display: block;
        }
}



/* Header */
.uheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #3283a1;
    color: white;
    /*padding: 15px 20px;*/
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1001;
}

.uheader h1 {
    margin: 0;
    font-size: 20px;
}

.uheader .header-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}


uheader {
    background: #ff3269;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 1rem;
    position: sticky;
    top: 0;
    z-index: 100;
}


.sidebar1 {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 80px !important ; /* collapsed width */
    background-color: #2c3e50;
    overflow-x: hidden;
    transition: width 0.3s ease, transform 0.3s ease;
    padding-top: 60px; /* space for header */
    z-index: 1000;
}

    /*.sidebar1 a {
        display: flex;*/
       /* align-items: center;*/
        /*padding: 12px 20px;
        text-decoration: none;
        color: #ecf0f1;
        font-size: 10px;
        white-space: nowrap;
        transition: background-color 0.2s;
    }

        .sidebar1 a i {
            font-size: 20px;
            width: 25px;
            text-align: center;
            margin-right: 0;
            transition: margin 0.3s;
        }


        .sidebar1 a span {*/
            /* display: none;
        opacity: 0;*/
            /*transition: opacity 0.3s;
            margin-top: 30px;
        }*/



    .sidebar1 a {
        display: flex;
        padding: 12px 5px;
        text-decoration: none;
        color: #ecf0f1;
        font-size: 10px;
        border-color: #fff;
        /*       white-space: nowrap;*/
        transition: background-color 0.2s;
    }

   .sidebar1 a span {
        transition: opacity 0.3s;
            font-size:10px;
        }

#bailwal_div_frame_parent{
    border:none !important;
}
#bailwal_div_frame_parent table {
    margin-top: 0px !important;
}


.btn-3d {
    width: 100%;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #ff3269;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 6px #ff3269;
    transition: all 0.1s ease;
}

    .btn-3d:hover {
        background: #43a047;
    }

    .btn-3d:active {
        box-shadow: 0 2px #2e7d32;
        transform: translateY(4px);
    }


.acs {
    border-bottom: 1px solid #fff !important ;
}


.bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #eee;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.05);
    z-index: 1000;
}

.tblht {
    margin-bottom: 60px;
    margin-top: 10px;
    margin-left: 2px;
    margin-right: 2px;
    overflow: auto;
    background-color: #fff;
    /*height:calc(60vh);*/
}



.dischide {
    display: none !important;
    visibility: hidden !important;
}