@font-face {
    font-family: "roboto";
    src: url("../fonts/roboto-v18-latin-100.eot");
    src: url("../fonts/roboto-v18-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-100.woff2") format("woff2"), url("../fonts/roboto-v18-latin-100.woff") format("woff"), url("../fonts/roboto-v18-latin-100.ttf") format("truetype"), url("../fonts/roboto-v18-latin-100.svg#svgFontName") format("svg");
    font-weight: 100;
}

@font-face {
    font-family: "roboto";
    src: url("../fonts/roboto-v18-latin-300.eot");
    src: url("../fonts/roboto-v18-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-300.woff2") format("woff2"), url("../fonts/roboto-v18-latin-300.woff") format("woff"), url("../fonts/roboto-v18-latin-300.ttf") format("truetype"), url("../fonts/roboto-v18-latin-300.svg#svgFontName") format("svg");
    font-weight: 300;
}

@font-face {
    font-family: "roboto";
    src: url("../fonts/roboto-v18-latin-regular.eot");
    src: url("../fonts/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v18-latin-regular.woff") format("woff"), url("../fonts/roboto-v18-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v18-latin-regular.svg#svgFontName") format("svg");
    font-weight: 400;
}

@font-face {
    font-family: "roboto";
    src: url("../fonts/roboto-v18-latin-500.eot");
    src: url("../fonts/roboto-v18-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-500.woff2") format("woff2"), url("../fonts/roboto-v18-latin-500.woff") format("woff"), url("../fonts/roboto-v18-latin-500.ttf") format("truetype"), url("../fonts/roboto-v18-latin-500.svg#svgFontName") format("svg");
    font-weight: 500;
}

@font-face {
    font-family: "roboto";
    src: url("../fonts/roboto-v18-latin-700.eot");
    src: url("../fonts/roboto-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-700.woff2") format("woff2"), url("../fonts/roboto-v18-latin-700.woff") format("woff"), url("../fonts/roboto-v18-latin-700.ttf") format("truetype"), url("../fonts/roboto-v18-latin-700.svg#svgFontName") format("svg");
    font-weight: 700;
}

@font-face {
    font-family: "roboto";
    src: url("../fonts/roboto-v18-latin-900.eot");
    src: url("../fonts/roboto-v18-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-900.woff2") format("woff2"), url("../fonts/roboto-v18-latin-900.woff") format("woff"), url("../fonts/roboto-v18-latin-900.ttf") format("truetype"), url("../fonts/roboto-v18-latin-900.svg#svgFontName") format("svg");
    font-weight: 900;
}

@font-face {
    font-family: "futura";
    src: url("../fonts/futura-medium.eot");
    src: url("../fonts/futura-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/futura-medium.woff2") format("woff2"), url("../fonts/futura-medium.woff") format("woff"), url("../fonts/futura-medium.ttf") format("truetype"), url("../fonts/futura-medium.svg#svgFontName") format("svg");
    font-weight: medium;
}

@font-face {
    font-family: "futura";
    src: url("../fonts/futura-bold.eot");
    src: url("../fonts/futura-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/futura-bold.woff2") format("woff2"), url("../fonts/futura-bold.woff") format("woff"), url("../fonts/futura-bold.ttf") format("truetype"), url("../fonts/futura-bold.svg#svgFontName") format("svg");
    font-weight: bold;
}

.futura {
    font-family: "futura";
}

a {
    color: #2D2F43;
    text-decoration: none;
}

body {
    font-size: 15px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "roboto", sans-serif;
    color: rgba(255, 255, 255, .6);
    margin: 0;
    position: relative;
}
.body-main {
    content: "";
    background-image: url(../img/background1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: center;
}

::-webkit-scrollbar-track {
    background: #E1E3EA;
}
::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
}

