@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;
    background-color: #0c0d16;
    color: rgba(255, 255, 255, .6);
    margin: 0;
    position: relative;
    padding-bottom: 53px;
}
.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;
}
.body-main:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0c0d16;
    opacity: .7;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background: #E1E3EA;
}

::-webkit-scrollbar-thumb:hover {
    background: #c6913b;
}

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-color: #c6913b;
    padding: 10px 30px;
    transition: all 0.3s 0s;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #c6913b;
    color: #ffffff;
    display: inline-block;
}

.button:hover {
    background-color: transparent;
    color:  #c6913b;
}

.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 {
    border: 1px solid rgb(255 255 255 / 0.2);
    background-color: transparent;
    color: #fff;
    padding: 12px;
}

.form-control:focus {
    border-color: #c6913b;
    box-shadow: none;
    background-color: transparent;
    color: #fff;
}
option{
    background-color: #0c0d16;
    color: #fff;
}

/*.form-control::-webkit-input-placeholder {
    color: #2D2F43;
}

.form-control:-ms-input-placeholder {
    color: #2D2F43;
}

.form-control::-ms-input-placeholder {
    color: #2D2F43;
}

.form-control::placeholder {
    color: #2D2F43;
}

.form-control:-ms-input-placeholder {
    color: #2D2F43;
}*/

.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: #c6913b;
}

::selection {
    background: #c6913b;
}

.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-color: #c6913b;
    display: block;
    margin-top: 8px;
}

.heading h2 b {
    color: #c6913b;
}

.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: #c6913b;
}

.breadcrumb-item.active {
    color: #c6913b;
}

.pd_0 {
    padding: 0;
}

.mb_10 {
    margin-bottom: 10px;
}

.mr_0 {
    margin-right: 0;
}

h4.title {
    color: #3D2B42;
    margin-bottom: 1.4rem;
}

.leftbar {
    background-color: #c6913b;
    position: fixed;
    top: 0;
    left: 0;
    height: calc(100% - 20px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    z-index: 2;
    border-radius: 20px;
    margin: 10px;
    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.active .menu a span {
    display: block;
    position: initial;
    opacity: 1;
    z-index: 0;
    transform: translateX(0px);
    visibility: visible;
}*/
.leftbar_top.active ul {
    display: block;
}

.leftbar_profile {
    position: relative;
    padding: 15px;
    width: 100%;
    background-color: rgba(0, 0, 0, 10%);
    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: #0c0d16;
}

.status_online {
    background-color: #00ce00;
}

.active_btn {
    background-color: #4caf50;
    border-radius: 2px;
    padding: 0.2rem .5rem;
    font-size: 13px;
    border: 0;
    font-weight: 600;
}
.deactive_btn {
    background-color: red;
    color: #fff;
    border-radius: 2px;
    padding: 0.2rem .5rem;
    font-size: 13px;
    font-weight: 600;
    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-color: #c6913b;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 14px;
    top: -8px;
    font-size: 11px;
}
.leftbar_notif {
    position: relative;
}

.menu {
    margin: 2rem 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;
    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;
}

.menu a span:after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #0c0d16;
    position: absolute;
    top: calc(50% - 5px);
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
.menu a.active span {
    background-color: #c6913b;
    border: 2px solid #0c0d16;
    color: #0c0d16;
    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);
    color: #0c0d16;
    padding-top: 10px;
    font-weight: 600;
}

.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: #c6913b;
    font-size: 20px;
}

.chat_icon {
    background-color: #c6913b;
}

.page_wrapper {
    margin-left: 240px;
    position: relative;
    /*    z-index: 1;*/
}

.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: #ffffff;
}

.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 {
    padding: 30px 15px;
    border: 1px solid #c6913b;
    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:hover {
    background-color: #c6913b;
    border-color: #c6913b;
}
.dash_box span {
    display: block;
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
}
.dash_box h4 {
    color: #c6913b;
}
.dash_box:hover h4 {color: #fff;}
.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-color: #c6913b;
    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 {
    background-color: #050608;
    padding: 15px 30px;
    position: relative;
    width: 100%;
}

.search_box {
    position: relative;
}

.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-color: #c6913b;
    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-color: #c6913b;
    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: #c6913b;
}
.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: #c6913b;
}

.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-color: #c6913b;
    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-color: #c6913b;
    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 {
    background-color: #050608;
    border-radius: .4rem;
    width: 100%;
}

.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: #c6913b;
}

.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: #c6913b;
}

.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-color: #c6913b;
    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: #c6913b;
    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: #c6913b;
}

.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-color: #c6913b;
    color: #fff;
}

.card {
    border: 1px solid #E1E3EA !important;
    margin-bottom: 1rem;
    border-radius: .5rem !important;
}

