.no_data {
    text-align: center;
    line-height: 30px;
}

header .header .bottom .nav ul li.active a {
    color: #972d2d;
}

header .header .bottom .nav ul li.active a::after {
    width: 100%;
}

.qr-code canvas {
    display: block;
    margin: 10px auto 0 auto;
}

.readonly {
    cursor: not-allowed;
    background: #dedede;
}

.container-wrapper .container .filter-list ul {
    height: 300px;
    overflow-y: scroll;
}

.time-popups .box .list {
    overflow-y: scroll;
    height: 400px;
}

.expert .top .right .city ul {
    max-height: 300px;
    overflow-y: scroll;
}

.popups .box form .options #gender .exhibit,
.popups .box form .options #paperwork .exhibit {
    border: solid 1px #eee;
}

.settings {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.settings a {
    display: block;
    width: 40%;
    line-height: 150px;
    float: left;
    background: #832a2c;
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
    color: #fff;
}

.settings a:hover {
    background: #ae7e5a;
}

.return {
    overflow: hidden;
    text-align: left;
    width: 100%;
    border-bottom: 1px dashed #dedede;
    padding-bottom: 5px;
}

.return a {
    font-size: 18px;
}

.editor p {
    text-indent: 34px;
}
.editor table p {
    text-indent: 0;
}
.sendCodeAlready {
    color: #333;
    cursor: not-allowed;
    background: #dedede;
}
table, tr, th, td {
    border: 1px solid #dedede;
}
@media (max-width: 980px) {
    .return {
        padding-bottom: 3vw;
    }

    .return a {
        font-size: 6vw;
    }

    .settings a {
        line-height: 4rem;
        font-size: 4vw;
    }
}