﻿.select-account {
    height: 592px;
    width: 320px;
    border-radius: 8px;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.24);
    background-color: white;
    display: flex;
    flex-direction: column;
}

    .select-account .select-account-section {
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .select-account .select-account-section .select-account-section-close {
            position: absolute;
            right: 14px;
            cursor: pointer;
            top: 0;
            height: 100%;
        }

            .select-account .select-account-section .select-account-section-close .material-icons {
                font-size: 20px;
            }

        .select-account .select-account-section.select-account-section-action {
            font-size: 12px;
            color: #4146e0;
            font-weight: 600;
            cursor: pointer;
        }

            .select-account .select-account-section.select-account-section-action:hover {
                background: rgba(0, 0, 0, 0.02);
            }

        .select-account .select-account-section.select-account-section-idle {
            color: #4146E0;
        }

    .select-account .select-account-content {
        height: 500px;
        overflow: auto;
        flex: 1;
        background: #f2f4f5;
        padding: 20px;
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-color: #efefef;
    }

/*@media (max-width: 576px) {
    .select-account .select-account-content {
        height: calc(100% - 100px);
        overflow: auto;
        position: fixed;
        flex: 1;
        background: #f2f4f5;
        padding: 20px;
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-color: #efefef;
    }
}*/

        .select-account .select-account-content .select-account-content-card {
            height: 102px;
            background-color: #ffffff;
            border-radius: 4px;
            box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15), -1px -1px 1px 0 rgba(0, 0, 0, 0.05);
            border-style: solid;
            border-width: 1px;
            border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.08));
            border-image-slice: 1;
            background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.08));
            display: flex;
            flex-direction: column;
            padding: 14px;
            box-sizing: border-box;
            cursor: pointer;
        }

            .select-account .select-account-content .select-account-content-card .select-account-content-card-image-account {
                flex: 1;
                overflow: hidden;
                display: flex;
                align-items: center;
                margin-bottom: 8px;
            }

                .select-account .select-account-content .select-account-content-card .select-account-content-card-image-account .select-account-content-card-image-account-image {
                    width: 42px;
                    height: 42px;
                    border-radius: 4px;
                    border: solid 1px #ebebeb;
                    background-color: white;
                    padding: 4px;
                    box-sizing: border-box;
                    object-fit: contain;
                }

                .select-account .select-account-content .select-account-content-card .select-account-content-card-image-account .select-account-content-card-image-account-account {
                    flex: 1;
                    margin-left: 14px;
                    font-size: 14px;
                    font-weight: 600;
                    color: #777b7e;
                    max-height: 100%;
                    line-height: 22px;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    word-break: break-word;
                    text-align: left;
                }

            .select-account .select-account-content .select-account-content-card .select-account-content-card-last-logged-in {
                white-space: nowrap;
                font-size: 11px;
                color: #4146E0;
                position: relative;
                text-align: left;
                height: 22px;
                display: flex;
                align-items: center;
            }

                .select-account .select-account-content .select-account-content-card .select-account-content-card-last-logged-in .select-account-content-card-last-logged-in-inactive-indicator {
                    position: absolute;
                    top: 0;
                    right: 0;
                    border: 1px solid #F8AD6D;
                    border-radius: 22px;
                    padding: 2px 6px;
                    text-transform: uppercase;
                    font-size: 12px;
                    line-height: 16px;
                    color: #F8AD6D;
                }

                .select-account .select-account-content .select-account-content-card .select-account-content-card-last-logged-in .responsive-flex-wrapper {
                    position: absolute;
                    top: 0;
                    right: 0;
                    color: #4146e0;
                }

                    .select-account .select-account-content .select-account-content-card .select-account-content-card-last-logged-in .responsive-flex-wrapper .material-icons {
                        font-size: 18px;
                    }

            .select-account .select-account-content .select-account-content-card:not(:last-child) {
                margin-bottom: 8px;
            }

            .select-account .select-account-content .select-account-content-card:hover {
                background: #ffffffab;
            }

.account-select-footer {
    height: 50px;
    background-color: white;
    box-sizing: border-box;
    border-radius: 0px 0px 8px 8px;
}


@media (max-width: 768px) {

    .wetrack-login-body{
        display:contents;
    }
    .select-account {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .account-select-footer {
        position: absolute !important;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }

    .select-account .select-account-content {
        height: calc(100% - 100px);
        overflow: auto;
        position: fixed;
        flex: 1;
        background: #f2f4f5;
        padding: 20px;
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-color: #efefef;
        width:100%;
    }
}
