/* -------------------------------------------------------------------------- */
/*                                 Custom                                     */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                        Baseline Digital Pty Ltd                            */
/* -------------------------------------------------------------------------- */
/* -----------------------www.baselinedigital.co.za-------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

.navbar.mobile {
    padding: 0px !important;
}

/* tipTool for my360 Scores */
.rounded-circle[title]:hover:after {
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    visibility: visible;
    width: 120px;
}

.bg-success {
    background-color: #c1d72e !important;
}

.bg-warning,
.alert-warning {
    background-color: #eab300 !important;
}

.bg-danger {
    background-color: #ff0000 !important;
}

@media (min-width: 992px) {
    .navbar-vertical.navbar-expand-lg+.content {
        margin-left: 13.625rem;
    }
}

.tables {
    background-color: var(--custom-dark-color-60);
}

:root {
    --custom-alpha-color: #c1d72e;
    --custom-alpha-color-20: #c1d72e20;
    --custom-alpha-color-40: #c1d72e40;
    --custom-alpha-color-60: #c1d72e60;
    --custom-alpha-color-80: #c1d72e80;
    --custom-dark-color: #000000;
    --custom-dark-color-20: #f4f4f6;
    --custom-dark-color-40: #e6e6e9;
    --custom-dark-color-60: #9999a1;
    --custom-dark-color-80: #66666e;
    --custom-beta-color: #16222a;
    --custom-beta-color-20: #69c9cb;
    --custom-zeta-color: #5dbbbd;

    --color-1: #0095da;
    /* Blue */
    --color-2: #008c94;
    /* Teal */
    --color-3: #a8aa13;
    /* Olive */
    --color-4: #f0df2e;
    /* Yellow */
    --color-5: #f58833;
    /* Orange */
    --color-6: #d42c2c;
    /* Red */
    --color-7: #9b2a87;
    /* Purple */

    /* 20% Opacity Light Backgrounds */
    --bg-color-1-light: rgba(0, 149, 218, 0.12);
    --bg-color-2-light: rgba(0, 140, 148, 0.12);
    --bg-color-3-light: rgba(168, 170, 19, 0.12);
    --bg-color-4-light: rgba(240, 223, 46, 0.12);
    --bg-color-5-light: rgba(245, 136, 51, 0.12);
    --bg-color-6-light: rgba(212, 44, 44, 0.12);
    --bg-color-7-light: rgba(155, 42, 135, 0.12);
}

/* Text Colors */
.text-color-1 {
    color: var(--color-1);
}

.text-color-2 {
    color: var(--color-2);
}

.text-color-3 {
    color: var(--color-3);
}

.text-color-4 {
    color: var(--color-4);
}

.text-color-5 {
    color: var(--color-5);
}

.text-color-6 {
    color: var(--color-6);
}

.text-color-7 {
    color: var(--color-7);
}

/* Background Colors */
.bg-color-1 {
    background-color: var(--color-1);
}

.bg-color-2 {
    background-color: var(--color-2);
}

.bg-color-3 {
    background-color: var(--color-3) !important;
}

.bg-color-4 {
    background-color: var(--color-4);
}

.bg-color-5 {
    background-color: var(--color-5);
}

.bg-color-6 {
    background-color: var(--color-6);
}

.bg-color-7 {
    background-color: var(--color-7);
}

.bg-color-1-light {
    background-color: var(--bg-color-1-light);
}

.bg-color-2-light {
    background-color: var(--bg-color-2-light);
}

.bg-color-3-light {
    background-color: var(--bg-color-3-light);
}

.bg-color-4-light {
    background-color: var(--bg-color-4-light);
}

.bg-color-5-light {
    background-color: var(--bg-color-5-light);
}

.bg-color-6-light {
    background-color: var(--bg-color-6-light);
}

.bg-color-7-light {
    background-color: var(--bg-color-7-light);
}

nav ion-icon {
    font-size: 18px;
}

.aqua {
    background-color: var(--custom-alpha-color) !important;
}

.text-aqua {
    color: var(--custom-alpha-color) !important;
}

/* * {
       outline: 1px solid red !important;
   } */
/* Base */
#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.btn {
    font-family: "Inter", sans-serif !important;
}

