.coming-soon-card {
    background: white;
    /* height: 180px; */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
}

.coming-soon-card .coming-soon-img img {
    object-fit: contain;
    width: 100%;
}

.coming-soon-card .coming-soon-content p {
    margin: 0 0 30px 0;
    color: black;
    font-weight: 700;
    font-size: 16px;
}

.invest-container,
.offers-container {
    display: none;
}

.mobile-app-row .app-menu a {
    color: white;
    margin: 0;
    text-align: right;
    letter-spacing: 1px;
}


/* new  */

.account-activity-row .account-number {
    background: white;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.account-activity-row .account-number p {
    margin: 0;
}

.account-activity-row .account-number .acc-no-title p {
    margin: 0;
    color: #a19393;
}

.recent-transviewall-container {
    display: none;
}

.profile-privacy-container,
.security-awareness-container {
    display: none;
}

.public-private-access {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.public-private-access .public-div {
    background: #f4f3f2;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    color: grey;
    border-radius: 8px;
}

.public-private-access .public-div span {
    padding-left: 10px;
}

.public-private-access .public-div:not(:first-child) {
    margin-left: 20px;
}

.customize-btn {
    background: #2e4c8e;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 8px;
    margin: 25px 0;
}

.customize-btn a {
    color: white;
}

.customize-btn a span {
    padding-left: 12px;
}

.profile-acceess-info {
    background: #fafad28a;
    border: 1px solid #dede8f;
    padding: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    position: relative;
}

.profile-acceess-info .info-icon {
    width: 15%;
}

.profile-acceess-info .info-icon i {
    color: grey;
    border: 2px solid grey;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 15px;
}

.profile-acceess-info p {
    margin: 0;
    font-size: 11px;
    width: 75%;
}

.profile-acceess-info .close-profile-acceess-info {
    position: absolute;
    right: 4%;
    top: 8%;
    color: grey;
}

.public-private-access .prof-pic-publicdiv {
    background: #d3e8ea;
    border-radius: 6px;
    margin-left: 0 !important;
    padding: 8px 0;
}

.profile-privacy-container .active {
    background: #2e4c8e;
    color: white;
}

.public-private-access .prof-pic-publicdiv>i.fa-globe {
    color: #2e4c8e;
}

.public-private-access .prof-pic-publicdiv.default {
    background: #98a6c5;
    color: white;
}

.public-private-access .prof-pic-publicdiv.default>i.fa-globe {
    color: white;
}

.privacy-detail p {
    color: #656565;
    font-weight: normal;
    font-size: 12px;
}

.profile-access-div h5 {
    color: #111;
}

.profile-access-div p {
    color: grey;
    font-weight: normal;
    font-size: 12px;
}

.security-awareness-row .security-title h3 {
    color: #111;
    font-size: 16px;
}

.security-awareness-row .security-safety-tips h5 {
    color: #111;
    font-size: 15px;
}

.security-awareness-row .security-safety-tips ul {
    padding-left: 15px;
}

.security-awareness-row .security-safety-tips ul>ul li {
    list-style: circle;
}

.security-awareness-row .security-safety-tips ul li {
    list-style: disc;
    color: #111;
    font-weight: normal;
    font-size: 12px;
    padding: 8px 0;
}

.amount-container .mail-icon {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 26px;
    transform: translateY(-50%);
    margin-top: 5px;
}

.mail-container {
    display: none;
}

.emailus-row .transaction-white-logo i.fa-envelope {
    color: orange;
    font-size: 40px;
}

.emailus-row .trans-white-content p:last-child a {
    color: #111;
    font-size: 14px;
    font-weight: 700;
}

.email-us-container {
    display: none;
}

.mail-container .liveness-card .liveness-log i {
    font-size: 20px;
    color: #2e4c8e;
}

.mail-container .liveness-card {
    background-color: white;
    border-radius: 10px;
}

header .mail-icon {
    color: white;
    font-size: 25px;
}

.app-to-app-transfer-container {
    display: none;
}