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

:root {
    --white: #FFFFFF;
    --white30: #5a6077;
    --white70: #B2B2B2;
    --border: #FFFFFF50;
    --white60: #999999;
    --blue: #266395;
    --blue_pagination: #44ABFF;
    --blue10: #26639510;
    --black30: #0000004D;
    --blues: #16213a;
    --green: #18b779;
    --lightgreen: #00D07B;
    --saidbar: #0C0C0C;
    --saidheade: #04070B;
    --card1: #9b9495;
    --ccd: #CCCDCD;
    --table-border: #121E32;
    --table-header-border: #08284E;
    --table-body: #15213E64;
    --c999: #999999;
    --footer: #111722;
    --yellow: #FF8400;
}

body {
    font-family: 'Nostromo' !important;
    background-color: black;
    top: 0 !important;
}

.dark_bg {
    background-color: #030914 !important;
}

/* start login commen class  */
.mb_15 {
    margin-bottom: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_25 {
    margin-top: 25px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_35 {
    margin-top: 35px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_100 {
    margin-top: 100px;
}

.px_18 {
    padding: 0 18px;
}

.ps_15 {
    padding-left: 15px !important;
}

.pe_65 {
    padding-right: 65px !important;
}

.fw_100 {
    font-weight: 100 !important;
}

.pointer {
    cursor: pointer;
}

.text_light {
    color: var(--white) !important;
}

.text_green {
    color: var(--green) !important;
}

.text_blue {
    color: var(--blue_pagination);
}

.text_yellow {
    color: var(--yellow) !important;
}

.bg_transparant {
    background-color: transparent;
}

.bg_blue {
    background-color: #071025;
    border-radius: 25px;
}

a,
a:hover {
    color: var(--white);
}

.text_lightgreen {
    color: var(--lightgreen) !important;
}

.font_500 {
    font-weight: 500 !important;
}

.font_600 {
    font-weight: 600 !important;
}

.h_335 {
    height: 405px;
}

/* end login commen class  */

/* change castam class  */
a {
    text-decoration: none;
}

.form-label,
.form-check-label,
.file {
    color: var(--white60);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.form-control,
.form-control:focus,
.g_dropdown,
.form-select,
.dataTables_filter input,
.dataTables_filter input:focus-visible {
    border: 1px solid var(--blue);
    color: var(--white70);
    background-color: var(--blue10);
    border-radius: 5px 5px 0px 0px;
    height: 45px;
    box-shadow: none;
    padding: 1px 50px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
}

.dataTables_filter input {
    padding: 16px !important;
}

.dataTables_length,
.dataTables_filter {
    display: inline-block;
    width: 50%;
}

.dataTables_filter {
    float: right;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 24%;
    display: block;
    transform: translateY(-50%);
}

.dataTables_filter label {
    color: var(--white30);
}

select {
    position: relative;
}

select option {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #266395 !important;
}

div.position-relative:focus-within svg.position_1 {
    filter: brightness(0) invert(1);
}

.form-check .form-check-input {
    width: 30px;
    height: 30px;
    border: 1px solid var(--blue);
    background-color: transparent;
    display: block;
    border-radius: 2px;
    box-shadow: none;
}

.form-check-input:checked[type=checkbox] {
    background-image: url('../img/login/check.svg') !important;
    --bs-form-check-bg-image: url('../img/login/check.svg') !important;
}

.form-control:focus {
    background-color: var(--black30);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--white);
    -webkit-box-shadow: none;
    transition: background-color 5000s ease-in-out 0s;
}

.dropdown-toggle,
.dropdown-toggle:focus,
.dropdown-toggle:hover {
    box-shadow: none;
    color: var(--white70);
    background-color: var(--blue10);
    padding: 0 20px 0 50px;
    font-size: 14px;
    font-weight: 500;
}

.dropdown-menu {
    background-color: var(--blues);
}

.dropdown-item,
.dropdown-item:hover {
    color: var(--white70);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    padding: 7px 19px;
    background-color: var(--blues);
}

.form-control::placeholder,
.dropdown-toggle,
.note-codable::placeholder {
    color: var(--white30);
}

/* change custom class  */

.cong_top_of_ui .top_profile_photo {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
}

/* start login css  */
.gain_back {
    background-image: url('../img/login/login_background.webp') !important;
    background-position: 100% 100%;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
}

.register_back {
    background-size: 100% 100%;
    height: 110%;
}

.gain_protocol_nav {
    padding: 16.1px 0;
    backdrop-filter: blur(20px);
    box-shadow: 4px 3px 6px 0px rgba(255, 255, 255, 0.02) inset, -4px -4px 6px 0px rgba(255, 255, 255, 0.02) inset;
    border-bottom: 1px solid var(--border);
}

.gain_protocol_nav h6,
.gain_protocol_nav h6 span {
    font-size: 22px;
    color: var(--white);
    font-weight: 700;
}

.gain_protocol_nav h6 span {
    font-weight: 300;
}

.login_bg {
    background-image: url('../img/login/form_bg.png');
    background-position: center center;
    background-size: cover;
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    margin-top: 77px;
    padding: 36px 124px 70px;
    height: 775px;
}

.register_bg {
    background-image: url('../img/login/register.png');
    height: 858px;
    padding: 36px 120px 70px;
}

.form_main_heading {
    font-size: 24px;
    font-weight: 500;
    color: var(--white);
}

.form_main_paragraph {
    color: var(--white60);
    font-size: 14px;
    font-weight: 300;
}

.position_1 {
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.gain_main_button,
.gain_main_button:hover {
    display: block;
    width: 100%;
    height: 56px;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--white);
}

span.text_position {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
    transform: translate(-50%, -50%);
    font-weight: 400;
}

.gain_normal_text,
.gain_normal_text:hover {
    font-size: 14px;
    font-weight: 400;
    color: var(--white60);
}

.forgot_bg {
    background-image: url('../img/login/forgot_bg.png');
    height: 484px !important;
    padding: 36px 120px 70px;
}

.q_flag {
    width: 28px;
    height: 25px;
}

/* end login css  */


/* start dashboard css  */

.g_dash_mainheading {
    color: var(--white);
    font-size: 36px;
    font-weight: 500;
}

.g_dash_subheading {
    color: var(--white);
    font-size: 24px;
    font-weight: 800;
}

.wallet_list {
    background-image: url('../img/dashboard/wallet_list.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 70px;
    width: 100%;
    padding: 19px;
}

.money_bg {
    background-image: url('../img/dashboard/money_bg.png');
    height: 120px;
}

.earning_bg {
    background-image: url('../img/dashboard/earning_bg.png');
    height: 120px;
}

.wallet_list p {
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.wallet_list h3 {
    color: var(--green);
    font-size: 21px;
    font-weight: 500;
    word-break: break-all;
    text-align: end;
}

.update_salary {
    background-image: url(../img/dashboard/about.png);
    background-size: 100% 100%;
    width: 100%;
    height: 327px;
    padding: 50px 80px 70px;
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    /* 187.5% */
}

/* said bar css  */
.saidbar {
    display: block;
    transform: none;
    visibility: visible !important;
    width: 120px;
    background: var(--saidbar);
    color: var(--white30);
    border-right: 1px solid var(--blue);
    transition: all 0.5s ease;
    position: fixed;
    left: 0;
    width: 270px;
    z-index: 999;
}

.main #sidebar.saidactive {
    width: 100px;
}

.main .active .saidbar-body .active .inner_menu {
    display: none;
}

.main #sidebar.saidactive p {
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
}

.saidbar-header {
    padding: 15.6px 34px;
    background-color: var(--saidheade);
    border-bottom: 1px solid var(--blue);
}

.saidbar-body {
    padding: 0;
}

.saidbar-body ul {
    overflow-y: auto;
    height: calc(100vh - 60px);
}

.saidbar-body ul li {
    margin-bottom: 15px;
}

.saidbar-body ul li a,
.saidbar-body ul li a:hover {
    padding: 18px 20px;
    background-image: url(../img/dashboard/menu/li.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 60px;
    width: 100%;
    display: inline-block;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.meta_border {
    background-image: url(../img/dashboard/menu/meta_border.png) !important;
}

.meta_border p {
    position: relative;
    background: linear-gradient(136deg, #D7B91F 7.56%, #FEE878 54.96%, #D7B91F 98.56%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mem_id {
    padding: 50px 20px 40px;
}

.mem_id p {
    color: var(--white60);
    font-size: 14px;
    font-weight: 500;
}

.saidbar-body ul li.active a {
    background-image: url(../img/dashboard/menu/menu_active.png);
}

.saidbar-body ul {
    list-style: none;
    overflow-x: hidden;
    padding-right: 16px;
    padding-left: 0;
}

.inner_menu {
    transition: all 0.5s ease;
}

.gain_package {
    height: 490px;
}

.saidbar-body .inner_menu li a,
.saidbar-body .inner_menu li a:active,
.saidbar-body .inner_menu li.active a,
.saidbar-body .inner_menu li a:hover,
.saidbar-body ul li.active .inner_menu li a {
    background-color: transparent;
    background-image: none;
    transition: all 0.5s ease;
}

.saidbar-body .inner_menu li {
    margin: 0;
    transition: all 0.5s ease;
}

.saidbar-body .inner_menu li a,
.saidbar-body .inner_menu li a:hover,
.saidbar-body .inner_menu li a {
    color: var(--c999);
    margin-bottom: 0;
    padding: 5px 10px 5px 50px;
    height: 30px;
    position: relative;
}

.saidbar-body .inner_menu li a::after,
.saidbar-body .inner_menu .abc a::after {
    content: "";
    position: absolute;
    background-image: url(../img/saidbar/arrow.svg);
    left: 13%;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translate(-50%, -50%);
}

.saidbar-body .inner_menu .abc a::after {
    background-image: url(../img/saidbar/active_arrow.svg);
}

.main #sidebar.saidactive:hover {
    width: 270px;
    z-index: 5;
    left: 0;
}

.main #sidebar.saidactive:hover a p {
    display: block;
    opacity: 1;
}

/* said bar css  */
.member_card {
    background-image: url(../img/dashboard/member/member.png);
    background-size: 100% 100%;
    width: 100%;
    height: 737px;
    padding: 88px 50px 70px;
}

.member_card p,
.member_card h4 {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
}

.member_card h4 {
    font-weight: 700;
}

.member_card_trophy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rest_password {
    height: 714px !important;
    padding: 36px 120px 70px;
    background-size: 100% 100%;
}

.member_card_trophy p {
    font-size: 16px;
}

.asaid .dashboard_top_header {
    width: calc(100% - 270px);
    background-color: var(--black30);
    padding: 15.3px 30px;
    border-bottom: 1px solid var(--border);
    color: var(--white);
    font-size: 14px;
    font-weight: 300;
    transition: all 0.5s ease;
    left: 270px;
    z-index: 5;
    backdrop-filter: blur(7px);
}

.copy_btn {
    background-image: url('../img/dashboard/member/copy_btn.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 56px;
    padding: 18px 28px;
}

.dataTables_paginate span .current {
    color: #00D07B;
}

.connected_btn {
    background-image: url('../img/dashboard/member/connected_btn.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 56px;
    padding: 18px 10px;
}

.connected_btn p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.packag_btn,
.mybtns {
    background-image: url(../img/dashboard/packages/packag_btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 56px;
    padding: 17px 28px !important;
    color: var(--white);
    font-weight: 500;
}

.click_hear_btn {
    padding: 10px 12px !important;
    height: 40px;
    font-size: 12px !important;
}

.packag_cards {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 20px 17px 20px;
}

.packag_cards p,
.packag_cards h5,
.packag_cards h6 {
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
}

.packag_cards h5 {
    font-size: 22px;
    font-weight: 600;
}

.packag_cards h6 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 4px;
}

.packag_cards_p {
    font-size: 14px !important;
    line-height: 14px;
    margin-bottom: 0;
}

/* Hide label */
.rating {
    width: 100%;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 14px;
    justify-content: space-between;
}

.rating label {
    width: 0;
    overflow: hidden;
}

.rating img {
    width: 26px;
}

/* You can style inputs directly thanks to appearance:none! */
.rating input {
    appearance: none;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
}

.rating input::after {
    content: "☆";
    font-size: calc(36px * 3 / 4);
    line-height: 36px;
    color: #fcb83c;
}

.rating input:is(:checked, :hover)::after,
.rating input:has(~ input:is(:checked, :hover))::after {
    content: "★";
}

&:hover~input::after {
    content: "☆";
}

/* end dashboard css  */


/* new dashboard css  */
.asaid {
    position: relative;
    width: calc(100% - 270px);
    left: 270px;
    height: 100%;
    z-index: 1;
    background-color: #04070B;
    transition: all 0.5s ease;
}

.main .true {
    left: 100px;
    width: calc(100% - 100px);
    transition: all 0.5s ease;
}

.asaid_body {
    position: relative;
    top: 62px;
    height: calc(100% - 60px);
    overflow-y: auto;
}

.videomp4 {
    z-index: -1;
    opacity: 0.3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin-left: 268px;
}

.icone_s {
    margin-right: 12px;
}

.marquee-container {
    overflow-x: hidden !important;
    display: flex !important;
    flex-direction: row !important;
    position: relative;
    width: var(--width);
    transform: var(--transform);
}

.marquee-container:hover div {
    animation-play-state: var(--pause-on-hover);
}

.marquee-container:active div {
    animation-play-state: var(--pause-on-click);
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

.overlay::before,
.overlay::after {
    background: linear-gradient(to right, var(--gradient-color));
    content: "";
    height: 100%;
    position: absolute;
    width: var(--gradient-width);
    z-index: 2;
}

.overlay::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.overlay::before {
    left: 0;
    top: 0;
}

.marquee {
    position: relative;
    overflow: hidden;
}

.marquee__inner {
    display: flex;
    animation: marquee__inner 18s linear infinite alternate;
    font-size: 14px;
}

@keyframes marquee__inner {
    0% {
        margin-left: -30%;
    }

    50% {
        margin-left: 60%;
    }

    100% {
        margin-left: -30%;
    }
}


@keyframes marquee__content {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -100%;
    }
}


/* new dashboard css  */

/* auto poll css  */
.page_menu_back {
    color: var(--white);
    font-size: 14px;
    font-weight: 300;
}

.page_menu_back span {
    color: var(--ccd);
}

.report_btn,
.filter_btn,
.import_btn {
    background-image: url(../img/autopoll/import.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    padding: 17px 28px;
    display: inline-block;
    text-wrap: nowrap;
}

.filter_btn {
    background-image: url(../img/autopoll/filter.png);
}

.report_btn {
    background-image: url(../img/autopoll/report.png);
}

.autopoll_table {
    border-color: transparent;
}

.autopoll_table thead th {
    border-color: var(--table-header-border) !important;
}

.autopoll_table tbody {
    /* border: 1.5px solid var(--table-border); */
    border: 1.5px solid #192945;
}

.autopoll_table thead {
    background-image: url(../img/autopoll/thead.png);
    background-size: 100% 100%;
    width: 100%;
    color: var(--ccd);
}

.autopoll_table thead tr th {
    font-weight: 300 !important;
    font-size: 14px;
    padding: 27px 20px;
}

.autopoll_table thead th {
    border-bottom: 1px solid #105aba !important;
}

.autopoll_table tbody,
.autopoll_table tbody tr {
    background-color: var(--table-body);
    color: var(--ccd);
    font-size: 14px;
    font-weight: 300 !important;
}

.autopoll_table tbody tr th,
.autopoll_table tbody tr td {
    padding: 20px;
}

.table_showing,
.dataTables_info {
    color: var(--c999);
}

.pagination .page-item a,
.paginate_button span,
.dataTables_paginate span a {
    background-color: transparent;
    border: none;
    color: var(--white);
    font-size: 20px;
}

.page-item.active .page-link {
    color: var(--blue_pagination);
    background-color: transparent;
}

.page-item.active .page-link:focus,
.page-item.active .page-link:focus-visible,
.page-item:focus-visible,
.page-item .page-link:focus-visible,
.page-link:focus {
    box-shadow: none;
    outline: none;
}

.table_show_entries,
.dataTables_length {
    background-image: url(../img/autopoll/table_show.png);
    background-size: 100% 100%;
    padding: 16px;
    color: var(--ccd);
    font-size: 14px;
    font-weight: 400;
    text-wrap: nowrap;
    max-width: 255px;
    width: 100%;
}

.bg_blues {
    padding: 0 1px;
    height: 19px;
    background-color: var(--border);
    margin: 0 13px;
}

.table_show_entries .form-select,
.dataTables_length select {
    border: transparent;
    height: auto;
    width: 62px !important;
    padding: 0 1px;
    background-color: transparent;
    /* Arrow */
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF %22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
    color: var(--white70);
}

.dataTables_length {
    position: relative;
}

.dataTables_length select,
.dataTables_length select:focus-visible {
    position: absolute;
    right: 10px;
    border: none;
    outline: none;
}

.table_show_entries .form-select:focus,
.table_show_entries .form-select:focus {
    box-shadow: none;
}

.dashboard_bottom_footer {
    padding: 20px;
    background-color: var(--footer);
    width: calc(100% - 270px);
    left: 270px;
    z-index: 5;
    transition: all 0.5s ease;
}

/* .dashboard_bottom_footer .true {} */

.dashboard_bottom_footer p {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
}

.table_scroll {
    overflow-x: auto;
    overflow-y: hidden;
}

.table {
    width: 100%;
}

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

.table_logo2 table {
 order: 2;
}

/* auto poll css  */

/* update profile css  */
.update_profile {
    background-image: url(../img/profile/update_profile.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 35px 60px 70px;
    max-width: 100%;
    width: 100%;
}

.updatenow_btn,
.updatenow_btn:hover {
    max-width: 370px;
    width: 100%;
    height: 50px;
}

.updatenow_btn:focus-visible {
    outline: none;
}

.profile_cancel_btn,
.profile_cancel_btn:hover {
    max-width: 175px;
    width: 100%;
    height: 50px;
}

/* update profile css  */
.fundnow {
    background-image: url(../img/fundnow/fundnow.png);
    max-height: 357px;
}

/* start tree view  */
.tree,
.tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.tree ul {
    margin-left: 1em;
    position: relative
}

.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid
}

.tree li {
    margin: 0;
    padding: 0.3rem 1em;
    line-height: 2em;
    font-size: 14px;
    color: var(--white);
    font-weight: 400;
    position: relative
}

.tree ul li:before {
    content: "";
    display: block;
    width: 14px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 19px;
    left: 0
}

.tree:first-child ul ul {
    margin-left: 26px;
}

#tree3:first-child ul ul li ul {
    margin-left: 12px;
}

.tree ul li:last-child:before {
    background: transparent;
    height: auto;
    top: 1em;
    bottom: 0
}

.indicator {
    margin-right: 8px;
}

.tree li a {
    text-decoration: none;
    color: var(--white);
    position: relative;
}

.tree>li {
    padding-left: 8px !important;
}

.tree li button,
.tree li button:active,
.tree li button:focus {
    content: '';
    text-decoration: none;
    color: #369;
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

.glyphicon-plus-sign {
    position: relative;
    top: 3px;
    background-image: url(../img/treeview/green.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    background-size: cover;
}

.glyphicon-minus-sign {
    background-image: url(../img/treeview/red.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    background-size: cover;
}

.tool_tip::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-right: 10px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.tool_tip {
    border-radius: 4px;
    display: none;
}

/* .tree li:hover .tool_tip {
    display: inline-block;
    position: absolute;
    right: 0;
    border: 1px dashed #000;
    top: 50%;
    transform: translate(-50%, -50%);
} */

.count_support {
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.count_s {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.support_bg {
    background-image: url(../img/support/supportbg.webp);
}

.main_supp_bg {
    background-image: url(../img/support/mainbg.webp);
    height: 400px !important;
}

.text_no_data {
    color: var(--white60);
    font-size: 14px;
}

/* start tree view  */
.social_media {
    position: fixed;
    top: 25%;
    right: 0;
    padding: 10px 15px;
    background-image: url(../img/social/social.png);
    background-size: 100% 100%;
    height: 70px;
    max-width: 375px;
    width: 100%;
    transform: translate(290px, 0px);
    transition: all 0.8s;
}

.social_media:hover {
    transform: translate(0px, 0px);
}

.dash_board_social,
.dash_board_social:hover {
    position: relative;
    transform: translate(28px, 0px);
}

.h_100vh {
    height: 100vh;
}

.saidbar_logo_min {
    display: none;
}

.saidbar_logo_max {
    display: block;
}

.gain_back {
    height: 110vh;
    background-size: cover;
}

/* start loder css  */

.loader {
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    text-align: center;
    background-color: #44414187;
    z-index: 999999;
}

.main_loder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 60px;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    max-height: 504px;
    height: 100%;
    align-self: flex-end;
}

.loader-icon {
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
}

.mobilesaidactive .saidbar_logo_max {
    display: block;
    /* display: block !important; */
}

.mobilesaidactive .saidbar_logo_min {
    /* display: none !important; */
    display: none;
}

/* end loder css  */

/* start register pop  */
.register_popup {
    height: 505px;
    max-width: 840px;
    width: 100%;
}

.register_popup .modal-content {
    background-image: url('../img/register/popup_bg.webp');
    background-size: 100% 100%;
    max-width: 840px;
    width: 100%;
    height: 505px;
    background-color: transparent;
    padding: 35px 70px 70px;
    border: none;
}

.popup_timer {
    color: var(--white60);
    font-size: 14px;
    font-weight: 400;
}

.verfication_poup .form-control {
    width: 70px;
    height: 56px;
    padding: 12px 24px;
    font-size: 24px;
    font-weight: 500;
}

.close_btn_popup {
    position: absolute;
    right: -30px;
    top: 20px;
    transform: translate(-50%, -50%);
}

.welcome_heding {
    color: var(--white);
    text-shadow: 4px 4px 39px #44ABFF;
    font-size: 40px;
    font-weight: 800;
}

.welcome_popup_Bg .modal-content {
    height: 655px;
}

/* end register pop  */

/* start socialfi pop  */
.socialfi_popup {
    height: 505px;
    max-width: 840px;
    width: 90%;
}

.socialfi_popup .modal-content {
    background-image: url('../img/register/popup_bg.webp');
    background-size: 100% 100%;
    max-width: 840px;
    width: 100%;
    height: 250px;
    background-color: transparent;
    padding: 25px 50px 50px;
    border: none;
}
/* end socialfi pop  */

.dataTables_paginate a {
    padding: 10px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #083043;
}

.payments_type {
    background-image: url(../img/dashboard/payment/payment.png);
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px;
}

.active_payment {
    background-image: url(../img/dashboard/payment/active_payment.png);
}

.tree_color {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background-color: #20a49c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

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

.tool_tip {
    max-width: 270px;
    width: 100%;
    display: none;
    background-color: #fff;
    border-radius: 8px;
    border: 1px dashed #cccccc;
    position: absolute;
    top: 50%;
    left: 145px;
    transform: translatey(-50%);
    z-index: 99;
}

.tool_tip::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-right: 10px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    /* background-color: #000; */
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.update_profile_photo {
    background-image: url(../img/dashboard/profile/profile_bg.png);
    background-size: 100% 100%;
    max-width: 150px;
    height: 150px;
}

.file {
    max-width: 150px;
    height: 150px;
    position: relative;
}

.file .contents {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;
}

.file input {
    opacity: 0;
}

.member-image:hover .tool_tip {
    display: inline-block;
}

.tree-member .tool_tip {
    left: 300px;
}

.tree-member:hover .tool_tip {
    display: block;
}

.treeset {
    overflow-x: auto;
    width: 140%;
}

.tool_tip div span {
    color: #000 !important;
    font-size: 12px;
}

.top_profile_photo img {
    width: 100px;
    height: 100px;
}

.top_profile_photo {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--blue10);
    display: flex;
    border: 1px solid var(--border);
    justify-content: center;
    align-items: center;
}

.button_button {
    background-color: transparent;
    border: none;
    outline: none;
}

.note-editor.note-frame .note-editing-area .note-editable {
    color: var(--white) !important;
    background-color: #09142a !important;
}

.note-editor.note-frame {
    border-color: var(--blue) !important;
}

.note-editor.note-frame .note-statusbar .note-resizebar {
    background-color: var(--blue) !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 50% !important;
    transform: translateY(50%) !important;
}

.videobg {
    margin-left: 118px;
}

.dataTables_info,
.dataTables_paginate {
    width: 50%;
    float: left;
    padding-top: 0 !important;
    margin-top: 10px !important;
}

.paginate_button {
    padding: .375rem .75rem;
}

.patyment_popup .modal-content {
    height: 565px;
    max-width: 650px;
    margin: 0 auto;
}

/* #tree3 li ul ul{
    margin-left: 35px;
} */
/* #tree3 li ul:not(:first-child) {
    margin-left:0;
} */

.google_translate span {
    display: none;
}

.skiptranslate iframe {
    display: none;
}

.google_translate .goog-te-gadget .goog-te-combo {
    margin: 0px 0;
}

.google_translate select {
    border: 1px solid var(--blue);
    color: var(--white70);
    background-color: var(--blue10);
    border-radius: 5px 5px 0px 0px;
    height: 35px;
    box-shadow: none;
    padding: 1px 8px;
    font-size: 12px;
    font-weight: 500;
    outline: none;
    font-family: 'Nostromo' !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.overflow_y_auto {
    overflow-y: auto;
}

.wh_40 {
    width: 40px;
    height: 40px;
}

.conform_icon {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 11px !important;
}

.close_button {
    position: absolute !important;
    left: 11px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.validation_msg_red {
    position: absolute;
    top: 48px;
    right: 0;
    height: 40px;
    color: #DC3545;
    font-size: 14px;
    font-weight: 700;
    clip-path: polygon(-12% 100%, 8% 0%, 100% 0, 100% 100%);
    border: 1px solid #DC3545;
    background-color: transparent;
    padding: 10px 20px 11px 40px;
    background-color: #d3d3d310;
}

.validation_msg_red::after {
    content: "";
    width: 2px;
    height: 21px;
    transform: rotate(35deg);
    background-color: #DC3545;
    position: absolute;
    top: -3px;
    left: 4px;
}

.validation_msg_green {
    position: absolute;
    top: 48px;
    right: 0;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    clip-path: polygon(-12% 100%, 8% 0%, 100% 0, 100% 100%);
    background-color: transparent;
    padding: 10px 20px 11px 40px;
    color: #00D07B;
    border: 1px solid #00D07B;
    background-color: #d3d3d310;
}

.validation_msg_green::after {
    content: "";
    width: 2px;
    height: 21px;
    transform: rotate(30deg);
    background-color: #00D07B;
    position: absolute;
    top: -3px;
    left: 4px;
}

.drop_box .dropdown-toggle {
    border: 1px solid var(--blue);
    color: var(--white70);
    background-color: #053562;
    border-radius: 5px 5px 0px 0px;
    height: 35px;
    box-shadow: none;
    padding: 1px 8px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    font-family: 'Nostromo' !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.drop_box .dropdown-toggle:hover {
    padding: 1px 8px;
    font-size: 15px;
}

.drop_menu {
    background-color: #266395;
    height: 240px;
    overflow: auto;
}

.drop_menu .dropdown-item {
    background-color: #266395 !important;
    font-size: 12px;
    padding: 0px 8px 3px;
}

.drop_menu .dropdown-item:hover {
    background-color: #266395 !important;
    font-size: 12px;
    padding: 0px 8px 3px;
}

.drop_box .dropdown-toggle::after {
    display: none;
}

.redeem_title {
    margin-bottom: 28px;
}

.redeem_pera {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    line-height: 18.9px;
}

.video_btn {
    font-size: 12px;
    font-weight: 700;
    padding: 0px 52px !important;
    line-height: 56px;
    margin-top: 30px;
}

.video_btn img {
    margin-right: 10px;
}

.pb_100 {
    padding-bottom: 100px;
}

.meta_section {
    margin-bottom: 120px;
}

.redeem_card {
    background-image: url(../img/cards/basic_card.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 48px;
    height: 300px;
    margin-bottom: 50px;
}

.redeem_heading h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    background-image: url(../img/cards/border.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 0px 0px 8px 10px;
}

.card_form label {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
    padding-bottom: 10px;
}

.card_key,
.card_key:focus {
    background-image: url(../img/cards/input_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0px 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    color: #ffffff80;
    border: none;
    height: 56px;
    background-color: transparent;
    max-width: 470px;
    display: inline-block;
    width: 100%;
}

.card_key:focus {
    height: 56px;
}

.card_key::placeholder {
    color: #ffffff80;
}

.meta_btn {
    background: url(../img/cards/btn_bg.png) no-repeat;
    background-size: 100% 100%;
    height: 56px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0px 19px;
    text-wrap: nowrap;
}

.meta_btn img {
    vertical-align: middle;
    margin-right: 5px;
}

.classic_bg {
    background-image: url(../img/cards/classic_card.png);
}

.btn_orange {
    background-image: url(../img/cards/bg_orange.png);
    padding: 0px 45px;
}

.premium_bg {
    background-image: url(../img/cards/premium_card.png);
}

.business_bg {
    background-image: url(../img/cards/business_card.png);
}

.citize_bg {
    background-image: url(../img/cards/citizen_card.png);
}

.upadte_modal_title {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.update_title {
    color: #FFF;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0;
}



.update_link {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    opacity: 0.6;
}

.entrie_card {
    display: flex;
    align-items: center;
    gap: 16px;
}

.date_card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/autopoll/green_card.png") no-repeat;
    background-size: 100% 100% !important;
    padding: 17px 46.5px;
}

.date_card_title {
    margin-bottom: 0;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.yellow_card {
    background: url("../img/autopoll/yellow_card.png") no-repeat;
}

.purple_card {
    background: url("../img/autopoll/purple_card.png") no-repeat;
}

.social_icon {
    border-left: 1px solid var(--blue);
    padding-left: 8px;
}

.social_icon img {
    width: 40px;
}

/* .dataTables_length {
    float: left;
} */

.table_logo .dataTables_wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
}

.table_logo table {
    grid-column: 1 / span 3;
}

.table_logo .dataTables_filter {
    width: auto;
}

.t_logo {
    margin: auto;
}

.t_logo img {
    width: 200px;
}

.table_logo .dataTables_info, .table_logo .dataTables_paginate {
    width: auto;
}

.table_logo .dataTables_paginate {
    grid-column: 2 / span 2;
}

.table_color tbody {
    background-color: #0b4899;
}

.social_table tbody {
    background-color: #0e948b;
}

.m_width {
    max-width: 100% !important;
}

.social_icon {
    right: -15px;
    left: unset;
}

.social_img {
    width: 24px;
    height: 24px;
}

.scratch_popup {
    height: 405px !important;
    max-width: 740px;
    width: 100%;
}

.scratch_popup .modal-content {
    padding: 40px 20px 40px;
}

.scratch_popup.register_popup .modal-content {
    background: none;
}

.scratch_popup .modal-body {
    background-image: url(../img/register/scratch_popup.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0px 0px 30px 5px rgba(0, 255, 255, 0.7);    
}

.scratch_card {
    position: absolute;
    bottom: 8%;
    left: 20%;   
    z-index: 1;
}

.scratch_content {
    position: absolute;
    bottom: 14.5%;
    left: 42.8%;   
    z-index: 0;
}

.scratch_content p {
    color: #fff;
}

.scratch_card canvas {   
    border-radius: 10px; 
    cursor: pointer;
}

.modal.show .modal-dialog.scratch_popup {
    transform: unset !important;
}



/* start responsive  */

@media screen and (max-width: 1850px) {

    .card_key,
    .card_key:focus {
        max-width: 430px;
    }

    .entrie_card {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:1700px) {
    .money_bg {
        height: 100px;
    }

    .wallet_list {
        padding: 25px 16px;
    }

    .update_salary {
        padding: 48px 45px 65px;
        font-size: 14px;
        line-height: 24px;
    }

    .wallet_list p {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .g_dash_mainheading {
        font-size: 28px;
    }

    .g_dash_subheading {
        font-size: 20px;
    }

    .icone_s {
        width: 34px;
        height: 33px;
        margin-right: 17px;
    }

    .packag_cards h5 {
        font-size: 22px;
    }

    .packag_cards h6 {
        font-size: 20px;
    }

    .packag_btn,
    .filter_btn,
    .mybtns {
        height: 36px;
        padding: 8px 26px !important;
        font-size: 12px;
    }

    .packag_cards p {
        font-size: 18px;
    }

    .packag_cards h5 {
        font-size: 26px;
    }

    .packag_cards h6 {
        font-size: 20px;
    }

    .wallet_list h3 {
        font-size: 17px;
        text-wrap: nowrap;
    }

    .mt_25 {
        margin-top: 20px;
    }

    .asaid .dashboard_top_header {
        padding: 15px 30px;
        font-size: 10px;
    }

    .coin_web {
        width: 32px;
        height: 32px;
    }

    .g_dash_subheading {
        top: -8px !important;
    }

    .copy_btn p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 80%;
    }

    .wallet_list {
        background-image: url(../img/dashboard/mb_wallet_list.webp);
        height: 84px;
    }

    .earning_bg {
        background-image: url('../img/dashboard/earning_bg.png');
        height: 84px;
    }

    @keyframes marquee__inner {
        0% {
            margin-left: -60%;
        }

        50% {
            margin-left: 60%;
        }

        100% {
            margin-left: -60%;
        }
    }

    .video_btn {
        font-size: 12px !important;
        padding: 0px 52px !important;
        line-height: 56px;
        height: 56px;
    }

    .card_key,
    .card_key:focus {
        max-width: 470px;
        display: inline-block;
    }

}

.pagination_btn {
    background-color: transparent;
    border: none;
    color: var(--white);
    padding-right: 25px;
    margin-top: 25px;
    font-size: 16px;
}

.pagination_btn:hover {
    background-color: transparent;
    border: none;
    color: #00D07B;
    padding-right: 25px;
    margin-top: 25px;
    font-size: 16px;
}

.data-notification {
    background-color: #ffe6cc;
    border: 1px solid #ffc107;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.table_scroll::-webkit-scrollbar-track,
.table_scroll::-webkit-scrollbar-thumb {
    width: 5px;
}

@media screen and (max-width:1440px) {
    .d_none1440 {
        display: none !important;
    }

    .connected_btn p {
        white-space: wrap;
        font-size: 12px;
        word-break: break-all;
    }

    .asaid .dashboard_top_header {
        padding: 15px 30px;
    }

    .report_btn,
    .filter_btn,
    .import_btn {
        font-size: 14px;
        padding: 9px 15px;
    }

    .report_btn img,
    .filter_btn img,
    .import_btn img {
        width: 20px;
        height: 20px;
    }

    .member_card {
        padding: 120px 37px 49px;
    }

    @keyframes marquee__inner {
        0% {
            margin-left: -90%;
        }

        50% {
            margin-left: 60%;
        }

        100% {
            margin-left: -90%;
        }
    }

    .video_btn img {
        width: auto;
        height: auto;
    }

    .meta_btn {
        font-size: 14px;
    }

    .redeem_heading h2 {
        font-size: 22px;
    }

    .card_form label {
        font-size: 16px;
    }

    .redeem_card {
        padding: 35px 40px;
        height: 280px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1366px) {

    @keyframes marquee__inner {
        0% {
            margin-left: -100%;
        }

        50% {
            margin-left: 60%;
        }

        100% {
            margin-left: -100%;
        }
    }

    .video_btn {
        padding: 0px 35px !important;
    }

    .entrie_card {
        gap: 16px 12px;
    }
}

@media screen and (max-width:1280px) {
    .gain_back {
        height: 1000px;
        background-size: cover;
    }

    .register_back {
        height: 1140px !important;
    }

    @keyframes marquee__inner {
        0% {
            margin-left: -120%;
        }

        50% {
            margin-left: 60%;
        }

        100% {
            margin-left: -120%;
        }
    }

    .t_logo img {
        width: 160px;
    }
} 

@media screen and (max-width:1024px) {
    .login_bg {
        background-size: 100% 100%;
    }

    .gain_back {
        background-size: 100% 100%;
    }

    .autopoll_table thead tr th {
        font-size: 14px;
        text-wrap: nowrap;
        padding: 20px 26px;
    }

    .autopoll_table tbody tr th,
    .autopoll_table tbody tr td {
        padding: 20px 26px;
        text-wrap: nowrap;
    }

    .saidbar_logo_min {
        display: none !important;
    }

    .px_18 {
        padding: 0 10px;
    }

    .asaid .dashboard_top_header {
        padding: 15px 24px;
    }

    .asaid,
    .main .true {
        width: 100%;
        left: 0;
    }

    .saidbar {
        width: 100px;
        left: -260px;
        transition: all 0.5s ease;
        z-index: 2;
    }

    .saidbar_logo_max {
        display: block !important;
    }

    /* .main #sidebar.saidactive {
        left: -120px;
        width: 0;
        transition: all 0.5s ease;
        z-index: 2;
    } */

    .main #sidebar.mobilesaidactive {
        left: 0;
        width: 270px !important;
        transition: all 0.5s ease;
        z-index: 2;
    }

    .asaid .dashboard_top_header {
        width: 100%;
        left: 0;
    }

    .dashboard_bottom_footer {
        width: 100%;
        left: 0;
    }

    .main #sidebar.saidactive p {
        display: block;
        opacity: 1;
    }

    .main #sidebar p {
        display: block;
        opacity: 1;
    }

    .member_card {
        height: 1030px;
    }

    .videomp4 {
        margin-left: 0;
        left: 0;
        top: 0;
        transform: translateX(-50%);
    }

    .coin_web {
        width: 26px;
        height: 26px;
    }

    .packag_cards p {
        font-size: 16px;
    }
}

@media screen and (max-width:991px) {
    .member_card {
        height: 1200px;
    }
}

@media screen and (max-width:834px) {
    .gain_back {
        height: 100%;
        background-size: 100% 100%;
    }

    .forgot_bg {
        padding: 36px 90px 70px;
    }

    .packag_cards {
        padding: 9px 10px 4px 10px;
    }

    .g_dash_subheading {
        font-size: 16px;
    }

    .mt_100 {
        margin-top: 70px;
    }

    .pb_100 {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 768px) {
    .packag_cards h5 {
        font-size: 16px;
    }

    .connected_btn {
        width: 100%;
    }

    .packag_cards p {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .member_card {
        height: 1210px;
    }

    .packag_btn,
    .filter_btn,
    .mybtns {
        height: 32px;
        padding: 8px 21px !important;
        font-size: 12px;
    }

    .packag_cards h6 {
        font-size: 16px;
    }

    .packag_cards {
        padding: 16px 10px 9px 10px;
    }

    @keyframes marquee__inner {
        0% {
            margin-left: -220%;
        }

        50% {
            margin-left: 40%;
        }

        100% {
            margin-left: -220%;
        }
    }

    .video_btn {
        padding: 0px 30px !important;
        line-height: 50px;
        height: 50px;
    }

    .video_btn img {
        margin-right: 6px;
    }

    .redeem_heading h2 {
        font-size: 20px;
    }

    .card_form label {
        font-size: 15px;
    }
}

@media screen and (max-width:600px) {
    .login_bg {
        padding: 36px 30px 70px;
        margin-top: 47px;
        max-width: 375px;
        height: 716px;
    }

    .modal-dialog {
        transform: translate(5%, 0%) !important;
    }

    .socialfi_popup .modal-content {

        padding: 25px;
    }

    .form_main_heading {
        font-size: 16px;
    }

    .form_main_paragraph {
        font-size: 12px;
    }

    .form-label,
    .form-check-label {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .gain_main_button,
    .gain_main_button:hover {
        font-size: 12px;
        height: 48px;
    }

    .gain_normal_text,
    .gain_normal_text:hover {
        font-size: 12px;
    }

    .forgot_bg {
        height: 474px !important;
    }

    .register_bg {
        background-image: url('../img/login/mobile_signup.png');
        height: 750px !important;
    }

    .gain_back {
        background-image: url('../img/login/mobile_bg_login.png');
        height: 100%;
    }

    .forgot_bg {
        background-image: url('../img/login/mobile_forgot.png');
    }

    .form-check .form-check-input {
        width: 25px;
        height: 25px;
    }

    .register_back {
        height: 1000px !important;
    }

    .mb_15 {
        margin-bottom: 15px;
    }

    .mt_50 {
        margin-top: 30px;
    }

    .mt_30 {
        margin-top: 28px;
    }

    .mt_40 {
        margin-top: 30px;
    }

    .gain_back {
        height: 900px;
    }

    .member_card {
        background-image: url(../img/dashboard/member/mamber_mobile.png);
        padding: 91px 25px 70px;
        height: 100%;
    }

    .member_card p,
    .member_card h4 {
        font-size: 10px;
        word-break: break-all;
        text-wrap: wrap;
    }

    .copy_btn {
        padding: 16px 20px;
    }

    .mt_100 {
        margin-top: 50px;
    }

    .update_salary {
        background-image: url(../img/dashboard/mobile_about.png);
        padding: 30px;
        font-size: 12px;
        line-height: 22px;
        height: auto;
    }

    .g_dash_subheading {
        top: 6px !important;
    }

    .packag_cards {
        padding: 19px 10px 10px 15px;
    }

    .report_btn img,
    .filter_btn img,
    .import_btn img {
        margin-right: 0 !important;
        width: 36px;
        height: 36px;
    }

    .count_s {
        right: 7%;
    }

    .count_support {
        right: 0;
    }

    .report_btn,
    .filter_btn,
    .import_btn {
        font-size: 14px;
        padding: 15px 25px;
    }

    .import_btn {
        font-size: 16px;
    }

    .report_btn {
        margin-top: 25px;
    }

    .dashboard_bottom_footer p {
        font-size: 12px;
        margin: 0 auto;
        line-height: 20px;
    }

    .dashboard_bottom_footer {
        padding: 15px;
    }

    .table_show_entries {
        font-size: 12px;
    }

    .table_showing {
        font-size: 12px;
    }

    .pagination .page-item a {
        font-size: 14px;
    }

    .g_dash_mainheading {
        font-size: 24px;
        line-height: 40px;
    }

    .autopoll_table tbody tr th,
    .autopoll_table tbody tr td {
        padding: 12px 20px;
        font-size: 12px;
        text-wrap: nowrap;
    }

    .autopoll_table thead tr th {
        font-size: 12px;
        text-wrap: nowrap;
        padding: 17px 20px;
    }

    .pagination .page-item a {
        padding: 0 10px;
    }

    .update_profile {
        padding: 26px 30px 45px;
    }

    .main_supp_bg {
        background-image: url(../img/support/mb_mainbg.webp);
        height: 300px !important;
    }

    .support_bg {
        background-image: url(../img/support/mb_support.webp);
    }

    .profile_cancel_btn,
    .profile_cancel_btn:hover {
        max-width: 600px;
        width: 100% !important;
    }

    .marquee__inner {
        font-size: 12px;
    }

    .page_menu_back {
        font-size: 12px;
    }

    .asaid .dashboard_top_header {
        padding: 15px;
    }

    .px_18 {
        padding: 0 3px;
    }

    .import_btn,
    .filter_btn {
        height: 56px;
        padding: 18px 20px !important;
    }

    .packag_btn {
        padding: 20px 46px !important;
        height: 56px;
    }

    .member_card_trophy {
        bottom: 0;
        height: 100%;
        justify-content: space-between;
    }

    .saidbar_logo_max {
        display: none;
    }

    .rating img {
        width: 20px;
    }

    .top_profile_photo {
        width: 46px;
        height: 39px;
    }

    .top_profile_photo img {
        width: 30px;
        height: 30px;
    }

    .m_text_center {
        text-align: center;
    }

    .cong_top_of_ui img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .copy_btn {
        background-image: url('../img/dashboard/member/mb_copy_btn.webp');
    }

    .levelreport_import {
        padding: 10px 22px !important;
        font-size: 12px !important;
    }

    .levelreport_import img {
        width: 26px;
        height: 26px;
        margin-right: 10px !important;
    }

    .register_popup .modal-content {
        max-width: 375px;
        width: 100%;
        padding: 35px 30px 70px;
        margin: 0 auto;
    }

    .verfication_poup .form-control {
        width: 33px;
        height: 50px;
        padding: 7px 8px;
        font-size: 14px;
    }

    .register_popup {
        height: 505px;
        max-width: 375px;
        width: 100%;
        margin: 0 auto;
    }

    .close_btn_popup {
        right: -10px;
    }

    .close_btn_popup img {
        width: 30px;
        height: 30px;
    }

    .welcome_popup_Bg .modal-content {
        padding: 35px 6px 70px;
        height: 605px;
    }

    .rating {
        row-gap: 3px;
        column-gap: 0px;
    }

    .videomp4 {
        z-index: -1;
        opacity: 0.3;
        left: -160%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        margin-left: 0;
    }

    .member_icones img {
        width: 15px;
        height: 15px;
    }

    .saidbar_logo_max {
        display: block !important;
    }

    /* .mobilesaidactive .saidbar_logo_min {
        display: none !important;
        display: block !important;
    } */

    .tree li {
        font-size: 12px;
    }

    .active_user {
        width: 17px;
        height: 17px;
    }

    .tree_color {
        height: 18px;
        width: 18px;
        margin-right: 5px;
    }

    .tree_color span {
        font-size: 17px !important;
    }

    .tool_tip div span {
        font-size: 9px;
        line-height: 15px;
    }

    .tool_tip {
        max-width: 150px;
    }

    .tree-member .tool_tip {
        left: 182px;
    }

    .tree {
        overflow-x: scroll;
        width: 1495px;
    }

    .dataTables_info,
    .dataTables_paginate {
        width: 100%;
        float: inherit;
    }

    .rest_password {
        height: 654px !important;
    }

    .packag_cards h5,
    .packag_cards h6 {
        font-size: 24px;
    }

    .packag_cards p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .google_translate select {
        padding: 1px 5px;
    }

    @keyframes marquee__inner {
        0% {
            margin-left: -290%;
        }

        50% {
            margin-left: 40%;
        }

        100% {
            margin-left: -290%;
        }
    }

    .drop_box .dropdown-toggle {
        font-size: 12px;
    }

    .drop_box .dropdown-toggle:hover {
        font-size: 12px;
    }

    .video_btn {
        padding: 0px 30px !important;
        line-height: 50px;
        height: 50px;
    }

    .video_btn img {
        width: auto;
        height: auto;
    }

    .redeem_pera {
        font-size: 12px;
    }

    .redeem_card {
        padding: 40px 28px;
    }

    .upadte_modal_title {
        gap: 20px;
    }

    .update_title {
        font-size: 18px;
    }

    .update_link {
        font-size: 14px;
    }

    .date_card_title {
        font-size: 12px;
    }

    .date_card {
        padding: 15px 40px;
    }

    .upload_btn {
        max-width: 100% !important;
    }

    .pe_65 {
        padding-right: 55px !important;
    }

    .table_logo .dataTables_wrapper {       
        grid-template-columns: auto;       
    }

    .table_logo table {
        grid-column: auto;
    }

    .table_logo .t_logo {
        margin: 0 0 10px;
        order: 1;
    }

    .table_logo .dataTables_length {
        order: 2;
        margin-bottom: 15px;
    }

    .table_logo .dataTables_filter {
        order: 3;
        margin-bottom: 10px;
    }

    .table_logo table {
        order: 4;
    }
    .table_logo .dataTables_info {
        order: 5;
    }

    .table_logo .dataTables_paginate {
        order: 6;
    }

    .table_logo .dataTables_paginate {
        grid-column: auto;
    }

    .scratch_popup .modal-body {
        background-image: url(../img/register/scratch_mobile.png);        
    }

    .scratch_popup.register_popup .modal-content {        
        padding: 65px 12px 40px;       
    }

    .scratch_card canvas {
        height: 42px !important;
        width: 292px !important;      
    }

    .scratch_card {      
        bottom: 20px;       
    }
}     

@media screen and (max-width: 480px) {

    @keyframes marquee__inner {
        0% {
            margin-left: -660%;
        }

        50% {
            margin-left: 40%;
        }

        100% {
            margin-left: -660%;
        }
    }

    .mobile_add {
        padding: 0 15px !important;
    }

    .redeem_card {
        background-image: url(../img/cards/mobile_bg1.png);
        padding: 25px;
        height: 375px;
        margin-bottom: 20px;
    }

    .redeem_heading h2 {
        font-size: 18px;
    }

    .card_form label {
        font-size: 12px;
        padding-bottom: 8px;
    }

    .meta_btn {
        font-size: 12px;
    }

    .meta_btn img {
        width: 22px;
        height: 20px;
    }

    .classic_bg {
        background-image: url(../img/cards/mobile_bg2.png);
    }

    .premium_bg {
        background-image: url(../img/cards/mobile_bg3.png);
    }

    .business_bg {
        background-image: url(../img/cards/mobile_bg4.png);
    }

    .citize_bg {
        background-image: url(../img/cards/mobile_bg5.png);
    }

    .btn_orange {
        padding: 0px 40px;
    }

    .modal_upadet .register_popup .modal-content {
        height: 300px !important;
    }

    .entrie_card {
        gap: 14px 10px;
    }

    .date_card {
        padding: 13px 36px;
    }

    .g_dash_subheading {
        top: -5px !important;
    }

    .pe_65 {
        padding-right: 50px !important;
    }

    .social_icon {       
        padding-left: 6px;
        left: 91% !important;
    }

    .social_icon {
        right: -20px;
        left: unset !important;
    }

    .scratch_card canvas {       
        width: 290px !important;     
    }

    .scratch_content {
        bottom: 8.8%;
        left: 34%;               
    }

    .scratch_card {       
        bottom: 25px;
        left: 9%;      
    }
}    

@media screen and (max-width: 390px) {

    .marquee__inner {
        animation: marquee__inner 25s linear infinite alternate;
    }

    @keyframes marquee__inner {
        0% {
            margin-left: -300%;
        }

        50% {
            margin-left: 40%;
        }

        100% {
            margin-left: -300%;
        }
    }

    .asaid .dashboard_top_header {
        padding: 15px 12px;
    }

    .drop_menu {
        height: 320px;
    }

    .date_card {
        padding: 13px 30px;
    }
}

@media screen and (max-width:367px) {
    .form_main_heading {
        font-size: 16px;
    }

    .form_main_paragraph {
        font-size: 9px;
    }

    .login_bg {
        margin-top: 40px;
        max-width: 300px;
        height: 640px;
    }

    .gain_normal_text,
    .gain_normal_text:hover {
        font-size: 9px;
    }

    .form-label,
    .form-check-label {
        font-size: 10px;
    }

    .gain_main_button,
    .gain_main_button:hover {
        font-size: 10px;
        height: 40px;
    }

    .forgot_bg {
        height: 400px !important;
    }

    .mt_50 {
        margin-top: 20px;
    }

    .mt_30 {
        margin-top: 18px;
    }

    .mt_40 {
        margin-top: 30px;
    }

    .mb_15 {
        margin-bottom: 10px;
    }

    .register_bg {
        height: 700px !important;
    }
}

/* end responsive  */


body::-webkit-scrollbar,
.main .saidbar ul::-webkit-scrollbar,
.table_scroll::-webkit-scrollbar-track,
.table_scroll::-webkit-scrollbar-thumb,
.drop_menu::-webkit-scrollbar-track,
.drop_menu::-webkit-scrollbar-thumb {
    width: 5px;
}

body::-webkit-scrollbar-track,
.main .saidbar ul::-webkit-scrollbar,
.drop_menu::-webkit-scrollbar {
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    outline: 1px solid rgb(24, 100, 176) !important;
}

body::-webkit-scrollbar-thumb,
.main .saidbar ul::-webkit-scrollbar-thumb,
.table_scroll::-webkit-scrollbar-track,
.table_scroll::-webkit-scrollbar-thumb,
.drop_menu::-webkit-scrollbar-thumb {
    background-color: #3987c6 !important;
}

.table_scroll::-webkit-scrollbar-track,
.table_scroll::-webkit-scrollbar-thumb {
    background-color: #00D07B;
}

table.dataTable {
    width: 100% !important;
}

.support_padding {
    padding: 35px 30px 70px 60px;
}

.support_card {
    height: 260px;
    overflow: hidden;
    overflow-y: auto;
}

.support_card::-webkit-scrollbar {
    width: 5px;
}

.support_card::-webkit-scrollbar-track {
    outline: 1px solid rgb(24, 100, 176) !important;
}

.support_card::-webkit-scrollbar-thumb {
    background-color: #3987c6 !important;
}

.green_round {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
}

.red_round {
    background-color: #0761bd;
}

.congrats_title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 800;
    text-align: start;
    margin: 0;
}

.popup_profile_upload {
    background-image: url(../img/cards/profile_upload.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.trophy_icon {
    width: 25%;
    mix-blend-mode: screen;
}

.popup_gradient {
    background: linear-gradient(90deg, #F0D36F 1.02%, #D8CA60 14.2%, #E1A93C 44.95%, #DFD76A 71.8%, #CE9531 98.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.file_two {
    max-width: 250px;
    height: 250px;
}

.profile_img {
    max-width: 250px;
    height: 250px;
  
}

@media screen and (max-width: 480px) {
    .modal_upadet .register_popup .modal-content.congrats_popup {
        height: 550px !important;
    }

    .congrats_title {
        font-size: 18px;
        line-height: 100%;
    }
}