body {
	font-family: sans-serif !important;
}

.navUsername {
    display: flex;
    align-items: center;
}
#layout-navbar {
	margin-top: 10px;
	border-radius: 7px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	padding-left: 5px;
}

.formSectionLable {
	width: 100% !important;
	margin-bottom: 15px !important;
}

.formSectionLable p {
	margin-bottom: 0;
	background: #4FD7E7;
	padding: 8px 27px;
	width: fit-content !important;
	color: #fff;
	border-radius: 4px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.checkbox-container {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 17px;
	cursor: pointer;
	font-size: 16px;
	user-select: none;
	width: 100%;
}

.custom-checkbox {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: unset !important;
	border: 2px solid #008DCD;
	border-radius: 4px;
	transition: background-color 0.3s;
	/* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
}

/* .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
} */

/* .custom-checkbox:checked ~.checkmark {
	background-color: #2196F3 !important;
	box-shadow: 0 3px 7px rgba(33, 150, 243, 0.3);
} */

.custom-checkbox:checked ~.checkmark:after {
	display: block;
}

.custom-checkbox:checked ~.checkmark:after {
	animation: checkAnim 0.2s forwards;
}

.call22 {
	padding-right: 20px;
	margin-bottom: 20px;
}

.radio-buttons {
	display: flex;
	flex-direction: column;
	color: white;
}

.radio-button {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	cursor: pointer;
}

.radio-button input[type="radio"] {
	display: none;
}

.radio-circle {
	width: 25px;
	height: 25px;
	border-radius: 4px;
	position: relative;
	margin-right: 10px;
	background: #eee !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	transition: background-color 0.3s;
}

.radio-circle::before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 4px;
	background-color: #ddd;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.2s ease-in-out;
}

.radio-button input[type="radio"]:checked+.radio-circle::before {
	transform: translate(-50%, -50%) scale(1);
}

.radio-button input[type="radio"]:checked+.radio-circle::before {
	background-color: #2196F3;
}

.radio-label {
	font-size: 17px;
	font-weight: 500;
}

.radio-button:hover .radio-circle {
	border-color: #555;
}

.radio-button:hover input[type="radio"]:checked+.radio-circle::before {
	background-color: #70b3e8;
}

.radio-span {
	background-color: rgba(79, 215, 231, 0.24);
	margin: 0px 10px;
	padding: 2px 6px;
	font-size: 12px;
	border-radius: 8px;
	color: #fff;
}

.CaseOrderSpan {
	padding: 4px 8px;
	border-radius: 6px;
	color: #e81111;
	font-size: 11px;
}

.CaseOrderSpan23 {
	background: rgba(79, 215, 231, 0.24);
	padding: 7px 13px;
	border-radius: 6px;
	color: #fff;
	font-size: 15px;
	margin-bottom: 30px;
	display: block;
	width: fit-content;
}

.inputBottomSpan {
	font-size: 12px;
	margin: 54px 0px 0px 29px;
}

label.lableforradioFirst {
	width: 60% !important;
}

label.lableforradio {
	width: unset !important;
}

#GuideTubesDiv {
	display: none;
}

#FixationPinsDiv {
	display: none;
}

.formSectionLable2 {
	width: 100% !important;
	margin-bottom: 25px !important;
}

.formSectionLable2 p {
	margin-bottom: 0;
	background: #d000e3;
	padding: 8px 27px;
	width: fit-content !important;
	color: #fff;
	border-radius: 4px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.miniDiv {
	width: 90% !important;
	display: flex;
	margin: auto;
	flex-direction: column;
}

.withFlex {
	display: flex;
	flex-direction: column;
}

.withFlex>div {
	width: 100%;
	display: flex;
}

.withFlex>div:nth-child(2) {
	padding-left: 25px;
}

.invoiceDiv {
	width: 100%;
}

.invoiceDiv p {
	width: 25%;
}

.invoice-info-title {
	font-weight: 550;
}

#drop-area {
	width: 300px;
	height: 200px;
	border: 2px dashed #ccc;
	text-align: center;
	padding: 20px;
	margin: 20px;
}

#file-list {
	list-style-type: none;
	padding: 0;
}

#file-list li {
	margin-bottom: 10px;
}

div.user-profile-header-banner>img {
	height: 200px !important;
	width: 100% !important;
}

.pricing-plans h4 {
	width: 100%;
	text-align: center;
	margin-top: 55px;
	font-size: 25px;
	font-weight: 600;
	color: #7278ff;
}

.premiumListHeader {
	color: rgba(79, 215, 231, 0.24);
	margin: 10px 0;
}

.navImage {
	height: 100% !important;
	width: 100% !important;
}

#shippingaddress {
	display: none;
}

.about-Maincontent {
	width: 80% !important;
	display: flex !important;
	margin: auto;
	padding: 50px 30px;
}

.about-content {
	font-size: 16px;
	line-height: 1.6;
	display: flex;
	flex-direction: column;
	margin: auto;
}

.about-content ul {
	list-style-type: disc;
	margin-left: 20px;
}

.about-content ul li {
	margin-bottom: 10px;
}

button.downloadBtn {
	background: transparent !important;
	border: 0 !important;
	display: flex !important;
	padding: 5px !important;
	margin: 10px 0px !important;
	color: #5f5f5f !important;
}