*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	transition: all 0.3s;
}
body{
	margin: 0;
	background: #f1f2f3;
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	font-size: 2rem;
}
.main{
    padding: 0 1rem;
	background: #fff;
	border-radius: 3px;
    box-shadow: 0 3px 10px #eee;
}
label{
	font-weight: bold;
}
/*=============== Menu ===============*/
.navbar{
	background: #fff;
	border-bottom: 1px solid #eee;
}
.navbar .navbar-brand img{
	width: 155px;
}
.navbar .nav-item{
}
.navbar span.nav-link{
    color: #fff;
	background: #b61924;
    border-radius: 3px;
}
.navbar .log.nav-link{
    color: #b61924;
	}
.navbar .nav-link{
	color: #00b0b8;
    font-size: 17px;
	display: inline-block;
    margin: 0 5px;
	padding: 10px;
}
.navbar .nav-link:hover{
	color: #b61924;
}
.navbar-toggler{
	background: #eee;
}
.fa-bars{
	color: #007bff;
	font-size: 30px;
}
.navbar .user{
	position: relative;
	cursor: pointer;
}
.navbar .user .nav-link:hover{
	color: #00b0b8;
}
.navbar .user-meta{
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 100;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	background: #fefefe;
	box-shadow: 0 3px 15px #f9f9f9, 0 -3px 15px #f9f9f9;
	width: 180px;
}
.navbar .user-meta a{
	display: block;
	padding: 5px 1rem;
}
.navbar .user:hover .user-meta{
	opacity: 1;
	visibility: visible;
}

/*=============== Slide ===============*/
canvas{
	display: block;
	vertical-align: bottom;
}
#particles-js{
	width: 100%;
	height: 20rem !important;
	position: relative;
	background-color: #b61924;
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.count-particles{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 40px;
	text-shadow: 0 5px 10px #f00, 0 -5px 10px #f00;
	text-indent: 4px;
	font-weight: bold;
}
#stats,
.count-particles{
	-webkit-user-select: none;
}
#stats{
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
form#email_verification p input{
	margin-top: 15px;
}
#contact input.form-control{
    height: 40px;
    margin: 8px 0;
}
ul{
	list-style:none;
}

/*=============== Choose ===============*/
/*.choose .row{
	gap: 2%;
    justify-content: space-between;
} */
.choose .col-12.col-sm-6.col-md-4{
    display: flex;
}
.choose .item{
	color: #555;
	padding: 10px;
	background: #fff;
	margin-bottom: 1.5rem;
}
.choose .item:hover{
	box-shadow: 1px 3px 5px #999;
}
.choose p{
	font-size: 15px;
}
.questions .item{
	color: #444;
}
.questions .item h6{
	font-weight: bold;
}
.questions .item p{
	font-sizse: 15px;
}

/*=============== Footer ===============*/
footer{
	background: #00b0b8;
}
footer a{
	color: #fff;
}
footer ul{
	display: flex;
    justify-content: space-around;
	align-items: center;
    height: 100%;
}
footer ul li{
	width: calc(100%/6);
	text-align: center;
}
footer a:hover{
	color: #fff;
	letter-spacing: 3px;
	text-decoration: none;
}
footer i, .copyright p{
	font-size: 14px;
}
.backtop{
    position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: #00b0b8;
	cursor: pointer;
	opacity: 0;
    backface-visibility: hidden;
}
.backtop.show {
    opacity: 1;
}
/*=============== File-List ===============*/
#files_list td span{
	font-size: 0.9rem;
}
#files_list td:nth-child(6) p{
	margin-bottom: 0.5rem;
}
#files_list td:nth-child(6) .create{
	font-size: 1rem;
	margin-bottom: 1rem;
}

/*=============== Price ===============*/
.table th{
	text-align: center !important;
}
.table td{
	font-size: 15px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	vertical-align: middle !important;
}
.table td:not(:first-child){
	text-align: center;
}
#add-package .modal-header{
    display: block;
	text-align: center;
}
#add-package .close{
    position: absolute;
    top: 8px;
    right: 8px;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    background: #c01925;
    padding: 0.3rem 0.65rem;
}
#add-package label{
	margin-bottom: 0.25rem;
}
#add-package span{
    color: #b61924;
    font-size: 15px;
}
#add-package input{
    font-size: 15px;
    padding: 1rem;
    margin-bottom: 1rem;
}



/*=============== News ===============*/
.categories .main{
	box-shadow: none;
	background: #fcfcfc;
}
.categories .news-item{
    background: #fff;
	box-shadow: 0 3px 5px #f1f2f3, 0 -3px 5px #f1f2f3;
}
.categories .news-item img{
	width: 100%;
    height: 185px !important;
	object-fit: cover;
    overflow: hidden;
}
.categories .news-item h3 a{
	font-size: 18px;
	color: #00b0b8;
}
.categories .news-item h3 a:hover{
	color: #028389;
	text-decoration: none;
}
.categories .news-item p{
	font-size: 15px;
	font-style: italic;
}

/*=============== Transfer ===============*/
#tranfer_history_table td{
	text-align: center;
}

/*=============== Post ===============*/
.post-detail h1{
    font-size: 1.75rem;
}
.post-detail .post-desc{
    color: #028389;
}
.post-detail hr{
    width: 35%;
}
.post-detail .post-content{
    color: #555;
	background: #fefefe;
    border-radius: 3px;
}

/*=============== Post ===============*/
#users_list{
	border-collapse: collapse;
}
#users_list_wrapper{
	width: 100%;
	padding: 1rem;
    background: #fcfcfc;
}
























@media screen and (max-width: 991px){
	.navbar .navbar-collapse{
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
	}
	.navbar .nav-link, .navbar .navbar-collapse a{
		color: #fff;
		display: block;
		margin: 0;
		padding: 5px 15px;
		opacity: 0.95;
		background: #00b0b8;
		border-bottom: 1px solid rgba(182,25,36,0.15);
	}
	.navbar .nav-link:hover, .navbar .navbar-collapse a:hover{
		color: #fff;
		opacity: 0.85;
		background: #b61924;
	}
	.navbar .user-meta{
		display: contents;
		opacity: 1;
		visibility: visible;
	}
	.navbar .user-meta a{
		padding-left: 25px;
	}
}