.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: #c6913b;
    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 {
    text-align: center;
}

.two_factor label {
    margin: 0;
    white-space: nowrap;
}

.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 auto;
    justify-content: center;
}

/*.two_factor .form-group img {
    width: 14px;
}*/

.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-color: #c6913b;
    padding: 5px 8px;
}

.two_factor h5 {
    color: #fff;
    margin-bottom: .4rem;
}

.two_factor p {
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, .6);
}

.auth_intro {
    border: 1px solid rgb(255 255 255 / 0.2);
    display: block;
    padding: 1rem;
    border-radius: 6px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto 2rem;
    font-size: 16px;
}

.auth_intro a {
    color: #c6913b;
}

.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 {
    background-color: #050608;
}

.table thead th {
    color: rgba(255, 255, 255, .6);
    border-bottom: 0;
    background-color: #0c0d16;
    font-weight: 400;
    white-space: nowrap;
}

.table td {
    color: rgba(255, 255, 255, .6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
}

.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-color: #c6913b;
    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;
    }
}

@media (max-width: 767px) {
    .nav-right {
        margin-top: 10px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

// my team start


// my team end
button span img{
    width: 16px;
    height: 16px;
    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-color: #c6913b;
    padding: 20px;
    border-radius: 6px;
    position: relative;
}
.my_ticket .title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    text-align: center;
    color: #000;
    font-weight: bold;
}
.my_ticket li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.1);
    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;
}

.msg_history {
    height: 400px;
    overflow: auto;
    padding: 1rem;
    background-color: #050608;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.chat_foot {
    background-color: #050608;
    padding: 0.2rem;
    border-radius: 0 0 0.5rem 0.5rem;
}

.chat_foot form {
    display: flex;
    align-items: center;
}
.camera-icon {
    position: relative;
    margin: 0rem 10px;
}

.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: #c6913b;
    background-color: #0c0d16;
    padding: .6rem;
    border-radius: 4px;
}

.send-icon {
    border-radius: 4px;
    border:0;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: .6rem;
    background-color: #c6913b;
    color: #fff;
    flex: 0 0 40px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1) !important;
    margin-right: 15px;
}
.chat_box h4 {
    font-size: 1.1rem;
    background-color: #050608;
    padding: 15px;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
    color: #fff;
}

.chat_foot #message {
    box-shadow: none !important;
    border: 0;
    background-color: transparent;
}
.sent_msg, .received_msg {
    background-color: #0c0d16;
    padding: 15px;
    max-width: 70%;
    margin: 0.3rem 0;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.outgoing_msg {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.msg_history p {
    margin: 0;
    color: #fff;
}
.msg_history .time_date {
    font-size: 13px;
    margin-bottom: -0.8rem;
}
.incoming_msg {
    display: flex;
}
.received_msg {
    background-color: #050608;
}
.msg_history p a {
    color: #c6913b;
    font-size: 14px;
}
/*.msg_history::-webkit-scrollbar {
    width: 0.4em;
}

.msg_history::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #c5c7e0;
}

.msg_history::-webkit-scrollbar-thumb {
    background-color: #6665ed;
    outline: 1px solid #6665ed;
}*/
/*chat end*/
/*ticket end*/
button span img{
    width: 16px;
    height: 16px;
    margin-left: .5rem;
    animation: fa-spin 2s linear infinite;
}
@keyframes fa-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*rank crown img*/
.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-color: #c6913b;
    color: #fff !important;
    border-radius: 100px;
}
.gj-picker thead {
    background-color: rgba(181, 143, 77, .7);
    color: #fff;
}
.gj-picker [role="navigator"]{
    background-color: #c6913b;
    color: #fff
}
.gj-picker{
    background-color: #0c0d16 !important;
}












.syndicate_box {
    background-color: #c6913b;
    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: #c6913b;
    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 #c6913b;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 1.5rem 0;
}
.prize_pull_right a:hover {
    color: #c6913b;
}
.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 #withdraw_tbody td:nth-child(3), .tab_with.table th:nth-child(3) {
    width: 100px;
    word-break: break-all;
}*/
.tab_with.table th, .tab_with.table td {
    font-size: 13px;
    padding: .5rem;
}
/*.tab_with.table #withdraw_tbody td:nth-child(2), .tab_with.table th:nth-child(2) {
    width: 110px;
    word-break: break-all;
}*/

.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: #c6913b;
    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-height: 800px){
    .menu a{
        height: 20px;
    }
    .leftbar_profile img{
        width: 40px;
        height: 40px;
    }
    .leftbar_profile {
        margin: .3rem 0;
    }

}

@media (max-width: 1400px){
    .dash_box{
        margin: 0 .5rem;
    }
    .page_right{
        /* flex: 0 0 300px;
         max-width: 300px;*/
        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;
    }
}


