/*----- Share Ahead CSS starts -----*/
.pageViews {
    text-align: center;
    margin: 0px 0px 0 10px;
    max-width: 110px;
    width: 100%;
}
.pageViewsHeading {
    font-size: 20px;
    padding: 0 0 5px 0;
}
/*----- Employee Report CSS starts -----*/
.empRptOuter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    position: relative;
}
.empRptInner {
    /* display: flex;
    flex: 1 1 100%; */
}
.empDtls {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    flex: 1 1 100%;
    margin: 0 0 20px 0;
}
.profileHeader {
    margin: 0 0 20px 0;
    display: flex;
    width: 100%;
}
.profileHeader h1 {
    margin-bottom: 0;
    color: #202020;
    word-break: break-word;
    width: 100%;
}
.profileDtlsLft {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
}
.profileDtlsRght {
    max-width: 120px;
    width: 100%;
    margin-left: 30px;
}
.eachProfBox {
    display: flex;
    margin-bottom: 20px;
}
.eachFeild {
    flex: 0 0 165px;
    padding-right: 8px;
}
.descBox {
    position: relative;
    flex: 1 1 auto;
    word-break: break-word;
}
.downloadFileBox {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
/* ------------------------- */
.ellipsisText {
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.eachMsgStatusGroup {
    margin: 0 0 30px 0;
}
.eachMsgStatusGroup:last-child {
    margin: 0;
}
/* .artGroup {
    margin: 0 0 20px 0;
}
.artGroup:last-child {
    margin: 0;
} */
.artRow {
    display: flex;
    width: 100%;
    padding: 5px 0px;
    position: relative;
    align-items: center;
}
.artName {
    flex: 1 1 100%;
}
.artFolder {
    flex: 0 0 150px;
    margin: 0 0 0 15px;
}
.artDate {
    flex: 0 0 180px;
    margin: 0 0 0 15px;
}
.folderNameOuter {
    flex: 0 0 340px;
    display: flex;
    align-items: center;
}
.dotSeparator {
    padding: 0 6px;
}
.artRow .dotSeparator {
    display: none;
}
/*--------------- For RD Sir's messagebank CSS ---------------*/
.infoBoxOuter {
    display: flex;
}
.mobileWidth {
    margin: 0 auto;
    max-width: none;
    width: 100%;
}
.iFrameBackIcon {
    display: block;
}
.ce-block,
.ce-block__content {
    max-width: none !important;
}
.codex-editor .codex-editor__redactor {
    padding-bottom: 0px !important;
}
.eachBoxContainer {
    margin: 0 0 25px 0;
}
.eachBoxContainer.lessSpaceBottom {
    margin-bottom: 16px;
}
.eachFeildLarge {
    flex: 0 0 245px;
}
.flexColumn,
.flexContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.msgSettingsContainer {
    margin: 0 0 20px 0;
}
.msgSettingsContainer .eachBoxContainer {
    margin-bottom: 15px;
}
.msgSettingsContainer .eachBoxContainer:last-child {
    margin-bottom: 0;
}
.eachContainer {
    display: flex;
}
.msgSettingsContainer .eachFeildMedium,
.msgSettingsContainer .eachFeildLarge {
    flex: 0 0 190px;
}
.eachDescriptionContainer {
    position: relative;
    flex: 1 1 auto;
    word-break: break-word;
}
.divTable {
    display: table;
    width: 100%;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0 1px 1px 0;
    margin-bottom: 20px;
}
.divTableRow {
    display: table-row;
}
.divTableCell,
.divTableHead {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px 0 0 1px;
    display: table-cell;
    min-width: 64px;
    padding: 3px 10px;
}
.equalWidth .divTableRow .divTableCell {
    width: 50%;
}
.excelContainer {
    display: flex;
    align-items: center;
}
.iconExcel {
    width: 20px;
    height: 20px;
    display: flex;
    stroke: none;
    fill: #494949;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 5px 0 0;
}
/*-------- Timeline --------*/
.timelineOuter {
    display: flex;
    height: 150px;
    align-items: center;
    width: 100%;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(228, 228, 228, 0)), color-stop(50%, rgba(228, 228, 228, 0)), color-stop(50%, rgba(228, 228, 228, 1)), color-stop(51%, rgba(228, 228, 228, 0)), color-stop(100%, rgba(228, 228, 228, 0)));
    background: linear-gradient(to bottom, rgba(228, 228, 228, 0) 0%, rgba(228, 228, 228, 0) 50%, rgba(228, 228, 228, 1) 50%, rgba(228, 228, 228, 0) 51%, rgba(228, 228, 228, 0) 100%);
}
.content-circle {
    width: 20px;
    height: 20px;
    background: #1f4e79;
    border-radius: 50%;
}
.day1 {}
.day2 {
    background: #266daf;
}
.day3 {
    background: #4298e7;
}
.day4 {
    background: #7dc0fe;
}
.dayNextweek {
    background: #badcfa;
}
.dayNextmonth {
    background: #dbe7f2;
}
.eachTimeline {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 110px;
    padding: 0 5px;
    align-items: center;
}
.timelineDays,
.timeLinePercent {
    padding: 15px 0;
}
/*-------- ON / OFF Switch Start --------*/
.onoffswitch {
    position: relative;
    width: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    height: 20px;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 21px;
    padding: 0;
    line-height: 20px;
    font-size: 11px;
    color: white;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 500;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background: #0070c0;
    color: #ffffff;
}
.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background: #c5bfbf;
    color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
    background: #fff none repeat scroll 0% 0%;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 19px;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 3px;
    width: 12px;
    height: 12px;
}
/*-------- ON / OFF Switch End --------*/
.ytVideoBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.responsiveIframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.feedbackResponce {
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
}
.eachFeedbackBtns {
    margin: 0 40px;
}
.commentInner {
    max-width: 550px;
}
.eachComment {
    width: 100%;
    background: #e5e5e5;
    padding: 7px 10px;
    margin: 0 0 20px 0;
    border-radius: 5px;
}
.commentHeading {
    color: #000000;
}
.commentText {
    color: #585858;
}
.buttonBlack {
    color: #ffffff;
    background: #1D191F;
}
.buttonBlack:hover {
    opacity: 0.9;
}
.commentInner .textArea {
    background: none;
    color: #5e5e5e;
    padding: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    resize: none;
    width: 100%;
    /* max-width: 350px; */
    text-align: left;
    outline: none;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    display: block;
}
.commentInner .textArea:hover,
.commentInner .textArea:focus {
    border: 1px solid #0070c0;
}
/* .closePopup {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 9999;
    cursor: pointer;
    height: 18px;
    width: 18px;
} */
.closePopup {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    padding: 4px;
    background: #fff;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #a2a2a2;
    z-index: 8;
}
.displayNone {
    display: none;
}
/* dashboard message slider  */
.dashBoardMsgList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    margin: 0 0 16px 0;
    position: relative;
}
.dashBoardMsgList #ArrowLeft,
.dashBoardMsgList #ArrowRight {
    display: none;
}
.dashBoardMsgList:hover #ArrowLeft,
.dashBoardMsgList:hover #ArrowRight {
    display: block;
}
.dashBoardMsgList #ArrowLeft {
    position: absolute;
    left: 1px;
    top: 50%;
    margin-top: -10px;
    z-index: 1;
}
.dashBoardMsgList #ArrowRight {
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -10px;
    z-index: 1;
}
.dashBoardMsgList .msgTileOuter .eachMsg h2 {
    margin: 0;
    font-size: 15px;
}
.dashBoardMsgList .msgTileOuter .unreadIcon {
    top: 21px;
}
.dashBoardMsgList .msgTileOuter .listStar {
    top: 19px;
}
.msgSlider {
    /* width: 512px; 
    height: 255px;*/
    overflow: hidden;
    /* width: 954px; */
}
#msgList {
    width: 2040px;
    position: relative;
    left: 3px;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    display: flex;
    gap: 0 17px
}
#msgList .msgTileOuter {
    width: 400px;
    height: 175px;
}
#msgList::after {
    content: "";
    display: block;
    clear: both;
}
/*----- Dashboard Top Deck Slider -----*/
.topDeck {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 5px;
    background: #fff;
    border: 1.5px solid #00197c;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.topDeck:hover {
    transition: all 0.3s ease 0s;
}
.topDeck .featured-image {
    aspect-ratio: 9/5;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.topDeck .img-fluid {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease 0s;
}
.topDeck .withoutFeaImage {
    display: flex;
    padding: 20px;
    /* box-shadow: rgb(17 17 26 / 10%) 0 -1px 10px 3px inset; */
    justify-content: center;
    align-items: center;
}
.topDeck .withoutFeaImage .img-fluid {
    object-fit: contain;
}
.topDeck .eachMsg {
    padding: 15px 15px 15px 20px;
    box-shadow: 0 0 8px 3px rgb(17 17 26 / 10%);
}
.topDeck .unreadIcon {
    position: absolute;
    top: 20px;
    left: 6px;
    width: 8px;
    height: 8px;
}
.topDeck .listStar {
    position: absolute;
    top: 19px;
    left: 5px;
    width: 10px;
    height: 10px;
}
.topDeck .eachMsg h2 {
    margin: 0;
    font-size: 15px;
}
.topDeck .img-fluid:hover {
    transform: scale(1.1);
    transition: all 0.4s ease 0s;
}
/*------- footer -------*/
.footerContainer {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: rgba(0, 0, 0, .1);
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.footerContainer .eachLink {
    /* margin: 0 10px; */
    color: #7f7f7f
}
.footerContainer a {
    color: #7f7f7f;
    outline: 0;
    margin: 0 8px;
}
.footerContainer a:hover {
    color: #1a0dab
}
.footerContainer a:first-child {
    margin-left: 0;
}
.footerContainer a:last-child {
    margin-right: 0;
}
.socialBtns {
    margin-right: 16px;
}
.lockIcon {
    display: flex;
    stroke: none;
    fill: #494949;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 4px;
    width: 12px;
    height: 12px;
}
@media screen and (max-width: 767px) {
    .artRow {
        display: block;
        margin: 0 0 16px 0;
        padding: 0;
    }
    .artFolder {
        flex: initial !important;
        margin: 0 !important;
        font-size: 13px;
    }
    .artRow .dotSeparator {
        display: block;
    }
    .artDate {
        flex: none !important;
        margin: 0 !important;
        font-size: 13px;
    }
    .empRptOuter {
        display: block;
    }
    .empRptInner {
        margin-top: 15px;
    }
    .profileDtlsRght {
        margin: 0 0 20px 0;
    }
}
@media screen and (max-width: 599px) {
    .timelineOuter {
        height: auto;
        flex-direction: column;
        background: linear-gradient(to right, rgba(228, 228, 228, 0) 49.9%, rgba(228, 228, 228, 0) 49.9%, rgba(228, 228, 228, 1) 50.9%, rgba(228, 228, 228, 0) 50.9%, rgba(228, 228, 228, 0) 100%);
    }
    .eachTimeline {
        flex-direction: row;
        text-align: center;
        max-width: none;
        padding: 0;
        justify-content: center;
        margin-left: -45px;
    }
    .timelineDays {
        width: 100px;
    }
    .content-circle {
        margin: 0 25px;
    }
    .timeLinePercent {
        width: 50px;
    }
    .eachProfBox {
        flex-direction: column;
    }
    .eachFeild {
        flex: auto;
        padding-right: 0px;
        font-size: 13px;
        color: #969696;
    }
    #msgList {
        width: 1300px;
    }
    #amazingcarousel-1 .amazingcarousel-prev {
        display: block !important;
        /* margin-left: -17px; */
    }
    #amazingcarousel-1 .amazingcarousel-next {
        display: block !important;
        /* margin-right: -17px; */
    }
    .flexslider .slides>li {
        /* width: 100% !important; */
        max-width: 599px;
    }
}
@media screen and (max-width: 767px) {
    .feedbackResponce {
        flex-direction: column;
        align-items: start;
    }
    .eachFeedbackBtns {
        margin: 0;
    }
}