/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;1,400;1,700;1,900&display=swap'); */

body {
    margin: 0;
    font-family: "Lato", sans-serif;
    padding-top: 60px;
}
.text-decoration-none {
    text-decoration: none !important;
}
/* h1{
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 38px;
text-align: center;
letter-spacing: -0.011em;
color: #3C3E42;
}

h2{
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 29px;
letter-spacing: -0.011em; 
color: #3C3E42;
}

h3{
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
letter-spacing: -0.011em;
color: #555555;
margin-bottom: 0px;
margin-top: 15px;
} */
.sticky-header {
    overflow: hidden;
    top: 0;
    color: #1e252b;
    border-bottom: 2px solid #6d6d72;
    text-align: center;
    height: 60px;
    z-index: 99999;

}
@media screen and (max-width:420px){
    .sticky-header section.container-fluid {
        padding: 0px;
    }   
    .task-notification{
        display: flex;
    }
    header.sticky-header.w-100.navbar-fixed-top.navbar-default.releasenoteopen{
        min-height: 124px !important;
    }
    .sticky-header section.container-fluid img {
        max-width: 156px;
        margin: 15px 0px !important;
    }
    .header-menu-icon{
        width: 40px;
        height: 40px;
    }

}

.sticky-header i {
    font-size: 30px;
    color: #1e252b;
    margin-top: 10px;
}

.header-menu-icon {
    width: 50px;
    height: 50px;
    margin-top: 4px;
}

.header-menu-icon:hover {
    background: rgba(131, 190, 210, 0.2);
}

.header-menu-icon i {
    font-size: 24px;
    margin-top: 12px;
}

.profile-menu-wrapper {
    position: relative;
    box-sizing: border-box;
    height: 100%;
    display: none;
}

.profile-menu {
    position: absolute;
    right: 0px;
    z-index: 2;
    width: 250px;
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 30%),
        0px 2px 6px 2px rgb(60 64 67 / 15%);
    overflow-x: hidden;
}

.profile-menu i {
    font-size: 20px;
    color: #1e252b;
}

.profile-menu p {
    font-size: 14px;
    margin-bottom: 0px;
}

.profile-menu a {
    color: #1e252b;
    text-decoration: none;
}

.profile-menu-list {
    margin-top: 10px;
    margin-bottom: 10px;
}

#header-left-menu .left-menu-list {
    margin-top: 10px;
}

#header-left-menu {
    width: 220px;
    height: 100%;
    position: fixed;
    background: #ffffff;
    z-index: 999;
    display: none;
    left: 0px;
    top: 50px;
    -webkit-box-shadow: 5px 0 10px -6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 5px 0 10px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 0 10px -6px rgba(0, 0, 0, 0.4);
}

.head-back-btn {
    margin-top: 20px;
    margin-left: 10px;
}

.left-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 220px;
}
.left-menu-list li {
    display: inline-block;
    line-height: 20px;
    position: relative;
    width: 100%;
}

.left-menu-list li a {
    color: #555555;
    display: block;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-weight: 600;
}
.left-menu-list li a i {
    width: 16px;
    color: #555555;
    margin-right: 5px;
    margin-top: -3px;
}
.left-menu-list li:hover {
    background: rgba(131, 190, 210, 0.2);
}
.left-menu-list li.open:hover before {
    transition: width 0.2s ease-in;
    width: 100%;
}

.left-menu-list li li a {
    font-weight: 500;
    font-size: 14px;
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.left-menu-list .dropdown-menu {
    background-color: #ffffff;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.left-menu-list li a:hover,
.left-menu-list li a:active,
.left-menu-list li a:focus,
.left-menu-list li.open a:hover,
.left-menu-list li.open a:active,
.left-menu-list li.open a:focus {
    background-color: transparent;
    color: #555555;
    text-decoration: none;
}

.home-content-wrapper {
    background: #fff;
    z-index: 1;
    width: 100%;
    margin-left: -6px;
    position: relative !important;
}

.home-content-wrapper h1 {
    text-align: left;
    margin: 0px;
}
.main-wrapper {
    position: fixed;
    top: 180px;
    overflow-y: scroll;
    height: 100%;
    overflow-x: hidden;
    padding-bottom: 180px;
    width: 100%;
    margin-bottom: 50px !important;
}
#wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 0;
    transition: all 0.5s ease;
}
#wrapper.toggled {
    padding-left: 220px;
}
#wrapper.toggled #left-menu-fixed {
    width: 220px;
}