@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 650px !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_btn {
        background: #c6913b;
        padding: 10px 20px;
        color: #0c0d16;
        box-shadow: none;
        border: none;
    }
    .menu_btn:hover {
        color: #0c0d16;
    }
    .menu_btn i {
        font-size: 30px;
    }
    .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-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%;
    }
    .card_head .nav-link {
        /* border-bottom: 1px solid #E6DBDA; */
        /* border-radius: 0; */
    }
    .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 {
        /* margin: 10px 0; */
    }
    .menu a img {
        width: 20px;
    }
    .menu a {
        /* margin-bottom: 10px; */
    }
    .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_btn {
        padding: 10px 10px;
    }
    .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;
    }
    .leftbar {
        /* padding: 5px; */
    }

    .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;
        /* font-size: 1rem; */
        /* border-right: 0; */
    }

    .card_head .nav-item {
        /* width: 100%; */
    }
    .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: center;
    }
    .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;
        /* background-color: #f7f7f7; */
        /* border-top: 1px solid #e0e1e7; */
        /* border-bottom: 1px solid #e0e1e7; */
    }
    .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: #c6913b;
}



.form_flex {
    display: flex;
}

.form_flex .form-group {
    margin-right: 15px;
}

.member_flex {
    display: flex;
}

.member_flex_box {
    background-color: #c6913b;
    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-color: #c6913b;
    color: #fff;
}

.withdraw_btn .nav-link {
    padding: 12px 50px;
    border: 1px solid #c6913b;
    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: #c6913b;
}
.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 #c6913b;
    background-color: transparent;
    color: #c6913b;
}
#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: #c6913b;
}
.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: #c6913b;
}
.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: rgba(0, 128, 0, .1);
}
.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(https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Check_green_icon.svg/1200px-Check_green_icon.svg.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: 40px;
    margin-top: 30px;
}
.acc_heading h2 {
    margin-bottom: 5px;
    font-size: 26px;
    color: #fff;
}
label {
    font-weight: 300;
    margin-bottom: 5px;
}
.link {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
}
.link a {
    color: #c6913b;
}
.account_bottom {
    margin-top: 60px;
    text-align: center;
}
.account_bottom h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}
.border_button {
    background-color: transparent;
    font-size: 14px;
    color: #c6913b;
}

.acc_top h1 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}
.acc_top h4 {
    font-size: 20px;
    color: #c6913b;
    font-weight: 400;
    letter-spacing: 2px;
}


.credits {
    color: #f9fcfc;
    font-size: 16px;
    line-height: 140%;
}
.credits a {
    color: #c6913b;
    font-weight: bold;
    text-decoration: underline;
}

.verify_box {
    background-color: #050608;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
}
.verify_box p {
    margin: 0;
    font-weight: 400;
}


.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-color: #c6913b;
    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 {
    background-color: #050608;
    flex: 0 0 250px;
    max-width: 300px;
    margin-right: 15px;
    display: block;
    padding: 30px;
}
.account_flex .nav-link {
    display: block;
    color: rgba(255, 255, 255, .6);
    padding: 10px;
    margin: 10px 0;
    position: relative;
}
.account_flex .nav-link.active, .account_flex .nav-link:hover {
    background-color: #c6913b;
    color: #fff;
}
.account_flex .nav-link.active:after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #c6913b;
    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: #fff;
    margin-bottom: 15px;
    font-size: 20px;
}

.affiliate_head button {
    border: 1px solid rgb(255 255 255 / 0.2);
    width: 50px;
    font-size: 20px;
    background-color: #0c0d16;
    color: #c6913b;
    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-color: #c6913b;
    border-color: #c6913b;
}

#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 {
    background-color: #0c0d16;
    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 0;
}
.doc_box_center .button {
    margin: 0 auto;
    display: table;
}

#supporthistorydiv a {
    color: #c6913b;
    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-color: #050608;
    border: 1px solid #c6913b;
    border-radius: 10px;
    max-width: 500px;
}

.alert_subscription h4 {
    color: #c6913b;
    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: #c6913b;
}

.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-color: #c6913b;
    border-color: #c6913b;
}
#withdraw_history .custom_pagination {
    margin-top: 20px;
}
#withdraw_history .account_set {
    width: 85%;
}

@media (max-width: 991px) {
    #withdraw_history .account_set {
        width: 100%;
    }
}

footer {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #c6913b;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #0c0d16;
}
footer div a {
    color: #c6913b;
    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: #c6913b;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 1rem !important;
    margin: 0 .2rem;
}

.page-link:hover {
    z-index: 2;
    color: #c6913b;
    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-color: #c6913b;
    border-color: #c6913b;
}

.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;
}
