body {
    font-family: "Inter", sans-serif;
    background-color: #ffffff;

    font-weight: 600;

}


/* paragraph & anchor tags */
p {
    font-size: 14px;
    color: #1895BB;
}

a {
    font-size: 14px;
    color: #1895BB;
}

a:hover {
    color: #1895BB;

}

.theme-paragraph {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #000000;
}

.theme-paragraph-2 {
    font-size: 14px;
    color: #50BCDD;
}

/* headings */
.main-heading {
    font-size: 22px;
    color: #1895BB;
    font-weight: 400;
}

.sub-heading {
    font-size: 20px;
    color: #1895BB;
    font-weight: 400;
}

/* font sizes */
.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.fs-38 {
    font-size: 38px;
}

.fs-40 {
    font-size: 40px;
}

.fs-42 {
    font-size: 42px;
}

.fs-44 {
    font-size: 44px;
}

.fs-46 {
    font-size: 46px;
}

.fs-48 {
    font-size: 48px;
}

.fs-50 {
    font-size: 50px;
}

.fs-52 {
    font-size: 52px;
}

.fs-54 {
    font-size: 54px;
}

.fs-56 {
    font-size: 56px;
}

.fs-58 {
    font-size: 58px;
}

.fs-60 {
    font-size: 60px;
}

/* font weights */
.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500;
}

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

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}

/* font family */
.font-roboto {
    font-family: "Roboto", sans-serif;
}

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

/* text colors */
.text-theme-primary {
    color: #1895BB;
}

.text-theme-primary-dark {
    color: #00687A;
}

.text-theme-secondary {
    color: #50BCDD;
}

.text-theme-dark {
    color: #000000;
}

.text-theme-light {
    color: #4B6269;
}

.text-theme-light-secondary {
    color: rgba(0, 0, 0, 0.3);
}

.text-theme-danger {
    color: #FF1F1F;
}

.lh-15 {
    line-height: 15px;
}

/* background colors */
.bg-theme-primary {
    background-color: #1895BB;
}

.bg-theme-danger {
    background-color: #FF1F1F;
}

.bg-theme-secondary {
    background-color: #50BCDD;
}

