@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
    border: 3px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
    width: 16px;
    height: 16px;
    border-width: 2px;
}
.docs-tooltip {
    display: block;
    margin: 0;
    padding: 0;
}
.docs-tooltip > svg {
    margin: 0;
    vertical-align: sub;
    width: 20px;
    height: 20px;
}
.docs-buttons .btn:focus {
    box-shadow: none !important;
}
#pfc-file {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}
#pfc-file-add, #pfc-add-photo-link a {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #EEE;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#pfc-file-add:hover {
    background-color: #DDA600;
    border-color: #CD9A00;
    color: #FFF;
}
#pfc-file-add .qq-uploader {
    display: flex;
}
#pfc-add-photo-link a {
    color: #FFF;
    background-color: #007BFF;
    border-color: #007BFF;
    text-decoration: none;
}
#pfc-file-add {
    padding-left: 36px;
    position: relative;
}
#pfc-file-add:hover:before {
    background-color: #FFF;
}
#right_column .pfc-btns {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.pfc-small-ava {
    width: 64px;
    height: 64px;
    margin: 40px 10px 10px;
    float: left;
}
.pfc-micro-ava {
    width: 32px;
    height: 32px;
    margin: 40px 10px 10px;
    float: left;
}
#user_profile_title {
    background: #FFF;
    padding: 60px 20px 70px;
    position: relative;
    border-radius: 5px;
    background-size: cover !important;
    margin: 25px 0 0px;
}
#user_profile_title {
    background: url(/templates/modern/controllers/cropperz/images/0.jpeg) no-repeat center;
}
#user_profile_title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 65px;
    box-shadow:0px 60px 20px -20px rgb(56 103 214 / 30%) inset;
    border-radius: 5px 5px 0px 0px;
}
#user_profile_title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 5px;
    background: linear-gradient(to bottom right, #403A59, #000);
    opacity: 0.5;
}
#user_profile_title > div {
    z-index: 1;
}
#user_profile_title .icms-user-avatar {
    margin-left: -50px;
    flex: none;
    border: 8px solid #FFF;
    border-radius: 50%;
    background: #FFF;
}
#user_profile_title .icms-user-avatar.peer_online:after, #user_profile_title .icms-user-avatar.peer_no_online:after {
    content: none;
    bottom: 34px;
    right: -3px;
    border: 2px solid #F3F3F7;
}
#user_profile_title .icms-user-avatar.peer_online:after {
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    opacity: 0;
    z-index: -1;
    width: 95%;
    height: 95%;
    border-radius: 50%;
    pointer-events: none;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(0.9);
    -webkit-animation: sonarEffect 2s ease-out 75ms infinite;
    -moz-animation: sonarEffect 2s ease-out 75ms infinite;
    animation: sonarEffect 2s ease-out 75ms infinite;
}
.crp_bcb_menu {
    margin: 29px 0 -60px !important;
    z-index: 2;
    padding: 0 15px 0 !important;
}
.breadcrumb {
    padding: 0;
    color: #FFF;
}
.breadcrumb li {
    height: auto;
    line-height: unset;
    background: none;
    vertical-align: unset;
}
.breadcrumb li a {
    text-decoration: none;
    display: block;
    padding: 0 2px 0 13px;
}
.breadcrumb li a, .breadcrumb li:first-child a {
    width: auto;
}
.breadcrumb li:first-child a {
    padding: 0 2px 0 0px !important;
}
.breadcrumb li a span {
    display: block;
}
.breadcrumb li:last-child span {
    padding: 0 0px 0 13px;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "/" !important;
    border: none;
    width: auto;
    height: auto;
    position: absolute;
    top: -1px;
}
.breadcrumb li:after, .breadcrumb li:not(:last-child):after {
    content: none !important;
}
.breadcrumb li:hover {
    background: none;
}
.breadcrumb + .dropdown {
    background: none;
}
.breadcrumb-item + .breadcrumb-item::before, .breadcrumb-item.active, #user_profile_title h1, #user_profile_title .status .text {
    color: #FFF;
}
.breadcrumb + .dropdown button, .breadcrumb + .dropdown button:hover, .breadcrumb + .dropdown button:focus, .breadcrumb + .dropdown button:active {
    background: none !important;
    border: none !important;
    color: #FFF !important;
    outline: none;
    box-shadow: none !important;
    padding: 0 5px 0 10px;
    font-size: 14px;
}
.breadcrumb:after {
    content: none;
}
.icms-body-toolbox {
    margin: 0;
}
#user_status_widget {
    margin: -50px 0 30px;
    position: relative;
    padding: 3px 15px;
}
#user_status_widget input {
    padding: 10px 12px;
    height: 33px;
    border: none;
    background: rgb(255 255 255 / 70%);
    border-radius: 5px;
    margin: 0 !important;
    transition: background 0.3s ease;
}
#user_status_widget input:hover, #user_status_widget input:focus {
    background: #FFF;
}
#user_status_widget input:focus {
    box-shadow: none;
}
#user_status_widget input::placeholder {
    color: #444;
}
#user_profile_title .status {
    display: flex;
    margin-top: 5px;
    align-items: center;
    position: relative;
}
#user_profile_title .status .text {
    box-shadow: 1px 1px 35px 10px rgb(0 0 0 / 30%) inset;
    padding: 8px 15px;
    border-radius: 5px;
    margin-right: 0 !important;
    max-width: 80%;
}
#user_profile_title .status .icms-user-profile__status_reply {
    margin-left: -13px !important;
    background: rgb(0 0 255 / 47%);
    color: #FFF;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 1px 5px 2px;
    border-radius: 50%;
    font-size: 12px;
}
#user_profile_title .status .icms-user-profile__status_reply:hover {
    text-decoration: none;
    background: rgb(0 0 255 / 60%);
    z-index: 1;
}
#user_profile_title .status .icms-user-profile__status_reply span {
    display: none;
}
#user_profile_title .status .text + .text-danger, #user_profile_title .status .icms-user-profile__status_reply + .text-danger {
    margin-left: -10px !important;
    background: rgb(173 16 16 / 29%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    padding-left: 2px;
}
#user_profile_title .status .text + .text-danger:hover, #user_profile_title .status .icms-user-profile__status_reply + .text-danger:hover {
    background:rgb(173 3 3 / 83%);
    color: #FFF !important;
}
#user_profile_title .status .text + .text-danger svg {
    color: #FFF;
}
#user_profile_rates.bg-secondary:not(:hover) {
    background:rgb(136 136 136 / 45%) !important;
}
#user_profile_ratings.bg-primary:not(:hover) {
    background:rgb(56 103 214 / 45%) !important;
}
#user_profile_rates, #user_profile_ratings {
    transition: background 0.3s ease;
}
.crp-avatar_btn {
    position: absolute;
    z-index: 1;
    background: #FFF;
    left: 24px;
    top: 10px;
    border-radius: 5px;
    height: 35px;
    width: 35px;
    overflow: hidden;
    opacity: 0.5;
    transition: all 0.3s ease;
}
.crp-avatar_btn:hover {
    opacity: 0.9;
    width: 140px;
}
.crp-avatar_btn a {
    display: block;
    padding: 7px 10px;
    color: #000;
    text-decoration: none;
    height: 35px;
}
.crp-avatar_btn a img {
    margin-top: 4px;
    font-size: 14px;
    width: 15px;
    margin-bottom: 7px;
}
.crp-avatar_btn a span {
    margin-left: 5px;
    font-size: 0;
}
.crp-avatar_btn:hover a span {
    font-size: 14px;
}
.crp-bg_btn {
    position: absolute;
    right: 15px;
    bottom: 9px;
}
.crp-bg_btn a {
    color: #000;
    padding: 4px 8px 5px;
    border-radius: 4px;
    background: rgb(255 255 255 / 74%);
    border: 1px dashed #fffc;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: background 0.3s ease;
    font-size: 14px;
}
.crp-bg_btn a:hover {
    background: #FAFAFA;
    text-decoration: none;
}
.pfc-content {
    border: 1px solid #DDD;
    padding: 15px;
    display: none;
}
.sc_bg_list {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}
.sc_bg_list li {
    width: calc(50% - 5px);
    height: 80px;
    margin-bottom: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}
