﻿.allocate-popout .section-top {
    width: 100%;
    height: 109.33px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 0 15px;
}

    .allocate-popout .section-top a {
        font-family: roboto-light;
        font-size: 12px;
        color: #3b6fff;
        margin-bottom: 8px;
        cursor: pointer;
        white-space: nowrap;
    }

        .allocate-popout .section-top a:hover {
            text-decoration: underline;
        }

        .allocate-popout .section-top a:last-child {
            margin-bottom: 0;
        }

.allocate-popout .form-flex-col {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 109.33px;
}

    .allocate-popout .form-flex-col .form-group {
        margin: 0;
        height: 50px;
        flex: 0 0 auto;
        border-bottom: 0.5px solid #707070;
        background: none;
        padding: 0 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        overflow: hidden;
        cursor: pointer;
        transition: 0.3s;
    }

        .allocate-popout .form-flex-col .form-group .img,
        .allocate-popout .form-flex-col .form-group .svg-container {
            width: 35px;
            height: 35px;
            margin-right: 15px;
            border-radius: 50%;
            background-color: #00207a;
            box-shadow: 2px 3px 6px rgba(0,0,0,0.16);
        }

            .allocate-popout .form-flex-col .form-group .img.svg {
                width: 20px;
                height: 20px;
                max-width: 100%;
                max-height: 100%;
                object-fit: contain;
                border-radius: 0;
                background: none;
                box-shadow: none;
                filter: invert(9%) sepia(72%) saturate(5154%) hue-rotate(218deg) brightness(94%) contrast(113%);
                margin: 0;
            }

                .allocate-popout .form-flex-col .form-group .img.svg.replaced-svg {
                    fill: #00207a;
                    filter: none;
                }

            .allocate-popout .form-flex-col .form-group .img.ident {
                background-color: #00207a;
                flex: none;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
            }

                .allocate-popout .form-flex-col .form-group .img.ident text {
                    flex: 1;
                    align-content: center;
                    text-align: center;
                    color: #fff;
                }

                .allocate-popout .form-flex-col .form-group .img.ident .svg-filter {
                    width: 20px;
                    height: 20px;
                    max-width: 100%;
                    max-height: 100%;
                    background: none;
                    filter: invert(100%);
                }

        .allocate-popout .form-flex-col .form-group .svg-container {
            flex: none;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }

            .allocate-popout .form-flex-col .form-group .svg-container .img.svg {
                filter: invert(100%);
            }

                .allocate-popout .form-flex-col .form-group .svg-container .img.svg.replaced-svg {
                    fill: #fff;
                    filter: none;
                }

        .allocate-popout .form-flex-col .form-group text {
            flex: 1;
            min-width: 160px;
            max-width: 210px;
            text-wrap: normal;
            font-family: roboto-light;
            font-size: 16px;
            color: #00207a;
        }

        .allocate-popout .form-flex-col .form-group i {
            display: none;
            width: 22px;
            height: 9px;
            margin: auto;
            border-bottom: 2px solid #003bdd;
            border-left: 2px solid #003bdd;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
        }

        .allocate-popout .form-flex-col .form-group.selected,
        .allocate-popout .form-flex-col .form-group:hover {
            background: #dee7ff;
        }

            .allocate-popout .form-flex-col .form-group.selected i {
                display: block;
            }

        .allocate-popout .form-flex-col .form-group img.pendingIcon {
            width: 20px;
            height: 20px;
            max-width: 100%;
            max-height: 100%;
            margin-left: auto;
            object-fit: contain;
            filter: invert(12%) sepia(47%) saturate(7456%) hue-rotate(218deg) brightness(96%) contrast(119%);
            /*filter: invert(33%) sepia(83%) saturate(1192%) hue-rotate(205deg) brightness(103%) contrast(105%);*/
        }

.allocate-popout .section-top ~ .form-flex-col {
    padding-top: 0;
}
