
body {
    font-family: "Nunito Sans", sans-serif;
    color: #3b3b3b;
    background-color: #f8f9f9;
}

h1 {
    font-size: 29px;
}

p {
    font-size: 16px;
    color: #3b3b3b;
}

a, .color-blue {
    color: #4480b6;
}

.header {
    margin-bottom: 0;
    padding-bottom: 0;
}
.dropdown-toggle::after {
    display: none;
    border: 0px;
}
.navbar-nav {
    flex-direction: row;
}
.navbar-nav .nav-item {
    margin: 0px 10px;
}
.navbar-expand-lg {
    justify-content: space-between;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
}
.dropdown-account {
    left: -120px;
}
.left-all-menu {
    padding-top: 95px;
    padding-left: 15px;
    font-size: 19px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 600px;
}
.menu {
    padding-bottom: 10px;
}
.menu a {
    color: #8391a1;
}
.menu .active {
    color: #4480B6;
}
.mobile-footer {
    padding: 15px 0px;
    background-color: #f8f8f8;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.account-links a.nav-link {
    background: #f7f8f9;
    border: 1px solid #c5c5c554;
    padding: 0 15px;
    display: block;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    color: #333;
    margin-bottom: 15px;
    border-radius: 15px;
}
.footer-main-menu {
    position: relative;
}
.footer-main-menu .menu {
    padding-bottom: 15px;
}
.footer-main-menu .menu a {
    font-size: 14px;
}
.fw-500 {
    font-weight: 500;
}
.btn-submit {
    padding: 15px;
    background: #0d0333;
    color: #fefefe;
    width: 50%;
}
.btn-submit:hover {
    background: #0d0333;
    color: #fefefe;
}
.btn.focus,
.btn:focus {
    box-shadow: none;
}
.form-group.has-search {
    position: relative;
}
.btn-wide {
    padding: 12px 45px;
}
.has-search .form-control-feedback {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 16px;
    z-index: 2;
    display: block;
    line-height: 3.375rem;
    pointer-events: none;
    color: #000;
}
.has-search .form-control,
.contact-us .form-control {
    padding: 15px;
    padding-right: 2.545rem;
    background: #f7f8f9;
    border-radius: 10px;
    height: 40px;
    font-size: 16px;
    border: 1px solid #c5c5c554;
    color: #000;
}

select.form-control:disabled {
    color: #888;
    background: #e9ecef;
}

