﻿
/* -------------------------------------- */
/* ------------- Utilities -------------- */
/* -------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    /* ------------ Typography ---------- */
    --ff-poppins-light: "Poppins", sans-serif;
    --ff-playfair-serif: "Playfair Display", serif;
    --ff-archivo: "Archivo", sans-serif;
    /* ------------- Colors ------------- */
    --clr-dirty-white: #f6f6f6;
    --clr-grey: #a6a6a6;
    --clr-dark-grey: #1e1e1e;
    --clr-pastel-red: #db583a;
    --clr-dark-blu: #0D406A;
    --clr-dark-blu-light: #e6f0f7;
    --clr-blue: #03253e;
    --clr-red: #CF3A33;
    /* -------------- Sizes ------------- */
    --fs-8: .5rem;
    --fs-16: 1rem;
    --fs-24: 1.5rem;
    --fs-32: 2rem;
    --fs-40: 2.5rem;
    --fs-48: 3rem;
    --fs-56: 3.5rem;
    --fs-64: 4rem;
    --fs-72: 4.5rem;
    --fs-80: 5rem;
    --fs-88: 5.5rem;
    --fs-96: 6rem;
    --fs-104: 6.5rem;
    --fs-112: 7rem;
    --fs-120: 7.5rem;
    --fs-128: 8rem;
    --fs-136: 8.5rem;
    --fs-144: 9rem;
    --fs-152: 9.5rem;
    --fs-160: 10rem;
}

/* -------------------------------------- */
/* ----------- Utility Classes ---------- */
/* -------------------------------------- */

.flex-box-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-center {
    display: grid;
    place-items: center;
}

.font-titles {
    font-size: clamp(1rem, 2vw, 2rem);
}

.font-a {
    color: var(--clr-dirty-white);
    font-family: var(--ff-poppins-light);
    font-size: clamp(1rem, 1vw, 1.5rem);
    font-weight: 600;
    transition: ease-in-out 0.2s;
    cursor: pointer;
    text-decoration: none;
}

.font-descriptions {
    font-size: clamp(.5rem, 1vw, 1rem);
}

.img-square-contain-center {
    width: 20vw;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center;
}

.img-landscape-cover {
    width: 20vw;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
}


/* -------------------------------------- */
/* ----------------- E N D -------------- */
/* -------------------------------------- */

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.product-line-card {
    font-family: "Poppins", sans-serif !important;
    border: none;
    width: 200px;
    height: 200px;
    transition: box-shadow 0.3s ease-in-out;
}

.product-line-card:hover {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.product-line-card .card-body {
    height: 100%;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    padding: 16px;
    transition: box-shadow 0.3s ease;
}

.product-line-card .card-title {
    font-size: 2rem;

}

.product-line-card .card-text {
    font-size: 1rem; 
}

.btn-productline {
    background-color: #0D406A;
    color: white;
    border: none;
}
.btn-productline:hover {
    background-color: #0A2F50;
    color: white;
}
.product-line-card {
    height: 400px;
    width: 400px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.category-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.01rem;
}


td.table_img img {
    max-width: 50%;
    max-height: 50%;
}

.erp-description {
    max-height: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}




.table-right {
    width: fit-content;
    float: right;
    line-height: 3rem;
    height: 100%;
    margin-right: 20px;
}

.table-left {
    float: left;
    line-height: 3rem;
    margin-top: 0;
    height: 100%;
    margin-left: 20px;
}

.input-search {
    font-family: "FontAwesome";
}

.card-footer {
    text-decoration: none !important;
    outline: none !important;
    border: 1px solid white !important;
}
a.product-line-card h5 {
    text-decoration: none;
}
a {
    text-decoration: none;
}
.no-underline-black {
    text-decoration: none;
    color: black;
    margin-bottom: 60px;
    font-family: 'Poppins', sans-serif;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
    margin-bottom: 60px;
    background-color: #f5f5f5; /* Change this to your desired background color */
}



.header-right {
    float: right;
    line-height: 3rem;
    margin-top: 7px;
    margin-bottom: 20px;
    height: 100%;
    margin-left: 20px;
}
.header-right2 {
    float: right;
    line-height: 3rem;
    margin-top: 0;
    height: 100%;
    margin-left: 5px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.01rem;
}
td.table_img img {
    max-width: 50%;
    max-height: 50%;
}
.erp-description {
    max-height: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#fileinput {
    position: absolute;
    left: -9999px;
}



.table-right {
    width:fit-content;
    float: right;
    line-height: 3rem;
    height: 100%;
    margin: 0px 10px 0px 10px;
}

.table-left {
    float: left;
    line-height: 3rem;
    margin-top: 0;
    height: 100%;
    margin: 0px 10px 0px 10px;
}



#drop-area {
    border: 2px dashed #ccc;
    border-radius: 20px;
    width: inherit;
    height: 350px;
    padding: 20px;
    text-align: center;
    vertical-align: bottom;
    margin: 20px auto;
}

