:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: 0.75rem;
}
@media (max-width: 768px) {
    .fitzyFilterRow {
        flex-direction: column;
        align-items: flex-start;
    }
    .fitzyDropdownWrapper,
    .fitzyDateSegment {
        width: 100%;
        margin-bottom: 10px;
    }
    .fitzyDateSegment button {
        font-size: 11px;
    }

    .fitzyDropdownButton {
        /* width: 100%; */
        display: flex;
        justify-content: space-between;
        padding: 10px;
        text-align: left;
    }

    .fitzyDateButton {
        width: 100%;
        padding: 10px;
        text-align: left;
    }

    .fitzyCustomDropdownWrapper {
        width: 100%;
    }

    .fitzyDropdownMenu {
        width: max-content;
    }
    .filter-card-custom {
        max-width: 60%;
        margin-top: 10px;
    }
    .filter-btn-custom {
        margin-top: 10px;
        max-width: 60%;
    }
}
/* Responsive adjustments */

@media (min-width: 769px) and (max-width: 992px) {
    .day-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* For larger screens, ensure the original layout remains intact */
@media (min-width: 768px) {
    .day-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .fitzyFilterRow {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .fitzyDropdownButton {
        width: auto;
    }

    .fitzyDateButton {
        width: auto;
    }

    .fitzyCustomDropdownWrapper {
        width: auto;
    }

    .fitzyDropdownMenu {
        width: max-content;
    }
}
@media (min-width: 1920px) {
    .card-image-wrapper {
        height: 270px !important;
    }
    .step-stake-container {
        padding: 0rem 8rem !important;
    }
}

@media (max-width: 550px) {
    .container-user-subHistory {
        flex-wrap: wrap !important;
        justify-content: start;
        gap: 8px;
    }
    .margin-bottom {
        margin-bottom: 10px !important;
    }
    .container-userSection {
        padding: 0px !important;
    }
    .top-grid {
        grid-template-columns: 1fr !important;
    }

    .inner-detail-grid {
        grid-template-columns: 1fr !important;
    }

    .bottom-grid {
        grid-template-columns: 1fr !important;
    }
    .forMobile {
        left: -88px !important;
    }
    .reward-controls {
        flex-wrap: wrap !important;
    }
    .action-dropdo {
        right: 0px;
        left: 0px;
    }
    #rangeText {
        display: none;
    }
    .fitzyDropdownWrapper {
        width: 48%;
    }
    .user-stats-options {
        width: 35% !important;
    }
    .card-header-custom {
        padding: 8px; /* Reduce padding */
    }
    .card-header-custom h2 {
        font-size: 1rem; /* Smaller font size */
        white-space: nowrap; /* Prevent title wrapping */
        overflow: hidden;
        text-overflow: ellipsis; /* Truncate long titles */
        max-width: 60%; /* Limit title width */
    }
    .card-header-custom .btn {
        font-size: 0.875rem; /* Smaller button text */
        padding: 6px 8px; /* Smaller button padding */
        white-space: nowrap; /* Prevent button text wrapping */
    }
    .dataTables_info {
        margin-bottom: 10px;
    }
    .fitzyFilterPanel {
        margin-bottom: 2rem !important;
        display: block !important;
    }
    .user-icon {
        display: none !important;
    }
    .cusLabel {
        display: none !important;
    }
    .step-stake-container {
        padding: 0px !important;
    }
    .chart-header h2 {
        font-size: 1rem;
    }
    .chart-header {
        white-space: nowrap;
        align-items: flex-start !important;
    }
    .filterDropdownChart {
        display: flex !important;
        justify-content: end;
    }
    .chart-buttons {
        display: none !important;
    }
    #genderChart {
        max-height: 190px !important;
    }
    .fitzyFilterRow,
    .fitzyDateFilterRow {
        align-items: start !important;
    }
}

.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
}

.card-signin .card-body {
    padding: 2rem;
}

.form-signin {
    width: 100%;
}

.filter-content {
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    padding: 8px 90px 8px 8px;
    text-align: left;
    appearance: none;
    -moz-apperance: none;
    -webkit-appearance: none;
    border: 1px solid #efefef;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    /* box-shadow:  0 0 10px 100px #fff inset; */
}

.filter-box {
    margin-right: 10px;
}

.form-signin .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group input {
    height: auto;
    border-radius: 2rem;
}

.form-label-group > input,
.form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(
        var(--input-padding-y) + var(--input-padding-y) * (2 / 3)
    );
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

.btn-google {
    color: white;
    background-color: #ea4335;
}

