﻿

.modern-section {
    background: #f6f6f6;
    border: 1px solid #dbd8d8;
    border-radius: 20px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

    /* Divider line */
    .modern-section .divider {
        width: 1px;
        height: 24px;
        background: #d1d5db;
    }

    /* Items */
    .modern-section .item {
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        transition: 0.3s ease;
    }

        .modern-section .item i {
            font-size: 1.4rem;
            transition: 0.3s ease;
        }

        .modern-section .item span {
            font-size: 1.1rem;
            font-weight: 600;
        }

        /* Hover Effects */
        .modern-section .item:hover {
            color: #2563eb; /* Blue hover */
        }

            .modern-section .item:hover i {
                transform: scale(1.15);
            }

        /* Optional: green hover for the second item */
        .modern-section .item.services:hover {
            color: #059669;
        }
.icon {
    padding-right: 25px;
    background: url("https://img.icons8.com/?size=80&id=1ONe1stBQRXR&format=png") no-repeat right;
    background-size: 20px;
}
.height1 {
    height: 88vh;
    overflow: auto;
}
.height2 {
    height: 85vh;
    overflow: auto;
}


@media print {
    thead th {
        background-image: linear-gradient(#ccc, #ccc) !important;
        background-color: unset !important;
        -webkit-print-color-adjust: exact !important;
    }
}
.sub-bar {
    width: 19%;
    height: 100vh;
    background-color: #13284A;
    /*background-color: #373434;*/
    /*background-image: url('01.jpg');*/
    backdrop-filter: blur(15px);
    background-blend-mode: multiply;
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    border-radius:15px 0 0 0;
    /*color: black;*/
}

.dash-st {
    background:black;
}

.dash-cr {
    color:white;
    background: rgb(33, 34, 45);
}
.mainside {
    float: left;
    width: 20%;
    height: 100vh;
    background-color: #00a1d5d4;
    color:white;
    text-align:center;
}
.midelbar {
    float: left;
    width: 80%;
    height: 50vh;
    background-color: #00337a;
    color: white;
    position: relative;
    text-align:center;

}
    .midelbar h1 {
        text-align: center;
        margin-top: 15px;
        
    }
.midelbar1 {
    float: left;
    width: 80%;
    height: 50vh;
    background-color: white;
}
.sub-closed {
    width: 20%;
    height: 100vh;
    background-color: #13284A;
    /*    background-color: #373434;
    background-image: url('01.jpg');
    backdrop-filter: blur(15px);
    background-blend-mode: multiply;*/
    position: fixed;
    top: 0;
    right: -100%;
    overflow: auto;
    transition: 0.9s ease;
    transition-property: right;
}

.active {
    width: 19%;
    height: 100vh;
    background-color: #13284A;
    /*    background-color: #373434;
    background-image: url('01.jpg');
    backdrop-filter: blur(15px);
    background-blend-mode: multiply;*/
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
}

.sub-bar .menu {
    width: 100%;
    margin-top: 90px;
}


.table-layer {
    text-align:center;
    margin: 10px;
    padding: 15px;
    width: 100%;
    height: 80vh;
    /*height: 100px;*/
    display: inline-block;
    float: right;
    background: #fff;
    box-shadow: 0 1rem 1rem rgba(0,0,0,0.5);
    box-sizing: border-box;
    overflow: auto;
}
.bar-items {
    margin:0px;
    /*padding:15px;*/
    width: 98%;
    height: 10vh;
    /*height: 100px;*/
    display: inline-block;
    float: right;
    background: #fff;
    box-shadow: 0 1rem 1rem rgba(0,0,0,0.5);
    box-sizing: border-box;
    overflow: auto;
}
.left-bar {
    float:right;
    padding:0px;
    text-align:end;
    box-sizing:border-box;
}

.grid-card-item {
    width: 95%;
   
}


.prlayer {
    display: grid;
    column-gap: 0px;
    grid-template-columns: auto auto auto;
    padding: 0px;
    margin-top: 0px;
    width: 100%;
    grid-template: repeat(2, 1fr) / repeat(2, 1fr);
    overflow-y: scroll;
    overflow-x: hidden;
}

.lay {
    height: 60vh;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.item-cl {
    border-bottom:0.5px solid lightgrey;
}

.item-cl small{
   float:right;
   padding:7px;
  
}
.lay img{
    width:60px;
    height:60px;
    float:right;
}


.product-card {
    border: solid 0.01px #c4c4c4;
    border-radius: 16px !important;
    overflow: hidden;
    padding: 10px;
    /*background: #FBE7F0;*/
    /*background: #efefef;*/
    background: #f7f7f7;
    height: 160px;
    margin: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: 0.2s ease-in-out;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.8);
}

.header-ft {
    font-size: clamp(12px, 2.5vw, 15px); /* Shrinks when space gets smaller */
    white-space: nowrap; /* Never go to next line */
    overflow: hidden; /* Prevent overflow */
    text-overflow: ellipsis; /* Optional: show ... if too long */
}

.product-card img {
    border-radius: 12px;
}

.grid-container {
    display: grid;
    column-gap: 1px;
    grid-template-columns: auto auto auto;
    padding: 0px;
    margin-top: 0px;
    height: 70vh;
    width:100%;
    grid-template: repeat(3, 1fr) / repeat(3, 1fr);
    overflow-y: scroll;
    overflow-x: hidden;

}


.grid-card {
    height: 200px;

}


.side-container {
    height: 40vh;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.servicelayout {
    float: left;
    width: 98%;
    box-sizing: border-box;
}

.sub-bar .item {
    position: relative;
}


    .sub-bar .item a {
        display: block;
        text-align: right;
        color: #fff;
        padding-left:50px;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        text-decoration: none;
        font-size: 01.0em;
        cursor: pointer;
        color: white;
    }

        .sub-bar .item a:hover {
            background-color: rgba(255,255,255,0.1);
        }

        .sub-bar .item a .rl-icon {
            position: absolute;
            right: 0;
        }

        .sub-bar .item a .lr-icon {
            position: absolute;
            left: 20px;
            transition: 0.4s ease;
        }

.rotate {
    transform: rotate(-90deg);
}

.sub-bar .item .sub-menu {
    display: none;
    background: rgba(255,255,255,0.1);
    text-align: center;
}

    .sub-bar .item .sub-menu a {
        padding-right: 80px;
        cursor: pointer;
    }

.sub-bar .close-btn {
    color: #fff;
    position: absolute;
    left: 15px;
    margin-top: 30px;
    cursor: pointer;
}


.menu-btn {
    float: right;
    cursor: pointer;
}



.lyout-container {
    padding: 0px;
    margin-top: 0px;
    height: 87.5vh;
    width: 100%;
    
}
.payactive {
    width: 19%;
    height: 100vh;
    background-color: #13284A;
    /*    background-color: #373434;
    background-image: url('01.jpg');
    backdrop-filter: blur(15px);*/
    background-blend-mode: multiply;
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
}

.lyout-container2 {
    padding: 0px;
    margin-top: 0px;
    height: 87.5vh;
    width: 100%;
    overflow: auto;
}


@media (max-width:700px) {
   

}

/* Extra small phones */
@media (max-width:450px) {

    .modern-section {
        background: #f6f6f6;
        border: 1px solid #dbd8d8;
        border-radius: 20px;
        padding: 4px;
        display: flex;
        align-items: center;
        gap: 5px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.06);
        transition: 0.3s ease;
    }

        /* Divider line */
        .modern-section .divider {
            width: 1px;
            height: 24px;
            background: #d1d5db;
        }

        /* Items */
        .modern-section .item {
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
            transition: 0.3s ease;
        }

            .modern-section .item i {
                font-size: 1.4rem;
                transition: 0.3s ease;
            }

            .modern-section .item span {
                font-size: 1.1rem;
                font-weight: 600;
            }

            /* Hover Effects */
            .modern-section .item:hover {
                color: #2563eb; /* Blue hover */
            }

                .modern-section .item:hover i {
                    transform: scale(1.15);
                }

            /* Optional: green hover for the second item */
            .modern-section .item.services:hover {
                color: #059669;
            }

    .icon {
        padding-right: 25px;
        background: url("https://img.icons8.com/?size=80&id=1ONe1stBQRXR&format=png") no-repeat right;
        background-size: 20px;
    }

    .height1 {
        height: 88vh;
        overflow: auto;
    }

    .height2 {
        height: 85vh;
        overflow: auto;
    }


    @media print {
        thead th {
            background-image: linear-gradient(#ccc, #ccc) !important;
            background-color: unset !important;
            -webkit-print-color-adjust: exact !important;
        }
    }

    .sub-bar {
        width: 19%;
        height: 100vh;
        background-color: #13284A;
        /*        background-color: #373434;
        background-image: url('01.jpg');
        backdrop-filter: blur(15px);
        background-blend-mode: multiply;*/
        position: fixed;
        top: 0;
        right: 0;
        overflow: auto;
        /*color: black;*/
    }

    .dash-st {
        background: black;
    }

    .dash-cr {
        color: white;
        background: rgb(33, 34, 45);
    }

    .mainside {
        float: left;
        width: 20%;
        height: 100vh;
        background-color: #00a1d5d4;
        color: white;
        text-align: center;
    }

    .midelbar {
        float: left;
        width: 80%;
        height: 50vh;
        background-color: #00337a;
        color: white;
        position: relative;
        text-align: center;
    }

        .midelbar h1 {
            text-align: center;
            margin-top: 15px;
        }

    .midelbar1 {
        float: left;
        width: 80%;
        height: 50vh;
        background-color: white;
    }

    .sub-closed {
        width: 20%;
        height: 100vh;
        background-color: #13284A;
        /*        background-color: #373434;
        background-image: url('01.jpg');
        backdrop-filter: blur(15px);
        background-blend-mode: multiply;*/
        position: fixed;
        top: 0;
        right: -100%;
        overflow: auto;
        transition: 0.9s ease;
        transition-property: right;
    }

    .active {
        width: 19%;
        height: 100vh;
        background-color: #13284A;
        /*        background-color: #373434;
        background-image: url('01.jpg');
        backdrop-filter: blur(15px);
        background-blend-mode: multiply;*/
        position: fixed;
        top: 0;
        right: 0;
        overflow: auto;
    }

    .sub-bar .menu {
        width: 100%;
        margin-top: 90px;
    }


    .table-layer {
        text-align: center;
        margin: 10px;
        padding: 15px;
        width: 100%;
        height: 80vh;
        /*height: 100px;*/
        display: inline-block;
        float: right;
        background: #fff;
        box-shadow: 0 1rem 1rem rgba(0,0,0,0.5);
        box-sizing: border-box;
        overflow: auto;
    }

    .bar-items {
        margin: 0px;
        /*padding:15px;*/
        width: 98%;
        height: 10vh;
        /*height: 100px;*/
        display: inline-block;
        float: right;
        background: #fff;
        box-shadow: 0 1rem 1rem rgba(0,0,0,0.5);
        box-sizing: border-box;
        overflow: auto;
    }

    .left-bar {
        float: right;
        padding: 0px;
        text-align: end;
        box-sizing: border-box;
    }

    .grid-card-item {
        width: 95%;
    }


    .prlayer {
        display: grid;
        column-gap: 0px;
        grid-template-columns: auto auto auto;
        padding: 0px;
        margin-top: 0px;
        width: 100%;
        grid-template: repeat(2, 1fr) / repeat(2, 1fr);
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .lay {
        height: 60vh;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .item-cl {
        border-bottom: 0.5px solid lightgrey;
    }

        .item-cl small {
            float: right;
            padding: 7px;
        }

    .lay img {
        width: 60px;
        height: 60px;
        float: right;
    }


    .product-card {
        border: solid 0.01px #c4c4c4;
        border-radius: 16px !important;
        overflow: hidden;
        padding: 10px;
        /*background: #FBE7F0;*/
        /*background: #efefef;*/
        background: #f7f7f7;
        height: 100px;
        margin: 5px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        transition: 0.2s ease-in-out;
    }

        .product-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 6px 18px rgba(0,0,0,0.8);
        }

    .header-ft {
        font-size: clamp(12px, 2.5vw, 15px); /* Shrinks when space gets smaller */
        white-space: nowrap; /* Never go to next line */
        overflow: hidden; /* Prevent overflow */
        text-overflow: ellipsis; /* Optional: show ... if too long */
    }

    .product-card img {
        border-radius: 12px;
    }

    .grid-container {
        display: grid;
        column-gap: 1px;
        grid-template-columns: auto auto auto;
        padding: 0px;
        margin-top: 0px;
        height: 70vh;
        width: 100%;
        grid-template: repeat(3, 1fr) / repeat(3, 1fr);
        overflow-y: scroll;
        overflow-x: hidden;
    }


    .grid-card {
        height: 200px;
    }


    .side-container {
        height: 40vh;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .servicelayout {
        float: left;
        width: 98%;
        box-sizing: border-box;
    }

    .sub-bar .item {
        position: relative;
    }


        .sub-bar .item a {
            display: block;
            text-align: right;
            color: #fff;
            padding-left: 50px;
            padding-right: 30px;
            padding-top: 20px;
            padding-bottom: 20px;
            text-decoration: none;
            font-size: 01.0em;
            cursor: pointer;
            color: white;
        }

            .sub-bar .item a:hover {
                background-color: rgba(255,255,255,0.1);
            }

            .sub-bar .item a .rl-icon {
                position: absolute;
                right: 0;
            }

            .sub-bar .item a .lr-icon {
                position: absolute;
                left: 20px;
                transition: 0.4s ease;
            }

    .rotate {
        transform: rotate(-90deg);
    }

    .sub-bar .item .sub-menu {
        display: none;
        background: rgba(255,255,255,0.1);
        text-align: center;
    }

        .sub-bar .item .sub-menu a {
            padding-right: 80px;
            cursor: pointer;
        }

    .sub-bar .close-btn {
        color: #fff;
        position: absolute;
        left: 15px;
        margin-top: 30px;
        cursor: pointer;
    }


    .menu-btn {
        float: right;
        cursor: pointer;
    }



    .lyout-container {
        padding: 0px;
        margin-top: 0px;
        height: 87.5vh;
        width: 100%;
    }

    .payactive {
        width: 19%;
        height: 100vh;
        background-color: #13284A;
        /*        background-color: #373434;
        background-image: url('01.jpg');
        backdrop-filter: blur(15px);*/
        background-blend-mode: multiply;
        position: fixed;
        top: 0;
        right: 0;
        overflow: auto;
    }

    .lyout-container2 {
        padding: 0px;
        margin-top: 0px;
        height: 87.5vh;
        width: 100%;
        overflow: auto;
    }

}

@media (max-width:390px) {

    .modern-section {
        background: #f6f6f6;
        border: 1px solid #dbd8d8;
        border-radius: 20px;
        padding: 2px;
        display: flex;
        align-items: center;
        gap: 3px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.06);
        transition: 0.3s ease;
    }

        /* Divider line */
        .modern-section .divider {
            width: 1px;
            height: 24px;
            background: #d1d5db;
        }

        /* Items */
        .modern-section .item {
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
            transition: 0.3s ease;
        }

            .modern-section .item i {
                font-size: 1.4rem;
                transition: 0.3s ease;
            }

            .modern-section .item span {
                font-size: 1.1rem;
                font-weight: 600;
            }

            /* Hover Effects */
            .modern-section .item:hover {
                color: #2563eb; /* Blue hover */
            }

                .modern-section .item:hover i {
                    transform: scale(1.15);
                }

            /* Optional: green hover for the second item */
            .modern-section .item.services:hover {
                color: #059669;
            }

    .icon {
        padding-right: 25px;
        background: url("https://img.icons8.com/?size=80&id=1ONe1stBQRXR&format=png") no-repeat right;
        background-size: 20px;
    }

    .height1 {
        height: 88vh;
        overflow: auto;
    }

    .height2 {
        height: 85vh;
        overflow: auto;
    }


    @media print {
        thead th {
            background-image: linear-gradient(#ccc, #ccc) !important;
            background-color: unset !important;
            -webkit-print-color-adjust: exact !important;
        }
    }

    .sub-bar {
        width: 19%;
        height: 100vh;
        background-color: #373434;
        background-image: url('01.jpg');
        backdrop-filter: blur(15px);
        background-blend-mode: multiply;
        position: fixed;
        top: 0;
        right: 0;
        overflow: auto;
        /*color: black;*/
    }

    .dash-st {
        background: black;
    }

    .dash-cr {
        color: white;
        background: rgb(33, 34, 45);
    }

    .mainside {
        float: left;
        width: 20%;
        height: 100vh;
        background-color: #00a1d5d4;
        color: white;
        text-align: center;
    }

    .midelbar {
        float: left;
        width: 80%;
        height: 50vh;
        background-color: #00337a;
        color: white;
        position: relative;
        text-align: center;
    }

        .midelbar h1 {
            text-align: center;
            margin-top: 15px;
        }

    .midelbar1 {
        float: left;
        width: 80%;
        height: 50vh;
        background-color: white;
    }

    .sub-closed {
        width: 20%;
        height: 100vh;
        background-color: #13284A;
        /*        background-color: #373434;
        background-image: url('01.jpg');
        backdrop-filter: blur(15px);
        background-blend-mode: multiply;*/
        position: fixed;
        top: 0;
        right: -100%;
        overflow: auto;
        transition: 0.9s ease;
        transition-property: right;
    }

    .active {
        width: 19%;
        height: 100vh;
         background-color: #13284A;
        /*        background-color: #373434;
        background-image: url('01.jpg');
        backdrop-filter: blur(15px);
        background-blend-mode: multiply;*/
        position: fixed;
        top: 0;
        right: 0;
        overflow: auto;
    }

    .sub-bar .menu {
        width: 100%;
        margin-top: 90px;
    }


    .table-layer {
        text-align: center;
        margin: 10px;
        padding: 15px;
        width: 100%;
        height: 80vh;
        /*height: 100px;*/
        display: inline-block;
        float: right;
        background: #fff;
        box-shadow: 0 1rem 1rem rgba(0,0,0,0.5);
        box-sizing: border-box;
        overflow: auto;
    }

    .bar-items {
        margin: 0px;
        /*padding:15px;*/
        width: 98%;
        height: 10vh;
        /*height: 100px;*/
        display: inline-block;
        float: right;
        background: #fff;
        box-shadow: 0 1rem 1rem rgba(0,0,0,0.5);
        box-sizing: border-box;
        overflow: auto;
    }

    .left-bar {
        float: right;
        padding: 0px;
        text-align: end;
        box-sizing: border-box;
    }

    .grid-card-item {
        width: 95%;
    }


    .prlayer {
        display: grid;
        column-gap: 0px;
        grid-template-columns: auto auto auto;
        padding: 0px;
        margin-top: 0px;
        width: 100%;
        grid-template: repeat(2, 1fr) / repeat(2, 1fr);
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .lay {
        height: 60vh;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .item-cl {
        border-bottom: 0.5px solid lightgrey;
    }

        .item-cl small {
            float: right;
            padding: 7px;
        }

    .lay img {
        width: 60px;
        height: 60px;
        float: right;
    }


    .product-card {
        border: solid 0.01px #c4c4c4;
        border-radius: 16px !important;
        overflow: hidden;
        padding: 10px;
        /*background: #FBE7F0;*/
        /*background: #efefef;*/
        background: #f7f7f7;
        height: 100px;
        margin: 5px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        transition: 0.2s ease-in-out;
    }

        .product-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 6px 18px rgba(0,0,0,0.8);
        }

    .header-ft {
        font-size: clamp(12px, 2.5vw, 15px); /* Shrinks when space gets smaller */
        white-space: nowrap; /* Never go to next line */
        overflow: hidden; /* Prevent overflow */
        text-overflow: ellipsis; /* Optional: show ... if too long */
    }

    .product-card img {
        border-radius: 12px;
    }

    .grid-container {
        display: grid;
        column-gap: 1px;
        grid-template-columns: auto auto auto;
        padding: 0px;
        margin-top: 0px;
        height: 70vh;
        width: 100%;
        grid-template: repeat(3, 1fr) / repeat(3, 1fr);
        overflow-y: scroll;
        overflow-x: hidden;
    }


    .grid-card {
        height: 200px;
    }


    .side-container {
        height: 40vh;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .servicelayout {
        float: left;
        width: 98%;
        box-sizing: border-box;
    }

    .sub-bar .item {
        position: relative;
    }


        .sub-bar .item a {
            display: block;
            text-align: right;
            color: #fff;
            padding-left: 50px;
            padding-right: 30px;
            padding-top: 20px;
            padding-bottom: 20px;
            text-decoration: none;
            font-size: 01.0em;
            cursor: pointer;
            color: white;
        }

            .sub-bar .item a:hover {
                background-color: rgba(255,255,255,0.1);
            }

            .sub-bar .item a .rl-icon {
                position: absolute;
                right: 0;
            }

            .sub-bar .item a .lr-icon {
                position: absolute;
                left: 20px;
                transition: 0.4s ease;
            }

    .rotate {
        transform: rotate(-90deg);
    }

    .sub-bar .item .sub-menu {
        display: none;
        background: rgba(255,255,255,0.1);
        text-align: center;
    }

        .sub-bar .item .sub-menu a {
            padding-right: 80px;
            cursor: pointer;
        }

    .sub-bar .close-btn {
        color: #fff;
        position: absolute;
        left: 15px;
        margin-top: 30px;
        cursor: pointer;
    }


    .menu-btn {
        float: right;
        cursor: pointer;
    }



    .lyout-container {
        padding: 0px;
        margin-top: 0px;
        height: 87.5vh;
        width: 100%;
    }

    .payactive {
        width: 19%;
        height: 100vh;
        background-color: #13284A;
        /*        background-color: #373434;
        background-image: url('01.jpg');
        backdrop-filter: blur(15px);
        background-blend-mode: multiply;*/
        position: fixed;
        top: 0;
        right: 0;
        overflow: auto;
    }

    .lyout-container2 {
        padding: 0px;
        margin-top: 0px;
        height: 87.5vh;
        width: 100%;
        overflow: auto;
    }
}

/* Ultra small phones: 320px and below */
@media (max-width:350px) {
    .grid-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-card img {
        height: 50px;
    }
}