#file-list {
    list-style-type: none;
    padding: 0;
    margin-top: 35px;
}

    #file-list li {
        margin-bottom: 5px;
    }

.fa-cloud-upload {
    color: darkblue;
    width: 300px;
}

.wrapper input[type="text"] {
    position: relative;
}

/*input {
    font-family: var(--ff-poppins-light);
}*/
/* This is for the placeholder */

.wrapper:before {
    font-family: 'FontAwesome';
    color: red;
    position: relative;
    left: -5px;
    content: "\f093";
}

/**/



.services_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}



.services_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #171717;
    margin: 0px;
}

.services_section_2 {
    width: 100%;
    float: left;
}


.left_main {
    width: 20%;
    float: left;
}

.middle_main {
    width: 10%;
    float: left;
}

.right_main {
    width: 70%;
    float: left;
    padding-left:2em;
}

.boximg {
    width: 100%;
    float: left;
    text-align: center;
    min-height: 140px;
    /* Set square shape */
    width: 140px;
    height: 140px;
    overflow: hidden; /* Hide overflow if image exceeds square dimensions */
}

    .boximg img {
        width: 100%; /* Ensure image fills square container */
        height: auto; /* Maintain aspect ratio */
        padding-right: 1em;
    }

.name_text {
    width: 100%;
    float: left;
    color: #151515;
    font-size: 25px;
    text-align: left;
    font-weight: bold;
    padding-bottom: 0px;
}

.info_text {
    width: 100%;
    float: left;
    color: #151515;
    font-size: 12px;
    text-align: left;
    padding-bottom: 0px;
}

.price_text {
    width: 100%;
    float: left;
    color: #151515;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    padding-bottom: 20px;
    padding-left: 0px;
}

.endusercard{
    padding-top: 5px;
    width: 600px;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.enduserbody {
    height: 150px;
    background-color: white; /* Set your desired color here */
    padding: 20px;
    text-align: right;
}

.enduserfooter {
    background-color: white; /* Set your desired color here */
    padding: 0px 10px 10px;
    align-content:end;
}




/* ------------------------------------------------------------ */
/* ------------------ All Designs Refactored ------------------ */
/* ------------------------------------------------------------ */
.custom-container-mx-width {
    min-width: 100%;
    max-width: 1200px;
    margin-block: 2rem;
}

.custom-flex-align-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.custom-flex-align-items {
    display: flex;
    align-items: center;
}

.custom-title {
    font-size: clamp(1rem, 2vw, 2rem);
    margin: 1rem;
}

.custom-input input  {
    font-family: var(--ff-poppins-light);
}

.product-category .card-text, product .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */

 .card {
    margin-block: var(--fs-16);
    border-radius: var(--fs-8);

}

 th {
    padding-block: var(--fs-16);
    font-family: var(--ff-poppins-light);
    border-bottom: var(--clr-dark-grey);
}


 td {
    font-family: var(--ff-poppins-light);
    overflow: hidden;
    text-overflow: ellipsis;
    padding-block: 1rem;
    border-bottom: 1px solid white;
}

.header-style-forms {
    background-color: var(--clr-blue);
    color: var(--clr-dirty-white);
    border-radius: var(--fs-8);
    padding-inline: var(--fs-16);
}

.icon-style-forms {
    color: var(--clr-dirty-white);
}

input {
    font-family: var(--ff-poppins-light)
}
.mt-2 {
    margin-top: 2px
}
.mt-4 {
    margin-top: 4px
}
.mt-8 {
    margin-top: 8px
}


.custom-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.custom-item {
    flex: 1 0 5rem;
}
.action-btn {
    display: flex;
    justify-content: space-between;
    gap: 2px
}
.search-group {
    display: flex;
    line-height: 28px;
    align-items: center;
    position: relative;
    padding: 4px;
    max-width: 400px;
}
.search-icon {
    position: absolute;
    left: 1rem;
    fill: #9e9ea7;
    width: 1rem;
    height: 1rem;
    top: 0px;
    border: 0px solid transparent;
    background: transparent;
    height: 45px;
    color: rgba(0, 0, 0, 0.2);
}
.search-icon:hover {
    color: #db583a
}
  
.search-input {
    height: 40px;
    padding: 0 2.5rem;
    border-radius: 10px !important;
    border: 2px solid transparent;
    outline: none;
    transition: .3s ease;
    font-size: var(--fs-16);
    box-shadow: 4px 2px 12px 0.1rem rgba(0, 0, 0, 0.15);
}
.search-input:focus {
    outline: none;
    border-color: #258cfb;
    background-color: #fff;
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.search-clear {
    position: absolute;
    right: 10px;
    fill: #9e9ea7;
    width: 2rem;
    height: 1rem;
    top: 0;
    bottom: 0; 
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.1);
}

.login-header {
    color: #10314A;
    font-family: "Poppins", sans-serif !important;
    font-size: 40px !important;
    font-weight: 600 !important;
}
.error-message {
    color: var(--clr-pastel-red);
}
.poppins-font {
    font-family: "Poppins", sans-serif !important;
}
}

