/* Set the zoom level to 100% */
/*body {
    zoom: 1;
}*/


/* Use media queries to apply different styles based on zoom level */
/*@media (zoom: 1) {
    .container {
        width: 90%;
    }
}*/


@import url('site.css');

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
/*
@media only screen and (max-width: 768px) {
    .element {
        width: 100.
        height: 30vh;
    }
}

@media only screen and (max-width: 480px) {
    .element {
        width: 100%;
        height: 20vh;
    }
}*/

.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;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 60px;
}

.formlabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: black;
}

.left-panel {
    flex: 1;
    background-color: #E32525;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    position: relative;
}

    .left-panel img:first-child {
        position: absolute;
        top: 20px;
        left: 20px;
        /*width: 100px;*/ /* adjust the width as needed */
        /*height: 50px;*/ /* adjust the height as needed */
    }

    .left-panel img.Logo {
        /*position: absolute;*/
        width: 100%;
        height: 100%;
    }

    .left-panel .login-logo {
        padding-top: 20px;
        padding-left: 20px;
        top: 20px;
        position: absolute;
        left: 20px;
    }

    .left-panel .copy-right {
        width: 100%;
        text-align: center;
    }
/*.left-panel img.center-icon {
        width: 80px;
    }*/
.bottom-label {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.right-panel {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

    .right-panel h2 {
        /*margin-bottom: 30px;*/
        font-size: 20px;
        color: #333;
    }

    .right-panel .parent {
        width: 450px;
    }

    .right-panel table {
        margin-bottom: 10px;
    }

.login-form {
    width: 530px;
    max-width: 530px;
}

    .login-form input {
        width: 100%;
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid darkgray;
        border-radius: 8px;
    }

.loginbutton {
    background-color: black;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    padding: 0;
}

.loginFormHeading {
    font-size: 22px;
}

.loginFormHeading {
    position: relative;
    /*text-align: center;*/
}

    .loginFormHeading .icon {
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translate(-50%, -50%);
        margin-right: 10px; /* Adjust the margin as needed */
        height: 50px;
    }

    .loginFormHeading .text {
        font-size: 22px;
        /* position: absolute;*/
        /*  top: 50%;*/
        left: 12%;
        transform: translate(-50%, -50%);
        margin-left: 6px; /* Adjust the margin as needed */
        font-weight: bold;
    }

    .loginFormHeading .subtitle {
        font-size: 16px;
        /* position: absolute;*/
        /*  top: 50%;*/
        left: 12%;
        transform: translate(-50%, -50%);
        margin-left: 6px; /* Adjust the margin as needed */
        font-weight: bold;
    }

.Loginprivacy {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
    color: black;
    font-weight: bold;
}

    .Loginprivacy a {
        color: black;
        text-decoration: none;
        font-weight: bold;
    }

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/*//Layout Pages*/

.layoutbody {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

header {
    background-color: #d71f28;
    color: white;
    padding: 10px 20px;
    position: relative;
}

/*.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}*/
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* adjust the z-index value as needed */
}

.logo-section {
    display: flex;
    align-items: center;
}

    .logo-section .icon {
        margin-right: 10px;
    }

.layoutlogo {
    height: 40px;
    margin-right: 10px;
}

.title {
    font-size: 20px;
    font-weight: bold;
}

.user-section {
    font-size: 14px;
}

    .user-section span {
        margin-right: 10px;
    }

.logout-btn {
    background-color: black;
    color: white;
    padding: 5px 10px;
    margin-left: 10px;
    border: none;
    cursor: pointer;
}

.nav-bar {
    margin-top: 10px;
    padding-top: 50px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

    .nav-bar a {
        color: white;
        text-decoration: none;
        padding: 0 3px 0 3px;
    }
        /*

        .nav-bar a:not(:last-child)::after {
            content: "|";
            color: white;
            padding: 0 3px 0 3px;
        }*/

        /* .nav-bar a:not(:last-child)::before {
            color: white;
        }*/

        .nav-bar a.active {
            border-bottom: 2px solid white;
            padding: 0 3px 0 3px;
        }

        .nav-bar a:hover {
            border-bottom: 2px solid white;
            padding: 0 3px 0 3px;
        }
    /* .nav-bar a::after {
            border-bottom: none;
        }*/

    .nav-bar.separator {
        color: white;
        padding: 0 3px 0 3px;
    }

.content {
    display: flex;
    padding: 10px;
    justify-content: space-between;
}

button.next-btn {
    background-color: black;
    color: white;
    padding: 10px 20px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

.main-wrapper {
    min-height: calc(100vh - 150px); /*subtract the height of the header and footer */
    display: flex;
    flex-direction: column;
    flex: 1;
    /*min-height: calc(100vh - 100px);*/ /* assuming the footer height is 100px */
    /*margin-bottom: 20px;*/
}

.main-content {
    flex: 1;
}

.footer {
    /*background-color: black;
    color: white;
    font-size: 13px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: auto;*/
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    font-size: 13px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.privacy-link {
    color: white;
    text-decoration: none;
}

.margin-right {
    margin-right: 20px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.inputform-title {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}

.inputsection {
    background-color: #F4F4F4;
    padding-left: 10px;
}

.inputborderbottom {
    border-bottom: 1px solid #dadada;
}

.popup-description {
    display: none;
}

.dieselPopUp {
    display: none;
}

.ngPopUp {
    display: none;
}

.zoneDetailsMargin {
    margin: 10px 0 10px 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.zone-DetailsMargin {
    margin: 10px 0 10px 5px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}

.checkbox input[type="checkbox"]:checked + label::before {
    background-color: #F4F4F4; /* Change this to your desired color */
    border-color: #F4F4F4; /* Change this to your desired color */
}

/* Custom CSS for modal */
#privacyPolicyModal {
    /* Add your custom styles here */
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Custom CSS for link */
.privacy a {
    /* Add your custom styles here */
    color: #337ab7;
    text-decoration: none;
}

    .privacy a:hover {
        color: #23527c;
        text-decoration: underline;
    }



.microgrid-container h4 {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.microgrid-container p {
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
    font-family: Arial, Helvetica, sans-serif;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    margin-top: 50px;
    vertical-align: middle;
}



.modal-content {
    border-radius: 10px;
    max-width: 1200px; /* adjust the width as needed */
    margin: 0 auto;
}

.modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.modal-header-center {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    justify-content: center !important;
    padding-top:5px;
}

.modal-dialog {
    width: 800px; /* adjust the width as needed */
    margin: 40px auto; /* center the modal */
}

.modal-title {
    font-weight: bold;
    text-align:center;
    text-transform: uppercase;
}

.modal-title-normal {
    font-weight: bold;
    text-align: center;
}

.modal-body {
    overflow-y: auto;
    max-height: 600px; /* adjust the height as needed */
    max-width: 1000px;
    padding: 10px 10px 10px 10px !important;
}

    .modal-body p, .modal-body ul {
        color: #343a40;
        font-size: 14px;
    }

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: red;
    cursor: pointer;
}

    .close:hover {
        color: darkred;
    }

.close-product-details {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 14px;
    color: red;
    cursor: pointer;
}

.parent-summary-card {
    margin-top: 70px !important;
    width: 300px !important;
    margin-right: 0px !important;
    padding: 5px !important;
    font-size: 14px;
}

.summary-card {
    background-color: #FFF5F4 !important;
    border-radius: 8px !important;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.1);
}

    .summary-card p {
        color: black;
    }

.rec-card {
    border: 2px solid #ffc5c5;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(200, 0, 0, 0.1);
    background-color: #fffdfd;
}

.card-title {
    font-weight: bold;
    color: #c00;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #c00;
    border-radius: 50%;
}

.filter-btn.active {
    background-color: #dc3545;
    color: #fff;
    border-color: #dc3545;
}

.summary-icon {
    width: 80px;
    height: 80px;
}

.parent-divider {
    width: 35px !important;
    margin-right: 40px
}

.divider {
    width: 1px;
    background-color: #ccc;
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
}

.full-height {
    /*   height: 100vh;*/
    margin-bottom: 100px;
}

.v-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

@media (max-width: 768px) {
    .full-height {
        height: auto;
    }


    .v-center {
        height: auto;
        padding: 1rem 0;
    }
}

.summaryLabel {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-weight: bold;
    margin-right: 10px;
    font-size: 18px;
}

/*commented this*/
/*.cardBackground {
    background-color: #FFF5F4 !important;
    border: 1px solid red;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.1);
}*/


.carousel-inner .carousel-item {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 3px;
    margin-left: 3px;
    height: 410px;
    overflow-y: auto;
    vertical-align: top;
    /*max-width: 560px;*/
    font-size: 14px;
}


    .carousel-inner .carousel-item.active {
        display: inline-block;
        height: 410px;
        overflow-y: auto;
        display: flex;
        justify-content: flex-start; 
        align-items: center;
        height: auto;
        /*background-color:#FFEDEB;*/
    }

.carousel-item:not(.active) {
    display: none;
}

.carousel-item.active {
    display: block;
}

.carousel-wrapper {
    position: relative;
   /* margin-top: 90px; */
}
/*
.carousel-item:not(.active) {
    display: none;
}

.carousel-item.active {
    display: block;
}*/

.card {
    overflow: auto;
    width: 450px;
    width: 485px;
    display: block;
}

.cardTileLabel {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-weight: bold;
    margin: 0 10px 0px 10px;
    font-size: 16px;
}

.rec-card {
    background-color: #FFF5F4;
    border: 1px solid red;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.1);
}

.active-card {
    width: 100%;
    background-color: #FFF5F4;
}

.inactive-card {
    width: 100%;
    opacity: 0.5;
}

.carousel-control-prev {
    /* position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    padding: 10px;*/
    position: absolute;
    top: 50%;
    transform: translateX(-75%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    padding: 10px;
}

.carousel-control-next {
    /* position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    padding: 10px;*/
    position: absolute;
    top: 50%;
    transform: translateX(75%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    padding: 10px;
}
/*.carousel-control-prev {
    left: -10px;
}*/

.carousel-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 1000;
}

    .carousel-controls button {
        margin: 0 10px;
    }

        .carousel-controls button.carousel-control-next {
            /* right: -200px;*/
        }

    /* .carousel-controls button.carousel-control-prev {
            left: 21px;
        }*/
    .carousel-controls button {
        margin: 0px;
    }

.redText {
    color: red;
}

.filter-btn {
    background-color: #F0F0F0; /* light gray */
    border: 1px solid #ddd; /* optional border */
    color: #333; /* text color */
    padding: 8px 16px; /* button padding */
    border-radius: 4px; /* rounded corners */
    cursor: pointer; /* change cursor on hover */
}

    .filter-btn:hover {
        background-color: #e6e6e6; /* darker gray on hover */
    }

    .filter-btn.active {
        background-color: #cccccc; /* darker gray for active button */
    }

.custom-button {
    background-color: #EBEBEB; /* light gray */
    border: 1px solid #ddd; /* optional border */
    color: #000000; /* text color */
    padding: 8px 16px; /* button padding */
    border-radius: 10px; /* rounded corners */
    cursor: pointer; /* change cursor on hover */
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

    .custom-button:hover {
        background-color: #e6e6e6; /* darker gray on hover */
    }

    .custom-button.active {
        background-color: #E32525; /* darker gray for active button */
        color: #FFFFFF; /* text color for active button */
    }

.Section {
    border: solid 1px black;
    border-radius: 10px;
}
/*
* Card background and padding */ */
.cardBackground {
    background-color: #ffe6e6; /* light pink as in screenshot */
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Image alignment */
.cardBackground img {
    display: block;
    width: 100%;
}

/* Section headings (like Diesel Genset, NG Genset) */
.cardBackground strong {
    font-size: 14px;
    display: block;
    color: #333;
}

/* Subtext (model name, kW/kVA) */
.cardBackground em {
    font-size: 13px;
    color: #555;
    line-height: 1.3;
}

/* Bottom KPIs: Payback, LCOE, CO2 */
/*.cardBackground .row:last-child {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

    .cardBackground .row:last-child .col {
        padding: 8px 12px;
        border-right: 1px solid #ccc;
    }

        .cardBackground .row:last-child .col:last-child {
            border-right: none;
        }*/

/* Green CO2 value */
.cardBackground .green {
    color: green;
    font-weight: bold;
}

.bottom-border {
    border-bottom: 1px solid lightgray;
    margin-bottom: 10px;
}

.tileSpacing {
    /* margin:10px 10px 0 10px;*/
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: right;
}

    .tileSpacing label {
        flex-grow: 1;
    }

    .tileSpacing span {
        /* float:right;*/
        flex-grow: 1;
        text-align: right;
    }

.tileDetails-wrapper {
    width: 100%;
    max-width: 208px;
    margin: 0 auto;
}


.tileDetails {
    /*  display: flex;*/
    /* padding: 0;*/
    /*    margin: 0 0 5px 0;*/
    max-width: 217px;
    width: 100%;
    text-align: center;
 

}


.tileSpacing {
    padding: 5px 10px 5px 10px !important;
}
/*
.tile-card-image {
    background: #F9F9F8;   
}*/

.tile-card {
    background: #FFB5AC;
  
    /* margin-right: 5px !important;*/
    border-radius: 10px;
    padding: 5px 10px !important;
    /*display: inline-block;*/
    display:block;
    width: 100%;
    min-height: 150px;
}


    .tile-card:hover {
        border: 1px solid black;
        transition: border 0.3s ease;
    }


.tileHeading {
    padding: 0;
   /* margin: 0 0 5px 0;*/
    text-align: center;
    width: 100%;
}

.tile-card-image {
    display: inline-block;
    margin: 0 5px;
    background: #F9F9F8;
    width: 203px;
    height:203px;
}

/*.tileHeading {
    display: flex;
    padding: 0;
    margin: 0 0 5px 0;
}*/

.carousel-item.empty {
    display: none;
}

.block {
  /*  width: 100%;*/
    /*float: left*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block-container {
    display: flex;
/*    flex-wrap: wrap;*/
    justify-content: center;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.gray-back {
    background-color: lightgray;
}

.sizingtext-danger {
    color: red;
    margin-top: 8px;
    display: block;
}

/*Layout page*/

.app-container {
    /* height: 100vh;*/
    overflow: hidden;
    margin-top: 90px;
}


.left-nav {
    width: fit-content; /* Changed width to fit-content */
    background-color: #f7f7f7;
    border-right: 1px solid #ddd;
    padding: 10px 5px 5px 5px;
    box-sizing: border-box;
}

.logo {
    text-align: center;
    margin-bottom: 30px;
}

    .logo img {
        max-width: 100%;
        height: auto;
    }

.nav-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
}

.nav-btn {
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 10px 10px;
    text-decoration: none;
    color: black;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    border: none;
    background-color: transparent;
    cursor: pointer;
    width: fit-content; /* Changed width to fit-content */
}

    .nav-btn:hover {
        background-color: #e0e0e0;
        font-weight: bold;
    }

    .nav-btn.active {
        background-color: #d71f28; /* Changed background color to red when active */
        color: white;
        font-weight: bold !important;
    }

    .nav-btn i {
        margin-right: 10px;
        font-size: 1.1em;
    }

    .nav-btn img {
        margin-right: 10px;
        height: 25px;
        width: 25px;
    }

    .nav-btn span {
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        white-space: nowrap; /* Added white-space: nowrap to prevent text wrapping */
    }

.right-content {
    background-color: #fff;
    overflow-y: auto;
}

.logout-button {
    margin-top: auto; /* Added margin-top: auto to position at bottom */
    margin-bottom: 50px;
}

.filter-button {
    background-color: #E32525; /* light gray */
    border: 1px solid #ddd; /* optional border */
    color: white; /* text color */
    padding: 8px 16px; /* button padding */
    border-radius: 4px; /* rounded corners */
    cursor: pointer; /* change cursor on hover */
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    vertical-align: middle;
    margin-top: 22px !important;
}

.layout-margin-bottom {
    margin-bottom: 24px !important;
}

/*Controls+switchgear popup*/
.section {
    display: flex;
    margin-top: 10px;
    align-items: center;
    line-height: normal;
}

    .section .image {
        width: 140px; /* adjust the width as needed */
        height: 140px; /* adjust the height as needed */
        margin-right: 20px;
    }

.description {
    flex-grow: 1;
    font-size: 14px !important;
    text-align: center;
}

    .description h5 a {
        text-decoration: underline;
        color: #333;
    }

    .description p {
        padding: 0;
        margin: 4px 0;
    }


.add-generator-button {
    background-color: #E32525; /* light gray */
    border: 1px solid #ddd; /* optional border */
    color: white !important; /* text color */
    padding: 5px 10px 5px 10px; /* button padding */
    border-radius: 7px; /* rounded corners */
    cursor: pointer; /* change cursor on hover */
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    vertical-align: middle;
    display: block;
}

.remove-button {
    background-color: #E32525; /* light gray */
    border: 1px solid #ddd; /* optional border */
    color: white !important; /* text color */
    padding: 5px 10px 5px 10px; /* button padding */
    border-radius: 7px; /* rounded corners */
    cursor: pointer; /* change cursor on hover */
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    display: block;
    float: right !important;
    margin-right: 10px;
}

.brownfield-section-border {
    border: 2px solid lightgray;
    border-radius: 5px;
    padding: 10px;
    margin-right: 10px;
}

.ContactUs-button {
    background-color: #E32525; /* light gray */
    border: 1px solid #ddd; /* optional border */
    color: white; /* text color */
    padding: 3px 16px; /* button padding */
    border-radius: 4px; /* rounded corners */
    cursor: pointer; /* change cursor on hover */
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    vertical-align: middle;
    margin-top: 15px !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.div-click {
    cursor: pointer;     
    padding: 10px; 
    border: 1px solid #ccc; 
    border-radius: 5px; 
    text-align: center; 
}

    .div-click:hover {
        border: 1px solid black;
        transition: border 0.3s ease;
    }

.btn.div-clickControls {
    cursor: pointer;
}

    .btn.div-clickControls:hover {
        border: 1px solid black;
        transition: border 0.3s ease;
    }

.product-section {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    align-items: flex-start;  
    line-height: normal;
    margin-right: 10px;
}

.image-description-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;  
}

.product-description {
    flex-grow: 1;
    font-size: 14px !important;
    text-align: left;
    margin-left: 20px;
    font-family: Arial, Helvetica, sans-serif !important;
}

    .product-description h5 {
        text-align: center;
        font-size: 16px !important;
        font-family: Arial, Helvetica, sans-serif !important;
    }

    .product-description h6 {
        text-align: center;
    }
    .product-description h5 a {
        text-decoration: underline;
        font-size: 16px !important;
        color: #333;
    }

    .product-description p {
        padding: 0;
        margin: 4px 0;
    }

.product-gray-box {
    background-color: lightgray;
    padding: 10px;
    margin-top: 15px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif !important;
}

    .product-gray-box h5 a {
        text-decoration: underline;
        text-align: center;
        font-size: 16px !important;
        color: #333;
    }

    .product-gray-box p {
        padding: 0;
        margin: 4px 0;
        text-align: center;
    }

.image {
    width: 160px;
    height: 160px;
}



.product-close {
    position: absolute;
    right: 10px;
    font-size: 14px;
    color: red;
    cursor: pointer;
}

.product-clos:hover {
    color: darkred;
}


/*.carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    list-style: none;
}*/

.carousel-indicators {
    position: absolute;
    bottom: 17px !important;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ee7c7c;
    margin: 0 5px;
}

    .indicator.active {
        background-color: #E32525;
    }

.indicator-dot {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: inherit;
}

.quote-form-container {
  
  
    background-color: #fdfdfd;
    border: 1px solid #ddd;
}

.form-title {
    font-weight: bold;
    background-color: #e0e0e0;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.text-muted {
    font-size: 14px;
}


.form-label-popup {
    margin-bottom: 0!important;
}

.text-muted, p {
    margin-bottom: 0;
 
}
.muted_text {
    color: #9A9A9A !important;
    margin-bottom: 0;
}

.cursor-wait {
    cursor: wait;
}

.Upfront-min-width {
    min-width: 170px !important;
}

.Energy-min-width {
    min-width: 190px !important;
}
