html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

.coderra-rx-builder-main-wrapper .flex-grow-1 {
	width: 100% !important;
    max-width: unset !important;
}

.coderra-prescriptions-select-type .card.active,
.coderra-prescriptions-select-type .card:hover {
	background: #ddd;
	cursor: pointer;
}

.coderra-prescriptions-select-type {
	position: relative;
    display: block;
}

/* Initially hide elements and position them to the left */
.coderra-prescriptions-rx-wrapper {
    position: relative;
    left: 100%; /* Start off-screen to the right */
    opacity: 0;  /* Initially invisible */
    display: block; /* Ensure it's displayed for positioning */
}

.coderra-prescriptions-pagination-previous {
	margin-top: -6px;
}

.overflow-hidden {
	overflow: hidden;
}

.coderra-prescriptions-rx-subtotal {
    position: fixed;
	background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    z-index: 100;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-right: 25px;
    padding-left: 25px;
}

.coderra-prescriptions-stepper {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    z-index: 100;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    transition: width 0.5s ease;
}

.pl-0 {
	padding-left: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.pr-4 {
	padding-right: 1.5rem !important;
}

.form-inner-wrapper select {
	margin-bottom: 0 !important;
}

#confirmpresc {
	margin: 0 5px 0 0 !important;
}

.enable-prism-row {
	margin: 10px 0;
}

#recover_rx_modal .modal-header button {
	margin-bottom: 0;
    border: 1px solid #777;
    margin-right: 0;
}


@media only screen and (max-width: 992px) {

	body {
		font-size: 0.9em;
	}

	.coderra-rx-col {
		flex: 0 0 100% !important;
		height: 100% !important;
	}

	.coderra-product-summary-col {
		padding: 3rem 1rem 1rem !important;
	}

	.coderra-prescriptions-product-content p {
		margin-bottom: 0.5em;
	}

	.toggle-button {
		top: 15px !important;
	}

	.coderra-prescriptions-is_product-image .img-fluid {
		max-width: 300px !important;
	}

}