/*.body-main:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0c0d16;
    opacity: .7;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

p {
    font-size: 16px;
    line-height: 24px;
}

img {
    max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}

button:focus {
    outline: none;
}

.row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.button {
    cursor: pointer;
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    padding: 10px 30px;
    transition: all 0.5s;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    border: none;
}
.back_btn svg {
    width: 14px;
    margin-right: .5rem;
}

.btn_icon {
    white-space: nowrap;
}

.btn_icon img {
    width: 10px;
    margin-left: 1rem;
}

.btn_white {
    background-color: #fff;
    color: #ff8a00;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group label {
}


.form-control {
    background-color: transparent;
    color: #fff;
    padding: 12px;
}
.form-control:focus {
    border-color: #8e5aaa;
    box-shadow: none;
    background-color: transparent;
    color: #fff;
}
.form-control[type=file]{
    padding-left: 20px;
}
svg {
    width: 100%;
    height: 100%;
}

input:focus {
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-toggle:after {
    vertical-align: middle;
}

::-moz-selection {
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
}

::selection {
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
}

.container {
    position: relative;
    z-index: 1;
}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

i,
span {
    display: inline-block;
    vertical-align: middle;
}

.ab-pos {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-size: cover;
}

.flex-check {
    box: vertical center bottom;
}

section {
    padding: 3rem 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #ffffff;
    border-color: #000;
    background-color: #16C60C !important;
}

.custom-checkbox .custom-control-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.heading {
    margin-bottom: 1.2rem;
    position: relative;
}

.heading h2 {
    font-weight: 500;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.heading h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    display: block;
    margin-top: 8px;
}

.heading h2 b {
    color: #8e5aaa;
}

.heading.text-center h2:after {
    margin: 15px auto;
}

.light_bg {
    background-color: #F5F6F9;
}

.breadcrumb {
    border-radius: 0;
    background-color: #ffffff;
}

.breadcrumb a {
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.breadcrumb a:hover {
    color: #8e5aaa;
}

.breadcrumb-item.active {
    color: #8e5aaa;
}

.pd_0 {
    padding: 0;
}

.mb_10 {
    margin-bottom: 10px;
}

.mr_0 {
    margin-right: 0;
}

h4.title {
    color: #3D2B42;
    margin-bottom: 1.4rem;
}

.leftbar {
    overflow: auto;
    background-color: #0c0d16;
    box-shadow: 8px 3px 10px -6px #313131;
    position: fixed;
    top: 0;
    left: 0;
    height: calc(100% - 0px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    z-index: 2;
    width: 230px;
    transition: all 0.3s;
}

.leftbar_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.leftbar_top ul {
    width: 300px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    flex: 0 0 200px;
    border: 1px solid #E1E3EA;
    border-radius: 1rem;
    padding: 1rem;
    margin-left: 1rem;
}
.leftbar_top ul:after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #e1e3ea;
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    left: -7px;
    z-index: -1;
}

.leftbar_top ul li {
    font-size: 15px;
    border: 1px solid #E1E3EA;
    padding: .6rem;
    margin-bottom: .4rem;
    border-radius: 1rem;
    transition: all 0.3s 0s;
}
.leftbar_top ul li:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.leftbar_top ul li:last-of-type {
    margin: 0;
}
.leftbar_top.active ul {
    display: block;
}

.leftbar_profile {
    position: relative;
    margin: 26px;
    padding: 15px;
    width: 100%;
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    border-radius: 10px;
    display: block;
    text-align: center;
}

.leftbar_profile span {
    width: 18px;
    height: 18px;
    border-radius: 100px;
    position: absolute;
    bottom: 50px;
    right: 50px;
    border: 2px solid;
}

.leftbar_profile img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    object-fit: cover;
}
.leftbar_profile h6 {
    font-weight: 500;
    margin-top: 5px;
    color: #fff;
}

.status_online {
    background-color: #00ce00;
}

.active_btn {
    border-radius: 2px;
    padding: 0px;
    font-size: 13px;
    border: 0;
    font-weight: 400;
    color: #4caf50;
    background: transparent;
}
.deactive_btn {
    background: transparent;
    color: red;
    border-radius: 2px;
    padding: 5px 0px;
    font-size: 13px;
    font-weight: 500;
    border: 0;
}
#add_user_poup .modal-dialog {
    max-width: 650px;
}
#tree_view .referral_link {
    max-width: 100%;
    margin-bottom: 15px;
}

#tree_view .referral_link .search_box {
    margin: 0;
}
#tree_view .referral_link .back_btn {
    width: 110px !important;
    flex: 0 0 110px;
    height: 40px;
    margin-right: 0px;
}

#tree_view .referral_link ul {
    align-items: center;
}
#tree_search_loader img {
    width: 20px;
    animation: fa-spin 2s linear infinite;
}
#tree_search_loader {
    line-height: 50px;
    margin-left: 15px;
}
.btn-close {
    margin-right: 15px;
    background-color: red;
}
.leftbar_notif img {
    width: 22px;
}
.leftbar_notif span {
    width: 16px;
    height: 16px;
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    border-radius: 100px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 14px;
    top: -8px;
    font-size: 11px;
}
.leftbar_notif {
    position: relative;
}

.menu {
    margin: 1rem 0px 1rem;
    flex: 1;
    display: flex;
}
.menu ul {
    width: 100%;
}

.menu a {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 37px;
    position: relative;
}

.menu a span {
    white-space: nowrap;
    background-color: #0c0d16;
    border: 1px solid #8e5aaa;
    display: block;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: .5rem 1rem;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    width: 100%;
    flex: 1;
    position: relative;
    transition: all 0.5s ease;
}
.menu a span:hover{
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    color: #fff;
    font-weight: 500;
}

.menu a span:after {
    content: "";
    width: 12px;
    height: 12px;
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    position: absolute;
    top: calc(50% - 5px);
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
.menu a.active span {
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    border: none;
    color: #fff;
    font-weight: bold;
}
.menu a i {
    margin-right: 20px;
    transition: all 0.2s ease-in-out;
    font-size: 26px;
    color: #0c0d16;
}

.menu li:last-of-type a {
    margin: 0;
}

.leftbar_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid rgb(255 255 255 / 0.2);
    padding-top: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.leftbar_bottom a {
    width: 44px;
    height: 44px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.leftbar_bottom img {
    width: 24px;
}
.leftbar_bottom a:hover {
    color: #fff;
}

.logo_icon {
    background-color: #0c0d16;
    margin-top: .5rem;
    color: #8e5aaa;
    font-size: 20px;
}

.chat_icon {
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
}

.page_wrapper {
    margin-left: 240px;
    position: relative;
}
.page_body {
    padding: 30px;
}
.main_banner {
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem;
    border-radius: 1.5rem;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.main_banner:after {
    content: "";
    background-size: cover;
    background-position: center;
    background-image: url(../img/banner.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
}
.banner_cont_bottom {
    margin-top: 6rem;
    position: relative;
    z-index: 1;
}
.banner_cont_bottom h1 {
    font-weight: bold;
}
.banner_cont_top {
    text-align: right;
    position: relative;
    z-index: 1;
}
.banner_cont_top h3 {
    font-size: 1.6rem;
}
.banner_cont_top b {
    display: block;
}
.page_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.page_heading h1 {
    font-size: 30px;
    color: #000;
    font-weight: 500;
}

.page_heading_right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page_heading_right ul li {
    border: 1px solid rgb(255 255 255 / 0.2);
    padding: .4rem 1rem;
    border-radius: 6px;
    margin-left: 1rem;
    color: #fff;
}
.form-check label {
    margin: 0;
}
.form-check {
    margin: 0;
}
.page_heading_right ul li span {
    color: #95A1B0;
    margin-right: .8rem;
}

.page_heading_right ul li b {
    font-weight: 400;
}

.page_heading_right .custom-control-input {
    left: inherit;
    right: 0;
}

.page_heading_right .custom-control {
    padding-left: 0;
    padding-right: 1.5rem;
}

.page_heading_right .custom-control-label::after,
.page_heading_right .custom-control-label::before {
    left: inherit;
    right: -1.5rem;
}

.dash_box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -1rem;
}

.dash_box {
    display: flex;
    justify-content: flex-start;
    text-align: left!important;
    padding: 26px 15px;
    border: 1px solid #8e5aaa;
    width: 100%;
    border-radius: 20px;
    margin: 0 1rem;
    text-align: center;
    transition: all 0.2s ease-in-out;
    margin-bottom: 2rem;
    color: #fff;
}

.dash_box span {
    display: block;
    color: #000;
    font-size: 19px;
    font-weight: 600;
}

.dash_box h4 {
    color: #000;
    font-weight: 600;
    font-size: 22px;
    white-space: nowrap;
}
.common_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.common_head .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.common_head button {
    border: 1px solid #E9E8ED;
    border-radius: .8rem;
    background-color: #fff;
    padding: .4rem 2rem;
    font-size: 1.1rem;
    margin-left: 1.5rem;
}

.data_count {
    color: #3D2B42;
    opacity: .5;
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.data_count b {
    margin-left: .5rem;
}

.team_list {
    border: 1px solid #CBCBCB;
    padding: 1.5rem;
    border-radius: 1.5rem;
    margin-bottom: 1.5rem;
}

.team_list .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.team_profile {
    width: 110px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-right: 1.5rem;
}
.team_profile img {
    width: 100%;
    height: 100%;
}

.team_earning h2 {
    font-size: 2.1rem;
}

.team_earning label {
    color: #fff;
    background-color: #000;
    padding: .3rem 1rem;
    border-radius: 2rem;
    font-size: 1rem;
    margin-bottom: .6rem;
}

.team_earning label:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 1rem;
    margin-right: .5rem;
}

.team_earning .yellow {
    background-color: #F6CF51;
}

.team_earning .dark {
    background-color: #505050;
}

.team_title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.team_title span {
    color: rgba(0, 0, 0, 0.5);
    display: block;
    margin-top: .5rem;
    font-size: 1.1rem;
}

.team_title h4 {
    font-size: 1.4rem;
}
.kyc_proff img {
    height: 300px;
    overflow: hidden;
    border-radius: 1rem;
    width: 100%;
    object-fit: cover;
    margin: 15px 0;
}

.profile-change-img a img {
    width: 14px;
    height: 14px;
    border-radius: 0;
    padding: 0;
    border: none;
}

.profile-change-img {
    flex: 0 0 150px;
    max-width: 150px;
    position: relative;
    margin: 0 auto 1rem;
}

.profile-change-img img {
    width: 150px;
    height: 150px;
    border-radius: 1rem;
    border: 1px solid rgb(255 255 255 / 0.2);
    padding: 5px;
}
.p-image{
    position: relative;
}
.profile-change-img a {
    width: 30px;
    height: 30px;
    display: block;
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    color: #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 30px;
    margin: -15px auto 0;
    z-index: 1;
    position: relative;
    font-size: 15px;
    overflow: hidden;
}
.profile-change-img  input{
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 0;
    opacity: 0;
    cursor: pointer;
    transform: translate(-50%, 0px);
    z-index: 1;
}
.profile_det {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1rem -5px 0;
}

.profile_det_cont {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border: 1px dashed #EAB658;
    padding: .6rem;
    border-radius: 1rem;
    margin: 0 5px;
}

.profile_det_cont p {
    margin: 0;
    font-size: 15px;
}

.profile_det_cont span {
    display: block;
    color: #878896;
}

.page_right {
    padding: 15px 30px;
    position: relative;
    width: 100%;
}

.search_box {
    position: relative;
}
.affiliate_head{
    margin-bottom:20px;
}
.affiliate_head ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.affiliate_head li {
    max-width: 320px;
    flex: 0 0 320px;
}
.search_box span {
    position: absolute;
    right: .1rem;
    bottom: .1rem;
    height: 2.8rem;
    line-height: 3rem;
    width: 2.8rem;
    text-align: center;
    background-color: #fff;
    border-radius: 1rem;
}

.search_box span img {
    width: .8rem;
}

.curr_rank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    color: #fff;
    padding: .6rem 1rem;
    border-radius: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.curr_rank b {
    display: block;
}

.event {
    margin: 3rem 0;
}

.event_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

.event_title p {
    margin: 0;
    font-size: 1.3rem;
}

.event_title b {
    color: #3D2942;
    font-size: 1.1rem;
}

.event_title img {
    width: 22px;
    margin: 0 .5rem;
}

.event_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3D2A42;
}

.event_bottom div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.event_bottom a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #F7F7F7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .6rem;
    border-radius: .5rem;
}

.event_bottom a img {
    width: 100%;
}

.event_bottom b {
    display: block;
    font-size: 1.1rem;
    line-height: normal;
}

.event_img {
    margin: 1.2rem 0px;
}

.event_img img {
    width: 210px;
    height: 85px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1rem;
}

.event_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.event_top .right span {
    margin-left: .5rem;
    font-weight: bold;
    color: #BA334F;
}

.event_top .right img {
    width: 24px;
    height: 24px;
    border-radius: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.event_top .left img {
    width: 22px;
}

.event_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding-bottom: 1rem;
}

.event_box {
    background-color: #fff;
    padding: 1.2rem 1rem;
    border-radius: 1.5rem 1rem;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
}

.event_notif {
    display: flex;
    align-items: center;
}

.event_notif .icon {
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.event_notif .icon h6 {
    direction: unset;
    display: block;
}

.event_notif .icon img {
    width: 20px;
}

.event_notif .d-flex {
    align-items: center;
}
.annoucement_auto h6 {
    font-size: 14px;
    color: #8e5aaa;
}
.annoucement_auto p {
    margin: 0;
    font-size: 14px;
    line-height:20px;
    color: #fff;
}
.annoucement_auto p b{
    font-weight: 400;
    font-size: 13px;
}
.event_notif .d-flex b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.event_notif .d-flex b span {
    font-weight: 400;
}

.event_notif .d-flex h6 {
    color: #3D2B42;
}

.event_notif:nth-child(4) .icon {
    background-color: #796CFF;
}

.event_notif:nth-child(3) .icon {
    background-color: #F6CF51;
}

.leader_box {
    background-color: #fff;
    border-radius: 1.5rem;
    margin-top: 2rem;
}

.leader_box .nav-tabs {
    border: 0;
    padding: .5rem .2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.leader_box .nav-tabs a {
    border: 0;
    padding: .5rem .5rem;
}

.leader_box .nav-tabs a.active,
.leader_box .nav-tabs a:hover {
    color: #8e5aaa;
}

.leaders {
    border: 1px solid #E1E3EA;
    padding: 1.5rem;
    border-radius: 1rem;
    max-height: 710px;
    overflow: auto;
}

.leaders .common_head h4 {
    font-size: 1.3rem;
}

.leader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #E1E3EA;
    padding: 1rem;
    border-radius: 1rem;
    margin: 1rem 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.leader span {
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    color: #fff;
    padding: .1rem 1rem;
    border-radius: .5rem;
    display: inline-block;
    text-align: center;
}

.leader_img {
    width: 80px;
    height: 80px;
    border-radius: .8rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 1rem;
    overflow: hidden;
}

.leader_img img {
    width: 100%;
    height: 100%;
}

.leader p {
    margin-bottom: .5rem;
    color: rgba(0, 0, 0, 0.5);
}

.leader b {
    color: #3D2B42;
    font-weight: 400;
    font-size: 1.1rem;
}

.leader:last-of-type {
    margin-bottom: 0px;
}

.leader:hover {
    background-color: #FBF9ED;
    border-color: #FBF9ED;
}

.packages .nav-tabs {
    border: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -.5rem;
}

.packages .nav-tabs .nav-link {
    border: 1px solid #E6DBDA;
    margin: 0 .5rem;
    padding: 1rem;
    display: block;
    border-radius: .4rem;
    position: relative;
    padding: 0;
    color: #545871;
}

.packages .nav-tabs .nav-link.active {
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    color: #fff;
}

.packages .nav-tabs .nav-link.active .package_price {
    border-color: #F7ECEB;
}

.packages .nav-tabs .nav-link.active p {
    color: #fff;
}

.packages .nav-tabs .nav-link.active span {
    background-color: #fff;
}

.packages .nav-item {
    margin: 0;
    width: 100%;
}

.package_price {
    height: 100%;
    border-left: 1px solid #F0F1F7;
    padding: 1.5rem 2rem;
}

.package_price small {
    display: block;
}

.package_price h3 {
    font-weight: bold;
    margin-bottom: .3rem;
}

.package_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.package_tab span {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    background-color: #F7ECEB;
    border-radius: 100px;
    margin-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .3rem;
}
.package_tab span img {
    width: 100%;
}

.package_name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1rem;
}

.package_name h4 {
    font-size: 1.4rem;
    margin-bottom: .5rem;
}

.package_name p {
    color: #9597A6;
    font-size: .9rem;
    margin: 0;
    line-height: 1.2rem;
    max-width: 260px;
    width: 100%;
}

.package_info {
    background-color: #EAEAEA;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
    border-radius: .4rem;
    height: 100%;
}

.package_info h5 {
    margin-bottom: .7rem;
}

.package_info ul {
    list-style: disc;
    margin-left: 1rem;
}

.package_info p {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-bottom: 1.4rem;
}

.package_info b {
    font-weight: 400;
    font-size: 1.2rem;
}

.package_info li {
    margin-top: 1rem;
    font-size: 1.1rem;
    line-height: normal;
}

.packages .tab-content {
    margin-top: 2rem;
}

.card_body {
    padding: 2rem;
    margin: 0 auto;
}

.card_box {
    border-radius: .4rem;
    width: 100%;
    box-shadow: 0px 0px 14px #bfbebe;
}

.card_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #E6DBDA;
}
.card_head_pad {
    padding: 1rem;
}
.card_head span {
    width: 100%;
    text-align: center;
    padding: 1rem;
    border-right: 1px solid #E6DBDA;
}

.card_head span:last-of-type {
    border-right: 0;
}

.card_head a {
    color: #9597A6;
    font-size: 1.1rem;
}

.card_head a:hover {
    color: #8e5aaa;
}

.card_head .nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}

.card_head .nav-item {
    width: 100%;
}

.card_head .nav-link {
    text-align: center;
    padding: 1rem;
    border-right: 1px solid #E6DBDA;
    font-size: 1.1rem;
}

.card_head .nav-link.active {
    background-color: transparent;
    color: #8e5aaa;
}

.card_foot {
    border-top: 1px solid #E6DBDA;
    margin: 0 auto;
}

.card_foot .pay_action {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem 2rem;
}

.payment_body {
    max-width: 600px;
    width: 100%;
}

.payment_body .d-flex {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.payment_body .d-flex select.form-control {
    width: 120px;
}

.payment_body .d-flex .form-control {
    width: 80px;
}

.payment_body .d-flex div {
    margin-right: 1rem;
}

.pay_action.add a {
    color: #545871;
}

.pay_action img {
    margin-right: .5rem;
}

.pay_action a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1rem;
}

.pay_action.delete {
    margin-top: 2rem;
}

.pay_action.delete a {
    color: #B8817D;
}

.game_ball {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.game_ball img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

.game_ball h6 {
    font-weight: 500;
    margin-left: .5rem;
    color: #2D2F43;
}

.cart_btn {
    width: 44px;
    height: 44px;
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    padding: .7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100px;
}

.cart_list {
    border: 1px solid #E6DBDA;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
}

.cart_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.5);
}

.cart_list ul li {
    margin: 0 1rem;
}

.cart_list ul li b {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    color: #3D2B42;
}

.cart_list.active .data_calls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart_list.active .data_open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cart_list:last-of-type {
    margin-bottom: 0px;
}

.cart_share_price {
    margin-left: 1rem;
}

.data_open {
    display: block;
    width: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view_link a {
    color: #8e5aaa;
    font-size: 1.1rem;
}

.data_calls {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1.5rem;
}

.data_calls span {
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: .5rem;
}

.data_call_group {
    margin: 0 2rem 0 1rem;
}

.data_call_group .custom-checkbox {
    max-width: 300px;
    width: 100%;
}

.qty button {
    border-radius: 100px;
    font-size: 1.6rem;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
    border: 1px solid #E1E3EA;
    color: #8e5aaa;
}

.qty input {
    background-color: transparent !important;
    border-bottom: 1px solid;
    font-size: 1.6rem;
    line-height: normal;
    padding: 0;
    text-align: center;
    margin: 0 .5rem;
}

.week_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.week_cont a {
    width: 50px;
    height: 40px;
    border: 1px solid #E1E3EA;
    text-align: center;
    line-height: 40px;
    margin-left: -1px;
    font-size: 1.1rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.week_cont a:hover,
.week_cont a.active {
     background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    color: #fff;
}

.card {
    border: 1px solid #E1E3EA !important;
    margin-bottom: 1rem;
    border-radius: .5rem !important;
}
.card-head{
    padding: 18px 26px;
    border-bottom: 2px solid #E1E3EA;
}
.card-body{
    padding: 26px;
}

.card-header {
    background-color: transparent;
    padding: 0;
    margin: 0 !important;
    border: 0;
}

.card-header .btn {
    color: #000;
    text-decoration: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card-header .btn img {
    width: 14px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.card-header .btn.collapsed img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.card-body {
    padding-top: .5rem;
}

.card-body p {
    margin-bottom: 0px;
    font-size: .95rem;
}

#infaq .card-header .btn {
    color: #8e5aaa;
    text-align: left;
}

.info_video {
    position: relative;
}

.info_video_control {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.info_video_control button {
    padding: 0;
    width: 80px;
    height: 80px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.5;
}

.info_video_control button.pause {
    display: none;
}

.info_video_control button:hover {
    opacity: 1;
}

.tree_box hr {
    border-top: 1px solid rgb(255 255 255 / 0.2);
}

.tree_box a {
    display: block;
}

.tree_box a:hover .tree_data {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px, -50%) !important;
    transform: translate(0px, -50%) !important;
}

.tr_first_level a {
    position: relative;
    display: inline-block;
}

.tr_first_level a:after {
    content: "";
    width: 1px;
    height: 26px;
    background-color: rgb(255 255 255 / 0.2);
    position: absolute;
    top: 100%;
    left: 50%;
}

.tr_first_level img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    object-fit: cover;
    border: 2px solid #000;
    padding: 2px;
}
.tr_first_level .tree_data {
    margin-left: 1rem;
}

.lavel_sec_2 {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
    object-fit: cover;
    border: 2px solid rgb(255 255 255 / 0.2);
    padding: 2px;
}

.lavel_sec_3 {
    overflow: hidden;
    border: 2px solid rgb(255 255 255 / 0.2);

}

.lavel_sec_4 {
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 0.2);
}
.tr_third_level_row img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    object-fit: cover;
}
.tr_second_level ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 3rem;
}

.tr_second_level ul li {
    width: 25%;
    padding: 0 1rem;
    position: relative;
}

.tr_second_level ul li:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgb(255 255 255 / 0.2);
    position: absolute;
    bottom: calc(100% + 20px);
    left: 50%;
}

.tr_second_level ul li:last-of-type:before {
    width: 2px;
}

.tr_second_level ul li:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: rgb(255 255 255 / 0.2);
    position: absolute;
    bottom: 100%;
    left: 50%;
}

.tr_second_level ul li>a {
    position: relative;
}

.tr_second_level ul li>a:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: rgb(255 255 255 / 0.2);
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 0;
}

.tr_second_level ul li>a:before {
    content: "";
    width: 80%;
    height: 1px;
    background-color: rgb(255 255 255 / 0.2);
    position: absolute;
    top: calc(100% + 20px);
    left: 10%;
    z-index: 0;
}

.tr_third_level {
    margin-top: 2rem;
    position: relative;
}

.tr_third_level:before {
    content: "";
    width: 1px;
    height: 18px;
    background-color: rgb(255 255 255 / 0.2);
    position: absolute;
    top: -11px;
    right: 10%;
}

.tr_third_level:after {
    content: "";
    width: 1px;
    height: 18px;
    background-color: rgb(255 255 255 / 0.2);
    position: absolute;
    top: -11px;
    left: 10%;
}

.tr_third_level_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tr_third_level_row a {
    width: 25%;
    padding: .4rem .2rem;
}

.tree_data {
    position: absolute;
    top: 50%;
    left: 100%;
    background-color: #050608;
    padding: 15px;
    border-radius: 6px;
    width: 340px;
    z-index: 1;
    text-align: left;
    -webkit-transform: translate(-30px, -50%);
    transform: translate(-30px, -50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, .6);
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
}

.tree_data span {
    display: block;
    line-height: normal;
}

.tree_data img {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    margin-right: .8rem;
    border-radius: 100px;
}

.tree_data .active_btn {
    width: 80px;
}

.tree_data .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tree_data .d-flex span {
    width: 100%;
}

.tr_second_level ul li:nth-child(5) .tree_data,
.tr_second_level ul li:nth-child(4) .tree_data, 
.tr_second_level ul li:nth-child(3) .tree_data{
    right: 100% !important;
    left: inherit !important;
    -webkit-transform: translate(30px, -50%);
    transform: translate(30px, -50%);
}
.tree_data{
    width: 300px;
    font-size: 13px;
}

.mob_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mob_field .number {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
}

.mob_field .code {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 1rem;
}
.two_factor label {
    margin: 0;
    white-space: nowrap;
    color: #000;
}

.two_factor .form-control {
    margin: 0 1rem;
}

.two_factor .qr_img {
    max-width: 230px;
    width: 100%;
}

.two_factor .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 500px;
    width: 100%;
    margin: 2rem 0;
    justify-content: center;
    position: relative;
}
.two_factor .form-group button {
    border-radius: 4px;
    width: 38px;
    height: 38px;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    border: 0;
     background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    padding: 5px 8px;
    position: absolute;
    right: 6px;
    top: 29px;;
}
.two_factor h5 {
    color: #000;
    margin-bottom: .4rem;
}

.two_factor p {
    margin-bottom: 2rem;
    color: #000;
}
.auth_intro {
    display: block;
    font-size: 16px;
    color: #000;
    width: 100%;
    margin-bottom: 10px;
}
.auth_intro a {
    color: #8e5aaa;
}
.status {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.status:before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    display: block;
    border-radius: 1rem;
    margin-right: .5rem;
}
.cancel {
    color: red;
}
.cancel:before {
    background-color: red;
}
.confirm {
    color: green;
}
.confirm:before {
    background-color: green;
}
.pending {
    color: #fd8c00;
}
.pending:before {
    background-color: #fd8c00;
}
.table thead th {
    color: #fff;
    border-bottom: 0;
    background: #706ed1;
    font-weight: 400;
    white-space: nowrap;
}
.table td {
    color: rgb(12 13 22);
    border-bottom: 1px solid rgb(74 74 74 / 20%);
    white-space: nowrap;
    background: #e9ecef;
}
.table .td_dark {
    color: #3D2B42;
    font-size: 1.1rem;
}
.withdrawal_form {
    background-color: #fff;
    padding: 2rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
}
.withdrawal_form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.withdrawal_form label b {
    color: #3D2B42;
}
.withdrawal_form .row {
    align-items: flex-end;
}
.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.price_list small {
    font-size: 1rem;
}
.price_list b {
    color: #3D2B42;
    padding-right: .4rem;
}
.price_list span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
}
.form_flex {
    display: flex;
}
.form_flex .form-group {
    margin-right: 15px;
}
.member_flex {
    display: flex;
}
.member_flex_box {
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    color: #fff;
    height: 100%;
    padding: 1rem;
    border-radius: 1rem;
    width: 100%;
    margin-left: 15px;
}
.member_flex_box b {
    display: block;
    font-size: 2rem;
    font-weight: 400;
}
.invester_row {
    align-items: flex-end;
}
.invester_row .dash_box {
    margin-bottom: 0;
    margin-top: 50px;
}
.invester_row .text-right img {
    display: block;
    text-align: right;
    margin: 0 0 20px auto;
} 
@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
}

@media (max-width: 1366px) {
    .coin_price_cont {
        padding-right: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 1199px) {
    .sidebar {
        left: -220px;
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .dashboard .pl_5 {
        padding-left: 15px;
    }
}
button span img{
    width: 16px!important;
    height: 16px!important;
    margin-left: .5rem;
    animation: fa-spin 2s linear infinite;
}
@keyframes fa-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.referral_link li {
    max-width: 600px;
    width: 100%;
}
.referral_link {
    flex: 1;
    max-width: 500px;
}
.referral_link .form-control {
    font-size: 13px;
    background-color: transparent;
}
.referral_link button {
    padding: 0;
    width: 40px;
    margin-left: .5rem;
    border-radius: 0.25rem;
}
.referral_link button img {
    width: 12px;
}

/*ticket start*/
.ticket {
    margin-top: 1rem;
}
.my_ticket {
   background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    padding: 20px;
    border-radius: 6px;
    position: relative;
}
.my_ticket .title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.my_ticket li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(255 255 255);
    margin-bottom: 0.4rem;
    padding: 0.5rem;
    border-radius: 0.4rem;
}
.my_ticket span {
    color: #0c0d16;
}
.my_ticket b {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #0c0d16;
}
.my_ticket li:last-of-type {
    margin: 0;
}