/*
.btn-outline-orange {
    color: #f90;
    border-color: #f90;
}

    .btn-outline-orange:hover {
        color: #fff;
        background-color: #f90;
        border-color: #f90;
    }

    .btn-outline-orange:focus,
    .btn-outline-orange.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
    }
*/
.spread-labels {
    display: flex;
    justify-content: space-between;
}

    .spread-labels .btn {
        flex: 1;
        margin-right: 27px; /* Add spacing between buttons */
    }

        .spread-labels .btn:last-child {
            margin-right: 0; /* Remove margin from the last button */
        }

.btn-custom.active {
    background-color: orange;
}

.step-progress-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    padding: 0;
    position: relative;
}

.step {
    text-align: center;
    position: relative;
    flex: 1;
}

.step::before,
.step::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background: #ddd;
    top: 15px;
    z-index: -1;
}

.step::before {
    left: -50%;
}

.step::after {
    right: -50%;
}

.step:first-child::before {
    content: none;
}

.step:last-child::after {
    content: none;
}

.step-number {
    width: 30px;
    height: 30px;
    background: #ddd;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.step-title {
    margin-top: 10px;
}

.step.active .step-number {
    background: #007bff;
    color: #fff;
}

.step.active::before,
.step.active::after {
    background: #007bff;
}

.hover-reveal-arrows:hover .carousel-arrow {
    color: var(--clr-dark-blu) !important;
    transition: color 0.3s ease;
}
.button-primary {
    background-color: var(--clr-dark-blu);
    color: #fff;
}
.button-primary:hover {
    background-color: #093657; 
    color: #fff;
}
.customer-tab-nav .nav-link {
    color: #333;
    border: none;
    background-color: transparent;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    font-weight: 500;
    transition: background-color 0.3s, color 0.3s;
}
.customer-tab-nav .nav-link:hover:not(.active) {
    background-color: rgba(13, 64, 106, 0.1); /* Light shade of var(--clr-dark-blu) */
    color: #0D406A;
}
.customer-tab-nav .nav-link.active {
    background-color: var(--clr-dark-blu);
    color: #fff;
}

.customer-tab-nav .nav-link i {
    margin-right: 0.4rem;
}
.customer-tab-nav {
    border-bottom: none !important;
}

.bg-dark-blu {
    background-color: var(--clr-blue) !important;
    color: #fff !important;
}
.border-dark-blu {
    border-color: var(--clr-dark-blu) !important;
}
.custom-background-blob {
    min-height: 100vh; /* fills full screen height */
    background-image: url('/asset/blob-scatter-haikei.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fefcff; /* fallback color */
}