.row-file-hidden{
    display: none;
}

.bs_change_checkout{
    width: 100%;
    margin-bottom: 16px;
}

.hiddenStates{
    display: none!important;
}

.modalAddAddress{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3001;
}

.modal-content-AddAddress {
    background-color: #fefefe;
    margin: 5% auto;
    border: 1px solid #888;
    width: 70%;
    max-width: 800px; /* Limit the width of the modal for very wide screens */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Optional: Add a shadow for a bit of depth */
    padding: 0;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-content-AddAddress input[type="text"], .modal-content-AddAddress textarea, .modal-content-AddAddress select,
.modal-content-AddAddress input[type="email"]
{
    width: 100%;
}

.modal-content-AddAddress textarea{
    height: 100px!important;
}


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .modal-content-AddAddress {
        width: 90%; /* Make the modal wider on small screens */
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .modal-content-AddAddress {
        width: 80%; /* Adjust the modal width for tablets */
    }
}

.modal-header-AddAddress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #888;
    background-color: white;
    position: relative;
}

.modal-header-AddAddress h2 {
    margin: 0;
}

.closeBtnAddAddress {
    font-size: 24px;
    cursor: pointer;
}

.modal-body-AddAddress {
    padding: 20px;
}

.modal-footer-AddAddress {
    padding: 20px;
    border-top: 1px solid #888;
    background-color:white;
    text-align: right;
}

.modal-content-AddAddress tr, .modal-content-AddAddress th, .modal-content-AddAddress td{
    display: block;
    width: 100%;
}

.no-scroll {
    overflow: hidden;
    height: 100%;
}

.add-address-checkout{
    margin-bottom: 18px;
}
