.lds-ripple {
    position: relative;
    z-index: 5;
    height: 100vh;
    width: 100%;
    top: 50%;
    left: 50%;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid rgba(0,0,255,.8);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.c-none {
    display: none;
}

.popup.open {
    z-index:10;
    display: flex;
}


.pagination{
    display: flex;
    list-style: none;
}

.pagination button {
    padding: 8px 16px;
}

.pagination a {
    text-decoration: none;
    color: black;
}

.pagination button.active {
    background-color: #4CAF50;
    color: white;
}

.pagination button:hover:not(.active) {background-color: #ddd;}

.pagination button {
    border-radius: 5px;
}

.pagination li.active {
    border-radius: 5px;
}

.pagination button {
    border: 1px solid #ddd; /* Gray */
}

.pagination svg
{
    width: 12px;
}
.pagination [aria-current]:not([aria-current="false"]) {
    border-radius: 5px;
    font-weight: bold;
    background-color: #4CAF50;
    color: white;
    padding: 8px 16px;
}

.mt-30
{
    margin-top: 30px;
}

.balance__count {
    border: 1px solid #002060;
    width: 100%;
    outline: none;
    height: 50px;
    font-weight: bold;
    color: #002060;
    padding-left: 10px;
    border-radius: 8px;
    font-size: 23px;
    padding-top: 10px;
}

.btn-blue {
    background: #113f9b;
}

.btn-border-thin{
    border: 1px solid;
}

.h1-26 {
    font-size: 26px;
    text-transform: uppercase;
}

.h1-25 {
    font-size: 26px;
    text-transform: uppercase;
}

.advantages li {
    padding: 0px 10px;
}

advantages__desc_li {
    padding: 6px 20px;
}

.video-lesson h1
{
    font-size: 27px;
    margin-bottom: 12px;
}

.video-lesson ul
{
    padding-left: 21px;
}

.profile__info ul li
{
    margin-bottom: 0px;
    font-size: 16px;
}

.text-right
{
    text-align: right;
}

.bonus-pop-up li {
    margin-bottom: 5px;
}

.bonus-pop-up li span
{
    font-size: 11px;
}

.mb-10 {
    margin-bottom: 10px;
}

.bonus-pop-up ul
{
    padding-left: 17px;
}

.brs
{
    border-right: 1px solid;
}
.bbs
{
    border-bottom: 1px solid;
}

.width-50
{
    width: 50px!important;
}

.input-file {
    position: relative;
    display: inline-block;
}
.input-file span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 13px;
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    border-radius: 4px;
    background-color: #0F07A9;
    line-height: 16px;
    height: 50px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
}
.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

/* Focus */
.input-file input[type=file]:focus + span {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Hover/active */
.input-file:hover span {
    background-color: #0F07A9;
}
.input-file:active span {
    background-color: #0F07A9;
}

/* Disabled */
.input-file input[type=file]:disabled + span {
    background-color: #eee;
}

.input-file-label {
    width: 100px;
    margin-left: 15px;
    height: 33px;
}

.mt-10{
    margin-top: 10px;
}

.mt-20{
    margin-top: 20px;
}

.mb-10{
    margin-bottom: 10px;
}


.pagination ul{
    display: flex;
    list-style: none;
}

.pagination a {
    padding: 8px 16px;
}

.pagination a {
    text-decoration: none;
    color: black;
}

.pagination li.active {
    background-color: #0F07A9;
    color: white;
}

.pagination li:hover:not(.active) {background-color: #ddd;}

.pagination button {
    border-radius: 5px;
}

.pagination li.active {
    border-radius: 5px;
}

.pagination button {
    border: 1px solid #ddd; /* Gray */
}

.pagination svg
{
    width: 12px;
}
.pagination [aria-current]:not([aria-current="false"]) {
    border-radius: 5px;
    font-weight: bold;
    background-color: #4CAF50;
    color: white;
    padding: 8px 16px;
}

.pagination .page-item
{
    margin-right: 10px;
}

.profile__avatar {
    overflow: auto;
    height: 198px;
    border-color: #095315!important;
}

.marketing th:first-child, .marketing td:first-child
{
    width: auto;
}
.text-right
{
    text-align: right;
}
.yellow-bg {
    background-color: #FFC000;
}

.green-bg {
    background-color: #54cb18;
}

.command-bonus-table th:first-child, .command-bonus-table td:first-child
{
    width: 61%;
}

.text-left
{
    text-align: left;
}

.command-count th:first-child, .command-count td:first-child
{
    width: auto;
}

.table-title
{
    padding: 10px;
}

.blue-border
{
    border: 1px solid #113f9b;
}

.text-justify{
    text-align: justify;
}

.bonus-type li {
    list-style: none;
}

.bonus-type-info {
    font-style: italic;
    font-weight: lighter;
}

/* tree css */
.tree {
    overflow-x: auto;
}
.panel-default {
    border-color: #cccccc;
}
.panel {
    position: relative;
    border: 0 solid transparent;
}

.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree ul {
    list-style: none;
    padding-left: 0;
}
.tree li:only-child {
    padding-top: 0;
}
.tree li:only-child {
    padding-top: 0;
}
.tree li {
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}
.tree ul li.left {
    width: 50%;
    display: inline-table;
    float: left;
}
.tree li:first-child::before, .tree li:last-child::after {
    border: 0 none;
}
.tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}
.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}
.tree li::before, .tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 20px;
}
.tree li:last-child::before {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.tree li:only-child::before {
    padding-top: 0;
    display: none;
}
/* tree css end*/

.white_person{
    display: none;
}

.command-tree {
    margin-top: 30px;
    min-height: 300px;
}
.command-tree img {
    width: 50px!important;
}
.pl-opacity::-webkit-input-placeholder
{
    opacity: 0.1
}

@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap);