/*chat start*/
.mesgs {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #8e5aaa;
}

.msg_history {
    height: 400px;
    overflow: auto;
    padding: 1rem;
        background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    border-top: 1px solid #8e5aaa;
    border-bottom: 1px solid #8e5aaa;
}

.chat_foot {
    padding: 0.2rem;
        background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
}

.chat_foot form {
    display: flex;
    align-items: center;
}
.camera-icon {
    position: relative;
    margin: 0rem 10px;
}
.camera-icon img{
    width: 30px;
}

.camera-icon .form-control {
    width: 40px;
    height: 40px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.camera-icon svg {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #8e5aaa;
    padding: .6rem;
    border-radius: 4px;
}

.send-icon {
    border-radius: 4px;
    border:0;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: .6rem;
    background: #fff;
    color: #fff;
    flex: 0 0 40px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 20%) !important;
    margin-right: 15px;
}
.chat_box h4 {
    font-size: 22px;
    padding: 15px;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
        background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    color: #fff;
}

.chat_foot #message {
    box-shadow: none !important;
    border: 0;
    background-color: #f9f3ea;
    color: #000;
}
.sent_msg, .received_msg {
    background-color: #d1ad6d6e;
    padding: 0.8rem;
    max-width: 70%;
    margin: 0.3rem 0;
    border-radius: 0.5rem;
    border: 1px solid #8e5aaa;
}
.outgoing_msg {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.msg_history p {
    margin: 0;
    color: #000;
    font-weight: 500;
}
.msg_history .time_date {
    font-size: 13px;
    margin-bottom: -0.8rem;
    color:#000;
}
.incoming_msg {
    display: flex;
}
.received_msg {
    background-color: #d1ad6de0;
}
.msg_history p a {
    color: #8e5aaa;
    font-size: 14px;
}
/*ticket end*/
button span img{
    width: 16px!important;
    height: 16px!important;
    margin-left: .5rem;
    animation: fa-spin 2s linear infinite;
}
@keyframes fa-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.rank_crown_img{
    width: 20px;
    height: 26px;
}
.no_member{
    background-color: #fff;
    position: relative;
    padding: 3rem;
    border: 1px solid #E1E3EA;
    border-radius: 1rem;
    margin-top: -25px;
    text-transform: uppercase;
    display: inline-flex;
    max-width: 600px;
    width: 100%;
    text-align: center;
}
.tr_second_level h5 {
    width: 100%;
}
td.today div {
     background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    color: #fff !important;
    border-radius: 100px;
}
.gj-picker thead {
    background-color: rgba(181, 143, 77, .7);
    color: #fff;
}
.gj-picker [role="navigator"]{
     background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    color: #fff
}
.gj-picker{
    background-color: #0c0d16 !important;
}
.syndicate_box {
     background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    padding: 1.5rem;
    border-radius: 1rem;
    color: #fff;
    margin-bottom: 30px;
    display: block;
}
.syndicate_box:hover {
    color: #fff;
}

.syndicate_box h1 {
    font-size: 91px;
    line-height: normal;
}
.syndicate_ball {
    display: flex;
    align-items: center;
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
    color: #3D2B42;
}
.syndicate_ball h6 {
    font-size: 2.1rem;
}
.syndicate_ball .game_ball img {
    width: 80px;
    height: 80px;
    margin-right: 1rem;
}
.syndicate_ball .game_ball b{
    margin-right: .4rem;
}
.syndicate_lott_ball ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.syndicate_lott_ball ul li {
    background-color: #8F5C02;
    width: 30px;
    height: 30px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 100px;
    margin: .2rem;
    cursor: pointer;
    user-select: none;
}
.syndicate_lott_ball ul li:last-of-type {
    opacity: .7;
}
.syndicate_box h5{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
}
.prize_pull b {
    display: block;
}
.prize_pull h5 {
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}
.prize_pull span {
    display: flex;
    align-items: center;
    width: 180px;
    border: 1px solid #707070;
    border-radius: .5rem;
    padding: .8rem 1rem;
    font-size: 1.1rem;
}
.prize_pull li {
    display: flex;
    align-items: center;
    margin-bottom: .8rem;
}
.prize_pull li b {
    margin-right: .5rem;
}
.prize_pull h2 {
    font-weight: bold;
    color: #8e5aaa;
    width: 140px;
    text-align: right;
    font-size: 2.6rem;
}
.prize_pull_right p {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2rem;
    margin: 0;
}
.prize_pull_right a {
    display: inline-block;
    padding: 1rem 2rem;
    border: 1px solid #8e5aaa;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 1.5rem 0;
}
.prize_pull_right a:hover {
    color: #8e5aaa;
}
.prize_pull h4 {
    color: #3D2B42;
    opacity: 0.62;
}
.raffle_cont .col-md-6:last-of-type .syndicate_box {
    width: 200px;
    float: right;
}
.society_lottery {
    text-align: center;
    color: #606060;
    padding: 2rem 0;
}

.society_lottery h5 {
    font-size: 29px;
    margin-top: 15px;
}

.society_lottery h1 {
    font-size: 55px;
    margin: 1rem 0 3rem;
}

.society_lottery p {
    font-size: 23px;
    max-width: 500px;
    margin: 0 auto;
    line-height: 2rem;
}

.empty_tree_image{
    opacity: 0.2;
}
.empty_tree_nested_image{
    opacity: 0.4;
}

.btn_close {
    background-color: #e6dbda;
    color: #000;
    box-shadow: none;
}
#add_user_poup .card_body {
    width: 100%;
}

