/* People */

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none!important;
    outline-offset: 0 !important;
}

.people-page .tabHeader,
html .user-profile-card .text-muted2,
.ProfileCard-actions .glyphicon,
.people-page .magentrix-toolbar .searchBtn .glyphicon {
    display: none !important;
}

html .row {
    margin: 0 auto;
}

.people-page .siteBody {
    background: #F8F9FA;
    max-width: 100%;
    padding: 0;
}

.people-page .container-fluid {
    margin: 0 auto;
    padding: 0;
}

.people-page .tabHeader+.container-fluid {
    max-width: 1410px;
    padding: 50px 0 80px;
}

.people-page .members-page {
    font-family: 'Poppins', sans-serif;
    padding: 35px 90px 75px;
    margin-top: 45px;
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}

.people-page .magentrix-toolbar {
    display: flex;
    padding: 0;
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 55px;
}

.people-page .magentrix-toolbar .btn-group {
    margin: 0;
}

.people-page .magentrix-toolbar .btn,
.people-page .magentrix-toolbar .thLinks .input-group {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: #707070;
    height: 45px;
    padding-left: 20px;
    text-shadow: none;
    box-shadow: none;
    background: none;
    border: 1px solid #C2C2C2;
    border-radius: 12px;
}
html .siteBody .open>.dropdown-menu {
    min-width: 100%;
    margin: 0;
    top: 110%;
    padding: 0;
}
html .siteBody .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 400;
    line-height: 2.4;
    text-align: left;
    color: #707070 !important;
    padding: 0 20px;
}
.people-page .magentrix-toolbar .right .dropdown-toggle+.dropdown-menu li>a {
    padding: 0 20px 0 40px;
}
html .siteBody .dropdown-menu>li.active>a {
    background: none !important;
}
html .siteBody .dropdown-menu>li>a:hover,
html .siteBody .dropdown-menu>li>a:focus {
    background: #0B3E66 !important;
    color: #FFF !important;
}


.people-page .magentrix-toolbar .col-xs-12 .btn {
    min-width: 305px;
}

.people-page .magentrix-toolbar .btn .caret {
    color: #0B3E66;
    margin-left: 0;
    border-right: 4.5px solid transparent;
    border-left: 4.5px solid transparent;
    position: absolute;
    right: 15px;
    top: 50%;
}

.people-page .magentrix-toolbar .right {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #707070;
}

.people-page .magentrix-toolbar .dropdown {
    min-width: 252px;
    margin: 0 15px;
}

.people-page .magentrix-toolbar .dropdown .btn {
    padding-left: 40px;
}

.magentrix-toolbar .bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit;
    height: auto;
}

.people-page .magentrix-toolbar .thLinks .input-group {
    padding: 0 13px 0 20px;
    max-width: 100% !important;
    min-width: 305px;
}

.people-page .magentrix-toolbar .thLinks input {
    padding: 0;
    border: none;
    height: 100%;
    box-shadow: none;
}

.people-page .magentrix-toolbar .thLinks input,
.people-page .magentrix-toolbar .thLinks input::placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #707070;
    opacity: 1;
}

