
/* -------------------------------------------------------------------------- */
/*                                 Custom                                     */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                        Baseline Digital Pty Ltd                            */
/* -------------------------------------------------------------------------- */
/* -----------------------www.baselinedigital.co.za-------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,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: #6bc04b !important;
    
   }
   .bg-warning, .alert-warning {
    background-color: #fd9726 !important;
   }
   .bg-danger {
    
    background-color: #c50f3c !important;
    
   }

   .my-360-dash .card.bg-success {
        background-color: #fff !important;
        border-right: 10px solid #6bc04b;
   }
   .my-360-dash .card.bg-success > p {
        color: #6bc04b !important;
   }
   .my-360-dash .card.bg-warning {
        background-color: #fff !important;
        border-right: 10px solid #fd9726;
   }
   .my-360-dash .card.bg-warning > p {
        color: #fd9726 !important;
   }
   .my-360-dash .card.bg-danger {
        background-color: #fff !important;
        border-right: 10px solid #c50f3c;
   }
   .my-360-dash .card.bg-danger > p {
        color: #c50f3c !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: #69c9cb;
       --custom-alpha-color-20: #52b4b6;
       --custom-alpha-color-40: #ef7b0040;
       --custom-alpha-color-60: #ef7b0060;
       --custom-alpha-color-80: #ef7b0080;
       --custom-dark-color: #16222a;
       --custom-dark-color-20: #f9f9f9;
       --custom-dark-color-40: #E6E6E940;
       --custom-dark-color-60: #9999A1;
       --custom-dark-color-80: #66666e;
       --custom-beta-color: #16222a;
       --custom-beta-color-20: #69c9cb;
       --custom-zeta-color: #5dbbbd;
   }
   .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: "Roboto", sans-serif !important;
   }
   body {
       /* max-width: 1200px; */
       font-family: "Roboto", sans-serif !important;
       color: var(--custom-dark-color);
       margin: auto;
       background-color:#f9f9f9;
   }
       body::-webkit-scrollbar {
           width: 0.5em;
       }
       body::-webkit-scrollbar-track {
           background-color: #182228;
       }
       body::-webkit-scrollbar-thumb {
           background-color: var(--custom-zeta-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: "Lato", 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: #363636;
           color: var(--custom-beta-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-beta-color);
       }
       .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);
       }
       .text-alpha {
           color: var(--custom-alpha-color) !important;
       }
       .text-zeta {
           color: var(--custom-zeta-color);
       }
       .text-beta {
           color: #FC8A53 !important;
       }
    
    
       .info-bites .card:hover {
           transition: 300ms all ease-in-out;

           & .card-img-overlay {
                background: rgb(0,0,0,0.2);
                background: linear-gradient(180deg, rgba(0,0,0,0.30) 50%, rgba(19,25,27,0.9) 100%);
           }

           & .card-title {
             color: #FC8A53;
           }

       }
   /* 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: 2.4em !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: 500;
       }
       a.nav-link {
           color: var(--custom-dark-color) !important;
           transition: all 300ms ease-in-out;
       }
       a.nav-link .material-symbols-outlined {
            color: #fff;
        }
        .mobile .nav-item a.nav-link .material-symbols-outlined {
        }
        .navbar-vertical a.nav-link .material-symbols-outlined {
            color: #FC8A53 !important;
       }
       a.nav-link:hover {
           border-radius: 0px;
           background-color: #00A5A7 !important;
           color: #fff !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: 12px;
              text-transform: capitalize;
              padding-top: 0px;
              margin-top: 0px;
              display: block;
              width: 4em;
              overflow: hidden;
              color: #182228;
           }
    
           .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-40) 1px solid;
               padding: 0.5rem 0.6rem;
               font-size: 0.85rem;
               border-radius: 2px;
               box-shadow: none;
           }
           .form-control::placeholder {
               color: var(--custom-dark-color-80);
           }
           input.form-control.bg-muted, .form-select.bg-muted {
                border: #efefef 2px 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 {
                font-variation-settings:'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 24;
                color: #ED1873;
           }
           .chat-btn-share .material-symbols-outlined {
               font-variation-settings:'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 24;
               color: #00A5A7;
           }
           .chat-btn-comment .material-symbols-outlined {
               font-variation-settings:'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 24;
               color: #F1B255;
           }
    
           .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/smiley.jpg");
               background-repeat: no-repeat;
               background-size: contain;
               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 .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;
           }
          
           .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: .5s;
           }
          
           .progress-step {
               width: 20px;
               height: 20px;
               background-color: transparent;
               border: 2px solid var(--custom-dark-color);
               color: var(--custom-dark-color);
               border-radius: 0px;
               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.20rem);
               font-size: 0.75rem;
               color: black !important;
           }
          
           .progress-step.active {
               background-color: var(--custom-dark-color);
               border: 2px solid var(--custom-dark-color);
               color: var(--custom-alpha-color);
           }
           .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 #fff;
           /* 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: -24px;
       }
       .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-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: #182228;       
        }
       .x.proximity-scroll-snapping::-webkit-scrollbar-thumb {
           background-color: var(--custom-alpha-color);
       }
      
       /* My 360 Rhythm */
       .rounded-oval {
           background-color: var(--custom-dark-color);
           color: #fff !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 {
           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: #182228;           
            }
           .article-item.info-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: white;
       }
   /* 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.2);
           background: linear-gradient(180deg, rgba(0,0,0,0.10) 50%, rgba(19,25,27,0.6) 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: 16px;
           color: #fff;
       }
       .card-title {
           color: #fff;
           padding: 4px 10px;
           margin-bottom: 12px;
           width: 100%;
           font-size: 16px;
           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: var(--custom-beta-color);
       }
       .mobile.navbar .dropdown-menu:after {
           display: none;
       }
       .mobile .dropdown-menu {
           min-width: 84vw !important;
           border-radius: 0px !important;
           border: none;
           background-color: var(--custom-dark-color);
       }
       .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: 2px;
           background-color: var(--custom-alpha-color);
           color: var(--custom-dark-color);
           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: var(--custom-alpha-color) !important; 
        }

        .btn-primary.chat-btn {
            border: none;
            border-radius: 2px;
            background-color: var(--custom-dark-color) !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: var(--custom-dark-color) !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: var(--custom-dark-color) !important;
       }
       .btn-secondary {
           box-shadow: none;
           border: none;
           outline: none;
           border-radius: 2px;
           background-color: var(--custom-alpha-color) !important;
           color: var(--custom-dark-color) !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: var(--custom-alpha-color) !important;
        }

       .btn-secondary.muted {
           color: var(--custom-dark-color);
           background-color: transparent;
           border-color: 2px solid var(--custom-dark-color) !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-dark-color);
       }
       .border {
           border: 1px solid var(--custom-dark-color-40) !important;
       }
       .btn-outline-secondary {
            border-radius: 2px;
            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;
       }
       .survey-form{
        width: 400px;
        padding: 24px;
        margin: auto;
   }
       @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: #fff !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: 480px) {
           #background-video {
               display: none;
           }
           .full-width, .full-width.static-bg {
               width: 100vw;
               height: 100vh;
               background-image: url("../img/gallery/accent-bg.png");
               background-size: cover;
               padding: 8px;
               z-index: -1;
           }
           .card-img-overlay {
               padding: 0.4em;
           }
           .user-login {
               width: 100%;
           }
           .survey-form{
                width: 100%;
                padding: 24px;
                margin: auto;
           }
           .user-login form {
               width: 300px;
               padding: 24px;
           }
           .progress-bar-bd {
               width: 80%;
           }
           /* .row > * {
               padding-left: 10px;
               padding-right: 10px;
           } */
           .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: 999px;
       border: 1px solid #00A5A7;
   }
   
   .allQ hr {
       color: var(--custom-dark-color-40);
   }
   .gen-padding .bg-alpha-20.rounded, .gen-padding .bg-alpha.rounded {
       background-color: transparent;
       border-radius: 18px !important;
   }
   
   .gen-padding .bg-alpha-20.rounded h4, .gen-padding .bg-alpha.rounded h4 {
       border-radius: 999px;
       padding: 16px;
       background-color: #182228;
       color: #fff !important;
       text-align: center;
       border: 1px solid #00A5A7;
       font-size: 16px;
       font-weight: 600;
       margin: auto;
       width: 100%;
       margin-bottom: 0px;
   }
   .gen-padding .bg-alpha-20.rounded h4.py-1{
       padding: 8px !important;
   }

   
   .gen-padding .card .cvd-icons{
       color: #182228;
   }
   .gen-padding .card .cvd-icons:hover{
       color: #FC8A53;
   }
   .gen-padding .card {
       box-shadow: none;
       border-radius: 12px;
       border: 1px solid var(--custom-dark-color-40);
   }
   .gen-padding .card:hover {
       border: 1px solid var(--custom-zeta-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: #182228 !important;
      
   }
   
   .btn .btn-custom .btn-lg .calculate,
   .gen-padding .card .assessment-icons:hover {
       color: #FC8A53 !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: 2px;
            background-color: var(--custom-alpha-color);
            border-color: var(--custom-alpha-color);
            padding: 0px;
            -webkit-box-shadow: -9px 10px 5px -7px rgba(0,0,0,0.75);
            -moz-box-shadow: -9px 10px 5px -7px rgba(0,0,0,0.75);
            box-shadow: -9px 10px 5px -7px rgba(0,0,0,0.75);
        }
        .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;
        }


  /* -------- 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); }
}

/* New buttons */
.multistepform .btn.btn-primary {
    border-radius: 999px !important;
}

