*{
	font-family: Roboto;
}

input, textarea, select {
	font-size: 16px;
}


/*
	.form-control {
	border-color: #2242A5;
	border-width: 2px;
	}
*/


#welcome-screen {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #FFF;
	z-index: 100;
	padding: 10%;
	font-size: 1.3rem;
}

.preinput {
	font-size: 18px;
	border-color: #1C82DC;
	box-shadow: inset 1px 1px 9px #EEE;
}

#header-agent-info {
	background: var(--primary-color);
}

#header-agent-info .agent-name {
	font-size: 20px;
	font-weight: bold;
}

#app-wrapper {
	height: 100vh;
}

.datepicker-dropdown{
	z-index: 999;
}

.btn.btn-primary.view-switch {
	background: white;
	color: #000;
	border: 0;
}

.progress-wrapper {
	width: 90%;
	margin: 0 auto;
}

#progress-steps {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.progress {
	height: 7px;
	width: 100%;
	margin-bottom: 10px;
	background: #F9F9F9;
	border: 1px solid #ccc;
	border-radius: 0;
}


.bg-grey {
	background: #e8e8e8;
}



.wrapper{
	margin: 0 !important;
}

.wizard-v3-progress {
	top: 20px;
	right: 29px;
	width: 90%;
	bottom: revert;
}





#wizard-area, #sidebar {
	padding: 0;
	position: relative;
}

.main-color{
	color: var(--primary-color);
	}

#sidebar {
	background: var(--secondary-color);
	
	color:#FFF;
}

#progress-steps {
	position: relative; 
	overflow: hidden;
	white-space: nowrap;
}

#progress-steps::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	background: linear-gradient(to left, rgb(228, 228, 228), rgba(255, 255, 255, 0));
	pointer-events: none;
}

.step-indicator{
	position:relative;
	display:inline-block;
	padding-right: 80px;
}
.step-indicator:after{
	content: "";
	position: absolute;
	top: 53%;
	right: 10px;
	display: block;
	width: 54px;
	height: 1px;
	background-color: #6076d1;
	z-index: 1;
}

.multisteps-form__progress {
	padding-top: 140px;
}

.multisteps-form-progress {
	background: #ECECEC;
	
	display: flex; 
	flex-wrap: nowrap; 
	gap: 10px; 
	
}

.progress-btn {
	color: #333;
}

.progress-btn.js-active {
	color: #2242A5;
}

.progress-btn{
	position: relative;
	outline: none !important;
	cursor: pointer;
	font-size: 12px;
	min-width: max-content;
	padding-right: 50px;
}

.progress-btn i {
	margin-right: 5px;
}

.progress-btn:not(:last-child):after {
	content: "";
	position: absolute;
	top: 53%;
	right: 10px;
	display: block;
	width: 25px;
	height: 1px;
	background-color: #2242A5;
	z-index: 1;
}

/*
#brand-logo {
	max-width: 100px;
	max-height: 100px;
	border: 2px solid #FFF;
	background: #FFF;
	padding: 10px;
	width: 100px;
	height: 100px;
	display: flex;
}
*/

.wizard-forms {
	padding: 20px 20px;
}

#agent-info {
	padding: 25px;
}

#profile-image {
	max-width: 100%;
	max-height: 100px;
}



#wizard-area {
	flex: 1;
	display: flex;
	flex-direction: column;
	/*	overflow: hidden;*/
}

#wizard {
	flex: 1;
	overflow-y: auto;
	padding: 1rem;
}

.wizard-form-field{
	margin:0 !important;
}

#wizard-guide {
	line-height: 150%;
}

i.infotip {
	color: var(--primary-color);
}

.btn-success {
	background-color: var(--primary-color);
	
	border-color: var(--primary-color);
	}

/** ACTION BUTTONS **/

.actions {
	display: flex;
	justify-content: flex-end;
	gap: 0px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.action-btn {
	flex: 1;                                        
	padding: 10px 20px;           
	font-size: 16px;              
	cursor: pointer;             
	border: none;                  
	border-radius: 5px;             
	transition: background-color 0.3s ease;
	border-radius: 0;
	font-size: 1.5em;
}

.actions > :only-child {
	max-width: 100%; 
}

.step-section-heading {
	font-weight: bold;
}

/** UI **/

.checkbox-circle {
	position: relative;
	margin: 0 !important;
	padding-left: 40px;
	width: inherit !important;
	text-align: left !important;
	padding-top: 3px;
}
.checkbox-circle label {
	cursor: pointer;
	color: #999;
	font-size: 13px;
	line-height: 1.9;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.checkbox-circle label a {
	color: #6d7f52;
}
.checkbox-circle label a:hover {
	color: #89b843;
}
.checkbox-circle input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left: 0;
}
.checkbox-circle input:checked ~ .checkmark:after {
	display: block;
}
.checkbox-circle input:checked ~ .checkmark:before {
	content: "";
	top: 0px;
	left: 5px;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #fff;
	font-size: 16px;
}
.checkbox-circle .checkmark {
	position: absolute !important;
	top: 3px !important;
	left: 0;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	border: 1px solid #999;
}
.checkbox-circle .checkmark:after {
	content: "";
	top: -1px;
	left: -1px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: var(--primary-color);
	position: absolute;
	display: none;
}


/** checkbox **/

.checkbox-square {
	position: relative;
	margin: 0 !important;
	padding-left: 40px;
	width: inherit !important;
	text-align: left !important;
	padding-top: 3px;
}
.checkbox-square label {
	cursor: pointer;
	color: #999;
	font-size: 13px;
	line-height: 1.9;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.checkbox-square label a {
	color: #6d7f52;
}
.checkbox-square label a:hover {
	color: #89b843;
}
.checkbox-square input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left: 0;
}
.checkbox-square input:checked ~ .checkmark:after {
	display: block;
}
.checkbox-square input:checked ~ .checkmark:before {
	content: "";
	top: 0px;
	left: 5px;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #fff;
	font-size: 16px;
}
.checkbox-square .checkmark {
	position: absolute !important;
	top: 3px !important;
	left: 0;
	height: 25px;
	width: 25px;
	border-radius: 10%;
	border: 1px solid #999;
}
.checkbox-square .checkmark:after {
	content: "";
	top: -1px;
	left: -1px;
	width: 25px;
	height: 25px;
	border-radius: 10%;
	background: var(--primary-color);
	position: absolute;
	display: none;
}

.wizard-form-input{
	position: relative;
}

.wizard-form-input > label {
	font-weight: bold;
	margin-bottom: 3px;
}

input[type="number"].no-controls::-webkit-outer-spin-button,
input[type="number"].no-controls::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"].no-controls {
	-moz-appearance: textfield; /* For Firefox */
}