.faq-questions {
    padding: 30px 0;
}
.faq-questions .faq-list {
    padding: 0;
    list-style: none;
}
.faq-questions .faq-list li:not(.style-none) {
    border: 1px solid #c5c5c554;
    background-color: #f7f8f9;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 15px 20px;
}
.faq-questions .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
}
.faq-questions .faq-list i {
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: 6px;
    transition: 1s;
}
.faq-title {
    text-align: center;
    font-size: 17px;
    border-bottom: 2px dashed #ffffff;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #ffffff;
}
.faq-questions .faq-list p {
    padding-top: 5px;
    margin-bottom: 0;
    font-size: 15px;
}
.collapsed i.fas.fa-angle-up {
    transform: rotate(180deg);
}
#skipModal .modal {
    padding-right: 0px !important;
}
#skipModal .modal-content {
    border-radius: 16px;
    top: 200px;
    max-width: 400px;
    margin: auto;
}
.text-0d0333 {
    color: #0d0333;
}
.text-8391a1 {
    color: #8391a1 !important;
}
.text-blue {
    color: #4480B6;
}
.existing-goals {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.resource-category {
    border-radius: 15px;
    background: #333;
    display: block;
    width: 100%;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}
/* .resource-list-image img {
    width: 100%;
    border-radius: 15px;
} */

.resource-list-image {
    height: 250px; width: 100%; overflow: hidden; border-radius: 15px;
}

.resource-list-image img {
    width: auto; min-height: 250px; max-height: 350px;
}

.resource-category:hover {
    text-decoration: none;
}
.resource-category .category-name {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 30px;
    font-weight: medium;
    text-shadow: 0px 0px 5px #555;
}
.resource-category .category-image-frame {
    width: 100%;
    height: 250px;
    overflow: hidden;
    text-align: center;
    background-size: cover;
    opacity: 0.8;
    transition: 0.3s;
    overflow: hidden;
}

.text-sm {
    font-size: 12px !important;
}
.resource-category .category-image {
    height: auto;
    opacity: 0.8;
    transition: 0.3s;
    background-size: cover;
    /* min-height: 100%; */
    /* min-width: 100%; */
}
.resource-category:hover .category-image-frame {
    opacity: 0.5;
}
.category-tag {
    background: #F58984;
    border-radius: 6px;
    padding: 15px;
    font-size: 16px;
    color: #fff;

}
.static-tip {
    padding: 15px 15px 1px;
    background: #fff;
    border-radius: 6px;
    font-size: 16px;
}
.existing-goals .text {
    padding: 15px;
    padding-right: 2.545rem;
    background: #fff;
    border-radius: 6px;
    width: 90%;
    height: 55px;
    font-size: 16px;
    border: 0;
    color: #8391a1;
}
.existing-goals-icon {
    width: 100%;
    border-radius: 6px;
    align-items: center;
    height: 50px;
    line-height: 50px;
    justify-content: center;
    background-color: #F58984;
    color: #fefefe;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}
.nav-menu a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 0 0 10px 0;
}
.nav-menu a:hover {
    text-decoration: none;
    color: #333;
}

.top-18px {
    top: 18px !important;
}
h3 .resources-sup {
    padding: 2px 5px;
    background: #f7f8f9;
    color: #8391a1;
    font-size: 16px;
    font-weight: 400;
}
.background-mobile-header {
    background-position-x: -5px;
    background-position-y: center;
    height: 175px;
    position: relative;
}
.background-mobile-header h3 {
    position: absolute;
    left: 10px;
    bottom: 0;
    margin: 0;
}
.w-md-65 {
    width: 65%;
}
.es-rel {
    position: relative;
}
.es-rel .btn-center {
    position: absolute;
    bottom: 42%;
    left: 42%;
    width: 250px;
}
.background-mobile-header.everyday-stretch {
    height: 225px;
}
.flitter {
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 12px;
    background: #fff;
}
.flitter .btn-flitter {
    width: 150px;
    border-radius: 10px;
    padding: 10px 25px;
}
.flitter .btn-flitter.active {
    background: #6A9BC8;
    color: #fff;
}
.flitter .right-content {
    display: flex;
    padding: 5px;
    font-weight: 600;
    justify-content: end;
    align-items: center;
    height: 48px;
}
.flitter .right-content div {
    margin-left: 10px;
}
.flitter .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 17px;
    top: 7px;
}
.flitter .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.flitter .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
}
.flitter .slider:before {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    bottom: -5px;
    position: absolute;
    content: "";
    background-color: white;
    transition: 0.4s;
    box-shadow: 0 1px 3px #333;
}
.flitter input:checked + .slider {
    background-color: #000;
}
.flitter input:focus + .slider {
    box-shadow: 0 0 1px #000;
}
.flitter input:checked + .slider:before {
    transform: translateX(26px);
}
.flitter .slider.round {
    border-radius: 34px;
}
.flitter .slider.round:before {
    border-radius: 50%;
}
.standingTableData .table td,
.table th,
.table thead th {
    border: 0px;
}
.standingTableData .table tbody tr:hover {
    opacity: 0.7;
}
.standingTableData .table td {
    background-color: #f7f8f9;
    font-weight: 700;
}
.standingTableData .table th {
    font-weight: 500;
}
.standingTableData .table tr:first-child th,
.standingTableData .table tr:last-child td {
    padding: 0px;
    background-color: transparent;
}
.standingTableData .btlr {
    padding: 12px;
    background-color: #efeff0;
    border-top-left-radius: 10px;
}
.standingTableData .btrr {
    padding: 12px;
    background-color: #efeff0;
    border-top-right-radius: 10px;
}
.standingTableData .bblr {
    padding: 12px;
    background-color: #f7f8f9;
    border-bottom-left-radius: 10px;
}
.standingTableData .bbrr {
    padding: 12px;
    background-color: #f7f8f9;
    border-bottom-right-radius: 10px;
}
.team-unavailable, .team-unavailable p {
    color: #888;
}
.color-red {
    color: #f5bbb9;
}
.color-yellow-dark {
    color: #f1ca56;
}

