body {
    padding-top: 0 !important
}

.container {
    max-width: 1400px
}

.dFlex {
    display: flex
}

.flexCenter {
    justify-content: center
}

.flexBetween {
    justify-content: space-between
}

.flexItemCenter {
    align-items: center
}

.flexItemEnd {
    align-items: flex-end
}

.iconButton {
    background-color: #ff2567;
    color: #fff
}

    .iconButton.md-button.md-default-theme:not([disabled]).md-icon-button:hover, .iconButton.md-button:not([disabled]).md-icon-button:hover, .iconButton.md-button.md-focused:not([disabled]) {
        background-color: #FF5085;
        color: #fff
    }

.followBtn {
    height: 40px;
    background-color: #ff2567;
    color: #fff;
    border: none;
    outline: 0;
    font-size: 16px;
    padding: 8px 16px 8px 10px;
    border-radius: 20px;
    transition: all .3s
}

    .followBtn:hover {
        background-color: #FF5085;
        color: #fff
    }

.userProfileHeader {
    background-color: rgba(250, 0, 138, .06);
    font-size: 18px;
    padding-top: 130px !important;
    padding-bottom: 2rem
}

    .userProfileHeader .userName {
        font-size: 36px;
        font-weight: bold;
        color: #ff2567
    }

.userSocail {
    margin-top: 1.2rem
}

    .userSocail a {
        padding-right: 16px
    }

        .userSocail a svg {
            width: 18px;
            height: 18px
        }

            .userSocail a svg path {
                padding-right: 16px;
                transition: all .3s
            }

        .userSocail a:hover svg path {
            fill: #ff2567
        }

.userProfile .iconList {
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 1rem;
    transition: all .3s
}

    .userProfile .iconList span {
        word-break: break-word
    }

    .userProfile .iconList:hover {
        color: #ff2567
    }

    .userProfile .iconList i {
        margin-right: 16px
    }

.userProfileContent aside {
    position: sticky;
    top: 160px;
    padding: 1.5rem;
    border-radius: 6px;
    box-shadow: 0 9px 9px rgba(0, 0, 0, .16);
    background-color: #fff;
    margin-top: -80px
}

    .userProfileContent aside img {
        width: 100%;
        border-radius: 6px;
        margin-top: -80px
    }

    .userProfileContent aside h3 {
        margin-bottom: 8px
    }

    .userProfileContent aside p {
        opacity: .6;
        margin-top: 0
    }

.userProfileContent .secTitle {
    padding: 2rem 1rem;
    font-size: 20px;
    font-weight: bold
}

.card {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.15);
    position: relative
}

    .card .cardImg img {
        min-height: 150px;
        object-fit: cover;
        width: 100%
    }

.cardContent {
    padding: 1.2rem
}

    .cardContent h3 {
        margin-top: 0;
        margin-bottom: 12px
    }

    .cardContent p {
        opacity: .7;
        margin-top: 6px
    }

.coursesPrice {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 9
}

    .coursesPrice span {
        margin-right: 10px;
        padding: 4px 14px;
        font-size: 14px;
        color: #fff;
        background-color: #00cafd;
        border-radius: 20px;
        z-index: 9
    }

.userFollowDialog {
    padding: 2rem
}

    .userFollowDialog md-pagination-wrapper {
        width: 100% !important
    }

    .userFollowDialog md-content {
        background: transparent
    }

    .userFollowDialog .md-tab {
        color: #000 !important;
        font-size: 20px;
        text-transform: capitalize;
        padding-left: 0;
        margin-right: 15px
    }

.modalCloseIcon {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 99
}

.followListWrapper {
    max-height: 40vh;
    overflow: auto;
    padding-right: .875rem
}

.followList {
    margin-bottom: 1rem
}

    .followList img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-right: 1rem
    }

    .followList .name {
        font-size: 18px;
        font-weight: bold;
        color: #000
    }

    .followList .designation {
        font-size: 16px;
        color: rgba(0, 0, 0, .6)
    }

.searchInput {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 8px;
    margin-bottom: 30px
}

    .searchInput input {
        font-size: 18px;
        border: none;
        border-bottom: 2px solid rgba(112, 112, 112, .4);
        color: #111;
        padding: 8px 5px;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 1;
        background: none
    }

        .searchInput input:focus {
            border-bottom-color: #ff2567
        }

    .searchInput .searchIcon {
        position: absolute;
        right: 0;
        top: 5px;
        z-index: 0
    }

        .searchInput .searchIcon i {
            font-size: 24px;
            z-index: 0
        }

.noFollowers {
    font-size: 24px;
    font-weight: bold;
    text-align: center
}

    .noFollowers > div {
        margin-top: 2rem
    }

.matchmakingChips {
    display: inline-block;
    margin: 0 0 20px;
}

    .matchmakingChips span {
        padding: 4px 11px;
        font-size: 16px;
        color: #fff;
        background-color: #ff2567;
        border-radius: 20px;
        z-index: 9;
        margin-bottom: 5px;
        display: inline-block;
    }