body {
    /* max-width: 1200px; */
    font-family: "Inter", sans-serif !important;
    color: var(--custom-dark-color);
    margin: auto;
    background-color: #fff;
}

body::-webkit-scrollbar {
    width: 0.5em;
}

body::-webkit-scrollbar-track {
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--custom-alpha-color);
}

a,
.btn-link {
    color: black;
    text-decoration: none;
    transition: all 300ms ease-in-out;
}

a:hover,
a:focus,
a:active,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    color: var(--custom-beta-color);
    text-decoration: underline;
}

.calendar .calendar-month {
    /* background-color: var(--custom-alpha-color); */
    background-color: var(--custom-dark-color);
}

.calendar .calendar-day {
    border-color: var(--custom-dark-color);
    background-color: #fff;
    color: var(--custom-dark-color);
}

.spacer {
    height: 20px;
}

/* Fonts */

/* Text Colors */
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
button {
    font-family: "Inter", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--custom-dark-color);
}

/* Backgound Colors */
.bg-0 {
    background-color: transparent;
}

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

.bg-white-20 {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.bg-beta {
    background-color: #ffffff;
    color: var(--custom-dark-color);
}

.bg-zeta {
    background-color: var(--custom-zeta-color);
    color: #fff;
}

.bg-alpha {
    background-color: var(--custom-alpha-color);
    /* background: var(--custom-dark-color); */
    /* background: rgb(22,33,36); */
    /* background: linear-gradient(90deg, rgba(22,33,36,1) 0%, rgba(15,81,86,1) 35%, rgba(105,201,203,1) 100%); */
}

.border.border-start-4 {
    border-left: 4px solid var(--custom-alpha-color) !important;
}

.bg-alpha-20 {
    background-color: var(--custom-alpha-color-20);
}

.bg-alpha-40 {
    background-color: var(--custom-alpha-color-40);
}

.bg-alpha-60 {
    background-color: var(--custom-alpha-color-60);
}

.bg-dark {
    background-color: var(--custom-dark-color) !important;
}

.bg-dark-20 {
    background-color: var(--custom-dark-color-20) !important;
}

.bg-dark-40 {
    background-color: var(--custom-dark-color-60);
}

/* Text Colors */
.text-dark {
    color: var(--custom-dark-color);
}

.text-dark-60 {
    color: var(--custom-dark-color-60);
}

.text-dark-80 {
    color: var(--custom-dark-color-80);
}

.text-alpha {
    color: var(--custom-alpha-color) !important;
}

.text-zeta {
    color: var(--custom-zeta-color);
}

.text-beta {
    color: var(--custom-dark-color) !important;
}

.info-bites .card:hover {
    transition: 300ms all ease-in-out;
    transform: translateY(-4px);
}

/* Lists */

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

/* Block */
.link-block:hover {
    transition: all 300ms ease-in-out;
    background-color: transparent !important;
}

/* Header */
.navbar.navbar-top.bg-white {
    /* border-bottom: 2px solid var(--custom-zeta-color);
        border-bottom: 1px solid #00000060; */
}

nav .material-symbols-outlined {
    font-size: 2em !important;
}

.side-menu a.nav-link .material-symbols-outlined {
    font-size: 1.6em !important;
}

.header-radius {
    border-radius: 999px;
}

a.nav-link.profile-img:hover,
a.nav-link.notification-indicator:hover {
    background-color: transparent !important;
}

.nav-link-text {
    font-weight: 400;
}

a.nav-link {
    color: var(--custom-dark-color) !important;
    transition: all 300ms ease-in-out;
}

a.nav-link .material-symbols-outlined {
    color: #000 !important;
}

.navbar-vertical a.nav-link .material-symbols-outlined {
    color: var(--custom-dark-color) !important;
}

a.nav-link.active,
a.nav-link:hover {
    border-radius: 12px;
    background-color: var(--bg-color-3-light) !important;
}

.navbar .scrollbar-overlay {
    overflow-y: scroll !important;
}

/* Mobile Footer Menu */
.mobile a.nav-link:active,
.mobile a.nav-link:hover {
    color: var(--custom-alpha-color) !important;
}

.mobile .nav-item-text {
    font-size: 9px;
    text-transform: capitalize;
    padding-top: 0px;
    margin-top: 0px;
    display: block;
    /* width: 5.5em; */
    overflow: hidden;
}

.mobile .dropdown-item:hover {
    background-color: transparent;
    color: var(--custom-dark-color-80);
}

/* Forms */
/* Upload Media */
div.file {
    position: relative;
    overflow: hidden;
}

input[type="file"] {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
    box-shadow: none;
}

/* Textarea */
textarea {
    border: none;
    background-color: white;
    outline: none;
}

/* Inputs */
input.form-control,
.form-select {
    border: var(--custom-dark-color-20) 1px solid;
    padding: 0.5rem 0.6rem;
    font-size: 0.85rem;
    border-radius: 4px;
    box-shadow: none;
}

.form-control::placeholder {
    color: var(--custom-dark-color-80);
}

input.form-control.bg-muted,
.form-select.bg-muted {
    border: var(--custom-dark-color-40) 1px solid;
    background-color: #efefef;
}

input.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border: var(--custom-alpha-color) 2px solid;
    color: var(--custom-dark-color);
    background-color: transparent;
}

