/*
Theme Name: Twenty Twenty Provider Child
Theme URI: https://example.com/
Description: Child theme of Twenty Twenty for Provider customization
Author: Your Name
Author URI: https://example.com/
Template: hubtron
Version: 1.0
*/

/* Import Parent Theme Style */
@import url("../hubtron/style.css");

body {padding: 0px; margin: 0px; background: #111111; font-family: "Poppins", sans-serif; font-weight: 400; letter-spacing: 0px;}
h1, h2, h3, h4, h5, h6, .faux-heading {letter-spacing: 0px;}

/* Custom CSS Start */

/* Button */
.btn {display: inline-flex; justify-content: center; padding: 11px 42px; font-weight: 500; font-size: 16px; line-height: 24px; border: solid 2px transparent; border-radius: 30px; min-width: 186px; text-decoration: none; text-transform: capitalize;}
.btn:hover, .btn:focus {text-decoration: none;}
.btn.btn-primary {background: #17EAD9; border-color: #17EAD9; color: #000;}
.btn.btn-primary:hover, .btn.btn-primary:focus {background: #6078EA; border-color: #6078EA; color: #fff; outline: none; box-shadow: none;}

.btn.btn-outline-primary {border-color: #17EAD9; color: #17EAD9;}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {background: #17EAD9; color: #000; outline: none; box-shadow: none;}

.btn.btn-secondary {background: #111; border-color: #111; color: #fff;}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {background: #6078EA; border-color: #6078EA; color: #fff; outline: none; box-shadow: none;}

.btn.btn-outline-secondary {border-color: #111; color: #111;}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus {background: #111; color: #fff; outline: none; box-shadow: none;}

.btn.btn-success {background: #6078EA; border-color: #6078EA; color: #fff;}
.btn.btn-success:hover, .btn.btn-success:focus {background: #6078EA; border-color: #6078EA; color: #fff; outline: none; box-shadow: none;}

.btn.btn-outline-success {border-color: #6078EA; color: #6078EA;}
.btn.btn-outline-success:hover, .btn.btn-outline-success:focus {background: #6078EA; color: #fff; outline: none; box-shadow: none;}



/* Header */
header {display: block; padding: 0px; position: absolute; top: 0px; width: 100%; z-index: 1;}
header .top-bar {display: block; width: 100%; background: rgba(96, 120, 234, 0.2); font-weight: 400; font-size: 14px; line-height: 22px; text-align: center; color: #FFFFFF; padding: 14px 0;}
header .top-bar a {color: #17EAD9; text-decoration: none;}

header .header-inner-section {display: block; padding: 20px 0px;}
header .header-inner-section .site-logo {display: block;}
header .header-inner-section .site-logo img {display: block; max-width: 250px;}
header .header-inner-section ul.navbar-nav {display: flex; flex-wrap: wrap; align-items: center; flex-direction: row; gap: 30px;}
header .header-inner-section ul.navbar-nav li {display: block; padding: 0px; margin: 0px;}
header .header-inner-section ul.navbar-nav li a {display: block; font-size: 16px; color: #fff; font-weight: 500; text-decoration: none;}


/* Hero Section */
.hero-section {display: block; padding: 267px 0; background-position: center center; background-repeat: no-repeat; background-size: cover;}
.hero-section .hero-content {display: block;}
.hero-section .hero-content .logo {display: flex; flex-wrap: wrap; justify-content: center; margin: 0 0 35px;}
.hero-section .hero-content h1 {display: block; font-weight: 700; font-size: 64px; line-height: 82px; text-align: center; color: #FFFFFF; margin: 0 0 24px; padding: 0 20px;}
.hero-section .hero-content h4 {display: block; font-weight: 600; font-size: 32px; line-height: 44px; text-align: center; color: #FFFFFF; margin: 0 0 40px;}
.hero-section .hero-content .buttons {display: flex; flex-wrap: wrap; justify-content: center; gap: 20px;}


/* International Section */
.international-section {display: block; padding: 100px 0px; background: url(./assets/images/international-bg.png) left bottom no-repeat;} 
.international-section h2 {display: block; margin: 0px 0 20px; font-weight: 700; font-size: 64px; line-height: 96px; color: #17EAD9;}
.international-section h2 span {display: block; font-weight: 600; font-size: 48px; line-height: 72px; color: #FFFFFF;}
.international-section h2.separator {padding-bottom: 40px; background: url(./assets/images/separator.png) center bottom no-repeat;}
.international-section p {display: block; margin: 0px 0 50px; font-weight: 400; font-size: 18px; line-height: 28px; text-align: center; color: #FFFFFF;}
.international-section .international-card {display: block; background: #111111; border: 2px solid rgba(23, 234, 217, 0.2); border-radius: 30px 0px; padding: 38px; transition: all 0.5s; height: 100%;}
.international-section .international-card .icon {display: block; margin: 0 0 30px;}
.international-section .international-card .icon svg {display: block;}
.international-section .international-card h4 {display: block; margin: 0 0 15px; font-weight: 700; font-size: 24px; line-height: 36px; color: #17EAD9;}
.international-section .international-card p {display: block; margin: 0; font-weight: 400; font-size: 16px; line-height: 24px; color: #FFFFFF; text-align: left;}
.international-section .international-card:hover {background: rgba(23, 234, 217, 1); border: 2px solid rgba(23, 234, 217, 1);}
.international-section .international-card:hover .icon svg path {fill: #000;}
.international-section .international-card:hover h4 {color: #000;}
.international-section .international-card:hover p {color: #000;}

/* Earning Section */
.earning-section {display: block; padding: 100px 0; background: linear-gradient(180deg, rgba(23, 234, 217, 0.03) 0%, rgba(17, 17, 17, 0.1) 100%);}
.earning-section h2 {display: block; margin: 0px 0 40px; font-weight: 700; font-size: 64px; line-height: 96px; text-align: center; color: #FFFFFF;}
.earning-section h2 span {color: #6078EA;}
.earning-section h2.separator {padding-bottom: 30px; background: url(./assets/images/separator-white.png) center bottom no-repeat;}
.earning-section .earning-card {display: flex; flex-wrap: wrap; justify-content: center; text-align: center; padding: 0 50px; transition: all 0.5s;}
.earning-section .earning-card .icon {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 150px; height: 150px; margin: 0 0 30px; background: linear-gradient(180deg, #17EAD9 0%, #6078EA 100%); border-radius: 50%; transition: all 0.5s;}
.earning-section .earning-card .icon svg {display: block;}
.earning-section .earning-card h4 {display: block; width: 100%; font-weight: 700; font-size: 24px; line-height: 36px; color: #17EAD9; margin: 0 0 15px;}
.earning-section .earning-card p {display: block; width: 100%; font-weight: 400; font-size: 16px; line-height: 24px; color: #FFFFFF; margin: 0px;}
.earning-section .earning-card:hover .icon {transform: rotate(360deg);}


/* FAQ Section */
.faq-section {display: block; padding: 100px 0;}
.faq-section h2 {display: block; margin: 0px 0 40px; font-weight: 700; font-size: 64px; line-height: 96px; text-align: center; color: #FFFFFF;}
.faq-section h2 span {color: #6078EA;}
.faq-section h2.separator {padding-bottom: 30px; background: url(./assets/images/separator-white.png) center bottom no-repeat;}
.faq-section .accordion {display: flex; flex-wrap: wrap; gap: 20px;}
.faq-section .accordion .accordion-item {display: block; width: 100%; border: solid 1px #17EAD9; border-radius: 10px; overflow: hidden; background: transparent;}
.faq-section .accordion .accordion-item .accordion-button {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; width: 100%; border: 0; border-radius: 10px 10px 0 0; background: transparent; padding: 20px; font-weight: 700; font-size: 24px; line-height: 36px; color: #17EAD9; text-transform: capitalize; text-decoration: none; box-shadow: none; outline: none;}
.faq-section .accordion .accordion-item .accordion-button .icon {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; width: 40px; height: 40px;}
.faq-section .accordion .accordion-item .accordion-button .icon svg {display: block; fill: #17EAD9;}
.faq-section .accordion .accordion-item .accordion-button .icon svg .plus-icon {display: none;}
.faq-section .accordion .accordion-item .accordion-button.collapsed .icon svg .plus-icon {display: block;}
.faq-section .accordion .accordion-item .accordion-button:after {display: none;}
.faq-section .accordion .accordion-item .accordion-body {display: block; padding: 0 22px;}
.faq-section .accordion .accordion-item .accordion-body p {display: block; font-weight: 400; font-size: 16px; line-height: 24px; color: #FFFFFF; margin: 0 0 25px;}


/* Footer */
footer {display: block; background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(23, 234, 217, 0.05) 100%); padding: 50px 0px;}
footer .footer-logo {display: flex; flex-wrap: wrap; justify-content: center; margin: 0 0 30px;}
footer .footer-logo img {display: block; max-width: 300px;}
footer .footer-copyright {display: block; font-weight: 400; font-size: 14px; line-height: 22px; text-align: center; color: #FFFFFF;}
footer .footer-copyright a {color: #FFFFFF;}

/* Register & Login */
.mlm-main {display: block; padding: 100px 0 0 0; min-height: calc(100vh - 234px);}
.mlm-main.mlm-register {height: auto;}
.mlm-auth-form {max-width: 400px; margin: 0 auto; background: linear-gradient(180deg, rgba(23, 234, 217, 0.03) 0%, rgba(17, 17, 17, 0.1) 100%); padding: 20px; border-radius: 10px;}
.mlm-auth-form h2 {display: block; margin: 0px 0 30px; font-weight: 700; font-size: 40px; line-height: 1; text-align: center; color: #fff;}
.mlm-auth-form p {display: block; font-weight: 400; font-size: 16px; line-height: 24px;}
.mlm-auth-form .form-group {display: block; margin-bottom: 15px;}
.mlm-auth-form .form-group .form-label {display: flex; flex-wrap: wrap; gap: 5px; font-weight: 400; font-size: 16px; line-height: 24px; color: #FFFFFF; margin-bottom: 5px;}
.mlm-auth-form .form-group .form-label span.required {color: #f00;}
.mlm-auth-form .form-group .form-control {display: block; border: 1px solid rgba(23, 234, 217, 0.2); background: #111111; border-radius: 10px; padding: 15px; font-weight: 400; font-size: 16px; line-height: 24px; color: #FFFFFF;}
.mlm-auth-form .form-group .form-control:focus {box-shadow: none; border-color: rgba(23, 234, 217, 1);}
.mlm-auth-form .form-group .btn.btn-primary {width: 100%; text-transform: capitalize; letter-spacing: 0px; text-decoration: none;}
.mlm-auth-form .forgot-password-text {display: block; text-align: center; font-weight: 400; font-size: 16px; line-height: 24px; color: #FFFFFF;}
.mlm-auth-form .forgot-password-text a {font-weight: 400; font-size: 16px; line-height: 24px; color: #FFFFFF;}

/* My Account */
.mlm-dashboard {display: flex; flex-wrap: wrap; gap: 20px; padding: 159px 0 0 0;}
.mlm-sidebar {display: block; width: 100%; padding: 20px; background: linear-gradient(180deg, rgba(23, 234, 217, 0.03) 0%, rgba(17, 17, 17, 0.1) 100%); border-radius: 10px;}
.mlm-sidebar .mlm-profile-section {display: block; margin: 0 0 30px;}
.mlm-sidebar .mlm-profile-section h3 {display: block; margin: 0 0 20px; font-weight: 700; font-size: 26px; line-height: 1; text-align: center; color: #FFFFFF; letter-spacing: 0.05rem;}
.mlm-sidebar .mlm-upload-form {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin: 0 0 20px; position: relative;}
.mlm-sidebar .mlm-upload-form img {display: block;}
.mlm-sidebar .mlm-upload-form input {display: block; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; cursor: pointer; opacity: 0;}
.mlm-sidebar .mlm-upload-form .button {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 0px; width: 30px; height: 30px; background: #17EAD9; border-radius: 50%; position: absolute; right: 80px; top: 0px;}
.mlm-sidebar .mlm-upload-form .button svg {display: block; width: 15px; height: auto; fill: #000;}

.mlm-sidebar .mlm-live-prices {display: block; width: 100%;}
.mlm-sidebar .mlm-live-prices .mlm-live-main {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; font-size: 16px; color: #fff; font-weight: 600; width: 100%; gap: 10px;}
.mlm-sidebar .mlm-live-prices .mlm-live-main select {display: block; background: transparent; color: #fff; border: 1px solid #5a5b75; border-radius: 4px; padding: 4px; font-size: 16px; cursor: pointer; outline: none;}
.mlm-sidebar .mlm-live-prices .total-wallet-text {display: block; font-weight: 600; font-size: 18px; line-height: 24px; text-align: center; color: #17EAD9; margin: 15px 0 0 0;}
.mlm-sidebar .mlm-nav {display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0;}
.mlm-sidebar .mlm-nav li {display: block; margin: 0px; padding: 0px; width: 100%;}
.mlm-sidebar .mlm-nav li a {text-decoration: none; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 10px 15px; border-radius: 5px; background: #17EAD9; font-size: 16px; font-weight: 500; color: #111;}
.mlm-sidebar .mlm-nav li a span.icon {display: block; width: 20px; height: auto;}
.mlm-sidebar .mlm-nav li a span.icon svg {display: block; fill: #111;}
.mlm-sidebar .mlm-nav li a:hover {background: #6078EA; color: #fff;}
.mlm-sidebar .mlm-nav li a:hover span.icon svg {fill: #fff;}


.mlm-content {display: block; width: 100%; padding: 20px; background: linear-gradient(180deg, rgba(23, 234, 217, 0.03) 0%, rgba(17, 17, 17, 0.1) 100%); border-radius: 10px;}
.mlm-content h2 {display: block; width: 100%; margin: 0 0 20px; font-weight: 700; font-size: 40px; line-height: 1; color: #FFFFFF;}

.mlm-stats-grid {display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 20px;}
.mlm-stats-grid .mlm-stat-card {display: block; background: #111; border: 2px solid rgba(23, 234, 217, 0.2); padding: 20px; border-radius: 10px;}
.mlm-stats-grid .mlm-stat-card .icon {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; width: 80px; height: 80px; background: linear-gradient(180deg, #17EAD9 0%, #6078EA 100%); border-radius: 50%; margin: 0 0 20px;}
.mlm-stats-grid .mlm-stat-card .icon svg {display: block; width: 35px; height: auto; fill: #111;}
.mlm-stats-grid .mlm-stat-card h4 {display: block; font-weight: 700; font-size: 24px; line-height: 1; color: #17EAD9; margin: 0 0 10px;}
.mlm-stats-grid .mlm-stat-card p.mlm-stat-value {display: block; font-weight: 400; font-size: 16px; line-height: 24px; color: #FFFFFF; margin: 0;}
.mlm-stats-grid .mlm-stat-card p.mlm-stat-value span {display: block; font-weight: 400; font-size: 16px; line-height: 24px; color: #FFFFFF; margin: 0;}

.mlm-link-section {display: block; background: #17EAD9; border-radius: 10px; padding: 20px;}
.mlm-link-section h3 {display: block; margin: 0px 0 15px; font-weight: 600; font-size: 24px; color: #111; line-height: 1;}
.mlm-link-section .referral-form {display: block; position: relative;}
.mlm-link-section .referral-form input {display: block; position: relative; background: #111; border: 0; padding: 15px 145px 15px 25px; font-size: 16px; color: #fff; line-height: 1; border-radius: 30px;}
.mlm-link-section .referral-form input:focus {box-shadow: none; outline: none;}
.mlm-link-section .referral-form button {position: absolute; top: 50%; transform: translateY(-50%); right: 5px; text-transform: capitalize; padding: 8px 20px; min-width: inherit; text-decoration: none; letter-spacing: 0px;}



.mlm-boards-main {display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 15px; row-gap: 30px;}

.mlm-matrix-card {display: block; background: rgba(23, 234, 217, 0.03); border-radius: 10px; overflow: hidden; width: 100%; color: #fff;}
.mlm-matrix-header { background: #17EAD9; padding: 10px 20px; display: flex; justify-content: space-between; align-items: center; color: #111; font-weight: 700; }
.mlm-matrix-header .board-id { font-size: 16px; opacity: 0.9; }
.mlm-matrix-header .board-price { font-size: 22px; text-align: center; flex-grow: 1; }

.mlm-matrix-body { padding: 30px 10px 20px 10px; text-align: center; }
.mlm-matrix-row { display: flex; justify-content: center; margin-bottom: 10px; }
.mlm-matrix-row.level-1 { gap: 30px; }
.mlm-matrix-row.level-2 { gap: 15px; }
.mlm-matrix-row.level-3 { gap: 8px; }
.mlm-matrix-row.level-4 { gap: 3px; margin-bottom: 0; }

.mlm-matrix-footer {display: flex; justify-content: space-between; padding: 15px 20px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 16px; font-weight: 700;}

.mlm-matrix-reentry-stats {display: block; padding: 15px 20px; border-top: 1px solid rgba(255,255,255,0.08); font-family: inherit; font-size: 13px;}
.mlm-matrix-reentry-stats .reentry-boxs {display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; color: #fff;}
.mlm-matrix-reentry-stats .reentry-boxs .icon {opacity: 0.7; display: flex; flex-wrap: wrap; align-items: center;}
.mlm-matrix-reentry-stats .reentry-boxs .text {font-weight: 600; color: #10B981; font-size: 14px; background: rgba(16, 185, 129, 0.1); padding: 2px 8px; border-radius: 4px; border: 1px solid rgba(16, 185, 129, 0.2);}
.mlm-matrix-reentry-stats .reentry-boxs .text.blue {font-weight: 600; color: #3B82F6; font-size: 14px; background: rgba(59, 130, 246, 0.1); padding: 2px 8px; border-radius: 4px; border: 1px solid rgba(59, 130, 246, 0.2);}


.mlm-stat-card {display: block; background: rgba(23, 234, 217, 0.03); border-radius: 10px; overflow: hidden; width: 100%; color: #fff; padding: 20px;}
.mlm-stat-card h4 {display: block; margin: 0px 0 20px; font-size: 30px; line-height: 1; color: #FFFFFF;}
.mlm-stat-card p {display: block; margin: 0px 0 10px; font-size: 16px; line-height: 1; color: #FFFFFF;}
.mlm-stat-card form {display: block; margin: 30px 0 0;}


.mlm-box {background: #fff5e1; display: inline-flex; justify-content: center; align-items: center; font-size: 12px; font-weight: bold; color:#000; box-sizing: border-box; }
.mlm-box.mlm-box-gold {background: linear-gradient( 180deg ,rgba(252,234,190,1) 0%,rgba(255,247,227,1) 100%) !important; border: none;}
.mlm-box.mlm-box-gold-down {background: linear-gradient( 0deg ,rgba(255,255,0,1) 0%,rgba(255,255,134,1) 100%) !important; border: none;}
.mlm-box.mlm-box-gold-up {background: radial-gradient(circle,rgba(254,135,1,0.9984984984984985) 25%,rgba(250,149,8,1) 58%,rgba(255,148,7,1) 100%) !important; border: none;}
.mlm-box.mlm-box-red {background: radial-gradient(circle, #ff073a 0%, #ff073a 100%) !important; border: none;}

.mlm-box.empty { background: transparent; border: 1px solid #5a5b75; }
.mlm-box.level-1 { width: 35px; height: 35px; }
.mlm-box.level-2 { width: 25px; height: 25px; }
.mlm-box.level-3 { width: 15px; height: 15px; }
.mlm-box.level-4 { width: 10px; height: 10px; }
.mlm-box.level-1::after {font-size: 18px;}
.mlm-box.level-2::after {font-size: 14px;}
.mlm-box.level-3::after {font-size: 10px;}
.mlm-box.level-4::after {font-size: 8px;}

.mlm-tree-legend {display: block; margin: 30px 0 0 0;}
.mlm-tree-legend ul {display: grid; grid-template-columns: repeat(2, 1fr); margin: 0px; padding: 0px; list-style: none; gap: 10px;}
.mlm-tree-legend ul li {display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 14px; font-weight: 400; color:#fff; padding: 0px; margin: 0px;}
.mlm-tree-legend .mlm-box {width: 15px; height: 15px; border-radius: 50%; background: #fff5e1; display: inline-flex; justify-content: center; align-items: center; font-size: 12px; font-weight: 700; color:#fff; box-sizing: border-box; }
.mlm-tree-legend .mlm-box-gold {background: linear-gradient( 180deg ,rgba(252,234,190,1) 0%,rgba(255,247,227,1) 100%);}
.mlm-tree-legend .mlm-box-gold-down {background: linear-gradient( 0deg ,rgba(255,255,0,1) 0%,rgba(255,255,134,1) 100%);}
.mlm-tree-legend .mlm-box-gold-up {background: radial-gradient(circle,rgba(254,135,1,0.9984984984984985) 25%,rgba(250,149,8,1) 58%,rgba(255,148,7,1) 100%);}
.mlm-tree-legend .mlm-box-red {background: radial-gradient(circle, #ff073a 0%, #ff073a 100%);}


.mlm-balance-card {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; background: #17EAD9; color: #fff; padding: 25px; border-radius: 10px;}
.mlm-balance-card .mlm-balance-text {display: block;}
.mlm-balance-card .mlm-balance-text h3 {display: block; font-size: 28px; font-weight: 700; color: #111; line-height: 1; margin: 0px 0 10px;}
.mlm-balance-card .mlm-balance-text .mlm-balance {display: block; font-size: 20px; color: #111; font-weight: 400; margin: 0;}
.mlm-balance-card .mlm-wallet-actions {display: flex; flex-wrap: wrap; align-items: center; gap: 10px;}
.mlm-balance-card .mlm-wallet-actions .btn {min-width: inherit; letter-spacing: 0px; padding: 11px 30px}

.mlm-filter-panel {display: block;}
.mlm-filter-panel .mlm-filter-form {display: block; padding: 25px 0 0;}
.mlm-filter-panel .mlm-filter-form .filter-row {display: flex; flex-wrap: wrap; align-items: center; gap: 20px;}
.mlm-filter-panel .mlm-filter-form .filter-row .filter-field {flex: 1;}
.mlm-filter-panel .mlm-filter-form .filter-row .filter-field .form-control {padding: 12px 20px; border-radius: 10px; background: #111111; border: 2px solid rgba(23, 234, 217, 0.2); font-size: 16px; color: #fff; line-height: 22px; background: url(./assets/images/arrow-down.svg) center right 15px no-repeat; background-size: 18px auto;}
.mlm-filter-panel .mlm-filter-form .filter-row .filter-field .form-control option {color: #000; font-size: 16px;}
.mlm-filter-panel .mlm-filter-form .filter-row .filter-field.actions {flex: 0 0 auto;}
.mlm-filter-panel .mlm-filter-form .filter-row .filter-field.actions .btn.btn-primary {min-width: inherit;}

.mlm-recent-transactions {display: block; padding: 30px 0 0 0;}
.mlm-recent-transactions h3 {display: block; font-size: 30px; color: #fff; line-height: 1; margin: 0 0 20px;}

.mlm-table {width: 100%; border-collapse: collapse; margin: 0px; background: rgba(23, 234, 217, 0.05); border: 0px;}
.mlm-table th {font-size: 16px; font-weight: 400; color: #fff; padding: 10px 15px; border: 0px; border-bottom: solid 1px rgba(255, 255, 255, 0.2); text-align: left; }
.mlm-table td {font-size: 14px; font-weight: 400; color: #fff; padding: 10px 15px; border: 0px; border-bottom: solid 1px rgba(255, 255, 255, 0.2); text-align: left; }
.mlm-table tr:last-child td {border-bottom: 0;}
.mlm-badge { padding: 4px 8px; border-radius: 4px; font-size: 12px; font-weight: bold; }
.mlm-badge.credit { background: #d4edda; color: #155724; }
.mlm-badge.debit { background: #f8d7da; color: #721c24; }



/* Modal Styles */
.mlm-modal {display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.5); }
.mlm-modal-content {background: #17EAD9; margin: 10% auto; padding: 20px; width: 90%; max-width: 400px; border-radius: 10px; position: relative;}
.mlm-close {position: absolute; top: 5px; right: 10px; z-index: 1; width: 50px; height: 50px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; cursor: pointer; padding: 0px;}
.mlm-close svg {display: block; width: 20px; height: auto; fill: #111;}

.mlm-modal-content h3 {display: block; margin: 0px 0 20px; font-weight: 600; font-size: 30px; line-height: 1; color: #111;}
.mlm-modal-content p.modal-description {display: block; margin: 0px 0 10px; font-weight: 400; font-size: 16px; line-height: 1.2; color: #111;}
.mlm-modal-content .form-group {display: block; margin-bottom: 15px;}
.mlm-modal-content .form-group .form-label {display: flex; flex-wrap: wrap; gap: 3px; font-weight: 400; font-size: 14px; line-height: 1.5; color: #111; margin-bottom: 5px;}
.mlm-modal-content .form-group .form-label span.required {color: #f00;}
.mlm-modal-content .form-group .form-control {display: block; border: 0px; background: #111111; border-radius: 10px; padding: 10px 15px; font-weight: 400; font-size: 16px; line-height: 24px; color: #FFFFFF;}
.mlm-modal-content .form-group select.form-control {background-image: url(./assets/images/arrow-down.svg); background-position: center right 10px; background-repeat: no-repeat; background-size: 20px auto;}
.mlm-modal-content .form-group .form-control:focus {box-shadow: none; border-color: rgba(23, 234, 217, 1);}
.mlm-modal-content .form-group .btn.btn-outline-secondary {width: 100%; text-transform: capitalize; letter-spacing: 0px; text-decoration: none;}
.mlm-modal-content .form-group .balance-helper {width: 100%; font-size: 12px; line-height: 20px;}

.mlm-modal-content .form-group.checkbox-group {margin-top: 15px; display: flex; flex-wrap: wrap; align-items: flex-start; gap: 8px;}
.mlm-modal-content .form-group.checkbox-group input[type="checkbox"] {display: block; width: 20px; height: 20px; border-radius: 0px; border: 0px; background: #111;}
.mlm-modal-content .form-group.checkbox-group input[type="checkbox"]:checked {background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-position: center center;}
.mlm-modal-content .form-group.checkbox-group label {display: block; margin: 0px; font-weight: 400; font-size: 14px; width: calc(100% - 28px);}

/* Pagination Styling */
.mlm-pagination {display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 30px; margin-bottom: 20px; font-family: 'Inter', sans-serif;}
.mlm-pagination .btn-paged {display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 10px; border-radius: 8px; background: #1e1e24 !important; border: 1px solid rgba(23, 234, 217, 0.2) !important; color: #fff !important; font-size: 14px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; cursor: pointer; box-shadow: none !important;}
.mlm-pagination .btn-paged:hover:not(.disabled) {background: #17EAD9 !important; border-color: #17EAD9 !important; color: #111 !important; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(23, 234, 217, 0.3) !important;}
.mlm-pagination .btn-paged.active {background: #17EAD9 !important; border-color: #17EAD9 !important; color: #111 !important; cursor: default;}
.mlm-pagination .btn-paged.disabled {opacity: 0.4; cursor: not-allowed; pointer-events: none; border-color: rgba(255, 255, 255, 0.1) !important;}
.mlm-pagination .pagination-dots {color: rgba(255, 255, 255, 0.6); font-size: 16px; font-weight: 600; padding: 0 4px; user-select: none;}


/* Responsive */

/* 1280px */
@media (max-width: 1439px) {
  .hero-section {padding: 180px 0 120px 0;}
  .faq-section {padding: 0px 0 100px 0;}
}

/* 1024px */
@media (max-width: 1199px) {
  .hero-section {padding: 180px 0 80px 0;}
  .hero-section .hero-content h1 {font-size: 54px; line-height: 1.3; padding: 0px;}
  .hero-section .hero-content h4 {font-size: 22px; line-height: 1.3;}

  .international-section {padding: 60px 0px;}
  .international-section h2 {font-size: 50px; line-height: 1.2;}
  .international-section h2 span {font-size: 34px; line-height: 1.2;}
  .international-section .international-card {padding: 25px; border-radius: 20px 0px;}
  .international-section .international-card .icon {margin: 0 0 20px;}
  .international-section .international-card .icon svg {width: 80px;}
  .international-section .international-card h4 {font-size: 20px; line-height: 1.5;}
  .international-section .international-card p {font-size: 14px; line-height: 1.6;}
  
  .earning-section {padding: 60px 0px;}
  .earning-section h2 {font-size: 50px; line-height: 1.2;}
  .earning-section .earning-card {padding: 0px;}

  .faq-section {padding: 0 0 60px;}
  .faq-section h2 {font-size: 50px; line-height: 1.2;}
  .faq-section .accordion .accordion-item .accordion-button {font-size: 20px; line-height: 1.5;}
  .faq-section .accordion .accordion-item .accordion-button span {width: calc(100% - 80px);}
  .faq-section .accordion .accordion-item .accordion-button .icon {width: 30px; height: 30px;}

  footer {padding: 30px 0px;}
  footer .footer-logo {margin: 0 0 15px;}

  .mlm-stats-grid .mlm-stat-card {padding: 15px;}
  .mlm-stats-grid .mlm-stat-card h4 {font-size: 18px;}
  .mlm-stats-grid .mlm-stat-card p.mlm-stat-value {font-size: 14px;}

  .mlm-boards-main {grid-template-columns: repeat(2, 1fr);}
  .mlm-balance-card {padding: 15px;}
  .mlm-balance-card .mlm-wallet-actions {width: 100%; margin: 20px 0 0 0;}

  .mlm-filter-panel .mlm-filter-form .filter-row {gap: 10px;}
  .mlm-filter-panel .mlm-filter-form .filter-row .filter-field.actions .btn.btn-primary {padding: 11px 30px;}
  .mlm-table {min-width: 1000px;}

}

/* 768px */
@media (max-width: 991px) {
  header .header-inner-section .site-logo img {max-width: 180px;}

  .hero-section {padding: 160px 0 60px 0;}
  .hero-section .hero-content .logo {margin: 0 0 20px;}
  .hero-section .hero-content .logo img {max-width: 300px;}
  .hero-section .hero-content h1 {font-size: 44px;}
  .hero-section .hero-content h4 {font-size: 18px;}

  .international-section h2 {font-size: 40px;}
  .international-section h2 span {font-size: 24px;}

  .earning-section h2 {font-size: 40px;}
  .earning-section .earning-card {gap: 30px; align-items: center; margin-bottom: 30px;}
  .earning-section .earning-card .icon {width: 120px; height: 120px; margin: 0px;}
  .earning-section .earning-card .icon svg {width: 50px;}
  .earning-section .earning-card .content {width: calc(100% - 150px); text-align: left;}
  .earning-section .earning-card h4 {line-height: 1; margin: 0 0 10px;}

  .faq-section h2 {font-size: 40px; line-height: 1.2;}


  .mlm-sidebar .mlm-upload-form {max-width: 100px; margin: 0 auto 20px;}
  .mlm-sidebar .mlm-upload-form .button {right: 0px;}

  .mlm-sidebar .mlm-nav {position: fixed; bottom: 0px; left: 0px; right: 0px; z-index: 2; display: flex; flex-wrap: wrap; gap: 0px;}
  .mlm-sidebar .mlm-nav li {flex: 1;}
  .mlm-sidebar .mlm-nav li a {border-radius: 0px; padding: 15px;}
  .mlm-sidebar .mlm-nav li a span {display: none;}
  .mlm-sidebar .mlm-nav li a span.icon {display: flex; flex-wrap: wrap; justify-content: center; width: 100%;}
  .mlm-sidebar .mlm-nav li a span.icon svg {width: 40px;}

}


/* 767px */
@media (max-width: 767px) {
  .hero-section .hero-content .logo {justify-content: flex-start;}
  .hero-section .hero-content h1 {text-align: left;}
  .hero-section .hero-content h4 {text-align: left;}
  .hero-section .hero-content .buttons {justify-content: flex-start; gap: 15px;}

  .mlm-content h2 {font-size: 30px;}
  .mlm-stats-grid {grid-template-columns: repeat(1, 1fr);}
  .mlm-boards-main {grid-template-columns: repeat(1, 1fr);}
  .mlm-balance-card .mlm-wallet-actions .btn {width: 100%;}
  .mlm-filter-panel .mlm-filter-form .filter-row .filter-field {flex: 0 0 100%;}
  .mlm-filter-panel .mlm-filter-form .filter-row .filter-field.actions {flex: 0 0 100%;}
  .mlm-filter-panel .mlm-filter-form .filter-row .filter-field.actions .btn.btn-primary {min-width: 100%;}

}

/* 567px */
@media (max-width: 567px) {
  .btn {min-width: inherit; padding: 8px 30px;}

  header .top-bar {padding: 10px 15px;}
  header .header-inner-section {padding: 10px 15px;}

  .hero-section {padding: 160px 15px 30px 15px; background-position: center right -130px;}
  .hero-section .hero-content .logo img {max-width: 220px;}
  .hero-section .hero-content h1 {font-size: 30px; margin: 0 0 10px;}
  .hero-section .hero-content h4 {font-size: 16px; margin: 0 0 20px;}
  .hero-section .hero-content .buttons {gap: 10px;}

  .international-section {padding: 30px 15px; background-size: 60% auto;}
  .international-section h2 {font-size: 26px;}
  .international-section h2 span {font-size: 18px;}
  .international-section p {font-size: 16px; line-height: 1.5; margin: 0 0 30px;}

  .earning-section {padding: 30px 15px;}
  .earning-section h2 {font-size: 26px;}
  .earning-section .earning-card .icon {width: 80px; height: 80px;}
  .earning-section .earning-card .icon svg {width: 30px;}
  .earning-section .earning-card .content {width: 100%; text-align: center;}

  .faq-section {padding: 0 15px 30px;}
  .faq-section h2 {font-size: 26px;}
  .faq-section .accordion .accordion-item .accordion-button {font-size: 16px; padding: 12px;}
  .faq-section .accordion .accordion-item .accordion-button span {width: calc(100% - 30px);}
  .faq-section .accordion .accordion-item .accordion-button .icon {width: 20px; height: 20px;}

  footer {padding: 30px 15px;}
  footer .footer-logo img {max-width: 220px;}

  .mlm-dashboard {padding: 150px 15px 0;}
  .mlm-content h2 {font-size: 26px;}
  .mlm-link-section {padding: 15px;}
  .mlm-link-section h3 {font-size: 18px;}
  .mlm-link-section .referral-form input {padding: 15px;}
  .mlm-link-section .referral-form button {position: relative; top: 0px; transform: translate(0, 0); right: auto; min-width: 100%; margin: 15px 0 0 0;}

  .mlm-sidebar .mlm-nav li a span.icon svg {width: 22px;}

  .mlm-balance-card .mlm-balance-text h3 {font-size: 22px;}

  .mlm-main {padding: 100px 15px 0 15px;}
  .mlm-auth-form h2 {font-size: 30px; margin: 0 0 20px;}

}



/* Custom CSS End */