/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.93.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@7.3.4_postcss@8.4.40_webpack@5.93.0/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@13.3.3_sass@1.77.8_webpack@5.93.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
Theme Name:     Test
Theme URI:
Description:    Twentytwentyfour child theme.
Author:         Me
Author URI:
Template:
Version:        0.1.0
*/
:root {
	--oi-dark-blue: #13274f;
	--oi-medium-blue: #015697;
	--oi-lighter-blue: #cecedd;
	--oi-medium-gray: #88949d;
	--oi-light-green: #6fcf97;
	--bs-btn-border-radius: 0;
	--bs-btn-border-radius-lg: 0;
}

body:not(.admin-bar) {
	--wp-admin--admin-bar--height: 0px;
}

.min-h-100vh {
	min-height: 100vh;
}

body {
	background-color: #f4f5f6;
	font-family: "Cairo", sans-serif;
}

body.admin-bar .min-h-100vh {
	min-height: calc(100vh - 32px);
}

body .main-content {
	background-image: url(dist/images/f4a59952bd7b72d1a1b3d7f2d2bede34.1ffe63feefe7a5e6088a.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.container--full-height {
	min-height: calc(100vh - var(--wp-admin--admin-bar--height));
}

.narrow-container {
	max-width: 590px;
	margin: auto;
}

.white-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.65);
}

.debug-border {
	border: 1px dashed red;
}

.text-oi-dark-blue {
	color: #13274f !important;
	color: var(--oi-dark-blue) !important;
}

.text-oi-medium-blue {
	color: #015697 !important;
	color: var(--oi-medium-blue) !important;
}

.main-sidebar {
	max-width: 250px;
	border-right: 1px solid #cecedd;
	border-right: 1px solid var(--oi-lighter-blue);
	background: #001d33;
	position: sticky;
	top: var(--wp-admin--admin-bar--height);
	height: calc(100vh - var(--wp-admin--admin-bar--height));
}
.main-sidebar aside.nav-sidebar {
	height: calc(100vh - var(--wp-admin--admin-bar--height) - 53px - var(--bs-gutter-x) * 2);
}

.glh-sidebar {
	margin-left: calc(var(--bs-gutter-x) * -0.5);
	margin-right: calc(var(--bs-gutter-x) * -0.5);
	padding-top: 2rem;
	padding-bottom: 1rem;
	height: calc(53px + var(--bs-gutter-x) * 2);
}
.glh-sidebar img {
	height: 53px;
	width: auto;
}

body.step-2 .main-sidebar,
body.step-3 .main-sidebar,
body.step-4 .main-sidebar {
	max-width: 160px;
	max-height: none;
}
body.step-2 .glh-sidebar,
body.step-3 .glh-sidebar,
body.step-4 .glh-sidebar {
	padding-left: 1rem;
	padding-right: 1rem;
}
body.step-2 .glh-sidebar img,
body.step-3 .glh-sidebar img,
body.step-4 .glh-sidebar img {
	height: auto;
}

.login-container {
	max-width: 520px;
	margin: auto;
}

.login-side {
	background-image: url(dist/images/bg-login.da97f7c75da263fca12c.webp);
	background-position: center;
	background-size: cover;
}