.wizard-form-input.inline-checks > .wizard-checked {
	display: inline-block;
}

.wizard-forms .row .wizard-form-input {
	margin-top: 25px;
}

.inline-checks > label {
	display: block;
}

.inline-loader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	opacity: 0.6;
	color: #FFF;
	z-index: 101;
}

.gender-options .wizard-checked:first-of-type {
	margin-right: 10px;
}

.radio-options > label:first-of-type {
	margin-right: 20px !important;
}

#prev {
	background: #999;
}

#drugModalOffcanvas{
	width: 100% !important;
	max-width: 100% !important;
}

#drugModalOffcanvas #offcanvas-body{
	position: relative;
}


input[type=number]::-webkit-outer-spin-button,
.number-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.btn-decrement, .btn-increment {
	background: #dfdfdf;
	font-size: 20px;
}

.prescriptions-basket {
	border: 1px solid #ccc;
	margin-top: 50px;
	border-radius: 5px;
}

.search-container .prescription-drug {
	padding: 8px 10px 5px;
	border-radius: 5px;
	margin: 10px 0px;
}

.search-container .prescription-drug:nth-child(even) {
	background: #e6e6e6;
}

.drug-frequency-dropdown {
	padding: 13px !important;
	/*appearance: revert;
		-webkit-appearance: revert;
		-moz-appearance: revert;
	*/
}



.drug-option-wrapper {
	border: 2px solid #c0c0c0;
	padding: 15px;
	border-radius: 5px;
	background: #F9F9F9;
	box-shadow: 1px 1px 2px #DEDEDE;
}

.drug-option-title {
	font-weight: bold;
	font-size: 1.2em;
}

.drug-option-title .checkbox-square {
	padding-left: 35px;
	margin-top: 2px !important;
}

.drug-option-title .checkmark {
	margin-top: 2px;
}


.select2-container .select2-selection--single {
    height: 40px;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 6px;
}

.btn.btn-increment, .btn.btn-decrement {
	padding: 0 10px;
	font-size: 30px;
}

.drug-row-actions{
	white-space: nowrap;
	font-size: 20px;
}

.prescription-drug .drug-row-actions i {
	cursor: pointer;
	
}

.drug-op-title {
	font-weight: bold;
	margin-left: 5px;
	font-size: 16px;
}

.prescription-drug .drug-name {	
	cursor: pointer;
}

#prescriptionUpdateModal #prescription-title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}

#dynamicModal ol {
	list-style: none;
}


.pharmacy-title.text-success {
	font-weight: bold;
}

.pharmacy-wrapper, .physician-wrapper, .specialist-wrapper, .hospital-wrapper {
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	box-shadow: 0px 1px 3px #EEE;
	padding: 15px;
	margin: 10px 0px;
	background: #F9F9F9;
}

.pharmacy, .physician, .specialist, .hospital {
	cursor: pointer;
}

.physician-wrapper .checkmark, .specialist-wrapper .checkmark, .hospital-wrapper .checkmark {
	margin-top: -4px;
	cursor: pointer;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.selected-specialist, .selected-hospital {
	padding: 10px !important;
	border: 1px solid #ccc;
	margin: 5px;
	border-radius: 5px;
}

.remove-selected-specialist, .remove-selected-hospital {
	cursor: pointer;
}

.remove-selected-specialist, .remove-selected-hospital {
	cursor: pointer;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

div.step {
	margin-bottom: 50px;
}

.question-field {
	width: 100%;
}

.review-section {
	border: 1px solid #ccc;
	position: relative;
}




@media (min-width: 992px){
	
	#app-header {
		height: 70px;
	}
	
	#app-container {
		height: calc(100vh);
	}
	
	
	
.progress-wrapper {
margin-top: -55px;
}

.progress-btn{font-size: 15px;}

#header-agent-info{display: none !important;}

#agent-info {
display: flex !important;
position: fixed;
}

.wizard-forms {
padding: 50px 200px; 
}

.actions {
position: sticky;
}

#drugModalOffcanvas #drug-options {
margin: 0px 400px;
}

}


