.file_cooser_style{padding:6px;}
.preview_image{text-align: center;
	font-weight: bold;
	background-color:
	transparent;
	overflow: auto;
	top: 10px;
	width: 94%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.navbar-nav .active {
	background-color:#6C4DD3;
	border-radius: 3px;
}
.navbar-light .navbar-toggler-icon {
	background-color: white;
	cursor: pointer;
	padding: 2px;
	display: block;
}
ul li.nav-item:hover{background-color:#6C4DD3;border-bottom: 2px solid #3717A247;}

#profile_pic{overflow: hidden;border-radius: 50%;width: 30%;cursor: pointer;}

.ligin_bottom_bt{display: none;}
.espacebottom{margin-bottom: 5px;}
.signin_title{display: none;}
.captcha_input_style{width: 150px;padding: 5px;border: 1px solid #ccc;margin-left: 5px;}

.blinking{
    animation:blinkingText 0.8s infinite;
}

.ducmc_footer_text{
	font-size: 13px;
	margin: 0;	
}
.ducmc_notice_text {
	cursor: pointer;
	color: #000;
    font-weight: 600;
    padding: 5px 8px;
    line-height: 30px;
    margin-top: 12px;
    font-size: 18px;
    font-family: sans-serif;
}
.imranhosen_github_date_time{
	margin-left: 5px;
    border-bottom: 1px solid #422d2d;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.mdimranhosen_notice_text {
	float: left;
	text-align: left;
	font-size: 25px;
	padding: 0px 10px 5px 10px;
	background: #ea2a4e;
	margin-top: 4px;
	border-radius: 3px;
}
.last_notice_date{
	float: left;padding: 7px 0px;
	width: 90%
}

@keyframes blinkingText{
    0%{     color: red;  }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color:red;    }
}
@media only screen and (max-width: 900px) { 
 ul li a.nav-link {
    text-align: center;
    border-bottom: 1px solid #fff;
}

}
@media only screen and (max-width: 600px) { 
.du_logod{}
.du_logod img{width: 100%}
.file_cooser_style{padding:6px;width:219px;}
#profile_pic{overflow: hidden;border-radius: 50%;width: 49%;cursor: pointer;}
}

@media(max-width:360px ){
.ligin_bottom_bt{display: block;}
.ligin_bottom_bta{display: none;}
.signin_title_up{display: none;}
.signin_title{display: block;}
}

@media(max-width:330px ){
	.ducmc_login_btn{
		font-size: 15px;
	}
}