:root {
	/* Colors */
	--primary-color: #ffd200;    /* Yellow */
	--secondary-color: #050068;  /* Dark Blue */
	--darker-blue: #030039;
	--bright-blue: #006bff;
	--logo-blue: #25a8e0;
	--white: #ffffff;
	--black: #000000;
	
	/* Fonts */
	--font-main: 'Poppins', sans-serif;
	--font-size-base: 14px;
	--font-size-small: 12px;
	--font-size-tiny: 11px;
	
	/* Buttons */
	--btn-padding: 8px 16px;
	--btn-border-radius: 4px;
}

.btn_1 {
	display: inline-block;
	width: 100%;
	overflow: auto;
	padding: 0px 4px;
	box-sizing: border-box;
	margin-top: 4px;
}
.btn_1>.innr {
	background-color: var(--secondary-color);
	text-align: center;
	width: 100%;
	color: var(--white);
	padding: 8px 0px;
	border-radius: var(--btn-border-radius);
	box-sizing: border-box;
	font-weight: bold;
	cursor: pointer;
	border-width: 0px;
	font-size: var(--font-size-base);
}
.btn_1>.innr:active {
	background-color: var(--darker-blue);
}
.btn_clear_with_border {
	display: inline-block;
	width: 100%;
	overflow: auto;
	padding: 0px 4px;
	box-sizing: border-box;
	margin-top: 4px;
}
.btn_clear_with_border>.innr {
	background-color: transparent;
	text-align: center;
	width: 100%;
	color: var(--secondary-color);
	padding: 5px 0px;
	box-sizing: border-box;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid var(--secondary-color);
	border-radius: 5px;
}
.btn_clear_with_border>.innr:active {
	background-color: var(--darker-blue);
}
.btn_regular_text {
	display: inline-block;
	width: auto;
	overflow: auto;
	padding: 0px 0px;
	box-sizing: border-box;
}
.btn_regular_text>.innr {
	background-color: transparent;
	text-align: center;
	width: 100%;
	color: var(--secondary-color);
	padding: 0px 0px 2px 0px;
	box-sizing: border-box;
	font-weight: bold;
	cursor: pointer;
	border-radius: 0px;
	border-style: solid;
	border-color: rgba(0, 0, 255, 0.5);
	border-width: 0px 0px 1px 0px;
	font-weight: normal;
	font-size: var(--font-size-small);
}
.btn_regular_text>.innr:active {
	background-color: var(--darker-blue);
}
.modal_style_1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(255, 255, 255, 0.85);
	z-index: 1000;
	padding: 10px;
	box-sizing: border-box;
	display: none;
}
.modal_style_1>.innr {
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 255, 0.38);
	width: 95%;
	height: 97%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: auto;
	padding: 10px;
	box-sizing: border-box;
}
.modal_style_1>.innr>.close{
	font-size: 30px;
	height:30px;
	width: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
	color: blue;
	cursor: pointer;
}
.modal_style_1 .close_modal {}
.input_ui_a {
	width: 100%;
	overflow: auto;
	padding: 5px;
	box-sizing: border-box;
}
.input_ui_a input {
	outline: none;
	border-width: 0;
	width: 100%;
	text-indent: 20px;
	background-color: #dadaff;
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
	padding: 5px;
	box-sizing: border-box;
}
.blu_btn {
	width: 100%;
	overflow: auto;
	padding: 5px;
	box-sizing: border-box;
}
.blu_btn>.innr {
	text-align: center;
	background-color: #003cff;
	color: #ffffff;
	cursor: pointer;
	border: solid 1px rgba(10, 0, 203, 0);
	padding: 5px;
	box-sizing: border-box;
	font-size: 12px;
}
.blu_btn>.innr * {
	text-decoration: none;
	color: white;
	color: #d0d0d0;
	cursor: pointer;
	width: 100%;
	box-sizing: border-box;
	background-color: transparent;
	border-width: 0px;
	font-weight: 900;
	font-size: 12px;
	padding: 0px;
}
.blu_btn>.innr:hover {
	background-color: #0058ff;
	color: black;
}
.blu_btn>.innr:active {
	border: solid 1px #0a00cb;
	background-color: #0a00cb;
}
.yellow_btn {
	width: 100%;
	overflow: auto;
	padding: 5px;
	box-sizing: border-box;
}
.yellow_btn>.innr {
	text-align: center;
	background-color: #ffd200;
	color: #000000;
	cursor: pointer;
	border: solid 1px rgb(231, 255, 49);
	padding: 5px;
	box-sizing: border-box;
	font-size: 12px;
}
.yellow_btn>.innr * {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-color: transparent;
	border-width: 0px;
	font-weight: 900;
	font-size: 14px;
	padding: 0px;
}
.yellow_btn>.innr:hover {
	background-color: #0a00cb;
	background-color: #589cea;
}
.yellow_btn>.innr:active {
	border: solid 1px #0a00cb;
	background-color: #0a00cb;
}
.white_btn {
	width: 100%;
	overflow: auto;
	padding: 5px;
	box-sizing: border-box;
	text-decoration: none;
	display: block;
}
.white_btn>.innr {
	background-color: #ffffff;
	color: #0a00cb;
	cursor: pointer;
	border: solid 1px rgba(10, 0, 203, 0);
	padding: 5px;
	box-sizing: border-box;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	display: block;
}
.white_btn:hover {
	background-color: #bbc3ff;
}
.white_btn:active {
	border: solid 1px #696969;
	background-color: #bbc3ff;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 1);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 1);
}
.half_btn {
	width: 50% !important;
	float: left;
}
/*form styling*/
form.form_style_1 {
	overflow: auto;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	background-color: #04001f;
	border: 1px solid #00007c;
}
form.form_style_1 .item.full {
	width: 100%;
	overflow: auto;
}
form.form_style_1 .item.half {
	width: 50%;
	float: left;
	overflow: auto;
}
form.form_style_1 .item>.innr {
	width: 100%;
	overflow: auto;
	padding: 5px;
	box-sizing: border-box;
}
form.form_style_1 .item label {
	width: 100%;
	display: block;
	color: #41c6ff;
	font-size: 14px;
}
form.form_style_1 .item input {
	width: 100%;
	padding: 7px 8px;
	display: block;
	box-sizing: border-box;
	outline: none;
	background-color: #031955;
	border: 1px solid rgb(0, 46, 92);
	border-radius: 2px;
	color: #a6e4ff;
	font-size: 13px;
}
form.form_style_2 {
	width: 100%;
	overflow: hidden;
	/*
	-webkit-transition: all linear 300ms;
	-moz-transition: all linear 300ms;
	-o-transition: all linear 300ms;
	transition: all linear 300ms;
*/
}
form.form_style_2 fieldset {
	padding: 0px 10px;
	border: none;
	margin: 0;
	box-sizing: border-box;
	overflow: auto;
	width: 100%;
	display: block;
}
form.form_style_2>.innr {
	width: 100%;
	overflow: auto;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	border: solid rgba(5, 0, 104, 0);
	border-width: 0px 1px 1px 1px;
}
form.form_style_2 div.full {
	width: 100%;
	padding: 0 4px;
	box-sizing: border-box;
	clear: both;
}
form.form_style_2 div.half {
	width: 50%;
	float: left;
	padding: 0 4px;
	box-sizing: border-box;
	overflow: auto;
}
form.form_style_2 label {
	width: 100%;
	font-size: 12px;
	display: block;
	padding: 0px 0;
	box-sizing: border-box;
}
form.form_style_2 input {
	width: 100%;
	padding: 2px 5px;
	box-sizing: border-box;
	font-family: inherit;
	border: 1px solid rgba(0, 0, 0, 0.44);
	border-width: 1px;
	font-size: 12px;
}
form.form_style_2 select {
	width: 100%;
	padding: 2px 5px;
	box-sizing: border-box;
	font-family: inherit;
	border-width: 1px;
	font-size: 12px;
}
form.form_style_2 .addr_type {}
form.form_style_2 .addr_type p {
	box-sizing: border-box;
	width: 100%;
	font-size: 12px;
	margin: 0;
	padding: 0px 0;
	box-sizing: border-box;
}
form.form_style_2 .addr_type div {
	padding: 0 2px;
	box-sizing: border-box;
	width: 50%;
	float: left;
}
form.form_style_2 .addr_type label {
	background-color: white;
	border: 1px solid grey;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	cursor: pointer;
	padding: 3px 0;
}
form.form_style_2 .addr_type input[type="radio"]:checked+label {
	background-color: grey;
	color: white;
}
form.form_style_2 .addr_type input {
	display: none;
}
form.form_style_2 .form_submit_btn {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	color: white;
	background-color: #050068;
	border-width: 0px;
	cursor: pointer;
}
form.form_style_3 {
	overflow: auto;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	background-color: #04001f;
	border: 1px solid #00007c;
}
form.form_style_3>.innr{	
	background-color: #031955;
	padding: 10px;
	box-sizing: border-box;
	overflow: auto;
	position: relative;
}
form.form_style_3>.innr>div{
	display: none;
}
form.form_style_3 .item{
	display: none;
}
form.form_style_3 .item.show{
	display: block;
}
form.form_style_3 .item.full {
	width: 100%;
	overflow: auto;
}
form.form_style_3 .item.half {
	width: 50%;
	float: left;
	overflow: auto;
}
form.form_style_3 .item>.innr {
	width: 100%;
	overflow: auto;
	padding: 5px;
	box-sizing: border-box;
}
form.form_style_3 .item label {
	width: 100%;
	display: block;
	color: #41c6ff;
	font-size: 12px;
	display: none;
}
form.form_style_3 .item input {
	width: 100%;
	padding: 2px 0px;
	display: block;
	box-sizing: border-box;
	outline: none;
	border: 0px solid rgb(0, 46, 92);
	border-radius: 2px;
	color: #a6e4ff;
	font-size: 13px;
	background-color: transparent;
    pointer-events: none; /* Prevent selection */
    user-select: none; /* Prevent text selection */
}
form.form_style_3 .item select{
    appearance: none; /* Remove default dropdown styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: none;
    padding: 2px 0px;
    cursor: default;
    pointer-events: none; /* Prevent selection */
    user-select: none; /* Prevent text selection */
    outline: none;
    width: auto;
    color: inherit;
	color: #a6e4ff;
	font-size: 13px;
	box-sizing: border-box;
	display: block
}
form.form_style_3 .item.controls{
	display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0%,-50%);
}
form.form_style_3 .item.controls .item{
	display: block;
	padding: 2px 0;
	box-sizing: border-box;
}
form.form_style_3 .item.controls .item>.innr{
	padding: 2px 0;
	box-sizing: border-box;
	width: 100px;
	border-radius: 2px;
	background-color: #342cff;
	font-size: 11px;
	text-align: center;
	color: #b7b7ff;
	cursor: pointer;
}
form.form_style_3 .item.controls .item>.innr:hover{
	color: #ffffff;
	background-color: #0080ff;
}
/*form.edit_mode*/
form.edit_mode {
	padding: 5px;
	box-sizing: border-box;
}
form.edit_mode>.innr {
	border: solid 1px blue;
	border-radius: 5px;
	padding: 10px 10px;
	position: relative;
}
form.edit_mode .top_info{
	margin-bottom: 15px;
}
form.edit_mode .toggle_event_display{
	font-size: 14px;
	width: auto;
	text-align: center;
	background-color: blue;
	padding: 8px 20px;
	box-sizing: border-box;
	margin: 0 auto;
	color: white;
	width: fit-content;
	border-radius: 5px;
	cursor: pointer;
}
form.edit_mode .exit_address_edit_mode{
	font-size: 10px;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding-bottom: 4px;
	margin-bottom: 4px;
	font-weight: bold;
}
form.edit_mode .half{
	float: left;
	width: 50%;
	padding: 0px 2px;
	box-sizing: border-box;
}
form.edit_mode label {
	font-size: 14px;
	display: block;
	color: grey;
}
form.edit_mode input {
	background-color: transparent;
	border-color: rgba(0, 0, 0, 0.5);
	border-width: 0px 0px 1px 0px;
	padding: 5px 0px 2px 5px;
	margin: 0px;
	width: 100%;
	font-size: 14px;
	display: block;
	outline: none;
}
form.edit_mode select {
	background-color: transparent;
	border-width: 0px 0px 1px 0px;
	padding: 3.5px 0;
	box-sizing: border-box;
	font-size: 14px;
	display: block;
	width: 100%;
	outline: none;
}
form.edit_mode .addr_type>div{
	float: left;
	width: 50%;
	padding: 0 2px;
	box-sizing: border-box;
}
form.edit_mode .addr_type p{
	font-size: 10px;
	margin: 0;
}
form.edit_mode .addr_type input{
	display: none;
}
form.edit_mode .addr_type label{
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.12);
}
form.edit_mode .addr_type input[type="radio"]:checked+label {
	background-color: grey;
	color: white;
}
form.edit_mode .controls {
	overflow: auto;
	width: 100%;
	display: none;
}
/*form.non_edit_mode*/ 
form.non_edit_mode {
	padding: 5px;
	box-sizing: border-box;
	-webkit-transition: all linear 300ms;
	-moz-transition: all linear 300ms;
	-o-transition: all linear 300ms;
	transition: all linear 300ms;
}
form.non_edit_mode>.innr {
	background-color: white;
	border: solid 1px blue;
	border-radius: 5px;
	padding: 10px 10px;
	position: relative;
}
form.non_edit_mode.default>.innr {
	background-color: blue;
}
form.non_edit_mode.default>.innr::after {
	content: '';
	/*		background-image: url('images/check_mark.svg');*/
	background-image: url('checkout/images/check_mark.svg');
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
form.non_edit_mode>.innr>div {
	display: none;
}
form.non_edit_mode>.innr>div.show {
	display: block;
	line-height: 20px;
}
form.non_edit_mode.default div.title{
	font-weight: bold;
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.39);
	margin-bottom: 5px;
	padding-bottom: 5px;
}
form.non_edit_mode.alternate div.title{
	font-weight: bold;
	color: blue;
}
form.non_edit_mode label {
	display: none;
}
form.non_edit_mode input,
form.non_edit_mode div.additional_data{
	background-color: transparent;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: blue;
	outline: none;
	pointer-events: none;
	    font-family: 'Poppins', sans-serif;
}
form.non_edit_mode.default input,
form.non_edit_mode.default div.additional_data{
	color: #ffffff;
}
form.non_edit_mode>.innr>div:first-of-type input {
	font-weight: bold;
}
form.non_edit_mode select {
	display: none;
}
form.non_edit_mode .controls {
	overflow: auto;
	width: 100%;
	display: block !important;
}
form.non_edit_mode .controls .item {
	float: left;
	overflow: auto;
	padding: 0px 2px;
	box-sizing: border-box;
	
}
form.non_edit_mode .controls .item:first-of-type {
	padding-left: 0px;
}
form.non_edit_mode .controls .item .innr {
	font-size: 10px;
	background-color: #ffd800;
	/*	font-weight: bold;*/
	padding: 0px 5px;
	box-sizing: border-box;
	border-radius: 2px;
	cursor: pointer;
}
.horizontal_divide_style_1 {
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	color: blue;
	text-indent: 10px;
}
.horizontal_divide_style_1::before{
/*
	content: '';
	flex-grow: .1;
	width: 10px;
	height: 1px;
	background-color: blue;
	 line color 
	margin: 0 10px 0 10px;
*/
}
.horizontal_divide_style_1::after {
/*
	content: '';
	flex-grow: 1;
	height: 1px;
	background-color: blue;
	 line color 
	margin: 0 10px;
*/
}
.confirmation_modal{
	position: absolute;
	z-index: 1001;
	background-color: rgba(255, 255, 255, 0.95);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.confirmation_modal>.innr{
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 255, 0.38);
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: auto;
	padding: 10px;
	box-sizing: border-box;
}
.confirmation_modal .message{
	min-width:200px;
	text-align: center;
	padding: 0px 0px 10px 0px;
	font-size: 15px;
}
.confirmation_modal .buttons{
	overflow: auto;
	width: 100%;
}
.confirmation_modal .buttons .item{
	float: left;
	width: 50%;
	padding: 0px 5px;
	box-sizing: border-box;
}
.confirmation_modal .buttons .item>.innr{
	text-align: center;
	background-color: blue;
	color: white;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 0px;
	box-sizing: border-box;
}