#download-links-container .card, #download-links-container .card-body, #points-position .card, #featured-post .card {
    border-radius: 1.5em !important;
}

#download-links-container .card {
    border: 1px solid #FC8A53;
}
#download-links-container .material-symbols-outlined {
    color: #FC8A53;
}
#download-links-container h6 {
    color: #182228;
}

#download-links-container .card:hover {
    transition: all 500ms ease-in-out;
    /* Diagonal gradient from top left to bottom right */
    background: linear-gradient(to bottom right, #F1B255, #ED1873);

    & .material-symbols-outlined, h6 {
        color: #fff;
    }
}

#points-position .card {
    border: 1px solid #00A5A7;
}
#points-position h6, #points-position p {
    color: #FC8A53;
}

#points-position .card:hover {
    transition: all 500ms ease-in-out;
    /* Diagonal gradient from top left to bottom right */
    background: #00A5A7;
    & h6, p {
        color: #182228;
    }
}

.btn-alpha-pill,.btn-primary.chat-btn, .btn-primary {
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 999px;
    border: 1px solid #FC8A53;
    background: linear-gradient(to bottom right, #F1B255, #ED1873);
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 300ms ease-in-out;
}

.btn-alpha-pill:hover, .btn-primary.chat-btn:hover, .btn-primary:hover {
    background: #FC8A53;
    background-color: #FC8A53 !important;
    text-decoration: none;
    border: 1px solid #FC8A53 !important;
    color: #fff !important;
}

.btn-beta-pill, .btn-secondary.chat-btn, .btn-secondary {
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 999px;
    border: 1px solid #FC8A53 !important;
    background: #ffffff;
    background-color: #ffffff !important;
    color: #FC8A53 !important;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 300ms ease-in-out;
}

.btn-beta-pill:hover, .btn-secondary.chat-btn:hover, .btn-secondary:hover {
    background: #FC8A53;
    background-color: #FC8A53 !important;
    text-decoration: none;
    border: 1px solid #FC8A53 !important;
    color: #fff !important;
}
.btn-success {
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 999px;
    border: 1px solid #00A5A7 !important;
    background: #ffffff;
    background-color: #ffffff !important;
    color: #00A5A7 !important;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    padding: 8px 12px;
}
.btn-success:hover {
    background: #00A5A7;
    background-color: #00A5A7 !important;
    text-decoration: none;
    border: 1px solid #00A5A7 !important;
    color: #fff !important;
}
.btn-primary.chat-btn, .btn-secondary.chat-btn, .btn-primary, .btn-secondary {
    padding: 8px 12px;
}
#featured-post .card {

}
#featured-post .card-header p, #featured-post .previous-comments .comment-card p.username, #post-card .card-header p {
    font-size: 14px;
    font-weight: 600;
    color: #182228;
}
#featured-post .card-header small span, #featured-post .previous-comments .comment-card small.date span, #post-card .card-header small span {
    font-size: 9px;
    color: #FC8A53;
}
#featured-post .card-body p, #featured-post .previous-comments .comment-card p.body, #post-card .card-body p{
    font-size: 14px;
}
#featured-post textarea, #post-card textarea {
    font-size: 14px;
    padding: 10px;
    border: 1px solid #F1B255;
    transition: all 300ms ease-in-out;
}
#featured-post textarea:active, #featured-post textarea:focus, #post-card textarea:active, #post-card textarea:focus {
    border: 2px solid #00A5A7;
    outline: none;
    box-shadow: none;
}

