﻿@import url("gloaltablestyles.css");
@import url("responsive.css");
@import url("datepicker.css");
@import url("popupmodel.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bg-primary {
    background-color: rgb(1 49 114) !important;
}

.btn-primary {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.bg-danger {
    background-color: rgb(226 66 82) !important;
}

.bg-success {
    background-color: rgb(2 61 34) !important;
}

.header-left img {
    margin: 10px 0;
    display: block;
}

.add-cart-button-group {
    font-family: Arial, sans-serif;
    margin-bottom: 12px;
    border-radius: 10px; 
}

.invoice-summary {
  
    margin: 20px auto;
    padding: 15px;
}

.invoice-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.invoice-label {
    font-family: Verdana, sans-serif;
    font-size: 12pt;
    font-weight: 700;
    text-align: right;
    flex: 1;
}

.invoice-value {
    font-family: Verdana, sans-serif;
    font-size: 12pt;
    font-weight: 700;
    text-align: right;
    flex: 1;
}

.red-text {
    color: red;
    font-size: 20pt;
}

.total .invoice-label {
    font-size: 20pt;
}

.total .invoice-value {
    font-size: 20pt;
}




.product-box {
    font-family: Arial, sans-serif;
    background-color: #2626262b;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 10px;
}

.button-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.add-cart-group {
    font-family: Arial, sans-serif;
    margin-bottom: 12px;

    border-radius: 10px;
    padding: 15px;
}

    .add-cart-group label {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        display: block;
        margin-bottom: 8px;
    }

    .add-cart-group select,
    .add-cart-group input {
        width: 100%;
        padding: 8px;
        font-size: 14px;
        border: 1px solid #cccccc6b;
        border-radius: 5px;
        box-sizing: border-box;
    }

  .add-cart-group input:focus,
  .add-cart-group select:focus {
      border-color: #007bff;
      outline: none;
  }

  .add-cart-group input::placeholder {
      color: #aaa;
  }
         
.product-box .add-cart-group:last-child {
    text-align: center;
}

 

.btn-add:hover {
    background-color: #0056b3;
}

.btn-add {
    background-color: #0000ad;
    color: white;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    font-size: 10pt;
    border-radius: 5px;
    margin-left: auto; /* Right-align */
    align-self: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
}


#txtproductcode {
    width: 400px;
}

#txtunitprice {
    width: 140px;
}


#txtqty {
    width: 120px;
}


.checkbox-group {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}


.custom-addcart-width {
    width: 70%;  
}

.mb-3 {
    margin-bottom: 2px !important;
}