/* Like Upload Share */
.chat-btn-file .material-symbols-outlined {
    color: #0d6efd;
}

.chat-btn-like .material-symbols-outlined {
    color: #dc3545;
}

.chat-btn-share .material-symbols-outlined {
    color: #198754;
}

.chat-btn-comment .material-symbols-outlined {
    color: #ffc107;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
    /* You can adjust the width as needed */
}

/* Radio */
.r-btn {
    float: left;
    margin: 0 5px 0 0;
    width: 100%;
    height: 40px;
    position: relative;
    margin-bottom: 8px;
}

.r-btn .btn-outline-primary.rounded {
    border-radius: 999px !important;
    border: var(--custom-dark-color-40) 2px solid;
    background-color: var(--custom-dark-color-20);
    border-width: 2px;
}

.r-btn .btn-outline-primary.rounded:hover {
    cursor: pointer;
}

.r-btn label,
.r-btn input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.r-btn input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
    border-radius: 999px;
}

.r-btn input[type="radio"]:checked+label {
    background: var(--custom-alpha-color);
    border-radius: 999px;
    border-color: var(--custom-alpha-color);
    color: #fff;
}

.multistepform .r-btn label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em !important;
}

/* Multistep Form */
.full-width {
    height: 100vh;
    width: 100vw;
}

.user-login {
    width: 70%;
}

.user-login form {
    width: 540px;
}

.user-login .header {
    height: 10vh;
}

.user-login .header p {
    font-size: 0.8em;
    color: var(--custom-dark-color);
}

.user-login .form-wrap {
    height: 90vh;
}

.user-login.simple-form .form-wrap {
    height: 100vh;
}

.user-login.simple-form .form-wrap.survey-form {
    margin-top: 60px;
    height: 80vh;
}

