* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/QGYvz_MVcBeNP4NJuktqQ4E.woff2') format('woff2');
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/QGYvz_MVcBeNP4NJtEtq.woff2') format('woff2');
}

:root {
    --maincolor: #DB12FF;
}

html,
body {
    overflow-x: hidden !important;
}


body {
    font-size: 16px;
    font-family: 'Outfit';
    background: rgb(244 244 244);
}

p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    margin: 0;
}

dl,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #fff;
}

.ri-loader-line {
    animation: 2s linear infinite ri-spin;
    display: inline-block;
    font-size: 19px;
    color: #ffffff;
}

@keyframes ri-spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.main-wrapper {
    background-image: url('../img/theme-bg.png');
    background-color: #000000fc;
    background-size: cover;
    background-position: center;
    width: 100%;

}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #216a87;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #1d2e37;
}

.main-data-bg {
    width: 100%;
}

.main-acc-details {
    justify-content: center;
    min-height: 100vh;
    align-items: center;
    display: flex;
}

.form-control::placeholder {
    color: #9ca3afc4;
    opacity: 1;
    font-weight: 300;
}

.account-box {
    max-width: 500px;
    width: 100%;
    margin: auto;
    border: 2px solid #b0b0b08a;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 50px 45px;
    position: relative;
    border-radius: 46px;
    background-image: url('../img/acc-bg.png');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.loading i {
    color: #000;
    padding-left: 0px !important;
}

.small-btn i {
    padding-left: 4px;
    font-size: 20px;
}

.account-title {
    text-align: center;
}

.account-box h1 {
    margin-bottom: 10px;
    font-size: 34px;
}

.account-box p {
    margin-bottom: 41px;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
}

.input-icon-right {
    position: absolute;
    top: 16px;
    right: 14px;
    height: 22px;
}

.input-icon-right a {
    position: absolute;
    top: -5px;
    right: 5px;
    font-size: 21px;
}

.input-icon-right a i {
    color: #c4c4c4;
}

.input-icon-right a i:hover {
    color: #fff;
}

body .datepicker table tr td.old:hover {
    background-color: transparent !important;
    cursor: not-allowed;
    color: #9ea1a6 !important
}

body .datepicker table tr td.new:hover {
    background-color: transparent !important;
    cursor: not-allowed;
    color: #9ea1a6 !important
}

.account-title img {
    margin-bottom: 25px;
}

.form-control {
    background-color: #354453;
    padding: 11px 19px;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid transparent
}

.form-control:focus {
    color: #fff;
    background-color: #354453;
    border-color: #8d949c;
    outline: 0;
    box-shadow: none;
}

.forgot-password {
    text-align: right;
    margin-bottom: 37px;
}

.forgot-password a {
    color: #fff;
    font-size: 17px;
    text-decoration: underline;
    font-weight: 400;
}

.account-box.register-success-info {
    max-width: 706px;
    padding: 50px 36px;
    padding-left: 45px;
}

.support-notification-info {
    position: relative;
    width: fit-content;
}

.support-notification {
    width: 23px;
    height: 23px;
    font-weight: 600;
    border-radius: 50%;
    align-items: center;
    color: #fff;
    top: -16px;
    font-size: 13px;
    right: -18px;
    position: absolute;
    justify-content: center;
    display: flex;
    background: #ba0d18;
}

.register-success ul li {
    list-style: disc;
    color: #fff;
    gap: 6px;
    font-weight: 100;
    display: flex;
}

.wallet-col-actions .loading {
    width: auto;
    line-height: 34px;
}

.wallet-col-actions .loading1 {
    width: auto;
    line-height: 34px;
}

.wallet-col-actions img {
    margin-right: 0px !important;
}

.wallet-col-actions .loading2 {
    width: auto;
    line-height: 34px;
}

.wallet-col-actions .loading1 i {
    padding-left: 0;
    font-size: 18px;

}

.panel-pack-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 45px;
}

.locked {
    position: absolute;
    width: 82.75px;
    height: 28.83px;
    text-align: center !important;
    line-height: 26px;
    margin: 0 !important;
    right: 16px;
    font-size: 15px !important;
    top: 13px;
    background: linear-gradient(0deg, #3F0460, #3F0460);
    border: 0.499902px solid rgba(157, 157, 157, 0.31);
    border-radius: 113.815px;
}

.small-btn.view-details.btn-green {
    background: #41D436;
    color: #fff !important;
}

.small-btn.view-details.btn-green img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(212deg) brightness(104%) contrast(101%);
}

.eligible {
    position: absolute;
    width: 82.75px;
    height: 26.83px;
    line-height: 24px;
    color: #000 !important;
    text-align: center !important;
    font-size: 15px !important;
    right: 16px;
    top: 13px;
    margin: 0px !important;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border: 0.499902px solid rgba(157, 157, 157, 0.31);
    border-radius: 113.815px;
}

.panel-pack-box .wallet-col button[disabled] img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(212deg) brightness(104%) contrast(101%);
}

.panel-pack-box {
    width: 30.33%;
}

.panel-pack-box .wallet-col {
    padding: 40px 51px;
    padding-bottom: 26px;
    border-color: #4E4E4E;
}

.wallet-active-info {
    background-color: #AF68BC;
    background-image: linear-gradient(180deg, #AF68BC 0%, #52135D 100%) !important;
}

.panel-pack-box .wallet-active-info h2 {
    color: #cacaca !important;
}

.panel-pack-box .dash-box-data .wallet-active-info span {
    color: #fff !important;
}

.borrow-activate-info ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
}

.borrow-activate-info ul li p {
    font-size: 16px;
    font-weight: 200;
}

.sub-panel-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
    margin-top: 33px;
    padding: 0px 30px;
}

.text-active-title b {
    color: #E952E8;
    font-weight: 500;
}

.text-active-title {
    font-size: 17px !important;
    margin-bottom: 15px;
}

.small-btn.borrow-activate-btn {
    background: #9A25AF;
    color: #fff !important;
    margin-bottom: 20px;
}

.borrow-activate-info span {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.borrow-activate-info ul {
    margin-top: 26px;
    margin-bottom: 26px;
}

.panel-pack-box .dash-box-bal h2 {
    color: #959FA6;
    font-size: 22px;
    font-weight: 500;
}

.panel-pack-box .small-btn.view-details {
    padding: 7px 37px;
}

.panel-pack-box .wallet-col .small-btn img {
    height: 22px;
}

.panel-pack-box .wallet-col span {
    color: #DB12FF;
    font-size: 29px;
}

.panel-pack-box .wallet-col h6 {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}

.panel-pack-box .dash-box-bal.wallet-inner-box {
    margin-top: 28px;
}

.panel-pack-box .custom-action-btn {
    margin-top: 7px;
    justify-content: space-between;
}

.form-check {
    position: relative;
}

.inner-checkbox.agreeterms-info {
    margin-bottom: 15px;
    margin-top: 32px;
    margin-right: auto;
    position: relative;
}

.form-check-label a {
    text-decoration: underline;
}

.form-check label {
    cursor: pointer;
}
.sub-panel-box .form-check label {
    margin-bottom: 0px;
}
.sub-panel-box .form-check{
    margin-bottom: 0px;
}
.check-lable-info {
    position: absolute;
    top: -23px;
    left: 28px;
}

.form-check-label a:hover {
    color: var(--maincolor);
}

.account-box.account-inner-box {
    max-width: 84%;
    margin-top: 50px;
    padding: 50px 80px;
}

.form-check-input:checked {
    background-color: var(--maincolor);
    border-color: var(--maincolor);
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.acc-details-info {
    display: flex;
    gap: 21px;
    column-gap: 40px;
}

.acc-details-info .form-group {
    width: 100%;
}

.register-success p {
    margin-bottom: 9px !important;
    color: #ffffffc7 !important;
    font-size: 18px;
}

.register-success a {
    color: var(--maincolor);
    text-decoration: underline;
}

.account-box .form-check-input:focus {
    border: none;
    box-shadow: none;
}

.register-success a:hover {
    color: #fff;
}

.login-bottom {
    margin-top: 15px;
    text-align: left;
}

.login-bottom span {
    font-size: 17px;
    color: #9CA3AF;
    font-weight: 500;
}

.login-bottom a {
    color: #fff;
    text-decoration: underline;
}

.login-bottom a:hover {
    color: #ba20d1;
}

.captcha-info {
    margin: 26px 0px;
}

.forgot-password a:hover {
    color: #ba20d1;
}

.header_socials ul {
    list-style: none;
    margin-bottom: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_socials a {
    color: #fff;
    text-decoration: none;
    width: 61px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    transition: all 0.5s ease-out;
}

.header_socials a svg {
    width: 31px;
}

.header_socials a:hover {
    color: var(--maincolor);
}

.small-btn img {
    margin-left: 8px;
}

.small-btn {
    width: 100%;
    color: #000 !important;
    padding: 10px 20px;
    font-size: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: 600;
    background-color: #fff;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
}

.small-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.header_socials li {
    border-right: 1px solid #ffffff7d;
}

.header_socials li:last-child {
    border-right: none;
}

.fund-access img {
    width: 119px;
    margin-right: 55px;
    margin-top: -86px;
}



/* ---------------------------dashboard------------------ */
.main-data-info {
    padding: 0px 120px;
    padding-bottom: 60px;
}

.small-container {
    max-width: 1440px;
    margin: auto;
}

.main-wrapper-details {
    margin-top: 50px;
}

.head-dropdown:hover .head-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    pointer-events: auto;
}

.head-dropdown:hover .ri-arrow-down-s-line {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.navbar-light .navbar-nav .nav-link .nav-link img {
    width: 16px;
    margin-right: 9px;
    height: 16px;
    filter: invert(1);
}

.navbar-light .navbar-nav .nav-link i {
    padding-right: 5px;
    font-size: 22px;
    color: var(--maincolor);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--maincolor);
}

.table .text-danger {
    color: #721c24 !important;
}

.participants-inner-box {
    width: 82%;
    display: flex;
    flex-direction: column;
    row-gap: 24px;

}

.current-time {
    display: flex;
    gap: 47px;
}

.table .text-gray {
    color: #383d41 !important;
}

.table .text-success {
    color: #155724 !important;
}

.head-dropdown {
    position: relative;
    transition: 0.9s;
}

.header-submenu {
    position: absolute;
    top: 28px;
    width: 232px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(80px);
    transition: all 0.3s ease;
    box-shadow: 0px 8px 43px 0px rgba(0, 0, 0, .13);
}

.notification-info {
    padding: 15px;
    border-bottom: 1px solid #ffffff2e;
}

.notification-info a {
    padding: 0px !important;
}

.see-all {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--maincolor);
    text-transform: uppercase;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 6px 6px;
}

.see-all:hover {
    color: #fff;
}

.notif-dropdown li b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 2px;
    color: #9ea1a6;
    font-weight: normal;
}

.notif-dropdown h4 {
    font-size: 18px;
    padding: 15px;
    color: #000;
    font-weight: 600;
    margin: 0;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
}

.dropdown-menu.notif-dropdown.dropdownMenu {
    min-width: 350px;
    border-radius: 8px;
    border: 0;
    padding: 0px;
    background: #163a55;
    border: 1px solid #8989896b;
}

