/* BASICS */

@import url('https://fonts.googleapis.com/css2?family=Signika+Negative:wght@300;400;600;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Signika Negative', sans-serif;
    color: #393939;
    font-size: 1rem;
    font-weight: 300;
}

/* CONTAINERS */

.app-container {
    margin: 90px auto 100px auto;
}

.w-85 {
    width: 85% !important;
}

.section-title h5 {
    display: initial;
}

.section-title a {
    margin-bottom: 0.5rem;
    text-align: right;
}

.card,
.list-group {
    border-radius: 8px;
}

section {
    margin-top: 20px;
}

.logo-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto 25px auto;
}

.logo-header img {
    height: 45px;
}

.logo-header img.elixir-mutuelle-lixi {
    height: 85px;
}

.logo-header img.lixi-for-team {
    height: 60px;
}

.logo-header img.logo-mfcf {
    height: 75px;
}

.login-logo-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto 25px auto;
}

.login-logo-header h4 {
    font-size: 1.25rem;
    margin-top: 15px;
}

.login-logo-header img {
    max-width: 180px;
}

.login-logo-header img.logo-header-lixi {
    max-height: 50px;
}

img.img-lixi-mini {
    width: 90px;
}

img.img-lixi-small {
    width: 115px;
}

img.img-lixi-extrasmall {
    width: 60px;
}

.lixi-speaks {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 576px) {
    .lixi-speaks {
        display: initial;
    }
}

.lixi-speaks-in-app
{
    display: flex;
    align-items: center;
}

.lixi-speaks .img-lixi-mini,
.lixi-speaks-in-app .img-lixi-mini {
    margin-right: 0.8rem;
}

.lixi-asks-mood
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.lixi-asks-mood .img-lixi-extrasmall {
    margin-right: 0.8rem;
}

.lixi-asks-mood-notif-param {
    text-align: center;
    margin-top: 50px;
    font-size: 0.85rem;
}


/* SHIFT HUBSPOT CHATBOX */

#hubspot-messages-iframe-container {
  margin-bottom: 60px !important;
}


/* BASIC LIXI DESIGN */

.bg {
    overflow: auto;
}

.bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  display: block;
  background-image: url('/static/lixi/img/background-repeatable.svg');
  background-size: contain;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(9px);
  -moz-filter: blur(9px);
  -o-filter: blur(9px);
  -ms-filter: blur(9px);
  filter: blur(9px);
}

