.light-style .menu .app-brand.demo {
    height: 64px;
    background-color: #f7f7f9;
}

.auth-cover-logo {
    height: 50px;
    margin-bottom: 20px;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
    #dropdown-variation-demo .btn-group .text-truncate {
        width: 300px;
        position: relative;
    }
    #dropdown-variation-demo .btn-group .text-truncate::after {
        position: absolute;
        top: 45%;
        right: 0.65rem;
    }
}

.btn-shadow {
    box-shadow: 0 0.15rem 0.875rem 0 rgba(38, 43, 67, 0.36);
}

.shadow-sidecar {
    box-shadow: 0 0.25rem 0.875rem 0 rgba(38, 43, 67, 0.16);
}

.shadow-sidecar-dark {
    box-shadow: -1px -1rem 0.875rem 0 rgba(38, 43, 67, .5);
}

#loadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#loadingDiv img {
    width: 550px;
}

/* For mobile view */
@media (max-width:801px)  {

    .align-content-mobile-center {
        align-content: center;
    }

    html, body {
        height: 100%;
    }

    #loadingDiv img {
        width: 350px;
    }

    .authentication-bg {
        padding: 0 1.5rem;
    }

    .authentication-inner {
        height: 100% !important;
        min-height: 100% !important;
    }

    .authentication-inner div {
        height: 100% !important;
        min-height: 100% !important;
    }

    .authentication-wrapper {
        height: 100% !important;
        min-height: 100% !important;
    }
}

.app-brand-link {
    text-align: center;
}

.app-brand-link img {
    width: 250px;
    margin-top: 25px;
}

.layout-menu {
    box-shadow: 0 0.625rem 0.875rem rgba(76, 78, 100, 0.1) !important;
    background-color: #fff !important;
}

.btn-creat-board {
    background-color: #f7f7f9;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.card-footer {
    border-top: 1px solid #f1f1f4;
    background-color: #fcfcfc;
    color: #9e9e9e;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 14px;
}

.offcanvas-header {
    background-color: #fcfcfc;
}

#emoji-picker-container {
    position: absolute;
    display: none;
    margin-top: 5px;
    z-index: 1000;
}