.head-dropdown:hover .header-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(17px);
}

.head-dropdown-menu {
    background: #193c56;
    border: 1px solid #ababab6b;
    border-radius: 18px;
}

.header-submenu ul li i {
    font-size: 21px;
    padding-right: 1px;

}

.header-submenu::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #3e607a;
    top: 14px;
    left: 24px;
    z-index: -1;
    transform: rotate(45deg);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.header-submenu ul li a {
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 11px 16px;
    border-bottom: 1px solid #5e5e5e6e;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.navbar-expand-lg {
    width: 100%;
    padding: 0px;
}

.head-dropdown-menu ul li a:hover {
    color: #fff !important;
    background: #234666;
}

.head-dropdown-menu ul li:first-child a {
    border-radius: 18px 18px 0px 0px;
}

.head-dropdown-menu ul li:last-child a {
    border-radius: 0px 0px 18px 18px;
}

.notification-menu .dropdown-toggle::after {
    display: none;
}

.nav-link.support-link img {
    width: auto !important;
}

.top-header-right {
    display: flex;
    gap: 8px;
    align-items: center;
}
.top-header-info {
    display: flex;
    justify-content: space-between;
    gap: 11px;
    margin-top: 30px;
}

.header-coin-price li {
    white-space: nowrap;
    padding: 7px 18px;
    font-weight: 200;
    color: #fff;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link img {
    width: 23px;
}

.navbar-light .navbar-nav .nav-link {
    line-height: 24px;
    font-size: 20px;
    align-items: center;
    border-radius: 18px;
    padding: 9px 20px;
    gap: 4px;
    display: flex;
    color: #fff;
    font-weight: 200 !important;
}

.navbar-light .navbar-nav .active {
    color: #fff;
    background: #284056;
    border: 1px solid #ffffff30;
}

.top-custom-drop img {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    object-fit: cover;
}

.dropdown-toggle::after {
    border-top: .3em solid #ffffff;
}

.main-body-info.main-body-bg {
    background-color: transparent;
}

.dropdown-toggle i {
    color: #ffffffc4;
    font-size: 21px;
    font-weight: 100;
}

button.button.dropdown-toggle {
    padding: 4px 12px;
    background: transparent;
    border-radius: 8px;
    display: flex;
    align-items: center;
    border: 1px solid #ededed1f;
    gap: 9px;
}
.header-mob-logo {
    display: none;
}
.main-header {
    padding: 16px 30px;
    display: flex;
    border: 1px solid #ffffff52;
    align-items: center;
    margin-top: 27px;
    border-radius: 26px;
    background-image: url('../img/header-bg.png');
    width: 100%;
    justify-content: space-between;
}

.main-body-data {
    display: flex;
}

.admin-user.circle img {
    width: 67px;
}

.header-submenu ul li:last-child {
    border-bottom: none;
}

.small-button {
    background: var(--maincolor);
    border: 1px solid transparent;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    padding: 7px 29px;
}

.loader {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.loader .dot {
    width: 16px;
    height: 16px;
    background: var(--maincolor);
    border-radius: 50%;
    animation: bounce 0.6s infinite ease-in-out;
}

.loader .dot:nth-child(2) {
    background: #141415;
    animation-delay: 0.1s;
}

.loader .dot:nth-child(3) {
    background: var(--maincolor);
    animation-delay: 0.2s;
}

.loader .dot:nth-child(4) {
    background: #141415;
    animation-delay: 0.3s;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.tbl-loader-bg {
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 49%;
    background-color: #ffffff;
}

.table-responsive {
    position: relative;
}

.table tbody tr:nth-child(even) {
    background-color: #0000000f;
}

.dropdown.top-custom-bal button.button.dropdown-toggle {
    padding: 8px 12px !important;
}

.top-custom-drop .dropdown-menu {
    display: none;
    position: absolute;
    right: 0px;
    top: 44px;
    list-style: none;
    padding: 0px 0px !important;
    border-radius: 5px;
    z-index: 1000;
    background: #163a55;
    border: 1px solid #8989896b;
}

.top-custom-drop .dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 16px;
    border-bottom: 1px solid #5e5e5e2e;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

.dropdown-toggle span {
    color: #fff;
}

.top-custom-drop .dropdown-menu li:last-child a {
    border-bottom: none;
}

.top-custom-drop .dropdown-item:focus,
.top-custom-drop .dropdown-item:hover {
    background-color: #2c445b;
    color: #fff;
}

.top-custom-drop li:focus,
.top-custom-drop li:hover {
    background-color: #2c445b;
    color: #fff;
}

.top-custom-drop .dropdown-menu.show {
    display: block;
}

body .datepicker {
    background-color: #181818;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 10px;
}

.datepicker-dropdown:after,
.datepicker-dropdown:before {
    display: none !important;
}

.datepicker thead th {
    color: #fff;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
    background: var(--maincolor) !important;
    color: #ffffff !important;
}

body .datepicker table tr td.active,
body .datepicker table tr td.active:hover,
body .datepicker table tr td.active.disabled,
body .datepicker table tr td.active.disabled:hover {
    background: var(--maincolor) !important;
}

body .datepicker table tr td.day:hover,
body .datepicker table tr td.day.focused {
    background-color: var(--maincolor);
    color: #fff;
}

body .datepicker table tr td.old,
.datepicker table tr td.new {
    color: #9ea1a6;
}

body .datepicker thead {
    background-color: var(--maincolor);
}

.datepicker-days thead th {
    cursor: pointer;
}

body .datepicker td {
    color: #fff;
    padding: 8px 10px;
    border-radius: 0 !important;
    font-size: 14px;
}

body .datepicker th {
    padding: 8px;
    text-align: center;
    color: #fff !important;
    border-radius: 0 !important;
    font-weight: normal;
    font-size: 14px;
}

body .datepicker table tr td.today,
body .datepicker table tr td.today:hover,
body .datepicker table tr td.today.disabled,
body .datepicker table tr td.today.disabled:hover {
    background: var(--maincolor) !important;
}

body .datepicker table tr td.day:hover,
body .datepicker table tr td.day.focused {
    background-color: var(--maincolor);
    color: #fff;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background-color: var(--maincolor) !important;
}

.dash-left-data {
    width: 100%;
    height: 100%;

}

.dash-left-box {
    width: 100%;
    display: flex;
    gap: 35px;
}

.dash-right-box {
    width: 100%;
    display: flex;
    gap: 35px;
}

.dash-right-data {
    width: 22%;
}

.dash-main-data {
    display: flex;
    gap: 35px;
}

.total-team-info .investment-info {
    margin-top: 7px;
    margin-bottom: 19px;
}

.total-team-info h3 {
    font-size: 40px;
}

.affiliate-link-info {
    width: 49%;
    position: relative;
    padding: 40px 36px;
    border-radius: 30px;
    background-image: url('../img/inner-bg.png');
    background-position: center;
    border: 1px solid #ffffff2b;
}

.affiliate-actions {
    display: flex;
    gap: 20px;
}

.affiliate-actions .small-btn {
    width: auto;
    background: #9A25AF;
    border-radius: 6.08136px;
    font-size: 18px;
    color: #fff !important;
    font-weight: 400;
    padding: 5px 20px;
    gap: 6px;
}

.affiliate-link-info h3 {
    font-size: 40px;
    font-weight: 500;
}

.aff-link {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 20px;
    opacity: 0.8;
    margin: 30px 0px;
}

.investment-info {
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: space-between;
    position: relative;
}

.investment-info p {
    font-size: 26px;
    font-weight: 600;
    color: var(--maincolor);
}

.investment-info a {
    color: var(--maincolor);
    font-weight: 300;
    font-size: 23px;
    text-decoration: underline;
}

.investment-info a:hover {
    color: #fff;
}

.dash-view-detail-link {
    color: #000;
    text-decoration: none;
    width: 30px;
    height: 30px;
    font-weight: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #fff;
    transition: all 0.3s 0s;
    font-size: 19px;

}

.cancel-btn {
    background-color: transparent;
    border: none;
    color: #FF0000CC;
    padding: 0px;
}

.comm-table button[disabled] {
    background-color: transparent !important;
    border: none;
}

.comm-table button .loading i {
    color: #ffffff !important;
    font-size: 13px !important;
    padding-left: 0px !important;
}

.strongest-legs-data {
    width: 23%;
}

.affiliate-link-info .dash-view-detail-link {
    right: 22px;
    top: 20px;
    position: absolute;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: none;
}

.error {
    color: #ff4d4f !important;
    display: block;
    font-weight: 400 !important;
    font-size: 15px !important;
    padding-left: 2px;
    margin-bottom: 0px !important;
}

.dash-view-detail-link:hover {
    background-color: var(--maincolor);
    color: #fff;
}

.total-team-info {
    position: relative;
    padding: 40px 36px;
    border-radius: 30px;
    width: 100%;
    background-image: url('../img/inner-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #ffffff2b;
    background-size: cover;
}

.small-btn.view-details {
    border-radius: 6px;
    width: auto;
    padding: 5px 17px;
    font-size: 16px;
    align-items: center;
    color: #000;
    font-weight: 400;
    gap: 7px;
    display: inline-flex;
}

.custom-action-btn .dash-view-detail-link {
    position: absolute;
    top: 20px;
    right: 20px;
}

.custom-inner-box {
    width: 32.33%;
    background-image: url('../img/inner-bg.png');
    padding: 30px 34px;
    background-size: cover;
    border-radius: 30px;
    position: relative;
    border: 1px solid #ffffff2b;

}

.main-wallet-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 29px;
    row-gap: 23px;
}

.custom-inner-box p {
    font-size: 19px;
    font-weight: 200;
}

.custom-inner-box h3 {
    font-size: 27px;
    font-weight: 600;
    margin-top: 5px;
    color: var(--maincolor);
}

.custom-action-btn {
    margin-top: 25px;
    display: flex;
    gap: 10px;
}

.participants-left-box {
    width: 100%;
    height: 100%;
    background-image: url('../img/inner-bg.png');
    padding: 34px 34px;
    background-size: cover;
    display: flex;
    border-radius: 30px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border: 1px solid #ffffff2b;
}

.date-time-info h3 {
    margin-bottom: 9px;
    font-size: 20px;
}

.participants-left-box.current-main-box {
    padding: 44px 34px;
    width: 66%;
}

.date-time-info p {
    color: var(--maincolor);
    font-size: 18px;
    font-weight: 600;
}

.participants-left-box .dash_title {
    margin-top: 0px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    font-size: 30px;
}

.business_info {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#timer {
    grid-column-gap: 22px;
    display: flex;
    justify-content: center;
}


#timer span {
    display: block;
    color: #fff;
    padding-top: 0px;
    font-size: 18px;
    font-weight: 200;
    line-height: normal;
}

#timer span.inprocess {
    font-size: 18px;
}

#timer div {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    border-radius: 17px;
    background: #19051C;
    padding: 19px 15px;
    color: #fff;
    line-height: normal;
    border: 1px solid rgba(255, 255, 255, 0.08);
    width: 114px;

}

.participants-main-box {
    display: flex;
    gap: 23px;
    margin-top: 25px;
}

.participants-right-box {
    width: 40%;
    display: flex;
    flex-direction: column;
    row-gap: 23px;
}

