@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap');

.w-full,
.w-full * {
	font-family: 'Roboto', sans-serif;
}

.date {
	height: 90px;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row !important;
	align-items: center;
	justify-content: center;
	padding-left: 10px;
	background: #00000012;
	border-radius: 30px;
	margin-top: 20px;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

/* calender css by ahsan */
.date .flex img {
	margin: 0px;
	display: block;
	/* margin-right: -25px !important;
     */
	/* transition-duration: .4s;
     */
	/* filter: drop-shadow(2px 2px 2px #00000061);
     */
	/* border-radius: 50%;
     */
	width: 19px;
}

.date .flex {
	display: flex;
	/* position: relative;
     */
	justify-content: center;
	/* gap: 0;
     */
	/* margin-left: -30px;
     */
	/* transition-duration: .4s;
     */
	/* left: 26px;
     */
	/* top: -37px;
     */
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.days-flags {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 95px;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.ali {
	font-size: 22px;
	/* font-weight: 700;
     */
	margin-right: 10px;
	font-weight: 700;
	border-bottom: 1px solid #00000014;
}

.weekbar {
	margin-right: 50px;
	background: #337ab7 !important;
	border-radius: 15px !important;
}

.date.today .ali {
	color: #337ab7;
	;
	text-decoration: overline;
}

.days-top:nth-child(even) {
	border-radius: 30px;
	background-color: #00000005;
}



.days-top:nth-child(odd) {
	/* background-color: #00000005; */
	border-radius: 30px;
}


.date:nth-child(even) {
  background: rgb(0 73 165 / 4%);
}

.date:nth-child(odd) {
  background: rgb(3 171 0 / 4%);
}
@media screen and (min-width: 992px) {
	.days-top {
		/* padding-left: 10px; */
	}

	span.day {}

	.days-top span.mb-6 {
		font-size: 18px;
		border-bottom: 1px solid #000;
		font-weight: 700;
		margin-left: 10px;
	}

	.weekbar {
		margin-right: 0px;
	}

	.w-full>.justify-between {
		justify-content: center;
	}
  
  .date{
  	font-size:22px;
  }
  
  .text-lg {
    font-size: 20px !important;
  }

	.text-lg.font-bold{
		margin-bottom:30px;
		margin-top:30px;
	}
}

@media screen and (max-width: 992px) {
	.main-container {
		width: calc(100%) !important;
		padding: 5px !important;
		margin: 0px !important;
		border-radius: 0px !important;
		border: none !important;
	}

	.date b {
		font-size: 14px;
	}

	.flex-col.text-center.bg-black.text-white.px-6.rounded.py-6 {
		padding-left: 5px;
		padding-right: 5px;
		/* display: none;
         */
		margin: 0px;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.ali {
		font-size: 14px;
		margin: 0px;
		line-height: .7;
		font-weight: 800;
	}

	.text-lg b {
		font-size: 13px;
	}

	.date {
		height: 80px;
		flex-direction: column !important;
		margin-top: 2rem;
		margin-left: 0px;
		margin-right: 0px;
		padding: 0px;
		/* background: none !important; */
		padding-top: 20px;
		}

	.days-flags {
		width: 48px;
	}

	.date .flex img {
		width: 12px;
		flex-basis: 12px;
		margin: 0px 2px !important;
	}

	body {
		background: #f3f4f6;
	}

	.days-top {
		text-align: center;
	}

	.days-top span {
		font-size: 14px;
		font-weight: 700;
	}

	.weekbar .text-lg {
		line-height: initial;
	}

	.weekbar .date {
		margin-bottom: 0.75rem;
		height: 80px;
		justify-content: flex-start;
	}
}