/* Custom styles for QlmCustomerSiteNetCore */
/* All styles have been merged into is2.css */


html
{
background-color: #1a1a3e !important;
background: #1a1a3e!important;
}

.header2 {
    
    color: white;
    
	background-color: #1a1a3e;
	background: #1a1a3e;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px !important;
    margin-left: 10px;
}

body {    
	color: white;
	background-color: #1a1a3e;

	/* Style B Overrides for Dark Purple Theme */
	--styleb-primary: var(--theme-accent, #c4b5fd);
	--styleb-primary-rgb: var(--theme-accent-rgb, 196, 181, 253);
	--styleb-primary-hover: var(--theme-accent-hover, #a894f8);
	--styleb-panel-bg: rgba(30, 30, 60, 0.55);
	--styleb-panel-border: rgba(196, 181, 253, 0.15);
	--styleb-panel-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
	--styleb-header-bg: #1a1a3e;
	--styleb-header-line: rgba(196, 181, 253, 0.15);
	--styleb-title-gradient: linear-gradient(135deg, #ffffff 30%, var(--styleb-primary) 100%);
	--styleb-card-bg: rgba(196, 181, 253, 0.02);
	--styleb-card-border: rgba(196, 181, 253, 0.1);
	--styleb-card-text: rgba(255, 255, 255, 0.95);
	--styleb-card-text-muted: rgba(255, 255, 255, 0.65);
	--styleb-card-hover-bg: rgba(196, 181, 253, 0.06);
	--styleb-card-active-bg: rgba(var(--styleb-primary-rgb), 0.12);
	--styleb-content-bg: rgba(10, 10, 25, 0.35);
	--styleb-content-border: rgba(196, 181, 253, 0.12);
	--styleb-content-text: rgba(255, 255, 255, 0.9);
	--styleb-content-heading: #ffffff;
	--styleb-input-bg: rgba(0, 0, 0, 0.25);
	--styleb-input-border: rgba(196, 181, 253, 0.22);
	--styleb-input-text: #ffffff;
	--styleb-btn-bg: var(--styleb-primary);
	--styleb-btn-hover: var(--styleb-primary-hover);
	--styleb-btn-text: #ffffff;
	--styleb-btn-shadow: rgba(var(--styleb-primary-rgb), 0.3);
	--styleb-table-hdr-text: var(--styleb-primary);
	--styleb-table-border: rgba(196, 181, 253, 0.1);
	--styleb-table-text: rgba(255, 255, 255, 0.85);
}

.topDivForIFrame {
    top: auto;
    left: auto;
    border: 0px solid #ccc;
    background-color: #1a1a3e;
    margin: 20px auto;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 3;
    position: relative;
    max-width: 960px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 40px);
}

.container-fluid {
    padding: 0 !important;
    margin: 0 !important;
    background-color: #1a1a3e;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.left-item {
	float: left;
	margin-left: 55px;
	margin-bottom: 25px;
	text-align: left;
	color: rgba(196,181,253,.75);
}

.label {
    font: 0.875em 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    margin-bottom: 15px;
    color: white;
    /*height: 34px;*/
    font-weight: 500;
    line-height: 16px;
}

.header {    
	background: var(--styleb-header-bg) !important;
	background-color: var(--styleb-header-bg) !important;
	color: #c4b5fd;
	text-align: center;
	margin: 0 !important;
	padding: 8px 15px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	flex-shrink: 0;
}

.header-content {	
	background: transparent !important;
	background-color: transparent !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: 100%;
	flex-wrap: nowrap;
}

a {
    display: inline-block;
    border: 0px solid #ddd;
    border-radius: 2px;
    padding: 3px;
    margin-bottom: 0px;
    color: white;
}

a:visited {
    color: white;
}

a:hover,
a:focus,
a:active {
    color: #c4b5fd;
}

input[type="text"],
select.form-control {
    background-color: transparent !important;
    color: #fff !important;
}

select.form-control {
    color: #fff !important;
    background-color: transparent !important;
    color-scheme: dark;
}

.form-control {
    background-color: transparent !important;
    border: 1px solid #c4b5fd !important;
}

.label {
    color: white;
}

.logo-container {
	flex: 0 0 auto;
	margin-right: 15px;
	margin-top: 10px;
	margin-left: 10px;
}

.logo-container.logo-align-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

.header-content:has(.title-container.title-align-center .center-title) .logo-container.logo-align-center {
	top: 0;
	transform: translateX(-50%);
}

.header-content:has(.logo-align-center):has(.title-container.title-align-center .center-title) {
	min-height: 108px;
}

.header-content:has(.logo-align-center):has(.title-container.title-align-center .center-title) .title-container {
	top: 60px;
	transform: none;
}

.logo-container.logo-align-right {
	position: static;
	order: 3;
	margin-left: 15px;
	margin-right: 0;
	transform: none;
}

.language-container select {
	background-color: transparent !important;
	color: white; /* adjust text color */
	border: 1px solid rgba(255,255,255,.5);
	margin-right: 15px;
	color-scheme: dark;
}

label {
    display: block;
    margin-bottom: 5px;
}

.row {
    margin-bottom: 5px;
}


/* For the country dropdown in the trial registration form */
/* Selected country field */
.custom-dropdown-selected,
.custom-dropdown-selected input,
#countrySearchInput {
    background: transparent !important;
    color: #fff !important;
    border-color: #c4b5fd !important;
}

/* Dropdown list container */
.custom-dropdown-options {
    background: rgba(20,20,60,.95) !important;
    border: 1px solid rgba(255,255,255,.2);
}

/* Dropdown items */
.custom-dropdown-options div {
    background: transparent !important;
    color: #fff !important;
}

/* Hover state */
.custom-dropdown-options div:hover {
    background: rgba(255,255,255,.15) !important;
}
	
	
/* text of email and phone number*/

input[type=email], input[type=tel] {
    color: #fff !important;
}

/* background of languange dropdpwn */
.language-container select option {
    background-color: #1a1a3e;
    color: white;
}

.language-container select option:hover,
.language-container select option:focus,
.language-container select option:checked {
    background-color: #c4b5fd !important;
    color: #1a1a3e !important;
}

/* background of product dropdpwn */
select.form-control option {
    background: #1a1a3e;
    color: #ffffff;
}

select.form-control option:hover,
select.form-control option:focus,
select.form-control option:checked {
    background-color: #c4b5fd !important;
    color: #1a1a3e !important;
}

.label_light {
    color: white;
}

/* Tint icons to match this theme's accent color */
:root {
    --theme-accent: #c4b5fd;
    --theme-accent-rgb: 196, 181, 253;
    --theme-accent-hover: #a894f8;
    --theme-button-bg: #7c5cd6;
    --theme-button-hover: #6644b8;
}

.icon-tint::after {
    background-color: #c4b5fd;
}

/* Success/error alert messages, styled to match this theme */
.alert-success {
    background-color: rgba(46, 125, 50, 0.25) !important;
    border-color: rgba(102, 187, 106, 0.5) !important;
    color: #a5d6a7 !important;
}

.alert-danger {
    background-color: rgba(198, 40, 40, 0.25) !important;
    border-color: rgba(239, 83, 80, 0.5) !important;
    color: #ef9a9a !important;
}