.flex_user_list {
    display: flex;
}
.flex_user_list li {
    margin-right: 5px;
}
.tab_with.table th, .tab_with.table td {
    font-size: 13px;
    padding: .5rem;
}
.package_name button {
    flex: inherit;
    width: auto;
    margin-left: 10px;
}
.remaining_days {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    background-color: #eaeaea;
    border-radius: .4rem;
}
.remaining_days b {
    font-size: 2rem;
    margin-top: .5rem;
}
.coming_title {
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #8e5aaa;
    text-transform: uppercase;
}
.coming_title img {
    max-width: 130px;
    width: 100%;
    margin-bottom: 15px;
}
#affiliate_agree_msg_poup .modal-dialog {
    max-width: 900px;
}
#affiliate_agree_msg_poup .button {
    max-width: 300px;
    width: 100%;
}
#affiliate_agree_msg_poup .modal-footer {
    justify-content: start;
}
#affiliate_agree_msg_poup ul {
    list-style: decimal;
    margin-left: 20px;
}
#affiliate_agree_msg_poup ul li {
    margin-bottom: 10px;
}
#table_view td .button {
    padding: 5px 20px;
    font-size: 16px;
}
.treeview {
    overflow-x: auto;
    overflow-y: hidden;
}
.tree_box {
    min-width: 800px;
    padding-bottom: 2rem;
    padding-top: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

#tree_view .page_heading_right li {
    padding: 10px;
    margin: 5px;
}

#tree_view .search_box span {
    margin-right: 0 !important;
}
.back_btn {
    margin-left: 1rem;
}
#create_ticket .withdrawal_form {
    margin-bottom: 0;
}
.menu_btnflex {
    display: none;
} 


@media (max-width: 1400px){
    .page_right{
        padding: 1rem;
    }
    .leader_img{
        width: 60px;
        height: 60px;
    }
    .leaders{
        padding: 1rem;
    }
    .leader b{
        font-size: 1rem;
    }
    .my_team {
        margin-top: 1rem;
    }
    .team_list {
        padding: 1rem;
    }
    .team_profile {
        width: 60px;
    }
    .team_earning h4 {
        font-size: 1.4rem;
    }
    .team_earning label {
        font-size: 14px;
    }
    .dash_box span{
        font-size: 14px;
    }
    .dash_box h4{
        font-size: 18px;
    }
}


@media (max-width: 1200px){
    .card_head .nav-link {
        font-size: 13px;
        padding: 1rem 0.5rem;
    }
    .dash_box_wrap {
        flex-wrap: wrap;
    }
    .dash_box_wrap a {
        width: calc(33.33% - 20px);
        flex: calc(33.33% - 20px);
        margin: 10px;
    }
    .banner_cont_bottom h4 {
        font-size: 1rem;
        margin-bottom: .3rem;
    }
    .banner_cont_bottom h1 {
        font-size: 1.5rem;
    }
    .banner_cont_bottom img {
        max-width: 100px;
    }
    .banner_cont_bottom {
        margin-top: 4rem;
    }
    .package_info {
        padding: 1rem;
    }
    .prize_pull_right p {
        font-size: 1rem;
        line-height: 1.6rem;
    }
    .prize_pull h2 {
        font-size: 1.7rem;
    }
    .prize_pull_right a {
        padding: 1rem;
        font-size: 1rem;
    }
    #tree_view .page_heading_right li span {
        font-size: 14px;
    }
    .left_2_big {
        flex: 0 0 550px !important;
        max-width: 550px !important;
    }
}


@media (max-width: 992px){
    .affiliate_head li {
        max-width: 230px;
        flex: 0 0 230px;
    }
    .affiliate_head .back_btn {
        width: 110px;
        padding: 10px 10px;
        margin-top: 22px;
    }
    .left_2_big {
        flex: 0 0 55% !important;
        max-width: 650px !important;
        margin: 0 auto;
    }
    .account_flex {
        flex-direction: column;
    }
    .account_flex .nav-link.active:after {
        display: none !important;     
    }
    .account_flex .nav {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        width: 100%;
        margin-bottom: 15px;
        display: flex !important;
        flex-wrap: nowrap;
    }
    .account_flex .nav-link {
        text-align: center;
    }
    .account_flex .nav .nav-item {
        width: 100%;
    }
    .leftbar {
        margin-left: -240px;
    }
    .menu_btnflex {
        display: flex;
        justify-content: flex-end;
    }

    .menu-bar {
        background: #8e5aaa;
        padding: 16px 16px;
        color: #0c0d16;
        box-shadow: none;
        border: none;
        z-index: 9999999;
        margin: 18px 20px 0px 0px;
    }
    .menu-bar button{
        background: transparent;
        border: none;
    }
    .menu_btn:hover {
        color: #0c0d16;
    }
    .menu-bar i {
        font-size: 28px!important;
    }
    .leftbar.active {
        margin: 0;
    }
    .leftbar {
        height: 100%;
        border-radius: 0;
    }
    .dash_box_wrap {
        flex-wrap: wrap;
        margin: 0 -5px;
    }

    .dash_box_wrap a {
        width: calc(33.33% - 20px);
        flex: calc(33.33% - 20px);
        margin: 10px;
    }
    .page_wrapper {
        flex-direction: column;
        margin-left: 0;
    }
    .page_right {
        flex: 1;
    }
    .page_body {
        padding: 1rem;
    }
    .package_info {
        margin-bottom: 1rem;
        height: auto;
    }
    .prize_pull_right{
        margin-top: 1rem;
    }
    .tr_first_level img {
        width: 70px;
        height: 70px;
    }
    .tr_third_level_row img {
        width: 20px;
        height: 20px;
    }
    .lavel_sec_2 {
        width: 50px;
        height: 50px;
    }
    .tr_second_level ul li{
        padding-right: 10px;
        padding-left: 10px;
    }
    .tr_third_level_row a{
        padding: .2rem;
    }
    .tree_box hr{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .remaining_days{
        padding: 2rem 1rem;
    }
}
@media (max-height: 800px){
    .menu a{
        height: 20px;
    }
    .leftbar_profile img{
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px){
    .syndicate_ticket_history .button {
        font-size: 12px;
        padding: 5px 16px;
    }
    .affiliate_head li {
        max-width: 175px;
        flex: 0 0 175px;
    }
    .account_flex .nav .nav-item {
        width: initial;
    }
    .syndicate_ticket_history.table td{
        font-size: 12px;
        white-space: nowrap;
    }
    .dash_box_wrap a {
        width: calc(50% - 20px);
        flex: calc(50% - 20px);
    }
    .card_head .nav-pills {
        flex-wrap: wrap;
        justify-content: center;
    }
    .card_head .nav-item {
        width: 50%;
    }
    .page_heading {
        flex-wrap: wrap;
    }
    .page_heading_right ul li {
        margin: 5px;
    }
    .page_heading_right ul {
        flex-wrap: wrap;
    }
    .package_price {
        padding: 1rem;
    }
    .package_price h3 {
        margin: 0;
        font-size: 1.5rem;
    }
    .package_name h4 {
        margin: 0;
        font-size: 1rem;
    }
    .package_tab span {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
    }
    .leftbar_profile img {
        width: 30px;
        height: 30px;
    }
    .leftbar_notif img {
        width: 18px;
    }
    .deactive_btn {
        padding-top: .1rem;
        padding-bottom: .1rem;
        font-size: 11px;
    }
    .menu a img {
        width: 20px;
    }
    .leftbar_bottom a {
        width: 30px;
        height: 30px;
    }

    .raffle_cont .col-md-6:last-of-type .syndicate_box {
        width: 100%;
    }
    #tree_view .page_heading_right li {
        margin-right: 0;
        margin-left: 0;
    }
    #tree_view .referral_link .back_btn{
        margin-right: 0;
        margin-left: 0;
        margin-top: 5px;
    }
    .my_ticket {
        margin-bottom: 1rem;
    }
    .two_factor .form-group {
        display: block;
        text-align: left;
    }
    .two_factor label {
        width: inherit;
        text-align: left;
    }
    .two_factor .form-control {
        margin: 0;
    }
    #add_user_poup .nav-pills{
        flex-wrap: nowrap;
    }
    .mb_30 {
        margin-bottom: 30px;
    }
}