.steps {
	gap: 5rem;
}
.steps::before {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 1rem);
	background-color: #cecedd;
	background-color: var(--oi-lighter-blue);
	margin-bottom: 2rem;
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
}
.steps .step {
	color: #cecedd;
}
.steps .step::before {
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	border-radius: 0.5rem;
	border-color: #cecedd;
	background-color: #cecedd;
	border-width: 1px;
	border-style: solid;
	margin-right: 0.5rem;
	position: relative;
	top: 1px;
}
.steps .step > a {
	color: #cecedd !important;
	-webkit-text-decoration: none;
	text-decoration: none;
}
.steps .step > a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.steps .step--active {
	color: white;
}
.steps .step--active::before {
	background-color: white;
	border-color: white;
}
.steps .step--active > a {
	color: white !important;
	-webkit-text-decoration: none;
	text-decoration: none;
}
.steps .step--active > a:active, .steps .step--active > a:focus {
	color: white;
}
.steps .step--active > a:hover {
	color: white !important;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

aside.nav-sidebar {
	position: sticky;
	top: 64px;
}

.query-form .col-children-ages.travel-data-required {
	border: 1px solid #ccc;
	border-radius: var(--bs-border-radius-lg);
	padding: 6px 10px 10px 10px;
	margin-left: 12px;
	width: calc(100% - 24px);
	background-color: #f0f0f0;
	margin-bottom: 8px;
}
.query-form .col-children-ages.travel-data-required .children-age-field {
	min-width: 33%;
	padding-left: calc(var(--bs-gutter-x) * 0.25);
	padding-right: calc(var(--bs-gutter-x) * 0.25);
}
.query-form.query-form--condensed .col-children-ages.travel-data-required {
	display: grid;
	grid-template-columns: 300px 1fr;
}
.query-form.query-form--condensed .col-children-ages.travel-data-required h5 {
	grid-column: 1/3;
}
.query-form.query-form--condensed .col-children-ages.travel-data-required .children-age-field {
	min-width: 20%;
	padding-left: calc(var(--bs-gutter-x) * 0.25);
	padding-right: calc(var(--bs-gutter-x) * 0.25);
}

table.query-summary {
	table-layout: fixed;
	--bs-table-striped-bg: #f4f8fb;
}
table.query-summary th.bg-body-secondary {
	--bs-bg-opacity: 1;
	--bs-table-bg-type: rgba(
	    var(--bs-secondary-bg-rgb),
	    var(--bs-bg-opacity)
	) !important;
	background-color: rgba(var(--bs-secondary-bg-rgb), 1) !important;
	background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
table.query-summary img.provider-logo {
	width: 80%;
	height: 40px;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
table.query-summary .query-summary__header {
	z-index: 2;
}
table.query-summary .query-summary__header th.sticky-top {
	padding-top: 0rem;
	padding-bottom: 0rem;
	position: sticky;
	top: 32px;
	z-index: 3;
}
table.query-summary .query-summary__header th.sticky-top > div {
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: -1px;
	margin-left: calc(-0.5rem - 1px);
	margin-right: calc(-0.5rem - 1px);
	background-color: white;
	border-left: 1px solid rgb(222, 226, 230);
	border-right: 1px solid rgb(222, 226, 230);
	border-bottom: 1px solid rgb(222, 226, 230);
}
table.query-summary .query-summary__header th.sticky-top:last-child > div {
	border-right-color: transparent;
}
table.query-summary .query-summary__header th.sticky-top img {
	display: block;
	margin: auto;
}
table.query-summary .query-summary__header .query-summary__provider-name {
	padding-left: 16px;
	padding-right: 16px;
}
table.query-summary .query-summary__row {
	position: relative;
}
table.query-summary .query-summary__row .table-coverage-label {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	-webkit-writing-mode: vertical-lr;
	    -ms-writing-mode: tb-lr;
	        writing-mode: vertical-lr;
	text-align: center;
	min-height: 420px;
	max-height: calc(100vh - var(--wp-admin--admin-bar--height) - 90px);
	top: calc(50vh - var(--wp-admin--admin-bar--height) / 2 - 45px - 175px);
	padding-bottom: 32px;
	padding-top: 48px;
}

.col-header {
	width: 150px !important;
	max-width: 150px !important;
}

.deductible--clone {
	cursor: pointer;
	opacity: 0.35;
	-webkit-transition: opacity ease-in-out 250ms;
	transition: opacity ease-in-out 250ms;
}
.deductible--clone:hover {
	opacity: 0.65;
}

div#plupload-upload-ui .drag-drop-inside {
	border: 1px dashed #cecedd;
	border: 1px dashed var(--oi-lighter-blue, #cecedd);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 0.5rem;
	padding: 1.25rem;
}
div#plupload-upload-ui .drag-drop-inside .drag-drop-info {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.uploader-form #media-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
}
.uploader-form .progress-bar.bg-success {
	background-color: #6fcf97 !important;
	background-color: var(--oi-light-green, #6fcf97) !important;
}
.uploader-form .media-item-xx .item .progress {
	border-radius: 0;
	position: relative;
	height: 18px;
}
.uploader-form .media-item-xx .item .progress .bar {
	height: 18px;
}
.uploader-form .media-item-xx .item .progress .percent {
	position: absolute;
	left: 1.25rem;
	height: 18px;
}

.compare-summary-tools {
	position: fixed;
	top: 50px;
	right: 0;
	background-color: #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	border-radius: 8px 0 0 8px;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 4px 0px #666;
	        box-shadow: 0px 0px 4px 0px #666;
}
.compare-summary-tools > a {
	border-radius: 5px;
	background-color: white;
	border: 1px solid #015697;
	border: 1px solid var(--oi-medium-blue);
	display: block;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all ease-in-out 250ms;
	transition: all ease-in-out 250ms;
}
.compare-summary-tools > a.active, .compare-summary-tools > a:hover, .compare-summary-tools > a:active, .compare-summary-tools > a:focus {
	color: white;
	background-color: #015697;
	background-color: var(--oi-medium-blue);
}
.compare-summary-tools > a > span {
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
}

tr.common-feature {
	-webkit-transition: all ease-in-out 250ms;
	transition: all ease-in-out 250ms;
	opacity: 1;
}
tr.common-feature.fade-diff {
	opacity: 0.25;
}

div.dt-container .dt-paging .dt-paging-button {
	padding: 0;
	margin-left: 0px;
}

/*# sourceMappingURL=style.css.map*/