.customTabs span {
    font-size: 1rem;
    display: inline-block;
    padding: .5rem 1rem 1.3rem;
    border-bottom: 2px solid transparent;
    color: #0d1630;
    margin-right: .3rem;
    cursor: pointer;
    transition: all .3s
}

    .customTabs span.active, .customTabs span:hover {
        color: #ff008a;
        border-bottom-color: #ff008a
    }

.userProfileCard {
    box-shadow: 0 0 14px rgba(0, 0, 0, .09);
    border-radius: 10px;
    padding: 1rem;
    background: #fff
}

.allMembers .memberRowList {
    border-bottom: 1px solid #f1f1f1
}

    .allMembers .memberRowList:last-child {
        border-bottom: 1px solid transparent
    }

.memberRowList {
    text-align: left
}

    .memberRowList .memberRowListImg {
        width: 60px;
        height: 60px
    }

    .memberRowList .md-fab {
        background-color: rgba(255, 0, 138, .15)
    }

    .memberRowList .md-button.md-raised:not([disabled]) {
        box-shadow: none
    }

    .memberRowList .md-fab .material-icons {
        color: #ff008a;
        font-size: 20px;
        line-height: 14px
    }

        .memberRowList .md-fab .material-icons.profileIcon {
            font-size: 24px
        }

.seeMore {
    text-align: center;
    cursor: pointer
}

/* TAB STYLE2 */
.tabStyle2 .md-tab {
    text-transform: capitalize;
    color: #99a2a7
}

    .tabStyle2 .md-tab.md-active {
        color: #ff008a
    }

.tabStyle2 md-tabs-wrapper {
    border-bottom: 1px solid rgba(204, 208, 211, .33)
}

md-tabs.tabStyle2 md-ink-bar, md-tabs.tabStyle2 md-ink-bar {
    color: #ff008a;
    background: #ff008a
}

/* MORE DROPDOWN */
.moreDropdown {
    display: inline-block;
    position: relative
}

    .moreDropdown ul {
        position: absolute;
        right: 0;
        top: 4rem;
        width: 220px;
        background: #fff;
        box-shadow: 0 5px 14px rgba(0, 0, 0, .1);
        display: none;
        z-index: 999;
        transition: all .3s;
        list-style: none;
        border-radius: 4px
    }

    .moreDropdown:hover ul {
        display: inline-block
    }

    .moreDropdown ul li a {
        padding: 1rem;
        font-size: 14px;
        color: #001623;
        display: inline-block;
        width: 100%;
        transition: all .3s
    }

        .moreDropdown ul li a:hover {
            background: rgba(0,0,0, .06)
        }

/* PRIVATE PROFILE */
.privateProfile {
    text-align: center
}

    .privateProfile .userProfileCard {
        height: 100%;
        padding: 4rem 0
    }

        .privateProfile .userProfileCard img {
            width: 100px;
            height: 100px
        }

/* PROFILE DOES NOT EXIT PAGE */
.userProfileNotExit .userProfileCard {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-top: 8rem
}

.userProfileNotExit .userProfileCard {
    height: 100%;
    padding: 4rem 0
}

    .userProfileNotExit .userProfileCard img {
        width: 200px
    }

/* RESPONSIVE */
@media screen and (max-width: 1024px) {
    .col-oneFourth {
        width: 33.33%
    }

    .col-threeFourth {
        width: 66.33%
    }

    .col-oneThird {
        width: 50%
    }
}

@media screen and (max-width: 767px) {
    .dFlex {
        flex-wrap: wrap
    }
    /* .dFlex .dFlex { flex-wrap:nowrap } */
    .userProfileActions {
        margin-top: 1rem;
        padding-left: 1rem
    }

    .col-oneFourth {
        width: 40%
    }

    .col-threeFourth {
        width: 60%
    }

    .col-oneThird {
        width: 100%
    }
}

@media screen and (max-width: 579px) {
    .col-oneFourth {
        width: 100%
    }

    .col-threeFourth {
        width: 100%
    }

    .userProfileContent aside {
        position: relative;
        top: 0;
        margin-top: 1rem;
        box-shadow: none;
        padding: 1rem
    }

        .userProfileContent aside img {
            margin-top: 0
        }

    .userProfileHeader {
        padding-top: 85px !important
    }

    .userFollowDialog .followBtn {
        font-size: 0;
        width: 48px;
        height: 48px;
        border-radius: 50%
    }
}

@media screen and (max-width: 479px) {
    .userFollowDialog {
        padding: 1rem
    }

    .modalCloseIcon {
        right: -12px;
        top: -8px
    }

    .userFollowDialog .followBtn {
        font-size: 16px;
        width: auto;
        height: 36px;
        border-radius: 30px;
        margin-top: .875rem
    }

    .userFollowDialog .followList {
        justify-content: center;
        flex-direction: column
    }

        .userFollowDialog .followList .dFlex {
            flex-direction: column
        }

        .userFollowDialog .followList img {
            margin: 0;
            width: 100px;
            height: 100px
        }
}