.color-yellow {
    color: #F0DE3F;
}
.color-inherit {
    color: inherit;
}
.resgistration-code {
    display: flex;
}
.resgistration-code input {
    background-color: #f7f8f9;
    width: 50px;
    text-align: center;
    height: 50px;
    border-radius: 10px;
    margin-right: 7px;
    font-weight: bold;
    border: 1px solid #c5c5c554;
}
.mobile-scroll {
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
}
.mobile-scroll::-webkit-scrollbar {
    display: none;
}
.progress-card {
    background-color: #f7f8f9;
    border-radius: 10px;
    padding: 18px;
    width: 100%;
    /* min-width: 250px; */
    margin-right: 10px;
}
.progress-card .progress {
    height: 4px;
    border-radius: 10px;
}
.progress-card .progress .progress-bar {
    height: 4px;
    background-color: #8391a1;
}
.monthly .date {
    width: 39px;
    height: 28px;
    margin-top: -5px;
    /* background: #f7f8f9; */
    line-height: 2.0;
    /* border: 1px solid #c5c5c554; */
}
.monthly .date-bg, .week-prev, .week-next {
    cursor: pointer;
}
.monthly .date-bg:hover {
    background: #fff;
}
.tasks .task-card {
    background-color: #f7f8f9;
    border: 1px solid #c5c5c554;
    color: #8391a1;
    border-radius: 10px;
    padding: 18px;
    width: 100%;
    margin-bottom: 8px;
}
.h-20 {
    height: 20px;
}
/* task Checkbox style */
label {
    display: inline;
    margin: 0px;
}
.regular-checkbox {
    display: none;
}
.regular-checkbox + label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}
.regular-checkbox + label:active,
.regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.regular-checkbox:checked + label {
    background-color: #9f9f9fbc;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
        inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #8391a1;
}
.regular-checkbox:checked + label:after {
    content: "\2713";
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: white;
    font-weight: bold;
}
.task-card {
    cursor: pointer;
}
.line-through {
    text-decoration: line-through;
}
.faux-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    background: #fff;
    display: block;
    border-radius: 5px;
    padding: 0 0 0 2px;
    font-size: 0;
    line-height: 18px;
    overflow: hidden;
}
.faux-checkbox.checked {
    font-size: 13px;
    border-color: #4480B6;
}
.big-checkbox:checked + label:after {
    font-size: 14px;
    /* left: 5px; */
}
.tag {
    font-family: Arial, sans-serif;
    width: 200px;
    position: relative;
    top: 5px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
}
/* .big-checkbox + label {
    padding: 13px;
} */
/* task Checkbox style */

.nav-link .notification-count {
    position: absolute;
    top: 0;
    font-size: 10px;
    right: -5px;
    background: #F0DE3F;
    color: white;
    border-radius: 50%;
    padding: 1px 0 0 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #000;
    font-weight: bold;
}
.notifications .dropdown-menu {
    right: -25px;
    left: auto;
    border-radius: 15px;
    top: 80px;
    width: 350px;
    padding: 18px;
    position: absolute;
    border: 0;
}
@media (min-width: 768px) {
    .notifications .dropdown-menu {
        top: 55px;
    }
}
/* .notifications .dropdown-menu.drop-sm {
    width: 220px;
} */
.messages.unread h6 {
    font-weight: bold;
}
.pipe-text {
    font-size: 25px;
    color: #ccc;
}

.resource-content img {
    max-width: 100% !important;
    height: auto !important;
}

