.box_notification {
    display: block;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 10px;
    border-radius: 4px;
    width: 480px;
}

.show_inbox {
    position: relative;
    height: 50px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 61px;
}

.left {
    position: absolute;
    left: 20px;
    top: 20px;
    font-weight: 600;
    font-size: 18px !important;
}

.check_all_noti {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #1F9AD6;
    font-style: italic;
    font-size: 14px !important;
}

.view_all_inb a {
    font-size: 14px !important;
}

.text_notification_icon a:hover {
    color: #1F9AD6;
}

.check_all_noti:hover {
    filter: brightness(80%);
}

.tmpl_result_noti {
    padding: 15px 20px;
}

.list_notification_icon {
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: left;
}

.img_notification_icon {
    margin-right: 20px;
}

.text_notification_icon a {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #555555;
    padding-right: 10px;
}

.text_notification_icon {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #939393;
    font-style: italic;
}

.unview_icon {
    font-weight: 600 !important;
}

.time_icon {
    margin-top: 5px;
    color: #939393;
    font-size: 14px !important;
}

.time_icon img {
    margin-right: 5px;
    margin-top: -4px;
}

.view_all_inb {
    padding-bottom: 18px;
    font-size: 14px !important;
}

.count_noti_icon {
    background: red;
    border-radius: 100%;
    height: 12px;
    position: absolute;
    width: 12px;
    color: #FFFFFF;
    left: 30px;
    font-size: 12px !important;
    font-style: normal;
}

.register_vip_icon {
    width: 200px;
    height: 44px;
    background: #FE9900;
    border-radius: 4px;
    text-align: center;
    padding-top: 10px;
    margin-left: 40%;
}

.register_vip_icon a {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
}

.notification_detail_icon {
    padding-bottom: 14px;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
}
.noti_icon_count {
    display: block !important;
    width: 15px !important;
    color: white !important;
    height: 15px !important;
    font-size: 10px !important;
    top: -4px !important;
    right: 25px !important;
}
