body {
    margin: 0;
    padding: 0;
    background-color: #eaedf4;
    font-family: "TT Firs Neue", sans-serif;
}

body a {
    color: inherit;
    text-decoration: none;
}

/*utils*/
.sectorCommon {
    border-radius: 9px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px #fff;
    box-shadow: 0px 0px 10px #fff;
}

.dFlexBetween {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.w50 {
    width: 50%;
}
.w59 {
    width: 59%;
}
.w49 {
    width: 49%;
}
.w39 {
    width: 39%;
}

.w25 {
    width: 24%;
}

.btn-green {
    border-radius: 90px;
    color: #000;
    font-size: 15px;
    background: #00d3a4;
    border: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.btn-green:hover {
    -webkit-box-shadow: 0px 0px 10px #00d3a4;
    box-shadow: 0px 0px 10px #00d3a4;
}

.btn-dark {
    color: #fff;
    font-size: 15px;
    background: #191919;
    border: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.btn-dark:hover {
    -webkit-box-shadow: 0px 0px 10px #cccccc;
    box-shadow: 0px 0px 10px #cccccc;
}

.modal button.close {
    border-radius: 100px;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 27px;
}

.jcc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.textGreen {
    color: #00d3a4;
}

.panelIcon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: table;
    /* -webkit-box-pack: center; */
    /* -ms-flex-pack: center; */
    /* justify-content: center; */
    /* -webkit-box-align: center; */
    /* -ms-flex-align: center; */
    /* align-items: center; */
    color: #fff;
    font-size: 25px;
    background: radial-gradient(#eccc59 20%, #f7e17b);
    text-align: center;
    line-height: 70px;
    padding-top: 2px;
    position: absolute;
    right: 10px;
}

.sbToggler {
    font-size: 20px;
    color: #000;
    border: none;
    background: none;
    position: absolute;
    left: 20px;
    display: none;
}

.panelIconBlue {
    background: #1c2cff;
}

.cardCustom {
    min-height: 140px;
    padding: 30px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
    position: relative;
}
.dispnone {
    display: none !important;
}
.df {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.cardSm {
    padding: 25px 30px;
}

.cardSm .cardHeading {
    margin-left: 20px;
    white-space: nowrap;
}

.bg-success {
    background-color: #00d3a4 !important;
}

.timeprogress_text {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: black;
}

.cardBalance {
    background-image: url(/img/waves.png);
    background-size: 100% 50%;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 231px;
}

.replenish {
    border-radius: 9px;
    border: 1px solid #eff2f8;
    background: #fff;
    width: 32%;
    height: 76px;
    margin-bottom: 15px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.replenish:hover {
    -webkit-box-shadow: 0px 0px 10px #eff2f8;
    box-shadow: 0px 0px 10px #eff2f8;
}

.btnLight {
    max-width: 276px;
    min-width: 170px;
    width: 100%;
    height: 70px;
    border-radius: 90px;
    color: #000;
    font-size: 15px;
    background: #00d3a4;
    border: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.btnLight:hover {
    -webkit-box-shadow: 0px 0px 10px #00d3a4;
    box-shadow: 0px 0px 10px #00d3a4;
}

.btnDark {
    max-width: 276px;
    min-width: 170px;
    width: 100%;
    height: 70px;
    border-radius: 90px;
    color: #fff;
    font-size: 15px;
    background: #000;
    border: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.btnDark:hover {
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}

.btnSecondary {
    max-width: 276px;
    min-width: 170px;
    width: 100%;
    height: 70px;
    border-radius: 90px;
    color: #000;
    font-size: 15px;
    background: #f2f4f8;
    border: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.btnSecondary:hover {
    -webkit-box-shadow: 0px 0px 10px #f2f4f8;
    box-shadow: 0px 0px 10px #f2f4f8;
}

.cardHeading {
    position: relative;
    margin-bottom: 15px;
    white-space: nowrap;
}

.cardHeading::before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: #00d3a4;
    top: 3px;
    left: -20px;
}

.cardHeading.nopoint::before {
    background: transparent;
}

.panelMt {
    margin-top: 40px;
}

.mtSm {
    margin-top: 20px;
}

.infoBtn {
    width: 30px;
    height: 30px;
    background: #00d3a4;
    color: #fff;
    border-radius: 100% 100% 9px 100%;
    border: none;
}

.cardHeadingY {
    position: relative;
}

.cardHeadingY::before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: #f5dd75;
    top: 6px;
    left: -20px;
}

.textCommon {
    font-size: 16px;
}

.textXXL {
    font-size: 26px;
}

.textXl {
    font-size: 25px;
}

.fwb {
    font-weight: bold;
}

.ttu {
    text-transform: uppercase;
}

.textSm {
    font-size: 10px;
}

.textDark {
    color: #000;
}

.textSecondary {
    color: #a9a9a9;
}

.user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user .userInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
}

.user .userAvatar {
    margin-left: 15px;
    height: 51px;
    width: 51px;
    border-radius: 100%;
    overflow: hidden;
    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;
}

.user .userAvatar img {
    width: 100%;
}

.table thead {
    text-transform: uppercase;
}

.table tbody td {
    padding: 20px;
}

.table tbody td:first-child {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

.table tbody td:last-child {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}

.watchAll {
    cursor: pointer;
    text-align: center;
}

.panelTable table.table {
    min-width: 500px;
}

.history.cardCustom {
    min-height: 95px;
}
.history.cardCustom h3 {
    margin-bottom: 0px;
}
/*sectional*/
.containerCustom {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sidebar {
    width: 373px;
    height: 100%;
    position: relative;
    overflow: auto;
}

.sidebar .logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 106px;
}

.sidebar .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar .logo img {
    height: 48px;
    width: 45px;
}

.sidebar .logo .logoText {
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
}

.sidebar .sidebarMenu {
    padding: 15px;
    margin-top: 15px;
}

.sidebar .sidebarMenu .userCard {
    border-radius: 9px;
    border: 1px solid #eff2f8;
    padding: 15px 0;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sidebar .sidebarMenu .userCard .userInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar .sidebarMenu .userCard .userInfo .avatar {
    height: 107px;
    width: 107px;
    border-radius: 100%;
    overflow: hidden;
    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;
}

.sidebar .sidebarMenu .userCard .userInfo .avatar img {
    width: 100%;
}

.sidebar .sidebarMenu .userCard .userInfo .userFinance {
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar .sidebarMenu .userCard .userInfo .userFinance .userRank {
    padding: 5px 10px;
    border-radius: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #00d3a4;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 2px;
}

.sidebar .sidebarMenu .userCard .userInfo .userFinance .userBalance {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}

.sidebar .sidebarMenu .userCard .partnerLink {
    margin-top: 15px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.sidebar .sidebarMenu .userCard .partnerLink a {
    text-transform: none !important;
    font-size: 12px;
}

.sidebar .sidebarMenu .menuMain {
    margin-top: 10px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sidebar .sidebarMenu .menuMain .menuMain_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 100%;
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
}

.sidebar .sidebarMenu .menuMain .menuMain_item .menuMain_item_button_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    border-radius: 90px;
    background: #f2f4f8;
    padding: 10px;
    width: 80%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    position: relative;
}

.sidebar .sidebarMenu .menuMain .menuMain_item .icon {
    border-radius: 100%;
    width: 51px;
    height: 51px;
    background: #fff;
    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;
    color: #000;
    font-size: 20px;
}

.sidebar .sidebarMenu .menuMain .menuMain_item .text {
    font-size: 15px;
    color: #000;
    margin-left: 15px;
}

.sidebar
    .sidebarMenu
    .menuMain
    .menuMain_item
    .menuMain_item_button_content:hover {
    background: radial-gradient(#303134 10%, #000);
}

.sidebar
    .sidebarMenu
    .menuMain
    .menuMain_item
    .menuMain_item_button_content:hover
    .icon {
    background: none;
    color: #fff;
}

.sidebar
    .sidebarMenu
    .menuMain
    .menuMain_item
    .menuMain_item_button_content:hover
    .text {
    color: #fff;
}

.sidebar .sidebarMenu .socials {
    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;
    margin-top: 0px;
}

.sidebar .sidebarMenu .socials .socials_item {
    height: 51px;
    width: 51px;
    background: #00d3a3;
    border-radius: 100%;
    color: #fff;
    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;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.menuMain_item_button_content {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: -3px;
}
.sidebar .sidebarMenu .socials .socials_item:hover {
    background: #000;
}

.sidebar .sidebarMenu .socials .socials_item:nth-child(2) {
    margin-left: 5px;
}

.main {
    width: calc(100% - 373px);
    padding-left: 15px;
    padding-right: 15px;
}
.changepagetitle {
    font-size: 22px;
}
.menuMain_item.dropMenu .menuMain_item_list {
    display: none;
}
.menuMain_item.dropMenu {
    position: relative;
}
.menuMain_item.dropMenu .menuMain_item_button_content .text {
}
.menuMain_item.dropMenu
    .menuMain_item_button_content:not(
        .menuMain_item_list .menuMain_item_button_content
    )
    .text:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    position: absolute;
    right: 15px;
    transform: rotate(0deg);
    transition: all 0.5s;
}

.menuMain_item.dropMenu.active
    .menuMain_item_button_content:not(
        .menuMain_item_list .menuMain_item_button_content
    )
    .text:before {
    /*content: "\f077";*/
    transform: rotate(180deg);
    transition: all 0.5s;
}

.menuMain_item.dropMenu.active .menuMain_item_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    width: 100%;
    margin-bottom: -10px;
    margin-top: 10px;
}

.menuMain_item.dropMenu.active .menuMain_item_list .menuMain_item {
    align-items: flex-end;
    position: relative;
}

.menuMain_item.dropMenu.active
    .menuMain_item_list
    .menuMain_item
    .menuMain_item_button_content {
    position: relative;
}

.menuMain_item.dropMenu.active
    .menuMain_item_list
    .menuMain_item
    .menuMain_item_button_content:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    position: absolute;
    left: -15px;
}
.menuMain_item.dropMenu.active
    .menuMain_item_list
    .menuMain_item
    .menuMain_item_button_content {
}

.main .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
    width: 100%;
    height: 106px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.main .header .headerMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.main .header .headerMenu .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main .header .headerMenu .user .userInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
}

.main .header .headerMenu .user .userAvatar {
    margin-left: 15px;
    height: 51px;
    width: 51px;
    border-radius: 100%;
    overflow: hidden;
    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;
}

.main .header .headerMenu .user .userAvatar img {
    width: 100%;
}

.main .header .headerMenu .langs {
    margin-left: 15px;
    height: 51px;
    width: 51px;
    border-radius: 100%;
    border: 1px solid #eff2f8;
    text-transform: uppercase;
    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;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding-top: 2px;
}

.main .header .headerMenu .langs_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: -485px;
    right: 5px;
    display: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: white;
    padding: 10px;
    border-radius: 100px;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.13);
    z-index: 1;
}

.main .header .headerMenu .langs_menu .langs_menuItem {
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: pointer;
}

.main .header .headerMenu .langs_menu .langs_menuItem:hover {
    text-shadow: 0px 0px 10px #fff;
}

.cardReplen .dFlexBetween {
    margin-top: 0px;
}
.flexBetween.btnHolder {
    display: flex;
    justify-content: space-between;
}
.dFlexBetween button {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* margin: 0 auto; */
    margin-right: 5px;
}
.table > :not(caption) > * > * {
    vertical-align: middle;
}

input.form-control {
    color: #000;
    border-radius: 90px;
    border: none;
    padding: 20px;
    font-size: 14px;
    height: 65px;
    background: #f2f4f8;
}

input.form-control.searchinput {
    border-radius: 5px;
}
.content__faq__searchform__lable.btn {
    background: #f2f4f8;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
}

.ha {
    height: auto !important;
}

.history .watchAll {
    cursor: pointer;
    text-align: center;
}

.history .table thead {
    text-transform: uppercase;
}

.history .table tbody td {
    padding: 20px;
}

.history .table tbody td:first-child {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

.history .table tbody td:last-child {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}

.table > :not(caption) > * > * {
    border: none;
}

.panelTable .table thead {
    text-transform: uppercase;
}

.panelTable .table tbody td {
    padding: 12px;
}

.panelTable .table tbody td:first-child {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

.panelTable .table tbody td:last-child {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}

.panelTimer {
    position: relative;
    height: 18px;
    border-radius: 30px;
    width: 100%;
    background: #f2f4f8;
}

.panelTimer .panelTimerProgress {
    width: 100%;
    background: #00d3a4;
    height: 100%;
    border-radius: 30px;
    font-size: 12px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
}

.panelTimer .panelTimerProgress .panelTimerProgress_time {
    position: absolute;
    left: 10px;
}

.cardProfile {
    margin-top: 15px;
}

.cardProfile .dFlexBetween {
    margin-top: 0px;
}

.cardProfile .dFlexBetween .cardProfile_item_small {
    width: 300px;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cardProfile .dFlexBetween .cardProfile_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 15px;
}

.cardProfile .dFlexBetween .cardProfile_item .cardProfile_item_input {
    margin-top: 30px;
}

.cardProfile .dFlexBetween .cardProfile_item .btnSecondary {
    margin-top: 50px;
}

.cardProfile .dFlexBetween .cardProfile_item .cardProfile_item_avatar {
    width: 231px;
    height: 231px;
    border-radius: 100%;
    margin-top: 35px;
    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;
}

.cardProfile .dFlexBetween .cardProfile_item .cardProfile_item_avatar img {
    width: 100%;
}

.passLineHeading {
    margin-top: 47px !important;
    margin-left: 30px;
}

.passLine {
    margin-right: 15px;
}

.passLine .btnLight {
    width: 30%;
}

.cardProfile_item_input {
    width: 30%;
}

.cardProfile_item_input input {
    width: 100%;
    color: #000;
    border-radius: 90px;
    border: none;
    padding: 20px;
    font-size: 14px;
    height: 65px;
    background: #f2f4f8;
}

.cardProfile_item_input input.passInput {
    background: #f1f6fc;
}

.cardProfile_settings {
    padding: 20px;
    margin-top: 20px;
}

.cardProfile_settings .cardProfile_settings_item {
    width: 49%;
    margin-top: 20px;
}

.cardProfile_settings .cardProfile_settings_item .adapter {
    margin-top: 8px;
}

.cardProfile_settings
    .cardProfile_settings_item
    .flexBetween
    .cardProfile_item_input {
    width: 49%;
}

.cardProfile_settings .cardProfile_settings_item .flexBetween button.btnMain {
    width: 49%;
    margin-top: 30px;
}

.cardAcademy {
    width: 30%;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cardAcademy .academyImg {
    position: relative;
    width: 100%;
    height: 243px;
    border-radius: 9px;
}

.cardAcademy .academyImg img {
    width: 100%;
}

.cardAcademy .academyImg .academyImgText {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.cardAcademy .academyText {
    text-align: center;
    margin-top: 30px;
}

.cardAcademy .btnLight {
    margin-top: 30px;
}

.linear .user .userInfo {
    margin-left: 10px;
}

.linear .user .userAvatar {
    margin-left: 0;
}

.binar .cardBalance {
    height: auto;
}

.sbClose {
    font-size: 20px;
    color: #000;
    border: none;
    background: none;
    position: absolute;
    right: 10px;
    display: none;
}

.trNone {
    -webkit-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
}

.logInMain {
    background-image: url(/img/logInBg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logInMain .cardLogin {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 62px 0;
    width: 556px;
    height: auto;
}

.logInMain .cardLogin .loginLogo {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.logInMain .cardLogin .loginLogo .textXXL {
    margin-top: 31px;
    margin-bottom: 25px;
}

.logInMain .cardLogin .loginForm {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}

.logInMain .cardLogin .loginForm .g-recaptcha {
    margin-top: 25px;
    margin-bottom: 0px !important;
}

.logInMain .cardLogin .loginForm input {
    width: 100%;
    max-width: 320px;
    height: 80px;
    background: #f4f6fa;
    color: #000;
    font-size: 14px;
    padding: 15px;
    margin-top: 20px;
    border: none;
    border-radius: 9px;
}

.logInMain form.authentication_main {
    width: 100%;
    max-width: 410px;
}

.uplinefinderstyle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: darkgray;
    width: fit-content;
    max-width: 100%;
    margin-top: 20px;
    margin-left: 7px;
    background: #f4f6fa;
    margin-bottom: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 7px 20px;
    position: relative;
    z-index: 0;
}

.uplinefinderstyle.not_found_upline {
    max-width: 300px;
    margin: 0 auto;
    color: rgb(255, 133, 133);
}

.logInMain .cardLogin .btnLight {
    margin-top: 15px;
    width: 100%;
}

.logInMain .cardLogin .loginRoute {
    margin-top: 37px;
}

.former {
    width: 100%;
}
.former button.btnMain,
.former input.btnMain {
    padding: 15px;
    font-size: 15px;
    width: 100%;
}
.former p {
}
.pockets_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.pockets_item {
    flex: 1 1 30%;
}

.transferselect_button {
    padding: 5px;
    width: 100%;
    height: 70px;
    border-radius: 8px;
    background-color: rgb(226, 226, 226);
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.tree {
    width: auto;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 35px;
    overflow: auto;
    margin-top: -60px;
}

.tree ul {
    padding-top: 25px;
    margin-top: -7px;
    position: relative;
    padding-left: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li {
    float: left;
    text-align: center;
    display: block;
    list-style-type: none;
    position: relative;
    padding: 25px 3px 0 3px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before,
.tree li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid rgb(0, 138, 110);
    width: 50%;
    height: 25px;
}
.tree li:after {
    right: auto;
    left: 50%;
    border-left: 1px solid rgb(0, 138, 110);
}

/*We need to remove left-right connectors from elements without 
  any siblings*/
.tree li:only-child::after,
.tree li:only-child::before {
    display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child {
    padding-top: 0;
    min-width: -webkit-max-content;
}

/*Remove left connector from first child and 
  right connector from last child*/
.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
    border-right: 1px solid rgb(0, 138, 110);
    border-radius: 0 0px 0 0;
    -webkit-border-radius: 0 0px 0 0;
    -moz-border-radius: 0 0px 0 0;
}
.tree li:first-child::after {
    border-radius: 0px 0 0 0;
    -webkit-border-radius: 0px 0 0 0;
    -moz-border-radius: 0px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid rgb(0, 138, 110);
    width: 0;
    height: 25px;
    margin-left: -1px;
}

.tree li a {
    padding: 0px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 1.8rem;
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: 110px;
    height: 110px;

    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    background: linear-gradient(to right, #dcdcdc, #ffffff);
    overflow: hidden;
}

.tree li a.ownposition {
    width: 135px;
    height: 135px;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover,
.tree li a:hover + ul li a {
    background: linear-gradient(
        to right,
        rgba(20, 197, 147, 0.45),
        rgba(0, 67, 72, 0.21)
    );
    color: #808080;
    border: 0px solid #000000;
    box-shadow: inset 0 0 15px #a8f3ff inset;
    padding: 2px;
}
/*Connector styles on hover*/
.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
    border-color: #3db8d7;
}

.tree li a:hover + ul li::after {
}
.tree li a:hover + ul li::before {
}
.tree li a:hover + ul::before {
}
.tree li a:hover + ul ul::before {
}

.tree li a.just-line {
    display: none;
}
.tree a.just-line + ul {
    padding-top: 74px;
}
.tree a.just-line + ul:before {
    height: 74px;
}

.avataruserbinar {
    background-size: cover;
    background-position: 44%;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100%;
    border-radius: 0px;
    background-color: rgba(91, 91, 91, 0.35);
    z-index: 1;
    position: relative;
    border-radius: 15px;
}

.binarylogin {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    font-weight: bold;
    font-size: 10px;
    word-wrap: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgb(236, 236, 236);
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.25);
    border: solid 0px rgb(222, 222, 222);
    border-bottom: solid 0px rgb(172, 171, 171);
    padding: 0px;
    border-radius: 0px;
    margin-top: -15px;
    z-index: 1;
}
.numpositionbinar {
    display: none;
}

.change_tree_visual {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.change_tree_visual .firsticon {
    position: absolute;
    transform: rotate(90deg);
    left: 12px;
    transition: all 0.5s;
}
.change_tree_visual .secondicon {
    position: absolute;
    transform: rotate(90deg);
    right: 12px;
    transition: all 0.5s;
}

.change_tree_visual:not(.active) .firsticon {
    transform: rotate(180deg);
    left: 8px;
    transition: all 0.5s;
}
.change_tree_visual:not(.active) .secondicon {
    transform: rotate(0deg);
    right: 8px;
    transition: all 0.5s;
}

.tree li a .fas {
    font-weight: 100;
    font-size: 2rem;
    color: rgb(220, 136, 93);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li a:hover .fas,
.tree li a:hover + ul li a .fas {
    color: #000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.binar__infopanel__structure__toptree__login__inside__settings_button {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5%;
    font-size: 9px;
    cursor: pointer;
    background: rgba(18, 18, 18, 0.69);
    color: white;
    width: 63px;
    height: 36px;
    border-radius: 50%;
    border: none;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* display: none; */
}

.binar__infopanel__structure__toptree__login__inside__settings_button_left {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #d4cafc;
    text-align: center;
    padding: 5%;
    font-size: 18px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.25);
    width: 36px;
    height: 36px;
    border-radius: 0px;
    border-bottom-left-radius: 15px;
    border: none;
    top: 2px;
    right: 2px;
    z-index: 2;
}

.binar__infopanel__structure__toptree__login__inside__settings_button_left img {
    filter: grayscale();
}

.preset_link_generator_button {
    border-radius: 100px;
    border: solid #00d3a4 2px;
    background-color: rgba(255, 255, 255, 0.77);
    width: 90%;
    max-width: 99px;
    max-height: 99px;
    height: 90%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5%;
    color: gray;
    font-weight: 300;
    font-size: 55px;
}

.preset_link_generator_button:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgb(64, 64, 64);
}

.showlevel,
.showlevel_0,
.showlevel_1,
.showlevel_2,
.showlevel_3 {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    margin-left: -9rem;
    padding-right: 10rem;
    font-size: 3rem;
    top: 1.2rem;
    color: rgb(161, 161, 161);
    z-index: -1;
    width: 100%;
}
ul:nth-child(2) li:nth-child(2) .showlevel {
    display: none;
}

.loadingobject {
    opacity: 0.5 !important;
}
.loadingobject:before {
    content: "";
    background: url("/img/ajaxloader.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    max-width: 60px;
    max-height: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    background-position: 50% 50%;

    /* -webkit-animation-name: spin;
      -webkit-animation-duration: 4000ms;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
  
      -moz-animation-name: spin;
      -moz-animation-duration: 4000ms;
      -moz-animation-iteration-count: infinite;
      -moz-animation-timing-function: linear;
  
      -ms-animation-name: spin;
      -ms-animation-duration: 4000ms;
      -ms-animation-iteration-count: infinite;
      -ms-animation-timing-function: linear;
  
      animation-name: spin;
      animation-duration: 4000ms;
      animation-iteration-count: infinite;
      animation-timing-function: linear; */
}
.dispnone {
    display: none !important;
}
.binary-structure {
    margin-top: -60px;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.marketing__binar-view-sort {
    padding: 20px;
    width: 30%;
    background: rgba(14, 61, 78, 0.6);
    position: relative;
}

@media screen and (min-width: 1660px) {
    .marketing__binar-view-sort-bottom {
        display: none;
    }
}
.marketing__binar-view-sort > h6 {
    font-weight: lighter;
    font-size: 1.4rem;
    line-height: 1.3rem;
}
.marketing__binar-view-sort-option {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.marketing__binar-view-sort-option > span {
    margin-left: 8px;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.5rem;
}

.btnsetleft {
    background: gray;
    padding: 3px 10px 1px 10px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-top: -2px;
    color: white;
    /*transform: rotate(-31deg);
  margin-left: -55px;
  margin-bottom: -33px;*/
    width: 125px;
}

.btnsetright {
    background: gray;
    padding: 3px 10px 1px 10px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top: -2px;
    color: white;
    /*transform: rotate(31deg);
  margin-right: -55px;
  margin-bottom: -33px; */
    width: 125px;
}

.btnsetright:disabled,
.btnsetleft:disabled {
    background: #00d3a4;
    opacity: 1;
    border: 1px #00d3a4;
}
/* The switch - the box around the slider */
.base-switch {
    position: relative;
    display: inline-block;
    min-width: 28px;
    min-height: 16px;
    height: 16px;
    margin-bottom: 0px;
}
.base-switch > input {
    opacity: 0;
    width: 0;
    height: 0;
}
.base-switch.switch-on span {
    border-color: #3e3e3e;
    background-color: rgba(24, 24, 24, 0.75);
    background: linear-gradient(to right, #7b7b7b, #00998f);
}
.base-switch.switch-on span::before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}
.base-switch > span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: linear-gradient(to right, #00998f, #7b7b7b);
    box-sizing: border-box;
    border-radius: 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.base-switch > span::before {
    border-radius: 0px;
    position: absolute;
    content: "";
    height: 100%;
    width: 14px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.base-search {
    position: relative;
    width: 100%;
}
.base-search__content {
    position: relative;
    background: #05162b;
    border-radius: 20px;
    border: none;
    color: #38ebcb;
    height: 36px;
    padding: 10px 20px;
    font-size: 1.6rem;
    line-height: 1.5rem;
    font-weight: bold;
    width: 100%;
}
.base-search__content:focus {
    outline: none;
}
.base-search__content::placeholder {
    color: #38ebcb;
}
.base-search__content::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.base-search__label::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    right: 16px;
    top: 10px;
    background: url("../img/search-icon.svg") no-repeat center;
}
.base-search:focus {
    outline: none;
}

.base-checkbox > input {
    display: none;
}
.base-checkbox > input:checked + label {
    position: relative;
}
.base-checkbox > input:checked + label::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    top: 3px;
    right: 3px;
    background: #38ebcb;
}
.base-checkbox > label {
    display: block;
    width: 17px;
    height: 17px;
    background: rgba(56, 235, 203, 0.3);
    transition: 75ms ease;
}
.base-checkbox__rounded > label {
    border-radius: 50%;
}

.base-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
}
.base-pagination li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    color: rgba(51, 203, 181, 0.6);
    background: rgba(14, 61, 78, 0.6);
    margin-right: 4px;
    transition: 175ms ease;
}
.base-pagination li a {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
}
.base-pagination li:hover {
    background: #33cbb5;
    color: white;
}
.base-pagination li:active {
    background: #477b86;
}
.base-pagination__active {
    color: #33cbb5 !important;
    background: rgba(17, 82, 105, 0.6) !important;
}
.sorter-container {
    margin-bottom: -5px;
}

.popover-body {
    color: #000000 !important;
}
.langCurrent {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.langs_wrapper {
    position: relative;
}
.langCurrent:hover {
    cursor: pointer;
}
.langList {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: -81px;
    left: -30px;
    background: rgba(29, 40, 53, 0.95);
    border-radius: 0px;
    z-index: 1;
}
.langList_close {
    display: none !important;
}
.langList_item {
    padding: 8px;
    color: #fbe9a2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
}
.langList_item:hover {
    cursor: pointer;
}

.linearTopline .teamLinear {
    background-image: url(../../img/teamLinear_bg.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: auto;
}

.linearTopline .teamLinear .teamLinear_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.teamLinear_icon {
    min-width: 38px;
    min-height: 38px;
    font-size: 24px;
    /*  background: -webkit-gradient(linear, left top, right bottom, from(#344e48), to(#27374d));
    background: linear-gradient(to bottom right, #344e48, #27374d); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 0px;
}
.teamLinear_icon span {
    margin-bottom: -5px;
}

.itemBordered {
    border-right: 2px dashed #2e2e2e;
}

.percent_order_range_percent {
    max-width: 90%;
    width: 90%;
    -webkit-appearance: none;
    background-color: #ededed;
    border-radius: 5px;
}

.percent_order_range_percent::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
    color: #13bba4;
    margin-top: -1px;
}

.percent_order_range_percent::-webkit-slider-thumb {
    width: 20px;
    -webkit-appearance: none;
    height: 20px;
    margin-top: -5px;
    cursor: ew-resize;
    background: #03b88f;
    border-radius: 100px;
    box-shadow: 0px 0 10px #00d3a4;
    transition: all 0.2s;
}

.percent_order_range_percent:hover::-webkit-slider-thumb {
    transition: all 0.2s;
    background: #00d3a4;
    box-shadow: 0px 0 10px #00d3a4;
}

.percent_order_range_percent:active::-webkit-slider-thumb,
.percent_order_range_percent:focus::-webkit-slider-thumb {
    background: #00d3a4;
    box-shadow: 0px 0 15px #00d3a4;
}

.percent_order_container .percent_order_text {
    font-size: 18px;
}
.percent_order_container {
    margin-top: -15px;
}

@media screen and (max-width: 522px) {
    .linearContent .teamLinear_row,
    .linearContent .cardMedium {
        zoom: 0.8;
    }
}
@media screen and (max-width: 368px) {
    .linearContent .teamLinear_row,
    .linearContent .cardMedium {
        zoom: 0.6;
    }
}

@media screen and (max-width: 854px) {
    .preset_link_generator_button {
        text-align: center;
        font-size: 10px;
    }
    .binary-structure {
        margin-top: 15px;
        zoom: 0.32;
    }
    .binarylogin {
        font-size: 4px;
        margin-top: -20px;
    }
    .sorter-container {
        margin-bottom: -20px;
        position: relative;
        z-index: 1;
    }
    main .content {
        overflow: hidden;
    }
    main header button.navToggler {
        margin-left: 10px;
    }
}

.teamLinear_row {
    color: white;
    text-transform: uppercase;
}
.table tr td,
.tableCard .table th,
.tableCard .table td {
    vertical-align: middle;
    font-weight: 500;
    text-align: center;
}

.table tr th {
    font-size: 14px;
}
.table tr td {
    font-size: 14px;
}
.allocationsform,
.allocationsform p {
    color: black !important;
}
.allocationsform input {
    color: gray !important;
}

.allocationstable tbody tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.1);
}

.sidebar_user_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modalnews_content {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: rgb(0, 164, 255) 5px solid;
    margin-left: -8px;
}

.newslist_container {
    justify-content: space-around;
    display: flex;
    padding: 10px 35px 10px 10px;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 53px;
    overflow: hidden;
    position: relative;
}

.newslist_item {
    margin-right: 20px;
    text-align: center;
    color: rgb(38, 38, 38);
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.newslist_track {
    display: flex;
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 25s linear infinite;
}
.newslist_track:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translateX(135%);
    }
    100% {
        transform: translateX(-135%);
    }
}
@media screen and (max-width: 854px) {
    @keyframes marquee {
        0% {
            transform: translateX(95%);
        }
        100% {
            transform: translateX(-95%);
        }
    }
}

.disabled {
    opacity: 0.6;
}

.modal-body .programs_item {
    min-width: 250px;
    /* max-width: 255px; */
    width: 100%;
    height: 180px;
}
.pItemF .iffreeze {
    color: rgb(70, 227, 235);
    opacity: 0.9;
    text-decoration: line-through;
}
.matfreeplace {
    font-size: 8px;
    background: rgba(0, 0, 0, 0.38);
    background: radial-gradient(
        circle,
        rgba(160, 103, 72, 0.8),
        rgba(160, 103, 72, 0) 68%
    );
    border-radius: 100px;
    color: white;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_results {
    display: none;
}
.search_results.active {
    display: block;
}

.search_results.active + .content__binar__main__table,
.search_results.active + .content-refstable {
    display: none;
}

select.form-control:focus {
    color: white;
}

img.team_avatar {
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.tt-n {
    text-transform: none;
}

.team__top__searchform {
    width: 330px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 15px;
}
.jqstooltip {
    width: auto !important;
    height: auto !important;
}

.former form,
.former {
    width: 100%;
}
.sorter-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* overflow:auto; */
}

.panel.profile-cover {
    position: relative;
}

.marketing__badge-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.5rem;
    padding: 4px 6px;
}
.marketing__badge-button-upgrade {
    background-color: #e6025e;
    cursor: pointer;
    transition: 175ms ease;
}
.marketing__badge-button-upgrade:hover {
    background-color: #fd0f6f;
}
.marketing__badge-button-upgrade:active {
    background-color: #c30250;
}
.marketing__badge-button-partners {
    background-color: #0abec0;
    cursor: pointer;
    transition: 175ms ease;
}
.marketing__badge-button-partners:hover {
    background-color: #0ce0e2;
}
.marketing__badge-button-partners:active {
    background-color: #089c9e;
}
.marketing__badge-button-binar {
    background-color: #0f8ebc;
    cursor: pointer;
    transition: 175ms ease;
}
.marketing__badge-button-binar:hover {
    background-color: #12a7dd;
}
.marketing__badge-button-binar:active {
    background-color: #0c759b;
}
.marketing__badge-button-rank {
    padding: 6px 12px;
    background: rgba(1, 7, 23, 0.4);
}
.marketing__badge-binar {
    display: block;
    font-size: 1.6rem;
    line-height: 1.5rem;
}
.marketing__badge-binar > p {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 0px;
}
.marketing__badge-binar-green {
    color: #38ebcb;
}
.marketing__badge-binar-red {
    color: #ff7295;
}
.marketing__binar-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.05em;
    font-size: 1.5rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    color: #557391;
    flex-direction: column;
}
.marketing__binar-title-warn {
    text-align: center;
    width: 100%;
    font-size: 15px;
    margin-bottom: 0px;
}
.marketing__binar-view {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: white;
    border-radius: 15px;
    width: 100%;
    padding: 32px;
    box-sizing: border-box;
    margin-bottom: 100px;
    flex-direction: column;
}
.marketing__binar-view-stat {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    z-index: 2;
}

.binar__infopanel__structure__toptree__login__inside__settings_button {
    position: absolute;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 2px solid #42b4fc;
    color: #42b4fc;
    background-color: #fff;
    text-align: center;
    padding: 1%;
    font-size: 22px;
    cursor: pointer;
    left: 80%;
    display: none;
}

.binar__infopanel__structure__toptree__login__inside__settings_button_left {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #d4cafc;
    text-align: center;
    padding: 5%;
    font-size: 18px;
    cursor: pointer;
    background: rgba(52, 52, 52, 0.75);
    width: 36px;
    height: 36px;
    border-radius: 0px;
    border: none;
    top: 2px;
    right: 2px;
}

.marketing__binar-view-group {
    width: 33.333333%;
}
.binar__infopanel__structure__toptree {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.categories_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    gap: 15px;
}

.category_item {
    border: solid 2px white;
    border-radius: 100px;
    padding: 5px 10px;
    position: relative;
    display: flex;
    background-color: rgb(229, 244, 255);
}
.category_item_counter {
    margin-left: 10px;
    border-radius: 100px;
    background-color: white;
    padding: 0px 9px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.16);
    color: white;
}
@media screen and (max-width: 910px) {
    .dFlexBetween button {
        margin-bottom: 15px;
    }
    .marketing__binar-view {
        padding: 0;
    }
    .binar__infopanel__structure__toptree {
        flex-direction: column;
    }
    .binar__infopanel__structure__toptree .card {
        width: 100%;
    }
}
@media screen and (max-width: 1500px) {
    .marketing__binar-view {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}
@media screen and (max-width: 1500px) {
    .marketing__binar-view-group {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 910px) {
    .marketing__binar-view-group > div {
        width: 100%;
    }
}
.marketing__binar-view-sort {
    padding: 20px;
    width: 30%;
    background: rgba(14, 61, 78, 0.6);
    position: relative;
}

@media screen and (min-width: 1660px) {
    .marketing__binar-view-sort-bottom {
        display: none;
    }
}
.marketing__binar-view-sort > h6 {
    font-weight: lighter;
    font-size: 1.4rem;
    line-height: 1.3rem;
}
.marketing__binar-view-sort-option {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.marketing__binar-view-sort-option > span {
    margin-left: 8px;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.marketing__binar-view-filter {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
    background: rgba(14, 61, 78, 0.6);
    padding: 28px;
}
@media screen and (max-width: 910px) {
    .marketing__binar-view-filter {
        align-items: flex-start;
        padding: 16px;
    }
}
.marketing__binar-view-tree {
    margin: 0 auto;
}
.marketing__binar-view-filter-totop {
    margin-bottom: 12px;
}
.marketing__binar-view-filter-toup {
    margin-bottom: 24px;
}
.marketing__binar-view-filter-highlight {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.3rem;
    letter-spacing: 0.05em;
    margin-top: 12px;
}
.marketing__binar-view-filter-highlight > span {
    margin-left: 8px;
}
.marketing__binar-view-content {
    width: 100%;
    margin-top: 60px;
    flex-grow: 1;
}
.marketing__binar-view-tree-multibranch {
    display: flex;
    justify-content: space-around;
}
.marketing__binar-view-tree-branch {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    width: 100%;
}
.marketing__binar-view-tree-branch:after {
    content: "";
    position: absolute;
    top: -17px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    height: 9px;
    width: 50%;
}
.marketing__binar-view-tree-branch:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 9px;
    top: -25px;
    border-left: 1px solid white;
}
.marketing__binar-view-tree-user {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    position: relative;
    width: 100%;
}
.marketing__binar-view-tree-user-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    right: -5px;
    position: absolute;
    background: #18726d;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.marketing__binar-view-tree-user-name {
    margin-top: 12px;
    font-size: 1.6rem;
    line-height: 1.5rem;
}
.marketing__binar-view-tree-user-info {
    height: 100px;
    width: 220px;
    top: 0;
}
.marketing__binar-view-tree-user-info-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    color: #31a39c;
}
.marketing__binar-view-tree-user-info-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.4rem;
    line-height: 1.3rem;
    background: rgba(14, 61, 78, 0.6);
    padding: 12px;
    letter-spacing: 0.05em;
}
.marketing__binar-view-tree-user-info-content > span {
    width: 100%;
    text-align: center;
}
.marketing__binar-view-tree-user-info-content > span > b {
    font-size: 1.6rem;
    line-height: 1.5rem;
    font-weight: bold;
}
.marketing__binar-view-tree-user-info-content > span:first-of-type {
    border-bottom: 1px dashed #31a39c;
    padding-bottom: 8px;
}
.marketing__binar-view-tree-user-info-content > span:last-of-type {
    padding-top: 12px;
}
.marketing__binar-view-tree-user-info-left {
}
.marketing__binar-view-tree-user-info-right {
}

.textbinarytabs,
.sortercard,
.marketing__binar-title-warn,
.tabbinary_structure,
.tabbinary_list,
.content__faq__searchform__lable.btn {
    color: black;
}
.content__faq__searchform__lable.btn {
    color: rgb(180, 180, 180);
}
.sortercard {
    border-radius: 100px;
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.marqueenews {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
}
.binarynominal {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    font-size: 11px;
    color: white;
    background: rgba(0, 158, 93, 1);
    background: radial-gradient(
        circle,
        rgba(0, 255, 190, 0.73),
        rgba(2, 0, 36, 0) 97.06%
    );
    z-index: 2;
    text-shadow: 0px 0px 3px black;
}

section.congrads {
    background-image: url(/img/congradsBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section.congrads .congradsMain .congradsMain_top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
    text-align: center;
}
section.congrads .congradsMain .congradsMain_top a img {
    width: 72px;
    height: 80px;
}
section.congrads .congradsMain .congradsMain_top h3 {
    margin-top: 45px;
    font-size: 58px;
    color: #fff;
    line-height: 1.5;
}
section.congrads .congradsMain .congradsMain_top h3 span {
    color: #020202;
    background: #00daa9;
}
section.congrads .congradsMain .congradsMain_bot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
section.congrads .congradsMain .congradsMain_bot .congradsMain_botPhoto,
section.congrads .congradsMain .congradsMain_bot .congradsMain_botInfo {
    width: 51%;
}
section.congrads .congradsMain .congradsMain_bot .congradsMain_botPhoto {
    border: 1px solid #fff;
    padding: 15px;
    max-height: 450px;
    max-width: 450px;
    position: relative;
}
section.congrads .congradsMain .congradsMain_bot .congradsMain_botPhoto img {
    width: 100%;
    height: 100%;
}
section.congrads .congradsMain .congradsMain_bot .congradsMain_botInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section.congrads
    .congradsMain
    .congradsMain_bot
    .congradsMain_botInfo
    .congradsMain_botInfo_login {
    width: 100%;
    background-image: url(/img/LoginBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    padding: 23px;
    margin-bottom: 25px;
}
section.congrads
    .congradsMain
    .congradsMain_bot
    .congradsMain_botInfo
    .congradsMain_botInfo_login
    span {
    text-transform: uppercase;
    color: #00daa9;
    font-size: 40px;
}
section.congrads
    .congradsMain
    .congradsMain_bot
    .congradsMain_botInfo
    .congradsMain_botInfo_name {
    width: 100%;
    padding: 23px;
    margin-bottom: 25px;
}
section.congrads
    .congradsMain
    .congradsMain_bot
    .congradsMain_botInfo
    .congradsMain_botInfo_name
    span {
    text-transform: uppercase;
    font-size: 28px;
    color: #fff;
}
section.congrads
    .congradsMain
    .congradsMain_bot
    .congradsMain_botInfo
    .congradsMain_botInfo_total {
    width: 100%;
    padding: 17px 23px;
    background: #00daa9;
    display: flex;
    flex-direction: column;
}
section.congrads
    .congradsMain
    .congradsMain_bot
    .congradsMain_botInfo
    .congradsMain_botInfo_total
    small {
    font-size: 19px;
    color: #556169;
    text-transform: uppercase;
}
section.congrads
    .congradsMain
    .congradsMain_bot
    .congradsMain_botInfo
    .congradsMain_botInfo_total
    span {
    font-size: 58px;
    color: #020202;
    text-transform: uppercase;
}

@media screen and (max-width: 613px) {
    section.congrads {
        height: auto;
        padding: 20px 0;
        background-size: cover;
    }
    section.congrads .congradsMain .congradsMain_top h3 {
        font-size: 45px;
    }
    .congradsMain_botPhoto,
    .congradsMain_botInfo {
        width: 100% !important;
    }
    .congradsMain_botPhoto {
        margin-bottom: 40px;
    }
}

.modal .modal-dialog.modal-fullwidth {
    margin: 0 !important;
    max-width: 100% !important;
    height: 100%;
    --bs-modal-width: 100% !important;
}

.modal .modal-dialog.modal-fullwidth .modal-content,
.modal .modal-dialog.modal-fullwidth .modal-body,
.modal .modal-dialog.modal-fullwidth .card-body {
    height: 100%;
}
.modal .modal-dialog.modal-fullwidth .modal-body {
    padding: 0;
}

.modal .modal-dialog.modal-fullwidth .modal-header {
    border: none;
    margin-bottom: -63px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 910px) {
    .marqueenews {
        width: 100%;
        margin-left: 0px;
    }
    .binarynominal {
        font-size: 6px;
    }
}

.bottom_progress {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 5px;
    padding: 0px 6px;
}
.bottom_progress .progress {
    border-radius: 0px !important;
}
.timeprogress_text {
    text-align: center;
    margin-bottom: -2px;
    z-index: 1;
    position: absolute;
    color: white;
    text-shadow: 0px 0px 3px black, 0px 0px 10px black;
}
.tooltip-inner {
    width: 300px !important;
    max-width: 100% !important;
    text-align: left;
}
.ttu td {
    position: relative;
}
.table tr th {
    text-align: center;
}
.eventActivityIcon {
    font-size: 14px;
    color: rgb(255, 255, 255);
    background: radial-gradient(#eccc59, #f7e17b);
    position: relative;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    padding: 5px;
    display: inline-block;
    text-align: center;
}

.eventActivityIcon.successBack {
    background: radial-gradient(#5ceb59, #73e09e);
}

.eventActivityIcon.dangerBack {
    background: radial-gradient(#eb5959, #e07373);
}

/* START GORIZONTAL BINARY */
.tree {
    transition: all 1s;
}
.tree.tree_gorizontal {
    margin-top: 60px;
}
.tree.tree_gorizontal a.selectedposition {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
    width: 110px;
    height: 110px;
}
.tree.tree_gorizontal .structureblock_1 {
    transform: rotate(90deg);
    margin-right: 80px;
}
.tree.tree_gorizontal .structureblock_2 {
    transform: rotate(-90deg);
    left: -5px;
}

.tree.tree_gorizontal .structureblock_1 a {
    transform: rotate(-90deg);
}

.tree.tree_gorizontal .structureblock_2 a {
    transform: rotate(90deg);
}

.tree.tree_gorizontal .structureblock_1::after {
    border-top: 0px;
}
.tree.tree_gorizontal .structureblock_2::before {
    border-top: 0px;
}

.tree.tree_gorizontal a.selectedposition + ul:before {
    border-left: 0px;
}
/* END GORIZONTAL BINARY */
.marketing__binar-view-sort-option .base-switch span {
    border-color: #3e3e3e;
    background-color: rgba(24, 24, 24, 0.75);
    cursor: unset;
    border-radius: 100px;
}
.marketing__binar-view-sort-option label.base-switch {
    width: 250px;
}
.marketing__binar-view-sort-option .base-switch span::before {
    background-color: transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-family: "Font Awesome 5 Pro";
    content: "\f359";
    font-size: 19px;
    top: -2px;
    left: -6px;
    color: rgb(0, 233, 150);
    text-shadow: 0px 0px 10px black;
}
.marketing__binar-view-sort-option .base-switch.switch-on span::before {
    -webkit-transform: translateX(235px) rotate(45deg);
    -ms-transform: translateX(235px) rotate(45deg);
    transform: translateX(235px) rotate(45deg);
    background-color: transparent;
    font-family: "Font Awesome 5 Pro";
    content: "\f35a";
    font-size: 19px;
    top: -7px;
    left: 2px;
    color: rgb(0, 233, 150);
    text-shadow: 0px 0px 10px black;
}

.tree.tree_gorizontal
    .structureblock_1
    a
    .settings
    .binar__infopanel__structure__toptree__login__inside__settings_button_left {
    transform: rotate(90deg);
}

.tree.tree_gorizontal
    .structureblock_2
    a
    .settings
    .binar__infopanel__structure__toptree__login__inside__settings_button_left {
    transform: rotate(-90deg);
}

@media screen and (max-width: 920px) {
    .marketing__binar-view-sort-option label.base-switch {
        width: 80px;
    }
    .marketing__binar-view-sort-option {
        margin-bottom: 16px;
    }
    .marketing__binar-view-sort-option .base-switch.switch-on span::before {
        -webkit-transform: translateX(68px) rotate(45deg);
        -ms-transform: translateX(68px) rotate(45deg);
        transform: translateX(68px) rotate(45deg);
    }
}

@media screen and (max-width: 1505px) {
    .tree {
        zoom: 0.9;
    }
}

@media screen and (max-width: 1398px) {
    .changepagetitle {
        display: none;
    }
    .main .header {
        justify-content: flex-end;
    }
    .sidebar .sidebarMenu {
        margin-top: 0px;
        background: white;
    }
    .sidebar {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        position: absolute;
        z-index: 10;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        width: 100%;
        max-width: 375px;
        position: fixed;
        margin: -15px 0px 0px -15px;
        background: white;
    }
    .main {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .sbToggler,
    .sbClose {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .binar__infopanel__structure__sideholder {
        margin-top: 25px;
    }
    .change_tree_visual {
        font-size: 28px;
    }
    .dFlexBetween {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .w59 {
        width: 100%;
    }
    .w49 {
        width: 100%;
    }
    .w39 {
        width: 100%;
    }
    .cardSm {
    }
    .tableWide {
        overflow-x: scroll;
    }
    .tableWide .table {
        min-width: 861px;
    }
    .cardAcademy {
        width: 49%;
    }
}

@media screen and (max-width: 600px) {
    .cardSm {
    }
    .sidebar {
        /* width: 300px; */
    }
    .panelTimer {
        width: 100%;
    }
    .tableSm {
        overflow-x: scroll;
    }
    .tableSm .table {
        min-width: 442px;
    }
    .cardCustom {
        padding: 20px;
    }
    .textXXL {
        font-size: 25px;
    }
    .cardHeading,
    .cardHeadingY {
        margin-left: 20px;
    }
    .main .header .headerMenu .langs {
        margin-left: 5px;
    }
    .cardAcademy {
        width: 100%;
    }
    .cardProfile_item_input {
        width: 100%;
        margin-bottom: 10px;
    }
    .passLine .btnLight {
        width: 100%;
    }
    .replenish,
    .cardBalance_item {
        width: 100%;
    }
    .logInMain .cardLogin {
        width: 90%;
    }
    .logInMain .cardLogin .loginForm {
        width: 100%;
    }
    .logInMain .cardLogin .loginForm input {
        width: 80%;
    }
}

@media screen and (max-width: 378px) {
    .btnDark,
    .btnLight,
    .btnSecondary {
        width: 100%;
    }
}

.textonheaderlesson {
    margin-right: 22px;
    margin-left: -7px;
    background: rgba(0, 0, 0, 0.46);
    padding: 8px;
    border-radius: 10px;
}

.btnLight:disabled {
    filter: grayscale(1) !important;
    opacity: 0.8;
}
#formstock .btnLight {
    font-size: 20px;
    color: #fff;
}

.insidehoverrotate svg {
    transform: rotate(0deg);
    transition: all 0.5s ease;
}
.insidehoverrotate:hover svg {
    transform: rotate(90deg);
    color: #00d3a4;
    transition: all 0.5s ease;
}
/*# sourceMappingURL=style.css.map */
