﻿
html {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    

}


body {
    background: url(images/back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
form {
    background:none;
}

.bottomleft {
    width: 200px;
    height: 50px;
    position: absolute;
    bottom: 8px;
    left: 16px;
    font-size: 18px;
    background: url(images/tiS.png);
    background-repeat: no-repeat;
    background-size: contain;
}


.topleft {
    width: 350px;
    height: 75px;
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 18px;
    background: url(images/canon.png);
    background-repeat: no-repeat;
    background-size:contain;
}



ul li {
    list-style: none;
    padding-left: 50px;
    position: relative;
}

    ul li:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        display: inline-block;
        height: 30px;
        width: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("images/recycle.jpg");
    }



.containerx {
    display: block;

}

.info-card address {
    display: block;
    font-style: italic;
    width: 100%;
    padding: 5px;
    align-content: center;
    text-align: center;
    margin: 0px;
}


/* Global reset for consistent margin, padding, and box-sizing across browsers */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Styling the body to center content with a background gradient */
body {
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
   
}

/* Container to center the login card on the page */
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 900px;
    padding: 20px;
}

/* Container to center the login card on the page */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.successModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 15px 15px;
    margin-bottom: 5px;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.fcc-btn {
    background-color: #199319;
    color: white;
    padding: 10px 10px;
    text-decoration: none;
    cursor: pointer;
    border: none;
}




.info-card-button {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding:5px;
   margin-top:10px;
    justify-content: center;
    align-items: center;
}

.info-card-history {
    display: flex;
    flex-direction: row;
    width: 100%;
 
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 5px;
    
    justify-content: center;
    align-items: center;
}



.info-card {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 15px 15px;
    margin-bottom:5px;
}




.info-input-group label {
    display: block;
    font-weight: bold;
    color: #898989;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin: 0px;
}

/* Styling the input fields */
.info-input-group input {
    display: block;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    
}


.info-card-qty {
    display: block;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 15px 15px;
}

.info-input-group-qty {
    width: 100%;
    
    display: flex;
    justify-content:flex-start;
    align-items:baseline;
  
}

    .info-input-group-qty label {
        display: block;
        margin-bottom: 0px;
        font-weight: bold;
        color: #898989;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
    }

    .info-input-group-qty input {
        width: 60px;
        padding: 5px;
        margin-left:10px;
        margin-right:10px;
        border-radius: 5px;
        border: 1px solid #ccc;
        font-family: 'Roboto', sans-serif;
        margin-bottom:5px;
    }






