.ar-wrap{position:relative}.ar-top-head{display:flex;align-items:center;justify-content:space-between;gap:15px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:16px 18px;margin-bottom:15px}.ar-page-title{font-size:20px;font-weight:700}.ar-page-subtitle{opacity:.75;margin-top:4px}.ar-create-btn{border-radius:10px!important;padding:9px 16px!important}.ar-request-card{display:flex;align-items:center;justify-content:space-between;gap:14px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:14px;margin-bottom:12px}.ar-more{border-radius:9px!important}.ar-person-card{background:rgba(0,0,0,.13);border:1px solid rgba(255,255,255,.06);border-radius:13px;padding:9px 11px;min-width:235px}.ar-person-line{display:flex;align-items:center;gap:10px}.ar-person-avatar-link img{width:44px;height:44px;border-radius:12px;object-fit:cover}.ar-person-name{font-weight:700;font-size:14px}.ar-person-meta{display:flex;flex-direction:column;font-size:12px;opacity:.78;line-height:1.35}.ar-form-section{background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:15px;margin-bottom:15px}.ar-section-title{font-weight:700;font-size:16px;margin-bottom:12px}.ar-form-grid,.ar-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.ar-info-grid p{background:rgba(0,0,0,.13);border-radius:12px;padding:12px;margin:0}.ar-form-actions{text-align:right}.ar-comment{display:flex;gap:10px;background:rgba(0,0,0,.13);border-radius:12px;padding:10px;margin-bottom:9px}.ar-comment img{width:38px;height:38px;border-radius:10px;object-fit:cover}.ar-comment small{display:block;opacity:.6;font-size:12px}.ar-comment p{margin:5px 0 0}.ar-admin-buttons{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.ar-empty,.ar-empty-list{opacity:.7;padding:12px;text-align:center}@media(max-width:768px){.ar-top-head,.ar-request-card{flex-direction:column;align-items:stretch}.ar-form-grid,.ar-info-grid{grid-template-columns:1fr}.ar-person-card{min-width:0}}

.ar-form-wrap{
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
}
.ar-form-wrap .ar-top-head{
    box-sizing:border-box!important;
}
.ar-form-wrap > .block{
    box-sizing:border-box!important;
}
.ar-form-wrap .ar-form-section{
    padding:15px 16px!important;
    margin-bottom:14px!important;
    border-radius:16px!important;
}
.ar-form-wrap .ar-form-grid{
    grid-template-columns:repeat(2,minmax(260px,1fr))!important;
    gap:12px!important;
    align-items:start!important;
}
.ar-form-wrap .form-group{
    margin-bottom:13px!important;
}

.ar-form-wrap label{
    display:flex!important;
    align-items:flex-end!important;
    min-height:42px!important;
    margin-bottom:6px!important;
    font-size:13px!important;
    line-height:1.25!important;
    font-weight:800!important;
    color:rgba(255,255,255,.86)!important;
}
.ar-form-wrap .form-control{
    width:100%!important;
    min-height:40px!important;
    border-radius:11px!important;
    padding:8px 11px!important;
    box-sizing:border-box!important;
}
.ar-form-wrap textarea.form-control{
    min-height:96px!important;
    height:auto!important;
    resize:vertical!important;
    line-height:1.4!important;
}
.ar-form-wrap .ar-form-actions{
    display:flex!important;
    justify-content:flex-end!important;
}
@media(max-width:992px){
    .ar-form-wrap{
        max-width:100%!important;
    }
    .ar-form-wrap .ar-form-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
}
@media(max-width:620px){
    .ar-form-wrap .ar-top-head{
        align-items:flex-start!important;
    }
    .ar-form-wrap .ar-form-grid{
        grid-template-columns:1fr!important;
    }
    .ar-form-wrap .ar-create-btn{
        width:max-content!important;
    }
}

.ar-form-wrap .ar-field-wide{grid-column:1 / -1!important;}
.ar-form-wrap .ar-main-info-grid{align-items:end!important;}
.ar-form-wrap label span{font-weight:700!important;color:rgba(255,255,255,.62)!important;}
.ar-form-wrap select.form-control{cursor:pointer!important;}
.ar-form-wrap .ar-form-section{background:rgba(255,255,255,.028)!important;}
.ar-form-wrap .ar-section-title{padding-bottom:4px!important;}
@media(max-width:620px){.ar-form-wrap .ar-field-wide{grid-column:auto!important;}}

.ar-wrap .block{
    border-radius:16px!important;
    box-sizing:border-box!important;
}
.ar-view-author-block{
    padding-top:5px!important;
    padding-bottom:18px!important;
}
.ar-view-author-block .block_head{
    margin:0 0 5px 0!important;
}
.ar-view-author-row{
    display:flex!important;
    justify-content:space-between!important;
    align-items:flex-end!important;
    gap:20px!important;
    flex-wrap:wrap!important;
}
.ar-view-author-actions{
    display:flex!important;
    align-items:center!important;
    gap:15px!important;
    flex-wrap:wrap!important;
    margin-left:auto!important;
}
.ar-view-author-actions .btn{
    border-radius:10px!important;
    font-weight:800!important;
    padding:8px 14px!important;
}
.ar-view-card{
    background:rgba(255,255,255,.025)!important;
    border:1px solid rgba(255,255,255,.06)!important;
}
.ar-view-info-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px 18px!important;
}
.ar-view-info-grid p{
    padding:10px 12px!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:10px!important;
    background:rgba(255,255,255,.03)!important;
    margin:0!important;
    min-height:58px!important;
    line-height:1.45!important;
    overflow-wrap:anywhere!important;
}
.ar-view-info-grid p.ar-wide{
    grid-column:1 / -1!important;
}
.ar-view-info-grid p b{
    display:inline-block!important;
    margin-bottom:4px!important;
    color:rgba(255,255,255,.86)!important;
}
.ar-view-decision-row{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:15px!important;
}
.ar-view-decision-row .block{
    min-width:0!important;
}
.ar-decision-text{
    min-height:72px!important;
    padding:10px 12px!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:10px!important;
    background:rgba(255,255,255,.03)!important;
    line-height:1.45!important;
    overflow-wrap:anywhere!important;
}
.ar-wrap .ar-person-card{
    width:auto!important;
    max-width:100%!important;
}
.ar-wrap .ar-admin-decision{
    border-radius:16px!important;
    background:rgba(255,255,255,.025)!important;
    border:1px solid rgba(255,255,255,.06)!important;
}
.ar-wrap .ar-admin-buttons{
    display:flex!important;
    gap:8px!important;
    flex-wrap:wrap!important;
    margin-top:10px!important;
}
.ar-wrap .ar-admin-buttons .btn{
    border-radius:8px!important;
    font-weight:700!important;
    padding:7px 13px!important;
}
.ar-wrap #ar_comment_text,
.ar-wrap #ar_admin_comment{
    border-radius:11px!important;
    resize:vertical!important;
}
@media(max-width:768px){
    .ar-view-author-row,
    .ar-view-author-actions{
        align-items:flex-start!important;
        flex-direction:column!important;
        margin-left:0!important;
    }
    .ar-view-info-grid,
    .ar-view-decision-row{
        grid-template-columns:1fr!important;
    }
    .ar-view-info-grid p.ar-wide{
        grid-column:auto!important;
    }
    .ar-view-author-actions .btn,
    .ar-wrap .ar-admin-buttons .btn{
        width:100%!important;
    }
}