.vjs-layout-tiny { width: 100%; height: 100px; border-radius: 10px; }
.vjs-layout-x-small { width: 100%; height: 200px; border-radius: 10px;  }
.vjs-layout-small { width: 100%; height: 300px; border-radius: 10px;  }
.vjs-layout-medium { width: 100%; height: 400px; border-radius: 10px;  }
.vjs-layout-large { width: 100%; height: 500px; border-radius: 10px;  }
.vjs-layout-x-large { width: 100%; height: 600px; border-radius: 10px;  }
.vjs-layout-huge { width: 100%; height: 700px; border-radius: 10px;  }

.profile-image-list {
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -1px;
    overflow: hidden;
    background: #F8F9F9;
    color: #777;
    text-align: center;
    line-height: 30px;
    margin-top: -3px;
}
.profile-image-list img {
    width: auto;
    min-width: 100%;
    height: 40px;
    margin-top: -10px;
}
.profile-image-nav {
    position: relative;
    width: 35px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    overflow: hidden;
    background: #F8F9F9;
    color: #777;
    text-align: center;
    line-height: 30px;
    margin-top: -3px;
}
.nav-link:focus-visible {
    outline: none !important;
}
.profile-image-frame {
    position: relative;
    width: 150px;
    height: 150px;
}
.profile-image {
    width: 150px;
    height: 150px;
    font-size: 80px;
    letter-spacing: 5px;
    overflow: hidden;
    background: #fff;
    color: #777;
    text-align: center;
    line-height: 150px;
}
.profile-image-frame .click-action {
    background: #ccc;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #f8f9f9;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    color: #444;
    position: absolute;
    bottom: -5px;
    right: -5px;
    font-size: 24px;
    padding: 5px 0 0;
}
.profile-image-frame img {
    width: 100%;
    /* min-width: 100%; */
    /* height: 150px; */
    /* min-width: 150px; */
    /* min-height: 175px; */
    margin-top: -25px;
}
.profile-image .pending {
    font-size: 40px;
    text-align: center;
    display: none;
    line-height: 130px;
}
.statuss .active {
    font-weight: 600;
    position: relative;
}
.statuss .active::before {
    content: "";
    position: absolute;
    left: 24%;
    bottom: 0;
    height: 1px;
    width: 38%;
    border-bottom: 2px solid #000;
}
.flex-protion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.flex-protion h6 {
    margin-bottom: 0px;
}
.notifications .dropdown-menu p {
    color: #8391a1;
}
.middle-block {
    max-width: 495px;
    background: #fff;
}
.large-block {
    max-width: 65%;
    background: #fff;
}
.green-border {
    border: 10px solid #a8ddb9;
}
.red-border {
    border: 10px solid #F6A4A0;
}
.form-group label {
    padding-bottom: 10px;
    display: block;
}
.form-control {
    background: #f8f9f9;
    border: 0;
    border-radius: 7px;
    padding: 15px;
    height: 48px;
}
.form-control::-moz-placeholder {
    color: #3b3b3b;
    opacity: 0.6;
}
.form-control:-ms-input-placeholder {
    color: #3b3b3b;
    opacity: 0.6;
}
.form-control::placeholder {
    color: #3b3b3b;
    opacity: 0.6;
}

.btn-danger, .btn-red {
    background: #F58984;
    border: 1px solid #F58984;
    color: #fff;
}

.btn-danger:hover, .btn-red:hover {
    background: #d67d78;
    border: 1px solid #d67d78;
    color: #fff;
}

.btn-green {
    background: #7BD19F;
    border: 1px solid #7BD19F;
    color: #fff;
}

.btn-green:hover {
    background: #6ab589;
    border: 1px solid #6ab589;
    color: #fff;
}

.btn-pad {
    padding: 15px 25px;
}

.btn-primary, .btn-blue {
    background: #6a9bc8;
    border: 1px solid #6a9bc8;
    color: #fff;
}

.btn-gray {
    background: #eee;
    border: 1px solid #eee;
    color: #333;
}

.btn-gray:hover {
    background: #ddd;
}