.participants-right-box .custom-inner-box {
    width: 100%;
    padding: 25px 36px;
}

.business-data-info .custom-inner-box {
    width: 100%;
}

.business-data-info .custom-inner-box {
    width: 100%;
    display: flex;
    padding: 36px 36px;
    justify-content: end;
    flex-direction: column;
}

.form-check-label.check-lable-info {
    color: #fff !important;
}

.inner-checkbox.agreeterms-info .form-check-input {
    margin-top: -17px;
}

.business-data-info {
    margin-top: 29px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    gap: 26px;
}

.profile-info {
    border-radius: 29px;
    line-height: normal;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-image: url('../img/inner-bg.png');
    padding: 40px 107px;
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 60px;
}

.profile-img-dash {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-img-dash img {
    width: 110px;
    height: 110px;
    border-radius: 100px;
    object-fit: cover;
    margin-right: 15px;
}

.profile-img-upload-btn {
    position: relative;
    display: inline-block;
}

.profile-img-upload-btn input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9999;
}

.profile-info .button {
    padding: 8px 14px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #fff;
}

.profile-basic-info {
    display: flex;
    column-gap: 20px;
}

.profile-info-left,
.profile-info-right {
    width: 49%;
}

.profile-basic-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile-basic-info li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    margin: 16px 0px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    border: 1px solid rgb(255 255 255 / 21%);
}

.profile-basic-info li span {
    color: #939393;
    font-weight: 400;
    font-size: 18px;
    ;
}

.profile-basic-info li b {
    display: flex;
    align-items: center;
    color: #fff;
    text-align: right;
    font-size: 18px;
    font-weight: 300;
}

.right.text-color b {
    color: var(--maincolor);
}

span.inprocess {
    position: absolute;
    font-size: 23px !important;
    font-weight: 700 !important;
    width: 100% !important;
    display: block !important;
    font-size: 19px !important;
    height: 100%;
    margin-top: 49px;
    font-weight: 600;
    color: var(--maincolor) !important;
    text-align: center;
}

.inner-title {
    font-size: 30px;
    font-weight: 600;
    border-bottom: 1px solid #ffffff2e;
    color: #fff;
    padding-bottom: 19px;
    margin-bottom: 36px;
}

.inner-title span {
    color: var(--maincolor);
}

.card-pack-left {
    width: 42%;
    background-image: url('../img/inner-bg.png');
    padding: 33px 53px;
    background-size: cover;
    border-radius: 35px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ffffff2b;
}

.card-pack-right {
    width: 55%;
    background-image: url('../img/inner-bg.png');
    padding: 42px 53px;
    background-size: cover;
    border-radius: 35px;
    position: relative;
    border: 1px solid #ffffff2b;
}

