img {
    max-width: 100%;
}

form {
    border: 1px solid #f8f8f8;
    padding: 15px;
    border-radius: 4px;
}
.modal-dialog form{
    border:none;
}
.addProduct td{
    padding: 2px!important;
}
button {
    cursor: pointer;
    margin: 5px;
}
text-white{
    color: white;
}
.blockLine{
    background: #3a3a3a;
    color: white;
    padding: 25px 0px;
    border-radius: 4px;
    margin: 0;
}

/* Toast Styles */
        .toast-container {
            position: fixed;
            top: 20px;
            right: 20px;
            z-index: 1000;
        }
        .toast {
            background: #fff;
            padding: 15px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            max-width: 300px;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
        }
        .toast.success {
            border-left: 4px solid #28a745;
        }
        .toast.error {
            border-left: 4px solid #dc3545;
        }
        .toast .icon {
            margin-right: 10px;
            font-size: 1.2rem;
        }
        .toast .message {
            flex: 1;
        }
        .toast.show {
            opacity: 1;
        }
@media print {
            .no-print{ display: none !important; }
            .print-none { display: none !important; }
.blockLine{
    background: #3a3a3a;
    color: white;
    padding: 25px 0px;
    border-radius: 4px;
    margin: 0;
}
          .highlight{
              background: #b54d5b;
              color: white;
              padding: 10px;
              border-radius: 4px;
              margin: 0;
          }
          }
          .highlight{
              background: #b54d5b;
              color: white;
              padding: 10px;
              border-radius: 4px;
              margin: 0;
          }
.fBox{
    text-align: left;
    background-color: #f9f9f9;
    padding: 50px;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
}
.priceCalculateBox{
    text-align: left;
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
    width: 50%;
}
.sectionTitle{
    background: #d41820;
    border: 0;
    padding: 10px;
    border-left: 20px solid black;
    border-style: inset;
    color: white;
    border-radius: 4px;
}
.rendomInput{
    background: #fef7f7;
    color: gray;
    cursor: auto;
}
.mWidth100px{
    min-width:100px;
}
.mWidth150px{
    min-width:150px;
}
.mWidth200px{
    min-width:200px;
}
.added-info{
    
background-color: #ffffff;
    
padding: 20px;
    
border-radius: 4px;
    
border: 1px solid #f2f2f2;
}
.infoPicture {

    margin: auto;

    display: block;

    border: 1px solid #f8f8f8;
}

.infoTitle {
    text-align: center;
    background-color: #fcfcfc;
    padding: 10px;
}

.description {
    min-height: 200px;
    width: 100%;
}

.navbar-brand img {
    max-width: 140px;
}

.companyTitle {
    font-size: 21px;
    color: #414141;
}

.companyTitle:hover {
    color: #3A3A3B;
}

.companyTitle img {
    width: 25px;
}

/* All table cells right aligned */
#productListBody td,
#summaryProductBody td {
  text-align: right;
}
/* First column left aligned */
#productListBody td:first-child,
#summaryProductBody td:first-child {
  text-align: left;
}
.product-header{        
    display:inline-block;
    border: 1px solid #b64e5b;
    padding: 3px 5px;
    width: 100%;
    border-left: 15px solid #b64e5b;
    border-radius: 4px;
    background-color: #363434;
    color: white;
}
.priceBox{
    background: #ffffff;
    color: #b64d5b;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #b74e5b;
}
.product-block {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.product-block .product-header {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-block .product-details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-block .details-right {
    flex: 1;
    min-width: 150px;
    margin-right: 10px;
    font-weight: normal;
}
.confirmation-message {
        background-color: #f9f9f9;
    color: #975b5d;
    border: 1px solid #e2d7d8;
    border-radius: 5px;
    padding: 20vh;
    margin: 20px 0;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}