@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700&subset=latin-ext");
html {
    position: relative;
    overflow-x: hidden !important;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Quicksand', sans-serif;
    color: #324e63;
}

a, a:hover {
    text-decoration: none;
}

.wrapper {
    width: 100%;
    height: auto;
}

.profile-card-heading-top {
    width: 100%;
    background-color: #eeeeee73;
    margin-bottom: 10px;
    padding: 10px 0px;
}

.heading-top {
    margin: auto;
    width: 100%;
    max-width: 700px;
}

.profile-card-d {
    width: 100%;
    margin: auto;
    background: #fff;
    padding-bottom: 10px;
    border-radius: 12px;
    max-width: 700px;
    position: relative;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36,.28)
}

.profile-card.active .profile-card__cnt {
    filter: blur(6px);
}

.profile-card.active .profile-card-message,
.profile-card.active .profile-card__overlay {
    opacity: 1;
    pointer-events: auto;
    transition-delay: .1s;
}

.profile-card.active .profile-card-form {
    transform: none;
    transition-delay: .1s;
}

.profile-card__img {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 4;
}

@media screen and (max-width: 576px) {
    .profile-card__img {
        width: 120px;
        height: 120px;
    }
}

.profile-card__cnt {
    text-align: center;
    padding-bottom: 5px;
    transition: all .3s;
}