.bg-0 {
    background: linear-gradient(#E2529E, #7351E2);
}

.btn {
    line-height: 1.3;
}

.btn-link {
    color: #7351E2;
    padding: 0.25rem;
}

.btn-link:hover,
.btn-link:focus {
    color: #7351E2;
    text-decoration: none;
    box-shadow: none;
}

.btn.btn-lixi {
    color: white;
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
    padding: 12px 25px;
    border-radius: 0.5rem;
    background-image: linear-gradient(to right, #E2529E 0%, #7351E2 51%, #E2529E 100%);
    transition: 0.5s;
    background-size: 200% auto;
}

.btn.btn-lixi:hover {
    background-position: right center;
    color: white;
    text-decoration: none;
}

.btn.btn-lixi-secondary {
    color: #7351E2;
    border: 2px solid;
    border-radius: 0.5rem;
    border-color: #7351E2;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
    padding: 10px 25px;
}

.btn.btn-lixi-secondary:hover {
    color: white;
    background-color: #7351E2;
}

.btn.btn-lixi-mini {
    padding: 5px 10px;
}

.badge {
    font-size: 14px;
    padding: .3em .4em;
    font-weight: 400;
    border-radius: 10px;
}

.badge.badge-lixi {
    color: white;
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
    background-image: linear-gradient(to right, #E2529E 0%, #7351E2 51%, #E2529E 100%);
    transition: 0.5s;
    background-size: 200% auto;
}

.badge.badge-lixi-secondary {
    color: #7351E2;
    border: 2px solid;
    border-color: #7351E2;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
}

.badge.badge-lixi-custom {
    color: white;
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
}

.survey-radio label {
    font-size: 16px;
    padding: 8px 15px;
    margin-bottom: .5rem;
    font-weight: 400;
    border-radius: 25px;
    color: #7351E2;
    border: 2px solid;
    border-color: #7351E2;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
    cursor: pointer;
}

.survey-radio label:hover,
.survey-radio.checked label {
    cursor: pointer;
    color: white;
    background-color: #7351E2;
}

.survey-radio input {
    display: none;
}

.survey-badge-checkbox label {
    width: 100%;
    font-size: 14px;
    padding: 6px 6px;
    margin: 6px 0px;
    font-weight: 300;
    border-radius: 25px;
    color: #7351E2;
    border: 2px solid;
    border-color: #7351E2;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
}

.survey-badge-checkbox input {
    display: none;
}

.survey-badge-label {
    padding-top: 8px;
    padding-bottom: 8px;
}

.survey-badge {
    font-size: 16px;
    padding: 8px 15px;
    font-weight: 400;
    border-radius: 25px;
    color: #7351E2;
    border: 2px solid;
    border-color: #7351E2;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
}

.survey-badge-checkbox label:hover,
.survey-badge-checkbox.checked label {
    cursor: pointer;
    color: white;
    background-color: #7351E2;
}

.survey-badge-label:hover .survey-badge,
.survey-badge-label.active .survey-badge{
    color: white;
    background-color: #7351E2;
    cursor: pointer;
}

.survey-badge-min {
    margin-right: 1rem;
    font-size: 16px;
    font-weight: 400;
}

.survey-badge-max {
    margin-left: 1rem;
    font-size: 16px;
    font-weight: 400;
}

.survey-progress {
    height: 2px;
    border-radius: 0px;
}

.survey-progress-bar-fill {
    background-color: #7351E2;
}

.survey-progress-bar-fill > span {
    display: none;
}

.progress {
    border-radius: 0.50rem;
}

.focus-block {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 25px;
    border-radius: 25px;
    background: #ffffffc7;
}

.thin-block {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.nav-tabs .nav-link {
    color: #495057;
}

.nav-tabs .nav-link.active {
    color: #7351E2;
}

a {
    color: #7351E2;
    font-weight: 400;
}

a:hover {
    color: #7351E2;
}

h1,
h2,
h3 {
    font-weight: 600;
}

.light-page-title {
    font-size: 1.75rem;
    font-weight: 600;
}

.icon-lixi {
    color: white;
    background: linear-gradient(-45deg, #E2529E, #7351E2);
    border-radius: 50%;
    padding: 8px;
}


/* */

.h3-icon {
    font-size: 50px;
    margin-bottom: 0.5rem;
    margin-right: 10px;
}


/* LIST */

.list-group {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}

.list-group-flush {
    box-shadow: unset;
}

.list-icon {
    margin-right: 10px;
}

.list-icon-emoji {
    margin-right: 10px;
    font-size: 25px;
}

.list-icon-after {
    margin-right: 0px;
}

.list-container h5 {
    margin-top: 20px;
}

.list-group p.list-group-item-subtitle {
    color: #6c757d;
    margin: 0;
    font-size: 0.8rem;
}


/* SWAL POPUP */

.swal2-title-custom-sidebar,
.swal2-html-container-custom-sidebar {
    text-align: left !important;
}

.swal-history .swal-history-item {
    margin-top: 20px;
}

.swal-history h6 {
    font-size: 12px;
    margin-bottom: 2px;
}

.swal2-popup-custom {
    margin-bottom: 64px !important; /* Navbar footer size */
    padding-bottom: 64px !important; /* Navbar footer size */
}

.swal2-popup-full-width {
    width: 100% !important;
}

.swal2-footer-custom {
    flex-direction: column;
    align-items: center;
}

.swal2-html-container-custom {
    font-size: 1em !important;
    font-weight: 300 !important;
}

.list-search-ro {
    text-align: left;
}

.list-search-ro img {
    max-width: 64px;
    max-height: 64px;
}

.list-search-ro .ro-list-item {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 4px 0px;
    border-radius: 8px;
}

.list-search-ro .ro-list-item:hover {
    cursor: pointer;
    background-color: rgba(1, 1, 1, 0.059);
}

.list-search-rc {
    text-align: left;
}

.list-search-rc ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list-search-rc img {
    max-width: 64px;
    max-height: 64px;
}

.list-search-rc .rc-list-item {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 4px 0px;
    border-radius: 8px;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.list-search-rc .rc-list-item:hover {
    cursor: pointer;
    background-color: rgba(1, 1, 1, 0.059);
}


/* CARDS */

.card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.card .card-subtitle {
    font-size: 13px;
}

.card .card-title {
    font-size: 20px;
}

#home-account-healthcheck .card-body {
    padding: 0.75rem 0.75rem;
}

#collapse-health-account-state {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-left: 1rem;
}

#collapse-health-account-state p {
    font-size: 16px;
    margin-bottom: 0rem;
}

#collapse-health-account-state>div {
    margin-bottom: 1rem;
}

#collapse-health-account-state .p-icon {
    margin-right: 0.75rem;
}

.healthplace-recommandation .thumb {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.healthplace-recommandation .recommandation-icon-emoji {
    margin-right: 10px;
    font-size: 40px;
}

.healthplace-recommandation .thumb-filter {
    position: absolute;
    height: 50px;
    width: 50px;
    background-image: linear-gradient(325deg, rgb(127, 100, 214, 0.4), rgb(226, 82, 158, 0.4));
    border-radius: 50%;
}

.healthplace-recommandation .thumb-rounded {
    border-radius: 50%;
}

.healthplace-service {
    scroll-behavior: smooth;
}

.healthplace-service a {
    text-decoration: none;
}

.healthplace-service .card {
    margin-bottom: 30px;
}

.healthplace-service .card .badge-pill {
    background-color: #7351e2;
    font-weight: 600;
}

.healthplace-service .card-disabled {
    opacity: 0.6;
}

.healthplace-service .card-body {
    padding: 0.8rem;
}

.healthplace-service .card-title {
    font-size: 20px;
    margin-bottom: 5px;
}

.healthplace-service .card-img-overlay {
    padding: 0.6rem;
}

.healthplace-service .card-img-top {
    height: 110px;
    object-fit: cover;
}

.healthplace-service .card-img-overlay-filter {
    background-image: linear-gradient(325deg, rgb(127, 100, 214, 0.4), rgb(226, 82, 158, 0.4));
    height: 110px;
}

.reimbursement .amount {
    font-size: 22px;
}

.reimbursement .reimbursement-value {
    font-size: 12px;
}

.first-connection-card-deck {
    margin: 2.5rem 0;
}

.first-connection-card-deck .card .card-title {
    margin: 0;
}

.first-connection-card-deck .card span,
.first-connection-card-deck .card .card-content {
    margin-right: 0.7rem;
}


.first-connection-card-deck .card .action-icon {
    opacity: 0.5;
}

.first-connection-card-deck .card .action-icon-done {
    opacity: 1;
    color: green;
}

/* HOME */

.care-summary .badge,
.care-list .badge,
.reimbursement .badge {
    font-weight: 300;
    font-size: 12px;
    border: 1px solid;
    white-space: normal;
}

.care-list-month {
    font-size: 0.8rem;
    margin-top: 0.8rem;
}


/* INSURANCE SCORE */

.insurance-score .col-block-first {
    padding-left: 15px;
}

.insurance-score .col-block {
    padding: 0;
}

.insurance-score .col-block-last {
    padding-right: 15px;
}

.insurance-score .card-body {
    padding: 0.9rem;
}

.insurance-score .card-body h6 {
    margin-bottom: 12px;
    font-size: 0.7rem;
}

.insurance-score .card-body h4 {
    margin-bottom: 0px;
    font-size: 2rem;
}

.insurance-score .card-body .reimbursement-detail {
    font-size: 12px;
}

/* HEALTH SCORE */

.healthscore-history .daily-timeline .daily-title {
    font-weight: 400;
    font-size: 17px;
    color: #7351E2;
}

.healthscore-history .daily-timeline .daily-activities {
    font-size: 14px;
}

.healthscore-history .daily-timeline .daily-note {
    font-size: 14px;
    font-style: italic;
    color: gray;
}

.healthscore-history .daily-timeline .daily-badge {
    font-size: 12px;
    border: 1px solid #7351E2;
    font-weight: 300;
}

.healthscore .healthscore-detail-value {
    font-size: 25px;
    font-weight: 500;
}

.healthscore .healthscore-global-value {
    font-size: 2.4rem;
    font-weight: 500;
}


.healthscore .healthscore-detail-indice {
    font-size: 10px;
    opacity: 0.7;
}

#healthscore-global-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#circle-global.circle-progress canvas {
    top: 12px;
}

#circle-global.circle-progress {
    margin-left: auto;
    margin-right: auto;
}