.card-pack-info {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.card-info-img {
    text-align: center;
    margin-top: 30px;
}

.card-pack-info h2 {
    font-weight: 600;
    font-size: 29px;
    line-height: 28px;
    background: linear-gradient(90deg, #D9D9D9 0%, #737373 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 20px;
}

.card-pack-info p {
    font-size: 17px;
    font-weight: 200;

}

.form-control:disabled,
.form-control[readonly] {
    background-color: #3e5868;
    cursor: not-allowed;
    border-color: transparent;
    color: #ffffffc2;
}

.package-purchase-wallet-select {
    border: 1px solid #474d57;
    padding: 15px;
    margin: 19px 0;
    background-color: #2e3f49;
    cursor: pointer;
    border-radius: 8px;
}

.form-check-input:focus {
    box-shadow: none;
}

.package-purchase-wallet-select p {
    font-weight: 300;
}

.form-check .form-check-input {
    border-radius: 50%;
    /* margin-top: -17px; */
}

.loader-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 99;
    background: rgb(255 255 255 / 15%);
    backdrop-filter: blur(11px);
    top: 0;
    left: 0;
    justify-content: center;
    display: flex;
    align-items: center;
}

.loader {
    width: 40px;
    height: 40px;
    border: 4px solid var(--maincolor);
    border-top-color: transparent;
    border-radius: 50%;
    animation: rotate 1s linear infinite;
}

.modal-body .form-check-label a {
    text-decoration: none;
    color: var(--maincolor);
    font-weight: 500;
}

.modal-body .form-check-label a:hover {
    color: #fff;
}

.modal-content {
    background-color: transparent;
}

.tbl-inner-loader {
    background-color: transparent;
}

.tbl_loader_bg {
    height: 200px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.table_loader {
    width: 40px;
    height: 40px;
    border: 4px solid #d523f3;
    border-top-color: transparent;
    border-radius: 50%;
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.modal-title {
    color: #000;
    font-size: 17px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.modal-body {
    background-image: url('../img/inner-bg.png');
    padding: 20px;
    background-size: cover;
    border-radius: 0px 0px 16px 16px;
    border: 1px solid #66666694;
}

.modal-header {
    background-color: #fff;
    border-radius: 6px;
    padding: 13px 16px;
}

.modal-header .btn-close {
    opacity: 1;
}

.modal-header .btn-close:focus {
    box-shadow: none;
}

.modal-body .small-btn {
    font-size: 16px;
}

.modal.fade {
    padding-right: 0px !important;
}

.add-onpack-info {
    background-image: url('../img/inner-bg.png');
    padding: 42px 53px;
    background-size: cover;
    border-radius: 33px;
    display: flex;
    position: relative;
    text-align: left;
    justify-content: end;
    flex-direction: column;
    align-items: end;
    min-height: 340px;
    border: 1px solid #ffffff2b;
}

.add-onpack-img img {
    position: absolute;
    right: 0;
    top: -66px;
    width: 301px;
}

.add-onpack-content p {
    font-size: 23px;
    font-weight: 200;
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 12px;

}

.add-onpack-content i {
    font-size: 15px;
    margin-top: 4px;
    color: var(--maincolor);
}

.add-onpack-content {
    width: 100%;
    margin-bottom: 23px;
}

.main-title h2 {
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 32px;
    color: #fff;
}

.alert-warning {
    --bs-alert-color: #eab000;
    --bs-alert-bg: #7c5f0047;
    font-size: 16px;
    padding: 12px 10px;
    font-weight: 500;
    --bs-alert-border-color: #b0870e;
    --bs-alert-link-color: var(--bs-warning-text);
}

.alert-warning p {
    color: #eab000;
    font-weight: 300;
}

.divider {
    display: block;
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.divider span {
    position: relative;
    z-index: 1;
    padding: 2px 10px;
    background-color: #dfdfdff0;
}

.deposit-qr h5 {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 6px;
}

.deposit-qr b {
    font-weight: 700;
}

.deposit-qr svg {
    margin-bottom: 20px;
    padding: 8px;
    background: #fff;
    border-radius: 5px;
}
.wallet-col.wallet-active-info .dash-box-bal.wallet-inner-box span {
    color: #fff;
}
.assets-add-info .input-icon-right a {
    right: -5px;
}

.deposit-qr {
    margin-top: 30px;
    text-align: center;
}

.deposit-qr p {
    color: #9ea1a6;
    margin: 0;
}

.divider:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #5f5f5f;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 0;
}

.wallet-col {
    padding: 34px 25px;
    position: relative;
    text-align: left;
    border: 1px solid #B0B0B0;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 260px;
    background-image: url('../img/inner-bg.png');
    background-size: cover;
    border-radius: 33px;
    margin-bottom: 30px;
}

.wallet-col h6 {
    font-weight: normal;
    margin: 0;
    font-size: 20px;
    color: #EAEAEA;
    display: block;
}

.wallet-col span {
    display: block;
    margin-top: 5px;
    color: #EAEAEA;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.dash-box-bal h2 {
    color: var(--maincolor);
    font-size: 24px;
    font-style: normal;
    margin-bottom: 0px;
    font-weight: 700;
}

.dash-box-bal small {
    color: #fff;
    font-size: 14px;
    max-width: 68%;
    display: flex;
    font-weight: 200;
}

.profile-info-left ul li b img {
    width: 30px;
    margin-right: 10px;
}

.wallet-info-content {
    line-height: 20px;
}

.wallet-col-actions {
    display: flex;
    align-items: center;
    margin-top: 14px;
    justify-content: center;
    gap: 20px;
}

.dash-box-bal.wallet-inner-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wallet-col-actions .button,
.wallet-col-actions span {
    margin: 0 0px;
    max-width: 100%;
    width: 100%;
    height: 41px;
    padding: 0;
    border-radius: 14px;
    gap: 15px;
}

.wallet-col .wallet-col .small-btn i {
    line-height: 38px;
}

.wallet-col .wallet-col-actions .button {
    gap: 6px;
}

.wallet-col .wallet-col-actions .loading {
    width: auto;
}

.wallet-assets-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.wallet-assets-info h3 {
    color: var(--maincolor);
    font-size: 36px;
}

.wallet-col.top-wallet {
    padding: 42px 46px;
}

.wallet-col .small-btn img {
    margin-left: 0;
    margin-right: 5px;
    width: 20px;
}

.wallet-main-data .row {
    row-gap: 28px;
}

.offcanvas .btn-close:focus {
    box-shadow: none;
}

.comm-table table td p a {
    color: var(--maincolor);
    font-weight: 400;
    text-decoration: underline;
}

.comm-table table td p a:hover {
    color: #fff;
}

.resend-link {
    background-color: transparent;
    border: none;
    font-weight: 200;
    color: var(--maincolor);
    border-bottom: 1px solid var(--maincolor);
}

.resend-link:hover {
    color: #fff;
}

.ticket-modal textarea.form-control {
    min-height: 157px;
}

.progress-bar-head {
    display: flex;
    align-items: center;
    gap: 8px;
}



/* ------------------------------------------------------------------------- */

/* profile */
.main-wrapper-box {
    width: 100%;
    margin: auto;
    border: 0.4px solid #b0b0b08a;
    margin-bottom: 30px;
    position: relative;
    border-radius: 21px;
    background-image: url('../img/custom-bg-img.png');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.main-inner-box {
    padding: 30px 35px;
}

.profile-img {
    text-align: center;
    margin-bottom: 30px;
}

.profile-img img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px dashed #fff;
    padding: 12px;
}

.profile-img h2 {
    font-size: 20px;
    margin: 15px 0 5px;
    font-weight: 200;
    color: #fff;
}

.profile-img p {
    font-weight: 200;
    font-size: 20px;
    color: #fff;
}

.security-level p {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 12px;
}

.panel-history-info h2 {
    font-size: 27px;
    margin-bottom: 24px;
}

.subscription-tabs-info span {
    font-size: 22px;
    color: #fff;
}

.panel-history-head span {
    display: contents;
    color: #DB12FF;
    font-size: 27px;
}

.panel-pack-right span {
    margin: 0px;
    font-size: 20px;
    color: #FF0000;
    font-weight: 300;
}

.panel-pack-right p {
    background: #464646a6;
    display: flex;
    gap: 10px;
    line-height: normal;
    border: 1px solid #ffffff5c;
    border-radius: 8px;
    padding: 7px 13px;
    font-size: 20px;
    font-weight: 300;
    align-items: center;
}

.panel-pack-right .active {
    background: #009124;
    color: #fff !important;
}

.panel-pack-right {
    width: 61%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-action-btn.panel-pack-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dash-box-data.progress-bar-head:last-child {
    margin-right: 108px;
}

.dash-box-data.progress-bar-head span {
    color: #DB12FF;
    font-size: 22px;
}

.dash-box-data.progress-bar-head h6 {
    font-size: 22px;
}

.subscription-tabs-info .active {
    border-bottom: 2px solid #9927aa;
    line-height: 28px;
    color: #DB12FF;
    font-weight: 600;
    font-size: 29px;
}

.subscription-tabs-info {
    display: flex;
    align-items: center;
    gap: 13px;
}

.progress-bar-head span {
    margin-top: 0px;
}

.security-level p span {
    font-weight: 500;
}

.progress {
    background-color: rgb(0 0 0);
    height: 18px;
    border-radius: 13px;
}

.progress-bar {
    background-color: #fff;
    border-radius: 13px;
    height: 18px;
}

.profile-form {
    padding: 29px 27px;
}

.profile-form-img {
    position: relative;
    text-align: center;
    margin-bottom: 33px;
}

.profile-form-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px dashed #fff;
    padding: 8px;
}

.edit-icon {
    position: absolute;
    top: calc(100% - 28px);
    left: calc(50% - 20px);
    border-radius: 7px;
    background-color: #DB12FF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    width: 43px;
    height: 40px;
}

.edit-icon .form-control {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.edit-icon img {
    width: 40px;
    height: 40px;
    border: none;
    padding: 7px;
}

.profile-btn .small-btn {
    width: auto;
    margin: 25px auto 0px;
    padding: 9px 26px;
}

.input-icon {
    position: relative;
}

.input-icon .form-control {
    padding-right: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.resend-btn:hover {
    color: #DB12FF;
}

.profile-confirm-info p {
    background: #b75357;
    padding: 11px;
    font-weight: 300;
    margin-bottom: 23px;
    border-radius: 5px;

}

.modal-content.profile-confirm-info {
    border-radius: 16px;
    border: none;
}

.profile-confirm-info .modal-body {
    border-radius: 16px;
    padding: 25px;
}

button[disabled] {
    opacity: .5;
    cursor: not-allowed;
    background-color: #595e68 !important;
    color: #fff !important;
}
button[disabled]:hover{
        transform: translateY(0px);
        box-shadow: none;
}

.strongest-legs-box {
    width: 23%;

}

.strongest-legs-details p {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}

.strongest-legs-details h3 {
    color: #DB12FF;
    margin-top: 23px;
    font-size: 25px;
    font-weight: 400;
}

.strongest-legs-main .main-title h2 {
    margin-bottom: 9px;
    font-size: 24px;
    font-weight: 500;
}

.strongest-legs-details {
    width: 100%;
    height: 100%;
    padding: 17px;
    border: 1px solid #ffffff33;
    background: #171218;
    border-radius: 11px;

}

.strongest-legs-main {
    display: flex;
    justify-content: space-between;
    gap: 26px;
    flex-wrap: wrap;
    row-gap: 58px;
    background-image: url(../img/inner-bg.png);
    padding: 42px 42px;
    background-size: cover;
    border: 1px solid #ffffff45;
    border-radius: 17px;
}

/* kyc */

.custom-wrapper {
    border: 1px solid #ffffff33;
    background-image: url('../img/kyc-bg.png');
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    border-radius: 21px;
    z-index: 1;
    /* margin-top: 25px; */
    padding: 28px;
    position: relative;
}

.main-header.header-wrapper {
    margin-top: 0px;
    border-radius: 7px;
    border: 1px solid #ffffff30;
    padding: 25px 30px;
}

.kyc-step {
    width: 100%;
    position: relative;
    z-index: 1;
}

.kyc-step ul {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.kyc-step ul:after {
    content: "";
    width: 93%;
    height: 4px;
    position: absolute;
    top: 11px;
    left: 41px;
    background-color: #98989847;
    z-index: -1;
}

.kyc-step li {
    width: 100%;
    text-align: center;
}

.kyc-step li.active {
    color: #fff;
}

.kyc-step li span {
    position: relative;
    background: #666666;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 19px;
    border-radius: 4px;
}

.kyc-step li.active span {
    background: #fff;
    color: #123049;
}

.wrapper-header {
    padding: 25px 30px 20px;
    border-bottom: 1px solid #ffffff57;
    display: flex;
    align-items: center;
    /* margin-bottom: 18px; */
    justify-content: space-between;
    flex-wrap: wrap;
}

.wrapper-header h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 24px;
}

.wrapper-body {
    padding: 31px 30px 23px;
}

.kyc-step-details {
    display: flex;
    margin-top: 35px;
    justify-content: space-between;
}

.kyc-details-box {
    width: 49%;
}

.kyc-inner-data {
    border-radius: 5px;
    background-color: #374654;
    padding: 30px 25px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 10px;
}

.kyc-info h3 {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 400;
}

.kyc-info p {
    font-size: 16px;
    font-weight: 300;
}

.upload-img {
    margin-top: 37px;
    margin-bottom: 20px;
}

.upload-img img {
    background-image: url('../img/inner-bg.png');
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    padding: 10px;
    width: 304px;
    height: 211px;
}

.upload-btn {
    padding: 8px 15px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-size: 16px;
    max-width: 137px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.upload-btn.small-btn.button {
    margin-top: 29px;

}

.upload-btn input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.kyc-info-btn {
    display: flex;
    justify-content: center;
}

.kyc-info-btn .small-btn {
    width: fit-content;
    padding: 10px 40px;
}

.kyc-step-box {
    margin: auto;
}

.last-step {
    margin-top: 30px;
}

.last-kyc-info i {
    font-size: 120px;
    color: #fff;
}

.last-kyc-info {
    padding: 0 20px;
}

.last-kyc-info h3 {
    font-size: 24px;
    margin-bottom: 17px;
    font-weight: 400;
}

.last-kyc-info p {
    font-weight: 300;
    font-size: 16px;
}

.kyc-success-box {
    background-image: url('../img/kyc-bg.png');
    background-size: cover;
    width: 43%;
    margin: 43px auto;
    padding: 30px 30px 50px;
    border-radius: 21px;
    background-position: center;
    border: 1px solid #ffffff33;
}

.verifyed-kyc {
    margin: auto;
    text-align: center;
}

.verifyed-kyc i {
    font-size: 120px;
    color: #fff;
}

.verifyed-kyc h3 {
    font-size: 24px;
    font-weight: 400;
    color: #DB12FF;
    margin-bottom: 7px;
}

.verifyed-kyc p {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}

.main-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.kyc-status-info span {
    display: flex;
    gap: 5px;
    align-items: flex-start;
    padding: 4px 14px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;

}

.reject-kyc h3 {
    font-size: 19px;
    margin-bottom: 6px;
    color: #ff002b;
    margin-top: 5px;
}

.reject-kyc p {
    font-size: 13px;
    font-weight: 300;
}

.reject-kyc i {
    color: #ff002b;
    font-size: 23px;
}

.reject-kyc {
    display: flex;
    gap: 7px;
}

.pending-kyc h3 {
    font-size: 19px;
    margin-bottom: 6px;
    color: #ff9e2e;
    margin-top: 5px;
}

.pending-kyc p {
    font-size: 13px;
    font-weight: 300;
}

.pending-kyc i {
    color: #ff9e2e;
    font-size: 26px;
}

.pending-kyc {
    display: flex;
    gap: 7px;
}

.kyc-status {
    max-width: 500px;
    margin: auto;
    padding: 16px 15px;
    border-radius: 20px;
    background: #212f3d;
    margin-bottom: 30px;
    border: 1px solid #ffffff40;
}

span.status-success {
    background: #fff;
    color: #101010;
}

span.status-danger {
    background-color: #FE2A26;
    color: #fff;
}

span.status-pending {
    background-color: orange;
    color: #101010;
}

/* Security */
.security-data {
    display: flex;
}

.security-left-box {
    width: 50%;
}

.wrapper-body-left {
    border-right: 1px solid #626b77;
}

.security-right-box {
    width: 50%;
}

.wrapper-header h2 i {
    font-size: 31px;
}

.security-input {
    padding: 0 23px;
}

.security-input-inner {
    width: 100%;
}

.inner-btn .small-btn {
    width: auto;
    padding: 8px 25px;
    margin-top: 32px;
}

.sub-heading .main-header.header-wrapper {
    padding: 16px 30px;
    margin-bottom: 20px;
}

.sub-heading {
    background-image: url('../img/google-auth-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 40px 30px 15px;
    border-radius: 21px;
    border: 1px solid #b0b0b08a;
}

.sub-title h2 {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 24px;
}

.sub-title h2 i {
    font-size: 34px;
}

.auth-info h3 {
    font-size: 23px;
    margin-bottom: 35px;
    font-weight: 400;
}

.auth-info p {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 35px;
}

.auth-info p a {
    color: #DB12FF;
}

.auth-info p a:hover {
    color: #fff;
}

.security-input-inner p {
    font-weight: 300;
    margin-bottom: 42px;
    font-size: 18px;
}

.abs-input {
    position: relative;
}

.resend-btn {
    color: #f6f6f6;
    background-color: transparent;
    border: oldlace;
    top: 50%;
    align-items: anchor-center;
    display: flex;
    right: 15px;
    gap: 4px;
    margin: 0;
    padding: 0;
    transform: translate(-9px, -18%);
}

/* notification */
.notification-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 22px;
}

.notification-info-box {
    display: flex;
    border-radius: 11px;
    align-items: center;
    margin-top: 15px;
    padding: 15px;
    background-size: cover;
    background-image: url('../img/header-bg.png');
    background-position: center;
    background-repeat: no-repeat;
}

.notification-list li .icon {
    flex: 0 0 50px;
    width: 48px;
    height: 50px;
    text-align: center;
    color: #fff;
    background-color: #284056;
    display: flex;
    align-items: center;
    border: 1px solid #ffffff1c;
    justify-content: center;
    font-size: 27px;
    border-radius: 50px;
    margin-right: 20px;
}

.notification-desc h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #fff;
}

.notification-desc a {
    font-weight: 200;
    font-size: 18px;
    color: #ffffffa8;
}

.notification-desc a:hover {
    color: #fff;
}

.notification-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.notification-box small {
    color: #ffffffa8;
    font-weight: 200;
    font-size: 14px;
}

/* Team-view */
.sub-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.entry-length label {
    display: flex;
    align-items: center;
    font-weight: 200;
    color: #fff;
    gap: 12px;
    font-size: 20px;
    margin-bottom: 0px;
}

.form-control.form-select {
    cursor: pointer;
}

.upload-btn.small-btn.button .error {
    position: absolute;
    top: -27px;
    width: max-content;
}

.form-select {
    font-size: 15px;
    padding: 13px 19px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.entry-length.form-control.form-select {
    background: #fff;
    color: #101C2A;
    padding: 6px 21px 6px 11px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.select-wrapper {
    position: relative;
    display: inline-block;
}

.select-wrapper i {
    position: absolute;
    right: 2px;
    top: 51%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #101C2A;
    font-size: 19px;
}

button.filter-btn {
    background: #ffffff;
    border: none;
    font-size: 22px;
    margin-left: 10px;
    line-height: 32px;
    border-radius: 5px;
    padding: 0px 12px;
}

button.filter-btn:hover {
    background-color: var(--maincolor);
    color: #fff;
}

table {
    width: 100%;
}

.comm-table table tr {
    border-bottom: 1px solid #656c7182;
}

.comm-table table th,
.comm-table table td {
    color: #BECAD1;
    font-weight: 400;
    font-size: 16px;
    padding: 25px 15px;
    vertical-align: middle;
}

.active-status {
    background: #009124;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 22px;
    cursor: pointer;
}

.inactive-status {
    background: #FE2A26;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 22px;
    cursor: pointer;
}

.registered-status {
    background: #FBA642;
    border-radius: 8px;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 22px;
    cursor: pointer;
}

.pending-status {
    background: #FBA642;
    border-radius: 8px;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 22px;
    cursor: pointer;
}

.main-wrapper-box.table-wrapper {
    border-radius: 9px;
}

.pagination {
    padding: 30px 20px;
    display: flex;
    gap: 7px;
    align-items: center;
    box-shadow: none;
}

.page-link:focus {
    box-shadow: none;
}

.pagination .page-link {
    color: #fff;
    padding: 7px 14px;
    font-size: 15px;
    border-radius: 5px !important;
    background-color: #2C2C2C;
    border: 1px solid #6666664d;
    font-weight: 500;
}

.page-item.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.page-item.active .page-link {
    background: #FFFFFF;
    border-color: transparent;
    color: #2C2C2C;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 15px;
}

.page-link:hover {
    background-color: #fff;
    color: #2C2C2C;
}

.offcanvas.offcanvas-start {
    z-index: 1111;
}

.offcanvas {
    background-image: url('../img/custom-bg-img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.offcanvas-header {
    border-bottom: 1px solid #ffffff66;
}

.offcanvas-title {
    align-items: center;
    display: flex;
    gap: 7px;
}

.offcanvas .btn-close {
    opacity: 1;
    filter: invert(1);
}

.search-btn {
    padding-top: 4px;
}

/* pop-up */
.google-auth {
    padding: 10px 0px;
}

.google-auth .resend-btn {
    color: #e4e4e4;
    font-size: 20px;
}

.google-auth .input-icon-right a {
    right: -2px;
}

.google-auth-info p {
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    margin-bottom: 8px;
}

.google-auth-info p span {
    color: #DB12FF;
    font-weight: 400;
}

.auth-qr {
    margin: 28px auto;
    display: table;
}

.auth-qr svg {
    width: 180px;
    height: 180px;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
}

.wrapper-header h2 img {
    width: 31px;
}

.wrapper-header p {
    font-size: 16px;
    font-weight: 300;
}

.wrapper-header span {
    font-weight: 400;
}

.form-group-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-group-data span {
    color: #fff;
}

.wallet-btn .small-btn {
    width: auto;
    padding: 8px 33px;
    margin-top: 19px;
}

.comm-table table td p {
    color: #BECAD1;
    font-weight: 500;
}

/* support */
.ticket-link {
    color: #DB12FF;
    font-weight: 400;
    text-decoration: underline;
}

.ticket-link:hover {
    color: #fff;
}

.ticket-btn button {
    padding: 8px 11px;
    font-size: 17px;
    gap: 4px;
    align-items: flex-start;
}

.ticket-btn .small-btn i {
    font-size: 18px;
}

.form-control::file-selector-button {
    color: #ffffff;
    background-color: transparent;
    font-size: 16px;
    margin-left: -2px;
    border: 1px solid #777777;
    border-radius: 3px;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #354453;
}

.ticket-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.ticket-inner-info {
    background-image: url('../img/inner-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    border-radius: 29px;
    min-height: 219px;
    border: 1px solid #b0b0b078;
    padding-top: 35px;
    padding-left: 45px;
    position: relative;
}

.ticket-box p {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 6px;
}

.ticket-box h2 {
    color: #B8B2BA;
    font-weight: 500;
    font-size: 51px;
}

.ticket-img img {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 131px
}

.ticket-box h2.open-ticket {
    color: #12D643;
}

.ticket-box h2.close-ticket {
    color: #CF070B;
}

.chatbox-inner.user {
    justify-content: end;
    display: flex;
}

.chat-mess {
    padding: 15px 17px;
    border-radius: 5px;
    margin-bottom: 16px;
    border: 1px solid #66666669;
    background-color: #263544;
    width: 80%;
}

.chat-mess-head p {
    color: #ffffffde;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 8px;
}

.chat-mess-head a {
    color: #DB12FF;
    font-size: 15px;
    text-decoration: underline;
}

.chat-mess-head a:hover {
    color: #C0C9D0;
}

.register-success form {
    display: inline;
}

.chat-mess-foot p {
    color: #C0C9D0;
    font-size: 14px;
    font-weight: 300;
    text-align: end;
}

.admin .chat-mess {
    background-color: #2b445a;
}

.history-modal .modal-body {
    padding: 0;
}

.history-modal .chatbox {
    padding: 40px 20px 20px;
    height: 100%;
    max-height: 600px;
    overflow-y: auto;
}

.history-modal .modal-footer {
    background-color: #263544;
    border: 0;
    border-radius: 0 0 16px 16px;
    justify-content: left;
}

.send-message {
    display: flex;
    width: 100%;
    column-gap: 6px;
    margin: 0px;
}

.send-message .form-group {
    width: 100%;
    margin-bottom: 3px;
}

.send-message .ticket-btn {
    font-size: 23px;
    line-height: normal;
    width: 50px;
    height: 46px;
    background: #fff;
    position: relative;
    padding: 10px;
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.send-message .ticket-btn input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    cursor: pointer;
}

.ticketloader i {
    color: #000 !important;
}

.tooltip-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.tooltip-text {
    visibility: hidden;
    opacity: 0;
    background: #000;
    color: #fff !important;
    text-align: center;
    border-radius: 6px;
    padding: 4px 7px;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    transition: opacity 0.2s ease;
    font-size: 0.85rem;
    max-width: 250px;
    width: max-content;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.current-bal-info {
    color: var(--maincolor);
    font-weight: 600 !important;
}

#successWithdraw .modal-body {
    border-radius: 16px;
}

.info-success {
    text-align: center;
    margin-bottom: 35px;
}

.info-success h2 {
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 9px;
}

.info-success p {
    font-weight: 200;
    line-height: 23px;
}

.closebtn,
.open-menu {
    display: none;
}

.inner-header-logo img {
    display: none;
}

.top-custom-drop .dropdown-menu.notif-dropdown {
    right: -150px;
}

.capping-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.staking-btn {
    display: flex;
    gap: 15px;
    justify-content: end;
    align-items: center;
    margin-bottom: 10px;
}

.staking-btn button {
    border: none;
    font-size: 16px;
    background-color: transparent;
}

.staking-btn .capping-btn {
    color: #ffc107;
    border-bottom: 1px dashed;
}

.staking-btn .capping-btn:hover {
    color: #fff;
}

.staking-btn .small-capping-btn {
    color: #0dcaf0;
    border-bottom: 1px dashed;
}

.staking-btn .small-capping-btn:hover {
    color: #fff;
}

.copy-icon input {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.register-success button[disabled] {
    background: transparent !important;
    color: #fff;
}

.input-icon .copy-icon .form-control {
    padding-right: 51px;
}

.resend-link .loading i {
    color: #ffffff;
    font-size: 13px;
}

.copy-icon .input-icon-right {
    top: 14px;
    right: 8px;
    height: 22px;
}

.copy-icon .input-icon-right i {
    font-size: 19px;
}

.portfolio-sec {
    margin-top: 45px;
}

.payout-in-process {
    color: var(--maincolor);
    font-size: 24px;
    font-weight: 400;
}

.remaining-text {
    font-size: 16px;
    margin-top: 27px;
}

.remaining-text span {
    color: #DB12FF;
    font-weight: 600;
}

.modal-content.announcement-modal-info {
    text-align: center;
    border: none;
    position: relative;
}

img.announcement-img-2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    height: 224px;
    border-radius: 16px 16px 0px 0px;
}

img.announcement-img-1 {
    width: 151px;
    margin: auto;
    margin-top: -78px;
    position: relative;
    z-index: 9999;
    animation-name: MoveUpDown;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

/* MoveUpDown Animation */
@keyframes MoveUpDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(30px);
    }
}

.announcement-modal-info .modal-header {
    background-color: transparent;
    border: none;
}

.modal-body.announcement-info {
    position: relative;
    border-radius: 16px;
    border: none;
    background-image: none;
    background: #0c3d56;
}

.announcement-content p {
    color: #ffffff;
    margin-top: 60px;
    font-size: 18px;
    text-align: left;
    margin-bottom: 13px;
}

.announcement-modal-info .modal-header .btn-close {
    opacity: 1;
    background-color: #9A25AF;
    border-radius: 50%;
    margin-bottom: -16px;
    padding: 3px;
    width: 27px;
    color: #fff;
    line-height: 28px;
    height: 27px;
    margin-right: -44px;
    font-size: 23px;
    background-image: none;
}


.progress-bar__wrapper {
    position: relative;
}

.progress-bar__value {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wallet-col.panel-history-info {
    border: 1px solid #b0b0b0b8;
    margin-bottom: 30px;
    height: auto;
}

.panel-history-info .dash-box-bal.wallet-inner-box {
    margin-bottom: 20px;
}

progress {
    width: 100%;
    height: 18px;
    border-radius: 50px;
    background-color: #000;
    transition: width 300ms ease;
}

.staking-info-ft span {
    font-size: 20px;
    font-weight: 200;
}

.staking-info-ft b {
    color: #fff;
}

progress[value]::-webkit-progress-bar {
    width: 100%;
    height: 18px;
    border-radius: 50px;
    background-color: #000;
    transition: width 300ms ease;
}

progress[value]::-webkit-progress-value {
    width: 0;
    border-radius: 50px;
    background-color: #fff;
    transition: width 300ms ease;
}

/* media-query */
@media(max-width:1750px) and (min-width: 1630px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 16px;
    }

    .header-logo a img {
        width: 60px;
    }

    .main-data-info {
        padding: 0px 80px 60px;
    }

    .small-btn.view-details {
        padding: 5px 11px;
    }

    .business-data-info .custom-inner-box {
        padding: 36px 36px;
    }
}

@media (max-width: 1665px) {
    .total-team-info {
        padding: 27px 36px;
    }

    .custom-inner-box {
        padding: 30px 24px;
    }

}

@media (max-width: 1640px) {
    .business-data-info .custom-inner-box {
        padding: 34px 36px;
    }

    .main-data-info {
        padding: 0px 60px;
    }

    .navbar-expand-lg .navbar-nav {
        justify-content: space-between;
    }

    .main-header {
        padding: 16px 26px;
    }

    .small-btn.view-details {
        font-size: 14px;
        gap: 0px;
        padding: 7px 14px;
    }

    .participants-left-box .dash_title {
        font-size: 28px;
    }

    .custom-inner-box h3 {
        font-size: 22px;
    }

    .participants-left-box .dash_title {
        font-size: 23px;
    }

    .date-time-info h3 {
        font-size: 20px;
    }

    .date-time-info p {
        font-size: 20px;
    }

    .comm-table {
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
    }

    .participants-left-box.current-main-box {
        padding: 52px 34px;
        width: 100%;
    }
    .panel-history-info .small-btn.view-details {
        gap: 6px;
    }

}

@media (min-width: 1590px) and (max-width: 1640px) {
    .custom-inner-box p {
        font-size: 20px;
    }
}

@media (max-width: 1500px) {
    .main-data-info {
        padding: 0px 40px 40px;
    }

    .container-fluid {
        padding: 0px !important;
    }

    .main-header {
        padding: 16px 26px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 9px 13px;
        gap: 7px;
        font-size: 18px;
    }

    .navbar-light .navbar-nav .nav-link i {
        padding-right: 2px;
        font-size: 20px;
    }

 
    .total-team-info {
        padding: 31px 31px;
    }

    .custom-inner-box {
        padding: 30px 21px;
    }

    .business-data-info .custom-inner-box {
        padding: 32px 31px;
    }

    #timer div {
        padding: 14px 15px;
        font-size: 29px;
        width: 90px;
    }

    #timer {
        grid-column-gap: 11px;
    }

    #timer span {
        font-size: 15px;
    }

    .participants-left-box {
        padding: 44px 34px;
    }

    .panel-pack-box .wallet-col {
        padding: 39px 35px;
    }

    .panel-pack-box .wallet-col h6 {
        font-size: 23px;
    }

    .panel-pack-box .dash-box-bal.wallet-inner-box {
        margin-top: 9px;
    }

}

@media (max-width: 1400px) and (min-width: 1200px) {
    .small-btn.view-details {
        padding: 7px 13px;
        font-size: 13px;
    }

    .dash-main-data {
        display: flex;
        gap: 18px;
    }

    .current-time {
        display: flex;
        gap: 20px;
    }

    .date-time-info h3 {
        margin-bottom: 9px;
        font-size: 17px;
    }

    .participants-left-box .dash_title {
        font-size: 24px;
    }

    .date-time-info p {
        font-size: 15px;
    }

    .dash-left-data {
        height: 100%;
    }

    .business-data-info .custom-inner-box {
        padding: 33px 28px;
    }

    .participants-left-box {
        padding: 40px 39px;
        height: 100%;
    }

    .total-team-info {
        padding: 31px 22px;
    }
}

@media (max-width: 1400px) {
    .security-input-inner p {
        font-size: 16px;
        margin-bottom: 23px;
    }
    .panel-pack-right {
     width: 69%;
    }
    .panel-pack-right p{
            font-size: 18px;
    }
    .strongest-legs-box {
        width: 24%;
    }

    .strongest-legs-data {
        width: 24%;
    }

    .strongest-legs-main {
        gap: 4px;
        row-gap: 55px;
    }

    .strongest-legs-details p {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }

    .total-team-info h3 {
        font-size: 26px;
    }

    .custom-inner-box {
        padding: 27px 14px;
    }

    .panel-pack-box .wallet-col {
        padding: 42px 32px;
        padding-bottom: 25px;

    }

    .panel-pack-box .wallet-col h6 {
        font-size: 23px;
    }

    .panel-pack-box .dash-box-bal h2 {
        font-size: 21px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 7px 10px;
        border-radius: 12px;
    }

    .aff-link {
        max-width: 353px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .investment-info p {
        font-size: 23px;
    }

    .investment-info a {
        font-size: 20px;
    }

    .custom-inner-box h3 {
        font-size: 24px;
    }

    .affiliate-link-info h3 {
        font-size: 26px;
    }

    .card-pack-right {
        width: 53%;
        padding: 42px 42px;
    }

    .card-pack-left {
        width: 40%;
        padding: 33px 42px;
    }
}

@media (max-width: 1300px) {
    .business-data-info .custom-inner-box {
        padding: 33px 28px;

    }

    .panel-pack-box .wallet-col {
        padding: 49px 32px;
        padding-bottom: 17px;
    }

    .panel-pack-info {
        row-gap: 24px;
    }

    .panel-pack-box {
        width: 32.33%;
    }
}

@media (max-width: 1220px) {
    .business-data-info .custom-inner-box {
        padding: 36px 23px;
    }

    .custom-inner-box.rank-rewards-info {
        width: 44%;
    }
}

@media (max-width: 1200px) {
    .profile-form {
        padding: 0px 30px;
    }
 
    .header-mob-logo {
        display: block;
    }
    .top-header-info{
        justify-content: end;
    }
    .top-header-logo{
        display: none;
    }
    .panel-pack-right{
            gap: 23px;
           min-width: max-content;
    }

    .panel-pack-box {
        width: 48.33%;
    }

    .custom-inner-box.rank-rewards-info {
        width: 100%;
    }

    .strongest-legs-box {
        width: 24%;
    }

    .strongest-legs-main {
        gap: 4px;
        row-gap: 54px;
    }

    .card-pack-info h2 {
        font-size: 25px;
        line-height: 24px;
    }

    .card-info-img img {
        width: 100%;
            max-width: 157px;
    }
    .fund-access img {
    width: 119px !important;
    }


    .participants-right-box .custom-inner-box {
        padding: 19px 31px;
    }

    .main-data-info {
        padding: 0px 30px 30px;
    }

    .security-input {
        padding: 0 0px;
    }

    .ticket-inner-info {
        min-height: 184px;
        padding-top: 22px;
        padding-left: 22px;
    }

    .ticket-img img {
        width: 112px;
    }

    .ticket-wrapper {
        gap: 19px;
    }

    .ticket-box p {
        font-size: 26px;
        margin-bottom: 2px;
    }

    .ticket-box h2 {
        font-size: 41px;
    }

    .add-onpack-img img {
        width: 250px;
    }

    .add-onpack-info {
        padding: 37px 37px;
    }

    .closebtn,
    .open-menu {
        display: block;
    }

    .navbar-expand-lg .navbar-nav {
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100%;
        background: #1b3d54;
        z-index: 11;
        display: block;
        transition: left 0.3s ease-in-out;
        overflow-y: auto;
    }

    .navbar-light .navbar-nav .nav-link i {
        font-size: 21px;
    }

    .navbar-expand-lg .navbar-nav.open {
        left: 0;
    }

    .navbar-nav .closebtn {
        font-size: 30px;
        color: #fff;
        text-decoration: none;
        display: block;
        position: absolute;
        right: 14px;
        top: 13px;
    }

    .header-logo {
        margin-top: 0;
        margin-bottom: 25px;
        padding: 20px 20px;
        background: #0f3445;
        border-bottom: 1px solid #506476;
    }

    li.nav-item {
        padding: 3px 16px;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-bottom: 10px;
        padding: 10px 10px;
        font-size: 19px;
        font-weight: 300 !important;
    }

    .collapse:not(.show) {
        display: block;
    }

    .main-header {
        margin-top: 24px;
    }

    .open-menu i {
        font-size: 25px;
    }

    .inner-header-logo img {
        display: block;
        width: 60px;
    }

    .participants-left-box {
        height: auto;
    }

    .inner-header-logo {
        display: flex;
        justify-content: space-between;
        position: relative;
        width: 100%;
        align-items: center;
    }

    .top-header-info {
        margin-top: 24px;
    }

    .overlay-1 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        display: none;
        z-index: 9;
        transition: opacity 0.3s ease-in-out;
    }

    .overlay-1.active {
        display: block;
    }

    .dash-left-data {
        width: 78%;
    }

    .affiliate-link-info {
        padding: 25px 25px;
    }

    .affiliate-link-info h3 {
        font-size: 32px;
    }

    .total-team-info h3 {
        font-size: 32px;
    }

    #timer {
        grid-column-gap: 21px;
    }

    .participants-left-box {
        width: 100%;
        padding: 40px 58px;
    }

    .dash-left-data {
        width: 100%;
    }

    .dash-right-data {
        width: 100%;
        display: flex;
        flex-wrap: wrap;

    }

    .business-data-info {
        margin-top: 29px;
        flex-direction: row;
        width: 100%;
    }

    .dash-main-data {
        display: inline-grid;
        gap: 35px;
    }

    .wallet-col {
        padding: 28px 25px;
        min-height: 240px;
    }

    .wallet-col h6 {
        font-size: 19px;
    }

    .dash-box-bal h2 {
        font-size: 21px;
    }

    .wallet-col span {
        font-size: 17px;
    }

    .wallet-assets-info h3 {
        font-size: 24px;
    }

    .small-btn.view-details {
        font-size: 14px;
        font-weight: 500;
    }

    .profile-info {
        padding: 40px 74px;
    }

    .participants-main-box {
        flex-direction: column;
    }

    .participants-right-box {
        width: 100%;
        display: flex;
        gap: 27px;
        flex-direction: row;
        row-gap: 23px;
    }

    .participants-inner-box {
        width: 100%;
    }

    .business-data-info {
        flex-wrap: wrap;
    }

    .business-data-info .custom-inner-box {
        width: 48%;
    }

    .business-data-info .custom-inner-box:last-child {
        width: 100%;
    }

    .total-team-info h3 br {
        display: none;
    }

    .dash-box-bal small {
        max-width: 98%;
        line-height: 16px;
        font-size: 12px;
    }

}

@media (max-width: 1024px) {
    .custom-inner-box {
        width: 48.33%;
    }


    .business-data-info {
        flex-wrap: wrap;
    }

    .business-data-info .custom-inner-box {
        width: 48%;
    }

    .inner-title {
        font-size: 26px;
        padding-bottom: 12px;
    }

    .card-info-img img {
        max-width: 209px;
    }

    .card-pack-left {
        padding: 30px 30px;
    }

    .card-pack-right {
        padding: 30px 30px;
    }
}

@media (max-width: 991px) {
    .profile-form {
        padding: 0px 15px;
    }

    .panel-pack-right p{
        font-size: 16px;
    }
        .fund-access img {
        width: 97px !important;
            margin-right: 13px;
    margin-top: -73px;
    }
    .panel-pack-right{
        width: 100%;
    }
    .panel-pack-right span{
            font-size: 16px;
    }
    .panel-pack-box .wallet-col {
        padding: 30px 20px;
        padding-bottom: 19px;
    }
    .custom-action-btn.panel-pack-footer{
        display: block;
        
    }
    
    .panel-pack-right{
                margin-top: 15px;
    }
    .panel-pack-box .wallet-col h6 {
        font-size: 22px;
    }

    .business-data-info .custom-inner-box:last-child {
        width: 100%;
    }

    .current-time {
        display: flex;
        gap: 28px;
    }

    .add-onpack-img img {
        width: 194px;
        right: -17px;
        top: -52px;
    }

    .date-time-info h3 {
        margin-bottom: 9px;
        font-size: 21px;
    }

    .date-time-info p {
        color: var(--maincolor);
        font-size: 18px;
    }

    .add-onpack-content p {
        font-size: 21px;
    }

    .profile-basic-info li span {
        font-size: 16px;
    }

    .profile-basic-info li b {
        font-size: 16px;
    }

    .investment-info a {
        font-size: 19px;
    }

    .profile-basic-info li {
        padding: 15px 15px;
    }

    #timer {
        grid-column-gap: 17px;
    }

    .profile-info {
        padding: 40px 42px;
    }

    .business-data-info {
        flex-wrap: wrap;
    }

    .business-data-info .custom-inner-box {
        padding: 31px 31px;
        width: 48%;
    }

    .main-inner-box {
        padding: 23px 19px;
    }

    .wrapper-body {
        padding: 22px 16px 23px;
    }

    .main-data-info {
        padding: 0px 15px 15px;
    }

    .kyc-success-box {
        width: 100%;
        padding: 24px 30px 30px;
    }

    .security-data {
        display: block;
    }

    .security-right-box,
    .security-left-box {
        width: 100%;
    }

    .sub-heading {
        padding: 21px 15px 0px;
    }

    .comm-table table td p {
        font-size: 15px;
    }

    .comm-table table th,
    .comm-table table td {
        font-size: 15px;
        padding: 15px 10px;
    }

    .ticket-inner-info {
        min-height: 163px;
    }

    .ticket-img img {
        width: 98px;
    }

    .account-box.account-inner-box {
        max-width: 100%;
        padding: 50px 33px;
    }

    .account-box h1 {
        margin-bottom: 7px;
        font-size: 24px;
    }

    .card-pack-left {
        width: 43%;
        padding: 25px 25px;
    }

    .card-pack-right {
        width: 54%;
        padding: 25px 25px;
    }

    .card-pack-info {
        gap: 15px;
    }

    .card-info-img img {
        max-width: 172px;
    }

    .card-info-img {
        margin-top: 20px;
    }

    .participants-left-box.current-main-box {
        width: 100%;
    }

    .custom-inner-box {
        width: 100%;
    }

    .strongest-legs-details h3 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .profile-form {
        padding: 0px 0px;
    }
        .fund-access img {
        width: 125px !important;
        margin-right: 22px;
        margin-top: -152px;
    }
    .panel-pack-right{
                display: block;
    }
    .dash-box-data.progress-bar-head:last-child {
    margin-right: 0;
}
    .panel-pack-right p{
            margin-bottom: 15px;
    }
    .panel-pack-box {
        width: 100%;
    }

    .strongest-legs-data {
        width: 49%;
    }

    .strongest-legs-main .main-title h2 {
        margin-bottom: 9px;
        font-size: 20px;
    }

    .panel-pack-box .wallet-col h6 {
        font-size: 19px;
    }

    .panel-pack-box .wallet-col span {
        font-size: 19px;
    }

    .panel-pack-box .wallet-col {
        padding: 20px 20px;
        padding-bottom: 19px;
    }

    .panel-pack-box .small-btn.view-details {
        padding: 5px 22px;
    }

    .panel-pack-box .dash-box-bal.wallet-inner-box {
        margin-top: 12px;
    }

    .panel-pack-box .dash-box-bal h2 {
        font-size: 20px;
    }

    .panel-pack-box .wallet-col span {
        color: #DB12FF;
        font-size: 23px;
    }

    .strongest-legs-box {
        width: 49%;
    }

    .strongest-legs-main {
        padding: 25px 24px;
    }

    .strongest-legs-main {
        row-gap: 50px;
    }

    .announcement-modal-info .modal-header .btn-close {
        margin-bottom: -6px;
        margin-right: -16px;
    }

    .dash-left-box {
        gap: 17px;
    }

    .business-data-info .custom-inner-box {
        padding: 31px 31px;
        width: 47%;
    }

    .affiliate-link-info h3 br {
        display: none;
    }

    .card-pack-right,
    .card-pack-left {
        width: 100%;
    }

    .participants-left-box {
        display: block;
    }

    .participants-left-box .dash_title br {
        display: none;
    }

    .card-info-img {
        text-align: right;
    }

    .participants-left-box .dash_title {
        font-size: 23px;
        margin-bottom: 14px;
    }

    .current-time {
        display: flex;
        gap: 18px;
    }

    .dash-main-data {
        display: inline-grid;
        gap: 24px;
    }

    .date-time-info h3 {
        margin-bottom: 4px;
        font-size: 19px;
    }

    .date-time-info p {
        color: var(--maincolor);
        font-size: 17px;
    }

    .participants-left-box.current-main-box {
        padding: 27px 23px;
    }

    .current-time {
        display: flex;
        gap: 34px;
        flex-direction: column;
    }

    #timer {
        justify-content: left;
    }

    .portfolio-sec {
        margin-top: 30px;
    }

    .wallet-col-actions {
        gap: 10px;
    }

    .wallet-col {
        padding: 25px 20px;
        min-height: 206px;
    }

    .wallet-img-info img {
        width: 100%;
        max-width: 62px;
    }

    .wallet-assets-info img {
        width: 100%;
        max-width: 65px;
    }

    .alert-warning {
        padding: 7px 7px;
    }

    .deposit-qr b {
        font-size: 15px;
    }

    .small-btn.view-details {
        font-size: 12px;
        padding: 7px 9px;
    }

    .deposit-qr h5 {
        font-size: 16px;
    }

    .alert-warning p,
    .deposit-qr p {
        font-size: 15px;
    }

    .deposit-qr,
    .divider {
        margin-top: 23px;
    }

    .send-message .ticket-btn {
        width: 47px;
        height: 41px;
        font-size: 21px;
    }

    .profile-confirm-info .modal-body p {
        font-size: 15px;
        margin-bottom: 15px;
        padding: 10px;
    }

    .profile-confirm-info .modal-body {
        padding: 16px;
    }

    .top-custom-drop .dropdown-menu.notif-dropdown {
        right: -166px;
    }

    .acc-details-info {
        display: block;
    }

    .register-success p {
        margin-bottom: 5px !important;
    }

    .account-box.account-inner-box {
        max-width: 100%;
        padding: 22px 15px;
        background-size: cover;
    }

    .dash-left-box {
        flex-direction: column;
    }

    .affiliate-link-info {
        width: 100%;
    }

    .profile-info {
        padding: 20px 15px;
    }

    .profile-info-left,
    .profile-info-right {
        width: 100%;
    }

    .profile-basic-info {
        display: block;
    }

    .custom-inner-box {
        width: 49%;
    }

    .participants-left-box {
        width: 100%;
        padding: 27px 31px;
    }

    .participants-right-box {
        width: 100%;
    }

    .main-wallet-data {
        flex-direction: row;
        margin-top: 23px;
    }

    .business-data-info {
        gap: 20px;
    }

    .main-wallet-data {
        row-gap: 16px;
    }

    .participants-main-box {
        flex-direction: column;
    }

    .account-box.register-success-info {
        max-width: 706px;
        padding: 24px 15px;
        padding-left: 43px;
    }

    .register-success ul li {
        display: list-item;
    }

    .form-control {
        font-size: 16px;
        padding: 10px 15px;
    }

    .form-group {
        margin-bottom: 12px;
    }

    label {
        margin-bottom: 4px;
        font-size: 16px;
    }

    .profile-btn .small-btn {
        margin: 6px auto 0px;
        padding: 6px 21px;
    }

    .profile-form-img img {
        width: 150px;
        height: 150px;
    }

    .edit-icon img {
        width: 43px;
        height: 43px;
        border: none;
        padding: 8px;
    }

    .profile-img img {
        width: 150px;
        height: 150px
    }

    .profile-img h2 {
        margin: 21px 0 2px;
    }

    .profile-img {
        margin-bottom: 21px;
    }

    .security-level p {
        margin-bottom: 7px;
        font-size: 18px;
    }

    .progress {
        height: 13px;
    }

    .kyc-step-details {
        display: block;
        margin-top: 12px;
    }

    .kyc-details-box {
        width: 100%;
    }

    .kyc-inner-data {
        margin-bottom: 20px;
        padding: 19px 15px;
    }

    .wrapper-body {
        padding: 20px 15px 23px;
    }

    .wrapper-header h2 {
        font-size: 20px;
    }

    .wrapper-header {
        padding: 20px 21px 15px;
        row-gap: 10px;
    }

    .kyc-info h3 {
        font-size: 20px;
    }

    .kyc-info p {
        font-size: 14px;
    }

    .upload-img {
        margin-top: 23px;
    }

    .upload-img img {
        padding: 5px;
        width: 265px;
        height: 180px;
    }

    .kyc-info-btn .small-btn {
        padding: 6px 30px;
    }

    .small-btn {
        font-size: 18px;
    }

    .last-kyc-info {
        padding: 0px 0px;
    }

    .last-step {
        margin-top: 14px;
    }

    .kyc-inner-data.last-step {
        margin-bottom: 9px;
    }

    .last-kyc-info i {
        font-size: 87px;
    }

    .last-kyc-info h3 {
        font-size: 22px;

    }

    .verifyed-kyc i {
        font-size: 89px;
    }

    .sub-title h2 i {
        font-size: 28px;
    }

    .sub-title h2 {
        font-size: 22px;
    }

    .sub-heading .main-header.header-wrapper {
        padding: 13px 15px;
    }

    .auth-info h3 {
        font-size: 20px;
        margin-bottom: 17px;
    }

    .auth-info p {
        font-size: 16px;
        margin-bottom: 26px;
    }

    .inner-btn .small-btn {
        padding: 6px 18px;
    }

    .wallet-btn .small-btn {
        padding: 6px 20px;
        margin-top: 12px;
    }

    .entry-length label {
        gap: 7px;
        font-size: 17px;
    }

    .entry-length.form-control.form-select {
        padding: 5px 21px 4px 7px;
        font-size: 14px;
    }

    .notification-list li .icon {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        margin-right: 12px;
        font-size: 20px;
    }

    .notification-desc h3 {
        font-size: 18px;
        margin-bottom: 1px;
    }

    .notification-box small {
        display: flex;
        font-size: 14px;
        justify-content: end;
        margin-top: 5px;
    }

    .notification-desc a {
        font-size: 16px;
    }

    .main-wrapper-details {
        margin-top: 26px;
    }

    .ticket-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .ticket-inner-info {
        background-size: cover;
        min-height: 148px;
        padding-top: 20px;
        padding-left: 20px;
        border-radius: 20px;
    }

    .ticket-box p {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .ticket-box h2 {
        font-size: 38px;
    }

    .ticket-img img {
        width: 87px;
        right: 13px;
    }

    .main-header {
        background-size: cover;
    }

    .wrapper-header h2 img {
        width: 23px;
    }

    .sub-title {
        row-gap: 23px;
    }

    .wallet-col {
        min-height: 168px;
        padding: 25px 21px;
    }

    .wallet-col.top-wallet {
        padding: 27px 27px;
    }

    .wallet-main-data .row {
        row-gap: 17px;
    }

    .main-title h2 {
        margin-bottom: 19px;
        font-size: 24px;
    }

    .custom-wrapper {
        padding: 20px;
    }

    .kyc-step ul:after {
        width: 100%;
        left: -3px;
    }

    .main-header.header-wrapper {
        padding: 21px 15px;
    }

    .kyc-step li span {
        font-size: 14px;
        padding: 6px 13px;
    }

    .add-onpack-info {
        display: block;
        min-height: fit-content;
        padding: 24px 24px;
    }

    .add-onpack-img img {
        display: none;
    }

    .add-onpack-content p {
        font-size: 18px;
    }
    .wallet-col.panel-history-info{
        padding: 34px 27px;
    }

}

@media (max-width: 575px) {
    .main-wrapper-box {
        margin-bottom: 18px;
    }
    .panel-history-info h2 {
        font-size: 22px;
        margin-bottom: 16px;
    }   
    .staking-info-ft span {
    font-size: 17px;
    }
    .panel-pack-box .small-btn.view-details {
        padding: 5px 13px;
        gap: 5px;
    }

    .strongest-legs-main .main-title h2 {
        font-size: 21px;
    }

    .eligible {
        width: 62.75px;
        height: 25.83px;
        line-height: 22px;
        font-size: 12px !important;
    }

    .panel-pack-box .dash-box-bal h2 {
        font-size: 17px;
    }
        .wallet-col.panel-history-info {
        padding: 25px 16px;
    }
    .locked {
        width: 62.75px;
        height: 25.83px;
        line-height: 22px;
        font-size: 12px !important;

    }
    .dash-box-data.progress-bar-head h6 {
        font-size: 19px;
    }
    .icon.panel-history-head span {
        font-size: 22px;
    }
    .dash-box-data.progress-bar-head span {
        font-size: 17px;
    }
    .panel-pack-right p {
        font-size: 15px;
    }
    .panel-pack-right span{
        font-size: 15px;
    }
        .panel-history-info .small-btn.view-details {
        gap: 4px;
        padding: 7px 12px;
    }
    .strongest-legs-data {
        width: 100%;
    }

    .strongest-legs-main {
        gap: 4px;
        row-gap: 14px;
    }

    .strongest-legs-details h3 {
        margin-top: 15px;
    }
    .sub-panel-box {
    display: flex;
    row-gap: 7px;
    flex-direction: column;
    }

    .strongest-legs-main {
        padding: 21px 21px;
    }

    .strongest-legs-details {
        height: auto;
    }

    .strongest-legs-box {
        width: 100%;
    }

    .payout-in-process {
        font-size: 20px;
    }

    .small-btn.view-details {
        font-size: 15px;
        padding: 7px 15px;
    }

    .wallet-col.top-wallet h2 br {
        display: none;
    }

    .participants-left-box.current-main-box {
        padding: 15px 23px;
    }

    .wallet-col {
        min-height: auto;
    }

    .info-success p {
        font-weight: 200;
        line-height: 19px;
        font-size: 14px;
    }

    .info-success h2 {
        font-size: 19px;
    }

    .current-time {
        gap: 20px;
    }

    .profile-info-left ul li b img {
        width: 23px;
        margin-right: 6px;
    }

    .participants-right-box {
        flex-direction: column;
    }

    .staking-btn {
        gap: 10px;
    }

    .business-data-info .custom-inner-box {
        padding: 22px 21px;
        width: 100%;
    }

    .investment-info p {
        font-size: 22px;
    }

    .wallet-col {
        padding: 20px 19px;
        min-height: auto;
    }

    .wallet-col h6 {
        font-size: 17px;
    }

    .dash-box-bal h2 {
        font-size: 21px;
    }

    .wallet-col span {
        font-size: 16px;
        margin-top: 1px;
    }

    .wallet-assets-info h3 {
        font-size: 24px;
    }

    .wallet-assets-info {
        gap: 5px;
    }

    .top-custom-drop .dropdown-menu.notif-dropdown {
        right: -147px;
    }

    .dropdown-menu.notif-dropdown.dropdownMenu {
        min-width: 333px;
    }

    .notification-info {
        padding: 12px 10px;
    }

    .total-team-info h3 br {
        display: none;
    }

    .total-team-info h3 {
        font-size: 28px;
    }

    .custom-inner-box h3 {
        font-size: 22px;
    }

    .affiliate-actions .small-btn {
        font-size: 16px;
        padding: 3px 12px;
        font-weight: 300;
    }

    .affiliate-actions {
        gap: 8px;
    }

    .profile-img-dash img {
        width: 87px;
        height: 87px;
    }

    .profile-basic-info li span {
        font-size: 15px;
    }

    .profile-basic-info li {
        padding: 10px 12px;
        margin: 12px 0px;
    }

    .profile-basic-info li b {
        font-size: 15px;
    }

    .profile-info {
        border-radius: 13px;
        margin-top: 19px
    }

    .sub-title h2 i {
        font-size: 24px;
    }

    .sub-title h2 {
        font-size: 20px;
    }

    .account-box.register-success-info {
        padding-left: 35px;
    }

    .aff-link {
        font-size: 18px;
        margin: 15px 0px;
        margin-top: 7px;
    }

    .dash-left-box {
        gap: 15px;
    }

    .business-data-info {
        margin-top: 15px;
        gap: 15px;
    }

    .main-header {
        padding: 12px 16px;
        border-radius: 13px;
        margin-top: 12px;
    }

    .kyc-status {
        margin-top: 20px;
    }

    .kyc-status-info span {
        padding: 4px 11px;
        font-size: 16px;
    }

    .input-icon-right a {
        top: -7px;
        right: 5px;
    }

    .top-header-info {
        margin-top: 15px;
    }

    #timer div {
        font-size: 27px;
        border-radius: 5px;
        padding: 9px 9px;
    }

    .participants-right-box {
        gap: 15px;
    }

    .total-team-info {
        padding: 22px 22px;
        border-radius: 13px;
        margin-top: 15px;
    }

    .participants-right-box .custom-inner-box {
        padding: 22px 22px;
    }

    .participants-left-box {
        border-radius: 13px;
    }

    .participants-left-box .dash_title {
        margin-top: 0px;
        margin-bottom: 16px;
        font-size: 22px;
    }

    .participants-main-box {
        gap: 15px;
        margin-top: 15px;
    }

    #timer {
        grid-column-gap: 4px;
    }

    .custom-inner-box {
        padding: 22px 21px;
    }

    .participants-left-box {
        width: 100%;
        padding: 18px 17px;
    }

    .dash-main-data {
        display: block;
    }

    .custom-inner-box {
        border-radius: 13px;
        width: 100%;
    }

    .affiliate-link-info {
        border-radius: 13px;
    }

    .main-wallet-data {
        margin-top: 15px;
        row-gap: 15px;
    }

    .investment-info {
        display: flex;
        position: relative;
    }

    .affiliate-link-info h3 {
        font-size: 24px;
    }

    .wrapper-header h2 {
        font-size: 18px;
    }

    .wrapper-header {
        padding: 20px 15px 15px;
    }

    .notification-box {
        display: block;
    }

    .notification-info-box {
        align-items: flex-start;
        padding: 12px;
        margin-top: 10px;
    }

    .ticket-btn button {
        padding: 5px 6px;
        font-size: 13px;
        gap: 2px;
        align-items: center;
    }

    .ticket-btn .small-btn i {
        font-size: 14px;
        padding-left: 0px;
    }

    .active-status {
        font-size: 13px;
        padding: 4px 9px;
    }

    .inactive-status {
        font-size: 13px;
        padding: 4px 9px;
    }

    .registered-status {
        font-size: 13px;
        padding: 4px 9px;
    }

    .comm-table table th,
    .comm-table table td {
        font-size: 16px;
        padding: 14px 12px;
    }

    .comm-table table td p {
        font-size: 14px;
    }

    .page-item.active .page-link {
        font-size: 14px;
        padding: 2px 10px;
    }

    .pagination .page-link {
        font-size: 14px;
        padding: 2px 10px;
    }

    .pagination {
        padding: 30px 10px;
        gap: 5px;
    }

    .chat-mess {
        width: 94%;
        margin-bottom: 11px;
        padding: 10px 10px;
    }

    .chat-mess-head p {
        margin-bottom: 3px;
        font-size: 14px;
    }

    .chat-mess-foot p {
        margin-top: 5px;
    }

    .history-modal .chatbox {
        padding: 20px 10px 20px;
    }

    .modal-body {
        padding: 13px;
    }

    .btn-close {
        font-size: 12px;
    }

    .package-purchase-wallet-select {
        padding: 12px;
        margin: 10px 0;
    }

    .dash-box-bal h2 {
        font-size: 22px;
    }

    .top-custom-drop.language-dropdown {
        display: none;
    }

    .top-header-info {
        gap: 4px;
    }

    button.button.dropdown-toggle {
        gap: 4px;
        padding: 4px 10px;
    }

    .dropdown-toggle span {
        font-size: 14px;
    }

    .dropdown.top-custom-bal button.button.dropdown-toggle {
        padding: 9px 10px !important;
    }

    .top-custom-drop img {
        width: 30px;
        height: 30px;
    }

    .dropdown-toggle i {
        font-size: 20px;
    }

    .top-custom-drop .dropdown-menu {
        right: -7px;
    }

    .account-box {
        padding: 23px 15px;
        border-radius: 14px;
        background-size: auto;
    }

    .account-title img {
        margin-bottom: 10px;
    }

    .account-box h1 {
        margin-bottom: 6px;
        font-size: 20px;
    }

    .account-box p {
        margin-bottom: 21px;
        font-size: 15px;
        line-height: 19px;
    }

    .forgot-password {
        text-align: right;
        margin-bottom: 21px;
        margin-top: -10px;
    }

    .inner-title {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .add-onpack-content p {
        font-size: 16px;
    }

    .add-onpack-content i {
        font-size: 13px;
    }

    .profile-confirm-info p {
        padding: 7px 9px;
        font-size: 15px;
    }

    img.announcement-img-2 {
        height: 184px;
    }

    img.announcement-img-1 {
        width: 129px;
    }

    .form-check-label.check-lable-info {
        font-size: 13px !important;
    }

    .inner-checkbox.agreeterms-info .form-check-input {
        margin-top: -19px;
        font-size: 13px;
    }

    .card-info-img img {
        max-width: 142px;
    }

    .card-pack-info h2 {
        font-size: 23px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .card-pack-info p {
        font-size: 16px;
    }

    .card-pack-left,
    .card-pack-right {
        padding: 22px 16px;
        border-radius: 24px;
    }
}

@media (max-width: 400px) {
    .last-kyc-info h3 {
        font-size: 20px;
    }

    .card-pack-left,
    .card-pack-right {
        padding-right: 16px !important;
    }

    .card-pack-left.fund-access.pe-0.pb-0 br {
        display: none;
    }

    .sub-title h2 i {
        font-size: 19px;
    }

    .sub-heading .main-header.header-wrapper {
        padding: 10px 10px;
    }

    .sub-title h2 {
        font-size: 19px;
        gap: 4px;
    }

    .sub-heading {
        padding: 16px 15px 0px;
    }

    .ticket-inner-info {
        min-height: 135px;
    }

    .ticket-box p {
        font-size: 22px;
        margin-bottom: 2px;
    }

    .ticket-box h2 {
        font-size: 30px;
    }

    .inner-checkbox.agreeterms-info .form-check-input {
        margin-top: -20px;
    }

    .check-lable-info {
        top: -23px;
        left: 22px;
    }

    .form-check-label a {
        font-size: 12px;
    }

    .card-info-img img {
        display: none;
    }
}

@media (max-width : 360px) {
    .form-check-label.check-lable-info {
        font-size: 12px !important;
    }

    .inner-checkbox.agreeterms-info .form-check-input {
        font-size: 12px;
    }
}