.custom-label {
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

.prod-code-col {
    flex: 0 0 30%; /* 30% width */
    max-width: 30%;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Spacing between fields */
}

.flex-item {
    flex: 1; /* Distribute remaining space equally */
    min-width: 120px; /* Prevents shrinking too much on small screens */
}



.addcart-buy-details {
    font-family: Arial, sans-serif;
    margin-bottom: 12px;
    background-color: #fafafa;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
}

.addinvocie-buy-details {
    font-family: Arial, sans-serif;
    margin-bottom: 12px;
    border-radius: 10px;
    padding: 15px;
    margin-top : 20px;
}

.addinvocie-buy-details h3 {
    font-size: 12pt;
    color: #00457b;
    text-align: left;
    font-weight: bold;
    margin: 0px;
}

.addinvocie-buy-details p {
    font-size: 10pt;
    color: #00457b;  
    text-align: left;
    margin: 0px;  
}

.invoicerightcol-md-4col-12mb-3 {
    padding: 5px !important;
}



.hyperlink { 
    color: black; 
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
   cursor: pointer;
}

.hyperlink:hover {
    color: #0a75c7;
}

.tox .tox-toolbar .tox-toolbar-button {
    font-size: 9px; /* Set the font size to your desired value */
}

.custom-stockadjustment-btn {
    background-color: #f44336; /* Custom green color */
    border: none;
    padding: 3px 7px;
    font-size: 10px;
    border-radius: 8px;
    color: white;
}

.custom-stockadjustment-btn:hover {
    background-color: white;
    transform: scale(1.05);
    color:black;
}

.custom-excel-btn {
    background-color: #198754; /* Custom green color */
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 8px;
    color: white;
}

.custom-excel-btn:hover {
    background-color: #218838;  
    transform: scale(1.05);  
    color: white;
}

.custom-excel-btn i {
    margin-right: 8px; /* Space between icon and text */
}

.btn-success {
    background-color: #0a75c7; /* Custom green color */
    border: none;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 8px;
    color: white;
    margin-bottom: 10px;
}

.custom-creditinvocie-btn {
    background-color: #0000ad; /* Custom green color */
    border: none;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 8px;
    color: white;
    margin-bottom: 10px;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 8px;
    color: white;
}

.custom-creditinvocie-btn:hover {
    background-color: #015392;
    transform: scale(1.05);
    color: white;
}

.custom-creditinvocie-btn i {
    margin-right: 8px; /* Space between icon and text */
}

.dashboard-card {
    position: relative;
    overflow: hidden;
}

.bg-icon {
    position: absolute;
    right: -20px;
    bottom: -20px;
    font-size: 140px;
    color: rgba(255, 255, 255, 0.2);  
    transform: rotate(-14deg);
}

.icon-container {
    display: flex;
    gap: 5px; /* Adds spacing between icons */
    align-items: center;
}

.icon-container a {
    text-decoration: none; /* Remove underline */
    color: #333; /* Default color */
    font-size: 15px; /* Icon size */ 
    border-radius: 5px;
    transition: all 0.3s ease;
}

.icon-container a i {
    transition: transform 0.2s ease-in-out;
}

.icon-container a:hover i {
    transform: scale(1.2); /* Slightly enlarge icon */
}

/* Specific Icon Colors */
.icon-container .InvoiceopenModal {
    color: #ff9800; /* Orange */
}

.icon-container .Ledgerprint {
    color: #4caf50; /* Green */
}

.icon-container .Ladgeredit {
    color: #2196f3; /* Green */
}

.icon-container .Ladgerdelete {
    color: #f44336; /* Green */
}

#autocompleteList .dropdown-item {
    font-size: 13px; /* Change this value to your preferred font size */
}

.autocomplete-dropdown {
    position: absolute;
    z-index: 1000;
    background: white;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    font-size: 13px;
}

.autocomplete-item {
    padding: 5px;
    cursor: pointer;
}

    .autocomplete-item:hover {
        background-color: #f8f9fa;
    }

.no-results {
    padding: 8px;
    color: #999;
    background: #f8f9fa;
    text-align: center;
}

.input-group .fa-caret-down {
    cursor: pointer;
}

/* Custom Scrollbar Styling */
.autocomplete-dropdown::-webkit-scrollbar {
    width: 8px;
}


.dropdown-results {
    position: absolute;
    z-index: 1000;
    background: white;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.autocomplete-item {
    padding: 5px;
    cursor: pointer;
    font-size: 10pt;
}

    .autocomplete-item:hover {
        background-color: #f8f9fa;
    }

.no-results {
    padding: 8px;
    color: #999;
    background: #f8f9fa;
    text-align: center;
}

.input-group .fa-caret-down {
    cursor: pointer;
}
/* Custom Dropdown Styling */
.custom-dropdown {
    background: #f0f0f0;
    border: 1px solid #1e1e1e;
    border-radius: 10px;
    max-height: 300px;
    overflow-y: auto;
}


.input-group .fa-caret-down {
    cursor: pointer;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination ul {
    list-style-type: none;
    padding: 0;
    display: inline-flex;
    gap: 10px;
}

.pagination li {
    display: inline-block;
}

.page-link {
    display: block;
    padding: 10px 15px;
    color: #007bff;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .page-link:hover {
        background-color: #f0f0f0;
        color: #0056b3;
    }

.page-item.disabled .page-link {
    color: #ccc;
    pointer-events: none;
}

.page-item.active .page-link {
    background-color: #007bff;
    color: white;
}

.pagination-container {
    margin-top: 20px;
    text-align: center;
}

input.filter-input {
    width: 90%;
    padding: 5px;
    margin: 5px 0;
    box-sizing: border-box;
    text-align: center;
}

.sort-icon {
    margin-left: 5px;
    color: #888;
}

th.sorted-asc .sort-icon,
th.sorted-desc .sort-icon {
    color: black;
}

.ledger-icons i {
    cursor: pointer;
    margin: 0 5px;
    font-size: 1.2em;
    color: #0B1E59;
}

    .ledger-icons i:hover {
        color: #0B1E59;
    }

.card {
    margin-bottom: 10px;
    border: 1px solid #b0b0b01c;
}

.no-padding-right {
    padding-left: 0px !important; 
}

::placeholder {
    color: #6c757d;  
    opacity: .5;  
}



.form-label {
    font-size: 10pt; 
    margin-bottom: 2px;
}

.form-control {
    font-size: 10pt !important;
    background-color: #dedede;
}

    .form-control:focus {
        border-color: #007bff; /* Change the border color to a blue shade */
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25); /* Add a subtle blue shadow */
        outline: none; /* Remove the default outline */
    }

/* Optional: If you want to add custom focus style for text boxes only */
input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
    border-color: #28a745; /* Green border on focus */
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); /* Subtle green shadow */
}