#health-hot-criteria-question .btn-group {
    width: 100%;
    white-space: nowrap;
}

.hot-criteria-button-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#health-hot-criteria-question .hot-criteria-button-holder:hover > .hot-criteria-emoji {
    transform: scale(1.2);
}

#health-hot-criteria-question .hot-criteria-button:disabled .hot-criteria-button-holder:hover > .hot-criteria-emoji,
#health-hot-criteria-question .hot-criteria-button[disabled] .hot-criteria-button-holder:hover > .hot-criteria-emoji {
    transform: none;
}

.hot-criteria-button {
    width: 25%;
    height: 100%;
    padding: 0;
    background: none;
    color: inherit;
    border: none;
    outline: inherit;
}

#health-hot-criteria-question .hot-criteria-emoji {
    font-size: 30px;
    background: linear-gradient(-45deg, #E2529E, #7351E2);
    padding: 10px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    transition: transform .4s;
}

#health-hot-criteria-question .hot-criteria-button:disabled .hot-criteria-emoji,
#health-hot-criteria-question .hot-criteria-button[disabled] .hot-criteria-emoji {
    background: linear-gradient(-45deg, #E2529E, #7351E2);
    opacity: 0.4;
}

#mood-report {
    display: flex;
}

#mood-report .hot-criteria-button-holder {
    width: 20%;

}

