:root {
    --primary: #ff2800;
    --dark: #000000;
    --light: #ffffff;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--dark);
    background-color: #F8FAFC;
    overflow-x: hidden !important;
}

a {
    text-decoration: none !important;
    color: rgba(1, 161, 226, 1);
}

.slate-gray {
    color: rgba(83, 88, 98, 1) !important;
    /* #535862 */
}

.ash-gray {
    color: rgba(65, 70, 81, 1) !important;
    /* #414651 */
}

.fog-gray {
    color: rgba(113, 118, 128, 1) !important;
    /* #717680 */
}

.deep-navy {
    color: rgba(16, 24, 40, 1) !important;
    /* #101828 */
}

.lh-18 {
    line-height: 18px !important;
}

.lh-20 {
    line-height: 20px !important;
}

.lh-24 {
    line-height: 24px !important;
}

.lh-28 {
    line-height: 28px !important;
}

.lh-30 {
    line-height: 30px !important;
}

.lh-32 {
    line-height: 32px !important;
}

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

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

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

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

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

.header {
    border-bottom: 1px solid rgba(226, 232, 240, 1);
    background: linear-gradient(to right, #eaf4ff1c 0%, #f3f9ff 20%, #ffffff 40%, #ffffff 62%, #f3fffd38 80%, #eafaf6a3 100%);
}

.site_name {
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    color: rgba(16, 24, 40, 1);
}

.site_slogan {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(83, 88, 98, 1);
}

.header_right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(83, 88, 98, 1);
}

.header_right .btn {
    border-radius: 27px;
    border: 1px solid rgba(212, 220, 231, 1);
    padding: 10px 20px;
}

.footer {
    color: rgba(83, 88, 98, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.signup-card {
    border-radius: 24px;
    border-width: 1px;
    padding: 48px;
    max-width: 624px;
    margin: auto;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, 1);
    width: 100%;
}


.card_title {
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    color: rgba(16, 24, 40, 1);
}

.card_subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(83, 88, 98, 1);
    max-width: 320px;
    margin: auto;
}


.form-label {
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 28px;
    color: rgba(16, 24, 40, 1);
}


.form-control {
    height: 56px;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    border-radius: 16px;
    border: 1px solid rgba(226, 232, 240, 1);
    box-shadow: none !important;
}

.password-rules {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(83, 88, 98, 1);
}

.gradient-btn {
    background: linear-gradient(90deg, #9A7FFD 0%, #01A1E2 52.05%, #03FBDE 100%);
    opacity: 1;
    padding: 10px 10px;
    border-radius: 16px;
    color: #fff;
    border: none;
}

.form-check-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(83, 88, 98, 1);
}

.input-group-text {
    border-radius: 0px 16px 16px 0px;
}

.pointer {
    cursor: pointer;
}

.available_campaign label {
    border: 1px solid rgba(226, 232, 240, 1) !important;
    border-radius: 16px !important;
    padding: 20px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.available_campaign label::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
}

.available_campaign label::before {
    position: absolute;
    content: "";
    background-image: url('../images/icons/check-2.png');
    bottom: 11px;
    right: 8px;
    opacity: 0;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.available_campaign .form-check-input:checked~label::before {
    opacity: 1;
}

.available_campaign .form-check-input:checked~label {
    border: 1px solid rgba(1, 161, 226, 1) !important;
    background: rgba(230, 246, 252, 1);
}

.available_campaign .card h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.available_campaign .card p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(83, 88, 98, 1) !important;
}

.available_campaign .form-check {
    margin: 0;
    padding: 0px;
}

.btn_secondary {
    font-weight: 400;
    border: 1px solid #D4DCE7 !important;
    border-radius: 16px;
    padding: 12px 15px;
    font-size: 18px;
    color: #535862;
}

.user_nav ul li a {
    border-bottom-width: 4px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: rgba(83, 88, 98, 1) !important;
    border-radius: 6px 6px 0px 0px !important;
    font-size: 16px;
}

.user_nav .nav-pills .nav-link.active,
.user_nav .nav-pills .show>.nav-link {
    background: rgba(246, 252, 254, 1);
    border-bottom: 4px solid rgba(1, 161, 226, 1);
    color: rgba(1, 114, 160, 1) !important;
    font-weight: 600;
}

