/* Add here all your CSS customizations */
.card-name {
	font-size: 18px;
	overflow-wrap: break-word;
}
.profile-info {
	background-color: #ffffff;
}
.profile-account {
	margin-bottom: 20px !important;
    margin-top: 20px !important;
    color: #636262;
}
.widget-twitter-profile .profile-quote {
	background-color: #f4f5fa;
	color: #636262;
}
.widget-twitter-profile {
    border: solid 1px #ddd;
    background-color: #ffffff;
    border-radius: 5px;
    color: #fff;
}
.test_btn {
	padding-left: 85px;
	padding-bottom: 80px;
}
.test_btn .pager li > a {
	background-color: #0088cc;
}

.dn {
    display: none !important;
  }
.progressing {
	height: 15px;
}
.info_circle {
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 200px 200px 200px 200px;
    border: 2px solid #0277bd;
}
.centered {
    position: absolute;
    left: 2%;
    top: 14%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 25px;
}
.panel-border {
    border: 1px solid #cccccc;
}
.panel-body-cust {
    min-height: 290px;
    height: 290px;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}