#wrapper.toggleds {
    padding-left: 220px !important;
}
#wrapper.toggleds #left-menu-fixed {
    width: 220px !important;
}

#wrapper.toggleds.toggled {
    padding-left: 0px !important;
}
#wrapper.toggleds.toggled #left-menu-fixed {
    width: 0px !important;
}

#left-menu-fixed {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #ffffff;
    height: 100%;
    left: 220px;
    margin-left: -220px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 0;
    z-index: 990;
    position: fixed;
    -webkit-box-shadow: 5px 10px 10px -6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 5px 10px 10px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 10px 10px -6px rgba(0, 0, 0, 0.4);
}
#left-menu-fixed::-webkit-scrollbar {
    display: none;
}

.hamburger {
    background: #ffffff;
    border: none;
    display: block;
    position: fixed;
    width: 50px;
    z-index: 99;
    cursor: pointer;
    height: 100%;
}

.hamburger:hover {
    background: rgba(131, 190, 210, 0.2);
}

.hamburger i {
    color: #555555;
    font-size: 16px;
    text-align: center;
    margin-left: 16px;
    margin-top: 5px;
}

.hamburger.is-closed:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #1e252b;
    content: "";
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}
.hamburger.is-closed:hover before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}

.hamburger.is-open:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #1e252b;
    content: "";
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}
.hamburger.is-open:hover before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}

.hamburger.is-open i {
    transform: rotate(180deg);
}

.middle-content-wrapper {
    padding-left: 50px;
    margin-bottom: 30px;
}

.breadcrumb-menu ol.breadcrumb {
    background: #fff;
    border-radius: 0px;
    padding: 0px;
    padding-top: 20px;
    margin-left: 1px;
    margin-bottom: 0px;
}

.breadcrumb-menu ol.breadcrumb > li + li:before {
    display: none;
}
.breadcrumb-menu ol.breadcrumb > li > a {
    text-decoration: none !important;
}
.breadcrumb-menu ol.breadcrumb > li > i {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 10px;
    position: relative;
    top: -1px;
}

/*Homeapge CSS Start*/
.homepage-wrapper {
    width: 100%;
    padding-top: 150px;
}
.four-my-apps {
    margin-top: 15px;
}
.my-app-text {
    padding: 20px 16px 16px 16px;
    border: 1px solid rgba(60, 62, 66, 0.25);
    border-radius: 4px;
    margin-top: 15px;
    height: 120px;
    position: relative;
}

.my-app-text i {
    font-weight: 900;
    font-size: 32px;
    color: #83bed2;
}

.my-app-text-hover {
    background-color: lightblue;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
    opacity: 0;
    color: #3c3e42;
    font-size: 16px;
    transition: all 0.35s ease-in-out;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.27);
}

.my-app-text:hover .my-app-text-hover {
    opacity: 1;
}
.pl-0 {
    padding-left: 0px;
}
/*Homeapge CSS End*/
.share-dot {
    margin-top: 30px;
}
.share-dot ul li a i {
    padding-right: 5px;
}
.share-btn {
    margin-right: 5px;
    font-weight: 600;
}
.share-btn i {
    padding-right: 5px;
}
.shared-people-main {
    display: flex;
    justify-content: end;
    align-items: end;
}
.shared-people {
    margin-top: 26px;
    margin-right: 26px;
    font-size: 15px;
    color: #555555;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .hamburger {
        padding-left: 0px;
        text-align: center;
        width: 40px;
    }
    .hamburger i {
        margin-left: 0px;
    }
    .middle-content-wrapper {
        padding-left: 36px;
    }
    .hamburger:hover {
        background: none;
    }
    .header-profile-icon.pull-right {
        float: left !important;
    }

    #wrapper.toggleds {
        padding-left: 0px !important;
    }
    #wrapper.toggleds #left-menu-fixed {
        width: 0px !important;
    }

    #wrapper.toggleds.toggled {
        padding-left: 220px !important;
    }
    #wrapper.toggleds.toggled #left-menu-fixed {
        width: 220px !important;
    }
    .main-wrapper {
        top: 253px;
    }
    .shared-people-main {
        justify-content: start;
    }
}
.cursor-pointer {
    cursor: pointer;
}
.disabled-lock * {
    color: rgb(244, 36, 36) !important;
}
.cursor-default {
    cursor: default;
}
.favicon-blue {
    color: #83bed2 !important;
}
.footer-bottom-fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    margin-bottom: 0px;
}

