.be-aware {
    color: #FEA500;
    position: relative;
    padding-left: 40px;
}
.be-aware::before{
  content: url('https://ecomgiantz.com/wp-content/uploads/2025/09/be-aware-icon.png');
  position: absolute;
  top: -7px;
  left: 0;
}

.calculator-tab-buttons-container {
    text-align: center;
}

.tab-buttons {
    display: inline-flex;
    border: 2px solid #F4F4F4;
    border-radius: 30px;
    padding: 10px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.calculator-tab-btn {
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    background: #EDEDED;
    border-radius: 30px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    color: #333333;
    transition: background 0.3s;
}

.calculator-tab-btn.active {
    background: #219653;
    color: #fff;
}

.calculator-tab-content {
    display: none;
}

.calculator-tab-content.active {
    display: block;
}

.reorder-top-container {
    background: rgba(213, 213, 213, 0.25);
    padding: 16px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.reorder-top-container .form-row {
    display: flex;

    align-items: center;
    gap: 20px;
}

.reorder-top-container label {
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 5px;
}

.reorder-top-container input {
    width: 100%;
    border-radius: 4px;
    padding: 12px;
    margin-top: 8px;
    border: 1px solid #219653;
    font-weight:700;
}

.reorder-top-container .form-row .form-group {
    width: 100%;
}

.calculate-sign {
    background: #219653;
    color: #fff;
    padding: 4px 18px;
    position: relative;
    top: 17px;
    border: 1px solid #333333;
    font-size: 20px;
    border-radius: 4px;
}

.reorder-top-container h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
   margin-bottom: 15px;
}

button.calculate-btn {
    width: 100%;
    background: #219653;
    border: 1px solid #333333;
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}


.dashboard-container {
    display: grid;
    grid-template-columns: 60% 18% 22%;
    gap: 0;
    max-width: 800px;
    margin: 0 auto;
}

.dashboard-container .card-header {
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    color: white;
}

.dashboard-container .card {
    background: white;
    border: 1px solid #CCCCCC;
}

.dashboard-container .summary-card .card-header,
.dashboard-container .totals-card .card-header {
    background-color: #000000;
}

.dashboard-container .summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    font-weight: 600;
}

.dashboard-container .summary-item span {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

.dashboard-container .total-item .value,
.dashboard-container .reorder-card .value {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}


.dashboard-container .reorder-card .card-header {
    background-color: #219653;
    color: white;
    text-align: center;
    
}

.dashboard-container .reorder-card .card-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 60px;
}

.dashboard-container .total-item {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.dashboard-container .total-item:last-child {
    border-bottom: none;
}

.csv-download-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.csv-download-btn {
    padding: 8px 16px;
    position: relative;
    padding-right: 45px;
    background: #219653;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.csv-download-btn::before {
    content: url("https://ecomgiantz.com/wp-content/uploads/2025/09/download-icon.png");
    position: absolute;
    right: 10px;
    top: 2px;
}

#downloadCSV:hover {
    background: #437f5d;
}

/* Summary Card */

.file-upload-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.upload-button {
    color: #333333;
    padding: 10px 20px;
    border: 1px solid #cccccc;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
}

.upload-button:hover {
    background-color: #e0e0e0;
}

.file-input {
    display: none;
}

.file-info {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.file-info {
    margin-top: 20px;
    margin-bottom: 20px;

}

.file-details-container {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}

.file-info .file-details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.input-head-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;

}

.input-head-titel {
    width: 60%;
}

.input-head-titel .head-titel {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}
.input-head-titel p{
    color:#6D6D6D;
}

.file-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
}

span.upload-icon {
    position: relative;
    top: 2px;
}

.file-extension {
    position: relative;
    top: 4px;
}

thead th {
    background: #000000;
    color: #fff !important;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600 !important;
}

thead th:last-child {
    background: #219653;
}

tbody td {
    font-size: 14px;
    font-weight: 700;
}

.total-item.total-item11 {
    padding: 22px 0px;
}

.dashboard-container .reorder-card .card-content2 {
    top: 15px;
}

.dashboard-container .total-item23 {
    padding: 23px 0;
}

.total-item.total-item12 {
    padding: 31px 0px;
}

.dashboard-container .reorder-card .card-content33 {
    top: 63px;
}


.card.totals-card .card-header {
    text-align: center;
}
.dashboard-container .reorder-card .card-content-point{
    top: 35px;
}
.dashboard-container .reorder-card .card-content-EOQ {
    top: 44px;
}
.template-download {
    color: #333;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    
}
.template-download-container {
    text-align: center;
    margin-top: 10px;
}

#tableContainerNew,
#InventoryEOQtableContainer,
#turnoverRatioTableContainer{
    max-height: 400px;
    overflow: auto;       
}
#tableContainerNew::-webkit-scrollbar,
#tableContainerNew::-webkit-scrollbar,
#tableContainerNew::-webkit-scrollbar{
    display: none;
}


@media only screen and (max-width: 767px){
    .reorder-top-container .form-row {
        flex-direction: column;
    }
    .calculate-sign {
    position: relative;
    top: 0px;
    width: 100%;
    text-align: center;
}

.dashboard-container {
    display: grid;
    grid-template-columns: 100%;
   }
 .card.totals-card {
    margin-left: 0 !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
.card.reorder-card {
    margin-left: 0 !important;
}

.dashboard-container .reorder-card .card-content {
    top: 0px;
    padding: 12px 0;
}
.tab-buttons {
    flex-direction: column;
    width: 100%;
}

.enventory-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

}

@media only screen and (min-width: 981px) and (max-width: 1500px) {
       .reorder-top-container .form-row {
        flex-direction: column;
    }
    .calculate-sign {
    position: relative;
    top: 0px;
    width: 100%;
    text-align: center;
}
}