.form-control-addcart {
    font-size: 10pt !important;
    background-color: white !important;
    color: black !important;
    -webkit-appearance: none;
}

    .form-control-addcart select {
        font-size: 10pt !important;
        background-color: white !important;
        color: black !important;
        -webkit-appearance: none;
    }

    .form-control-addcart::placeholder {
        color: black;
        font-size: 13px;
    }


/* Ensure the custom Font Awesome arrow is positioned correctly */
.dropdown {
    position: relative;
}

    .dropdown .fa-chevron-down {
        position: absolute;
        right: 10px; /* Adjust the right position */
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none; /* Prevents interference with the dropdown functionality */
    }

.modal-backdrop.show {
    display: none !important;
}

.table-container {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
}

.grand-total {
    background-color: #CCCCCC !important;
    font-weight: bold;
}

#salesChart {
    width: 100% !important;
    height: 205px !important;
}


h2.dashboard-title {
    font-size: 18px;
    font-weight: bold;
}

h5.dashboard-title {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
}

h6.dashboard-title {
    font-size: 18px;
    font-weight: bold;
}

h7.dashboard-title {
    font-size: 18px;
    font-weight: bold;
}

.table td, .table th {
    padding: 5px !important;
    font-size: 10pt;
}

.menu-toggle {
    display: none;
    background: #444;
    color: white;
    padding: 10px;
    cursor: pointer;
    border: none;
    font-size: 18px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
}

.mainnav {
    background: #1e1e1e;
    display: flex;
    justify-content: flex-start;
    border-bottom: solid 1px #ffffff;
}

    .mainnav ul {
        list-style: none;
        display: flex;
        padding: 0;
        margin: 0;
    }

        .mainnav ul li {
            position: relative;
            border-left: solid 1px #ffffff;
        }

            .mainnav ul li a {
                color: white;
                text-decoration: none;
                font-size: 13px;
                display: block;
                padding: 7px 10px;
            }

            .mainnav ul li:hover, .mainnav ul li:hover > a {
                background: #666;
            }

                .mainnav ul li:hover > .submenu,
                .mainnav ul li.active > .submenu {
                    display: block;
                }

                .mainnav ul li:hover > .submenu {
                    display: block !important;
                }

.submenu {
    position: absolute;
    top: 100%;
    top: 100%;
    left: 0;
    background: #555;
    list-style: none;
    padding: 0;
    z-index: 1000;
    width: 200px;
}

.submenu,
.top-submenu {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    background-color: #adadad;
}




body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 98%;
    margin: 0 auto;
    font-family: Verdana, Geneva, Tahoma, sans-serifd;
}

.container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    background-color: #ffffff;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 30px solid #0a75c7;
    margin-bottom: 20px;
    min-height: 600px; 
    padding-bottom: 25px;
}

    .container h2 {
        text-align: left;
        font-size: 20px;
        font-weight: bold;
        color: #333;
        padding-left: 15px;
        padding-top: 25px;
        padding-bottom: 15px;
    }

.row {
    width: 100% !important; /* Ensure full width */
    margin: 0 !important; /* Remove any Bootstrap margins */

}

.hover_row {
    background-color: #00AEEF;
}