@media (max-width: 562px){
    .navbar-dark .navbar-brand {
        margin: 0;
    }
    .form-block .captcha_flex #captcha_theme {
        transform: scale(0.9);
        margin: 0 auto;
        margin-left: -15px;
    }
    .left-2 {
        padding: 20px !important;
    }
    .right-2 {
        padding: 20px !important;
    }
    .menu-bar .menu_btn {
        padding: 0;
    }
    .affiliate_head ul {
        flex-direction: column;
    }
    .affiliate_head li {
        width: 100%;
        flex: inherit;
        margin-bottom: 10px;
        max-width: 100%;
    }
    .affiliate_head .back_btn {
        margin-top: 10px !important;
    }
    .account_flex .nav {
        flex-wrap: wrap;
        padding: 15px !important;
    }
    .account_flex .nav-link {
        margin: 0 !important;
    }
    .account_flex .nav .nav-item {
        width: 100%;
    }
    .navbar .button {
        font-size: 12px;
    }
    .navbar-brand img {
        max-width: 90px;
    }
    body, .form-control, .form-block{
        font-size: 14px;
    }
    .link{
        margin-top: 14px;
        font-size: 14px;
    }
    .main_banner {
        padding: 1rem;
    }

    .banner_cont_bottom {
        margin-top: 2rem;
    }
    .banner_cont_bottom h1 {
        font-size: 1.3rem;
    }
    .page_heading h1 {
        font-size: 1.2rem;
    }
    .dash_box_wrap a {
        width: 100%;
        flex: 0 0 100%;
        margin: 10px 0;
        padding: 1rem;
    }
    .dash_box span{
        height: inherit;
    }
    .dash_box_wrap {
        margin: 0;
    }
    .page_body {
        padding-left: 10px;
        padding-right: 10px;
    }
    .banner_cont_top h3 {
        font-size: 1rem;
    }
    .banner_cont_bottom {
        text-align: center;
    }
    .banner_cont_bottom img {
        margin: 0 auto;
        display: table;
        max-width: 80px;
        margin-top: 10px;
    }
    .banner_cont_bottom {
        display: flex;
        flex-direction: column;
    }
    .page_heading {
        margin: 0 0 1rem 0;
        align-items: baseline;
    }
    .menu a img {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .page_wrapper {
        margin-left: 0;
    }
    .page_right {
        padding: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .leader {
        flex-direction: column;
        text-align: center;
    }

    .leader_img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    h4.title {
        font-size: 1rem;
    }
    .card-body {
        padding: .5rem;
    }
    #infaq .card-header .btn {
        font-size: .9rem;
        line-height: normal;
    }
    .info_video_control button{
        width: 50px;
        height: 50px;
    }
    .card_head .nav-link {
        padding: .5rem;
    }
    .card_body {
        padding: 1rem;
    }
    .two_factor .form-group {
        flex-direction: column;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .two_factor .form-control {
        margin: .5rem 0;
    }
    .two_factor .qr_img {
        max-width: 200px;
    }
    .auth_intro {
        font-size: .9rem;
        line-height: normal;
        margin-bottom: 1rem;
    }
    .two_factor p {
        margin-bottom: 1rem;
    }
    .kyc_proff img{
        height: 160px;
    }
    .leader_box{
        margin-top: 1rem;
    }
    #kyc_form label{
        font-size: 14px;
    }
    #kyc_form .imgcaptcha, #kyc_form .refresh{
        margin-left: 0px;
        margin-top: 10px;
    }
    #kyc_form .captcha_flex div{
        width: 100%;
    }
    .package_tab {
        flex-direction: column;
        padding: 1rem .3rem;
        text-align: center;
    }
    .package_price {
        border-left: 0;
        padding: 0;
    }
    .package_tab span {
        margin: 0;
    }
    .package_name {
        padding: .5rem 0;
    }
    .package_name h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .packages .tab-content {
        margin-top: 1rem;
    }
    .withdrawal_form {
        padding: 0;
        background: none;
        margin-bottom: 1rem;
    }
    .syndicate_box h1 {
        font-size: 2rem;
    }

    .syndicate_box h5 {
        height: inherit;
        font-size: 1rem;
    }

    .syndicate_box {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    .syndicate_box h1 {
        font-size: 2rem;
    }
    .syndicate_box h5 {
        height: inherit;
        font-size: 1rem;
    }
    .syndicate_box {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    .society_lottery h1 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    .society_lottery h5 {
        font-size: 1rem;
    }
    .society_lottery {
        padding: 0;
    }
    .society_lottery p {
        font-size: 1rem;
        line-height: 1.6rem;
    }
    .society_lottery img {
        max-width: 40px;
    }
    .curr_rank {
        margin-right: 0;
    }
    .prize_pull_right a {
        padding: 1rem;
        font-size: 1rem;
        margin: 1rem 0;
    }
    .prize_pull h5 {
        margin-top: 1rem;
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .prize_pull span {
        padding: 5px;
        font-size: 14px;
        white-space: nowrap;
    }
    .prize_pull h2 {
        font-size: 1.4rem;
    }
    #tree_view .page_heading_right li {
        padding: 0;
        border: 0;
    }
    #tree_view .page_heading_right li span {
        font-size: 14px;
    }
    .team_list .d-flex {
        flex-direction: column;
        text-align: center;
    }
    .team_profile {
        margin: 0;
        order: -1;
    }
    .team_title {
        margin: 1rem 0;
    }
    .team_title span {
        margin: 0;
    }
    .leftbar {
        height: 100%;
        border-radius: 0;
    }
    .pagination .page-link {
        margin: .2rem .2rem;
    }
    .pagination {
        flex-wrap: wrap;
    }
    .two_factor label {
        text-align: left;
    }
    .captcha_flex {
        flex-wrap:  wrap;
        align-items: flex-start !important;
    }
    .captcha_img_flex img {
        margin-left: 0;
    }
    .imgcaptcha{
        margin-left: 0px;
    }
    .captcha_img_flex {
        display: flex;
        align-items: center;
        margin-top: 5px;
        justify-content: flex-start;
    }
    .menu a {
        height: 24px;
    }
    .card_head_pad h4 {
        font-size: 15px;
    }

    .card_head_pad a {
        font-size: 13px;
    }
    .my_ticket li .text-right {
        text-align: left !important;
    }
    .my_ticket li {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .msg_history {
        height: 400px;
        overflow: auto;
        padding: 0.5rem;
    }
    .sent_msg, .received_msg {
        max-width: 100%;
    }
    .button{
        padding: 8px 20px;
        font-size: 14px;
    }
    .border_button {
        font-size: 13px !important;
    }
    .abs_input .button {
        bottom: 4px !important;
    }
    #firststepauth .form-group{
        display: flex;
    }
    #firststepauth .form-group label{
        flex: inherit;
    }
    .event_notif .d-flex{
        padding: 0px;
    }
    #kyc .alert{
        margin: 0px;
        font-size: 12px;
        padding: 8px 5px;
    }
    .event_notif{
        padding: 10px;
    }
    .event_notif .icon{
        width: 50px;
        height: 50px;
        padding: .4rem;
    }
    .event_notif .icon img {
        width: 22px;
    }
    #add_user_poup .modal-title {
        font-size: 16px;
    }
    .mb_30 {
        margin-bottom: 15px;
    }
}

.small_imgr{
    width: 20px;
    height: 20px;
}
.text-red{
    color: red;
}
.text-green{
    color: green;
}
.faq_titlemsg{
    font-size: 16px;
    color: #8e5aaa;
}
.form_flex {
    display: flex;
}

.form_flex .form-group {
    margin-right: 15px;
}

.member_flex {
    display: flex;
}
.member_flex_box {
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    color: #fff;
    height: 100%;
    padding: 1rem;
    border-radius: 1rem;
    width: 100%;
    margin-left: 15px;
}
.member_flex_box b {
    display: block;
    font-size: 2rem;
    font-weight: 400;
}
.invester_row {
    align-items: flex-end;
}

.invester_row .dash_box {
    margin-bottom: 0;
    margin-top: 50px;
}

.invester_row .text-right img {
    display: block;
    text-align: right;
    margin: 0 0 20px auto;
} 

.bank_withdraw_form_span{
    color:red;
    font-size: 12px;
}

.tr_first_level .tree_data {
    top: 100%;
}

.withdraw_btn .nav-link.active {
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    color: #fff;
}

.withdraw_btn .nav-link {
    padding: 12px 50px;
    border: 1px solid #8e5aaa;
    margin: 0 15px;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.withdraw_btn .nav-pills {
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 20px;
}

.withdraw_btn .nav-item {
    width: 100%;
}
.btn_send {
    padding: 5px 24px;
}

#send_pin_popup .card_body {
    width: 100%;
}


.top_profile_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.top_profile_flex .right span {
    display: block;
}

.top_profile_flex .left {
    display: flex;
    align-items: center;
}

.top_profile_flex span {
    display: block;
}

.top_profile_flex img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    object-fit: contain;
}

.top_profile_flex .right span b {
    width: 110px;
    display: inline-block;
    text-align: right;
    padding-right: 5px;
}
.invoice h5 .unpaid {
    font-size: 12px;
    background-color: orange;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    margin-left: 10px;
}