/* Login card that holds both the image and the form */
.login-card  {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Left side of the login card containing the image */
.card-left {
    width: 50%;
    overflow: hidden;
}

    /* Styling the image to cover the entire left side */
    .card-left .image-cover img {
        
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* Styling the image to cover the entire left side */
 .image-cover-logo img {
    width: 100%;
    object-fit: cover;
    display: block;
}

/* Right side of the login card containing the form */
.card-right {
    width: 50%;
    padding: 30px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Title of the form */
.title {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    color: #DF121A;
    text-align: center;
}

/* Welcome message below the title */
.welcome {
    font-size: 20px;
    margin-top: -10px;
    margin-bottom: 40px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

/* Grouping label and input fields together */
.input-group {
    margin-bottom: 16px;
}

    /* Styling the labels above input fields */
    .input-group label {
        display: block;
        margin-bottom: 0px;
        font-weight: bold;
        color: #898989;
        font-family: 'Poppins', sans-serif;
     
    }

    /* Styling the input fields */
    .input-group input {
        width: 100%;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #ccc;
        font-family: 'Roboto', sans-serif;
    }

/* Actions section containing buttons and links */
.actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}



    /* Primary button styling */
    .actions  .btn {
        padding: 10px 20px;
        background-color: #DF121A;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }

        /* Hover effect for buttons */
    .actions  .btn:hover {
        background-color: #b66a4c;
        transform: scale(1.05);
    }

.actions2 {
    display: flow;
    align-items: center;
    margin-bottom: 20px;
    text-align:center;
}


/* Primary button styling */
.actions2 .btn {
    padding: 10px 20px;
    background-color: #DF121A;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    width:45%;
}

    /* Hover effect for buttons */
     .actions2 .btn:hover {
        background-color: #b66a4c;
        transform: scale(1.05);
    }






    /* Styling for the forgot password link */
    .actions .forgot-password {
        font-size: 14px;
        color: #007BFF;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        /* Hover effect for the forgot password link */
        .actions .forgot-password:hover {
            color: #0056b3;
        }

/* Divider text for alternative login options */
.or-divider {
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
    color: #999;
}

/* Google Sign-In button styling */
.google-signin .google-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    background-color: #303030;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    /* Margin between the Google icon and the text */
    .google-signin .google-btn .google-icon {
        margin-right: 10px;
    }

    /* Hover effect for the Google Sign-In button */
    .google-signin .google-btn:hover {
        background-color: #3367d6;
        transform: scale(1.05);
    }

/* Styling the Create Account section */
.create-account {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}

    /* Styling the Create Account link */
    .create-account a {
        color: #007BFF;
        text-decoration: none;
        transition: color 0.3s ease;
        width:100%;
        text-align:center;
        align-content:center;

    }

        /* Hover effect for the Create Account link */
        .create-account a:hover {
            color: #0056b3;
        }

/* Styling for the image credit section */
.image-credit {
    position: absolute;
    bottom: 10px;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #666;
}

    .image-credit a {
        color: #007BFF;
        text-decoration: none;
    }

        .image-credit a:hover {
            text-decoration: underline;

        }

/* Media Query for responsiveness on smaller screens */
@media (max-width: 600px) {
    /* Stacking the login card vertically on small screens */
    .login-card {
        flex-direction: column;
    }

    .topleft{

        width:150px;
        visibility:hidden;

    }

    .bottomleft {
        width: 100px;
        visibility: hidden;
    }

    .info-card {
        flex-direction: column;
        padding: 5px;
        font-size: 12px;
    }



    .info-card-qty {
        flex-direction: column;
        padding: 5px;
        font-size: 12px;
    }
    .info-card label {
        font-size: 12px;
    }

    .info-card label {
        font-size: 12px;
    }

        .info-card-qty label{
            font-size: 12px;
        }

    /* Hiding the left side image on small screens */
    .card-left {
        display: none;
        
    }
    .info-card address {
        font-size: 14px;
        padding: 5px;
        align-content: center;
        text-align: center;
        margin: 0px;
    }

    /* Making the right side form full-width */
    .card-right {
        width: 100%;
        padding: 30px 72px;
    }

    /* Adjusting title size for smaller screens */
    .title {
        font-size: 28px;
    }

    /* Adjusting welcome text size for smaller screens */
    .welcome {
        font-size: 18px;
        margin-bottom: 30px;
    }

    /* Adjusting input padding for smaller screens */
    .input-group input .info-input-group input {
        padding: 6px;
    }

    .info-input-group input {
        padding: 6px;
        font-size: 15px;
        width:80%
    }

    .info-input-group-qty input {
        padding: 6px;
        font-size: 15px;
    }
   
    /* Adjusting button padding and font size for smaller screens */
    .actions .btn,
    .google-signin .google-btn {
        padding: 10px;
        font-size: 14px;
    }


}


.content-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    width: 100%;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

/* To display the block as level element */
    .content-table tbody,
    .content-table thead {
        display: block;
        width:100%;
    }


    .content-table .tdDate {
        width:200px;
    }
    .content-table .tdType {
        width: 150px;
    }
    .content-table .tdQty {
        width: 40px;
    }

  
        .content-table thead tr{
            background-color: #DF121A;
            color: #ffffff;
            text-align: left;
            font-weight: bold;
            height: 40px;
            line-height: 40px;
        }

            .content-table thead tr td {
                background-color: #DF121A;
                color: #ffffff;
                text-align: left;
                font-weight: bold;
                height: 40px;
                line-height: 40px;
            }

    .content-table th,
    .content-table td {
        padding: 5px 5px;
    }

    .content-table tbody {
        /* Set the height of table body */
        height: 60vh;
        /* Set vertical scroll */
        overflow-y: auto;
        /* Hide the horizontal scroll */
        overflow-x: hidden;
        
    }


    .content-table tbody tr {
        border-bottom: 1px solid white;
    }

        .content-table tbody tr:nth-of-type(even) {
            background-color: #dddddd;
        }

        .content-table tbody tr:nth-of-type(odd) {
            background-color: white;
        }

        .content-table tbody tr:last-of-type {
            border-bottom: 2px solid #DF121A;
        }

        .content-table tbody tr.active-row {
            font-weight: bold;
            color: #009879;
        }

