.calculator__form-btn {
    cursor: pointer;
}

.step-filled {
    background-color: #FFEFED;
    color: #E42C24 !important;
    border-color: #E42C24 !important;
}

.step-filled path {
    fill: #E42C24;
}

.selected-btn a {
    color: #E42C24 !important;
    border-color: #E42C24 !important;
}

.calculator-form-field {
    width: 100%;
    text-align: center;
    padding: 1.45rem 0 1.2rem 0 !important;
    border-radius: 5px !important;
    border: 1px solid #C5C5C5 !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    color: #1f2937;
    transition: all 0.3s ease-in-out;
    font-size: 1.2rem;
}

.calculator-form-field:focus {
    outline: none;
    border-color: transparent; /* Keep border transparent */
    box-shadow: 0 0 0 1px #FF2200; /* Change the ring color to #FF2200 */
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
    color: gray;
    text-decoration: none;
}

h2#swal2-title {
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
}
 
 
button.swal2-confirm.swal2-styled {
    background-color: #fff !important;
    background: #fff !important;
    color: #FF2E00;
    text-decoration: underline;
}
 
button.swal2-confirm.swal2-styled:hover {
    background-color: transparent;
    color: #FF2E00;
    text-decoration: none;
}
 
button.swal2-cancel.swal2-styled {
    background-color: transparent;
    color: #FF2E00;
    border: 2px solid #FF2E00;

}

button.swal2-cancel.swal2-styled:hover {
    color: white;
    background-color: #FF2E00;
}

.posts-details, .panels-details {
    font-size: 1.2rem;
    color: #454545;
}

.panels-qty, .posts-qty {
    color: #FF2E00;
    font-weight: 700;
}

.panels-qty-details, .posts-qty-details, .item-details {
    font-size: 1rem;
    color: #45454599;
}

.panels-items, .posts-items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.posts-items .post-img, .panels-items .panels-img {
    width: 30%;
    padding-right: 10px;
}

.posts-items .posts-img img, .panels-items .panels-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    overflow-clip-margin: unset;
}

.calculator-product-image img {
    width: 100%;
    height: 170px !important;
    object-fit: contain;
    overflow-clip-margin: unset;
}

.project-length-field {
    font-size: 1rem;
}

.panels-sku, .posts-sku {
    font-size: 1rem;
    color: #45454599;
}

.posts-details.hidden, .panels-details.hidden {
    display: none;
}