@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");

html {
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
	color: #14171f;
	font-family: "Inter", sans-serif;
}

.dmSans {
	font-family: "DM Sans", sans-serif;
}

.c-pacifico {
	font-family: "Pacifico", cursive;
}

.c-wrapper {
	padding-left: 72px;
	padding-right: 72px;
}

.info-container {
	background: #ffffff;
	border: 0.2px solid #c2c7d6;
	box-sizing: border-box;
	box-shadow: 0px 15px 40px rgba(20, 23, 31, 0.08);
	border-radius: 16px;
}

input:focus {
	outline: none;
}

.c-indigo {
	color: #080056;
}

.bg-cblue-100 {
	background-color: #f6f8f9;
}

.c-shadow {
	box-shadow: 0px 1px 100px 30px rgba(46, 41, 78, 0.02),
		0px 8px 12px rgba(46, 41, 78, 0.08);
}

.c-border {
	border: 1px solid #e5e5e5;
}

.c-centered {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.bg-razzmataz-pry {
	background-color: #fe4d3c;
}

.bg-primary {
	background: #080056;
}

.bg-cotton-ball {
	background-color: #f0f4fe;
}
.bg-lighter-blue {
	background-color: #f6f8f9 !important;
}

.text-razzmataz-pry {
	color: #fe4d3c;
}

.text-grey-blue {
	color: #667499;
}

.text-black-xiketic {
	color: #16141f;
}

.text-grey-eth {
	color: #c2c7d6;
}

.sub-titles-1 {
	font-weight: bold !important;
	font-size: 18px !important;
	line-height: 27px !important;
}

.sub-titles-2 {
	font-weight: bold !important;
	font-size: 16px !important;
	line-height: 24px !important;
}

.sub-titles-3 {
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 21px !important;
}

h1 {
	font-weight: 600 !important;
	font-size: 40px !important;
	line-height: 56px !important;
}

h2 {
	font-weight: 700 !important;
	font-size: 32px !important;
	line-height: 45px !important;
}

h3 {
	font-weight: 700 !important;
	font-size: 24px !important;
	line-height: 34px !important;
}

h4 {
	font-weight: bold !important;
	font-size: 20px !important;
	line-height: 28px !important;
}

p {
	font-size: 16px;
	font-weight: 400px;
	line-height: 24px;
}

.small-text {
	font-size: 14px;
	line-height: 20px;
}

#lcd .dropdown-list-wrapper {
	right: 20px !important;
}

/* cards in book appointment screens */
.ap-card {
	/* background: #f0f4fe;
  border: 0.5px solid #c2c7d6; */
	/* box-shadow: 0px 15px 40px rgba(20, 31, 21, 0.04); */
	border-radius: 8px;
	cursor: pointer;
}

.ap-card1 {
	background: #f0f4fe;
	border: 0.5px solid #c2c7d6;
	box-shadow: 0px 15px 40px rgba(20, 31, 21, 0.04);
	border-radius: 8px;
	white-space: nowrap;
}
.ap-card:hover {
	background: #f0f4fe;
	border: 0.5px solid #c2c7d6;
	box-shadow: 0px 15px 40px rgba(20, 31, 21, 0.04);
	border-radius: 8px;
}
.ap-card-active {
	background: #f0f4fe;
	border: 1px solid #080056;
	box-shadow: 0px 15px 40px rgba(20, 31, 21, 0.04);
	border-radius: 8px;
}

.time-card {
	background: #ffffff;
	border: 1px solid #c2c7d6;
	box-sizing: border-box;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #667499;
}

.time-card-active {
	background: #080056;
	border: 1px solid #ffffff;
	color: #ffffff;
}

@media screen and (max-width: 1366px) {
	.c-wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media screen and (max-width: 1080px) {
	.c-wrapper {
		padding-left: 50px;
		padding-right: 50px;
	}
	.sub-titles-1 {
		font-weight: bold !important;
		font-size: 16px !important;
		line-height: 27px !important;
	}
}
@media screen and (max-width: 1024px) {
	.c-wrapper {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media screen and (max-width: 768px) {
	.c-wrapper {
		padding-left: 36px;
		padding-right: 36px;
	}
	h1 {
		font-size: 24px !important;
		line-height: 34px !important;
		font-weight: 700 !important;
	}
	h3 {
		font-size: 18px !important;
		line-height: 27px !important;
	}
	h2 {
		font-size: 20px !important;
		line-height: 28px !important;
	}
	h4 {
		font-size: 14px !important;
		line-height: 21px !important;
	}
}

@media screen and (max-width: 414px) {
	.c-wrapper {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
}

/* input[type="checkbox"]:before {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  content: "";
  background: white;
  border: 1px solid #909396;
}

input[type="checkbox"]:after {
  position: relative;
  display: block;
  left: 0px;
  content: "";
  background: white;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #fe4d3c;
} */

/* Large checkboxes */

input[type="checkbox"] {
	height: 15px;
	width: 15px;
	accent-color: red;
	border-radius: 10rem /* 6px */ !important;
}

/* input[type="checkbox"]:before {
  width: 24px;
  border: hidden;
  height: 20px;
}

input[type="checkbox"]:after {
  top: -20px;
  width: 22px;
  height: 22px;
} */

body > .index {
	height: 100vh;
	overflow-y: hidden;
}

.action::-webkit-scrollbar {
	display: none;
}