.img-bg {
    width: 30%;
    background-image: url("../img/gallery/A_black_woman_with_an_orange_top_and_a_genuine_joyful_2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.full-width.static-bg {
    background-image: url("../img/gallery/accent-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.multistepform {
    height: 100vh;
}

.multistepform.simple-form .form-label {
    display: block;
    text-align: center;
    margin-bottom: 12px;
    line-height: 120%;
}

.form-step.active {
    display: block;
    transform-origin: top;
    animation: animate 0.5s;
}

/* .multistepform .progress {
               width: 100%;
               height: 4px;
               background-color: rgb(120,88,131);
           }
           .multistepform .progress-bar-inner {
               height: 100%;
               width: 0;
               background-color: var(--custom-alpha-color);
           } */
.progress-bar-bd {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    /* margin-bottom: -80px; */
    width: 320px;
    margin: auto auto -60px auto;
}

.mood-assessment-page .progress-bar-bd {
    margin: 0 auto 0.75rem auto;
}

.progress-bar::before,
.progress {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-20%);
    height: 4px;
    width: 80%;
    background-color: #dcdcdc;
    z-index: -1;
}

.progress {
    background-color: var(--blue-color);
    width: 0;
    transition: 0.5s;
}

.progress-step {
    width: 20px;
    height: 20px;
    background-color: #dcdcdc;
    border: 0px solid var(--custom-dark-color);
    color: var(--custom-dark-color);
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-step::before {
    counter-increment: step;
    content: counter(step);
    font-size: 0.65rem;
    font-weight: 600;
}

.progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: calc(100% + 0.2rem);
    font-size: 0.75rem;
    color: black !important;
}

.progress-step.active {
    border-radius: 999px;
    background-color: var(--custom-alpha-color);
    border: 0px solid var(--custom-dark-color);
    color: black;
}

.progress-step.active::after {
    color: var(--custom-dark-color) !important;
    font-weight: 600;
}

.simple-form .progress-step::after {
    display: none;
}

@keyframes animate {
    from {
        transform: scale(1, 0);
        opacity: 0;
    }

    to {
        transform: scale(1, 1);
        opacity: 1;
    }
}

.multistepform form label {
    margin-bottom: 0px;
    color: var(--custom-dark-color);
    line-height: 1em;
    font-size: 0.8em;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.multistepform .material-symbols-outlined.back {
    font-size: 32px;
    color: var(--custom-dark-color);
}

.multistepform .material-symbols-outlined.back:hover {
    color: var(--custom-alpha-color-20);
}

.multistepform .rounded-4 {
    border-radius: 18px;
}

/* User Dashboard */
.leaderboard-images>ul {
    list-style: none;
}

.leaderboard-images>ul>li>img {
    height: 68px;
    width: 68px;
    border-radius: 50rem;
    border: 2px solid #c1d72e;
    /* box-shadow: 6.6px 13.1px 13.1px hsl(0deg 0% 0% / 0.30); */
}

.leaderboard-images>ul>li {
    position: relative;
    z-index: 1;
    margin-left: -16px;
}

.border-left {
    border-left: 8px solid var(--custom-zeta-color);
}

.leaderboard-images>ul>li:nth-child(1) {
    z-index: 6;
    margin-left: 0px;
}

.leaderboard-images>ul>li:nth-child(2) {
    z-index: 5;
}

.leaderboard-images>ul>li:nth-child(3) {
    z-index: 4;
}

.leaderboard-images>ul>li:nth-child(4) {
    z-index: 2;
}

.leaderboard-images>ul>li:nth-child(5) {
    z-index: 1;
}

.leaderboard-images>ul>li:hover {
    transition: all 100ms ease-in-out;
    transform: translateY(-4px);
    z-index: 99;
}

.x.proximity-scroll-snapping {
    overflow-x: scroll;
    overflow-y: visible;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
}

.horizontal-scroll-wrapper>div {
    scroll-snap-align: start;
    flex: none;
    width: 30%;
}

.horizontal-scroll-wrapper>div.event-slide {
    scroll-snap-align: start;
    flex: none;
    width: 47%;
}

.horizontal-scroll-wrapper>div.event-squares {
    scroll-snap-align: start;
    flex: none;
    width: 15%;
}

.horizontal-scroll-wrapper>div.myrhythm-thumb {
    width: 20%;
}

.event-squares a:hover {
    text-decoration: none;
    transition: all 300ms ease-in-out;
}

.x.proximity-scroll-snapping::-webkit-scrollbar {
    height: 5px;
}

.x.proximity-scroll-snapping::-webkit-scrollbar-track {
    background-color: transparent;
}

.x.proximity-scroll-snapping::-webkit-scrollbar-thumb {
    background-color: var(--custom-alpha-color);
}

/* My 360 Rhythm */
.rounded-oval {
    background-color: #d9d9d9;
    color: var(--custom-dark-color) !important;
    padding: 20px;
    border: 1px solid var(--custom-dark-color-40);
    border-radius: 80px !important;
    /* Makes the div oval-shaped */
    width: 120px;
    height: 200px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 300ms ease;
}

.rounded-oval:hover {
    transform: translateY(-6px);
}

.rhythm .rounded-circle {
    font-size: 1.6em;
    font-weight: 900;
    display: block;
    /* Makes the span behave like a block element */
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: rgb(120,88,131); */
    /* background: linear-gradient(90deg, rgba(120,88,131,1) 0%, rgba(78,58,85,1) 90%); */
    color: #fff;
    /* Text color */
    width: 80px;
    /* Circle size */
    height: 80px;
    /* Circle size */
    line-height: 80px;
    /* Vertically center the text */
    border-radius: 50%;
    /* Makes the span circular */
}

.score-label {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 0.9em;
}

.article-item.info-bites,
.article-item.video-bites {
    margin-right: 24px;
    margin-bottom: 16px;
}

@media (max-width: 1020px) {
    .ui-widgets {
        width: 2rem;
        height: 2rem;
    }

    .leaderboard-images>ul>li>img {
        height: 48px;
        width: 48px;
    }

    .leaderboard-images>ul>li {
        margin-left: -12px;
    }

    .x.proximity-scroll-snapping {
        overflow-x: scroll;
        overflow-y: visible;
        scroll-behavior: smooth;
        scroll-snap-type: x proximity;
    }

    .horizontal-scroll-wrapper>div {
        width: 45%;
    }

    .horizontal-scroll-wrapper>div.myrhythm-thumb {
        width: 30%;
    }

    .horizontal-scroll-wrapper>div.event-squares {
        scroll-snap-align: start;
        flex: none;
        width: 35%;
    }

    .x.proximity-scroll-snapping::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .x.proximity-scroll-snapping::-webkit-scrollbar-thumb {
        background-color: transparent;
    }

    .article-item.info-bites,
    .article-item.video-bites {
        margin-right: 12px;
        margin-bottom: 24px;
    }

    .rounded-oval {
        padding: 14px;
        border-radius: 60px;
        /* Makes the div oval-shaped */
        width: 60px;
        height: 100px;
    }

    .spacer {
        height: 60px;
    }
}

/* Surveys */
.link-footer {
    transition: all 300ms ease-in-out;
}

.link-footer:hover {
    background-color: var(--custom-alpha-color-80);
}

/* Video Hub */

/* Icons */
.material-symbols-outlined {
    font-size: 20px;
    color: #000000;
}

/* Button */
.btn.rounded-pill .material-symbols-outlined {
    font-size: 16px !important;
}

a.btn.rounded-pill,
.btn.rounded-pill {
    color: white;
    background-color: var(--custom-alpha);
    transition: all 300ms ease;
}

a.btn.rounded-pill:hover,
.btn.rounded-pill:hover {
    background-color: var(--custom-beta-color);
}

/* Info Bites/ Articles */
.info-bites .card-img-overlay {
    background-color: #13191b40;
    background: rgb(0, 0, 0, 0.4);
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.2) 50%,
            rgba(19, 25, 27, 1) 100%);
}