.top-submenu {
    display: none !important; /* Hide submenu by default */
    position: absolute; /* Position the submenu below the menu item */
    top: 100%; /* Positions the submenu directly below the menu item */
    left: 0;
    z-index: 1000; /* Ensures the submenu appears above other elements */
    background-color: white; /* Optional: to make it stand out */
    border-radius: 5px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* Optional: adds shadow for better visibility*/
    background-color: #adadad;
}

/* Target only the Logout item */
.logout-item {
    background-color: #ff4d4d !important; /* Red background */
    color: white !important; /* White text */
}

    /* Add hover effect */
    .logout-item:hover {
        background-color: #cc0000 !important; /* Darker red on hover */
    }


.top-menu-item:hover .top-submenu {
    display: block !important;
}

/* Styling for the Font Awesome icons inside the submenu */
.top-submenu li a i {
    padding-right: 20px; /* Adds some space between icon and text */
    font-size: 13px; /* Adjusts the size of the icon */
    color: #333; /* Optional: sets the color of the icons */

    width: 16px; /* Ensures uniform icon width */
    text-align: center; /* Aligns icon properly */
}

/* Optional: Change icon color on hover */
.top-submenu li a:hover i {
    color: #007bff; /* Changes icon color when the submenu item is hovered */
}

.column {
    flex: 1;
    min-width: 300px;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.table-container {
    overflow-x: auto;
}

.chart-container {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.top-row {
    width: 100%;
    height: 60px;
    background-color: #f0f0f0; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid gray;  
}

header {
    background: white;  
    border-bottom: solid 1px #ccc;  
    color: black; 
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-right h1,
.header-right a {
    color: black; 
}

.logout {
    background: #ff4444; 
    color: white;
}

.header-left, .header-right {
    width: 50%;
    display: flex;
    align-items: center;
}



.header-right {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
}

    .header-right .row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 10px;
    }


/* Overlay for full-screen background */
.overlay {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed to the viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .50); /* Semi-transparent black */
    z-index: 999; /* Ensure it's above all other content */
    pointer-events: none; /* Prevent interaction with background elements */
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.top-submenu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0; /* Align to the left of the parent */
    background: #ffffff;
    list-style: none;
    width: 200px;
    left: -102px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 5px; /* Remove padding from the submenu */
    margin: 0; /* Remove margin from the submenu */
}

.top-menu-item {
    position: relative;
    display: inline-block;
}

.top-submenu li {
    list-style: none; /* Remove bullet points */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
}

    .top-submenu li a {
        color: #000000;
        text-decoration: none;
        display: block;
        font-size: 13px;
        text-align: left; /* Left-align the text */
        display: flex; /* Use flexbox to align items properly */
        align-items: center; /* Vertically align text and icon */
        padding: 5px 5px; /* Adjust padding around the text */

        display: flex;
        align-items: center; /* Vertically aligns the icon and text */
        gap: 8px; /* Adds uniform spacing between the icon and text */
        padding: 5px 10px; /* Adds padding for better spacing */
        text-decoration: none; /* Removes default underline */
    }


    .top-submenu li:nth-child(2) {
        margin-bottom: 10px;
    }

    .top-submenu li:nth-child(5) {
        margin-bottom: 15px;
    }

    .top-submenu li:hover {
        background: #d6d6d6;
    }

.top-menu-item:hover .top-submenu + .overlay {
    display: block;
    pointer-events: auto;
}

.top-menu-item:hover + .overlay {
    display: block; /* Show overlay when the submenu is visible */
    pointer-events: auto; /* Allow overlay to block interactions */
}

.top-menu {
    display: flex;
    justify-content: flex-end;
    background: #0a75c7;
    position: relative;
    border-bottom: solid 1px #ffffff;
    align-items: center;
    text-align: center;
    padding: 10px;
    font-size: 13px;
}

    .top-menu a {
        color: white;
        text-decoration: none;
        font-size: 13px;
        position: relative;
        margin-right: 10px; /* Right space */
        margin-left: 10px; /* Left space */
    }

.top-submenu a {
    margin: 0; /* Remove margin from submenu links */
}

.top-menu-item {
    position: relative;
    display: inline-block;
}


.menu-toggle {
    display: none;
    background: #444;
    color: white;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.submenu li {
    width: 100%;
    padding: 0;
    position: relative;
}

    .submenu li a {
        color: white;
        text-decoration: none;
        display: block;
        padding: 10px;
        white-space: nowrap;
    }

    .submenu li:hover, .submenu li:hover > a {
        background: #666;
    }


.submenu .submenu {
    position: absolute;
    left: 100%;
    top: 0;
    background: #666;
    width: 200px;
    display: none;
}

.submenu li:hover > .submenu {
    display: none;
}

select {
    background: #444;
    color: white;
    border: 1px solid #fff;
    padding: 8px;
    border-radius: 5px;
    font-size: 16px;
}

    select:focus {
        outline: none;
        border-color: #ddd;
    }

.logout {
    background: #ff4444;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
}

    .logout:hover {
        background: #cc0000;
    }


.header-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Align contents to the right */
    text-align: right; /* Ensure text is right-aligned */
    position: relative;
}

    .header-right .row {
        display: flex;
        justify-content: flex-end; /* Align row contents to the right */
        gap: 10px;
    }

header h1 {
    font-size: 20px; /* Increase font size on larger screens */
}

main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 0px;
    background: #ffffff;
    border-left: 3px solid gray;
    border-right: 3px solid gray;
    border-right: 3px solid gray;
}





