.datatable-wrapper.no-header .datatable-container {
	border-top: 1px solid #d9d9d9;
}

.datatable-wrapper.no-footer .datatable-container {
	border-bottom: 1px solid #d9d9d9;
}

.datatable-top,
.datatable-bottom {
	padding: 8px 10px;
}

.datatable-top > nav:first-child,
.datatable-top > div:first-child,
.datatable-bottom > nav:first-child,
.datatable-bottom > div:first-child {
	float: left;
}

.datatable-top > nav:last-child,
.datatable-top > div:not(first-child),
.datatable-bottom > nav:last-child,
.datatable-bottom > div:last-child {
	float: right;
}

.datatable-selector {
	padding: 6px;
}

.datatable-input {
	padding: 6px 12px;
}

.datatable-info {
	margin: 7px 0;
}
.disClass{
    background: #ccc !important;
}

/* PAGER */
.datatable-pagination ul {
	margin: 0;
	padding-left: 0;
}

.datatable-pagination li {
	list-style: none;
	float: left;
}

.datatable-pagination li.datatable-hidden {
    visibility: hidden;
}

.datatable-pagination a,
.datatable-pagination button {
	border: 1px solid transparent;
	float: left;
	margin-left: 2px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	color: #333;
    cursor: pointer;
}

.datatable-pagination a:hover,
.datatable-pagination button:hover {
	background-color: #d9d9d9;
}

.datatable-pagination .datatable-active a,
.datatable-pagination .datatable-active a:focus,
.datatable-pagination .datatable-active a:hover,
.datatable-pagination .datatable-active button,
.datatable-pagination .datatable-active button:focus,
.datatable-pagination .datatable-active button:hover {
	background-color: #d9d9d9;
	cursor: default;
}

.datatable-pagination .datatable-ellipsis a,
.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover,
.datatable-pagination .datatable-ellipsis button,
.datatable-pagination .datatable-disabled button,
.datatable-pagination .datatable-disabled button:focus,
.datatable-pagination .datatable-disabled button:hover {
    pointer-events: none;
    cursor: default;
}

.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover,
.datatable-pagination .datatable-disabled button,
.datatable-pagination .datatable-disabled button:focus,
.datatable-pagination .datatable-disabled button:hover {
	cursor: not-allowed;
	opacity: 0.4;
}

.datatable-pagination .datatable-pagination a,
.datatable-pagination .datatable-pagination button {
	font-weight: bold;
}

/* TABLE */
.datatable-table {
	max-width: 100%;
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
}

.datatable-table > tbody > tr > td,
.datatable-table > tbody > tr > th,
.datatable-table > tfoot > tr > td,
.datatable-table > tfoot > tr > th,
.datatable-table > thead > tr > td,
.datatable-table > thead > tr > th {
	vertical-align: top;
	padding: 8px 10px;
}

.datatable-table > thead > tr > th {
	vertical-align: bottom;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
}

.datatable-table > tfoot > tr > th {
	vertical-align: bottom;
	text-align: left;
	border-top: 1px solid #d9d9d9;
}

.datatable-table th {
	vertical-align: bottom;
	text-align: left;
}

.datatable-table th a {
	text-decoration: none;
	color: inherit;
}