.btn-outline-primary, .btn-outline-primary:hover {
    border: 1px solid #6a9bc8;
    color: #6a9bc8;
    background: none;
}

.btn-outline-primary:hover {
    background: #eee;
}

.btn-primary:hover, .btn-blue:hover {
    background: #5888b6;
    border: 1px solid #5888b6;
    color: #fff;
}

.btn-primary:disabled, .btn-primary:hover:disabled {
    background: #eee;
    border: 1px solid #ccc;
    color: #999;
}

.btn-default {
    background: #fff;
    border: 1px solid #777;
}

.btn-default:hover {
    background: #eee;
    border: 1px solid #777;
}

.carousel-control-prev, .carousel-control-next {
    width: 60px;
    background: #fff;
    height: 60px;
    z-index: 100;
    opacity: 1;
    bottom: auto;
    top: 22%;
    border-radius: 50%;
    border: 0;
    outline: 0;
    color: #777;
    font-size: 20px;
    line-height: 60px;
}
.carousel-control-prev {
    left: -30px;
}
.carousel-control-next {
    right: -30px;
}
.carousel-control-next, .carousel-control-prev,
.carousel-control-next:focus-visible, .carousel-control-prev:focus-visible {
    border: 0;
    outline: 0;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
    opacity: 1;
    color: #000;
}

.resource-title {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;

    color: #3B3B3B;
}

.resource-intro-text {
    height: 4ch;
    overflow: hidden;
    line-height: 120%;
    color: rgba(59, 59, 59, 0.6);
    font-family: Avenir;
    font-weight: 400;
}

























.white-bg {
    background-color: #fff;
}

