.address-form {
    display: flex!important;
    flex: 0 0 550px!important;
    margin: 0!important;
    justify-content: center;
    align-items: center;
}
.address-list{
    height: auto;
    margin-bottom: 20px;
}
.address-list .title{
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    color: #002D41;
}

.address-list .address-list-body{
    white-space: pre-line;
    text-align: left;
    color: #36517D;
    font-size: 13px;
    font-family: Roboto;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 4px;
    padding-left: 24px;
}

.address-list .address-list-header{
    display: flex;
    justify-content: space-between;
    padding-left: 24px;
}

.address-list .address-list-header .icon{
    cursor: pointer;
    font-size: 14px;
}

.address-list .address-list-footer{
    height: 4px;
    line-height: 32px;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 0.875rem;
    border-top: 1px solid #E6E9EE;
    width: 94%;
    margin-top: 16px;
}

#dropdownMenuAddress{
    width: 29px;
}

.address-checkbox-disabled {
    opacity: 0.6;
    pointer-events: none;
}

.address-close-icon{
    font-size: 14px;
    color: rgb(114, 131, 159);
    cursor: pointer;
    right: -20px;
    position: absolute;
    bottom: 12px;
}
.address-close-icon:hover{
    color: #DC143C;
}

.close-icon-neonfront_element{
    position: relative;
    margin-top: 0 !important;
}

.address-body-footer{
    height: 32px;
    line-height: 32px;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 0.875rem;
    text-align: center;
    border-top: 1px solid #C0C8D7;
    width: 94%;
    margin-top: 16px;
}

.address-list .action{
    margin-right: 60px;
}
.address-list .deleteStyle{
    opacity: 0.6;
    cursor: not-allowed !important;
}

.address-list-position-unset{
    right: unset !important;
}