.invoice h5 {
    font-size: 26px;
    font-weight: 500;
    color: #3D2B42;
}
.invoice h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #8e5aaa;
}
.total_tr td{
    font-size: 20px;
    color: #3D2B42;
}
.android_view .top_profile_flex {
    flex-direction: column;
}
.android_view .top_profile_flex .left {
    margin-bottom: 15px;
}
.android_view .invoice .table {
    font-size: 12px;
}
.android_view .invoice .table .total_tr td {
    font-size: 15px;
    white-space: nowrap;
}
.android_view .invoice h5 {
    font-size: 20px;
}
.invoice_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.invoice_list {
    background-color: #eee;
    padding: 10px;
}
.invoice_list li {
    margin-bottom: 5px;
    font-size: 14px;
}
.invoice_list li.sub_total {
    font-size: 16px;
} 
.android_view .invoice .right .col-12 {
    display: block;
    margin-top: 10px;
}

.android_view .top_profile_flex .right span b {
    width: auto;
    display: block;
    text-align: inherit;
}


#error_logshideshow .d-flex a {
    width: 100%;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    border: 2px solid transparent;
}
#error_logshideshow .d-flex a:last-of-type {
    margin-right: 0;
    border: 2px solid #8e5aaa;
    background-color: transparent;
    color: #8e5aaa;
}
#error_logshideshow p {
    font-size: 14px;
    margin-bottom: 10px;
}

/*lottery ticker start*/

.lottery_ticket {
    max-width: 350px;
    width: 100%;
    border: 2px dashed #E1E3EA;
    padding: 30px 20px;
    border-radius: 20px;
    margin-top: 30px;
}
.mega_lottery_head img {
    max-width: 180px;
    margin: 0 auto 10px;
    display: table;
}
.mega_lottery_head p {
    text-align: center;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
.mega_lottery_number {
    display: flex;
    margin-top: 40px;
    margin-bottom: 20px;
}
.mega_lottery_number b {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #8e5aaa;
}
.mega_lottery_number .right {
    text-align: center;
    line-height: normal;
    margin-top: -17px;
}
.mega_lottery_number h4 {
    flex: 1;
    word-spacing: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #8e5aaa;
}
.mega_lottery_date {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.mega_lottery_code {
    display: flex;
    margin-bottom: 15px;
    font-size: 15px;
}
.mega_lottery_code .right {
    text-align: center;
    flex: 1;
}
.mega_lottery_code .left {
    text-align: right;
    padding-right: 40px;
}
.mega_lottery_code span {
    display: block;
}
.mega_lottery_barcode p {
    font-size: 15px;
    text-align: center;
    line-height: normal;
    color: rgba(0, 0, 0, 0.5);
}
.mega_lottery_barcode img {
    height: 50px;
    width: 100%;
    object-fit: cover;
}
.powerball .mega_lottery_head img{
    max-width: 100%;
}
.print_date {
    text-align: center;
    margin-bottom: 5px;
}
.powerball .mega_lottery_code{
    font-size: 14px;
}
.powerball .mega_lottery_code .left{
    padding-right: 10px;
}
.powerball .mega_lottery_number h4{
    font-size: 28px;
}
.powerball_play {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}
.powerball_date {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin: 15px 0;
}
.powerball_amount {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
}
.powerball .mega_lottery_number{
    margin-top: 20px;
}
/*lottery ticket end*/
.imgcaptcha {
    margin-left: 10px;
    padding: 7px;
    background-color: #f5f5f5;
    border-radius: 4px 0 0 4px;
    height: 50px;
}
img.refresh {
    padding: 16px;
    background-color: #fff;
    border-radius: 0 4px 4px 0;
    border-left: 1px solid #ccc;
    cursor: pointer;
    height: 50px;
}
.captcha_flex {
    display: flex;
    align-items: flex-end;
}
.form-block .captcha_flex {
    margin-bottom: 15px;
}
.captcha_img_flex {
    display: flex;
}
#support_reply_label{
    padding: 4px 10px;
    margin: 0;
    white-space: nowrap;
    background-color: rgb(0 128 0 / 71%);
}
.lotto_ball {
    display: flex;
    align-items: center;
}

.lotto_ball li {
    width: 44px;
    height: 44px;
    background-color: #ccc;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 5px;
    position: relative;
}

.lotto_ball li:after {
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 0;
    border-radius: 100px;
    border: 3px solid #fff;
}

.lotto_ball li span {
    color: #ffffff;
    position: relative;
    z-index: 1;
    font-weight: bold;
}

.lotto_ball li:nth-child(1):after {
    background-color: #4cb64e;
    background-image: linear-gradient(to bottom right, #9cfb9e, #4cb64e);
}

.lotto_ball li:nth-child(2):after {
    background-color: #f53b38;
    background-image: linear-gradient(to bottom right, #fdacab,#f53b38);
}
.lotto_ball li:nth-child(3):after {
    background-color: #4561b9;
    background-image: linear-gradient(to bottom right, #b4c6ff,#4561b9);
}
.lotto_ball li:nth-child(4):after {
    background-color: #ff5c8f;
    background-image: linear-gradient(to bottom right, #ff99d6,#ff126c);
}
.lotto_ball li:nth-child(5):after {
    background-color: #ffa300;
    background-image: linear-gradient(to bottom right, #ffd893,#ffa300);
}


.star_point {
    display: flex;
    align-items: center;
}

.star_point li {
    width: 44px;
    height: 44px;
    margin-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
    color: #3D2B42;
}

.star_point li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/star.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.star_point li span {
    position: relative;
    z-index: 1;
    margin-top: 5px;
}
.match_number_with_result:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/check_icon.png);
    background-size: cover;
    background-position: center;
}

.match_number_with_result {
    position: absolute;
    top: 30px;
    z-index: 1;
}
.result_right_div {
    display: flex;
    align-items: center;
}

.result_right_li b {
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
}

.result_right_li {
    padding: 10px;
    margin-left: 10px;
}

.syndicate_table th, .syndicate_table td {
    font-size: 12px;
}

.syndicate_table {
    padding: 1rem;
}
.syndicate_table th, .syndicate_table td {
    font-size: 12px;
}
.alert_mess p {
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 10px;
}

.alert_mess p b {
    display: block;
    margin-bottom: 10px;
}

#with_popup .modal-dialog {
    max-width: 650px;
}
.error_page {
    background-image: url(../img/error_bg.svg);
    background-position: center;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error_page:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eee;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .6;
}
.error_page img {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.error_cont {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    max-width: 600px;
    width: 100%;
}
.error_cont h4 {
    font-size: 18px;
    margin: 20px 0;
    color: #B4B6C1;
}
.error_cont h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.error_page a img {
    max-width: 160px;
}
.error_page a {
    display: inline-block;
}
.error_page a img {
    margin-bottom: 30px;
}
.navbar .button {
    margin-left: 10px;
}
.left-2 {
    padding: 50px;
    flex: 0 0 550px;
    max-width: 550px;
}
.left-2 a {
    display: inline-block;
}
.left_2_big{
    flex: 0 0 650px;
    max-width: 650px;
}
.right-2 {
    display: flex;
    padding: 80px;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('../img/background1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex: 1;
    position: relative;
}
.right-2:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0c0d16;
    opacity: .7;
}
.right-2>div {
    position: relative;
    z-index: 1;
}
.acc_heading {
    margin-bottom: 15px;
    margin-top: 30px;
}
.acc_heading h2 {
    margin-bottom: 5px;
    font-size: 26px;
    color: #000;
}
label {
    font-weight: 400;
    margin-bottom: 5px;
    color: #8e5aaa;
}
.link {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    text-align: right;
}
.link a {
    color: #8e5aaa;
    border-bottom: 1px dashed #fff;
    transition: all 0.3s;
    margin-top: 0px;
    font-weight: 500;
}
.link a:hover{
    border-bottom: 1px dashed;
}
.account_bottom {
    margin-top: 20px;
    text-align: center;
}
.account_bottom h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
}
.border_button {
    background-color: transparent !important;
    font-size: 14px;
    color: #fff;
    border: none;
}
.border_button:hover{
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    color: #fff;
}
.acc_top h1 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}
.acc_top h4 {
    font-size: 20px;
    color: #8e5aaa;
    font-weight: 400;
    letter-spacing: 2px;
}
.credits {
    color: #f9fcfc;
    font-size: 16px;
    line-height: 140%;
}
.credits a {
    color: #8e5aaa;
    font-weight: bold;
    text-decoration: underline;
    font-weight: 500;
}

.verify_box {
    border: 1px solid #8e5aaa;
    border-radius: 6px;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.verify_box p {
    margin: 0;
    font-weight: 400;
    color: #000;
}


.anim {
    position: fixed;
    bottom: -30%;
    left: -10%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    opacity: .2;
    transform: scale(0.7);
}
.anim span {
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    bottom: -40%;
    z-index: -1;
    transform: rotate(45deg);
    opacity: .05;
}
.anim span:nth-child(2) {
    bottom: -60%;
    opacity: 0.1;
}
.anim span:nth-child(3) {
    bottom: -80%;
    opacity: 0.2;
}
.anim span:nth-child(4) {
    bottom: -100%;
    opacity: 0.3;
}
.account_flex {
    display: flex;
    align-items: flex-start;
}
.account_flex .nav {
    border: 1px solid #8e5aaa;
    border-radius: 10px;
    flex: 0 0 250px;
    max-width: 300px;
    margin-right: 15px;
    display: block;
    padding: 30px;
}
.account_flex .nav-link {
    display: block;
    padding: 10px;
    margin: 10px 0;
    position: relative;
}
.account_flex .nav-link.active, .account_flex .nav-link:hover {
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    color: #fff;
}
.account_flex .nav-link.active:after {
    content: "";
    width: 12px;
    height: 12px;
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    position: absolute;
    top: calc(50% - 5px);
    right: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgb(255 255 255 / 0.1);
}
.account_set h4 {
    color: #000;
    margin-bottom: 15px;
    font-size: 20px;
}

.affiliate_head button {
    border: none;
    width: 50px;
    font-size: 20px;
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    color: #fff;
    margin-left: -3px;
    border-radius: 0 4px 4px 0;
}
.affiliate_head .back_btn {
    width: 120px;
    padding: 10px 10px;
    margin-top: 22px;
}

.flex_1{
    flex: 1;
}
.form-check-input:checked {
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    border-color: #8e5aaa;
}

#kyc_img, #kycback_img {
    margin: 15px auto;
    width: 240px;
    height: 170px;
    object-fit: contain;
    border: 1px solid rgb(255 255 255 / 0.1);
    border-radius: 4px;
    padding: 10px;
}
.kyc_box {
    border: 1px solid #8e5aaa;
    border-radius: 6px;
    padding: 30px;
    text-align: center;
}
.kyc_box small {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
    font-weight: 300;
}
.doc_box_center {
    margin: 30px auto 16px;
}
.doc_box_center .button {
    margin: 0 auto;
    display: table;
}
#supporthistorydiv a {
    color: #8e5aaa;
    border-bottom: 1px dashed;
    transition: all 0.3s 0s;
}
#supporthistorydiv a:hover {
    color: #fff;
}
.text-right{
    text-align: right;
}
.alert_subscription {
    color: #fff;
    padding: 20px;
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    border: 1px solid #8e5aaa;
    border-radius: 10px;
    max-width: 500px;
}

.alert_subscription h4 {
    color: #8e5aaa;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
}
.alert_subscription h5 {
    margin-bottom: 10px;
    font-size: 16px;
}
.alert_subscription .button {
    margin-top: 10px;
}
.close {
    color: red;
    background-color: transparent;
    border: 0;
    font-size: 30px;
    line-height: 0;
    display: block;
}


