@font-face {
  font-family: 'Barlow Condensed';
  src: url('/fonts/BarlowCondensed-Regular.ttf');
}

body {
	background-color: #ebf2f7;
	font-family: 'Barlow Condensed', sans-serif;
	font-style: normal;
	font-size: 15px;
	line-height: 12px;
	display: flex;
	flex-direction: column;
	margin: 0;
	min-height: calc(100vh - 22px);
  touch-action: manipulation;
}


.navbar {
	background-color: #fff;
	color: #0B6836;
	border-radius: 10px;
	top: 10%;
	box-shadow: 0px 4px 4px 0px #00000040;
	z-index: 10;
	margin: 10px;
}
/*
.navbar img{
	width: 50px;
}
*/
.navbar-toggler {
  /* padding: .25rem .25rem; */
  padding: 0px;
	color: #0B6836;
	border: none;
}

.navbar-toggler-avatar {
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.navbar-brand {
  img {
    width: 100px;
  }
}

.full-screen-modal {
  max-height: calc(100vh - 200px);
  overflow: auto;
}

@media (min-width: 992px){
	.navbar-expand-lg .navbar-toggler {
	    display: block;
	    
	}
  /*
	.menu-container {
		right:50%;
	    left:50% !important;
	}
  */
}
@media (min-width: 1024px){
	.navbar-expand-lg .navbar-toggler {
	    display: block;
	    
	}
  /*
	.menu-container {
		right:50%;
	    left:50% !important;
	}
  */
}


.menu-container {
  display: none;
  position: absolute;
  top: 70px;
  /* left:5%; */
  right: 15px;
  width: 350px;
  height: auto;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 12;
}

.menu-container::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 20px;
  width: 0;
  height: 10;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  z-index: 1;
}

.menu-container .user-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.menu-container .user-icon img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.menu-container .user-details {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.menu-container .user-name {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}

.menu-container .user-email {
  color: #888888;
  font-size: 15px;
  margin: 0;
  font-style: normal;
  margin-top: 10px;
}

.menu-container .menu-heading {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 12px;
}

.menu-container input{
  margin: 5px;
}

.menu-container input:active {
  border-color: #0B6836;
  background-color: #0B6836;
  color: #0B6836;
}

.menu-container .menu-items {
  display: flex;
  flex-direction: column;
}

.menu-container .menu-items label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 12px;
}

.menu-container .menu-items label span{
  margin-left: 8px;
  font-size: 15px;
  line-height: 12px;
}

.menu-container .logout {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #cccccc;
}

.menu-container .logout a {
  width: 100%;
  height: 100%;
  align-content: center;
  text-align: center;
  color: #434343;
  text-decoration: none;
  font-size: 15px;
}
	

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
}






.tab-card {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 4px 0px #00000040;
	padding: 20px;
}

.tab-link {
	color: #434343;;
	text-decoration: none;
}

.tab-link:hover {
	color: #434343;;
	text-decoration: none;
}

.card-body{
	display: flex;
	align-items: center;
	justify-content: center;
}
.card-body h4{
	display: inline-block;
}

.card-icon{
	display: inline-block;
}
.card-icon img {
  width: 50px;
  margin-right: 10px;
}

.card-title {
    margin-bottom: 0rem;
}


.card-btn{
	margin-right: 20px;
		text-align: center;

}
.card-btn button{
	width: 75px;
	height: 25px;
	border: none;
	font-size: 15px;
	line-height: 7px;
	text-align: center;
	background: #434343;
}

/*Cards ends*/

.card-icon, .card-text, .card-btn {
  flex: 1;
}


footer{
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	margin: auto 0;
	padding: 10px;
	margin-bottom: 0;
}

.header {
  display: flex;
  flex-direction: column;
  padding-bottom: 0px;

  .progress {
    width: 100%;
    height: 5px;
  }
}