.people-page .magentrix-toolbar .searchBtn {
    border: none;
    border-radius: 0;
    height: 100%;
    padding: 0;
    margin: 0;
    width: 17px;
    background-image: url('../../svg/people-search.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.people-page .members-page .col-md-12,
.people-page .magentrix-toolbar .col-md-6 {
    padding: 0;
}

.people-page .members-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.people-page .members-list .user-profile-card:not(:nth-last-child(-n+3)) {
    margin-bottom: 35px;
}

html .user-profile-card {
    margin: 0;
    border: 1px solid rgba(112, 112, 112, .1);
    border-radius: 15px;
    height: 390px;
    max-width: 350px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    transform: none;
    transition: all .3s ease-in-out;
}

.user-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgba(112, 112, 112, .35);*/
    background: none;
    /*height: 130px;*/
    /*border: 1px solid rgba(112, 112, 112, .35);*/
    /*border-bottom: none;*/
    position: relative;
}
html .user-banner-mini {
    display: none;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}
html .user-profile-card .user-img-link {
    position: relative;
    top: 0;
}

html .user-profile-card .user-img-link img {
    border: none;
    background: none;
    border-radius: 100%;
    width: 118px;
    height: 118px;
    object-fit: cover;
}

html .user-card-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

html .user-profile-card .ProfileCard-content {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    margin-top: 30px;
    /*padding: 20px 20px 10px;*/
}

html .user-profile-card .ProfileCard-userFields {
    font-size: inherit;
    text-align: center;
    top: 0;
    padding: 0;
}

html .profile-user-name,
html .user-profile-card .profile-user-title,
html .profile-user-org {
    line-height: 1;
    color: #707070;
}

html .profile-user-name {
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    color: #0B3E66;
    padding-bottom: 0;
}

html .user-profile-card .profile-user-title,
html .profile-user-org {
    font-size: 18px;
    font-weight: 400;
    padding: 0;
}

.people-page .profile-user-org {
    /*width: max-content;*/
}

html .user-profile-card .profile-user-title {
    display: -webkit-box;
    line-height: 1.23;
    margin: 10px auto;
    /*max-width: 70%;*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

html .user-profile-card .ProfileCard-actions {
    text-align: center;
    position: relative;
    top: 0;
    right: 0;
    margin-top: 30px;
}

html .user-profile-card .ProfileCard-actions .btn {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #FFF !important;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 10px;
    min-width: 220px;
    border: none;
    border-radius: 11px;
    background-color: #54A11F;
    background-image: url(../../svg/button-icon.svg);
    background-position: 92% 50%;
    background-size: 17px;
    background-repeat: no-repeat;
    text-shadow: none;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

html .user-profile-card .ProfileCard-actions .btn:hover,
html .user-profile-card .ProfileCard-actions .btn:focus {
    background-color: #0B3E66 !important;
}


/* Media Queries */

@media (max-width: 1439px) {
    .people-page .tabHeader+.container-fluid {
        max-width: 100%;
        padding: 50px 50px 80px;
    }
    .people-page .members-page {
        padding: 35px 50px 75px;
    }
    html .user-profile-card {
        width: 31%;
        max-width: 100%;
    }
}

@media (min-width: 1201px) {
    html .user-profile-card:hover {
        box-shadow: 0 3px 26px rgb(0 0 0 / 29%);
        transform: scale(1.15);
        transition: all .3s ease-in-out;
    }
}

@media (max-width: 1200px) {
    .people-page .tabHeader+.container-fluid {
        padding: 35px 25px 50px;
    }
    .people-page .members-page {
        padding: 30px 25px 35px;
        margin-top: 30px;
    }
    .people-page .magentrix-toolbar .col-xs-12 .btn {
        min-width: 240px;
    }
    .people-page .magentrix-toolbar .btn,
    .people-page .magentrix-toolbar .thLinks .input-group,
    .people-page .magentrix-toolbar .dropdown .btn {
        padding-left: 15px;
    }
    .people-page .magentrix-toolbar .btn,
    .people-page .magentrix-toolbar .thLinks .input-group,
    .people-page .magentrix-toolbar .dropdown .btn,
    .people-page .magentrix-toolbar .thLinks input,
    .people-page .magentrix-toolbar .thLinks input::placeholder,
    .people-page .magentrix-toolbar .right {
        font-size: 15px;
    }
    .people-page .magentrix-toolbar .dropdown {
        min-width: 220px;
        margin: 0 15px 0 10px;
    }
    html .user-profile-card {
        width: 31.5%;
    }
    .people-page .magentrix-toolbar {
        margin-bottom: 25px;
    }
    .people-page .members-list .user-profile-card:not(:nth-last-child(-n+3)) {
        margin-bottom: 25px;
    }
    html .dropdown-menu>li>a,
    .people-page .magentrix-toolbar .right .dropdown-toggle+.dropdown-menu li>a {
        font-size: 15px;
        padding: 0 16px;
    }
}

@media (max-width: 989px) {
    .people-page .magentrix-toolbar.hidden-lg {
        display: none;
    }
    .people-page .magentrix-toolbar {
        flex-wrap: wrap;
    }
    .people-page .magentrix-toolbar .btn-group {
        width: 100%;
    }
    .people-page .magentrix-toolbar .col-xs-12 .btn,
    .people-page .magentrix-toolbar .thLinks .input-group {
        min-width: 100%;
    }
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 230px;
        margin: 0 0 0 5px;
    }
    .people-page .thLinks {
        margin-top: 20px;
        width: 50%;
    }
    html .user-profile-card {
        width: 49%;
    }
    .people-page .members-list .user-profile-card:not(:nth-last-child(-n+3)) {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .people-page .tabHeader+.container-fluid {
        padding: 25px 25px 35px;
    }
    .people-page .members-page {
        padding: 25px 20px;
        margin-top: 20px;
    }
    .people-page .magentrix-toolbar .right,
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        display: block !important;
    }
    .people-page .thLinks,
    .people-page .magentrix-toolbar .right,
    .people-page .magentrix-toolbar .right>div,
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
    html .user-profile-card {
        width: 100%;
    }
    .people-page .magentrix-toolbar .right {
        margin-top: 20px;
    }
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        margin: 13px 0 0;
    }
    .people-page .members-list .user-profile-card:not(:last-child) {
        margin-bottom: 20px !important;
    }
    html .user-profile-card .ProfileCard-content {
        margin-top: 20px;
    }
    html .profile-user-name,
    html .user-profile-card .profile-user-title,
    html .profile-user-org {
        font-size: 16px;
    }
    html .user-profile-card {
        height: 100%;
        padding: 20px 0 25px;
    }
    html .user-profile-card .ProfileCard-actions {
        text-indent: 3px;
        position: relative;
        right: 0;
        bottom: 0;
        margin: 15px 0 0;
    }
    html .user-profile-card .profile-user-title {
        max-width: 100%;
        margin: 8px auto;
    }
}

@media (max-width: 360px) {
    html .user-profile-card .profile-user-title,
    html .profile-user-org {
        font-size: 14px;
    }
}