.container {
    margin-bottom: 40px !important;
    margin-top: 20px;
}

.flex-column {
    flex-direction: column;
}

.mt-5 {
    margin-top: 5px;
}

.pt-50 {
    padding-top: 50px !important;
}

.releaseNotes {
    display: block;
    padding: 14px !important;
    text-align: center;
    width: 100%;
    background: #c1dfe9;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    color: #3c3e42;
    font-family: Lato, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 21px;
}
.releaseNotes p {
    margin-bottom: 0px !important;
}
header.sticky-header.w-100.navbar-fixed-top.navbar-default.releasenoteopen {
    min-height: 110px;
    overflow: visible !important;
}
header.sticky-header.w-100.navbar-fixed-top.navbar-default.releasenoteopen
    ~ aside
    #header-left-menu {
    top: 106px;
}
header.sticky-header.w-100.navbar-fixed-top.navbar-default.releasenoteopen
    ~ .profile-menu-wrapper
    .profile-menu {
    top: 50px !important;
}
/* .releaseNotes strong {
    margin-right: 10px;
} */

.releaseNotes a {
    color: #476f7c;
    font-family: Lato, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 140% !important;
    position: relative;
    text-decoration-line: none;
}

.releaseNotes a:after {
    background: #476f7c !important;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.releaseNotes a i {
    margin-left: 4px;
    font-size: 15px !important;
    line-height: 15px;
    color: #476f7c;
}
.task-notification > .tooltip {
    box-shadow: none !important;
    opacity: 1 !important;
}
.task-notification > .tooltip .tooltip-inner {
    background: #fff !important;
    border-radius: 8px;
    font-family: "Lato-Medium" !important;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19.6px;
    padding: 9px 13px !important;
    margin-right: 5px !important;
    color: #555 !important;
    margin-bottom: 2px !important;
    border: 1px solid #dcdcdc !important;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
}
.task-notification > .tooltip > .tooltip-arrow {
    display: none !important;
}
header.sticky-header.w-100.navbar-fixed-top.navbar-default.headerVisible {
    overflow: visible;
}

.modal {
    z-index: 999999;
}

.modal-backdrop.fade.in {
    z-index: 99999;
}


@media screen and (max-width:767px){
    header.sticky-header.w-100.navbar-fixed-top.navbar-default .row >div {
        width: 50%;
        float: left;
        margin: 0px !important;
    }

    header.sticky-header.w-100.navbar-fixed-top.navbar-default .row >div.col-md-4 {
        padding-right: 0px;
        padding-left: 13px;
        width: 55%;
    }

    header.sticky-header.w-100.navbar-fixed-top.navbar-default .row >div.col-md-8 {
        width: 45%;
        padding-right: 20px;
    }

    header.sticky-header.w-100.navbar-fixed-top.navbar-default .row >div.col-md-4 .header-menu-icon.pull-left {
        background: transparent !important;
        margin-top: 9px;
    }
}


@media screen and (max-width:991px){
    .sticky-header section.container-fluid {
        padding: 0px;
    }   
   
    .sticky-header section.container-fluid img {
        max-width: 156px;
        margin: 17px 0px !important;
    }
    .header-menu-icon{
        width: 40px;
        height: 40px;

    margin-top: 9px;

    }
    .header-menu-icon i{
        font-size: 18px !important;
    }
    #profileImage{
        width: 32px;
        height: 32px;
    }
    #profile-icon-show {
        line-height: 32px;
        cursor: pointer;
    }
    #notification-button, #task-button, #knowledge-center-button{
        width: 32px !important;
        height: 32px !important;
        margin-right: 12px !important;
    }
    #notification-button i, #task-button i, #knowledge-center-button i{
        font-size: 16.3902px!important;
        
        line-height: 16px!important;
    }
    #knowledge-center-button i{
        margin-top: 0px !important;
        padding-bottom: 0px !important;
    }
}
@media screen and (max-width: 1200px){
    header.sticky-header.w-100.navbar-fixed-top.navbar-default .row >div.col-md-4 {
        padding-right: 0px;
        padding-left: 13px;
        width: 55%;
    }
}