.bg-theme-gradient {
    background-image: linear-gradient(to right, #50BCDD, #96F9FF);
}

.bg-theme-gradient-2 {
    background-image: linear-gradient(to right, #96F9FF, #50BCDD);
}

.bg-theme-light {
    background: #EEFBFF;
}

/* buttons */
.btn-theme {
    font-size: 17px;
    color: #ffffff;
    background-color: #1895BB;
    border-color: #1895BB;
    font-family: "Inter", sans-serif;
    border-radius: 20px;
}

.btn-theme:hover {
    color: #ffffff;
    background-color: #168baf;
    border-color: #168baf;
}

.btn-theme:focus {
    color: #ffffff;
    background-color: #168baf;
    border-color: #168baf;
}

.btn-theme:active {
    color: #ffffff;
    background-color: #168baf;
    border-color: #168baf;
}

.btn-theme-danger {
    font-size: 17px;
    color: #ffffff;
    background-color: #f46a6a;
    border-color: #f46a6a;
    font-family: "Inter", sans-serif;
    border-radius: 20px;
}

.btn-theme-danger:hover {
    color: #ffffff;
    background-color: #f35a5a;
    border-color: #f35a5a;
}

.btn-theme-danger:focus {
    color: #ffffff;
    background-color: #f35a5a;
    border-color: #f35a5a;
}

.btn-theme-danger:active {
    color: #ffffff;
    background-color: #f35a5a;
    border-color: #f35a5a;
}

.btn-theme-secondary {
    font-size: 17px;
    color: #ffffff;
    background-color: #50BCDD;
    border-color: #50BCDD;
    font-family: "Inter", sans-serif;
    border-radius: 20px;
}

.btn-theme-secondary:hover {
    color: #ffffff;
    background-color: #1087ab;
    border-color: #1087ab;
}

.btn-theme-secondary:focus {
    color: #ffffff;
    background-color: #1087ab;
    border-color: #1087ab;
}

.btn-theme-secondary:active {
    color: #ffffff;
    background-color: #1087ab;
    border-color: #1087ab;
}

.share-links {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    justify-content: center;
}

.share-link {
    background: #f2f2f2;
    border-radius: 50%;
    font-size: 24px;
    padding: 5px 12px;
}

.report-reasons {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.report-reason {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-theme-light {
    font-size: 16px;
    color: #ffffff;
    background-color: #11C6E4;
    border-color: #0aadc9;
    font-family: "Inter", sans-serif;
    border-radius: 30px;
    padding: 5px 20px;
}

.btn-theme-light:hover {
    color: #ffffff;
    background-color: #0aadc9;
    border-color: #0aadc9;
}

.btn-theme-light:focus {
    color: #ffffff;
    background-color: #0aadc9;
    border-color: #0aadc9;
}

.btn-theme-light:active {
    color: #ffffff;
    background-color: #0aadc9;
    border-color: #0aadc9;
}

.btn-theme-muted {
    font-size: 17px;
    color: #50BCDD;
    background-color: #F9F9F9;
    border-color: #F9F9F9;
    font-family: "Inter", sans-serif;
    border-radius: 30px;
    padding: 5px 20px;
}

.btn-theme-muted:hover {
    color: #50BCDD;
    background-color: #f5f4f4;
    border-color: #f5f4f4;
}

.btn-theme-muted:focus {
    color: #50BCDD;
    background-color: #f5f4f4;
    border-color: #f5f4f4;
}

.btn-theme-muted:active {
    color: #50BCDD;
    background-color: #f5f4f4;
    border-color: #f5f4f4;
}

.btn-theme-gradient-1 {
    font-size: 17px;
    color: #ffffff;
    background-image: linear-gradient(to right, #50BCDD, #96F9FF);
    border: none;
    font-family: "Inter", sans-serif;
    border-radius: 20px;
}

.btn-theme-gradient-1:hover {
    color: #ffffff;
    background-image: linear-gradient(to right, #47b8db, #7be8ee);
}

.btn-theme-gradient-1:focus {
    color: #ffffff;
    background-image: linear-gradient(to right, #47b8db, #7be8ee);
}

.btn-theme-gradient-1:active {
    color: #ffffff;
    background-image: linear-gradient(to right, #47b8db, #7be8ee);
}

.btn-theme-gradient-2 {
    font-size: 17px;
    color: #ffffff;
    background-image: linear-gradient(to right, #95F8FF, #00BFE0);
    border: none;
    font-family: "Inter", sans-serif;
    border-radius: 30px;
}

.btn-theme-gradient-2:hover {
    color: #ffffff;
    background-image: linear-gradient(to right, #79e3eb, #04abc8);
}

.btn-theme-gradient-2:focus {
    color: #ffffff;
    background-image: linear-gradient(to right, #79e3eb, #04abc8);
}

.btn-theme-gradient-2:active {
    color: #ffffff;
    background-image: linear-gradient(to right, #79e3eb, #04abc8);
}

.btn-theme-gradient-gold {
    font-size: 17px;
    color: #ffffff;
    background-image: linear-gradient(to right, rgba(255, 196, 81, 1), rgba(199, 134, 6, 1));
    border: none;
    font-family: "Inter", sans-serif;
    border-radius: 30px;
}

.btn-theme-gradient-gold:hover {
    color: #ffffff;
    background-image: linear-gradient(to right, rgba(255, 196, 81, 0.9), rgba(199, 134, 6, 0.9));
}

.btn-theme-gradient-gold:focus {
    color: #ffffff;
    background-image: linear-gradient(to right, rgba(255, 196, 81, 0.9), rgba(199, 134, 6, 0.9));
}

.btn-theme-gradient-gold:active {
    color: #ffffff;
    background-image: linear-gradient(to right, rgba(255, 196, 81, 0.9), rgba(199, 134, 6, 0.9));
}
.btn-theme-gradient-danger {
    font-size: 17px;
    color: #ffffff;
    background-image: linear-gradient(to right, #EC0000BF, #c00a0abf);
    border: none;
    font-family: "Inter", sans-serif;
    border-radius: 30px;
}

.btn-theme-gradient-danger:hover {
    color: #ffffff;
    background-image: linear-gradient(to right, #ec000081, #b10e0e91);
}

.btn-theme-gradient-danger:focus {
    color: #ffffff;
    background-image: linear-gradient(to right, #ec000082, #b10e0e91);
}

.btn-theme-gradient-danger:active {
    color: #ffffff;
    background-image: linear-gradient(to right, #ec000082, #b10e0e91);
}

.theme-hexagon-btn {
    position: relative;
    border-radius: 5px / 3px;
    width: 24px;
    height: 39px;
    background: #80F1FC;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.theme-hexagon-btn:hover {
    background: #73dfe9;
    color: #ffffff;
    transition: all 0.6s;
}

.theme-hexagon-btn i {
    position: relative;
    z-index: 9;
    font-size: 22px;
}

.theme-hexagon-btn::before,
.theme-hexagon-btn::after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background: inherit;
    left: 0;
    top: 0;
    border-radius: inherit;
}

.theme-hexagon-btn::before {
    transform: rotate(60deg);
}

.theme-hexagon-btn::after {
    transform: rotate(-60deg);
}

/* css widths */
.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

/* theme margins */
.mb-30 {
    margin-bottom: 30px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

/* theme box shadows */

.theme-box-shadow {
    box-shadow: 0 0 8px #e5e5e5;
}

/* theme input elements */
.theme-input {
    background-color: #EEFBFF;
    padding-left: 45px;
    font-size: 15px;
    font-weight: 300;
    padding: 0.7rem 1.3rem;
    border-radius: 30px;
}

.theme-input:focus {
    background-color: #EEFBFF;
}

.theme-input:focus-visible {
    outline: none;
}

.theme-input-2 {
    background-color: #DBFDFF;
    font-size: 14px;
    font-weight: 300;
    padding: 0.7rem 1.3rem;
    border-radius: 25px;
}

.theme-input-2:focus {
    background-color: #DBFDFF;
}

.theme-input-2:focus-visible {
    outline: none;
}

.theme-input-light {
    background-color: #ffffff;
    padding-left: 45px;
    font-size: 15px;
    font-weight: 400;
    padding: 0.7rem 1.3rem;
    border-radius: 30px;
    box-shadow: 0px 5px 5px #f2f2f2;
}

.theme-input-light:focus {
    background-color: #ffffff;
    box-shadow: 0px 5px 5px #f2f2f2;
    border-color: #c7dfe4;
}

.theme-input-light:focus-visible {
    outline: none;
}

.theme-input-group {
    position: relative;
}

.theme-input-group .icon {
    position: absolute;
    font-size: 26px;
    left: 15px;
    color: #50BCDD;
    top: 4px;
}

.theme-input-group input {
    padding-left: 50px;
}

.theme-input-group-2 {
    position: relative;
    z-index: 9999;
}

.theme-input-group-2 .icon {
    position: absolute;
    font-size: 24px;
    right: 15px;
    color: #757575;
    top: 3px;
}

.theme-input-group-2 .input-group-btn {
    position: absolute;
    font-size: 24px;
    right: 3px;
    color: #757575;
    top: 2.5px;
    padding: 8px 11px;
}

.theme-input-group-2 .icon.top-5 {
    top: 5px !important;
}

.theme-input-group-2 input {
    padding-right: 50px;
}

.search-input {
    min-width: 40vw;
    box-shadow: 0px 5px 5px #f2f2f2;
}

.search-input-sm {
    box-shadow: 0 0 5px #f2f2f2;
    border: 1px solid #f2f2f2;
}

.password-input input {
    padding-right: 45px;
}

.password-input .password-toggle {
    position: absolute;
    font-size: 21px;
    right: 16px;
    color: #50BCDD;
    top: 9px;
}

.scroll {
    scrollbar-color: #f2f2f2 #ffffff;
    scrollbar-width: thin;
}

/* Styling the scrollbar in Chrome and Safari */
.scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #f2f2f2;
    /* Set thumb color for Chrome and Safari */
}

.scroll::-webkit-scrollbar-track {
    background-color: #ffffff;
    /* Set track color for Chrome and Safari */
}

/* theme switch button */

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 22px;
    margin-bottom: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #DDF7FF;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 3px;
    background-color: #1895BB;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #1895BB;
}

input:focus+.slider {
    box-shadow: 0 0 1px #1895BB;
}

input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    background-color: #DDF7FF;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* theme style css start */

.auth-page-wrapper {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.auth-content {
    width: 37%;
    margin: auto;
    padding: 30px 50px;
    border-radius: 20px;
}

.logo-lg {
    text-align: center;
}

.logo-lg img {
    height: 62px;
}

.auth-form {
    width: 90%;
    margin: auto;
}

.country-selector .iti {
    display: block;
}

.iti--separate-dial-code .iti__selected-flag {
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
}





a.btn:hover {
    text-decoration: none !important;
}

/* theme layout */
.page-wrapper {
    position: relative;
    padding-left: 255px;
}

.side-menu {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    position: fixed;
    left: 0;
    z-index: 99;
    width: 255px;
    box-shadow: 1px 1px 5px #e2e0e0;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: space-between;
}

.page-content {
    padding: 20px 30px 50px 30px;
    min-height: 93.5vh;
    position: relative;
}

.sidemenu-logo {
    padding: 15px 10px 15px 10px;
    text-align: center;
}

.gradient-border-bottom {
    position: relative;
}

.gradient-border-bottom::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    /* Adjust the height to the desired border thickness */
    background: linear-gradient(to right, #FFFFFF, #6ED7EC, #FFFFFF);
    /* Middle color in the center and outer colors on the sides */
}

.sidemenu-logo .logo {
    height: 38px;
}

.border-bottom-theme-gradient {
    border-bottom: 20px solid transparent;
    /* Set a large width for the gradient */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, transparent 0%, transparent 100%);
    /* Adjust color and positions as needed */
    background-size: 100% 1px;
    /* Ensure gradient covers only the bottom border */
    background-repeat: no-repeat;
    background-position: bottom;
}

.sidemenu,
.sidemenu-footer {
    padding: 10px;
}

.sidemenu .sidemenu-navigation {
    padding-left: 0;
    margin-bottom: 0;
}

.sidemenu .sidemenu-navigation .sidemenu-link {
    list-style: none;
}

.sidemenu .sidemenu-navigation .sidemenu-link a {
    display: flex;
    font-size: 18px;
    align-items: center;
    gap: 0.45rem;
}

.sidemenu .sidemenu-navigation .sidemenu-link a i {
    font-size: 22px;
}

.sidemenu .sidemenu-navigation .sidemenu-link a:hover {
    transition: all 0.3s;
    text-decoration: none !important;
    color: rgba(24, 149, 187, 0.8);
	text-decoration: underline !important;
}

.profile-avatar-sm {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-avatar-md {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-avatar-lg {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-avatar {
    height: 125px;
    width: 125px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #e07c24;
}

.btn-theme-md {
    padding: 5px 25px;
}

.btn-theme-sm {
    padding: 2px 25px;
}

.btn-theme-xs {
    padding: 1px 15px;
}

.btn-theme-shadow {
    box-shadow: 0px 3px 2px #d2d2d2;
}

.theme-link-danger {
    color: #FF1F1F;
}

.theme-link-danger:hover {
    color: rgba(255, 31, 31, 0.8);
    text-decoration: none !important;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.social-links a {
    color: rgb(0, 0, 0);
    text-decoration: none !important;
    font-size: 22px;
}

.social-links a:hover {
    transition: all 0.3s;
    color: rgba(0, 0, 0, 0.8);
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-hover-none,
.text-decoration-hover-none:hover {
    text-decoration: none !important;
    cursor: pointer !important;
}

.footer-links {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 0.3rem;
}

.form-file-input {
    height: 510px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #50BCDD;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.dismiss-input-file {
    position: absolute;
    font-size: 15px;
    padding: 1px 5.5px;
    border-radius: 20px;
    right: 13px;
    top: 11px;
    z-index: 999;
    background-color: #f2f2f2;
}

.dismiss-input-file:hover {
    text-decoration: none;
}

.mobile-header .main {
    padding: 15px 15px;
}

.mobile-header {
    position: relative;
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 999999;
    display: none;
}

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

.mobile-menu {
    background-color: aliceblue;
    margin: 0 10px;
    border-radius: 20px;
}

.footer-mobile {
    padding: 15px 30px;
    background-color: #EEFBFF;
    padding: 8px 12px;
}

.footer-mobile .footer-links {
    gap: 0.5rem;
}

.footer-mobile .footer-links a {
    text-decoration: underline !important;
}

.footer {
    padding: 8px 30px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(24, 149, 187, 1) 100%);
}

.bootstrap-tagsinput {
    background-color: #DBFDFF;
    font-size: 14px;
    font-weight: 300;
    padding: 0.7rem 1.3rem;
    border-radius: 25px;
    display: block;
    width: 100%;
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #647374;
    background-color: #d9eced;
    padding: 0 0 0px 10px;
    border-radius: 20px;
}

.bootstrap-tagsinput .tag [data-role="remove"]::after {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    border-left: 1px solid #ccc;
    padding: 0 5px 0 2px;
}

.settings-view {
    width: 70%;
    margin: auto;
}

.messages {
    height: 68vh;
    overflow-y: auto;
    border-bottom: 1px solid #c7dfe4;
    padding: 13px 3px;
}

.sender-message {
    display: flex;
    direction: rtl;
    gap: 0.7rem;
    margin-bottom: 10px;
}

.recipent-message {
    display: flex;
    gap: 0.7rem;
    margin-bottom: 10px;
}

.message {
    padding: 8px 15px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 3px;
    width: 75%;
    border-radius: 10px;
    font-size: 12px;
    color: #000000;
    text-align: left;
}

.sender-message .message {
    background-color: #DDF7FF;
    direction: ltr;
}

.sender-message .message-seen-text {

    direction: ltr;
}

.recipent-message .message {
    background-color: #1895BB;
    color: #FFFFFF;
}

.thread-day-time {
    margin-bottom: 15px;
}

.follow-btn {
    background-color: #50BCDD;
    border-color: #50BCDD;
    color: #ffffff;
    padding: 4px 20px;
    border-radius: 30px;

}

.follow-btn:hover {
    background-color: #1087ab;
    border-color: #1087ab;
    color: #ffffff;
}

.message-user-box {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.messages-view {
    width: 85%;
    margin: auto;
    display: flex;
    gap: 1rem;
}

.messages-threads {
    flex: 1;
}

.messages-threads .theme-card,
.message-user-options .theme-card {
    height: 91vh;
    overflow: hidden;
}

.message-user-options {
    width: 30%;
}

.follow-btn-light {
    background-color: #DDF7FF;
    border-color: #DDF7FF;
    padding: 4px 20px;
    border-radius: 30px;
}

.follow-btn-light:hover {
    background-color: #c2ebf8;
    border-color: #c2ebf8;
}

.message-user-options-box {
    height: 72vh;
    overflow-y: auto;
}

.message-user-option {
    padding: 12px 3px;
    border-bottom: 1px solid #c7dfe4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.message-user-option.active {
    background-color: #f0fbff;
}

.border-bottom-light {
    border-bottom: 1px solid #f2f2f2;
}


.theme-card {
    box-shadow: 1px 1px 5px #e2e0e0;
    border-radius: 25px;
    overflow: hidden;
}

.theme-card-header,
.theme-card-content {
    padding: 13px 26px;
}

.theme-card-content {
    background-color: #ffffff;
}

.theme-heading-styled {
    padding: 10px;
    border-radius: 8px;
    background-color: #eefbff;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
}

.theme-heading-styled-2 {
    padding: 0 10px 0 0;
    border-radius: 35px;
    background-color: #eefbff;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
}

.theme-heading-styled-anchor:hover {
    text-decoration: none !important;
}

.styled-icon {
    padding: 4px 11px;
    border-radius: 50%;
}

.styled-icon-lg {
    padding: 4px 14px;
}

.styled-icon-img {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.styled-icon-img img {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    object-fit: cover;
}

.settings-pages-heading-box {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.settings-pages-heading-box .back-btn {
    position: absolute;
    left: 0;
    background-color: #eefbff;
    color: #1895BB;
    font-size: 20px;
    padding: 2px 8px;
    border-radius: 50%;
}

.avatar-change-box {
    overflow: hidden;
    position: relative;
}

.avatar-change-box img {
    height: 190px;
    width: 190px;
    border-radius: 50%;
    object-fit: cover;
}

.avatar-change-icon {
    position: absolute;
    right: 30px;
    bottom: 1px;
    padding: 2px 6.5px 0 6.5px;
    border-radius: 50%;
    z-index: 99;
}

.profile-banner-upload-box {
    flex: 1;
}

.profile-file-input {
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #50BCDD;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.app-terms-conditions-text {
    font-family: "Roboto", sans-serif;
}

.app-terms-conditions-text h6 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.app-terms-conditions-text p {
    font-size: 14px;
    margin-bottom: 20px;
}

.img-contain {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.view-custom-w-60 {
    width: 60%;
}

.notification-dismiss-div {
    padding-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bg-styled {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.bg-styled img {
    height: 250px;
    max-width: 100%;
}

.search-box {
    margin-bottom: 20px;
}

.challenges {
    position: relative;
    height: 86.4vh;
    width: 100%;
    margin: auto;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}

.challenges .spacer {
    padding-top: 85px;
}

.challenges::-webkit-scrollbar {
    display: none;
}

.challenge-top-styled {
    position: absolute;
    top: 0;
    width: 100%;
}

.challenge-top-styled .prev-sample-challange {
    height: 10px;
    width: 60%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #000000;
    margin: auto;
}

.challenge-bottom-styled {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.challenge-bottom-styled .next-sample-challange {
    height: 10px;
    width: 60%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #000000;
    margin: auto;
}

.challenge-content {
    width: 50%;
    margin: auto;
}

.challenge-content .challenge-video {
    position: relative;
    overflow: hidden;
}

.challenge-content .challenge-video .related-challenges {
    position: fixed;
    top: 145px;
    max-width: 29%;
    overflow-x: auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-left: 15px;
    padding-right: 10px;
    z-index: 999;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For IE & Edge */
}

.related-challenges::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, Edge */
}

.challenge-content .challenge-video .related-challenges .related_challenge_img {
    height: 60px;
    width: 40px;
    object-fit: cover;
    border-radius: 7px;
    display: block !important;
    border: 1px solid #50BCDD;
}

.challenge-content .challenge-video video {
    width: 100%;
    height: 72vh;
    object-fit: cover;
    margin-bottom: 0;
    border-radius: 20px;
}

.challenge-content .challenge-video {
    width: 100%;
    height: 72vh;

    margin-bottom: 0;
    border-radius: 20px;
}

.challenge-record {
    position: relative;
    transition: transform 0.5s ease;
    scroll-snap-align: start;
    width: 70%;
    margin: auto;
    margin-bottom: 30px;
}
.challenge-shim-record {
    position: relative;
    transition: transform 0.5s ease;
    scroll-snap-align: start;
    width: 70%;
    margin: auto;
    margin-bottom: 30px;
}

.theme-badge-light {
    padding: 4px 20px;
    border-radius: 30px;
    background-color: #DBFDFF;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #1895BB;
}

.theme-badge-light i {
    font-size: 20px;
}

.challenge-left-info-content {
    position: absolute;
    left: 0;
    bottom: 10px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-direction: column;
    height: 87%;
    min-width: 22%;
}

.challenge-right-info-content {
    position: absolute;
    bottom: 10px;
    right: 12%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    height: 87%;
}

.challenge-right-info-content .theme-dropdown-sm {
    margin-left: -15px;
    margin-top: 5px;
}

.challenge-right-info-content .theme-dropdown-sm .theme-dropdown-menu {
    left: 0;
    z-index: 99;
    top: 35px;
}

.challenge-right-info-content .theme-dropdown-sm .theme-dropdown-menu li a {
    font-size: 13px;
}

.hexagon-btn-lg {
    width: 34px;
    height: 55px;
    flex-direction: column;
}

.hexagon-btn-sm {
    width: 30px;
    height: 48px;
    flex-direction: column;
}

.hexagon-btn-xs {
    width: 20px;
    height: 34px;
    flex-direction: column;
}

.hexagon-btn-lg span {
    position: relative;
    z-index: 9;
    /* margin-top: -5px; */
}

.hexagon-btn-sm span {
    position: relative;
    z-index: 9;
    margin-top: -5px;
}

.hexagon-btn-xs span {
    position: relative;
    z-index: 9;
    margin-top: -6px;
}

.hexagon-btn-xs i {
    font-size: 14px;
}

.hexagon-btn-primary {
    background: #12C7E4 !important;
}

.hexagon-btn-primary:hover {
    text-decoration: none !important;
}

.payment-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.payment-info-icon {
    font-size: 82px;
}

.loader {
    height: 72vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-pop {

    display: flex;
    align-items: center;
    justify-content: center;
}

.loader img {
    height: 50px;
}

.theme-content-flex {
    display: flex;
}

.theme-content-flex .left-content {
    width: 45%;
    height: 100vh;
    overflow-y: auto;
}

.theme-content-flex .right-content {
    width: 55%;
    height: 100vh;
    overflow-y: auto;
}

.has-flex-column {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.challenge-detail-video {
    width: 100%;
    height: 93vh;
    margin-bottom: 0;
    position: relative;
}

.challenge-detail-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.challenge-detail-video .video-close-icon {
    position: absolute;
    top: 15px;
    left: 20px;
}

.position-right-top {
    position: absolute;
    right: 20px;
    top: 15px;
}

.theme-dropdown-menu {
    position: absolute;
    right: 0;
}

.theme-dropdown-menu ul {
    padding-left: 0;
    margin-bottom: 0;
    background-color: #f2f2f2;
    border-radius: 3px;
    overflow: hidden;
}

.theme-dropdown-menu ul li {
    list-style: none;
    padding: 4px 13px;
    border-bottom: 1px solid #ddd;
}

.theme-dropdown-menu ul li a {
    font-family: "Roboto", sans-serif;
}

.challenge-detail-info {
    background-color: #DBFDFF;
    padding: 13px 20px;
    border-radius: 20px;
}

.badge-sm {
    font-size: 11px;
    padding: 3px 15px;
}

.theme-tab-headings {
    display: flex;
    align-items: center;
}

.theme-tab-headings a {
    flex: 1;
    text-align: center;
    padding: 3px 10px;
    border-bottom: 1px solid #EFEFEF;
    color: #9C9C9C;
}

.theme-tab-headings a:hover {
    text-decoration: none !important;
}

.theme-tab-headings a.active {
    border-color: #2097BA;
    color: #2097BA;
}

.theme-tab-contents .tab-content {
    display: none;
}

.challenge-entry-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.challenge-entry-card img {
    width: 100%;
    height: auto;
}

.challenge-entry-card .tag {
    position: absolute;
    top: 15px;
    left: 20px;
}

.challenge-entry-card .view-tag {
    position: absolute;
    bottom: 8px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.challenge-entry-card .tag.rank-1-tag {
    padding: 1px 5px;
    color: #ffffff;
    border-radius: 6px;
    font-size: 13px;
    background-color: #E6CF52;
}

.challenge-entry-card .tag.rank-2-tag {
    padding: 1px 5px;
    color: #ffffff;
    border-radius: 6px;
    font-size: 13px;
    background-color: #8AA2AB;
}

.challenge-entry-card .tag.rank-3-tag {
    padding: 1px 5px;
    color: #ffffff;
    border-radius: 6px;
    font-size: 13px;
    background-color: #AE7E53;
}

.comment-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.comment-card .comment-info {
    display: flex;
    gap: 0.8rem;
    align-items: center;
}

.comment-stats {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.comment-stat a {
    color: #666666;
}

.comment-stat span {
    color: #666666;
    display: block;
    text-align: center;
    margin-top: -8px;
    font-size: 10px;
}

.modal-theme-lg {
    max-width: 700px !important;
}

.rounded-theme-modal .modal-content {
    border-radius: 22px;
    overflow: hidden;
    border: none;
}

.modal-55-45-flex {
    display: flex;
    position: relative;
}

.modal-55-45-flex .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999999;
}

.modal-55-45-flex .image-box {
    width: 55%;
    overflow: hidden;
    height: 98vh;
}

.modal-55-45-flex .image-box img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.modal-55-45-flex .image-box .image-box-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.modal-55-45-flex .submission-content {
    width: 45%;
    background: #ffffff;
}

.submission-content-width-custom {
    padding: 17px 15px 0 15px;
}

.modal-55-45-flex .submission-content .comments {
    height: 52vh;
    padding: 17px 15px 0 15px;
    overflow-y: auto;
}

.comment-card-sm {
    align-items: start;
}

.comment-card-sm .comment-info {
    align-items: start;
    gap: 0.5rem;
}

.rank-border-1 {
    border: 5px solid #9F7D27;
}

.add-comment {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 5px 15px 10px 15px;
}

.add-comment .theme-input {
    padding: 0.5rem 1.3rem;
    font-size: 13px;
}

.add-comment-btn {
    border-radius: 50%;
    background-color: #DDF7FF;
    color: #00687A;
    padding: 3px 9px;
    border: none !important;
}

.add-comment-btn:hover {
    background-color: #c6eaf4;
    color: #00687A;
    border: none;
}

.add-comment-btn:focus {
    background-color: #c6eaf4;
    color: #00687A;
    border: none;
}

.add-comment-btn:active {
    background-color: #c6eaf4;
    color: #00687A;
    border: none;
}

.h-510 {
    height: 510px;
}

.challenge-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    border: 2px dashed #50BCDD;
}

.challenge-banner-left-info-content {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.challenge-banner-left-info-content .theme-badge-light {
    width: 150px;
    text-align: center;
    justify-content: center;
}

.profile-banner {
    height: 40vh;
    background-size: cover;
    background-position: center;
    padding: 20px 30px;
    display: flex;
    align-items: end;
}

.profile-stats {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.stats-text-light {
    color: #80b3cf;
}

.profile-content {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
}

.profile-tab-img {
    height: 300px !important;
    object-fit: cover;
}

.edit-profile-desktop-btn {
    display: block !important;
}

.edit-profile-mobile-btn {
    display: none !important;
}

.theme-tag-show {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding-bottom: 8px;
    border-bottom: 1px solid #cce1e4;
    width: 100%;
}

.theme-tag {
    padding: 3px 15px 0px 15px;
    border-radius: 50%;
    background-color: #ddf7ff;
    font-size: 25px;
    color: #00687a;
}

.theme-tag-sm {
    padding: 4px 12px 0px 12px;
    border-radius: 50%;
    background-color: #ddf7ff;
    font-size: 18px;
    color: #00687a;
}

.profile-result-show {
    padding-bottom: 8px;
    border-bottom: 1px solid #cce1e4;
}

.search-form {
    position: relative;
	z-index: 0;
}

.search-results {
    height: 90vh;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 2px 5px #e2dbdb;
    border-radius: 30px;
    overflow: hidden;
    padding-top: 60px;
    max-width: 40vw;
    position: absolute;
    z-index: 1001;
    top: 0;
}

.search-results-challenges-list {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    overflow-x: auto;
    height: 165px;
    white-space: nowrap;
}

.search-results-challenges-list .submission-grid-card {
    flex: 0 0 auto;
    width: 19%;
    height: 142px;
    display: block;
}

.search-results-challenges-list .submission-grid-card .challenge-entry-card {
    border-radius: 14px;
}

.search-results-challenges-list .submission-grid-card img {
    height: 142px;
    object-fit: cover;
}

.theme-tag-show {
    text-decoration: none !important;
}

.theme-tag-show:hover {
    text-decoration: none !important;
}

.search-results-btn {
    position: absolute;
    bottom: 0;
    border-radius: 0;
}

.search-results-records {
    height: 92%;
    overflow-y: auto;
}

.filter {
    position: relative;
}

.filter-box {
    position: absolute;
    top: 55px;
    left: -149px;
    z-index: 999999;
}

.filter-box-content {
    position: relative;
    max-height: 68vh;
    width: 320px;
    box-shadow: 0 0 5px #d5d3d3;
    border-radius: 20px;
    overflow: hidden;
    background-color: #ffffff;
}

.arrow {
    width: 100%;
    position: absolute;
    top: -8px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow .arrow-icon {
    height: 20px;
    width: 20px;
    box-shadow: 0 0 5px #d5d3d3;
    transform: rotate(45deg);
    background-color: #ffffff;
}

.filter-box-content .h-90 {
    height: 50vh;
    overflow-y: auto;
    padding-bottom: 20px;
    padding: 10px;
}

.filter-box-content .h-10 {
    height: 12%;
    /* background-color: #00687A; */
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 10px;
}

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

.search-tags-input .icon {
    position: absolute;
    left: 10px;
    top: 3px;
}

.search-tags-input input {
    font-size: 13px !important;
    padding: 0.4rem 1rem;
    padding-left: 35px !important;
}

/* Hide the actual checkbox */
.tag-checkbox {
    display: none;
}

.tag-checkbox-bath {
    display: none;
}

/* Base styles for the label as tags */
.tag-label {
    display: inline-block;
    padding: 6px 19px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 20px;
    background-color: #DBFDFF;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    color: #1895BB;
}

/* Styles for when the checkbox is checked */
.tag-checkbox:checked+.tag-label {
    background-color: #1895BB;
    color: white;
}

.tag-checkbox-bath:checked+.tag-label {
    background-color: #40739e;
    border-color: #40739e;
    color: white;
}

.tag-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.padding-btn-custom {
    padding: 6px 20px !important;
    font-size: 16px !important;
}

.error-page-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.error-page-wrapper h1 {
    font-size: 100px;
}

.error-page-wrapper p {
    width: 35%;
}

.error-page-wrapper a {
    width: 20%;
}

.challenge-locked-thumbnail {
    height: 72vh;
    width: 100%;
    object-fit: cover;
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.challenge-locked {
    position: relative;
}

.challenge-locked .lock {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.3);
}

.mdi.mdi-heart {
    color: red !important;
}

.auth-content .main-heading {
    font-size: 18px !important;
}

.text-sm-center {
    text-align: left !important;
}

.w-150 {
    width: 150px;
}

.tt-dataset-tags {
    background-color: #f2f2f2cf;
    border-radius: 7px;
}

.tt-suggestion {
    padding: 3px 15px;
    cursor: pointer;
}

.profile-insights-topbar {
    display: flex;
    align-items: center;
    gap: 1.4rem;
}

.profile-insights-topbar h6 {
    font-size: 24px;
}

.profile-insights-topbar a {
    font-size: 18px;
    opacity: 0.5;
}

.profile-insights-topbar a.active {
    opacity: 1;
    border-bottom: 1px solid #74bfd6;
}

.profile-insights-topbar a:hover {
    border-bottom: 1px solid #74bfd6;
    text-decoration: none !important;
}

.insight-options {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.insight-options .option-btn {
    background: #dbfdff;
    /* Gradient background */
    color: #50bcdd;
    /* Text color */
    font-size: 17px;
    /* Font size */
    font-weight: 400;
    /* Bold text */
    border: none;
    /* Remove border */
    border-radius: 20px;
    /* Rounded corners */
    padding: 3px 28px;
    /* Space around text */
    text-transform: uppercase;
    /* Uppercase text */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Slight shadow */
    cursor: pointer;
    /* Pointer on hover */
    outline: none;
    /* Remove focus outline */
    /* clip-path: polygon(15% 0, 84% 0, 100% 50%, 85% 100%, 15% 100%, 0% 50%); */
    transition: transform 0.2s, box-shadow 0.2s;
    /* Animation on hover */
}

.insight-options .option-btn:hover {
    background: linear-gradient(to right, #b2f2ff, #65d2ff);
    /* Gradient background */
    color: #ffffff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    /* Slightly stronger shadow */
}

.insight-options .option-btn.active {
    background: linear-gradient(to right, #b2f2ff, #65d2ff);
    /* Gradient background */
    color: #ffffff;
}

.insight-content-box {
    padding: 10px 22px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.insight-content-box .content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.width-fit-content {
    width: fit-content !important;
}

.insight-content-box .content-header h6 {
    font-size: 17px;
}

.insight-content-box .stat-date {
    color: rgba(80, 188, 221, 0.6);
}

.insight-content-box .content-header .filter-select {
    border: 1px solid #f2f2f2;
    padding: 4px 18px;
    text-align: center;
}

.insight-record-content {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.insight-record-content .record-time {
    color: #a7ddee;
}

.insight-record-content .number-count {
    width: 12px;
}

.insights-content .stat-box {
    box-shadow: 0 0 10px #f2f2f2;
    border-radius: 20px;
}

.stat-boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.stat-boxes .stat-box {
    box-shadow: 0 0 3px #c6c6c6;
    border-radius: 7px;
    padding: 10px;
    width: 32%;
}

.stat-boxes .stat-box .stat-heading {
    color: #50bcdd;
    font-size: 13px;
}

.stat-boxes .stat-box .stat-count {
    font-size: 24px;
    color: #50bcdd;
}

.stat-progress .stat-progress-heading p {
    color: #50bcdd;
}

.progress-bar-container {
    width: 100%;
    background-color: #d9d9d9;
    overflow: hidden;
    height: 6px;
}

.progress-bar {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #b2f2ff, #50bcdd);
    transition: width 0.5s ease;
}

.page-main-heading-box {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 3rem;
}

.onboarding-select-option {
    padding: 2px;
    border-radius: 30px;

    cursor: pointer;
}

.onboarding-select-option .img-default {
    display: block !important;
}

.onboarding-select-option .img-active {
    display: none !important;
}

.onboarding-option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-radius: 27px;
    /* Rounded corners for the shape */
    padding: 30px;
    box-sizing: border-box;
    color: #48C6EF;
    /* Default text color */
    text-align: left;
    position: relative;
    background-color: #fff;
    /* White background */
    background-clip: padding-box;
    /* clip-path: polygon(15% 0, 84% 0, 100% 50%, 85% 100%, 15% 100%, 0% 50%); */
    transition: background 0.3s, border 0.3s;
	background: #f1fdff;

    /* Smooth transition */
}


.onboarding-option .content h3 {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    color: #50bcdd;
    margin-bottom: 4px;
}

.onboarding-option .content p {
    font-size: 16px;
    color: #50bcdd;
}

/* Active state */
.onboarding-select-option.active .onboarding-option {
    background: linear-gradient(90deg, #b2f2ff, #50bcdd);
    color: white;
    /* Change text color to white */
}

.onboarding-select-option.active .content h3,
.onboarding-select-option.active .content p {
    color: white;
    /* White text for active state */
}

.onboarding-select-option.active .img-default {
    display: none !important;
}

.onboarding-select-option.active .img-active {
    display: block !important;
}

.onboarding-option .icon-img {
    width: 150px;
    /* background-color: red; */
    text-align: center;
}

.page-heading .main-heading {
    font-size: 30px;
}

.page-heading .sub-heading {
    font-size: 20px;
}

.form-group .info-text {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    padding-left: 10px;
    color: #50BCDD;
}

.file-inputs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.file-inputs .file-selected {
    position: relative;
    margin-bottom: 10px;
}

.file-inputs .file-selected .dismiss-input-file {
    right: unset;
    top: 5px;
    left: 6px;
    background-color: #FFDEDE;
}

.file-inputs .file-selected .dismiss-input-file i {
    color: #ff2d55;
}

.file-inputs .file-selected img {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border: 1px solid #f2f2f2;
    border-radius: 7px;
}

.file-inputs .file-select {
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dbfdff;
    margin-bottom: 10px;
    border-radius: 7px;
}

.file-inputs .file-select i {
    font-size: 20px;
}

.highlight-challenge-modal-body {
    padding: 5px;
}

.highlight-challenge-modal-content {
    border: 2px solid #e8ab32;
    padding: 35px 90px;
    border-radius: 0.4rem;
    position: relative;
}

.text-theme-gold {
    color: #e8ab32 !important;
}

.theme-select-option {
    border-radius: 30px;
    border: 2px solid #e8ab32;
    cursor: pointer;
}

.theme-select-option .img-default {
    display: block !important;
}

.theme-select-option .img-active {
    display: none !important;
}

.theme-option {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 1rem;
    width: 100%;
    border-radius: 27px;
    /* Rounded corners for the shape */
    padding: 3px 10px 3px 13px;
    box-sizing: border-box;
    color: rgba(246, 190, 106, 0.75);
    /* Default text color */
    text-align: left;
    position: relative;
    background-color: #fff;
    /* White background */
    background-clip: padding-box;
    /* clip-path: polygon(15% 0, 84% 0, 100% 50%, 85% 100%, 15% 100%, 0% 50%); */
    transition: background 0.3s, border 0.3s;
    /* Smooth transition */
}

.theme-option .content h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: rgba(246, 190, 106, 0.75);
    margin-bottom: 4px;
}

.theme-option .content p {
    font-size: 13px;
    color: rgba(246, 190, 106, 0.75);
    font-weight: 400;
}

.theme-option p.price {
    font-size: 17px;
    color: rgba(246, 190, 106, 0.75);
    font-weight: 400;
}

/* Active state */
.theme-select-option.active .theme-option {
    background: linear-gradient(90deg, rgba(255, 196, 81, 1), rgba(199, 134, 6, 1));
    color: white;
    /* Change text color to white */
}

.theme-select-option.active .content h3,
.theme-select-option.active .content p,
.theme-select-option.active p.price {
    color: white;
    /* White text for active state */
}

.theme-select-option.active .img-default {
    display: none !important;
}

.theme-select-option.active .img-active {
    display: block !important;
}

.theme-option .icon-img {
    width: auto;
    /* background-color: red; */
    text-align: center;
}

.star-style-icon-1 {
    position: absolute;
    top: 11px;
    left: 72px;
}

.star-style-icon-2 {
    position: absolute;
    top: 41px;
    left: 60px;
}

.star-style-icon-3 {
    position: absolute;
    top: 94px;
    right: 72px;
}

.boost-spinner-modal .modal-content {
    border-radius: 15px;
}

.boost-spinner-modal-body {
    padding: 5px;
    /* background-image: url('../images/icons/boost-spinner-bg.png');
    background-size: cover;
    background-repeat: no-repeat; */
}

.boost-spinner-modal-content-box {
    border: 1.5px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-image:
        linear-gradient(white, white),
        /* Inner background */
        linear-gradient(90deg, rgba(255, 81, 211, 1), rgba(255, 25, 0, 1));
    padding: 15px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.boost-spinner-modal-content {
    background-image: url('../images/icons/boost-spinner-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.boost-spinner-modal-content .boost-spinner-main-heading {
    font-size: 34px;
    text-align: center;
}

.boost-spinner-modal-content .boost-spinner-sub-heading {
    font-size: 18px;
    text-align: center;
}

.text-theme-gradient-red {
    background: linear-gradient(90deg, rgba(255, 81, 211, 1), rgba(255, 25, 0, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-theme-gradient-red {
    background-image: linear-gradient(to right, rgba(255, 81, 211, 1), rgba(255, 25, 0, 1));
}

.spinner-container {
    display: flex;
    width: 100%;
}

.spinner-ranks {
    width: fit-content;
    padding-right: 10px;
}

.boost-spinner-container {
    flex: 1;
    display: flex;
}

.spin-btn {
    flex: 1;
}

.rank-box {
    width: fit-content;
    padding: 6px 30px 5px 30px;
    border-radius: 30px;
}

.rank-box p {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.rank-box p .rankCount {
    font-size: 25px;
}

.rank-box p sup {
    top: -0.1em;
    font-size: 20px;
}

.rank-box-2 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.rank-box-2 .arrows-icon {
    position: absolute;
    top: 0;
    height: 100%;
    left: 48%;
}

.rank-custom-line-height {
    line-height: 28px;
}

.rank-box-transparent {
    width: fit-content;
    padding: 6px 30px 5px 30px;
    border-radius: 30px;
    border: 1.5px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-image: linear-gradient(white, white),
        /* Inner background */
        linear-gradient(90deg, rgba(255, 81, 211, 1), rgba(255, 25, 0, 1));
}

.rank-box-transparent p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.rank-box-transparent p .rankCount {
    font-size: 25px;
}

.rank-box-transparent p sup {
    top: -0.1em;
    font-size: 20px;
}

.text-theme-red-2 {
    color: rgba(255, 81, 211, 1);
}

.text-theme-red {
    color: rgba(255, 25, 0, 1);
}

.boost-spinner-box {
    padding: 10px;
    height: 100%;
    width: 49%;
    border-radius: 10px;
    background-image: linear-gradient(to top, rgba(255, 81, 211, 1), rgba(255, 25, 0, 1));
}

.boost-spinner-content {
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.3rem;
}

.boost-spinner {
    flex: 1;
    height: 192px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: inset 0px 5px 35px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.boost-spinner-item {
    height: 32px;
    border-bottom: 1px solid rgba(255, 25, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

/* .boost-spinner-item span{
    font-size: 20px;
    font-weight: 400;
} */
.boost-spinner-item.active {
    height: 62px;
}

.boost-spinner-item.active {
    font-size: 50px;
}

.spinner-btn-box {
    flex: 1;
    height: 100%;
    position: relative;
    text-align: center;
    padding-left: 10px;
}

.spinner-arm-icon {
    position: absolute;
    left: -2px;
    top: 30.5%;
    height: 75px;
}

.spinner-btn-content-box {
    width: fit-content;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid rgba(255, 25, 0, 1);
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-image: linear-gradient(white, white),
        /* Inner background */
        linear-gradient(90deg, rgba(255, 81, 211, 1), rgba(255, 25, 0, 1));
    margin: auto;
    position: relative;
}

.spinner-btn {
    color: #ffffff;
    font-size: 13px;
    padding: 20px 21px;
    background: linear-gradient(90deg, rgba(255, 81, 211, 1), rgba(255, 25, 0, 1));
    border-radius: 50%;
    border: none;
    line-height: 16px;
    box-shadow: 0 0 20px #bfbcbc;
}

.spinner-btn:hover {
    transition: all 0.5s ease;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(255, 81, 211, 0.8), rgba(255, 25, 0, 0.8));
}

.spinner-btn:focus {
    transition: all 0.5s ease;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(255, 81, 211, 0.8), rgba(255, 25, 0, 0.8));
}

.spinner-btn:active {
    transition: all 0.5s ease;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(255, 81, 211, 0.8), rgba(255, 25, 0, 0.8));
}

.sidemenu-link img {
    object-fit: contain;
}

.z-9 {
    z-index: 9;
}

.link-decoration-none {
    text-decoration: none !important;
}

.link-decoration-none:hover {
    text-decoration: none !important;
}

.menu-style-2 {
    width: 150px;
    top: 42px;
}

.menu-style-2 ul {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 3px #d6d6d6;
    padding-top: 6px;
    padding-bottom: 6px;
}

.menu-style-2 ul li {
    padding: 0;
    border-bottom: 0;
}

.menu-style-2 ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    color: #474747;
    padding: 2px 13px;
}

.menu-style-2 ul li a:hover {
    text-decoration: none !important;
    background-color: #f2f2f2;
}

.menu-style-2 .marker {
    position: absolute;
    transform: rotate(30deg);
    top: -3px;
    font-size: 10px;
	display: none;
}

.menu-style-2 .marker.marker-right {
    right: 6px;
}

.menu-style-2 .marker.marker-left {
    left: 6px;
}


.board-div.board-entry-text h5 {
	font-size: 36px;
	line-height: 52px;
}
.theme-tag-full {
	background: #DBFDFF;
	padding: 8px 15px;
	border-radius: 6px;
}
.theme-tag-show-none {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding-bottom: 8px;
	width: 100%;
}
#searchResults .text-theme-primary-dark {
	font-weight: bold;
	color: #2097BA;
}
#searchResults .followButtonAuth{
	border-radius: 6px !important;
}
.message-user-option-info p {
	color: #50BCDD;
	font-weight: 500;
}
.profile-result-show{
	border-bottom: none;
}
.search-results{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.search-results-btn{
	bottom: 15px;
}
.auth-btns-clip{
	clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%) !important;
}
#searchResults a.btn{
	width:95% !important;
	margin-left: 12px;
}