.modal-dialog {
    margin-top: 50px !important;
}

.dashboard-card {
    border-radius: 12px;
    color: white;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative; /* Make sure it's in a stacking context */
    z-index: 1; /* Lower than submenu */
}

    .dashboard-card:hover {
        transform: translateY(-5px);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    }

    .dashboard-card h6 {
        font-size: 16px; /* Title */
        margin-bottom: 2px;
    }

    .dashboard-card h4 {
        font-size: 20px; /* Value */
        font-weight: bold;
    }

.card-body {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Text left, icon right */
}

.text-content {
    text-align: left;
}

.icon-box {
    font-size: 35px; 
}

.table-responsive {
    overflow-x: auto;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.table thead th {
    background: #535353;
    color: white;
}

.badge {
    padding: 4px 5px !important;
    border-radius: 3px !important;
    font-size: 8pt !important;
    margin: 2px;
}

    .badge.bg-success {
        background: #28a745;
    }

    .badge.bg-warning {
        background: #ffc107;
    }

    .badge.bg-danger {
        background: #dc3545;
    }

.grid-box {
    padding: 20px;
    text-align: center;
    color: white;
    border: 1px solid #fff;
}

@keyframes slideIn {
    0% {
        left: -100%;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

.mainnav.active {
    animation: slideIn 0.5s ease-in-out;
}


.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* Ensures responsiveness */
    margin-bottom: 50px;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1050 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}

.modal-invoice {
    width: 100%;
    max-width: 100%;
    padding: 5px;
}

.close-btn {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 25px;
    cursor: pointer;
}

    .close-btn:hover {
        color: black;
    }

.alert {
    display: none;
}

/* Password field wrapper */
.password-wrapper {
    position: relative;
}

    .password-wrapper input {
        padding-right: 40px;
    }

    .password-wrapper .toggle-password {
        position: absolute;
        right: 10px;
        top: 75%;
        transform: translateY(-50%);
        cursor: pointer;
        color: #888;
    }

        .password-wrapper .toggle-password:hover {
            color: #000;
        }




.footer {
    background-color: #9e9e9e;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer-left {
    flex: 1;
    text-align: left;
    padding: 0px !important;
    font-size: 10pt;
}

    .footer-left p {
        margin-bottom: 0px;
    }

.footer-right {
    flex: 1;
    text-align: right;
}

    .footer-right .content-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 20px; /* Space between social and payment icons */
    }

.social-icons, .payment-icons {
    justify-content: flex-end;
    gap: 10px;
    padding: 5px;
    align-items: center;
    font-size: 10pt;
}

    .social-icons i {
        font-size: 18px;
        cursor: pointer;
        padding-left: 3px;
    }

    .payment-icons i {
        font-size: 18px;
    }

    .social-icons i:hover {
        color: #383838;
    }
