/* Cubic Bezier Transition */


/***
new profile page
***/

.profile-sidebar {
    float: left;
    width: 240px;
    margin-right: 20px;
}

.profile-content {
    overflow: hidden;
}


/* PROFILE SIDEBAR */

.profile-sidebar-portlet {
    padding: 30px 0 0 0 !important;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0;
}

.profile-userbuttons button {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
}

.profile-usermenu {
    margin-top: 30px;
    padding-bottom: 20px;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 16px;
    font-weight: 400;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 16px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}

.profile-stat {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f4f7;
}

.profile-stat-title {
    color: #7f90a4;
    font-size: 25px;
    text-align: center;
}

.profile-stat-text {
    color: #5b9bd1;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
}

.profile-desc-title {
    color: #7f90a4;
    font-size: 17px;
    font-weight: 600;
}

.profile-desc-text {
    color: #7e8c9e;
    font-size: 14px;
}

.profile-desc-link i {
    width: 22px;
    font-size: 19px;
    color: #abb6c4;
    margin-right: 5px;
}

.profile-desc-link a {
    font-size: 14px;
    font-weight: 600;
    color: #5b9bd1;
}


/* END PROFILE SIDEBAR */


/* RESPONSIVE MODE */

@media (max-width: 991px) {
    /* 991px */
    /* 991px */
    .profile-sidebar {
        float: none;
        width: 100% !important;
        margin: 0;
    }
    .profile-sidebar>.portlet {
        margin-bottom: 20px;
    }
    .profile-content {
        overflow: visible;
    }
}

.contact-support {
    border-radius: 2px;
}

.profile-card {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
    transition: box-shadow 83ms;
}

.sidebar {
    margin-bottom: 8px;
}

.contact-support__bg_default {
    padding: 0;
    text-align: center;
    width: 100%;
}

.container-contact {
    /* box-shadow: 0 0 0 1px rgba(0, 0, 0, .15); */
    border-radius: 2px;
}

.container-contact,
.container-with-shadow {
    padding: 10px;
    background-color: #fff;
    background-clip: padding-box;
    transition: box-shadow 83ms;
}

.contact-support__bg_meta {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding: 12px 12px 16px;
}

.contact-support__breakwords {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.contact-support-banner {
    background-image: url('../../../themes/default/images/header-banner.jpg');
    background-position: center;
    background-size: 462px;
}

.contact-support__bg_image {
    background-position: center;
    background-size: cover;
    display: block;
    height: 54px;
    margin: -12px -12px 0;
}

.contact-support-image {
    border: 2px solid #fff;
    box-shadow: inset 0 1.5px 3px 0 rgba(0, 0, 0, .15), 0 1.5px 3px 0 rgba(0, 0, 0, .15);
    margin: -38px auto 12px;
}

.photo-contact {
    border: 1px solid transparent;
    border-radius: 49.9%;
}

.circle-entity {
    width: 72px;
    height: 72px;
    box-sizing: border-box;
    background-clip: content-box;
}

.contact-support__full-name-support {
    line-height: 24px;
    color: rgba(0, 0, 0, .9);
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Fira Sans, Ubuntu, Oxygen, Oxygen Sans, Cantarell, Droid Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Emoji, Segoe UI Symbol, Lucida Grande, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.contact-support__email-support {
    color: rgba(0, 0, 0, .6);
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Fira Sans, Ubuntu, Oxygen, Oxygen Sans, Cantarell, Droid Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Emoji, Segoe UI Symbol, Lucida Grande, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.contact-support__info {
    padding: 12px;
    margin: 0;
    /* padding: 0; */
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

.entity-list ul {
    display: flex !important;
    flex-direction: column !important;
    border: 0 !important;
}

.contact-support__info .entity-list .entity-list-item:first-of-type {
    padding-top: 0;
    position: relative;
    padding: 12px 0;
    padding-top: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.contact-support__info .entity-list .entity-list-item:last-of-type {
    padding-top: 0;
    position: relative;
    padding: 12px 0;
    padding-top: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.contact-support__identity-stat {
    display: block;
    font-weight: 200;
    color: #0073b1;
}

.content-container {
    width: 50%;
    float: left;
}

.content-container-whatsapp {
    width: 100%;
}

.entity-list-item {
    list-style-type: none;
    background-color: #fff;
    width: 100%;
}

.contact-support__info .entity-list .entity-list-item:last-of-type {
    padding: 12px 0;
    border-bottom: none;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.contact-support__info .entity-list .entity-list-item:nth-last-child(1) {
    margin-bottom: 0;
}

.contact-support__info .entity-list .entity-list-item:nth-last-child(2) {
    margin-bottom: 0;
    padding: 12px 0;
    border-bottom: none;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.entity-item {
    width: 100%;
    height: 50px;
}

.contact-info-details {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Fira Sans, Ubuntu, Oxygen, Oxygen Sans, Cantarell, Droid Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Emoji, Segoe UI Symbol, Lucida Grande, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
}

.contact-support__footer-info {
    padding: 12px;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, .15);
    background-color: #f5f5f5;
}

.contact-support-detail-footer {
    color: rgba(0, 0, 0, .6);
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Fira Sans, Ubuntu, Oxygen, Oxygen Sans, Cantarell, Droid Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Emoji, Segoe UI Symbol, Lucida Grande, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}