/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.add-addresss-book-visiable{
    opacity: 0.5;
    pointer-events: none;
} 

.error_message_api_co {
    padding: 10px;
    box-shadow: 0px 0px 5px -2px red;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #ff0000a3;
}