/* Аккуратные компактные кнопки решения как в VIP для девушек */
.ar-wrap .ar-admin-decision .block_head{
    margin-bottom:10px!important;
}
.ar-wrap .ar-admin-buttons{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;
    margin-top:10px!important;
}
.ar-wrap .ar-admin-buttons .btn,
.ar-wrap .ar-admin-buttons .ar-admin-action-btn{
    min-width:auto!important;
    width:auto!important;
    height:auto!important;
    border-radius:8px!important;
    padding:7px 13px!important;
    font-size:13px!important;
    line-height:1.25!important;
    font-weight:700!important;
    color:#fff!important;
    background:rgba(255,255,255,.055)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    box-shadow:none!important;
    text-shadow:none!important;
}
.ar-wrap .ar-admin-buttons .btn:hover,
.ar-wrap .ar-admin-buttons .ar-admin-action-btn:hover{
    background:rgba(255,255,255,.09)!important;
    border-color:rgba(255,255,255,.16)!important;
    color:#fff!important;
}
.ar-wrap .ar-admin-buttons .btn:focus,
.ar-wrap .ar-admin-buttons .ar-admin-action-btn:focus{
    outline:none!important;
    box-shadow:none!important;
}
@media(max-width:768px){
    .ar-wrap .ar-admin-buttons .btn,
    .ar-wrap .ar-admin-buttons .ar-admin-action-btn{
        width:100%!important;
        text-align:center!important;
    }
}

.ar-view-top-line{
    display:flex!important;
    justify-content:flex-end!important;
    align-items:center!important;
    margin:0 0 10px 0!important;
}
.ar-view-back-btn{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:42px!important;
    padding:0 16px!important;
    border-radius:10px!important;
    background:rgba(255,255,255,.055)!important;
    border:1px solid rgba(255,255,255,.08)!important;
    color:#fff!important;
    font-weight:800!important;
    text-decoration:none!important;
    line-height:1!important;
    box-shadow:none!important;
}
.ar-view-back-btn:hover{
    background:rgba(255,255,255,.09)!important;
    border-color:rgba(255,255,255,.14)!important;
    color:#fff!important;
    text-decoration:none!important;
}
.ar-view-author-block{
    padding-top:14px!important;
    padding-bottom:16px!important;
}
.ar-view-author-block .block_head{
    margin:0 0 8px 0!important;
    padding:0!important;
    line-height:1.2!important;
}
.ar-view-author-row{
    align-items:center!important;
}
.ar-view-author-actions{
    min-height:auto!important;
}
@media(max-width:768px){
    .ar-view-top-line{justify-content:stretch!important;}
    .ar-view-back-btn{width:100%!important;}
}