.page-header h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin: 0;
    color: rgba(16, 24, 40, 1);
}

.page-header p {
    color: rgba(65, 70, 81, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.csv_btn {
    border-radius: 16px;
    border-width: 1px;
    background: rgba(245, 247, 250, 1);
    border: 1px solid rgba(212, 220, 231, 1);
    padding: 14px 22px;
    font-size: 15px;
    font-weight: 500;
}

.custom_card {
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    border: 1px solid rgba(226, 232, 240, 1);
    border-radius: 20px;
}

.custom_card p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(65, 70, 81, 1);
}

/* .custom_card h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: rgba(16, 24, 40, 1);
} */

.custom_card small {
    font-weight: 400;
    font-size: 14px;
    color: rgba(113, 118, 128, 1);
}


.card_table {
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid rgba(226, 232, 240, 1)
}

.card_table .card-header {
    padding: 20px 20px;
    border-bottom: 1px solid #EEE;
}

th {
    color: rgba(83, 88, 98, 1) !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background: transparent !important;
    border: none !important;
}

td {
    border-top: 1px solid rgba(226, 232, 240, 1) !important;
    border-bottom: 1px solid rgba(226, 232, 240, 1) !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: rgba(65, 70, 81, 1) !important;
    font-size: 14px;
}

.filter_group_btn {
    background: rgba(243, 247, 250, 1);
    border: 1px solid rgba(226, 232, 240, 1);
    border-radius: 16px;
    border-width: 1px;
    gap: 12px;
    padding: 2px 4px;
    color: rgba(83, 88, 98, 1);
    font-size: 16px;
}

.filter_group_btn a {
    padding: 10px 26px;
    border-radius: 16px;
    text-align: center;
}

.filter_group_btn a.active {
    background: linear-gradient(90deg, #9A7FFD 0%, #01A1E2 52.05%, #03FBDE 100%);
    color: #fff !important;
}

.filter-btn {
    background: rgba(243, 247, 250, 1);
    border: 1px solid rgba(226, 232, 240, 1);
    border-radius: 16px;
    border-width: 1px;
    padding: 11px 20px;
    color: rgba(83, 88, 98, 1);
    font-size: 16px;
}

.badge {
    padding: 10px 15px;
    border-radius: 50px !important;
}

.bg-success {
    background: rgba(236, 253, 243, 1) !important;
    border: 1px solid rgba(209, 250, 223, 1) !important;
    color: rgba(2, 122, 72, 1);
    font-weight: 500;
}

.bg-primary {
    background-color: rgba(13, 110, 253, 0.12) !important;
    border: 1px solid rgb(13, 110, 253) !important;
    color: rgb(13, 110, 253);
}

.bg-info {
    background-color: rgba(13, 202, 240, 0.12) !important;
    border: 1px solid rgb(13, 202, 240) !important;
    color: rgb(13, 202, 240);
}

.bg-warning {
    background-color: rgba(255, 193, 7, 0.15) !important;
    border: 1px solid rgb(255, 193, 7) !important;
    color: rgba(220, 104, 3, 1) !important;
}

.bg-danger {
    background-color: rgba(220, 53, 69, 0.12) !important;
    border: 1px solid rgb(220, 53, 69) !important;
    color: rgb(220, 53, 69);
}

.bg-secondary {
    background-color: rgba(108, 117, 125, 0.12) !important;
    border: 1px solid rgb(108, 117, 125) !important;
    color: rgb(108, 117, 125);
}

.bg-dark {
    background-color: rgba(33, 37, 41, 0.12) !important;
    border: 1px solid rgb(33, 37, 41) !important;
    color: rgb(33, 37, 41);
}

.user_dropdown {
    border: 1px solid rgba(226, 232, 240, 1);
    padding: 8px 10px;
    border-radius: 16px;
}

.dropdown-menu {
    width: 280px !important;
    top: 17px !important;
    padding: 15px 0px;
    border: 1px solid #EEE;
}

.dropdown-menu .dropdown-item {
    padding: 11px 10px;
}

.campaign_card h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: rgba(16, 24, 40, 1);
}

.campaign_card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(65, 70, 81, 1);
}


.badge-dot {
    background: #4CAF50;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 2px;
    transform: translate(0px, -1px);
}

.bg-secondary .badge-dot {
    background: #bdbaba !important;
}

