.new-account-body .btn {
    border-radius: 5px !important;
}

.new-account-body td.bsr-icon {
    width: 34px;
}

.bsr-line-box-new {
    margin-top: 20px;
    padding: 24px;
    background-color: #fff;
    border-image: none;
    border-right: 1px solid #eee;
    border-top: 2px solid #175991;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);

    border-radius: 5px;
    border-right: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
    border-left: 1px solid #BDBDBD;
    margin-bottom: 35px;
}

.bsr-line-box-new > h2, .sidebar-box-new h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.2px;
    text-transform: capitalize;
    color: #1d232a;
}

.sidebar-box-new p {
    color: #575757;
}

.account-sidebar-box-new, .sidebar-box-new {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border-top: 2px solid #175991;
    border-right: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
    border-left: 1px solid #BDBDBD;
    background: #FFF;
}

.account-sidebar-box-new > .account-sidebar-link.current-item {
    background-color: #EFF0F6;
    border-radius: 5px;
    border: 1px solid #175991;
}

.account-sidebar-box-new > .account-sidebar-link {
    border-top: 1px solid #BDBDBD;
    color: #175991;
}

.bsr-box-new-link {
    color: #175991;
    font-size: 17px;
    font-weight: 500;
    text-decoration-line: underline;
    line-height: 20px;
}

.bsr-new-account-arrow {
    display: inline-block;
    background-image: url('/newtheme/img/account_arrow.svg');
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px;
}

.bsr-explore-new {
    width: 100%;
    padding: 24px;
    height: 160px;
    flex-shrink: 0;
    background: url('/newtheme/img/account_lens_texture.png'), radial-gradient(3143% 100% at 100% 50%, #085699 0%, #022b4d 100%);
    background-size: contain;
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
}

.bsr-explore-new-top-text {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.2px;
    text-transform: capitalize;
}

.bsr-explore-new-description-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.bsr-explore-new-btn {
    border-radius: 5px;
    background: #F8F8F8;
    color: #152A79;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.46px;
    padding: 8px 20px;
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -17px;
}

.bsr-explore-new-btn:hover {
    text-decoration: none;
    color: #152A79;
}

.bsr-new-account-glass {
    display: inline-block;
    background-image: url('/newtheme/img/account_new_glass.svg');
    width: 24px;
    height: 24px;
    position: relative;
    top: 3px;
}

.bsr-new-account-trash {
    display: inline-block;
    background-image: url('/newtheme/img/account_new_trash.svg');
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
}

.bsr-line-box-new .basic-table td {
    color: #575757;
}

.bsr-line-box-new .basic-table td > b {
    color: #3E3E3E;
}

.account-new-sub-menu {
    margin: 0;
    margin-top: 40px;
    width: 100%;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid #EFF0F6;
}

.account-new-sub-menu li {
    display: inline-block;
    padding-bottom: 15px;
    margin-right: 40px;
}

.account-new-sub-menu li a {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    color: #757575;
    text-decoration: none;
}

.account-new-sub-menu li a:hover {
    text-decoration: none;
}

.account-new-sub-menu li.active {
    border-bottom: 2px solid #152A79;
    position: relative;
}

.account-new-sub-menu li.active a {
    color: #262626;
}

.bsr-new-account-notification {
    display: inline-block;
    background-image: url('/newtheme/img/account_new_notif.svg');
    width: 32px;
    height: 32px;
    position: relative;
    top: 5px;
}

.bsr-new-account-notification-active {
    transition: 0.6s;
    display: inline-block;
    background-image: url('/newtheme/img/account_new_notif_active.svg');
    width: 32px;
    height: 32px;
    position: relative;
    top: 5px;
}

.bsr-new-account-notification-active:hover {
    transition: 0.6s;
    background-image: url('/newtheme/img/account_new_notif_active_hover.svg');
}

.btn-update-rec {
    float: left;
    border-radius: 5px;
    background: #F8F8F8;
    padding: 8px 20px;
    align-items: center;
    color: #152A79;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.46px;
    text-decoration: none;
}

.btn-update-rec:hover {
    text-decoration: none;
    color: #1a2f80;
}

.new-rec-list {
    width: 100%;
    vertical-align: top;
}

.bsr-line-box-new.resource-box {
    padding: 34px 24px;
    width: 48%;
    min-height: 170px;
    vertical-align: top;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}

.resource-title {
    width: 50%;
    height: 100px;
    display: flex;
    align-items: center;
}

.resource-title h2 {
    font-size: 23px;
}

.account-new-insight-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 24px;
    flex: 1 0 0;
    flex-wrap: wrap;
}

.account-new-insight-article {
    display: flex;
    height: 324px;
    width: 254px;
    padding-bottom: 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;border-radius: 5px;
    border: 1px solid #BDBDBD;
}

.account-new-insight-article img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%; display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 180px;
}

.account-new-insight-article-title {
    display: flex;
    padding: 0px 12px;
    align-items: flex-start;color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.account-new-insight-article-time {
    display: flex;
    height: 24px;
    padding: 4px 12px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
    color: #777;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.notification-modal {
    position: absolute;
    display: none;
    right: 0;
    z-index: 100;
    border-radius: 5px;
    border-top: 2px solid #FFF504;
    background-color: #fff;
    width: 420px;
    max-height: 520px;
    overflow-y: scroll;
    box-shadow: 0 8px 34px 0 rgba(0, 0, 0, 0.16);
    padding: 20px 24px;
    font-family: "Noto Sans";
}

.notification-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    align-self: stretch;
}

.notification-modal-header h3 {
    font-size: 25px;
    color: #212121;
}

.notification-modal-header a {
    display: flex;
    padding: 8px 20px;
    align-items: center;
    text-decoration: none;
    border-radius: 5px;
    background: #F8F8F8;
    color: #152A79;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.46px;
    transition: 0.6s;
}

.notification-modal-header a:hover, .notification-modal-header a:focus {
    background: #152A79;
    color: #fff;
    transition: 0.6s;
}

.notification-modal-body {
    margin-top: 25px;
}

.notification-template strong, .notification-template p {
    color: #000;
}

.notification-template a, .notification-template a:hover {
    text-decoration: none;
}

.notification-template {
    text-decoration: none;
    display: block;
    padding: 12px;
    color: #000;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    margin-top: 10px;
    border-radius: 8px;
}

.notification-template:hover, .notification-template.unread {
    background: #F8F8F8;
    text-decoration: none;
}

.notification-read-btn-container {
    display: flex;
    flex-direction: row-reverse;
}

.notification-read-btn {
    display: inline-block;
    text-decoration: none;
    background-color: #152A79;
    color: #fff;
    padding: 5px 16px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 5px;
}

.notification-read-btn:hover {
    text-decoration: none;
    color: #fff;
}

@media (max-width: 768px) {
    .bsr-line-box-new.resource-box {
        width: 100%;
    }

    .account-new-sub-menu li {
        padding-bottom: 0;
        margin-right: 0;
    }

    .account-new-sub-menu li a {
        font-size: 16px;
        line-height: 18px;
        margin-right: 10px;
    }

    .bsr-new-account-notification {
        position: absolute;
        right: 20px;
        top: -15px;
    }

    .notification-modal {
        width: calc(100% - 20px);
        margin-right: 10px;
    }
}