.tree_border_green img {
    border-color: green;
}

.tree_border_red img {
    border-color: #690b0b;
} 

.tree_border_blue img {
    border-color: blue;
}

.tree_border_orange img {
    border-color: #de5d2b;
}
.tree_border_white img {
    border-color: #fff;
}

.tree_border_blue {
    border-color: blue;
}
.tree_border_green  {
    border-color: green;
}
.tree_border_red  {
    border-color: #690b0b;
}
.tree_border_orange  {
    border-color: #de5d2b;
}
.tree_border_white  {
    border-color: #fff;
}

.wallet_form h4 {
    color: #fff;
    margin-bottom: 15px;
}
.wallet_form .form-group {
    margin-bottom: 15px;
}

.abs_input {
    position: relative;
}

.abs_input .button {
    position: absolute;
    right: 5px;
    bottom: 5px;
    border: 0;
    padding: 0;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wallet_form img {
    margin-bottom: 15px;
}

.pageright_flex {
    display: flex;
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 80%);
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

.teams_sec .nav-tabs {
    border-bottom: none;
}

.teams_sec .nav-tabs .nav-link.active {
    border: none;
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
}
.teams_sec  .nav-tabs .nav-link {
    border: none;
    color: #fff;
    border-radius: 5px;
}

.teams_sec .page_heading {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 15px;
}

.custom_pagination .page-item.active .page-link {
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    border:none;
}
#withdraw_history .custom_pagination {
    margin-top: 20px;
}
#withdraw_history .account_set {
    width: 85%;
}

footer {
    padding: 15px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #8e5aaa;
    width: 100%;
    background-color: #0c0d16;
}
footer div a {
    color: #8e5aaa;
    margin-left: 15px;
}
footer div a:hover {
    color: #fff;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
    margin-top: 1.2rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #8e5aaa;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 1rem !important;
    margin: 0 .2rem;
}

