.card {
	position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-width: 0;
		word-wrap: break-word;
		background-color: #fff;
		background-clip: border-box;
		border: 0 solid rgba(0, 0, 0, 0.125);
		border-radius: 0;
		box-shadow: 2px 5px 20px rgb(0 0 0 / 10%);
		padding: 10px;
		border-radius: 8px;
	}
  
  .card > hr {
	margin-right: 0;
	margin-left: 0;
  }
  
  .card > .list-group {
	border-top: inherit;
	border-bottom: inherit;
  }
  
  .card > .list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
  }
  
  .card > .list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
  }
  
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
	border-top: 0;
  }
  
  .card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.5rem 1.5rem;
  }
  
  .card-title {
	margin-bottom: 1rem;
  }
  
  .card-subtitle {
	margin-top: -0.5rem;
	margin-bottom: 0;
  }
  
  .card-text:last-child {
	margin-bottom: 0;
  }
  
  .card-link:hover {
	text-decoration: none;
  }
  
  .card-link + .card-link {
	margin-left: 1.5rem;
  }
  
  .card-header {
	padding: 1.125rem 1.5rem;
	margin-bottom: 0;
	background-color: #2d3035;
	border-bottom: 0 solid rgba(0, 0, 0, 0.125);
  }
  
  .card-header:first-child {
	border-radius: 0 0 0 0;
  }
  
  .card-footer {
	padding: 1.125rem 1.5rem;
	background-color: #2d3035;
	border-top: 0 solid rgba(0, 0, 0, 0.125);
  }
  
  .card-footer:last-child {
	border-radius: 0 0 0 0;
  }
  
  .card-header-tabs {
	margin-right: -0.75rem;
	margin-bottom: -1.125rem;
	margin-left: -0.75rem;
	border-bottom: 0;
  }
  
  .card-header-tabs .nav-link.active {
	background-color: #d0e8f6;
	border-bottom-color: #d0e8f6;
  }
  
  .card-header-pills {
	margin-right: -0.75rem;
	margin-left: -0.75rem;
  }
  
  .card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	border-radius: 0;
  }
  
  .card-img,
  .card-img-top,
  .card-img-bottom {
	width: 100%;
  }
  
  .card-img,
  .card-img-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
  }
  
  .card-img,
  .card-img-bottom {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
  }
  
  .card-group > .card {
	margin-bottom: 0.75rem;
  }
  
  @media (min-width: 576px) {
	.card-group {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
	  -ms-flex-flow: row wrap;
	  flex-flow: row wrap;
	}
	.card-group > .card {
	  -webkit-box-flex: 1;
	  -ms-flex: 1 0 0%;
	  flex: 1 0 0%;
	  margin-bottom: 0;
	}
	.card-group > .card + .card {
	  margin-left: 0;
	  border-left: 0;
	}
	.card-group > .card:not(:last-child) {
	  border-top-right-radius: 0;
	  border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-img-top,
	.card-group > .card:not(:last-child) .card-header {
	  border-top-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-img-bottom,
	.card-group > .card:not(:last-child) .card-footer {
	  border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:first-child) {
	  border-top-left-radius: 0;
	  border-bottom-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-img-top,
	.card-group > .card:not(:first-child) .card-header {
	  border-top-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-img-bottom,
	.card-group > .card:not(:first-child) .card-footer {
	  border-bottom-left-radius: 0;
	}
  }

  
  .avatar-badge {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #db6574;
	position: absolute;
	bottom: 0.5rem;
	right: 0;
	color: #fff;
	font-size: 0.8rem;
  }
  
  .availability-status {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #db6574;
	position: absolute;
	top: 4px;
	right: 0;
	border: 2px solid #fff;
  }
  


  .bgDark {
	background: #d0e8f6;
  }
  
  .bg-dash-dark-1 {
	background: #d0e8f6 !important;
  }
  
  .text-dash-dark-1 {
	color: #d0e8f6 !important;
  }
  
  .border-dash-dark-1 {
	border-color: #d0e8f6 !important;
  }
  
  .bg-dash-dark-2 {
	background: #d0e8f6 !important;
  }
  
  .text-dash-dark-2 {
	color: #d0e8f6 !important;
  }
  
  .border-dash-dark-2 {
	border-color: #d0e8f6 !important;
  }
  
  .bg-dash-dark-3 {
	background: #d0e8f6 !important;
  }
  
  .text-dash-dark-3 {
	color: #d0e8f6 !important;
  }
  
  .border-dash-dark-3 {
	border-color: #d0e8f6 !important;
  }
  
  .bg-dash-gray {
	background: #8a8d93 !important;
  }
  
  .text-dash-gray {
	color: #8a8d93 !important;
  }
  
  .border-dash-gray {
	border-color: #8a8d93 !important;
  }
  
  .bg-dash-gray-dark {
	background: #6a6c70 !important;
  }

  
.asf{
	width: 150px;
	/* margin:20px ; */
	margin-top: 20px;
margin-bottom: 20px;
	padding:10px 20px;
	text-align: center;
}
.rounded-circle {
	border-radius: 50% !important;
  }
  
  .rounded-pill {
	border-radius: 50rem !important;
  }
  
  .rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
  }
  
  .rounded-end {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
  }
  
  .rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
  }
  
  .rounded-start {
	border-bottom-left-radius: 0.25rem !important;
	border-top-left-radius: 0.25rem !important;
  }
  
  .visible {
	visibility: visible !important;
  }
  .text-end {
	text-align: right !important;
  }
  
  .text-center {
	text-align: center !important;
  }
  
  .text-decoration-none {
	text-decoration: none !important;
  }	
  .me-auto {
	margin-right: auto !important;
  }
  
  .mb-0 {
	margin-bottom: 1% !important;
  }
  
  .mb-1 {
	margin-bottom: 0.25rem !important;
  }.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
  }
  
  .justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
  }
  
  .justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
  }
  
  .justify-content-evenly {
	-webkit-box-pack: space-evenly !important;
	-ms-flex-pack: space-evenly !important;
	justify-content: space-evenly !important;
  }
  
  .align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
  }
  
  .align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
  }
  
  .align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
  }
  
  .align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
  }
  
  .align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
  }
  
  .align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
  }
  
  .align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
  }
  
  .align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
  }
  
  .align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
  }
  
  .align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
  }
  
  .align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
  }

  .asfg{
    width: 200px;
    padding:10px 20px;
    text-align: center;
  }
  .asfgg{
    width: 150px;
    padding:10px 20px;
    text-align: center;
  }

  .mb-2 {
    margin-bottom: 0.5rem !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.card-bodies{
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

.arrow-styling{
  background-color: #e04d4d;
  border: #fff;
  border-radius: 5px;
  color: #ffffff
}