.logo {
    width: 40px;
}

.nexah-app-btn {
    color: #000;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}

.nexah-app-btn:hover {
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
    color: #1d68a7;
}

.dashbord-header {
    color: #fff;
    font-size: 24px;
    background: #767676;
}

.portal-application {
    margin-bottom: 1.3rem;
    text-align: center;
    box-shadow: 0rem 0.1rem 0.5rem 0rem rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    cursor: pointer;
    transition: 0.25s transform;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    flex: none;
    border: 2px solid transparent;
    padding-left: 0;
    padding-right: 0;
}

.portal-application:hover {
    background-color: #EAF9FF;
}

.portal-application:active {
    transform: scale(0.85);
    background-color: #EAF9FF;
    border-color: #EAF9FF;
}

.portal-application > * {
    margin: 0 auto;
    pointer-events: none;
}

.portal-application > .logo {
    margin-top: 0;
    width: 160px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@supports (-webkit-line-clamp: 2) {
    .portal-application > .title {
        font-size: 14px;
        margin: 8px 12px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: 500;
    }
}

.portal-application .title {
    font-size: 1.4rem;
    margin-left: 0px;
    margin-top: 0.1rem;
    width: 100%;
    text-align: center;
    height: 1.4rem;
    line-height: 1.4rem;
    padding-top: 0.5rem;
    overflow: hidden;
    font-weight: 500;
    align-self: stretch;
    color: #687078;
    border-top: 0.5px solid #efefef;
}

@supports (-moz-appearance: none) {
    .portal-application .title {
        margin-bottom: 0.2rem;
        font-weight: 200;
    }
}
