@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Lato:wght@400;700&display=swap");
@font-face {
    font-family: "latosemibold";
    src: url("../fonts/lato-semibold-webfont.woff2") format("woff2"),
        url("../fonts/lato-semibold-webfont.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Lato-Medium";
    src: url("../fonts/Lato-Medium.eot");
    src: url("../fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Lato-Medium.woff2") format("woff2"),
        url("../fonts/Lato-Medium.woff") format("woff"),
        url("../fonts/Lato-Medium.svg#Lato-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
header {
    min-height: 60px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 9px;
}
@media screen and (max-width:575px){
.header-right {padding-top: 12px;}
}

#notification-button,
#task-button,
#knowledge-center-button {
    background: transparent !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 53px !important;
    width: 40px !important;
    height: 40px !important;
    margin-right: 24px !important;
    font-size: 20px !important;
    line-height: 20px !important;
    color: #000000 !important;
    position: relative !important;
    margin-top: 0px !important;
}
#notification-button i,
#task-button i,
#knowledge-center-button i {
    font-size: 20px !important;
    line-height: 20px !important;
}
#notification-button.active:after {
    content: "";
    width: 12px !important;
    height: 12px !important;
    left: 26px !important;
    top: -2px !important;
    position: absolute !important;
    background: #476f7c !important;
    border: 1px solid #ffffff !important;
    border-radius: 100% !important;
}
#notification-button.active:before,
#task-button.active:before {
    content: "";
    width: 40px !important;
    height: 3px !important;
    left: 0px !important;
    top: 46px !important;
    background: #476f7c !important;
    position: absolute !important;
    display: block !important;
    border-radius: 0px !important;
    border: 0px !important;
}
#task-button.active,
#notification-button.active {
    background: #e6e6e6 !important;
}
.notificationPopper,
.tasksPopper {
    width: 450px;
    padding: 0px;
    background: #fff;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    max-height: 100vh;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    overflow-x: hidden;

    position: fixed;
    top: 60px;
    right: 0px;
    z-index: 9999;
    display: none;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: hidden;
}
.notificationPopper .notificationHeader,
.tasksPopper .notificationHeader {
    padding: 19px 20px 19px 18px;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 8%);
}
.notifyLeft {
    display: flex;
    align-items: baseline;
}
.notifyLeft h6 {
    line-height: 23.4px !important;
    font-family: "latosemibold" !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    margin-top: 0px;
    margin-bottom: 0px !important;
}
.closeNotification,
.closeTasks {
    font-size: 24px !important;
    line-height: 15px !important;
    color: #3c3e42 !important;
    padding: 0px !important;
    margin-left: 12px !important;
}
.continueTrain {
    background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
    border: 1px solid #dcdcdc;
    margin: 12px 0px;
    border-radius: 4px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
}
.continueTrain > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.continueTrain p {
    margin-bottom: 0px !important;
    font-family: "Lato", sans-serif !important;
    font-style: normal;
    font-weight: 400 !important;
    color: #3c3e42 !important;
    font-size: 13px !important;
    line-height: 18.2px !important;
}
.userAvatar {
    padding-left: 0px !important;
    i {
        font-size: 16px;
        line-height: 16px;
        color: #555555;
        margin-left: 10px;
    }
}
.continueTrain h5 {
    font-family: "Lato", sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
    color: #3c3e42 !important;
    font-size: 14px !important;
    line-height: 19.6px !important;
    margin-bottom: 5px;

    margin-top: 0px;
}
.continueTrain a {
    font-family: "Lato", sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
    color: #476f7c !important;
    font-size: 14px !important;
    line-height: 19.6px !important;
    text-decoration: none !important;
}

.messageOuter {
    padding: 18px;
    border-bottom: 1px solid #dcdcdc;
    background: #fff;
}
.messageOuter.unRead {
    background: #f5f5f5;
}