.bg-c6d9e8{
    background: linear-gradient(45deg, #d8e4ef, #9fc2e1) ;
}
.bg-f5bab6{
    background: linear-gradient(45deg, #f2e8e6, #f5bbb9);
}
.bg-caedcd{
    background: linear-gradient(45deg, #d7f2e1, #c4eac3);
}
.bg-f9f2ca{
    background: linear-gradient(45deg, #f9f2ca, #f2e08f);
}
.bg-f1ca56{
    background: linear-gradient(45deg, #f2e08f, #f1ca56);
}
.dashboard-cards .progress-card {
    height: 250px;
    border-radius: 10px;
    padding: 0;
    margin: auto;
    margin-bottom: 10px;
}
.dashboard-cards .progress-card .chart,
.dashboard-cards .progress-card .chart1,
.dashboard-cards .progress-card .chart2,
.dashboard-cards .progress-card .chart3,
.dashboard-cards .progress-card .chart4 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 17px;
    line-height: 160px;
    height: 85px;
    margin-left: 33px;
}
.dashboard-cards .chart-title {
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 73px;
    left: 57px;
    width: 80px;
    font-size: 12px;
    line-height: 16px;
    word-break: break-word;
}
.dashboard-cards .progress-card .chart canvas,
.dashboard-cards .progress-card .chart2 canvas,
.dashboard-cards .progress-card .chart4 canvas {
    position: absolute;
    width: 130px!important;
    height: auto!important;
    left: 0;
    top: 15px;
}
.dashboard-cards .progress-card .chart1 canvas,
.dashboard-cards .progress-card .chart3 canvas {
    position: absolute;
    top: -58px;
    left: 13px;
    width: 105px!important;
    height: auto!important;
}
.dashboard-cards .progress-card .w {
    width: 50%;
    position: relative;
}
.w-text{
    position: absolute;
    z-index: 101;
    width: 100%;
    text-align: center;
    line-height: 1;
    top: 38%;
    left: 0;
    font-size: 18px;
}
.dashboard-cards .progress-card h6 {
    position: relative;
    padding-left: 40px;
}
.dashboard-cards .progress-card h6 span.h-bar  {
    width: 30px;
    height: 5px;
    position: absolute;
    top: 42%;
    left: 0;
    border-radius: 10px;
}
.bg-66adf5 {
    background: #66adf5;
}
.bg-6098ca {
    background: #6098ca;
}
.bg-ef8d8c{
    background: #ef8d8c;
}
.bg-eea8a0, .bg-red {
    background: #eea8a0;
}
.bg-dae6f1, .bg-blue {
    background: #DAE6F1;
}
.bg-d9f2e4, .bg-green {
    background: #D9F2E4;
}

.bg-green-dark {
    background: #6ab589;
}

.bg-green-light {
    background: #7BD19F;
}

.bg-blue-dark {
    background: #538cbd;
}

.bg-blue-light {
    background: #9fc2e1;
}


.team-range-flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
.team-range-span{
    padding: 1px;
    background-color: #98b499;
    width: 3px;
    height: 35px;
    position: absolute;
    top: 28px;
    border-radius: 15px;
    left: 50%;
    margin-left: -1.5px;
}
.monthly .heading i{
    background: #fff;
    padding: 8px 10px;
    text-align: center;
}
.monthly .date-bg{
    padding: 15px;
    border-radius: 10px;
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
}
.monthly .date-bg.active{
    background: #538cbd;
    color: #fff;
}
.challenges .heading i{
    position: relative;
}
.challenges .heading i::after {
    content: " ";
    background: #f7e640;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 20px;
    right: -2px;
    top: -1px;
    opacity: 0.8;
}
.challenges .fa-envelope::before {
    text-decoration: underline !important;
} 
.challenges .fa-envelope::after {
    background: none !important;
}
.tasks .task-card {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 18px;
    width: 100%;
    margin-bottom: 8px;
    line-height: 1.5;
}
.tasks .task-card.challenge-auto-open .text,
.tasks .task-card.challenge-open .text {
    color: #000;
}
.tasks .star-show::before{
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #f7e640;
    position: absolute;
    right: 15px;
    top: 10px;
}
.company-content,
.profile-content{
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion {
    margin-bottom: 30px;
}

.accordion .faq-item {
    border-radius: 10px;
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.accordion .faq-item .faq-item-header .btn-link {
    color: #333;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.accordion .faq-item .faq-item-header .btn-link:hover {
    color: #333;
    text-decoration: none;
}

.accordion .faq-item .faq-item-body {
    padding: 10px 0 0 0;
}

.accordion .faq-item .faq-item-body p {
    color: #777;
}

.chart-wrapper {
    position: relative;
    /* padding-left: 50px; */
}

.y-axis {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 40px;
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.y-axis span {
    color: #666;
    font-size: 12px;
}

.bar-container {
    height: 250px;
    align-items: flex-end;
}

.bar-column {
    /* flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center; */
}

.bar {
    width: 80%;
    /* opacity: 0.8; */
    border-radius: 20px;
    transition: height 0.3s ease;
}

.navigation-arrow {
    color: #666;
    font-size: 24px;
    text-decoration: none;
}

.str-chat.str-chat__channel-list {
    width: 250px;
}
.str-chat.str-chat__channel {
    flex-grow: 1;
}


/*
V1

    body {
        width: 100%;
    }

    a {
        text-decoration: none;
        color: blue;
    }

    .custom-nav {
        background-color: #f8f9fb;
        padding: 0.25em 1.25em;
    }

    .custom-container {
        min-height: 95vh;
        background-size: 100vw 100vh;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 30px 100px;
    }

    .body-dashboard {
        background-color: rgba(255,255,255,.9);
        padding-bottom: 30px;
        width:85%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .goal-card {
        margin-bottom: 10px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }

    .goal-card h5 {
        display: inline-block;
    }

    .goal-card input[type=checkbox] {
        float: right;
        transform: scale(1.75);
    }

    .goal-wrapper {
        padding: 10px 5px 10px 25px;
    }

    .my-goals-wrapper {
        padding: 10px 5px 10px 25px;
    }

    .my-goals-wrapper p{
        color:blue;
        font-weight: 500;
    }

    .my-goals-wrapper a{
        text-decoration: none;
        color: blue;
    }

    .score-wrapper {
        padding: 10px 25px 10px 5px;
    }

    .scorebox {
        background-color: #5690d2;
        border-radius: 10px;
        color: #fff;
        font-size: 1.3em;
        margin: 0 0 15px;
        overflow: hidden;
        padding: 5px 18px;
        position: relative;
    }

    .scorebox p {
        font-size: 1.25rem;
        display: inline-block;
    }

    .scorebox span {
        float: right;
    }

    .scorecard {
        background-color: #fff;
        border: 1px solid #cacaca;
        font-size: 18px;
        margin: 10px 25px 10px 5px;
        padding: 15px;
        text-align: center;
    }

    .scorecard h3 {
        font-size: 1.5rem;
        font-weight: 500;
        margin: 0 0 10px;
    }

    .scorecard p {
        font-size: 0.75rem;
    }

    .scorecard a {
        text-decoration: none;
        color: blue;
    }

    .faq-wrapper {
        padding: 10px;
    }

    .faq-wrapper a {
        text-decoration: none;
        color: blue;
    }

    .settings-wrapper {
        padding: 10px;
    }

    .btm-span {
        padding-top: 10px;
        text-align: center;
    }

    .resource-wrapper {
        padding: 10px 20px;
    }

    .post-container {
        margin-top: 10px;
    }

    .teams-table {
        padding: 0px 70px;
    }

    .table-score {
        text-align: right !important;
        color: #5690d2;
        font-weight: bold !important;
    }

    .standings-container {
        text-align: center;
        padding: 10px 70px;
    }

    .standings-container small {
        font-size: 0.85rem;
    }

    .btn-group{
        margin-top: 25px;
    }

    .btn-bg {
        color: #9c9c9c !important;
        padding: 7px 170px !important;
        font-size: 1.2rem !important;
        border: 2px solid #9c9c9c !important;
        margin: 0 20px;
    }

    .btn-bg-active {
        color: #5690d2 !important;
        border: 2px solid #5690d2 !important;
    }

    .btn-sm {
        color: #9c9c9c !important;
        padding: 7px 100px !important;
        border: none !important;
        margin: 0 20px;
        font-size: 1.2rem !important;
        background: rgba(0,0,0,0);
    }

    .btn-sm-active {
        color: #5690d2 !important;
    }

    .national-title {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
        text-align: left;
    }

    .level-title {
        margin-top: 1.5em;
        text-align: left;
        display:none;
    }

    .standings-table-container {
        background-color: #fff !important;
        border: 1px solid #cacaca !important;
        padding: 15px !important;

    }

    .national-flex-container {
        display: flex;
        -moz-column-gap: 2rem;
            column-gap: 2rem;
    }

    .national-flex-child {
        flex: 1;
        border: 1px solid #9c9c9c;
        background-color: white;

    }

    .national-flex-child h3 {
        margin: 1rem;
    }

    .national-flex-child p {
        float: left;
        margin: 1em;
        color: #9c9c9c;
    }

    .row {
        display: flex;
    }

    .column {
        flex: 50%;
        justify-content: space-between;
    }

    .column h5 {
        font-weight: 500;
    }

    .level-container {
        display:none;
    }

    .level-standings-container {
        background-color: white;
        border: 1px solid #9c9c9c;
        margin-top: 3em;
    }

    .level-standings-container h3 {
        margin: 1rem;
        text-align: left;
    }

    .level-standings-container p {
        margin: 1em;
        color: #9c9c9c;
        text-align: left;
    }

    .levels-cointainer {
        display: none !important;
    }

    input[type=text], input[type=password], select {
        width: 100%;
        padding: 6px 10px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }
    .login-container {
        border-style: groove;
        padding: 25px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 350px;
        background-color: white;
    }

    .login-header{
        text-align:center;
        font-size: 18px;
        color: #00a2ff;
    }

    .loginbtn {
        background-color: #00a2ff;
        color: white;
        padding: 7px 10px;
        margin: 8px 0;
        border: none;
        cursor: pointer;
        width: 100%;
    }

    button:hover {
        opacity: 0.8;
    }

    .imgcontainer {
        text-align: center;
        margin: 24px 0 12px 0;
    }

    img.avatar {
        width: 40%;
    }

    .container2 {
        text-align: center;
        font-size: 10px;
        color:#87ceeb;
    }

    .edit-goals-button {
        border: none;
        background-color: transparent;
        padding: 0 !important;
        color: blue;
    }

    .individual-scores-overall{
        display:none;
    }

    .team-scores-overall{
        display:none;
    }

    .standings-container row{
        margin:1.5em;
    }

    .align-left {
        text-align: left;
        padding-left: 1.5rem;
    }

    .align-right {
        text-align: right;
        padding-right: 1.5rem;
    }

    .standings-container h6 {
        font-weight: 400;
    }

    .standings-container .btn-group{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    @media (max-width: 1250px) {
        .standings-container .btn-group {
            flex-direction: column;
        }
        .standings-container .btn-bg {
            margin-top: 1em;
        }
    }
*/

.bubble-score {
    font-size: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 50px;
    margin-top: 0px;
}
.bubble-text {
    font-size: 14px;
}


.row {
    margin-left: -8px;
    margin-right: -8px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 8px;
    padding-right: 8px;
}
.row.no-gutters {
    margin: 0;
}

.notification-container {
    max-height: 500px;
    overflow-y: auto;
}


@media (max-width: 820px) {
    .menu a {
        /* font-size: 12px !important; */
    }

    .dashboard-boxes-auto-scroll {
        width: 100%;
        overflow-x: auto;
    }

    .dashboard-boxes-auto-scroll .dashboard-cards,
    .dashboard-boxes-auto-scroll .mobile-carousel {
        min-width: 1000px;
    }

    .dashboard-boxes-auto-scroll.resources-scroll .dashboard-cards,
    .dashboard-boxes-auto-scroll.resources-scroll .mobile-carousel {
        min-width: 770px;
    }

    .dashboard-boxes-auto-scroll::-webkit-scrollbar {
        width: 0px;
        background: transparent; /* make scrollbar transparent */
    }

    body.noauth {
        background-color: #fff;
    }

    .dropdown {
        position: initial;
    }

    .notifications .dropdown-menu.notification-dropdown {
        right: auto;
        left: 0;
        width: 100%;
    }

    .notification-container {
        max-height: 300px;
    }

    .content {
        padding-bottom: 100px;
    }

    .green-border {
        border: 0;
    }
    .red-border {
        border: 0;
    }

    .padd-mobile-0 {
        padding-top: 0px;
    }
    .table td,
    .table th {
        font-size: 14px;
    }
    .btn-submit {
        width: 100%;
    }
    .existing-goals .text {
        padding: 10px 15px;
        width: 82%;
        height: 45px;
    }
    .existing-goals .icon {
        width: 13%;
        height: 45px;
        font-size: 16px;
    }
    .mobile-text-center {
        text-align: center;
    }
    .flitter .btn-flitter {
        width: 100px;
    }
    .flitter .left-content,
    .flitter .right-content {
        justify-content: left;
        margin: auto;
    }
    .w-md-65 {
        width: 100%;
    }

    .monthly .date-bg {
        padding: 10px;
        width: 19%;
    }

    .monthly .date {
        width: 100%;
    }
    .resource-category .category-name {
        margin-top: -15px;
        font-size: 20px;
    }

    .resource-category .category-image-frame {
        height: 150px;
    }

    .mobile-carousel .resource-category .category-image-frame {
        height: 220px;
    }

    .bubble-score {
        font-size: 40px;
    }
    .bubble-text {
        font-size: 10px;
    }
    .flitter {
        background: none;
        padding: 0;
    }

    .flitter .left-content {
        background: #fff;
    }

    .resource-list-image {
        height: 200px; width: 100%; overflow: hidden; border-radius: 15px;
    }

    .middle-block {
        max-width: 90%;
    }

    .large-block {
        max-width: 90%;
    }

    .resource-list-image img {
        width: auto; min-width: 100%; height: 200px;
    }

    .existing-goals-icon {
        font-size: 16px;
    }
}

