body {
	background-color: #f1f4f6;;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	/* disable selection */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/**/
	-webkit-touch-callout: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.sidenav {
	z-index: 997;
}

.card {
	border-radius: 4px;
	box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03),0 0.9375rem 1.40625rem rgba(4,9,20,0.03),0 0.25rem 0.53125rem rgba(4,9,20,0.05),0 0.125rem 0.1875rem rgba(4,9,20,0.03);
}

.card-content img {
	max-width: 100%;
	height: auto;
}

/* --- colors --- */
.hbf_blue {
	background-color: #04a7a4;
}

/* --- glowing box shadow --- */
.glow-red {
	box-shadow: 0 0.46875rem 2.1875rem rgba(217,37,80,0.03),0 0.9375rem 1.40625rem rgba(217,37,80,0.03),0 0.25rem 0.53125rem rgba(217,37,80,0.05),0 0.125rem 0.1875rem rgba(217,37,80,0.03);
}
.glow-green {
	box-shadow: 0 0.46875rem 2.1875rem rgba(58,196,125,0.03),0 0.9375rem 1.40625rem rgba(58,196,125,0.03),0 0.25rem 0.53125rem rgba(58,196,125,0.05),0 0.125rem 0.1875rem rgba(58,196,125,0.03);
}
.glow-yellow {
	box-shadow: 0 0.46875rem 2.1875rem rgba(247,185,36,0.03),0 0.9375rem 1.40625rem rgba(247,185,36,0.03),0 0.25rem 0.53125rem rgba(247,185,36,0.05),0 0.125rem 0.1875rem rgba(247,185,36,0.03);
}
.glow-blue {
	box-shadow: 0 0.46875rem 2.1875rem rgba(22,170,255,0.03),0 0.9375rem 1.40625rem rgba(22,170,255,0.03),0 0.25rem 0.53125rem rgba(22,170,255,0.05),0 0.125rem 0.1875rem rgba(22,170,255,0.03);
}
.glow-violet {
    box-shadow: 0 0.46875rem 2.1875rem rgba(63,106,216,0.03),0 0.9375rem 1.40625rem rgba(63,106,216,0.03),0 0.25rem 0.53125rem rgba(63,106,216,0.05),0 0.125rem 0.1875rem rgba(63,106,216,0.03);
}

/* notification dropdown */
.notifications {
	width: 100% !important;
	max-width: 450px !important;
	top: 64px !important;
}

@media only screen and (max-width: 600px) {
	.notifications {
		top: 56px !important;
	}
}

/*- - - -*/

.article p {
	color: #000;
	margin-bottom: 10px !important;
}

.bangla {
	font-family: 'Noto Serif Bengali', serif;
}

.inside-main {
	padding: 10px;
}

@media only screen and (max-width: 600px) {
  .inside-main {
	  padding: 10px 0px;
  }
}

.success, .error {
	padding: 5px 10px;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	border-radius: 4px;
}
.success {
	background-color: #4CAF50;
}
.error {
	background-color: red;
}

input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, textarea {
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
	padding: 0 8px;
	line-height: 2;
	min-height: 30px;
}

textarea:focus, input:focus{
    outline: none;
}

.pp-container {
	width: 200px;
	height: 200px;
	border: 5px solid #eee;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
}

td, th {
	padding: 10px;
}

.draggable {
	cursor: all-scroll;
}

.sidenav ul li a {
    color: #fff !important;
}

.sidenav ul li a i.material-icons {
    color: #fff !important;
}

.clickable {
	cursor: pointer;
}
.center-content {
	justify-content: center;
    align-items: center;
    display: flex;
}

/* -- tabs -- */
.tabs .tab a.active {
    background-color: #448AFF17;
    border-bottom: 2px solid #448AFF;
}

/* ---- chat ---- */
.msg-left {
	margin: 10px 40% 10px 10px;background: #f1f1f1;padding: 10px;border-radius: 10px;
}
.msg-right {
	margin: 10px 10px 10px 40%;background: #2196F3 none repeat scroll 0% 0%;padding: 10px;border-radius: 10px;color: #fff;
}
.cdt {
	text-align: center;
	font-size: 11px;
	color: rgb(181, 181, 181);
}

.input_container {
	padding: 0px 10px;
	border-top: 1px solid #eee;
	background: #fff;
}
@media only screen and (max-width: 768px) {
	/* For mobile phones: */
	.chat-card {
		position: fixed;
		top: 56px;
		left: 0;
		right: 00;
		bottom: 0;
		margin-bottom: 0;
		z-index: 1;
	}
	.input_container {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
	}
}
	
.online_badge {
	background: green;
	color: #fff !important;
	font-size: 10px !important;
}

/* ------------ */
.login-main{
	margin-top: 150px;
    z-index: 1;
}
.heading-image{
	top: 0%;
    left: 50%;
    opacity: 0.9;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    background: #2B5377;
    position: absolute;
    transform: translate(-50%, -50%);
}
.heading-image i{
	font-size: 60px;
	margin-top: 30px;
}
.input-group-prepend span{
	font-size: 20px;
	color: #9B9FAB;
}
.options{
	font-size: 15px;
}
.copyright-main{
	font-size: 13px;
}

/*Bubble Boxes Animation CSS*/

.bubble-boxes{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
}
.bubble-boxes li{
    position: absolute;
    list-style: none;
    display: flex;
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,.2);
    animation: animate 25s linear infinite;
    bottom: -800px;
}
.bubble-boxes li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0;
}
.bubble-boxes li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.bubble-boxes li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.bubble-boxes li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.bubble-boxes li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.bubble-boxes li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.bubble-boxes li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.bubble-boxes li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.bubble-boxes li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.bubble-boxes li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 12s;
}
@keyframes animate{
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 1;
        border-radius: 50%;
    }
}

/* --- corner ribbon --- */
.ribbon-wrapper-right {
  width: 135px;
  height: 138px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}
.ribbon-wrapper-left {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
}
.ribbon-red {
    font: bold 15px Sans-Serif;
    color: #fff;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 35px;
    width: 178px;
    background-color: #ea181e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ea181e), to(#b90005));
    background-image: -webkit-linear-gradient(top, #ea181e, #b90005);
    background-image: -moz-linear-gradient(top, #ea181e, #b90005);
    background-image: -ms-linear-gradient(top, #ea181e, #b90005);
    background-image: -o-linear-gradient(top, #ea181e, #b90005);
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green {
    font: bold 15px Sans-Serif;
    color: #fff;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    left: -29px;
    top: 15px;
    width: 120px;
    background-color: #8dc735;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8dc735), to(#649a12));
    background-image: -webkit-linear-gradient(top, #8dc735, #649a12);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-red:before,
.ribbon-red:after{
  content: "";
  border-top: 3px solid #b90005;   
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:after,
.ribbon-green:after{
  content: "";
  border-top: 3px solid #6e8900;   
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-red:before{
  left: 0;
}
.ribbon-green:before{
  right: 0;
}

.ribbon-red:after{
  right: 0;
}
.ribbon-green:after{
  left: 0;
}