.sc_bg_list li:hover {
    opacity: 0.9;
}
article + aside {
    margin-top: 25px;
}
#cropper_shadow {
    position: absolute;
    right: 0;
    bottom: -18px;
    z-index: 4;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6), 0 0 3px 4px rgba(0, 0, 0, 0.7), 0 0 0 8px rgba(0, 0, 0, 0.7);
        -webkit-box-shadow: 0 0 0 4px rgba(255,255,255,.6),0 0 3px 4px rgba(0,0,0,.7),0 0 0 8px rgba(0,0,0,.7);
    }
    100% {
        box-shadow: 0 0 0 4px rgba(255,255,255,.6),0 0 3px 4px rgb(17 124 4 / 70%),0 0 0 8px rgb(7 136 35 / 70%);
        -webkit-box-shadow: 0 0 0 4px rgba(255,255,255,.6),0 0 3px 4px rgb(4 125 12 / 70%),0 0 0 8px rgb(5 131 37 / 70%);
        -webkit-transform: scale(1.18);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6), 0 0 3px 4px rgba(0, 0, 0, 0.7), 0 0 0 8px rgba(0, 0, 0, 0.7);
    }
    100% {
        box-shadow: 0 0 0 4px rgba(255,255,255,.6),0 0 3px 4px rgb(3 139 7 / 70%),0 0 0 8px rgb(8 118 16 / 70%);
        -moz-transform: scale(1.18);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 4px rgba(255,255,255,.6),0 0 3px 4px rgb(4 84 10 / 70%),0 0 0 8px rgb(6 115 45 / 70%);
        -webkit-box-shadow: 0 0 0 4px rgba(255,255,255,.6),0 0 3px 4px rgb(8 178 42 / 70%),0 0 0 8px rgb(7 186 85 / 70%);
    }
    100% {
        box-shadow: 0 0 0 4px rgba(255,255,255,.6),0 0 3px 4px rgb(27 123 15 / 70%),0 0 0 8px rgb(12 129 48 / 70%);
        -ms-box-shadow: 0 0 0 4px rgba(255,255,255,.6),0 0 3px 4px rgb(20 141 42 / 70%),0 0 0 8px rgb(13 141 37 / 70%);
        -webkit-box-shadow: 0 0 0 4px rgba(255,255,255,.6),0 0 3px 4px rgb(17 170 12 / 70%),0 0 0 8px rgb(6 180 66 / 70%);
        transform: scale(1.12);
        opacity: 0;
    }
}
@media (max-width: 480px) {
    #user_profile_title {
        flex-wrap: wrap;
    }
    #user_profile_title > .name_with_status {
        margin-bottom: 15px;
    }
    #user_profile_title .status .text {
        max-width: 90%;
    }
    .crp-bg_btn a {
        font-size: 0;
    }
    .crp-bg_btn a svg {
        font-size: 20px;
    }
    #user_status_widget {
        width: calc(100% - 50px) !important;
    }
    .docs-tooltip > svg {
        width: 14px;
    }
    .docs-buttons button, .pfc-btns, .pfc-btns .btn, .photo_to_pf {
        font-size: 14px;
    }
    .docs-buttons .btn-group, .pfc-btns .btn, #pfc-file-add {
        margin-bottom: 5px;
    }
}