.dasboard-body h1, .dasboard-body h2, .dasboard-body h3, .dasboard-body h4, .dasboard-body h5, .dasboard-body h6
{
    color: #095315!important;
}

.dasboard-body{
    color: #095315!important;
    font-family: Rubik,sans-serif;
}

.dasboard-body ul li, .dasboard-body p
{
    color: #095315!important;
}

.greecolor
{
    color: #095315!important;
}
.border-yellow{
    border: 2px solid #FFD700!important;
}

.greecolor-light{
    color:#00d26a;
}

.dasboard-body table{
    border: 2px solid #FFD700!important;
}

.dasboard-body table td {
    border: 2px solid #FFD700!important;
    color: #095315;

}

.dasboard-body table .red td, .red{
    color: red;
}

.dasboard-body table th{
    background-image: linear-gradient(#074411, #397c05)!important;
    color: #FFD700 !important;
    border: 2px solid #FFD700!important;
}

.dasboard-body label
{
    color: #095315;
}

.grback
{
    background-image: linear-gradient(#074411, #397c05)!important;
    color: #FFD700 !important;
    border: 2px solid #FFD700!important;
}

.table-nav svg
{
    fill: #FFD700;
}

.green-block ul li,  .green-block h2{
    color: #131335!important;
}

.dasboard-logo-text
{
    font-family: Cambria !important;
}

::placeholder {
    color: #095315!important;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #095315!important;
}

.menu ul {
    background: none;
    padding-top: 60px;
}

.menu ul li {
    margin-bottom: 5px;
}

.btn-ser {
    background: #f1eaea;
    border-color: #095315!important;
}

.menu ul li .btn
{
    justify-content: left;
    text-align: left;
}

.custom-tree-data a {
    text-decoration-color: #095315!important;
}

/* unvisited link */
.custom-tree-data a:link {
    color: #095315!important;
}

/* visited link */
.custom-tree-data a:visited {
    color: #095315!important;
}

/* mouse over link */
.custom-tree-data a:hover {
    color: #095315!important;
}

/* selected link */
.custom-tree-data a:active, .dasboard-body input {
    color: #095315!important;
}

.dasboard-body input{
    border-color: #095315!important;
}

.change-daap-block
{
    text-align: center;
    background-color: red;
    color: white;
    font-weight: bold;
    display: none;
}

.no-payment-info
{
    margin-top: 55px;
    padding-top: 10px;
    color: #fff;
    text-align: center;
    background-color: red;
}
.no-payment-info p{
    color: #fff !important;
    padding-bottom: 13px;
}

.bg-red{
    background-color: red;
    color: #fff;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.input textarea {
    width: 100%;
}

.select-full-width
{
    border-radius: 3px;
    width: 100%;
    height: 30px;
    border: 1px #095315 solid;
    color: #095315;
}

.input-full-width{
    width: 100%;
    height: 30px;
    border-radius: 3px;
}

.user-info__img {
    border-radius: 100%;
    margin-right: 1rem;
    max-height: 4.375rem;
    max-width: 4.375rem;
    min-height: 4.375rem;
    min-width: 4.375rem;
    overflow: hidden;
    position: relative;
}
.user-info__img img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.d-none
{
    display: none;
}

.cs-public-offer
{
    padding: 5px;
}

.cs-tg-register
{
    padding: 10px;
}

.cs-public-offer p {
    font-size: 10px;
}

body {
    background: #ffffff;
}

.color-blue
{
    color: #002060;
}