.info-bites .card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 12px;
    width: 90%;
    text-transform: capitalize;
    line-height: 1.2;
    font-size: 0.9em;
}

.video-bites .card-title {
    margin-bottom: 12px;
    width: 90%;
    text-transform: capitalize;
    line-height: 1.2;
    font-size: 0.9em;
}

.card-title {
    padding: 4px 10px;
    margin-bottom: 12px;
    width: 100%;
    font-size: 0.9em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* height: 2.8em; */
    line-height: 1.1;
}

.clamp-3 {
    line-height: 1.2;
    height: 64px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-bottom: none;
}

.clamp-1 {
    text-overflow: ellipsis;

    /* Needed to make it work */
    overflow: hidden;
    white-space: nowrap;
}

/* Bootstrap Overrides */
.navbar {
    box-shadow: none !important;
}

.navbar-toggle-icon:after,
.navbar-toggle-icon:before,
.navbar-toggle-icon .toggle-line {
    background-color: var(--custom-alpha-color);
}

.navbar-toggler-humburger-icon:hover,
.navbar-toggler-humburger-icon:focus {
    background-color: transparent;
    border-radius: 4px;
}

a.nav-link.profile-img img {
    border: 0px solid #fff;
}

a.nav-link.profile-img:hover {
    border: none;
}

a.nav-link.notification-indicator-primary {
    color: var(--custom-alpha-color) !important;
    transition: all 300ms ease-in-out;
}

a.nav-link.notification-indicator-primary:hover {
    color: var(--custom-alpha-color) !important;
    border: none;
    border-bottom: 0px solid var(--custom-alpha-color);
}

.notification-indicator-primary::before {
    background-color: #ffcb08;
    border-color: #ffcb08;
}

.notification-indicator::before {
    height: 0.5rem;
    width: 0.5rem;
    z-index: 5;
}

.mobile.navbar .dropdown-menu:after {
    display: none;
}