#health-hot-criteria-content .hot-criteria-emoji,
#mood-report .hot-criteria-emoji {
    font-size: 30px;
    border: 1px solid #7351E2;
    padding: 10px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.hot-criteria-description {
    font-size: 16px;
    font-weight: 300;
    margin: 0.5rem;
}

#health-hot-criteria-question .hot-criteria-button:disabled .hot-criteria-description,
#health-hot-criteria-question .hot-criteria-button[disabled] .hot-criteria-description {
    opacity: 0.4;
}


/* HEADER NAV BAR */

.navbar {
    padding: 0.3rem 1rem;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.navbar-nav {
    display: flex;
    flex-direction: initial;
}

.navbar .navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

.navbar .navbar-logo {
    height: 35px;
}

.navbar .nav-item {
    margin-left: 15px;
}

.navbar .navbar-icon {
    font-size: 32px;
    vertical-align: middle;
}

.navbar .navbar-icon:hover {
    color: #7351e2;
} 

/* PAGE LOADER */

.page-loader {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 5px;
    background: rgb(115,81,226, 0.2);
    overflow: hidden;
    display: none;
}

.page-loader.page-loader-large {
    height: 10px;
}

.page-loader div::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: #7351E2;
    animation: Line1 2100ms cubic-bezier(0.65, 0.81, 0.73, 0.4) infinite;
}

@keyframes Line1 {
    0%{
    left: -35%;
    right: 100%;
    }
    60%, 100%{
    left: 100%;
    right: -90%;
    }
}

.page-loader div:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: #7351E2;
    animation: Line2 2100ms cubic-bezier(0.16, 0.84, 0.44, 1) infinite;
    animation-delay: 1150ms;
}

@keyframes Line2 {
    0%{
    left: -200%;
    right: 100%;
    }
    60%, 100%{
    left: 107%;
    right: -8%;
    }
}

/* FOOTER NAV BAR */

.navbar-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 65px;
    background-color: white !important;
    border-top: 1px solid transparent;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.navbar-footer .btn-container {
    max-width: 600px;
    height: 100%;
    margin: auto;
    padding: 5px 0 5px 0;

}

.navbar-footer .selectors {
    height: 100%;
    width: 100%;
}

.navbar-footer .selectors .navbar-btn {
    border: 0;
    border-radius: 0;
    background-color: white !important;
    width: 33%;
    margin-left: 0;
}

.navbar-footer .selectors .navbar-btn:active {
    border: 0;
    text-decoration: none;
}

.navbar-footer .selectors .navbar-btn:focus {
    border: 0;
    outline: 0;
    box-shadow: 0 0 0 0px;
}