.datatable-table th button,
.datatable-pagination-list button {
    color: inherit;
    border: 0;
    background-color: inherit;
    cursor: pointer;
    text-align: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.datatable-sorter, .datatable-filter {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}

.datatable-sorter::before,
.datatable-sorter::after {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	right: 4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	opacity: 0.2;
}


.datatable-sorter::before {
	border-top: 4px solid #000;
	bottom: 0px;
}

.datatable-sorter::after {
	border-bottom: 4px solid #000;
	border-top: 4px solid transparent;
	top: 0px;
}

.datatable-ascending .datatable-sorter::after,
.datatable-descending .datatable-sorter::before,
.datatable-ascending .datatable-filter::after,
.datatable-descending .datatable-filter::before {
	opacity: 0.6;
}

.datatable-filter::before {
    content: "";
    position: absolute;
    right: 4px;
    opacity: 0.2;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
	border-radius: 50%;
    border-top: 10px solid #000;
    top: 25%;
}

.datatable-filter-active .datatable-filter::before {
    opacity: 0.6;
}

.datatable-empty {
	text-align: center;
}

.datatable-top::after, .datatable-bottom::after {
	clear: both;
	content: " ";
	display: table;
}

table.datatable-table:focus tr.datatable-cursor > td:first-child {
	border-left: 3px blue solid;
}

table.datatable-table:focus {
	outline: solid 1px black;
    outline-offset: -1px;
}
.box-center {
	margin: 0 auto;
	float: none !important;
}
.step-box-1{
	border-radius:10px;
	margin: 10px;
	width:150px;
	height:150px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	background-color: #083A79;
}

.step-box-2{
	border-radius:10px;
	width:320px;
	height:150px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	background-color: #083A79;
}

.box-center-flex {
	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;
}
.box-title {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
.plain-text-box {
	border: none;
	border-bottom: 2px solid #fff;
	background-color: transparent;
	text-align: center;
	font-size: 15px;
	width: 100%;
	outline: none;
	font-weight: bold;
	color: #fff;
}
.box-sub-title {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.height-box{
	width: 60px;
	text-align: center;
	background: transparent;
	border: none;
	font-size: 25px;
	outline: none;
	color: #fff;
	font-weight: 550;
}
.btn-round-pm{
	width: 30px;
	height: 30px;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1111;
	background: #08295E;
	color: #fff;
	border-color: transparent;
}
.unit-pos{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	color: #fff;
	bottom: 0;
	text-align: center;
	padding-top: 35px;
	font-weight: bold;
	padding-left: 45px;
	font-size: 15px;
}
.pos-relative{
	position: relative;
}
.hand-pointer{
	cursor: pointer;
}
.hand-pointer:hover{
	background-color: #C061C5;
}
.m10{
	margin: 10px;
}
.btn-next{
	font-size: 16px;
	font-weight: 600;
}
.hand-box-selected {
	background-color: #C061C5 !important;
}
.top_header{
	height: 65px;
	box-shadow: 0px 1px 1px rgba(1, 41, 112, 0.1);
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	background: #12366A;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* Container for the toggle */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 35px; /* Adjust for desired small size */
  height: 20px; /* Adjust for desired small size */
}

/* Hide default checkbox */
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.btn-app{
	border-radius: unset;
	padding: 10px;
	font-weight: bold;
}
/* The track of the switch */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #5cb85c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px; /* Half of height for rounded ends */
}

/* The circular thumb/handle */
.slider:before {
  position: absolute;
  content: "";
  height: 16px; /* Slightly smaller than track height */
  width: 16px; /* Equal to height for circular shape */
  left: 2px; /* Small offset from left */
  bottom: 2px; /* Small offset from bottom */
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%; /* Makes it circular */
}

/* When the checkbox is checked, change background color of track */
.toggle-switch input:checked + .slider {
  background-color: #5cb85c; /* Blue when on */
}

/* When the checkbox is checked, move the thumb to the right */
.toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(15px); /* Move right by (width - thumb_width - 2*offset) */
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.title-note {
	font-weight: bold;
	font-size: 14px;
}
#step-2, #step-3, #step-4 {
	display: none;
}
.risk-title{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.dash-icon {
	width: 40px;
	height: 40px;
}
.risk-score{
	text-align: center;
	font-weight: bold;
	font-size: 80px
}
.risk-comments{
	text-align: center;
	font-weight: bold;
	font-size: 35px;
	color: #ff9800;
}
.other-info-title{
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
	padding-left: 25px;
}
.other-info-content{
	font-size: 14px;
	padding-left: 30px;
}
#risk-comments-data {
	text-transform: uppercase;
}
.boldme{
	font-weight: bold;
}
.step-four-top-title{
	font-weight: bold;
	font-size: 25px;
	text-align: left;
}
.video-title {
	font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
.select-master{
	width: 100%;
  background: transparent;
  border: solid 1px #ccc;
  padding: 7px;
  border-radius: 7px;
  font-size: 15px;
}
.smlr{
	padding-left: 7px;
	padding-right: 7px;
}
.sbm {
	margin-bottom: 10px;
}
.tick-text{
	font-size: 14px;
	font-weight: bold;
}
.fs14{
	font-size: 14px;
}
.fs16{
	font-size: 16px;
}
.certificate-welcome-title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

 .button_close {
    color: #000000;
    font-weight: bold;
    border: 2px solid #000000;
    padding: 7px;
    border-radius: 12px;
    background: transparent;
    background-color: transparent;
    font-size: 20px;
    min-width: 100px !important;
    font-size: 15px;
    min-width: 120px !important;
  }
  .toc{
    color: #000000;
    font-weight: bold;
    text-align: center;
    text-decoration-line: underline;
    font-size: 20px;
  }
  .step-box-hba1c{
	border-radius: 10px;
	width: 320px;
	height: 120px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	background-color: #083A79;
  }
  .form-label{
	font-weight: bold;
	margin-bottom: .2rem;
	font-size: 16px;
  }
  .btn-app-round {
	border-radius: var(--bs-border-radius) !important;
	padding: 10px;
  	font-weight: bold;
  }
  #step-ogtt, #step-hba1c {
	display: none;
  }
  .alert-fixed-notice {
	background:transparent;
	border:solid 2px orange;
	text-align:center;
	font-size:15px;
  }
  .alert-fixed-result-box {
	background:transparent;
	border:solid 2px var(--bs-alert-border-color);
  }
  .result-title{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
  }
  .result-content{
	font-size: 14px;
  }
  .treatment-title{
	font-weight: bold;
	font-size: 15px;;
  }
   .phase-two-success-box {
		background: #008136;
		color: #fff;
		border: solid 1px #008136;
		font-size: 15px;
	}
	.number-result-details{
		font-size: 14px;
	}
	.hideme{
		display: none;
	}
	#phase-two-result-box {
		display: none;
	}
	.number-result-details ol{
		line-height: 25px;
	}
	.phase-two-top-title{
		text-align: center;
  		font-weight: bold;
	}
	.normal-grid-box {
		background-color: #008136;
	}
	.dm-grid-box{
		background-color: #890104;
	}
	.grid-box {
		color: #fff;
		font-weight: 450;
		font-size: 14px;
		padding: 10px;
		border-radius: 7px;
		line-height: 1.7;
	}
	.fs30{
		font-size: 30px;
	}
	.phase-three-top-title {
		text-align: center;
		font-weight: bold;
		font-size: 18px;
	}
	#phase-three-page-two,#phase-three-page-three,#phase-three-page-four, #phase-three-page-five {
		display: none;
	}
	.followup-history-box{
		border: solid 1px #083A79;
		padding: 10px;
		border-radius: 7px;
		background-color: #083A79;
	}
	.followup-history-title{
		font-weight: bold;
		font-size: 16px;
		text-align: center;
	}
	.followup-history-date{
		font-size: 15px;
		text-align: center;
		margin-top: 5px;
		font-weight: 510;
	}
	.followup-history-content{
		margin-top: 20px;
	}
	.diagnosis-info-title{
		font-weight: bold;
		font-size: 15px;
		margin-bottom: 10px;
		text-decoration: underline;
	}
	.diagnosis-info-table{
		font-size: 14px;
	}
	.boldme510{
		font-weight: 510;
	}
	.no-prescribed{
		font-size: 14px;
	}
	.box-app-bg {
		background-color: #08295E !important;
	}
	.box-app-round {
		border-radius: 10px !important;
	}
	.box-app-bottom-radius {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.box-app-top-radius {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.app-btn-next-bg {
		background-color: #C061C5 !important;
		border-color: #C061C5 !important;
		color: #fff !important;
	}
	.app-btn-back-bg {
		background-color: #0074CC !important;
		border-color: #0074CC !important;
		color: #fff !important;
	}
	.app-text-color {
		color: #fff !important;
	}
	.app-text-color select {
		color: #000 !important;
		background-color: #fff;
	}
	.button-radius {
		border-radius: 12px !important;
	}
	.button-radius-left {
		border-top-left-radius: 12px !important;
		border-bottom-left-radius: 12px !important;
	}
	.button-radius-right {
		border-top-right-radius: 12px !important;
		border-bottom-right-radius: 12px !important;
	}
	.app-box-inside-box-bg {
		background-color: #083A79 !important;
	}
	#step-three-master table td, #step-three-master table th {
		color: #fff !important;
		background-color: transparent !important;
	}
	.certificate-preview-box{
		display: none;
	}
	.certificate-preview-title{
		text-align: center;
		font-size: 25px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 15px;
		text-decoration: underline;
	}