.footer {
    text-align: center;
    background-color: #78c2ad !important;
    /* min-height: 20px; */
    color: white;
    padding: 10px;
}
.sign-ing-form {
    border: 1px solid gray;
    border-radius: 10px;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 50px;
    background-color: white;
    margin-left: 5px;
    margin-right: 5px;
}
.loadingAnim {
    text-align: center;
    margin-top: 50px;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid cadetblue;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}
.parent-page {
    border: 1px solid gray;
    border-radius: 5px;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 50px;
    background-color: white;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 20px;
}
.parent-page-manage-conversation {
    border: 1px solid gray;
    border-radius: 5px;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 10px;
    background-color: white;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 10px;
}

.full-page-div {
    position: relative;
    height: calc(100vh-50px);
}
.main-div {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    padding: 0 20px;
    margin-left: 64px;
    background-image: url('../images/email-pattern.png');
    min-height: 600px;
}
.main-div-v2 {
    padding: 0 20px;
    background-image: url('../images/email-pattern.png');
    min-height: 600px;
}
.sidenav---sidenav---_2tBP {
    background-color: cadetblue !important;
    min-height: 500px;
}
.sidenav---collapsed---LQDEv {
    background-color: cadetblue !important;
    min-height: 500px;
}

#basic-nav-dropdown::after {
    content: none;
}
.notification-bell {
    border-radius: 5;
    padding: 0px;
    /* border: 1px solid gray; */
    padding-left: 5px;
}
.notification-count {
    top: -10px !important;
    left: -10px;
    margin-right: -10px;
    font-size: 10px;
}
.notification-row {
    padding-left: 0px;
    padding-right: 0px;
}
.notification-title {
    line-height: initial;
    font-size: 14px;
    margin: 0px;
}
.notification-time {
    font-size: 10px;
    margin: 0px;
    color: gray;
}
.notification-image {
    vertical-align: middle;
    margin-left: 5px;
}
.global-message-btn {
    text-align: left;
}
.scroll-to-top-btn {
    position: fixed;
    /* width: 100%; */
    /* left: 50%; */
    right: 50px;
    bottom: 40px;
    /* height: 30px; */
    /* font-size: 3rem; */
    z-index: 1;
    cursor: pointer;
    /* color: green; */
}
.long-horizontal {
    overflow-x: scroll;
}