.campaign_goal p {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: rgba(65, 70, 81, 1);
}

.student_count {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1) !important;
}


.progress {
    background-color: #E2E8F0 !important;
    border-radius: 999px;
}

.progress-bar {
    background: linear-gradient(90deg,
            #9A7FFD 0%,
            #01A1E2 52.05%,
            #03FBDE 100%) !important;
    border-radius: 999px;
}

.joined-avatars {
    display: flex;
    align-items: center;
}

.joined-avatars img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    /* creates separation */
    margin-left: -12px;
    /* overlap effect */
    background: #fff;
}

.joined-avatars img:first-child {
    margin-left: 0;
}

.bg-warning .badge-dot {
    background: rgba(220, 104, 3, 1) !important;
}


.custom_card small {
    font-weight: 400;
    font-size: 16px;
    color: rgba(65, 70, 81, 1) !important;
}

.card-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: rgba(16, 24, 40, 1);
}

.card-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: rgba(83, 88, 98, 1);
}

.stat-box {
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    border-radius: 12px;
    background: rgba(248, 250, 252, 1);
    border: 1px solid rgba(226, 232, 240, 1);
}

.stat-title {
    color: rgba(83, 88, 98, 1) !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

.stat-value {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 30px;
    color: rgba(65, 70, 81, 1);
}

ul {
    list-style: none !important;
}

.btn-facebook,
.btn-instagram,
.btn-twitter,
#social-links ul li a {
    border: 1px solid rgba(226, 232, 240, 1) !important;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    border-radius: 16px;
    width: 100%;
    display: block !important;
    gap: 3px;
}

#social-links ul {
    margin: 0;
    padding: 0;
}

#social-links ul li {
    display: inline-block;
    margin: 0px 5px;
    width: 33%;
}

.btn-facebook i,
.btn-instagram i,
.btn-twitter i {
    color: rgba(1, 161, 226, 1);
}

.invite_card h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(65, 70, 81, 1);
}

.invite_card p {
    color: rgba(113, 118, 128, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.invite_card strong {
    font-weight: 700;
    font-size: 24px;
    color: rgba(16, 24, 40, 1);
}

.form-control::placeholder {
    color: #CCC;
}


#sendInviteTabs {
    background: rgba(243, 247, 250, 1);
    border: 1px solid rgba(226, 232, 240, 1);
    border-radius: 16px;
    padding: 6px;
}

#sendInviteTabs .nav-link {
    color: rgba(16, 24, 40, 1);
    padding: 16px 10px;
    border-radius: 16px !important;
}

#sendInviteTabs .nav-link.active {
    background: linear-gradient(90deg, #9A7FFD 0%, #01A1E2 52.05%, #03FBDE 100%);
    color: #fff;
}

.invited_wrap .form-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: rgba(65, 70, 81, 1);
}

.search_contact .input-group-text {
    border-radius: 16px;
}

/* Avatar */
.invite_table .avatar {
    width: 40px;
    height: 40px;
    border-radius: 16px;
    background: #f1f5f9;
    border: 1px solid #ddd;
    color: #0f172a;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Pills */
.invite_table .pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.invite_table .pill-outline {
    border: 1px solid #d1d5db;
    background: #fff;
    color: #374151;
}

.invite_table .pill-gray {
    background: #f1f5f9;
    color: #475569;
}

.invite_table .pill-success {
    background: #eafff1;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.leaderboard_table .avatar {
    width: 40px !important;
    border: 1px solid rgba(166, 244, 197, 1);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(166 244 197 / 10%);
    padding: 7px;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    height: 40px !important;
}

.rank_number {
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EEE;
    border-radius: 50px;
    background: #f8f8f8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #414651;
}


.rewards-card {
    border-radius: 16px;
    padding: 20px;
}

.reward-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff1e6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reward-icon img {
    width: 42px;
}

.reward-row {
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border: 1px solid #e5eaf1;
    border-radius: 12px;
    margin-bottom: 12px;
    background: #f9fbfd;
}

.reward-row:last-child {
    margin-bottom: 0;
}

.coins {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #121212;
    font-weight: 400;
}

.coins strong,
.coin strong {
    color: #f97316;
}

.coins img {
    width: 18px;
}


.reward-card h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(16, 24, 40, 1);
}