.navbar-footer .active,
.selector-holder {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.navbar-footer .inactive {
    display: none;
}

.selector-holder span {
    font-size: 0.8rem;
    margin: auto;
}

/* Colors of the buttons*/
.button-active,
.selectors .navbar-btn:hover,
.selectors .navbar-btn:active,
.selectors .navbar-btn:focus {
    color: #7f64d6;
    opacity: 1;
    text-decoration: none;
}

.button-inactive {
    opacity: 70%;
    color: #353535;
}

.navbar-footer .navbar-icon {
    font-size: 28px;
    margin: auto;
}


/* UTILS */

.badge-notify {
    background: red;
    position: absolute !important;
    margin-top: 3px;
    margin-left: 3px;
    font-size: 0.6rem;
    color: white;
}

.badge-notify-dot {
    background: red;
    position: absolute !important;
    top: 5px !important;
    display: initial !important;
    padding: 0.4em;
    border-radius: 50%;
    margin-left: 5px;
}

.spinner-lixi {
    border-color: #7f64d6;
    border-right-color: transparent;
}

.spinner-big {
    border-width: 0.25rem;
    width: 3rem;
    height: 3rem;
}

.insurance-plan-state {
    text-align: left;
}

.insurance-plan-state .usable-care {
    color: #7f64d6;
}

.insurance-card,
.insurance-card-table {
    text-align: left;
    margin: 2rem 0;
}

ul.daily-timeline {
    list-style-type: none;
    position: relative;
}

ul.daily-timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 14px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.daily-timeline > li {
    margin: 20px 0;
    padding-left: 0px;
}

ul.daily-timeline > li:before {
    content: attr(data-before);
    background: white;
    display: inline-block;
    position: absolute;
    font-size: 25px;
    left: 4px;
    z-index: 400;
}

.daily-date {
    display: flex;
    justify-content: space-between;
}

.daily-healthcare {
    display: flex;
    justify-content: space-between;
    cursor: pointer;    
}

.daily-score {
    font-size: 1.5rem;
    font-weight: 500;
}

.back-to-app a {
    text-decoration: none;
}

.lixi-alert .alert {
    font-size: 1.1rem;
}

.lixi-alert-box {
    border-radius: 0.5rem;
    box-shadow: 0 0 8px #7351E2;
}

.team-stat-summary .circle-progress .score-value-big {
    font-size: 2.2rem;
    font-weight: 500;
}

.team-stat-summary .circle-progress .score-indice {
    font-size: 10px;
    opacity: 0.7;
}

.team-score-detail-grid {
    display: flex;
    margin: 1rem 0;
}

@media screen and (max-width: 768px) {
    .team-score-detail-grid {
         flex-direction: column;
    }

    .team-score-detail {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .team-score-buttons {
        text-align: center;
    }

}

.team-score-detail {
    margin: 0.5rem;
    padding: 0.5rem;
    width: 120px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 8px;
}

.team-score-detail-header {
    border: 2px solid rgba(0,0,0,.250);
    border-radius: 8px;
}

.team-score-detail-value {
    font-size: 2rem;
    font-weight: 500;
}

.team-score-detail-value-indice {
    font-size: 0.7rem;
    font-weight: 300;
    color:  gray;
}

.team-stat-mood .mood-value {
    font-size: 2rem;
    font-weight: 500;
}

.team-logo {
    height: 65px;
}

.team-logo img {
    height: 100%;
}


/*      */

.team-stat-table .table th {
    vertical-align: middle;
}

.team-stat-table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    font-size: 1.2rem;
}

.team-stat-table .stat-category-collapse-btn {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
}

.team-stat-table .stat-category-collapse-btn a[aria-expanded="true"] > span.icon-expend-arrow {
    transform: rotate(180deg);
}

.team-stat-table .stat-category {
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
}

.team-stat-table .stat-category-group {
    margin-top: 15px;
    background: #e9ecef20;
}

.team-stat-table .stat-category-group .stat-category {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

.team-stat-table .stat-category-group .stat-category:last-child {
    border-bottom: none;
}

.team-stat-table .stat-category-name {
    margin-right: 20px;
    font-weight: 600;
    margin-top: auto;
    margin-bottom: auto;
}

.team-stat-table .stat-category-group .stat-category-name {
    padding-left: 20px;
    font-weight: 300;
}

.team-stat-table .stat-category .stat-progress-bar {
    max-width: 250px;
    min-width: 100px;
    width: 100%;
    margin-left: auto;
}

.team-stat-table .score-indice {
    font-size: 10px;
    opacity: 0.7;
}

.team-stat-table .score-value
{    font-size: 1.1rem;
}

.team-stat-table .material-icons.stat-description {
    color: gray;
    font-size: 1rem;
    vertical-align: baseline;
}

.team-stat-table .material-icons {
    vertical-align: bottom;
}

.team-stat-table .progress {
    height: 10px;
    width: 100%;
    max-width: 250px;
}

.team-stat-table .report-problem {
    color: gray;
    font-size: 0.9rem;
    font-weight: 300;
    margin-top: 5px;
}

.team-stat-table .report-problem .material-icons.stat-report-problem {
    color: red;
    font-size: 1rem;
    vertical-align: sub;
    padding-right: 8px;
}

.team-stat-table .report-problem .material-icons {
    vertical-align: bottom;
}

.team-nav {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.team-nav .nav {
    justify-content: center;
}

.team-nav .nav-tabs {
    border-bottom: transparent;
}

.team-nav .nav-tabs .nav-link {
    font-weight: 400;
    font-size: 1.1rem;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
}

.team-nav .nav-tabs .nav-link.active,
.team-nav .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 3px solid #7351E2;
    color: #7351E2;
}

@media screen and (max-width: 768px) {
    .team-nav .nav {
        display: block;
    }

    .team-nav .nav-tabs .nav-link {
        font-weight: 400;
        font-size: 1.1rem;
        background-color: transparent;
        border: none;
        border-left: 3px solid transparent;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .team-nav .nav-tabs .nav-link.active,
    .team-nav .nav-tabs .nav-link:hover {
        border-left: 3px solid #7351E2;
        border-bottom: none;
        color: #7351E2;
    }
}

.team-section-card .card h4 {
    margin-bottom: 2rem;
}

.lixi-team-alert .alert {
    font-size: 1.1rem;
}

.team-logo-icon {
    object-fit: cover;
    height: 40px;
    width: 40px;
    margin-right: 10px;
}


#lixi-features .subtitle {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

#lixi-features .price {
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
    font-weight: 600;
    margin-top: 1rem;
}

#lixi-features .per-month {
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8rem;
}

#lixi-features .plan-description {
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
}