.messageOuter:hover {
    background: linear-gradient(0deg, #f3f8fa, #f3f8fa), #f5f5f5;
}

.notifyMessage .simpleImg {
    width: 34.2px;
    height: 34.2px;
    background: #c1dfe9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.markAll {
    font-family: "Lato", sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    color: #476f7c !important;
    margin-bottom: 0px !important;
}
.notifyCount {
    background: #476f7c;
    border-radius: 4px;
    padding: 4px 8px;
    font-family: "Lato", sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    margin-left: 12px;
}
.taskList .notifyCount {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    top: -6px;
    font-size: 12px !important;
    line-height: 14px !important;
    padding: 2px 0px !important;
    right: -8px;
}
.closeNotification,
.closeTasks {
    font-size: 24px !important;
    line-height: 15px !important;
    color: #3c3e42 !important;
    padding: 0px !important;
    margin-left: 12px !important;

    font-size: 24px !important;
    line-height: 15px !important;
    color: #3c3e42 !important;
    padding: 0px !important;
    margin-left: 12px !important;
    background: transparent;
    border: 0px;
    outline: none;
    box-shadow: none;
}
.notifyMessage p {
    font-family: "Lato", sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 19.6px !important;
    color: #3c3e42 !important;
    margin-bottom: 0px !important;
    margin-left: 12px;
    max-width: 218px;
}
.notifyMessage:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #476f7c;
    position: absolute;
    right: 0px;
    border-radius: 100%;
}
.notifyMessage.unRead:after {
    display: none;
}
.notifyMessage.unRead p strong,
.notifyMessage.unRead p {
    font-weight: 500 !important;
    font-family: "Lato-Medium" !important;
}
.messageDate p {
    font-family: "Lato-Medium" !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 140% !important;
    color: #555555 !important;
    margin-bottom: 0px !important;
}
.optionButton {
    font-size: 20px !important;
    line-height: 20px !important;
    padding: 0px !important;
    color: #555555 !important;
    background: transparent !important;
    border: 0px;
}
.withImage img {
    width: 100% !important;
    min-width: 100%;
    margin-top: 12px;
    margin-bottom: 13px;
}
.notifyMessage {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    width: 100%;
}

.dropdown-menu.dropdown-menu-right {
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid rgba(60, 62, 66, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 0px;
}

ul.dropdown-menu.dropdown-menu-right li {
    padding: 12px 16px;
    font-size: 14px;
    color: #555555;
    font-family: "latosemibold" !important;
    font-weight: 600 !important;
    position: relative;
    z-index: 9999;
    background: #fff;
    cursor: pointer;
    border-bottom: 1px solid rgba(60, 62, 66, 0.25);
}
ul.dropdown-menu.dropdown-menu-right:before {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    border: 1px solid rgba(60, 62, 66, 0.25);
    top: -5px;
    right: 15px;
    transform: rotate(45deg);
    background: #fff;
    z-index: -4;
}

ul.dropdown-menu.dropdown-menu-right li:last-child {
    border-bottom: 0px solid rgba(60, 62, 66, 0.25);
}
ul.dropdown-menu.dropdown-menu-right li:first-child {
    border-radius: 4px 4px 0px 0px;
}
ul.dropdown-menu.dropdown-menu-right li i {
    margin-right: 8px;
}

.notifyMessage .loginDetails {
    font-family: "Lato", sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 140% !important;
    color: #476f7c !important;
    margin-top: 8px !important;
    margin-left: 12px;
    display: inline-block;
    text-decoration: none;
    background: transparent;
    border: 0px;
    padding-left: 0px;
}
.collpaseDiv {
    padding: 12px 24px;
    background: #f7f7f7;
    margin-bottom: 13px;
}
.loginDetailsBtn[aria-expanded="true"] i {
    transform: scale(1);
}
.collpaseDiv .dataLeft {
    font-family: "latosemibold" !important;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    color: #555555;
    margin-bottom: 4px;
}

.collpaseDiv .dataRight {
    font-family: "Lato", sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    color: #555555;
    margin-bottom: 4px;
}
.notifyMessage .confirmYou {
    font-family: "latosemibold" !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 140% !important;
    color: #555555 !important;
    margin-left: 12px !important;
    margin-top: 8px !important;
}
.notifyMessage .confirmYou .loginDetails {
    margin-left: 0px !important;
    margin-top: 0px !important;
}

ul.dropdown-menu.dropdown-menu-right.dropdown-menu-up {
    bottom: 27px !important;
    top: auto !important;
}

ul.dropdown-menu.dropdown-menu-right.dropdown-menu-up:before {
    top: auto;
    bottom: -5px;
}

.releasenoteopen ~ .notificationPopper,
.releasenoteopen ~ .tasksPopper {
    top: 110px;
    max-height: calc(100vh - 110px);
}
@media screen and (max-width:600px){
    .notificationPopper, .tasksPopper{
            max-width: 70%;
    }
    .notificationPopper .notificationHeader > div, .tasksPopper .notificationHeader > div {
        width: 50%;
        margin: 0px !important;
        flex-direction: row;
        max-width: 45% !important;
        flex: 1;
    }
    
    .notificationPopper .notificationHeader , .tasksPopper .notificationHeader {
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 15px;
        margin: 0px;
        padding: 15px 0px;
    }
    
    .row.continueTrain {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    
    .row.continueTrain > div {
        width: 50%;
    }
}
