h2.text-black {
    font-size: 20px;
}

h4.text-muted {
    font-size: 16px;
}

.data_detail_view.new_data {
    display: flex;
}

.referral_link {
    margin-right: 10px;
}

div#qrcode {
    background: red;
    width: 100px !important;
    height: 100px !important;
}

h6.text-muted.font-12 {
    font-size: 14px;
}

.referral_link_data a {
    background: #6259ca;
    
}

.referral_link_data input {
    margin-bottom: 5px !important;
    
}

.referral_link_data a {
    padding: 8px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    display: inline-block;
    border-radius: 4px;
}

small.small {
    font-size: 16px;
    color: #fff;
}

.row.background_data {
    background: #6259ca;
	margin: 20px 0px;
}

span.site-color-text-2 {
    color: #fff;
    font-size: 24px;
}


h2.pt-5.text-center.site-color-text p {
    margin: 0px;
}

h2.pt-5.text-center.site-color-text p {
    margin: 0px;
    font-size: 20px;
}


.new_panel_data {
    display: flex;
    align-items: center;
  
}
.panel_new_desc {
    width: 25%;
    border: 2px solid #6259ca;
    padding: 10px;
    display: flex;
	background:#fff;
    align-items: center;
}

.panel_desc_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #6259ca;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 18px;
}

.panel_new_heading h4 {
    font-size: 16px;
    margin: 0;
}


.team_panel_list {
    padding: 20px;
    box-shadow: 0 0 5px #bdbdbd;
    text-align: center;
	background:#fff;
	margin:20px 0px;
}

.team_panel_list p {
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.team_panel_list h1 {
    font-size: 18px;
}

a.team_panel_achor {
    padding: 10px;
    background: #6259ca;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
}

.mining_panel {
    padding: 20px;
    box-shadow: 0 0 5px #bdbdbd;
    background:#fff;
    margin-bottom: 20px;
}

p.card_title_list {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.mining_panel h1 {
    text-align: center;
    font-size: 18px;
}

.card_team_panel {
    text-align: center;
}

.card_team_list {
    margin-top: 20px;
}



.card_team_list span {
    float: right;
}
.box.text-white img {
    box-shadow: 0 0 15px 0 #000;
}

.panel_new_desc:hover{
	box-shadow: 0 0 15px 0 #000;

}
.team_panel_list:hover{
	box-shadow: 0 0 15px 0 #000;
	
}

	.mining_panel:hover{
		box-shadow: 0 0 15px 0 #000;
		
	}
	

#background-wrap {
    bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}

/* KEYFRAMES */

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@-moz-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: -5%;
	top: 5%;
	
	
	transform: scale(0.3);
}

.x2 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 5%;
	top: 80%;
	
	
	transform: scale(0.2);
}

.x3 {
    -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 10%;
	top: 40%;
	
	
	transform: scale(0.4);
}

.x4 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 20%;
	top: 0;
	
	
	transform: scale(0.3);
}

.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 30%;
	top: 50%;
	
	
	transform: scale(0.5);
}

.x6 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 50%;
	top: 0;
	
	
	transform: scale(0.2);
}

.x7 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 65%;
	top: 70%;
	
	
	transform: scale(0.2);
}

.x8 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 80%;
	top: 10%;
	
	
	transform: scale(0.2);
}

.x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 90%;
	top: 50%;
	
	
	transform: scale(0.6);
}

.x10 {
    -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 80%;
	top: 80%;
	
	
	transform: scale(0.2);
}

/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	
    height: 200px;
	position: absolute;
	width: 200px;
}

.bubble:after {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	
	content: "";
    height: 180px;
	left: 10px;
	position: absolute;
	width: 180px;
}


.table_dashboard {
    border: 1px solid #eeeeef;
    padding: 20px;
    background: #fff;
	overflow: auto;
}

.table_dashboard tr, th {
    border: 1px solid #d9d1d1;
	white-space: nowrap;
}

.table_dashboard table {
    border: none;
}

.table_dashboard h4 {
    font-size: 16px;
}

@media screen and (max-width: 880px) {
  .panel_new_desc{
	  width:100%;
	  
  }
  .new_panel_data {
    
    flex-wrap: wrap;
}
.data_detail_view.new_data {
    margin-top: 10px;
}
.logo_images_new img {
    margin: auto;
    display: block;
}
}

/************ welcome ************/
h5.text1 {
    text-align: initial;
}
.welcome_inner_content {
    text-align: center;
}

.letter_wrapper_detail {
    border: 1px solid #dddde5;
    padding: 20px;
    background:#e5eae9;
    max-width: 700px;
    margin: auto;
    margin-top:40px;
}

.persona_detail_data h6 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom:10px;
}
.welcome_inner_content h4 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.welcome_inner_content img {
  
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
}

.welcome_inner_content p {
    margin: 20px 0px;
}

.inner_detail_data {
    width: 100%;
   
}

.persona_detail_data {
    max-width: 385px;
    margin: auto;
    width:100%;
}
.date_welcome_letter_inner p span {
    float: right;
}

.date_welcome_letter_inner p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
@media screen and (max-width: 768px) {
    .date_welcome_letter_inner p {
   font-size:12px;
   
}
.welcome_inner_content h4{
    font-size: 24px;
}
.persona_detail_data h6{
     font-size: 18px;
}
  }

/**********welcome letter ************/


/**********report ************/

    input.text-muted {
    background: #6259ca;
    color: #fff !important;
}
button.text-muted{
     background: #6259ca;
   
}
button.text-muted a{
    color: #fff !important;
   
}
.form-inline1 button:hover {
    background-color: #6259ca;
}


/**********report-end ************/


/**********edit_profile************/

 button.close {
    float: right;
}   
    
#proceed {
  display: none;
} 

.user_form_row_data.user_form_content {
    padding-left: 0px; 
}
  /**********edit_profile-end************/