.address-row {
    margin-bottom: 3px;
}

.box {
    width:800px;
    margin:0 auto;
}

.active_tab1 {
    background-color:#fff;
    color:#333;
    font-weight: 600;
}

.inactive_tab1 {
    background-color: #f5f5f5;
    color: #333;
    cursor: not-allowed;
}

.has-error {
    border-color:#cc0000;
    /* background-color:#ffff99; */
}

.details-card {
    height: 800px; */
    width: 900px;
}

.next-prev {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.error-text {
    font-size: 12px;
    color: #cc0000;
}

.modal-lg {
    max-width: 90% !important;
}

.attachment {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px;  /* Rounded border */
    padding: 5px; /* Some padding */
    width: 150px; /* Set a small width */
}

.attachment:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.add-contact  {
    width: 65px;
    /* padding: auto; */
}

.add-contact i {
    padding: 2px;
}