.mobile .dropdown-menu {
    min-width: 84vw !important;
    border-radius: 12px !important;
    border: 1px #a3a3a3 solid;
    background-color: #ffffff;
}

.fa-icon-wait {
    opacity: 1;
}

/* Custom Alerts */
#custom-alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    color: #721c24;
    width: 300px;
    text-align: center;
    z-index: 999;
}

#custom-alert p {
    margin: 0;
}

#custom-alert button {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #d9534f;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

/* Buttons */
button:focus,
.btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 248, 248, 0.55) !important;
}

.btn {
    font-size: 14px;
    font-weight: 600;
}

.btn-primary,
.btn-success {
    border: none;
    outline: none;
    border-radius: 4px;
    background-color: var(--custom-alpha-color);
    color: #ffffff;
    letter-spacing: 0.2px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 300ms ease;
}

.btn-primary:hover,
.btn-success:hover {
    background-color: var(--custom-dark-color) !important;
    color: #ffffff !important;
}

.btn-primary.chat-btn {
    border: none;
    border-radius: 999px;
    background-color: var(--custom-alpha-color-20) !important;
    color: var(--custom-alpha-color);
    transition: background-color 0.3s, color 0.3s;
    /* Adding transition for smooth effect */
}

.btn-primary.chat-btn:hover {
    background-color: var(--custom-alpha-color) !important;
    color: #ffffff !important;
}

.btn-primary.light {
    background-color: var(--custom-alpha-color-40);
    color: var(--custom-dark-color);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: var(--custom-beta-color);
}

.btn-primary.chat-btn:active,
.btn-primary.chat-btn:focus,
.btn-primary.chat-btn:hover {
    background-color: var(--custom-alpha-color) !important;
    color: #ffffff !important;
}

.btn-secondary {
    box-shadow: none;
    border: none;
    outline: none;
    border-radius: 4px;
    background-color: var(--custom-dark-color) !important;
    color: #ffffff !important;
    letter-spacing: 0.2px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 300ms ease-in-out;
}

.btn-secondary:hover {
    background-color: var(--custom-dark-color) !important;
    color: #ffffff !important;
}

.btn-secondary.muted {
    color: var(--custom-dark-color);
    background-color: #e6e6e9 !important;
    border-color: 1px solid var(--custom-dark-color-40) !important;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: var(--custom-beta-color);
    border-color: var(--custom-beta-color) !important;
}

.btn-secondary.muted:active,
.btn-secondary.muted:focus,
.btn-secondary.muted:hover {
    color: var(--custom-alpha-color);
    background-color: var(--custom-alpha-color-20) !important;
}

.btn-outline-secondary {
    border-radius: 4px;
    color: var(--custom-dark-color);
    background-color: transparent;
    border: 2px solid var(--custom-dark-color) !important;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: all 300ms ease-in-out;
}

.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
    color: #fff;
    background-color: var(--custom-dark-color);
    border: 2px solid var(--custom-dark-color) !important;
}