.page-link:hover {
    z-index: 2;
    color: #8e5aaa;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #ffffff;
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    border-color: #8e5aaa;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #ffffff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.tbl_loader_bg {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 57%);
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tbl_loader {
    border: 5px solid #ffffff;
    border-radius: 50%;
    border-top: 5px solid #fa9351;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.position_retalive {
    position: relative;
}
#pan_img,#aadhaar_img,#bank_img{
    width: 200px !important;
    height: 200px !important;
    border-radius: 50%;
    border: 2px dotted #8e5aaa;
    padding: 6px;
    margin-bottom: 12px;
}
.doc_box_image{
    width: 20px;
}
.social_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}
.social_icon a {
    width: 35px;
    height: 35px;
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    transition: all 0.5s;
}
.social_icon a:hover{
    color: #8e5aaa;
    background-color:transparent;
    border: 1px solid;
}
.social_icon a i{
    font-size:20px;
}
.btn_eye_new{
    text-align: center!important;
    border: none;
    width: 50px;
    font-size: 20px;
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    margin-left: -3px;
    border-radius: 0 4px 4px 0;
    color: #fff!important;
}
.home-icon .la-wallet{
    color: #fff;
    font-size: 44px;
    background: #506de2;
    padding: 14px;
    border-radius: 20px;
    box-shadow: 5px 7px 12px #bdbdbd;
}
.home-icon .la-id-card{
    color: #fff;
    font-size: 44px;
    background: #506de2;
    padding: 14px;
    border-radius: 20px;
    box-shadow: 5px 7px 12px #bdbdbd;
    margin-right: 18px;
}
.home-icon .la-user-friends{
    color: #fff!important;
    font-size: 44px;
    background: #01a952;
    padding: 14px;
    border-radius: 20px;
    box-shadow: 5px 7px 12px #bdbdbd;
}
.home-icon .la-money-check{
    color: #fff!important;
    font-size: 44px;
    background: #f01f46;
    padding: 14px;
    border-radius: 20px;
    box-shadow: 5px 7px 12px #bdbdbd;
    margin-right: 18px;
}
.home-icon .la-id-card{
    color: #fff!important;
    font-size: 44px;
    background: #01a952;
    padding: 14px;
    border-radius: 20px;
    box-shadow: 5px 7px 12px #bdbdbd;
    margin-right: 18px;


}
.home-icon .la-money-check-alt{
    color: #fff!important;
    font-size: 44px;
    background: #333a42;
    padding: 14px;
    border-radius: 20px;
    box-shadow: 5px 7px 12px #bdbdbd;
    margin-right: 18px;
}
.card-info{
    padding-top:10px ;
}
.information{
    padding-top: 10px;
    line-height: 24px;
    margin-left: 22px;
}
.information span{
    font-size: 14px;
    font-weight: 500;
}
.home-icon img{
    width: 70px;
    height: 70px;
    border-radius: 20px;
    box-shadow: 5px 7px 12px #bdbdbd;
}
.subscription img {
    margin-right: 22px;
}
.form-block input {
    color: #000!important;
}
.form-block label{
    color: #000;
    font-weight: 400;
    text-align: left!important;
}
.profile-form label{
    color: #000;
    font-weight: 500;
}
.profile-form .form-control{
    color: #000;
}
.affiliate_head label{
    color: #000;
}
.referral-link{
    float: right;
    align-items: baseline;
}
.kyc_box h4{
    color: #000;
}
.firststepauth .form-control{
    color: grey!important;
}
.change-pass label , .kyc-verification label{
    color: #000;
}
.change-pass input{
    color: #000!important;
}
.kyc-verification .form-control,.affiliate_head .form-control, .two-step .form-control{
    color: #000;
}
.button:disabled{
    opacity: 0.8;
    cursor: not-allowed;
}
.menu .la-wallet{
    color: #fff;
}
.menu .la-question-circle{
    color: #fff;
}
.subscription-detail .button{
    margin-bottom: 16px;
}
.subscription-detail .form-control{
    color: #000;
}
.subscription-detail label{
    color: #000;
}
.kyc-detail-btn{
    width: auto;
    margin: 22px 0px 0px 12px;
}
.change-pass h4{
    color: #000;
}
.subscription-bank-detail{
    color: #000;
    margin-top: 33px;
    padding: 35px;
    border-radius: 6px;
    line-height: 34px;
    background: #f5f5f5;
    box-shadow: 0px 0px 13px 8px #ebebeb;
    overflow-x: auto;
    white-space: nowrap;
}
.subscription-bank-detail h5{
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}
.scroll-detail{
    display: flow-root;
    justify-content: space-between;
    text-align: right;
}
.scroll-detail b{
    float: left;
}
.invoice_btn{
    padding: 5px 10px;
    font-size: 13px;
    border: none!important;
    color: #fff!important;
}
.button:hover{
    color:#fff;
    background-color: #bf9c5e;
}
.category-header{
    background: #0c0d16;
}
.search-button{
    margin-top: 28px;
}
.category-details{
    color: #000;
    margin-top: 30px;
}
.category-details label{
    color: #000;
}
.category-card h5{
    font-size: 16px;
    text-transform: capitalize;
}
.icon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3%;
    top: 68%;
    background: #000;
    border-radius: 50%;
}
.fa-download{
    color: #fff;
    margin-left: 7px;
    margin-top: 7px;
}
.category-card .card-body{
    display: grid;
    line-height: 28px;
    background: #fff;
    color: #000;
}
.category-card .card{
    box-shadow: 0px 0px 7px 1px #c9c9c9;
    padding: 10px;
}
.click-btn{
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    color: #fff;
    width: 42%;
    margin: auto;
    margin-top: 15px;
}
.bggrey{
    background: #ececec;
}
.footer{
    display: block;
    text-align: center;
}
.footer_menu{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    flex-wrap: wrap;
    white-space: nowrap;
}
.footer_menu a {
    color: #8e5aaa;
    margin-left: 15px;
    border-bottom: 1px dashed;
    transition: all 0.5s ease;
}
.visiting_card_form .form-control{
    background-color: #fff;
    color: #000;
}
.card img{
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.card-body-data{
    padding: 12px 0px 4px 0px;
    position: relative;
}
.visiting_card_body{
    position: relative;
}
.category-card-icon .icon{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 4%;
    top: 80%;
    background: #000;
    border-radius: 50%;
}
.category-card .card:hover .icon{
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
}
.category-card-icon .icon .fa-download{
    color: #fff;
    margin-top: 7px;
    margin-left: 8px;
}
.category-card .card-body{
    border-radius: 0px 0px 4px 4px;
    border-top: 1px solid #8e5aaa;
    padding-top: 15px!important;
}
.visiting_card_body img{
    border-radius: 7px 7px 0px 0px;
}
.visiting_card_footer{
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.3;
}
.visiting_card_footer .fa-location-dot{
    width: 30px;
}
.content{
    padding: 30px 20px;
}

.category-btn{
  position: absolute;
  padding: 2px 4px;
  font-size: 1em;
  font-weight: bold;
  right: -10px;
  bottom: 95%;
  line-height: 1.875em;
  color: #fff;
  background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
  box-shadow: -1px 2px 3px rgba(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
}
.category-btn:before, .category-btn:after{
  position:absolute;
  content: '';
  display: block;
}
.category-btn:before{
  width: 0.5em;
  height: 2.05em;
  padding: 0 0 0.5em;
  top:0;
  right: -0.5em;
  background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
  border-radius: 0 0 0.5em 0;
}
.category-btn:after{
  width: 0.4em;
  height: 0.4em;
  bottom: -0.4em;
  right: -0.4em;
  border-radius: 0 0 0.4em 0 ;
  box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
}
.header_menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.header_menu a{
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    padding: 10px;
    border-radius: 4px;
    margin-left: 10px;
    border: none;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: all 0.5s ease;  
}

.header_button{
    font-size: 14px;
}
.fixed-content footer{
    position: fixed!important;
    bottom: 0!important;
}
.nav-content .navbar {
    box-shadow: none!important;
}
.fa-map-marker-alt{
    margin-right: 6px;
}
#hideresend{
    margin-bottom: 15px!important;
}
.return_timer_div{
    display: flex;
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    padding:10px;
    color:#000;
}
.counter_box .time{
    border: 1px solid #8e5aaa;
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #8e5aaa;
  stroke-width:5.5;
  stroke-linecap:round;
}
.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}
.navbar-toggler {
    padding: 0!important;
    width: 50px;
}
.navbar-toggler:focus{
    box-shadow: none!important;
}
.navbar-dark .navbar-toggler{
    border-color: #8e5aaa;
}
.page-item:disabled{
    opacity: 0.7!important;
}
.navbar-shadow{
    box-shadow: 0px 0px 6px #a5a5a5!important;
}
.card-head h4{
    color: #212529;
}
.filter_cont .form-group {
    margin-right: 15px;
    position: relative;
    margin-bottom: 0px;
    width: 100%;
}
.card-head .filter_cont {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.card .navbar-expand-lg .navbar-collapse {
    justify-content: end;
}
.filter-toggler{
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    color: #fff!important;
    font-size: 18px;
    padding: 10px 10px !important;
    border-color: rgb(145 114 61)!important;
}
.visiting-card-data{
    padding-bottom: 30px;
}
.visiting-card-data .card-body{
    padding-top: 30px;
}
.menu_btn i{
    color: #fff;
    font-size: 20px;
}
.counter_box{
    display: flex;
}
.timer-box{
    text-align: center;
    margin: 0px 10px;
}
.return_timer_div span{
    margin-bottom: 13px;
    color: #8e5aaa;
    font-size: 20px;
}
.timer-box{
    text-align: center;
    margin: 0px 10px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(36deg, rgba(240,31,70,0.9416141456582633) 0%, rgba(80,109,226,0.927608543417367) 71%);
    color: #fff;
    padding-top: 16px;
}
.timer-box p{
    margin-bottom: 0px;
}
.timer-box span{
    margin-bottom: 0px;
}
.return_timer_div{
    display: block;
    border: 1px solid #8e5aaa;
    border-radius: 5px;
    background: transparent;
    text-align: center;
    color: #000;
}
.return_timer_div span{
    margin-bottom: 0px;
    color: #000;
    margin: 7px 0px;
    line-height: 0.8;
}
.counter_box .time{
    margin-bottom: 0px;
    border: none;
    color: #fff;
    font-size: 22px;
    margin-top: 0;
}
.timer_div span{
    margin-bottom: 0px;
}
.timer-box p{
    font-size: 14px;
}
.copy_img{
    width: 80%;
}
.two_factor .form-group{
    text-align: left!important;
}
.two_factor .form-control{
    margin: 0 0rem;
}
.two_factor span{
    color: #000;
    font-size: 16px;
}
.two_factor h3,
.change-pass h3{
    color: #000;
    margin-bottom: 12px;
}
.auth_alert {
    border: 1px solid #ed7577;
    display: flex;
    margin-bottom: 30px;
    border-radius: 2px;
}
.auth_alert span {
    background-color: #ed7577;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.auth_alert div {
    padding: 15px;
}
.auth_alert p{
    margin-bottom: 0;
}
.auth_box {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 2px;
}
.auth_box p{
    margin-bottom: 0px;
}
.auth_box h5 {
    font-weight: 600;
    font-size: 18px;
}
.red {
    color: #ed7979;
}
.auth_link {
    color: #000;
    border-bottom: 2px solid #000;
    font-weight: 600;
    padding-bottom: 5px;
    transition: all 0.5s;
}
.auth_link:hover {
    color: #8e5aaa;
    border-bottom: 2px solid #8e5aaa;
}
.auth_box h6{
    color: #000;
    margin-top: 12px;
    font-weight: 600;
}
.secure_p{
    text-decoration: underline;
}
.dash_holiday{
    color: #ef0e38!important;
    font-weight: 600;
    font-size: 22px!important;
    border-bottom: 1px dashed;
}
.b-command-item__icon{
    width: 0px!important;
    padding: 0px!important;
}
.b-command-item__count{
    width: 32px!important;
    padding: 0 4px!important;
    color: #fff!important;
}
.b-command-item__status{
    width: 8px!important;
    height: 8px!important;
}
.b-command-item__rank-button{
    width: auto!important;
}
.referral-link .social_icon{
    margin-top: 0px!important;
}
.affiliate_head{
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0px 0px 14px #bfbebe;
    align-items: center;
}
.referral-link .social_icon .referral-link-wp{
    background: #25D366!important;
    color: #fff!important;
    border: 1px solid!important;
}
.referral-link .social_icon .referral-link-wp:hover{
    border: 1px solid #25D366!important;
    background: transparent!important;
    color: #25D366!important;
}
.referral-link .social_icon .referral-link-fb{
    background: #4267B2!important;
    color: #fff!important;
    border: none!important;
}
.referral-link .social_icon .referral-link-fb:hover{
    border: 1px solid  #4267B2!important;
    background: transparent!important;
    color:  #4267B2!important;
}
.referral-link .social_icon .referral-link-twitter{
    background: #00acee!important;
    color: #fff!important;
    border: none!important;
}
.referral-link .social_icon .referral-link-twitter:hover{
    border: 1px solid #00acee!important;
    background: transparent!important;
    color: #00acee!important;
}
.referral-link .social_icon .referral-link-linked{
    background: #0e76a8!important;
    color: #fff!important;
    border: none!important;
}
.referral-link .social_icon .referral-link-linked:hover{
    border: 1px solid #0e76a8!important;
    background: transparent!important;
    color: #0e76a8!important;
}
.table a{
    color: #8e5aaa;
    border-bottom: 1px dashed;
}
.table a{
    color: #8e5aaa;
    border-bottom: 1px dashed;
}
.success,
.danger,
.warning{
    padding: 5px 6px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    letter-spacing: 0.6px;
}
.success{
    background: #19876d2e;
    color: #198754!important;
}
.danger{
    background: #dc354533!important;
    color: #dc3545!important;
}
.warning{
    background: #ffcc0026!important;
    color: #d9af07!important;
}
.alert{
    margin-bottom: 0px!important;
}
.alert-success{
    border-color: #0f5132;
    text-align: center;
    background: #d8ebe2;
}
.alert-success p,
.alert-warning p,
.alert-danger p{
    margin-bottom: 0px!important;
}
.alert-success img,
.alert-warning img,
.alert-danger img{
    width: 40px;
    margin-bottom: 4px;
    margin-top: 10px;
}
.alert-success b,
.alert-warning b,
.alert-danger b{
    font-size: 22px;
}

.alert-warning{
    border-color: #664d03;
    text-align: center;
    background: #fff7df;
}

.alert-danger{
    border-color: #842029;
    text-align: center;
}
.alert-rejected{
    text-align: left!important;
    display: flex;
    align-items: center;
}
.alert-rejected img{
    margin: 0 10px 0 0;
}
.condition{
    color: #000;
    box-shadow: 0px 0px 8px #a5a5a5;
    border-radius: 6px;
}
.contents{
    padding: 50px 40px;
}
.condition_head{
    border-bottom: 1px solid #a5a5a5;
    padding: 20px;
}
.condition_head h3{
    font-size: 26px;
    color: #8e5aaa;
}
.condition_head img{
    width: 30px;
    margin-right: 12px;
}
.condition_data{
    padding: 22px;
}
.condition_data p{
    font-size: 14px;
    color: #818181;
}
.btn-success.disabled, .btn-success:disabled{
    cursor: not-allowed;
}
.visiting-card-data .card_body{
    color: #8e5aaa;
}
.alert-info{
    color: #107a8f;
    background-color: #dff9ff;
    border-color: #107a8f;
}
@media (max-width: 1300px) {
   .category-card .card{
        height: 270px;
   } 
}
@media (max-width: 1200px) {
    .dash_box_wrap a {
        width: calc(33.33% - 10px);
        flex: calc(33.33% - 10px);
        margin: 10px;
    } 
}
@media (max-width: 1024px) {
    .right-2,.left-2{
        padding: 40px;
    }
    .form-block input{
        font-size: 14px;
    }
}
@media (max-width: 992px){
    .visiting_card_footer{
        font-size: 11px;
        line-height: 1.3;
    }
    .leftbar.active{
        z-index: 99999;
    }
    .visiting_card_footer .fa-location-dot{
        width: 22px;
    }
    .navbar-expand-lg .navbar-collapse{
        justify-content: end!important;
    }
    .dash_box_wrap a {
        width: calc(33.33% - 10px);
        flex: calc(33.33% - 10px);
        margin: 10px;
    }
}
@media (max-width: 991px) {
    #withdraw_history .account_set {
        width: 100%;
    }
    .navbar-expand-lg .navbar-collapse{
        justify-content: end!important;
    }
    .card .navbar-collapse {
        width: 250px;
        position: absolute;
        top: 60px;
        right: 22px;
        background: #ffffff;
        border-radius: 8px;
        border: 1px solid #8e5aaa;
        z-index: 9999;
    }
    .card-head .right-form {
        margin: 15px;
        display: block;
    }
    .filter_cont .form-group{
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .select2-container{
        z-index: 9999;
    }
    .form-group-btn{
        text-align: center;
    }
    .visiting_card_form .form-control{
        font-size: 14px!important;
    }
    .category-card-icon .icon{
        top: 72%;
    }
    .visiting_card_body .card img{
        height: 150px!important;
    }
    .category-card .card {
        height: 210px;
    }
    .card img{
        height: 130px;
    }
}
@media (max-width: 768px){
    .visiting_card_footer{
        font-size: 11px;
        line-height: 1.3;
    }
    .visiting_card_footer .fa-location-dot{
        width: 22px;
    }
    .left_2_big{
        max-width: 440px !important;
    }
    .acc_top h1{
        font-size: 26px;
    }
    .acc_top h4{
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .nav-right {
        margin-top: 10px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .left_2_big{
        flex: 0 0 650px !important;
        max-width: 650px !important;
        margin: 0 auto;
        text-align: center;
    }
    .right-2{
        display: none;
    }
    .form-block{
        text-align: left;
    }
    .verify_box{
        text-align: center;
    }
    .two_factor .form-group button{
        position: absolute;
        right: 7px;
        top: 29px;
    }
    .dash_box_wrap a {
        width: calc(50% - 20px);
        flex: calc(50% - 20px);
    }
    .referral-link{
        float: left;
        margin-top: 10px;
    }
    .subscription-bank-detail{
        margin-bottom: 33px;
    }

}
@media (max-width: 562px){
    .two_factor .form-group button{
        position: absolute;
        right: 5px;
        top: 26px;
    }
    .dash_box_wrap a {
        width: 100%;
        flex: 0 0 100%;
        margin: 10px 0;
        padding: 1rem;
    }
    .navbar-dark .navbar-brand {
        margin: 0;
    }
    .navbar .button {
        font-size: 12px;
    }
    .navbar-brand img {
        max-width: 90px;
    }
    .card img {
        height: 156px;
    }
}
@media (max-width: 480px){
    .card .filter-toggler {
        font-size: 13px;
    }
    @media (max-width: 320px){
        .card .navbar-collapse {
            width: 195px;
        }
    }
@media (max-width: 448px){
    .header_button{
        margin-top: 10px;
    }
}
@media (max-width: 425px){
    .visiting_card_footer{
        font-size: 14px;
        line-height: 1.3;
    }
    .visiting_card_footer .fa-location-dot{
        width: 30px;
    }
    .subscription-bank-detail{
        margin-bottom: 33px;
    }
}
@media (max-width: 412px){
    .page_heading h1{
        margin-bottom: 20px;
        font-size: 24px;
    }
    .counter_box{
        display: flex;
        justify-content: center;
    }
    .return_timer_div{
        width: 100%;
    }
}
@media (max-width: 375px){
    #captchaTheme{
        transform: scale(0.7);
        transform-origin: 0 0;
    }
}
@media (max-width: 320px){
    #captchaTheme{
        transform: scale(0.6);
        transform-origin: 0 0;
    }
    .credits{
        font-size: 12px;
    }
    .form-block .captcha_flex{
        margin-bottom: -18px;
    }
    .b-command-item__name{
        font-size: 12px!important;
    }
    .timer-box p {
        font-size: 12px;
    }
    .counter_box .time {
        font-size: 14px;
    }
    .timer-box{
        width: 62px;
        height: 62px;
    }
    .return_timer_div span{
        font-size: 16px;
    }
}