.btn-facebook {
    color: white;
    background-color: #3b5998;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}

.login-page-logo {
    width: 100px;
}

.login-page,
.register-page {
    display: block;
    overflow-x: hidden;
    height: auto;
    background-color: #333333;
}

.login-box-container {
    margin: 0 auto;
}

/* .card{
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
} */
.white-bg {
    background-color: #ffffff;
}

.login-page {
    padding: 50px;
    background-image: url(../img/background-login.png);
    background-repeat: repeat;
    height: 100vh;
}

.login-box,
.register-box {
    width: auto;
}

.nopadding {
    padding: 0;
}

.login-box-shadow {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.btn.btn-flat.login-btn {
    height: 45px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: #f79536;
    border: 3px solid #ffffff;
    box-shadow: 0 0 5px #f79536;
    -moz-box-shadow: 0 0 5px #f79536;
    -webkit-box-shadow: 0 0 5px #f79536;
    -o-box-shadow: 0 0 5px #f79536;
}

.btn.btn-flat.login-btn:hover,
.btn.btn-flat.login-btn:focus {
    background-color: #f78418;
}

.web-hide {
    display: none;
}

.login-card-body .input-group .form-control,
.register-card-body .input-group .form-control {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    padding-left: 40px;
    position: relative;
}

.login-icn {
    position: absolute;
    z-index: 99;
    top: 12px;
    left: 15px;
    color: #c1c1c1;
}

.clear {
    clear: both;
}

.login-card {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    height: 100%;
}

.login-page-logo {
    margin: auto;
    width: 150px;
}

.login-welcome-txt {
    position: absolute;
    left: -100px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100px;
    right: 0;
}

.challenge-title {
    min-height: 42px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.responsive-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.sidebar,
.main-sidebar {
    overflow: hidden;
}

.mob-hide {
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
}

.web-hide {
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
}

.login-welcome-msg h2 {
    font-size: 1.2em;
    margin: 20px 0;
    color: #ffffff;
    font-weight: 500;
}

.widget-user-header {
    background-color: #f8a94a !important;
}

.invalid-feedback {
    font-weight: 100;
    padding-left: 10px;
    padding-top: 5px;
}

.card-header h2 {
    font-size: 1.5em;
    margin: 5px 0;
    font-weight: 500;
}

.fullheight {
    height: 100%;
}

.img-fullheight {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
}

.cm-section {
    margin: 10px;
}

.cm-section .inner-wrapper {
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.cm-section .inner-wrapper .cm-main .cm-head {
    padding: 10px 20px;
    position: relative;
}

.cm-section .inner-wrapper .cm-main .cm-head::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    background-color: #e0e0e0;
    height: 1px;
    left: 20px;
}

.cm-section .inner-wrapper .cm-main .cm-head.border {
    border: none;
}

.cm-section .inner-wrapper .cm-main .cm-head .name {
    font-size: 20px;
    display: flex;
}

.cm-section .inner-wrapper .cm-main .cm-head .name .avatar img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}

.cm-section .inner-wrapper .cm-main .cm-head .name .n__d {
    padding-left: 13px;
}

.cm-section .inner-wrapper .cm-main .cm-head .name .n__d a {
    font-size: 18px;
}

.cm-section .inner-wrapper .cm-main .cm-head .name .n__d div {
    font-size: 12px;
    color: #7b7b7b;
}

.cm-section .inner-wrapper .cm-main .cm-head ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.cm-section .inner-wrapper .cm-main .cm-head ul li {
    font-size: 18px;
}

.cm-section .inner-wrapper .cm-main .cm-head ul li.toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cm-section .inner-wrapper .cm-main .cm-head ul li.toggle svg {
    color: #f2994a;
}

.cm-section .inner-wrapper .cm-main .cm-body {
    padding-top: 10px;
}

.cm-section .inner-wrapper .cm-main .cm-body .content {
    position: relative;
}

.cm-section .inner-wrapper .cm-main .cm-body .content::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    background-color: #e0e0e0;
    height: 1px;
    left: 20px;
}

.reply-comment-body .cm-section ~ .cm-section .inner-wrapper {
    max-width: 600px;
}

.cm-section .inner-wrapper .cm-main .cm-body .content {
    padding: 0 30px 10px;
}

.cm-section .inner-wrapper .cm-main .cm-body .content .figure {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 10px 0 10px 0;
}

.cm-section .inner-wrapper .cm-main .cm-body p {
    margin-bottom: 0;
    font-size: 14px;
}

.cm-section .inner-wrapper .cm-main .cm-footer {
    padding: 10px 20px;
}

.cm-section .inner-wrapper .cm-main .cm-footer ul {
    margin-bottom: 0;
}

.cm-section .inner-wrapper .cm-main .cm-footer ul li {
    display: flex;
    align-items: center;
}

.cm-section .inner-wrapper .cm-main .cm-footer ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.cm-section .inner-wrapper .cm-main .cm-footer ul li a span {
    color: #f2994a;
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.cm-section .inner-wrapper .cm-main .cm-footer ul li img {
    margin-right: 10px;
}

.cm-section .inner-wrapper .cm-main .cm-footer ul li:last-child a {
    font-weight: bold;
    color: red;
}

.disable ~ .cm-main {
    opacity: 0.5;
}

.cm-section .inner-wrapper .cm-main .cm-footer ul {
    display: flex;
}

.cm-section .inner-wrapper .cm-main .cm-footer ul li {
    margin-right: 35px;
    font-size: 18px;
}

.cm-section img {
    width: 100%;
    max-width: 350px;
}

.light-box {
    cursor: pointer;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    max-width: 100%;
    max-height: 100%;
    z-index: 9999;
}

.light-box img {
    max-height: calc(100% - 60px);
}

body {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

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

@media only screen and (max-width: 767px) {
    .mob-hide {
        display: none;
    }

    .web-hide {
        display: block;
    }

    .login-box-container {
        padding: 30px 0 0;
    }

    .login-welcome-txt {
        left: 0;
    }

    .login-welcome-msg h2 {
        font-size: 0.8em;
    }

    .login-page {
        height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .login-welcome-txt {
        left: -50px;
    }

    .login-welcome-msg h2 {
        font-size: 0.9em;
    }

    .img-fullheight {
        object-fit: initial;
        -moz-object-fit: initial;
        -webkit-object-fit: initial;
        -o-object-fit: initial;
    }
}

.extra-padding {
    padding: 1rem !important;
}

.required {
    color: #ff0000bd;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

* .col-fields {
    margin-bottom: 0.5rem;
}

.widget-user {
    margin-bottom: 0 !important;
}

[class*="sidebar-light-"] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*="sidebar-light-"] .nav-sidebar > .nav-item:hover > .nav-link {
    border-radius: calc(0.75rem - 2px);
}

.sidebar .nav .nav-item {
    transition: all 0.3s;
    /* width: 100%; */
    /* height: 100%; */
}

.sidebar .nav {
    padding: 0px 5px;
}

.sidebar .nav .nav-item:hover {
    transition: all 0.3s;
}

.nav-item.active > .nav-link,
.nav-link.active {
    /* color: white; */
}

.nav-treeview .nav-link {
    padding-left: 45px !important;
}

.sidebar nav .nav-link.active {
    background-color: unset !important;
    color: hsl(var(--sidebar-primary));
    box-shadow: none !important;
    border-radius: 10px;
}

.sidebar nav .nav-link.active .nav-item-text,
.sidebar nav .nav-link.active .sidebar-icons.nav-icon,
.nav-item.active .nav-link.active p,
.nav-item.has-treeview.menu-close.menu-open .sidebar-icons.nav-icon {
    font-weight: bold;
    color: black;
}

.nav-item-text {
    line-height: 1.7rem;
    vertical-align: middle;
    padding-top: 2px;
    margin-left: 5px !important;
}

.nav-ion-icon {
    vertical-align: middle;
}

.sidebar-icons {
    max-width: 8%;
}

.sidebar-mini.sidebar-collapse .main-sidebar .sidebar-icons {
    max-width: 20px;
    margin-left: 13px;
}

.badge-pink {
    background-color: #a1537721;
    color: #ff00d2;
}

.view-all {
    float: right;
    color: #8a8686;
    font-size: 0.7em;
    margin-top: 5px;
}

.view-all:hover,
.view-all:focus {
    color: #000000;
    text-decoration: underline;
}

.widget-user .widget-user-header {
    height: auto;
}

.widget-user .card-footer {
    padding-top: 20px;
}

.login-card-body .input-group .form-control,
.register-card-body .input-group .form-control {
    border-right: 1px solid #ced4da;
}

.input-group
    > .input-group-append:last-child
    > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
    > .input-group-append:last-child
    > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #ced4da;
}

.sidebar-logo {
    width: 72px;
    /* margin-left: 10px; */
}

.sidebar-collapse .brand-link {
    padding: 0.98rem 0.5rem;
}

.dasboard-heading {
    font-size: 1.5em !important;
    margin-bottom: 15px !important;
}

.parsley-error-list-fix {
    padding-left: 0;
    padding-top: 5px;
}

.custom-card {
    padding: 30px;
    background-color: #121212;
    position: relative;
    padding-right: 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    /* height: 250px; */
}

.custom-card img {
    padding-right: 10px;
    align-self: center;
    max-height: 120px;
    width: 100%;
    object-fit: contain;
    -moz-object-fit: contain;
    -webkit-object-fit: contain;
    -o-object-fit: contain;
}

.custom-card p {
    color: #ffffff;
    margin: 0 0 10px 0;
    font-size: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.preview-reward-title {
    color: #ffffff;
    margin: 0 0 10px 0;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.claim-btn {
    padding: 4px 10px;
    border-radius: 5px;
    border: 0;
    color: #121212;
    font-size: 12px;
    float: left;
    margin-left: 5px;
}

.reward-desc-container {
    margin-top: 10px;
    min-height: 80px;
}

.claim-btn:hover,
.claim-btn:focus {
    background-color: #efefef;
}

.page-links {
    display: table;
    margin: 0 auto;
}

.card-body {
    padding: 1rem !important;
}

.card-text {
    margin-bottom: 5px !important;
}

.reward-actions {
    padding: 5px;
    text-align: right;
}

.btn-rewards-search {
    background-color: #1c8495;
    border: 0;
    min-width: 2rem;
    color: #ffffff;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
}

.btn-rewards-search i {
    color: #ffffff;
}

.no-rewards-found {
    text-align: center;
    display: block;
    width: 100%;
}

.rewards-title {
    display: inline-block;
}

.reward-card {
    border-radius: 5px !important;
    height: 220px;
}

/* .card {
    margin-bottom: .5rem !important;
} */
.reward-ctas {
    margin-top: 10px;
}

.logo {
    max-width: 100px;
    max-height: 30px !important;
}

.reward-image {
    max-height: 170px;
}

.voucher-small {
    font-size: 95%;
}

select.form-control,
.select2-hidden-accessible {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 18px;
}

.btn-info,
.btn-danger {
    color: #121212;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-danger {
    color: #c82333;
}

.btn-rewards-search {
    background-color: #a0a0a0;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #121212;
    color: #ffffff;
    border-color: #121212;
}

input[type="submit"].btn-info {
    background-color: #121212;
    color: #ffffff;
    border-color: #121212;
}

input[type="submit"].btn-info:hover,
input[type="submit"].btn-info:focus {
    background-color: #f9a94a;
    color: #000000;
    border-color: #f9a94a;
}

.challenge-desc {
    margin-bottom: 5px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 35px;
    color: #b7b7b7;
    min-height: 42px;
}

.challenge-title {
    margin-top: 5px;
}

.challenge-image {
    max-width: 100%;
    margin: 0 auto;
    height: 250px;
    object-fit: cover;
}

.invalid-message span {
    color: #dc3544;
}

.article-desc {
    margin-top: 30px;
    color: #b7b7b7;
}

/* .article-card {
    height: 380px;
} */
.article-image {
    max-width: 100%;
    margin: 0 auto;
    /* height: 180px; */
    height: 250px;
    object-fit: cover;
}

.custom-loader svg {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    z-index: 100;
    width: 50px !important;
    height: 50px !important;
}

.select2-selection__clear {
    font-size: 25px;
    line-height: 1.2;
}

.side-menu-icon-inline {
    display: flex;
    align-items: center;
    opacity: 0.8;
}

.image-with-label {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 250px;
}

.image-with-label .label-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}

.image-with-label .top-right-label {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}

.image-with-label .top-left-label {
    position: absolute;
    top: 0;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}

.image-with-label .pro-icon {
    position: absolute;
    bottom: 221px;
    right: 10px;
}

.reward-pro-icon {
    position: absolute;
    bottom: 192px;
    right: 10px;
}

.p-row p {
    display: inline;
    margin-right: 5px;
}

.p-row a {
    text-decoration: underline;
}

.jackpot__box {
    width: 100%;
    max-width: 450px;
    height: 100%;
    display: grid;
    grid-template-columns: 155px 1fr;
    justify-content: space-between;
    border-radius: 5px;
    min-height: 230px;
}

.jackpot__image {
    position: relative;
}

.jackpot_circle {
    width: calc(100% + 1px);
    height: calc(100% + 30px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px;
    clip-path: circle(55.6% at 61% 60%);
    transform: translate(0px, -30px);
    position: relative;
}

.jackpot_circle img {
    max-width: 80%;
    display: block;
    transform: translate(25px, 16px);
}

.jackpot__content {
    padding: 15px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 30px 0px;
}

.brand_logo img {
    max-width: 50px;
}

.jackpot__image2 {
    position: absolute;
    max-width: 100%;
    height: 160px;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: -20px;
    margin: auto;
}

.jackpot__title {
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.jacky_box_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    display: unset;
}

.title_span {
    position: absolute;
    font-size: smaller;
    font-weight: 500;
}

.jackpot_links {
    font-size: 16px;
    text-decoration: underline;
}

.jackpot_links a {
    margin: 5px 10px 0px 8px;
}

.declare_image_outer {
    background: #fdedd5;
    background: #fcfaf7;
    border-radius: 20px;
    max-width: 600px;
    margin: auto;
}

.declare_image {
    background: #fdedd5;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.winner_image_outer {
    border-radius: 20px;
    max-width: 600px;
    margin: auto;
}

.winner_image {
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.declare_image img {
    max-width: 300px !important;
}

.winner_image img {
    max-width: 300px !important;
}

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

.announce-winner {
    border: solid 1px #3661ee;
    font-family: inter, "sans serif";
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    transition: all 0.3s;
    border-radius: 4.58252px;
    background: #fff;
    padding: 10px 26px;
    white-space: nowrap;
    width: 100%;
    max-width: 230px;
}

.announce-winner:hover {
    background: #3661ee;
    color: #fff;
    transition: all 0.3s;
}

.jackpot_fifty-winners {
    padding: 30px;
}

.fifty_winners_list {
    display: flex;
    gap: 15px;
    background: #fcfaf7;
    border-radius: 20px;
    padding: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.winner_list {
    flex-basis: calc(25% - 15px);
}

.winner_name_lst {
    transform: translate(0px, 25px);
}

.winner_list_dtl {
    /* background:#7ec68a; */
    /* background: url(../img/ticketbox.png); */
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    padding: 0px 0px 5px;
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    border-radius: 10.9px;
    position: relative;
}

.winner_list_dtl::before {
    position: absolute;
    width: 23px;
    height: 23px;
    content: "";
    background: #fff;
    top: calc(50% - 11.5px);
    right: -11.5px;
    border-radius: 100%;
}

.winner_list_dtl::after {
    position: absolute;
    width: 23px;
    height: 23px;
    content: "";
    background: #fff;
    top: calc(50% - 11.5px);
    left: -11.5px;
    border-radius: 100%;
}

.sprt_line {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.sprt_line:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(15, 20, 21, 0.2);
    content: "";
    left: 0;
    top: 30px;
}

.svg_img {
    width: 100%;
    position: absolute;
    z-index: 0;
}

.svg_img svg {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.svg_content {
    z-index: 9;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.winner_list_dtl h5,
.winner_list_dtl p {
    color: #030000;
}

.winner_list_dtl h5 {
    /* font-family: 'Ubuntu', sans-serif; */
    font-size: 12px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 0em;
    text-align: center;
}

.winner_list_dtl p {
    /* font-family: 'inter', sans-serif; */

    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 10px !important;
}

.winner_list h6 {
    /* font-family:'Ubuntu', sans-serif; */
    font-size: 12px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 0em;
    text-align: center;
    padding-top: 40px;
}

.winner_list h6 > span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
}

.winners_heading {
    font-family: inter, "sans serif";
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    padding: 20px 0px;
}

.winners_heading > span {
    font-weight: 700;
}

.fifty_announced-btn {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.fifty_announced-btn > div {
    max-width: 230px;
    width: 100%;
}

.announced-winner-message {
    font-family: inter, "sans serif";
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 15px;
}

/* Toggle button */
.toggle_cstm_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.switchToggle {
    height: 26px;
}

.toggle_cstm_btn p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0px;
}

.switchToggle input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 70px;
    max-width: 70px;
    height: 30px;
    background: #d1d1d1;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switchToggle label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}
.forDash label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}
.forDash label {
    width: 60px;
    max-width: 60px;
    height: 24px;
}

.switchToggle input:checked + label,
.switchToggle input:checked + input + label {
    background: #3e98d3;
}
.forDash input:checked + label,
.forDash input:checked + input + label {
    background: #f7941d;
}

.forDash input + label:before,
.forDash input + input + label:before {
    content: "" !important;
}
/* cursor: pointer;
    text-indent: -9999px;
    width: 60px;
    max-width: 60px;
    height: 23px; */
.switchToggle input + label:before,
.switchToggle input + input + label:before {
    content: "No";
    position: absolute;
    top: 5px;
    left: 35px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}
.forDash input:checked + label:before,
.forDash input:checked + input + label:before {
    content: "" !important;
}

.switchToggle input:checked + label:before,
.switchToggle input:checked + input + label:before {
    content: "Yes";
    position: absolute;
    top: 5px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked + label:after,
.switchToggle input:checked + input + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switchToggle label:active:after {
    width: 60px;
}

.toggle-switchArea {
    margin: 10px 0 10px 0;
}

.usr_stat_box {
    background: linear-gradient(90.64deg, #ffe9d3 0%, #fff6e6 71.77%);
    display: inline-block;
    padding: 10px;
    border-radius: 7px;
}

.usr_active {
    padding-left: 10px;
}

.box_content-inner {
    display: flex;
    gap: 10px;
    align-items: start;
}

.user_stat_cont h5 {
    /* font-family: 'Ubuntu', sans-serif; */
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;
}

.user_stat_cont h5 > .usr_active {
    /* font-family: 'Ubuntu', sans-serif; */
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
}

.user_stat_cont h6 {
    /* font-family: 'Ubuntu', sans-serif; */
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: 0em;
    text-align: left;
}

.user_stat_cont p {
    /* font-family: 'Ubuntu', sans-serif; */
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    color: #959595;
    margin-bottom: 0px;
}

.dataTables_processing {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-style: dotted;
    border-top-color: #6c757d;
    border-left-color: #6c757d;
    border-right-color: #6c757d;
    width: 120px !important;
    height: 120px !important;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: 200px;
    margin-top: 30px;
    font-size: 0;
    background: transparent;
}

.dataTables_processing.card {
    box-shadow: none;
}

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

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

.stats-box .small-box {
    border-radius: 5px;
}

.stats-box .text {
    color: #535459;
    font-size: 1rem;
    line-height: 1.25rem;
}

.stats-box .stats {
    font-size: 1.5rem;
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: 600;
}

.stats-box .small-box .stats-tooltip {
    color: #00000090;
    font-size: 0.8rem;
}

.challenge-stats .stats-box .small-box {
    border-radius: 5px;
    border: 0.5px solid #f4f6f9;
}

.challenge-stats-section .challenge-selection {
    margin-left: 1.25rem;
    z-index: 1;
    position: absolute;
    margin-top: -1.25rem;
    background: #f4f6f9;
}

.challenge-stats-section .challenge-selection .select2-container {
    border: 1px solid #f4f6f9;
    border-radius: 5px;
    width: 250px;
}

.challenge-stats-section .content-area {
    margin-top: 1.25rem;
    border-radius: 10px;
    border: 1px solid #dcd8d8;
    background: #ffffff;
}

.challenge-stats-section .content-area .challenge-status .text {
    font-size: 1rem;
    padding-left: 10px;
    font-weight: 500;
}

.challenge-stats-section .content-area .leaderboard {
    display: flex;
}

.challenge-stats-section .content-area .tagline-box {
    background: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.challenge-stats-section .content-area .tagline-box .highlighted-text {
    text-decoration: underline;
}

.dashboard-leaderboard {
    background: #f4f6f9;
    border-radius: 10px;
    /* height: 900px; */
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.dashboard-leaderboard .title {
    font-size: 1.25rem;
    font-weight: 600;
}

.dashboard-leaderboard .tabs {
    display: flex;
    border-radius: 10px;
}

.dashboard-leaderboard .tabs :nth-child(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.dashboard-leaderboard .tabs :last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dashboard-leaderboard .tabs button {
    flex-grow: 1;
    border: none;
    font-size: 1rem;
}

.dashboard-leaderboard .tabs button.active {
    background-color: #000;
    color: #fff;
}

.dashboard-leaderboard .list {
    /* flex-grow: 1; */
    padding-bottom: 50px;
}

.dashboard-leaderboard .list .team-card {
    display: flex;
    background: #fff;
    border-radius: 10px;
}

.dashboard-leaderboard .list .team-card .name {
    flex-grow: 1;
    font-size: 1rem;
}

.dashboard-leaderboard .list .team-card .users {
    font-size: 1rem;
    width: 100px;
}

.dashboard-leaderboard .list .team-card .users svg {
    height: 0.9rem;
}

.dashboard-leaderboard .list .team-card .steps {
    font-size: 1rem;
    width: 100px;
}

.dashboard-leaderboard .list .team-card .steps img {
    height: 0.9rem;
}

.dashboard-leaderboard .view-all-button {
    display: flex;
    margin-bottom: 0;
}

.dashboard-leaderboard .view-all-button button {
    flex-grow: 1;
    border-radius: 10px;
    font-size: 1rem;
    color: #fff;
    background: #000;
}

.dashboard-graphs .graph {
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    height: calc(100% - 15px);
    border: 1px solid #dcd8d8;
}

.dashboard-graphs .challenge-steps-taken .selection-area {
    margin: 10px;
    display: flex;
}

.dashboard-graphs .challenge-steps-taken .selection-area .text {
    flex-grow: 1;
    font-weight: 600;
    font-size: 1rem;
}

.dashboard-graphs .challenge-steps-taken .selection-area select {
    width: 200px;
    margin-left: 10px;
}

.dashboard-graphs .challenge-steps-taken .selection-area .select2-container {
    border: 1px solid #f4f6f9;
    border-radius: 5px;
    margin-left: 10px;
}

.dashboard-graphs .title {
    margin: 10px;
    font-weight: 600;
    font-size: 1rem;
}

.dashboard-graphs canvas {
    padding: 20px;
}

.dashboard-leaderboard #challenge-subscribers table {
    background-color: #fff;
}

.dashboard-leaderboard #challenge-subscribers table {
    background-color: #fff;
}

.progress.progress-bar-custom {
    border-radius: 10px;
}

.progress.progress-bar-custom .progress-bar {
    background: #fd7e14;
    border-radius: 10px;
}

.custom-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.customTog {
    display: block;
    gap: 20px;
}
.spacet {
    position: relative;
    top: -10px;
}

.custom-toggle .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ffffff;
    border-color: #f7941d;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after,
.custom-switch .custom-control-label::after {
    background-color: #f7941d;
    border-color: #f7941d;
    width: 18px;
    height: 18px;
}

.custom-toggle .custom-control-label::before {
    height: 22px !important;
    width: 50px !important;
    border-radius: 40px !important;
    border-color: #f7941d;
    background-color: #ffffff;
    box-shadow: none;
}

.custom-toggle label {
    font-size: 16px;
    font-weight: 500;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(25px) !important;
    -webkit-transform: translateX(25px) !important;
}

.export-btn {
    position: absolute;
    right: 15px;
    top: -40px;
}

.sidebar-mini.sidebar-collapse .main-sidebar,
.sidebar-mini.sidebar-collapse .main-sidebar::before {
    max-height: 100vh;
    overflow-y: auto;
    min-height: 100vh;
    position: fixed;
}

#for-ongoing-completed .summary-stats {
    max-width: 300px;
}

@media (max-width: 767px) {
    #for-ongoing-completed .summary-stats {
        max-width: 100%;
    }
}

.loader-container-custom {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: #ffffff50;
    z-index: 10;
    display: none;
}

.loader-custom {
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-style: dotted;
    border-top-color: #6c757d;
    border-left-color: #6c757d;
    border-right-color: #6c757d;
    width: 120px !important;
    height: 120px !important;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    font-size: 0;
    background: transparent;
    box-shadow: none;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    width: unset !important;
}

/* Fitze Admin dashboard css */

.card-hover {
    transition: transform 0.3s ease-in-out;
}

.card-hover:hover {
    transform: scale(1.05);
}

.cardDash {
    border-radius: 16px;
    border: 1px solid #e2e8f0 !important;
}

.iconW {
    font-size: 20px;
}

/* user grow chart Css */
.user-growth-container {
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin: 20px;
    border-radius: 16px;
    border: 1px solid rgba(108, 117, 125, 0.3);
    background-color: #fff;
}

.chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.headingPro,
.chart-header h2 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.chart-buttons {
    /* display: flex; */
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
}

.chart-buttons .btn {
    background-color: #ffffff;
    border: none;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.chart-buttons .btn:last-child {
    border-right: none;
}

.chart-buttons .btn.active {
    background-color: #ff6b6b;
    color: #ffffff;
}

.chart-buttons .btn:hover {
    background-color: #f7b7b7;
}

#userGrowthChart {
    max-height: 400px;
}

#chartLoader,
#chartLoader2,
#chartLoader3,
#chartLoader4,
#chartLoader5,
#chartLoader6 {
    right: 0;
    left: calc(50% - 1rem);
    top: calc(50% - 1rem);
    bottom: 0;
}

/* Step Source Chart Css */

.step-source-container {
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    /* margin: 20px; */
    border-radius: 16px;
    border: 1px solid rgba(108, 117, 125, 0.3);
    background-color: #fff;
}

/* Raddeem Chart Css */
.rewards-container,
.user-analytics-card {
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    /* margin: 20px; */
    border-radius: 16px;
    border: 1px solid rgba(108, 117, 125, 0.3);
    background-color: #fff;
}

#ageChart,
#stepSourceChart,
#rewardsChart,
#rewardsChart2 {
    max-height: 300px;
}
#participantChart {
    margin: 50px 0px;
    max-height: 185px;
}
#genderChart {
    max-height: 185px;
}

/* Table  Css */

.tablecard {
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin: 20px;

    border-radius: 16px;
    border: 1px solid rgba(108, 117, 125, 0.3);
    background-color: #fff;
}

.card-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #e5e7eb;
}

.muted-line {
    border-bottom: 1px solid #e5e7eb;
}

.badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.79rem !important;
    font-weight: 500;
}

.badge-success {
    background-color: #d1fae5;
    color: #047857;
}

.badge-primary {
    background-color: #fee2e2 !important;
    color: #dc2626 !important;
}
.p1badge-primary {
    font-weight: 600;
    background-color: #fee2e2;
    color: #dc2626;
    padding: 5px 10px;
}
.p2badge-primary {
    font-weight: 600;
    background-color: #ffedd5;
    color: #c2410c;
    padding: 5px 10px;
}
.pbadge-primary {
    font-weight: 600;
    background-color: #fef9c3;
    color: #a16207;
    padding: 5px 10px;
}
.badge-secondary {
    background-color: #dbeafe;
    color: #2563eb;
}

.badge-warning {
    background-color: #fef3c7;
    color: #d97706;
}

.icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    /* color: #6b7280; */
    color: #bec8d1;
}

.icon-btn:hover {
    color: #374151;
}

.user-icon {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #6b7280;
}

.fw-semibold {
    font-weight: 600;
}

.iconSize {
    font-size: 10px;
}

.customTr {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    padding: 12px 16px;
    background-color: #f9fafb;
}

.pro-label {
    background-color: #e5e5e5;
    color: #22262b;
    border-radius: 30px;
    padding: 1px 5px;
}

.cardDash {
    border: none;
    transition: all 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Icon container base styling */
.icon-container {
    width: 40px !important;
    height: 40px !important;
    border-radius: 20% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.cardDash.bg-secondary-subtle .icon-container {
    background-color: rgba(108, 117, 125, 0.2) !important;
}

.cardDash.bg-secondary-subtle .fas {
    color: #6c757d !important;
    font-size: 24px !important;
    opacity: 0.6;
}

.cardDash.bg-success-subtle .icon-container {
    background-color: rgba(25, 135, 84, 0.2) !important;
}

.cardDash.bg-success-subtle .fas {
    color: #198754 !important;
    font-size: 24px !important;
    opacity: 0.6;
}

.cardDash.bg-info-subtle .icon-container {
    background-color: rgba(13, 202, 240, 0.2) !important;
}

.cardDash.bg-info-subtle .fas {
    color: #0dcaf0 !important;
    font-size: 24px !important;
    opacity: 0.6;
}

.cardDash.bg-warning-subtle .icon-container {
    background-color: rgba(255, 193, 7, 0.2) !important;
}

.cardDash.bg-warning-subtle .fas {
    color: #ffc107 !important;
    font-size: 22px !important;
    opacity: 0.6;
}

/* Hover effect for icons */
.cardDash:hover .fas {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.user-icon img.default-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.summary-cards {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.summary-cards.show {
    display: flex !important;
    opacity: 1;
    transform: translateY(0);
}

.sidebar-icons.nav-icon,
.nav-item-text,
.nav-treeview .nav-link p {
    color: #333;
    transition: color 0.3s ease;
}

/* Change icon and text color on hover */
.nav-link:hover .sidebar-icons.nav-icon,
.nav-link:hover .nav-item-text,
.nav-treeview .nav-link:hover p,
.nav-treeview .nav-link p {
    color: #333;
}

.nav-treeview .nav-link.active p {
    color: #000000;
    font-weight: bold;
}

.sidebar-mini.sidebar-collapse .main-sidebar .menu-open .nav-treeview {
    display: none;
}

.my-custom-class {
    font-size: 1.3em;
}
.steps-table {
    text-align: left;
}
#countryCount {
    top: 5px;
    margin: 1px;
}
.customDrop {
    margin: 4px;
    background-color: #030000;
}
/* Hover, active, and when dropdown is open (.show) */
.btn-outline-secondary.custom-hover:hover,
.btn-outline-secondary.custom-hover:active,
.btn-outline-secondary.custom-hover.active,
.show > .btn-outline-secondary.custom-hover {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
}

.btn-outline-secondary.custom-hover:hover i,
.btn-outline-secondary.custom-hover:active i,
.btn-outline-secondary.custom-hover.active i,
.show > .btn-outline-secondary.custom-hover i,
.btn-outline-secondary.custom-hover:hover span,
.btn-outline-secondary.custom-hover:active span,
.btn-outline-secondary.custom-hover.active span,
.show > .btn-outline-secondary.custom-hover span {
    color: white !important;
}

.custom-hover {
    border-color: #e0dada;
}
.cusLabel {
    flex-wrap: wrap;
    gap: 10px;
}
.custom-small-font-size {
    font-size: 90%;
}

.nav-treeview .nav-link {
    padding-left: 10px !important;
}
.nav-treeview .nav-icon.fa-circle {
    font-size: 0.4rem;
    margin-right: 0.5rem;
    color: #6c757d;
    vertical-align: middle;
}

.fitzyFilterPanel {
    display: flex;
    /* align-items: center; */
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 10px;
    flex-wrap: wrap;
}

.fitzyFilterRow,
.fitzyDateFilterRow {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fitzyDropdownWrapper {
    position: relative;
}

.fitzyDropdownButton,
.fitzyDateButton {
    border: 1px #dbe2e9 solid;
    padding: 6px 12px;
    /* font-size: 14px; */
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    outline: none;
    height: 33px;
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.fitzyDropdownButton:hover,
.fitzyDropdownButton:focus,
.fitzyOutlineButton:hover,
.fitzyOutlineButton:focus,
.fitzyPrimaryButton:hover,
.fitzyPrimaryButton:focus {
    color: #000000;
    background-color: #e3eaf0;
}

.fitzyOutlineButton {
    border: 1px #dbe2e9 solid;
    background-color: #fff;
    height: 2rem;
}

.fitzyPrimaryButton {
    border: 1px #dbe2e9 solid;
    background-color: #fff;
    padding: 5px;
    border-radius: 6px;
}

.fitzyDropdownMenu,
.fitzyCustomDropdown {
    position: absolute;
    top: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
}

.fitzyDropdownMenu {
    /* right: 0; */
    /* left: 0; */
    min-width: 150px;
    padding: 5px 0;
}

.fitzyCustomDropdown {
    right: 0;
    min-width: 150px;
    padding: 10px;
}

.fitzyDropdownItem {
    padding: 5px 15px;
    color: #333;
    text-decoration: none;
    display: block;
}

.fitzyDropdownItem:hover,
.fitzyDropdownItem:focus {
    background-color: #f8f9fa;
}

.fitzyActiveItem {
    background-color: #007bff;
    color: #fff;
}

.fitzyDatePicker {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.fitzyDateInput {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 6px 30px 6px 10px;
    width: 120px;
    font-size: 14px;
    background-color: #fff;
    cursor: pointer;
    height: 2rem;
}

.fitzyCalendarIcon {
    position: absolute;
    right: 10px;
    color: #6c757d;
    pointer-events: none;
    font-size: 14px;
}

.fitzyFilterIcon {
    width: 15px;
    margin-right: 5px;
}

.fitzyDateSegment {
    display: inline-flex;
    border: 1px solid #dbe2e9;
    border-radius: 6px;
    overflow: hidden;
    padding: 2px 0px;
}

.fitzyDateButton {
    border: none;
}

.fitzyDateSegment .fitzyDateButton:not(:last-child) {
    border-right: none;
}

.fitzyDateButton.selected,
#fitzyCustomButton.selected {
    background-color: #e8f0fe;
    color: #0d6efd;
    font-weight: bold;
}

.daterangepicker {
    z-index: 10000 !important;
}

.daterangepicker .drp-buttons {
    display: none !important;
}
.widthMax {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.custom-select-sm {
    height: 1.8125rem;
}
.redemption-list-link:hover {
    text-decoration: underline;
}
.flt2-toggle {
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 20px;
}

.flt2-icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.25rem;
}

/* dropdown menu width */
.flt2-menu {
    min-width: 260px;
    border-radius: 15px;
}

/* labels */
.flt2-label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}

.custom-clear-button {
    padding: 4px 6px;
    font-size: 0.85rem;
    cursor: pointer;
    color: #333;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}

.custom-clear-button:hover {
    color: #007bff;
    border-color: #007bff;
    background-color: rgba(0, 123, 255, 0.05);
}

/* selects */
.flt2-select {
    padding: 0;
    padding-left: 6px;
    height: 30px;
    font-size: 0.9rem;
}

.search-input-wrapper {
    position: relative;
}

.search-input-wrapper {
    position: relative;
}

.search-input {
    padding-right: 35px;
    border-radius: 6px;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.search-icon {
    position: absolute;
    top: 4%;
    right: 0;
    width: 35px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-icon i {
    color: #a0aec0;
    transition: color 0.2s;
}

.search-icon:hover i {
    color: #4a5568;
}

.custom-filter-label {
    background-color: #f0f0f0;
    border-radius: 7px;
    padding: 3px 10px;
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
}

/* custom date input */
/* custom date input sits below its select */
.flt2-date-input {
    padding: 0;
    padding-left: 6px;
    height: 30px;
    font-size: 0.9rem;
    display: block;
    width: 100%;
    margin-top: 0.5rem;
    cursor: pointer;
    background-color: #fff;
    position: static;
    /* remove absolute positioning */
    z-index: auto;
}

/* apply button spacing */
.flt2-apply {
    margin-top: 0.5rem;
}
/* For small screens (mobile-first approach) */

.manual-top {
    margin-top: 3px;
}
.icon-cross {
    color: #e11313;
    margin-right: 4px;
}
.manualM-button {
    display: flex;
    border: none;
    padding: 6px 20px;
    background: white;
    border-radius: 7px;
}
.manualM-button:hover {
    background: #f0f0f0;
}
.manual-terminate-btn {
    border: 1px solid #e11313;
    color: white;
    background-color: rgb(228, 39, 39);
    border-radius: 6px;
}
.manual-terminate-btn:hover {
    background-color: #eb3f3f;
}
.border-cancel {
    border: 1px solid #afa4a4;
}
.custom-modal {
    border: none;
    padding: 25px;
}
.fz-login-page {
    height: 100vh;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    background: linear-gradient(90deg, #f2f8ff, #fff6e9);
    padding: 1rem;
}

/* card container */
.fz-login-container {
    width: 100%;
    max-width: 420px;
}

/* card styling */
.fz-login-card {
    border: 1px solid #e3e8ee;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

/* logo */
.fz-logo {
    max-width: 145px;
}

/* headings */
.fz-heading {
    font-size: 1.5rem;
    font-weight: 700;
    /* letter-spacing: -0.025em; */
}

.fz-subheading {
    font-size: 0.95rem;
    font-weight: 300;
}

.fz-text-orange {
    color: #f7941d !important;
}

/* form inputs */
.fz-form-group {
    position: relative;
}

.fz-input {
    width: 100%;
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    padding-right: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
}

.fz-input:focus {
    outline: none;
    box-shadow: none;
    border-color: #cbd5e0;
}

/* eye icon */
.fz-toggle-password {
    position: absolute;
    top: 72%;
    right: 1rem;
    transform: translateY(-50%);
    color: #9fa6b2;
    cursor: pointer;
}

/* button */
.fz-btn-primary {
    background-color: #f7941d;
    border: 1px solid #f7941d;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}

.fz-input::placeholder {
    font-weight: 300;
}

.fz-btn-primary:hover,
.fz-btn-primary:focus {
    background-color: #ec861b;
    border-color: #ec861b;
    box-shadow: none;
}

/* footer text */
.fz-footer-text {
    font-size: 0.85rem;
}
.custom-gradient-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.375rem;
    /* 6px */
    background: linear-gradient(to right, #60a5fa, #f79536, #f79536);
}

.text-right-custom {
    text-align: right !important;
}

.text-right-custom button {
    float: right;
}
.step-stake-container {
    padding: 0rem 2rem;
}

.challenges-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0rem;
}

.challenge-controls {
    display: flex;
    gap: 0.5rem;
}
.reward-controls {
    display: flex;
    gap: 0.5rem;
}
.challenge-search {
    width: 250px;
}

.challenge-card {
    border-width: 1px;
    border-style: solid;
    border-radius: 0.75rem;
    border-color: #e5e7eb !important;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.card-image-wrapper-reward {
    width: 100%;
    position: relative;
    height: 250px;
    overflow: hidden;
    /* background-color: red;  */
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-image-wrapper-reward img {
    border-radius: 30px;
    max-height: 65%;
    max-width: 100%;
    object-fit: contain; /* Don't crop, show full image */
    object-position: center;
}

.card-image-wrapper {
    width: 100%;
    position: relative;
    height: 250px;
    overflow: hidden;
}

.card-image-wrapper img {
    object-fit: cover;
    width: 100%;
    object-position: center;
    /* max-height: 170px; */
    height: 100%;
}

.badge-overlay {
    position: absolute;
    padding: 1px 10px;
    font-size: 0.79rem !important;
    border-radius: 1rem;
}

.badge-left {
    top: 0.75rem;
    left: 0.75rem;
}

.badge-right {
    top: 0.75rem;
    right: 0.75rem;
}

.status-pro {
    background-color: rgb(243 232 255);
    color: rgb(126 34 206);
}
/* .status-pro:hover {
    background-color: rgba(0, 68, 255, 0.623);
    color: rgb(29, 78, 216);
} */

.status-nonpro {
    background-color: rgb(219 234 254);
    color: rgb(29 78 216);
}
/* .status-nonpro:hover {
    background-color: rgba(0, 68, 255, 0.623);
    color: rgb(29, 78, 216);
} */

.status-active {
    background-color: #28a745;
    color: #fff;
}
/* .status-active:hover {
    background-color: #218838;
    color: #fff;
} */

.status-draft {
    background-color: rgb(234 179 8);
    color: #fff;
}
/* .status-draft:hover {
    background-color: #d39e00;
    color: #fff;
} */

.status-expired {
    background-color: rgb(239 68 68);
    color: #fff;
}
/* .status-expired:hover {
    background-color: #c82333;
    color: #fff;
} */

.card-title-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 0.5rem;
    line-height: 1.2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(5, 4, 4, 0));
}
.card-title-overlay-reward {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.5rem;
    line-height: 1.2;
}

.card-body {
    padding: 1rem;
}

.card-actions {
    display: flex;
    /* gap: 1px; */
    padding-top: 0.5rem;
    border-top: 1px solid #e2e8f0;
}

.card-actions.editDel {
    display: flex;
}

.card-actions.editDel svg:nth-child(1) {
    order: 2;
    /* Move first SVG (edit) to the end */
}

.card-actions.editDel svg:nth-child(2) {
    order: 1;
}

.report-action {
    display: flex;
    gap: 0.4rem;
}

.svg-btns {
    background: none;
    border: none;
    padding: 3px;
    color: black !important;
    cursor: pointer;
}
.svg-btns:hover {
    background: #f1f5f9;
    border-radius: 20%;
}

.status-drop {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    border-radius: 6px;
    height: 34px;
    background-color: #fff;
    border: 1px solid #ced4da;
    width: 80px;
    padding: 6px;
}
.action-dropdo {
    right: 1px;
}
.custom-lineHiegt {
    line-height: 1.2rem;
    margin-bottom: 0.75rem;
}
.card-body-cus {
    color: #020817;
    padding: 0.75rem;
    font-size: 12px;
    font-weight: 500;
}
.gridCards {
    margin: 8px !important;
}
.fs-7 {
    font-size: 14px;
}
.fs-6 {
    font-size: 12px;
    font-weight: 600;
}
.card-Saparater {
    border-right: 1px solid #e2e8f0;
}
.dataTables_length {
    text-align: left !important;
}
.filterDropdownChart {
    display: none;
}
.stat-title {
    color: #64748b !important;
    font-weight: 400 !important;
}
.text-muted-cus {
    color: #64748b !important;
}
.text-muteCus {
    color: #64748b !important;
}
.truncate {
    display: block;
    width: 20ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.truncate .no-truncate {
    display: inline;
    white-space: normal;
    position: relative;
    z-index: 1;
}
.faSize {
    font-size: 16px;
}
table.dataTable {
    width: 100% !important;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}
.custom-legend {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.legend-item {
    display: flex;
    align-items: center;
    margin: 0 10px;
    cursor: default;
}

.legend-color {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-right: 5px;
}

.legend-text {
    font-size: 12px;
    font-weight: 500;
}

.legend-item.hidden .legend-text {
    text-decoration: line-through;
    opacity: 0.5;
}
.margin-cstom {
    margin-top: 34px !important;
}
.check-marg {
    margin-top: 3px !important;
}
.card-border {
    border: 1px solid rgb(226, 232, 240) !important;
    border-radius: 0.5rem;
    padding: 16px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.card-border-small {
    border: 1px solid rgb(226, 232, 240) !important;
    border-radius: 0.5rem;
    padding: 24px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.top-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
}
.inner-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 1rem;
}
.bottom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 2rem;
}
.gradient-white {
    background: linear-gradient(to top left, #f8f9fa, #ffffff);
}
.container-userSection {
    padding: 10px;
}
.text-username {
    font-size: 18px;
    font-weight: 600;
}
.user-id-refrel {
    color: #4b5563;
}
.cus-horizontal-line {
    opacity: 0.5;
}
.card-heading-cus {
    font-size: 14px !important;
    font-weight: 600;
    color: #0f172a;
}
.bold-text500 {
    font-weight: 500;
}
.icon-top-mb {
    margin-bottom: 2px;
}
.green-profile-text {
    color: #22c55e;
}
.green-profile-bg {
    background-color: #22c55e;
    color: white;
}
.text-profile-blue {
    color: #3b82f6;
}
.text-profile-red {
    color: #ea580c;
}
.fz-make-pro {
    border: 1px solid #ebc6a0;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    padding: 1px 0px;
}
.fz-make-pro:hover {
    background-color: #ebc6a038;
    color: rgb(39, 33, 33) !important;
}
.hover-effect:hover {
    border-radius: 8px;
    background-color: #f1f5f9;
    color: #0f172a;
}
.fzOrange-profile-bg {
    background-color: #f7941d;
    color: white;
}
.blue-profile-bg {
    background-color: #3b82f6;
    color: white;
}
.white-profile-bg {
    border: 1px solid rgb(226, 232, 240);
    background-color: white;
    color: #0f172a;
}
.grey-profile-bg {
    border-radius: 8px;
    background-color: #f1f5f9;
    color: #0f172a;
}
.view-custom-btn {
    background-color: white;
    border: 1px solid rgb(226, 232, 240);
}
.view-custom-btn:hover {
    background-color: #f1f5f9;
}
.custom-body-head-modal {
    padding: 16px;
}
.customTrPopup {
    font-size: 12px;
    font-weight: 500;
    color: #64748b;
    text-transform: uppercase;
    padding: 12px 16px;
    background-color: #f1f5f980;
}
.table-popup td {
    padding: 4px 8px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 8px !important;
}
.table-popup tr:last-child td {
    border-bottom: none;
}
#challenge-table td:first-child,
#challenge-table th:first-child {
    font-weight: 500;
    color: #64748b;
}
#steps-table td:nth-child(2),
#steps-table th:nth-child(2) {
    color: #64748b;
}
#steps-table td:nth-child(3),
#steps-table th:nth-child(3) {
    color: #64748b;
}
#stepsModal .table-popup th {
    padding: 7px;
}
.table-popup td,
.table-popup th {
    border-top: none !important;
    font-size: 12px;
}
.table-popup thead th {
    border-bottom: 1px solid #dee2e6;
}
.table-popup th {
    font-weight: 500;
}
.modal-containerr {
    border-radius: 10px;
}
.for-userDetail {
    font-size: 14px;
    width: min-content;
}
.subscribe-modal {
    padding: 24px;
    width: 90%;
}
.heading-subs-modal {
    margin-bottom: 32px;
}
.input-subs-modal {
    margin-top: 32px;
    gap: 1rem;
}
.font-weight-modal-subs {
    font-weight: 500 !important;
}
.subribe-btn-cancel {
    padding-bottom: 8px;
    padding-top: 8px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgb(226, 232, 240);
}
.cancel-subcribe {
    background: white;
}
.cancel-subcribe:hover,
.cancel-subcribe:focus {
    background: #f1f5f9;
    transition: background 0.3s ease;
}
.submit-subcribe {
    background-color: #f7941d;
    color: white;
}

.submit-subcribe:hover,
.submit-subcribe:focus {
    transition: background 0.3s ease;
    background: #ec861b;
}
.calendar-icon {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
}
.sub-endDate-input {
    padding: 20px 0px;
    border: 1px solid rgb(226, 232, 240);
    border-radius: 6px;
}
.sub-endDate-input:hover {
    background: #f1f5f9;
    transition: background 0.3s ease;
}
.coin-balance {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin: 16px 16px;
    padding: 10px 10px;
    border-radius: 10px;
    background-color: #fff7ed;
}
.margin-cstom-checkb {
    margin-top: 30px !important;
}
.week-container {
    border: 1px solid #dee2e6;
    border-radius: 10px;
}

.week-body {
    padding: 5px 10px 10px 10px;
}

.day-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

.day-cell {
    border: 1px solid #dee2e6;
    padding: 5px;
    border-radius: 5px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.completedDay {
    background-color: #f0fdf4;
    border-color: #bbf7d0;
}

.missedDay {
    background-color: #fef2f2;
    border-color: #fecaca;
}
.freeDay {
    background-color: #eef0f2;
    border-color: #e5e7eb;
}
.beastDay {
    background-color: #eff6ff;
    border-color: #bfdbfe;
}
.activeDay {
    background-color: #fff7ed;
    border-color: #fed7aa;
}
.warning-careem {
    border: 1px solid;
    border-radius: 10px;
    background-color: #fefce8;
    border-color: #fef08a;
    color: #854d0e;
}
.warning-careemTxt {
    color: #854d0e;
}
.distribution-process {
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    background-color: #eff6ff;
    color: #1e3a8a;
}
.distribution-complete {
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    background-color: #f0fdf4;
    color: #14532d;
}
.spinner-pending {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 1rem;
}
.bigFontSize {
    font-size: 2rem;
    font-weight: 700;
}
