@import "../../vendor/bootstrap/css/bootstrap.min.css";

/* Roboto  font*/

@font-face {
    font-family: Roboto;
    src: url("../../fonts/Roboto/Roboto-Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family: Bebas Neue;
    src: url("../../fonts/Bebas_Neue/BebasNeue-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url("../../fonts/Roboto/Roboto-Bold.ttf");
    font-weight: bold;
    font-display: swap;
}


@font-face {
    font-family: Noto Sans JP;
    src: url("../../fonts/Noto_Sans/NotoSansJP-Medium.ttf");
    font-display: swap;
}

/* SF Pro Text !  font*/

@font-face {
    font-family: SF Pro Text;
    src: url("../../fonts/NotoSansJP/NotoSansJP-Regular.otf");
    font-display: swap;
}

@font-face {
    font-family: SF Pro Text;
    src: url("../../fonts/NotoSansJP/NotoSansJP-Bold.otf");
    font-weight: bold;
    font-display: swap;
}
@font-face {
    font-family: Noto Sans CJK JP;
    src: url("../../fonts/Noto_Sans_CJK_JP/NotoSansCJKjp-Regular.ttf");
    font-weight: bold;
    font-display: swap;
}


/* Racing Sans One */

@font-face {
    font-family: Racing Sans One;
    src: url("../../fonts/Racing_Sans_One/RacingSansOne-Regular.ttf");
    font-display: swap;
}

.form-select:focus {
    box-shadow: none;
    border-color: #d9d9d9;
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    font-family: 'Roboto';
    min-width: 100%;
    min-height: 100%;
    margin-bottom: 200px;
    overflow-x: hidden;
}

main {
    min-height: calc(100vh - 160px);
    padding-top: 70px;
    padding-bottom: 1rem;
}
.wpcc-container{
    margin: 0px !important;
}
input{
    outline: none !important;
}

img, video, iframe {
    max-width: 100%;
    max-height: 100%;
}
.form-control {
    display: inline;
}

.header-button {
    display: none;
    margin-left: auto;
}
.bootstrap-maxlength{
    display: none !important;
}
.footer {
    background: #120203;
    min-height: 200px;
    /* position: absolute; */
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 24px;
}

.footer__link {
    width: fit-content;
    margin-right: 84px;
}

.footer__link a {
    text-decoration: none !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    text-transform: uppercase;
    color: #FFFFFF !important;
}

.footer__info {
    border-top: 1px solid #FFFFFF;
    padding: 16px 0;
    color: rgba(255, 255, 255, 0.6);
    opacity: 0.7;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    align-items: center;
}
input, select {
    width: 100%;
    height: 44px;
    border: 1px solid #d9d9d9;
    outline: none;
    padding: 10px 25px;
}
.btn--link {
    display: flex !important;
    justify-content: center !important;
;
    align-items: center !important;
;
    text-decoration: none !important;
;
    cursor: pointer !important;
;
}

.btn--link:hover {
    color: #ffffff;
}

.btn--link:focus {
    outline: none;
}

.truncate-overflow {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Roboto;
}

.truncate-overflow-1line-full {
    width: 90%;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Roboto;
}
@media (min-width: 992px) {
    .truncate-overflow-1line {
        max-width: 120px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.module-title {
    margin-bottom: 10px;
    height: 50px;
}

.module-title .title1 {
    width: 30%;
    background: #1a376f;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.module-title .title1.title-left-home {
    width: 17%;
}
.module-title .title2 {
    width: 85%;
    background: #fff;
    color: #1a376f;
    padding: 15px;
    font-weight: bold;
}
.title-equal .title1, .title-equal .title2 {
    width: 50%;
}
.title1, .title2 span {
    text-align: center;
    display: block;
}
.label-tooltip{
    cursor: pointer;
}
.tooltip-inner {
    background-color: #ffffff;
    color: black;
    border: 1px solid red;
    white-space: pre-wrap;
    max-width: 400px;
    text-align: start;
}
.select2.select2-container {
    width: 100% !important;
}

.select2.select2-container .select2-selection {
    border: 1px solid #d9d9d9;
    height: 44px;
    outline: none !important;
    transition: all .15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 42px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    background: #f8f8f8;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 42px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}


.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 44px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 42px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 42px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    margin: 9px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #999;
    font-weight: bold;
    font-size: 16px;
}

.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
    padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
    padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #d9d9d9;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db;
}
.tooltip.bs-tooltip-right .tooltip-arrow:before {
    display:none !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow:before {
    display:none !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow:before {
    display:none !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow:before {
    display:none !important;
}

.text-ellipsis {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.user-profile {
    cursor: pointer;
    position: relative;
    display: flex;
    /*margin-left: auto;*/
    justify-content: center;
    align-items: center;
}

.user-profile .user-name{
    margin-bottom: 0;
    white-space: nowrap;
    max-width: 185px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    color: inherit;
    font-size: 16px;
}
.footer__logo {
    margin-bottom: 15px;
}

.normal-a {
    text-decoration: initial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    margin: 0 40px;
}

.normal-span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin: 0 8px;
}

.error-form {
    width: 100%;
    background: #FAEEC4;
    height: fit-content;
    letter-spacing: -0.408px;
    color: #EA484E;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 8px 11px;
}
.candidate-link {
    margin-left: auto;
}
.dark-text{
    position: relative;
}
.menu-item {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #16181b;
    text-decoration: initial;
    font-style: normal;
    font-weight: bold;
}
.menu-item:hover {
    color: #cb181d;
}
.navbar-header{
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    max-width: 1320px;
}
.header-menu{
    display: flex;
    gap: 20px;
    align-items: center;
}
.fixed {
    visibility: visible !important;
    opacity: 1 !important;
    top: 0 !important;
}

.light-text {
    color: #fff;
}

.user-profile a {
    color: #16181B;
    font-weight: bold;
    font-size: 0.84vw;
    line-height: 22px;
    display: flex;
    align-items: center;
    margin: 0 !important;
}

.dark-text-user {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #16181b;
    margin: 0 8px;
}

.user-setting {
    position: absolute;
    width: 260px!important;
    background-color: #fff;
    top: 55px;
    right: 0;
    z-index: 10000;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    display: none;
}

.user-setting > ul {
    padding: 0;
    margin-bottom: 0;
}

.user-setting > ul > li {
    overflow: hidden;
    text-align: center;
    display: block !important;
    padding: 1px;
}
.user-setting-mobile > ul > li a {
    padding: 10px 17px;
    display: block;
    text-align: left!important;
}
.user-setting-mobile > ul > li > a .link-header{
    padding: unset!important;
}

.user-setting > ul > li::before {
    display: none !important;
}

.user-setting > ul > li > button {
    border: none;
    background-color: #cb181d;
    color: #fff;
    width: 190px;
    height: 32px;
}

.fixed-header {
    position: fixed;
    top: -70px;
    left: 0;
    width: 100%;
    background-color: #fff;
    visibility: hidden;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

.navbar {
    padding: 15px 45px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    height: 70px;
    z-index: 1000;
    background: #ffffff;
}

.form-control {
    border-radius: 0;
}
.header-drop-content > ul {
    padding: 0;
    margin-bottom: 0;
}
.header-drop-content>ul>li{
    overflow: hidden;
    text-align: left;
    padding: 1px;
    display: block !important;
}
.header-drop-content>ul>li::before{
    display: none !important;
}
.mobile-button-setting {
    display: none;
}
.button-show-menu-mobile{
    display: none;
    width: 30px;
    height: 30px;
    text-align: center;
    /*padding-top: 4px;*/
}
.header-drop-content{
    position: absolute;
    width: 220px;
    background-color: #fff;
    top: 40px!important;
    right: 0;
    z-index: 10000;
    display: none;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    transition: transform .3s cubic-bezier(0.88,-0.72, 0, 1), opacity .3s ease-in-out;
}
/*.header-drop-content.active {*/
/*    display: block;*/
/*}*/
.form-control.is-invalid {
    border-color: #dc3545 !important;
}

.navbar a {
    text-decoration: none;
    height: fit-content;
}

.navbar a:hover,
.footer-link:hover {
    color: #cb181d;
}

.form-control:focus {
    outline: none;
    border-color: #ced4da;
    box-shadow: none;
}

.error-message {
    max-width: 730px;
    width: 100%;
    height: 32px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    background: #faeec4;
}

.error-message span {
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    align-items: center;
    color: #ea484e;
}

/* button */

button:focus {
    outline: none !important;
}

a {
    text-decoration: none;
}
.link-header{
    width: 100%;
    text-align: left!important;
    padding: 9px;
    position: relative;
}
.link {
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 22px !important;
    align-items: center;
    text-align: center !important;
    color: #16181B !important;
    text-decoration: none !important;
    margin: 0 !important;
}

.link:hover,
.link:hover svg path {
    fill: #cb181d;
    color: #cb181d
}


/* The checkbox custom */

.v-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.v-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.v-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #959595;
    box-sizing: border-box;
    border-radius: 4px;
}

.v-checkbox input:checked~.checkmark {
    background-color: #cb181d;
    border-color: #cb181d;
}

.v-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.v-checkbox input:checked~.checkmark:after {
    display: block;
}

.v-checkbox .checkmark:after {
    left: 6px;
    top: 1px;
    width: 9px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* The v-radio custom radio */

.v-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}


/* Hide the browser's default radio button */

.v-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.v-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #ffffff;
    border: 1px solid #444444;
    border-radius: 50%;
}

.v-radio .checkmark-disabled {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #ffffff;
    border: 1px solid #444444;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.v-radio:hover input~.checkmark {
    background-color: #ffffff;
    border: 1px solid #cb181d;
}

.v-radio:hover input~.checkmark-disabled {
    background-color: #ffffff;
    border: 1px solid #444444;
}


/* When the radio button is checked, add a blue background */

.v-radio input:checked~.checkmark {
    background-color: #ffffff;
    border: 1px solid #cb181d;
}

.v-radio input:checked~.checkmark-disabled {
    background-color: #ffffff;
    border: 1px solid #444444;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.v-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.v-radio .checkmark-disabled:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.v-radio input:checked~.checkmark:after {
    display: block;
}

.v-radio input:checked~.checkmark-disabled:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.v-radio .checkmark:after {
    top: 3px;
    left: 3px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: #EF4123;
}

.v-radio .checkmark-disabled:after {
    top: 3px;
    left: 3px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: #86878A;
}


.notification-master{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.number-notification{
    position: absolute;
    top: 0;
    right: -5px;
    border-radius: 50%;
    background-color: red;
    color: white;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 12px;
    border: 2px solid;
}

.show-description-notification{
    position: absolute;
    width: 300px;
    background-color: #fff;
    top: 55px;
    right: 0px;
    z-index: 10000;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    display: none;
}

.show-description-notification  li {
    list-style-type: none;
}
.show-description-notification  li a{
    padding: 10px 0px;
}
.tab-content-notification{
    margin-top: 10px;
}
.tab-content-notification hr{
    margin: 1rem 0!important;
}
#showread, #unread{
    overflow-x:hidden;
    overflow-y:auto;
    max-height: 350px;
}

.mobile-menu ul li ul {
    list-style: none;
    padding-left: 0;
    display: none;
}

.mobile-menu ul li ul.menu-block {
    display: block;
}

.mobile-menu ul li.parent {
    position: relative;
}

.menu-icon-toggle {
    position: absolute;
    right: 10px;
    top: 6px;
    transform: rotate(90deg);
    transition: all 0.3s;
}

.mobile-menu ul li.active .menu-icon-toggle {
    transform: rotate(-90deg);
}

.mobile-menu ul li p {
    padding-top: 10px;
    padding-left: 17px;
    padding-bottom: 10px;
}

.mobile-menu ul li ul a {
    padding-left: 30px;
    font-size: 14px !important;
}

.user-setting {
    width: 245px;
    top: 55px!important;
}

.mobile-menu ul li .link {
    text-align: left !important;
}

.mobile-icon .icon-text {
    font-size: 10px;
    color: #000;
    font-weight: normal;
    line-height: 12px;
}

.mobile-button-setting {
    margin-left: 5px!important;
}

.mobile-button-setting .close {
    display: none;
    width: 100%;
    text-align: center;
}

.mobile-button-setting.active .ic-bar {
    display: none;
}

.mobile-button-setting.active .close {
    display: block;
}

.menu-item-children svg {
    margin-left: 20px;
}
.menu-item-children{
    margin-top: 8px;
    margin-bottom: 8px;
}
.sub-menu-display li{
    margin-top: 3px;
}

@media screen and (max-width: 767px) {
    .header-menu {
        display: none;
    }
}
/* Display items on menu list */
.sub-menu-display li:first-child:nth-last-child(n+6)~li {
    display: block;
}
.sub-menu-display li:first-child:nth-last-child(n+6)~li:nth-last-child(3):before {
    display: none;
}
.sub-menu-display li:first-child:nth-last-child(n+8) ~ li {
    display: block;
}
.sub-menu-display li:first-child:nth-last-child(n+8) ~ li:nth-last-child(5):before {
    display: none;
}
.menu-item-children li:first-child:nth-last-child(n+8).active ~ li:nth-child(5):after{
    display: none;
}

/* style footer ver 2 */

.footer-v2 {
    background: Black;
    display: block;
    position: initial !important;
    padding: 0 18px;
    padding-top: 24px;
    text-align: left;
    left: 0 !important;
    transform: translate(0,0) !important;
}

.footer-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer-link {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: initial;
    margin-bottom: 15px;
    margin-top: 10px;
}
.btn-membership {
    width: 100%;
    display: flex;
    background: #cb181d;
    max-width: 550px;
    margin: auto;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.to-top {
    color: red !important;
    font-size: 25px;
    margin: auto;
    text-align: center;
    display: block;
    text-decoration: revert;
    margin-top: 40px;
}
.ui-datepicker {
    z-index: 9999 !important;
}
.authent-page {
    max-width: 540px;
}
.show-submenu {
    cursor: pointer;
    width: 15px;
}
.show-submenu:hover i {
    color: #cb181d;
}
.show-submenu i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.dropdown-toggle::after {
    display: none;
}

.header-dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
}

.dropdown-item {
    padding: 0px;
}

.header-dropdown:hover .dropdown-menu {
    transform: scale(1);
}

.header-dropdown .user-setting {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
}

.header-dropdown:hover .user-setting {
    transform: scale(1);
}

.header-dropdown:hover .header-drop-content,
.header-dropdown:focus-within .header-drop-content {
    transform: scaleY(1);
}

.header-dropdown:hover .user-setting,
.header-dropdown:focus-within .user-setting {
    transform: scaleY(1);
}

.header-dropdown:hover .show-description-notification,
.header-dropdown:focus-within .show-description-notification {
    transform: scaleY(1);
}

.notification-master .show-description-notification {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
}

.notification-master:hover .show-description-notification {
    transform: scale(1);
}

@media screen and (max-width: 1399px) {
    .menu-item {
        font-size: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .mobile-mgb {
        margin-right: 20px;
    }
    .dark-text {
        margin: 0 10px
    }
    .menu-item {
        font-size: 12px;
    }
}
.mobile-menu ul li {
    text-align: left;
}
@media only screen and (max-width: 991px) {
    .user-setting {
        max-height: 550px;
        overflow-y: auto;
    }
    .navbar {
        padding: 15px;
    }
    .mobile-button-setting{
        display: block;
        cursor: pointer;
    }
    .candidate-link {
        display: none;
    }
    .footer {
        padding-left: 17px;
        padding-right: 17px;
    }
    .footer__link {
        width: 100%;
        margin-bottom: 16px;
        text-align: left;
    }
    .footer__link:last-child {
        margin-bottom: 0;
    }
    .footer__info {
        text-align: center;
    }
    .module-title {
        height: auto;
    }
    .module-title .title1, .module-title .title2, .title-equal .title1, .title-equal .title2, .module-title .title1.title-left-home  {
        width: 100%;
        font-size: 12px;
    }
    .engineer-module .left, .engineer-module .right {
        width: 100%;
        padding: 10px 0;
    }
    .notification-master{
        padding: 20px;
        margin-left: 10px;
    }
    .number-notification{
        position: absolute;
        top: 2px;
        right: 0px;
        border-radius: 50%;
        background-color: red;
        color: white;
        height: 20px;
        width: 20px;
        text-align: center;
    }




}
@media screen and (max-width: 767px) {
    .mobile-mgb {
        margin-bottom: 40px;
        margin-right: 0;
    }
}
@media (max-width: 575px) {
    .module-title .title1, .module-title .title2, .title-equal .title1, .title-equal .title2 {
        padding: 15px 10px;
        font-size: 10px;
    }
    .module-title .title1 img {
        max-width: 20px;
    }
    .service-module .left-cont span, .service-module .right-cont span {
        font-size: 10px !important;
    }
}
.menu-block {
    display: block !important;
}
.link-notification{
    font-size: 14px;
    color: black;
}
.add-data-read{
    color: #5793C7;
    cursor:pointer;
    text-align: center;
}
.noti-client{
    fill: #1a376f!important;
}