.alert {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.btn-close {
    color: white !important;
}

.rounded-4 {
    border-radius: 18px;
}

.test-result-list .items {
    padding: 10px;
    margin: 4px 6px;
    border: 1px solid var(--custom-dark-color);
    border-radius: 2px;
    height: 100%;
}

.test-result-list .items .span {
    display: block;
}

.test-result-list .items .material-symbols-outlined {
    font-size: 32px !important;
    padding: 8px;
    border-radius: 999px;
    color: var(--custom-alpha-color);
    background-color: var(--custom-dark-color);
    margin-bottom: 12px;
}

.test-result-list .items p,
.fs-14 {
    font-size: 14px;
    text-align: justify;
}

.test-result-list {
    display: flex;
    flex-wrap: wrap;
}

.test-result-list>[class*="col-"] {
    /* display: flex; */
    flex-grow: 1;
}

table.table {
    border-radius: 6px !important;
    border: 1px solid var(--custom-dark-color-40);
}

.featured-post-title {
    font-weight: 600;
}

@media (max-width: 768px) {

    #userPoints,
    #userPosition {
        z-index: 10;
    }

    .info-bites .card-title {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: 12px;
        width: 90%;
        text-transform: capitalize;
        line-height: 1.2;
        height: 2.6em;
        font-size: 0.9em;
    }

    .mobile a.nav-link,
    a.dropdown-item {
        color: #000 !important;
        transition: all 300ms ease-in-out;
    }

    .mobile a.nav-link:hover,
    a.dropdown-item:hover {
        color: #000 !important;
        border: none;
        border-bottom: 0px solid #fff;
    }

    .container-xxl {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .container {
        max-width: 100% !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .p-4-min {
        padding: 8px;
    }

    .featured-post-title {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .fs-small {
        font-size: 10px;
    }

    .welcome-text {
        font-size: 22px;
    }

    .rounded-oval {
        color: white;
        padding: 4px;
        border-radius: 80px;
        /* Makes the div oval-shaped */
        width: 70px;
        height: 110px;
    }

    .rounded-oval:hover {
        transform: translateY(-6px);
    }

    .rhythm .rounded-circle {
        font-size: 1em;
        font-weight: 900;
        width: 50px;
        /* Circle size */
        height: 50px;
        /* Circle size */
        line-height: 50px;
        /* Vertically center the text */
    }

    .score-label {
        position: absolute;
        bottom: 20px;
        font-size: 0.6em;
    }

    .navbar-top {
        margin-left: 0px;
        margin-right: 0px;
    }

    .info-bites .card-title {
        font-size: 0.8em;
        width: auto;
    }

    .card-img-overlay {
        padding: 0.4em;
    }

    .card-title {
        padding: 0px 8px;
    }
}

@media (max-width: 768px) {
    .mood-assessment-page .form-wrap.survey-form {
        margin-top: 0;
        height: auto;
        min-height: calc(100dvh - 140px);
        align-items: flex-start !important;
        padding-top: 0.5rem;
    }

    .mood-assessment-page .progress-bar-bd {
        margin: 0 auto 0.75rem auto !important;
        width: min(320px, 92vw);
    }

    .mood-assessment-page.user-login form,
    .mood-assessment-page #widgetForm {
        width: min(100%, 340px);
        margin: 0 auto 84px;
    }
}

@media (max-width: 480px) {
    #background-video {
        display: none;
    }

    .full-width,
    .full-width.static-bg {
        width: 100vw;
        height: 100vh;
        background-image: url("../img/gallery/accent-bg.jpg");
        background-size: cover;
        padding: 8px;
        z-index: -1;
    }

    .card-img-overlay {
        padding: 0.4em;
    }

    .user-login {
        width: 100%;
    }

    .user-login form {
        width: 300px;
        padding: 24px;
    }

    .progress-bar-bd {
        width: 80%;
    }

    .row>* {
        padding-left: 0px;
        padding-right: 0px;
    }

    .user-login.bg-white {
        background-color: white;
        background-size: cover;
    }
}

.notification-unread {
    background-color: var(--custom-dark-color-20) !important;
}

.notification-unread:hover {
    background-color: var(--custom-dark-color-20) !important;
}

.fileUpload {
    background: rgb(246, 246, 246);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid var(--custom-dark-color-20);
    color: var(--custom-dark-color);
    font-size: 0.8em;
    font-weight: 600;
    margin: 0.5em auto;
    /*20px/16px 0*/
    overflow: hidden;
    padding: 8px 12px;
    position: relative;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.fileUpload:hover,
.fileUpload:active,
.fileUpload:focus {
    background: rgb(246, 246, 246);
    cursor: pointer;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 38px;
    cursor: pointer;
}

input[type="file"] {
    position: absolute;
    right: 0;
    bottom: 0;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    /* padding: 6px 12px; */
    cursor: pointer;
}

.hidden-comments {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.visible-comments {
    display: block;
    opacity: 1;
}

/* The My360Rhythm Test */
.allQ .card {
    border-radius: 12px;
    border: 1px solid var(--custom-dark-color-40);
}

.allQ .card .text-center.bg-alpha {
    border-radius: 12px 12px 0px 0px;
    color: #fff;
}

.allQ .card h2.text-center {
    font-size: 16px;
    color: #fff;
    padding: 8px;
    border-radius: 12px 12px 0px 0px;
}

.allQ hr {
    color: var(--custom-dark-color-40);
}

.gen-padding .bg-dark.rounded,
.gen-padding .bg-alpha.rounded {
    background-color: transparent;
    border-radius: 12px 12px 0px 0px !important;
}

.gen-padding .bg-dark.rounded h4,
.gen-padding .bg-alpha.rounded h4 {
    border-radius: 999px;
    padding: 16px;
    background-color: var(--custom-dark-color);
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: auto;
    width: 50%;
    margin-bottom: 12px;
}

.gen-padding .bg-dark.rounded h4.py-1 {
    padding: 8px !important;
}

.gen-padding .card .cvd-icons {
    color: var(--custom-alpha-color);
}

.gen-padding .card .cvd-icons:hover {
    color: var(--custom-beta-color);
}

.gen-padding .card {
    box-shadow: none;
    border-radius: 0px 0px 12px 12px;
    border: 1px solid var(--custom-dark-color-40);
}

.gen-padding .card:hover {
    border: 1px solid var(--custom-alpha-color);
}

.gen-padding #extraCard4T .row div:first-child {
    display: none;
}

.gen-padding .card .row div:first-child {
    display: none;
}

#extraCard4T .col-md-10 {
    border-radius: 12px;
    text-align: center;
    width: 100% !important;
}

#extraCard4T .row p,
.gen-padding .card .row div p {
    text-align: center;
    padding-top: 12px;
    color: var(--custom-dark-color);
}

.animate__animated.animate__flash.animate__heartBeat,
.col-md-6 .assessment-icons,
.gen-padding .card .assessment-icons {
    color: var(--custom-alpha-color) !important;
}

.btn .btn-custom .btn-lg .calculate,
.gen-padding .card .assessment-icons:hover {
    color: var(--custom-beta-color) !important;
}

.gen-padding .card label p {
    font-size: 10px;
}

/* Creat Post Floating Button  */
.post-item {
    position: fixed;
    bottom: 100px;
    right: 10%;
    width: 80px;
    height: 80px;
    background-color: transparent;
    cursor: pointer;
    z-index: 1000;
    /* Ensures it appears above other elements */
}

.post-item .form-control {
    border-radius: 12px;
    background-color: var(--custom-alpha-color);
    border-color: var(--custom-alpha-color);
    padding: 0px;
    -webkit-box-shadow: -9px 10px 5px -5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -9px 10px 5px -5px rgba(0, 0, 0, 0.4);
    box-shadow: -9px 10px 5px -5px rgba(0, 0, 0, 0.4);
}

.post-item .form-control .material-symbols-outlined {
    color: #ffffff !important;
    font-size: 32px;
}

/* Style for the WhatsApp logo when hovered */
.post-item:hover {
    opacity: 0.8;
}

.rounded-top-3 {
    border-radius: 12px 12px 0px 0px;
}

.rounded-bottom-3 {
    border-radius: 0px 0px 12px 12px;
}

#viewResults {
    background-color: var(--custom-dark-color) !important;
    color: var(--custom-alpha-color) !important;
}

