.registration_form1 {
    color: green !important;
}
.heading_register {
    color: green;
}

.registration_form2 {
    color:white;
    background-color: green !important;
}
.icon_size {
    font-size: 50px;
    color: green !important;
}
.welcome_icon {
    box-shadow: 0px 0px 3px 4px;
    border-radius: 14px;
    padding: 2px 6px;
}
.card_space {
    margin-top: 30px;
}
.thanks {
    color: green !important;
}
.xbox {
    text-align: -webkit-center;
}
.card_space1 {
    margin-top: 15px;
}
.card_space {
    margin-top: 30px;
}
span.hide_val {
    display: none;
}
.kyc_profile {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}
.profile_card_postion{
    display: flex;
    justify-content: center;
}

.loginheading{
    color:green;
}

.loginbutton{
    background-color:green;
    color:#fff;
}
.loginbutton:hover{
    background-color:green;
    color:#fff;
}
.header_profile {
    box-shadow: 0px 0px 1px 0px #c5c6c5;
    border-radius: 6px;
}
.cardH6{
    font-size: 15px;
    font-weight: 700;
}
.custom-text{
    color:#ffffff;
    font-size: 20px;
    margin-right:5px;
}

.dash_plan1 {
    color: #4CAF50;
    font-weight: bold;
    animation: blink 1s infinite;
}

.dash_plan1{
    color:	#ff0000 !important;
}

.xbox0{
    
    display:flex;
    justify-content: space-around;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Apply the blink animation to the custom-text2 class */
.custom-text2 {
    animation: blink 1s infinite;
    color:white;
    /*font-weight:bold;*/
}

/*Now the CSS*/
* {
    margin: 0; 
    padding: 0;
}

.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li {
    float: left;
    text-align: center;
    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;
}

/* 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 #ccc;
    width: 50%;
    height: 20px;
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}

/* Remove connectors from single child elements */
.tree li:only-child::after, .tree li:only-child::before {
    display: none;
}

/* Remove top padding from single children */
.tree li:only-child {
    padding-top: 0;
}

/* 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;
}

/* Add vertical connector to the last nodes */
.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:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

/* Add downward connectors from parents */
.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}

.tree li a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/* Hover effects */
.tree li a:hover, .tree li a:hover+ul li a {
    background: #c8e4f8;
    color: #000;
    border: 1px solid #94a0b4;
}

/* 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: #94a0b4;
}

.deznav .metismenu > li > a:hover {
    color: white;
}

.member_tree {
    font-size: 21px;
    margin-top: 13px;
}

.member_tree_card {
    min-width: 113px;
}

.member {
    display: flex;
    justify-content: center;
}

.tree-container {
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* for smoother scrolling on iOS */
}

.tree {
    width: 100%; /* Adjust the width as needed */
    min-width: 600px; /* Set a minimum width to prevent collapsing */
}

#dashcard{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Add this for mobile-specific styles if needed */
@media (max-width: 767px) {
    .tree-container {
        overflow-x: auto;
        overflow-y: hidden; /* or auto if you want vertical scrolling as well */
    }

    .tree ul {
        padding-top: 19px;
    }

    .tree li {
        padding: 21px 3px 0 0px;
    }

    .tree li a {
        font-size: 10px;
        padding: 3px 5px;
    }
    
    .brand-logo{
            margin-left: -7px;
    }
}
.card_body{
    padding-left:21px;
}
.card_body span{
    padding-bottom:12px;
}
.card_body i{
    padding-right:5px;
}
.color_green{
    background-color:#9ace60;
}
.color_blue{
    background-color:#5c9beb;
}
.color_yellow{
    background-color:#fcc84e;
}
.color_red{
    background-color:#e44d5e;
}
.main_card{
    background-color:#56a102;
    border-radius: 8px;
}
.card__text h6{
    color:white;
}

    