#featured-post .previous-comments {
    height: 240px;
    overflow-y: scroll;
}
#featured-post .previous-comments::-webkit-scrollbar {
    width: 0.2em;
}
#featured-post .previous-comments::-webkit-scrollbar-track {
    background-color: #182228;
}
#featured-post .previous-comments::-webkit-scrollbar-thumb {
    background-color: var(--custom-zeta-color);
}
#featured-post .previous-comments .comment-card {
    background-color: #f7f7f7;
    border-radius: 8px;
}

#featured-events h6.event-title {
    font-size: 16px !important;
}
#featured-events > div > div {
    padding: 16px;
    border-radius: 16px;
    background-color: #fff;
}
#featured-events h6.event-title a:hover{
    color: #FC8A53;
    text-decoration: none;
}
.event-tags h6 {
    & .material-symbols-outlined {
        color: #F1B255;
    }
    & .bg-comment-yellow {
        background-color: #F1B255;
    }
}
.bg-hlc-teal {
    background-color: #00A5A7;
}
.btn.chat-btn-like, .btn.chat-btn-comment, .btn.chat-btn-share {
    font-size: 12px !important;
    text-decoration: none;
    font-weight: 500;
    color: #182228;
}

.btn.chat-btn-like:hover {
    color: #ED1873;

    & .material-symbols-outlined {
        scale: 1.2;
    }
}
.btn.chat-btn-comment:hover {
    color: #F1B255;

    & .material-symbols-outlined {
        scale: 1.2;
    }
}
.btn.chat-btn-share:hover {
    color: #00A5A7;

    & .material-symbols-outlined {
        scale: 1.2;
    }
}
#write-message-card.card, #monthly-challenge-post.card, #surveys-wrapper .card {
    border: 1px solid #fff;
}
#write-message-card.card:hover, #monthly-challenge-post.card:hover, #surveys-wrapper .card:hover {
    transition: all 300ms ease-in-out;
    cursor: pointer;
    border-color: #FC8A53;
}
/* Set the initial background and animation */
.animated-gradient {
    border: 1px solid #FC8A53;
    background: linear-gradient(270deg, #F1B255, #FC8A53, #ED1873, #6E4A9A);
    background-size: 800% 800%;
    animation: gradientAnimation 10s ease infinite;
    color: #fff;
  }
  
  /* Define the keyframes for animation */
  @keyframes gradientAnimation {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

  