/* -------- PRE-LOADER ---------  */
#preloaderx {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinnerx {
    border: 12px solid #f3f3f3;
    border-top: 12px solid var(--custom-alpha-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.custom-dropdown-menu {
    z-index: 9999;
}

.bg-success-subtle {
    background-color: #d1e7dd;
}

.bg-warning-subtle {
    background-color: #fff3cd;
}

.bg-danger-subtle {
    background-color: #f8d7da;
}

/* Calender User Dash */
#calender .fc-header-toolbar .fc .fc-toolbar-title {
    font-size: 14px !important;
}

h3.title-secondary {
    font-size: 20px;
    font-weight: 600;
}

/* Tooltip for titles */

.custom-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    z-index: 999;
}

.custom-tooltip::after {
    content: attr(data-title);
    position: absolute;
    /* bottom: 125%; */
    /* Position above the element */
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.98);
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    width: 300px;
    height: auto;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    font-size: 14px;
    z-index: 100;
    text-align: center;
    white-space: normal;
    /* Allow text wrapping */
    padding: 10px;
    /* Add padding for better readability */
}

.custom-tooltip:hover::after {
    opacity: 0.7;
}

@media (max-width: 720px) {
    .custom-tooltip::after {
        /* Position above the element */
        top: 100%;
        left: 10px;
        transform: translateX(-90%);
        /* width: 80%; */
        height: auto;
        width: 240px;
        font-size: 12px;
        text-align: left;
    }
}