#lixi-features .item {
    display: flex;
    flex-direction: column;
    padding: 50px 10px 32px 10px;
    align-items: flex-start;
    height: 100%;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    background: linear-gradient(rgb(184, 166, 249, 0.3), rgb(242, 188, 188, 0.3));
}


#lixi-features .item-flash {
    box-shadow: rgb(115,81,226,0.55) 0px 0px 15px;
}

#lixi-features .item ul {
    margin-top: 2rem;
}

#lixi-features .item li.present {
    list-style-type: "✅";
}

#lixi-features .item li.absent {
    list-style-type: "❌";
}

#lixi-features .item li {
    margin-bottom: 1rem;
    padding-left: 15px;
}

#lixi-features .item h3 {
    margin-bottom: 1.5rem;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    border-radius: 25px;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 5px 20px;
    position: absolute;
    left: 0px;
    top: -15px;
}

#lixi-features .item .btn-lixi {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}


#lixi-faq h2 {
    margin-bottom: 3rem;
}

#lixi-faq .heading-icon > span {
    font-size: 24px;
    background: linear-gradient(#E2529E, #7351E2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    position: relative;
    top: 4px;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

#lixi-faq .panel-default > .panel-heading {
    padding: 1rem;
}

#lixi-faq .panel-default:not(:first-child) > .panel-heading {
    border-top: 2px;
    border-color: #f4f4f4;
    border-top-style: solid;
}

#lixi-faq .panel-default h3.panel-title {
    margin: 0;
}

#lixi-faq .panel-default .panel-title a {
    display: block;
    font-size: 1.2rem;
    text-decoration: none;
}

#lixi-faq .panel-default .panel-body {
    box-shadow: inset 0px 4px 6px -6px #888;
    padding: 1.5rem;
    margin: 0;
}

#lixi-premium-features .description {
    margin: 0px auto 25px auto;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
}

#lixi-premium-features .item {
    display: flex;
    flex-direction: column;
    padding: 50px 10px 25px 10px;
    align-items: flex-start;
    height: 100%;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    background: linear-gradient(rgb(184, 166, 249, 0.3), rgb(242, 188, 188, 0.3));
}

#lixi-premium-features .item ul {
    list-style-type: "✔️";
    margin-bottom: 0;
}

#lixi-premium-features .item li {
    margin-bottom: 1rem;
    padding-left: 15px;
}

#lixi-premium-features .item h3 {
    margin-bottom: 1.5rem;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    border-radius: 25px;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 5px 20px;
    position: absolute;
    left: 0px;
    top: -15px;
}

#lixi-premium-features .item .btn-lixi {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

#lixi-premium-price .price-hero {
    margin: 50px 0;
}

#lixi-premium-price .price-circle {
    margin-left: auto;
    margin-right: auto;
    padding-top: 45px;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    color: white;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}

#lixi-premium-price .price-by-month {
    font-size: 12px;
    font-weight: ;
}