

.iqbrwR {
    background: rgb(var(--input_bright) / 1);
    /*    background: #323738;*/
    border: 1px solid rgb(64, 64, 64);
    border-radius: 5px;
    padding: 15px;
}

    .iqbrwR .mil-level {
        text-align: left;
        display: flex;
        -moz-box-align: center;
        align-items: center;
        -moz-box-pack: justify;
        justify-content: space-between;
        cursor: pointer;
    }

    .iqbrwR .mil-level__icon {
        margin-left: 10px;
        cursor: pointer;
    }

        .iqbrwR .mil-level__icon.hidden {
            transform: rotate(180deg);
        }

        .iqbrwR .mil-level__icon svg {
            font-size: 22px;
        }

    .iqbrwR .mil-content {
        display: flex;
        -moz-box-align: center;
        align-items: center;
        -moz-box-pack: justify;
        justify-content: space-between;
        padding-top: 15px;
        border-top: 1px solid rgba(64, 64, 64, 0.6);
        margin-top: 15px;
        flex-direction: column;
    }

    .iqbrwR .mil-content__item {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(64, 64, 64, 0.6);
        width: 100%;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

        .iqbrwR .mil-content__item:last-child {
            border-bottom: 0px none;
            margin-bottom: 0px;
            padding-bottom: 0px;
        }

    .iqbrwR .mil-content .mil-title {
        margin-bottom: 5px;
    }

    .iqbrwR .mil-content__personal {
        text-align: center;
    }

    .iqbrwR .mil-content__total-system {
        text-align: center;
    }

@media (min-width: 600px) {
    .iqbrwR {
        padding: 20px 30px;
    }

        .iqbrwR .mil-level {
            text-align: left;
            display: flex;
            -moz-box-align: center;
            align-items: center;
            -moz-box-pack: justify;
            justify-content: space-between;
        }

        .iqbrwR .mil-level__icon {
            margin-left: 0px;
            cursor: pointer;
        }

            .iqbrwR .mil-level__icon.hidden {
                transform: rotate(180deg);
            }

            .iqbrwR .mil-level__icon svg {
                font-size: 22px;
            }

        .iqbrwR .mil-content {
            display: flex;
            -moz-box-align: center;
            align-items: center;
            -moz-box-pack: justify;
            justify-content: space-between;
            padding-top: 20px;
            margin-top: 20px;
            flex-direction: row;
        }

        .iqbrwR .mil-content__item {
            margin-bottom: 0px;
            padding-bottom: 0px;
            border-bottom: 0px none;
            width: auto;
        }

        .iqbrwR .mil-content .mil-title {
            margin-bottom: 5px;
        }

        .iqbrwR .mil-content__personal {
            text-align: left;
        }

        .iqbrwR .mil-content__total-system {
            text-align: right;
        }
}

.elGteQ {
    /*! padding-bottom: 30px; */
    /*! height: 100%; */
    /*! max-height: 100%; */
}

    .elGteQ .ilu-heading {
        margin-bottom: 25px;
    }

        .elGteQ .ilu-heading .heading-title {
            margin-bottom: 15px;
        }

    .elGteQ .ilu-content {
        /*! margin-bottom: 40px; */
    }

        .elGteQ .ilu-content .ilu-item {
            /*margin-bottom: 20px;*/
            margin:15px;
        }

            .elGteQ .ilu-content .ilu-item:last-child {
                margin-bottom: 0px;
            }

@media (min-width: 600px) {
    .elGteQ {
        height: 100%;
    }

        .elGteQ .ilu-heading {
            margin-bottom: 65px;
        }

        .elGteQ .ilu-content {
            height: 660px;
            overflow: auto;
            margin-bottom: 0px;
        }
}