.text_danger {
    color: rgba(240, 68, 56, 1) !important;
}

.task-item {
    padding: 16px 20px;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    background-color: #fff;
}

/* Icon */
.task-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-top: 14px;
}

.task-icon.success {
    background-color: #e8fff3;
    color: #20c997;
    border: 2px solid #20c997;
}

.task-icon.pending {
    border: 2px solid #cfd6df;
}

/* Coin badge */
.coin-badge {
    background-color: #ffe9e7;
    color: #ff6b5c;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 500;
}

/* Buttons */
.btn-claim {
    border-radius: 999px;
    border: 1px solid #3b82f6;
    color: #3b82f6;
    background: #f0f7ff;
    font-size: 14px;
}

.btn-claimed {
    background-color: #d1fae5;
    color: #10b981;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 500;
}

.btn-claim-finished {
    border-radius: 999px;
    border: 1px solid #D4DCE7;
    color: #101828;
    font-size: 14px;
}

/* Headings */
.form-container h3 {
    font-weight: 600;
    margin-bottom: 4px;
}

.form-container p {
    color: #6b7280;
    font-size: 14px;
}

/* Inputs */
.form-control,
.form-select {
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 10px 12px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #6366f1;
}

/* Message label */
h4 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
}

/* Stats */
.stat-box {
    background: #f9fafb;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
}

.stat-title {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 4px;
}

.stat-value {
    font-size: 18px;
    font-weight: 600;
}

.stat-value span {
    font-size: 12px;
    color: #6b7280;
    margin-left: 4px;
}

/* Send Button */
.btn-custom {
    width: 100%;
    border-radius: 12px;
    padding: 12px;
    font-weight: 600;
    border: none;
    background: linear-gradient(90deg, #7c7cff, #00e5c0);
}

.btn-custom:hover {
    opacity: 0.9;
}


.banner_content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 1);
    max-width: 660px;
    margin: auto;
}

.banner_content h1 {
    font-weight: 600;
    font-size: 64px;
    line-height: 72px;
    color: rgba(0, 0, 0, 1);
}

.hero-section {
    padding: 120px 0px;
    background: linear-gradient(to right, #eaf4ff5e 0%, #f3f9ff 20%, #ffffff85 40%, #ffffff 62%, #f3fffd54 80%, #eafaf6 100%);
}

.about_us h2 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 20px;
}

.about_us p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    line-height: 24px;
}

.rounded-2 {
    border-radius: 16px !important;
}

.section-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
}

.section-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(64, 64, 64, 1);
}

.card-header {
    border-bottom: 1px solid #EEE;
}

.work_card .badge {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: rgba(18, 183, 106, 1);
    border-style: dashed !important;
}

.work_card h5 {
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    color: rgba(18, 17, 22, 1);
}

.work_card p {
    font-family: 'Onest';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: rgba(64, 64, 64, 1);
}

.work_card { 
    background: rgba(249, 250, 251, 1);
    border: 1px solid rgba(226, 232, 240, 1) !important;
    border-radius: 16px;
}


.modal_heading {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
}

.modal_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: rgba(83, 88, 98, 1);
}


.mobile_menu ul {
    display: block;
}

.mobile_menu ul li a {
    color: #222;
    font-size: 15px;
    background: #fafafa;
    margin-bottom: 10px;
    padding: 16px 20px;
    border-left: 4px solid transparent;
}

#mobileNav {
    width: 320px !important;
}

.mobile_menu ul li a:hover {
    background: rgba(246, 252, 254, 1);
    border-left: 4px solid rgba(1, 161, 226, 1);
    color: rgba(1, 114, 160, 1) !important;
}


#mobileNav .nav-pills .nav-link.active,
#mobileNav .nav-pills .show>.nav-link {
    background: rgba(246, 252, 254, 1);
    border-left: 4px solid rgba(1, 161, 226, 1);
    color: rgba(1, 114, 160, 1) !important;
    font-weight: 600;
}

.gradient-text {
    background: linear-gradient(90deg, #9A7FFD 0%, #01A1E2 52.05%, #03FBDE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.leaderboard-section {
    background: linear-gradient(to right, #eef3ffb8 0%, #f6f9ff29 15%, #ffffff 35%, #ffffff 65%, #f6fffb00 85%, #eefaf58f 100%);
}