.ar-wrap .ar-view-author-block{
    padding:14px 16px!important;
    min-height:0!important;
    height:auto!important;
    display:block!important;
}
.ar-wrap .ar-view-author-block .block_head{
    display:none!important;
}
.ar-wrap .ar-view-author-row{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:15px!important;
    min-height:0!important;
    height:auto!important;
}
.ar-wrap .ar-view-author-row .ar-person-card{
    margin:0!important;
}
.ar-wrap .ar-view-author-actions{
    margin:0 0 0 auto!important;
    padding:0!important;
    min-height:0!important;
    height:auto!important;
}
@media(max-width:768px){
    .ar-wrap .ar-view-author-row{
        align-items:flex-start!important;
        flex-direction:column!important;
    }
    .ar-wrap .ar-view-author-actions{
        margin-left:0!important;
    }
}

.ar-wrap .ar-admin-card{
    display:inline-block!important;
    width:auto!important;
    min-width:235px!important;
    max-width:360px!important;
}
.ar-comment-body{
    flex:1 1 auto!important;
    min-width:0!important;
}
.ar-comment-top{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:10px!important;
}
.ar-comment-delete{
    border:1px solid rgba(255,255,255,.10)!important;
    background:rgba(255,255,255,.055)!important;
    color:rgba(255,255,255,.82)!important;
    border-radius:8px!important;
    padding:4px 9px!important;
    font-size:12px!important;
    line-height:1.2!important;
    cursor:pointer!important;
}
.ar-comment-delete:hover{
    background:rgba(255,255,255,.09)!important;
    color:#fff!important;
}
.ar-comment-form-actions{
    display:flex!important;
    justify-content:flex-end!important;
    margin-top:10px!important;
}
.ar-comment-form-actions .btn{
    border-radius:9px!important;
    padding:8px 16px!important;
    font-weight:700!important;
}
@media(max-width:768px){
    .ar-wrap .ar-admin-card{
        max-width:100%!important;
    }
    .ar-comment-form-actions .btn{
        width:100%!important;
    }
}

.ar-wrap .ar-view-decision-row .ar-admin-card,
.ar-wrap .ar-view-decision-row .ar-person-card{
    display:inline-block!important;
    width:-moz-fit-content!important;
    width:fit-content!important;
    min-width:235px!important;
    max-width:100%!important;
    margin:0!important;
}
.ar-wrap .ar-view-decision-row .ar-admin-card .ar-person-line,
.ar-wrap .ar-view-decision-row .ar-person-card .ar-person-line{
    width:auto!important;
    max-width:100%!important;
}
@media(max-width:768px){
    .ar-wrap .ar-view-decision-row .ar-admin-card,
    .ar-wrap .ar-view-decision-row .ar-person-card{
        width:100%!important;
        min-width:0!important;
    }
}

.ar-admin-page .block{
    margin-bottom:15px!important;
}
.ar-admin-page label{
    display:block!important;
    margin:0 0 6px!important;
    font-weight:700!important;
}
.ar-admin-page label.mt-10{
    margin-top:12px!important;
}
.ar-admin-page .form-control{
    width:100%!important;
    box-sizing:border-box!important;
}
.ar-admin-page small.text-muted{
    display:block!important;
    margin-top:5px!important;
    line-height:1.35!important;
}
.ar-admin-save-row{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    flex-wrap:wrap!important;
}
.ar-admin-save-row .btn2{
    min-width:170px!important;
    text-align:center!important;
}
#ar_admin_result{
    font-weight:700!important;
}
@media(max-width:768px){
    .ar-admin-save-row .btn2{
        width:100%!important;
    }
}

.ar-pagination{display:flex!important;justify-content:center!important;align-items:center!important;gap:7px!important;flex-wrap:wrap!important;margin:18px 0 4px!important}.ar-page-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:36px!important;height:36px!important;padding:0 10px!important;border-radius:10px!important;background:rgba(255,255,255,.04)!important;border:1px solid rgba(255,255,255,.08)!important;color:rgba(255,255,255,.82)!important;text-decoration:none!important;font-weight:700!important}.ar-page-link:hover{background:rgba(255,255,255,.08)!important;color:#fff!important}.ar-page-link.active{background:rgba(255,255,255,.12)!important;color:#fff!important;cursor:default!important}