.profile-card-heading {
    padding: 15px 31px;
    background-color: #b136a5;
    width: 100%;
    text-align: left;
    display: flex;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.profile-card-left {
    width: 80%;
    display: inherit;
}

.profile-card-right-button {
    width: 20%;
    display: flex;
    align-items: center;
    float: right;
}

.profile-card__hq {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
}

.profile-card__name {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.profile-card__txt {
    font-size: 18px;
    font-weight: 500;
    color: #324e63;
    padding: 0px;
    text-align: left;
    width: 45%;
}

    .profile-card__txt strong {
        font-weight: 700;
    }

.profile-card-loc {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.profile-card-loc__icon {
    display: inline-flex;
    font-size: 27px;
    margin-right: 10px;
}

.profile-card-info {
    display: flex;
    padding: 5px 35px;
    width: 100%;
    line-height: 2;
}

.retail {
    color: #07902d !important;
}

.absent {
    color: #e81e1e !important;
}

.total {
    padding: 5px;
}

.profile-card-inf, .profile-card-detail {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 5px 0px;
}

.profile-card-inf__item {
    padding: 10px;
    min-width: 20%;
    text-align: center;
}

.js-message-view {
    width: 40%
}

.js-message-view-detail {
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    float: right;
}

.profile-card-inf__title {
    font-weight: 700;
    font-size: 22px;
    color: #324e63;
}

.profile-card-inf__txt {
    font-weight: 500;
    margin-top: 7px;
}

.profile-card-social {
    width: 55%;
    display: block;
    text-align: right;
}

.profile-card-inf__txt-f {
    font-size: 18px;
    font-weight: 400;
    margin-top: 7px;
}

.profile-card-inf__title-f {
    font-weight: 700;
    font-size: 30px;
    color: #324e63;
}

.profile-card-ctr-g {
    width: 60%;
    float: left;
    text-align: left;
    display: flex;
}

.profile-card-social__item {
    display: inline-flex;
    width: 50px;
    height: 50px;
    margin: 5px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #405de6;
    position: relative;
    font-size: 26px;
    flex-shrink: 0;
    transition: all .3s;
}

.js-message-btn {
    font-size: 16px;
    font-weight: 700;
    width: 125px;
    line-height: 38px;
    padding: 6px;
    text-align: center;
    color: #fff;
    border-radius: 14px;
    cursor: pointer;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .profile-card-left {
        width: 68% !important;
    }

    .profile-card-right-button {
        width: 32% !important;
    }

    .profile-card-social__item {
        width: 50px;
        height: 50px;
        margin: 5px;
    }

    .profile-card-heading-top {
        margin-bottom: 5px;
    }

    .profile-card-heading {
        padding: 5px 10px;
    }

    .profile-card__name {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .profile-card__hq {
        font-size: 15px;
    }

        .profile-card__hq p {
            margin: 4px 0px;
            font-size: 13px;
        }

    .js-message-btn {
        line-height: 18px;
        font-size: 13px;
        text-align: center;
    }

    .profile-card-info {
        padding: 5px 10px;
        line-height: 18px;
    }

    .profile-card__txt {
        font-size: 14px;
        padding: 0px;
    }

        .profile-card__txt span {
            font-size: 15px;
        }

    .profile-card-social__item {
        width: 30px;
        height: 30px;
        margin: 2px;
    }

    .profile-card-social .fa {
        font-size: 18px;
    }

    .profile-card-inf__txt-f {
        font-size: 16px;
        margin-top: 0px;
    }

    .profile-card-inf__title-f {
        font-size: 18px;
    }

    .profile-card-inf__txt {
        font-weight: 500;
        margin-top: 3px;
        font-size: 14px;
    }

    .profile-card-inf__item {
        padding: 0px;
    }

    .profile-card-inf__title {
        font-weight: 700;
        font-size: 16px;
    }

    .total {
        padding: 0px !important;
    }

    .profile-card__btn {
        font-size: 14px !important;
        padding: 5px 10px !important;
        height: 30px;
        min-height: 30px !important;
        min-width: 75px !important;
        margin: 5px 0 !important;
    }

    .profile-card-ctr-g p {
        font-size: 16px !important;
        margin: 2px 5px !important;
    }

    .profile-card-ctr {
        margin-top: 5px !important;
        padding: 0px 10px !important;
    }

    .js-message-view-detail {
        font-size: 13px;
    }
}

.profile-card-detail .profile-card-inf__item {
    min-width: 22%;
}

.js-message-view-detail .fa {
    padding: 5px;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .profile-card-social__item:hover {
        transform: scale(1.2);
    }
}

.profile-card-ctr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 0 31px 15px;
}

.profile-card-ctr-g p {
    font-size: 18px;
    font-weight: 500;
    margin: 22px 10px;
}

@media screen and (max-width: 576px) {
    .profile-card-ctr {
        flex-wrap: wrap;
    }
}

.profile-card__btn {
    border: none;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 10px 0px;
    padding: 12px 25px;
    min-width: 115px;
    border-radius: 50px;
    min-height: 40px;
    color: #fff;
    cursor: pointer;
    backface-visibility: hidden;
    transition: all .3s;
}

@media screen and (max-width: 768px) {
    .profile-card {
        padding: 5px;
    }

    .profile-card__button {
        min-width: 170px;
        margin: 15px 25px;
    }

    .profile-profile-left {
        width: 23%;
        align-self: center;
    }

    .profile-profile-details-right {
        width: 77%;
        display: inline-block;
        padding-left: 10px;
    }

    .profile-img {
        width: 60px;
        height: 60px;
        position: relative;
    }

    .profile-card-inf__title time span {
        font-size: 13px;
    }

    .heading-top .profile-card-inf__txt {
        font-size: 16px;
    }

    .heading-top .profile-card-inf__title {
        font-size: 18px;
    }

    .heading-top .profile-card-inf__title-f {
        font-size: 20px;
    }

    .heading-top .profile-card-inf__txt-f {
        font-size: 18px;
    }
}

@media screen and (max-width: 576px) {
    .profile-card__button {
        min-width: inherit;
        margin: 0;
        margin-bottom: 16px;
        width: 100%;
        max-width: 300px;
    }

        .profile-card__button:last-child {
            margin-bottom: 0;
        }
}

.profile-card__button:focus {
    outline: none !important;
}

@media screen and (min-width: 768px) {
    .profile-card {
        padding: 10px;
    }

    .heading-top .profile-card-inf__title {
        font-size: 26px;
    }

    .heading-top .profile-card-inf__txt {
        font-size: 18px;
    }

    .heading-top .profile-card-inf__txt-f {
        font-size: 20px;
        font-weight: 400;
        margin-top: 7px;
    }

    .heading-top .profile-card-inf__title-f {
        font-weight: 700;
        font-size: 32px;
        color: #324e63;
    }


    .profile-card__button:hover {
        transform: translateY(-5px);
    }

    .profile-img {
        width: 83px;
        height: 83px;
        position: relative;
    }

    .profile-profile-left {
        width: 16%;
        align-self: center;
    }

    .profile-profile-details-right {
        width: 84%;
        display: inline-block;
        padding-left: 10px;
    }
}

.profile-card__btn.button--green {
    background: linear-gradient(45deg, #0A872D, #05581c);
}

    .profile-card__btn.button--green:hover {
        box-shadow: 0px 7px 30px rgb(7, 102, 33);
    }

.profile-card__button.button--gray {
    box-shadow: none;
    background: #dcdcdc;
    color: #142029;
}

.profile-img img {
    width: 100%;
    height: 100%;
}

.bar {
    padding: 2px;
    border-radius: 3px;
    background-color: #4CAF50;
}

.profile-card-bar {
    width: 100%;
    padding: 10px;
}

.profile-card-heading-top .heading-top .profile-card-inf__item {
    display: inline-block;
    padding: 2px;
    width: 24%;
}

/****************************My Css Begin here****************************/
.profile-card__btn.button--green {
    background: linear-gradient(45deg, #0A872D, #05581c);
}

    .profile-card__btn.button--green:hover {
        box-shadow: 0px 7px 30px rgba(19, 127, 212, 0.75);
    }

.profile-card__button.button--gray {
    box-shadow: none;
    background: #dcdcdc;
    color: #142029;
}

.profile-card__btn.button--red {
    box-shadow: none;
    background: #FF0000;
}

    .profile-card__btn.button--red:hover {
        box-shadow: 0px 7px 30px rgba(19, 127, 212, 0.75);
    }

.profile-card__btn.button--absent {
    box-shadow: none;
    background: #FF0000;
}

    .profile-card__btn.button--absent:hover {
        box-shadow: 0px 7px 30px rgba(19, 127, 212, 0.75);
    }

.profile-card__btn.button--fullday {
    box-shadow: none;
    background: #F1C40F;
}

    .profile-card__btn.button--fullday:hover {
        box-shadow: 0px 7px 30px rgba(19, 127, 212, 0.75);
    }

.profile-card__btn.button--meeting {
    box-shadow: none;
    background: #F1C40F;
}

    .profile-card__btn.button--meeting:hover {
        box-shadow: 0px 7px 30px rgba(19, 127, 212, 0.75);
    }

.profile-card__btn.button--jointwork {
    box-shadow: none;
    background: #F1C40F;
}

    .profile-card__btn.button--jointwork:hover {
        box-shadow: 0px 7px 30px rgba(19, 127, 212, 0.75);
    }

.emptyview {
    width: 100%;
    /*background-color: #eeeeee73;*/
    background-color: transparent;
    font-weight: bold;
    margin-top: 50vh;
    padding: 10px 0px;
    text-align: center;
    vertical-align: middle;
    display: none;
}

.bar-absent {
    padding: 2px;
    border-radius: 3px;
    background-color: #FF0000;
}

.bar-green {
    padding: 2px;
    border-radius: 3px;
    background: linear-gradient(45deg, #0A872D, #05581c);
}

.bar-meeting {
    padding: 2px;
    border-radius: 3px;
    background: #F1C40F;
}

.bar-jointwork {
    padding: 2px;
    border-radius: 3px;
    background: #F1C40F;
}

.bar-fullday {
    padding: 2px;
    border-radius: 3px;
    background: #F1C40F;
}

.bar-red {
    padding: 2px;
    border-radius: 3px;
    background: #FF0000;
}