
/* ====================== DEFAULTS ====================== */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

*
{
	font-family: 'Montserrat', sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}


html,
body
{
	display: flex;
	flex-direction: column;
}

html
{
	height: 100%;
	width: 100%;
	overflow: auto;
}

body
{
	background: #f4f3f8;
	color: #3F3F3F;
	flex-grow: 1;
	overflow-y: auto;
}


/* ====================== TEXT ====================== */

h1
{
	font-size: 110%;
	line-height: 28px;
	font-weight: 700;
	margin-top: 14px;
	margin-bottom: 10px;
}

h2
{
	font-size: 120%;
	font-weight: 600;
}

h3
{
	font-weight: 600;
	padding-bottom: 10px;
}

h4
{
	font-size: 96%;
	font-weight: 600;
	margin-bottom:2px;
}

h5
{
	font-size: 96%;
	font-weight: 500;
	line-height: 120%;
}

h6
{
	font-size: 94%;
	font-weight: 600;
	width: max-content;
	padding-top:8px;
	padding-bottom:8px;
	padding-left: 14px;
	padding-right: 14px;
}

.MainTitle,
.SubTitle,
.TagTitle
{
	line-height: normal;
}

.MainTitle
{
	font-size: 1.8rem;
	font-weight: 800;
	margin: 1.5rem 0;
}

.SubTitle
{
	font-size: 1.5rem;
	font-weight: 800;
}

.TagTitle
{
	background: #eee;
	border-radius: 999px;
	padding: .25rem .8rem;
	font-size: .85rem;
	font-weight: 700;
	width: -moz-fit-content;
	width: fit-content;
}

span
{
	line-height: 175%;
	font-weight:500;
}

p,
ul,
ol
{
	line-height: 175%;
	margin-block: .5rem;
	font-weight: 500;
	margin-top: 6px;
	margin-bottom: 6px;
	width: fit-content;
	text-indent: 0;
}

ul
{
	padding: 0 0 0 1rem;
}

small
{
	font-size: 80%;
	line-height: 14pt;
}

b
{
	font-size: inherit;
	font-weight: 600;
}

a
{
	font-size: inherit;
	color: #f38700;
}

.LargeFontSize
{
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 2.5rem;
}

.SmallFontSize
{
	font-size: 80%;
}

.SmallIcon
{
	width: 20px;
	height: 20px;
	font-weight: 700;
}

.Icon 
{
	min-width:65px;
	height:65px;
	color:#fff;
	border-radius:999rem
}

.Icon i 
{
	font-size:1.85rem
}

/* Quote Scheme Name */
.QuoteLoader td:first-of-type > div:nth-of-type(2) span b
{
	font-size: 18px;
	float: left;
    margin-bottom: 6px;
}

.TextStart
{
	text-align:start;
}

.TextCenter
{
	text-align:center;
}

.ContentFlow
{
	width: auto;
	text-indent: 0;
}


/* ====================== ICONS ====================== */

i
{
	font-size: 1.5rem;
}

main > div > header i:not(.Menu div i, output i)
{
	color: #f9f9f9;
	padding: 0;
}

i.VerticalLine
{
	background:#f9f9f9;
	width: 2px;
	height: 30px;
	margin-top:8px;
	padding:0;
}

hr
{
	background: #bebcb9;
}

.Column > hr,
.ColumnRow > hr,
.ColumnReverseRow > hr
{
	border: none;
	height: 2px;
}

u
{
	font-size: 100%;
}

/* ====================== IMAGES ====================== */

figure
{
	margin:0;
	overflow:hidden;
	max-height:300px;
}

img
{
	width:100%;
	object-fit:cover;
}

.Logo
{
	max-width: 200px;
}

.ObjectCover
{
	object-fit: cover;
	min-width: 100%;
	min-height: inherit;
}

/* ====================== FRAMEWORK AND ELEMENTS ====================== */

main > div > header
{
	position: relative;
	z-index: 2;
}

dialog
{
	position: relative;
	height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0 auto 1%;
	min-height:0;
}

dialog > div
{
	overflow: auto;
}

footer
{
	display:none;
}

.dialogArea,
.Overlay
{
	position:fixed;
	z-index:110;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background: #a1dfdb90;
}

.BackgroundProcessing
{
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgb(127 244 244 / 17%);
	box-shadow: 0 4px 30px rgb(241 0 0 / 10%);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

button.BackgroundClose
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:-1;
	opacity:0;
	background: black;
}

button.BackgroundClose:hover:enabled
{
	opacity:0.1;
}

div.Column:has(> span > [data-action="Lookup"][data-subaction="Close"])
{
	z-index:1;
}

.ConfirmationPopup
{
	z-index: 120;
}

.CurrentContent
{
	overflow: auto;
}

.CurrentContent > div
{
	max-height: 100%;
}

.CurrentContent aside + hr
{
	height: 100vh;
}

.Menu
{
	position: relative;
}

.Menu > div
{
	display: none;
	position: absolute;
	right: -20%;
    top: 98%;
	z-index: 200;
	max-width: 300px;
	min-width: 260px;
}

.SelectableActions .Menu > div
{
	right: -90%;
}

.Menu > div > div > div
{
	max-height: 80vh;
	overflow: auto;
}

.Menu > button:hover + div,
.Menu > div:hover
{
	display: flex;
}

.Menu button:disabled
{
	opacity: 0.8;
}

.Navigation
{
	padding: 6px 2%;
	overflow: auto;
}

.Tab
{
	z-index: 1;
}

.Tab h6:nth-of-type(2)
{
	font-size: 60%;
	color: #666;
    padding-top: 0;
    line-height: 4px;
}

[data-output="ContentButtons"] button:not([data-disableddueto], [data-objectid="7670"])
{
	background: #fbfbfb22;
	color: #f9f9f9;
	height: 30px;
}


.SelectableActions,
.FilterOption
{
	z-index: 4;
	align-items: baseline;
}

.Absolute
{
	position: absolute;
}

.Relative
{
	position: relative;
}

.Sticky
{
	height: fit-content;
	position: sticky;
	top: 2%;
}

.AbsoluteRight
{
	position: absolute;
	right: 0;
	height: 100%;
}

.Top 
{
	top:0
}

.Bottom 
{
	bottom: 0
}

.Right 
{
	right:0
}

.Left 
{
	left: 0
}

.BottomLayer
{
	z-index: -1;
}

.TopLayer
{
	z-index: 1;
}


/* Policy Action Dropdown */
.SelectableActions > div > div button
{
	flex-direction: row;
	display: flex;
	/* color: inherit; */
}

.SelectableActions > button,
.SelectableActions > div > div > button,
.FilterOption > div > div > button
{
	width: fit-content;
	padding: 0 8px;
	gap: 0.5rem;
}

/* Policy Actions */
.FilterOption > div > div > button
{
	padding: 0 10px;
	border-radius: 20px;
}

.FilterOption > div > div
{
	position: relative;
}

.FilterOption > div > div > div
{
	position: absolute;
	top: 120%;
	right: 0;
	width: 100%;
	min-width: 250px;
	max-height: 80vh;
	overflow: auto;
}

.FilterOption label,
.FilterOption select,
.FilterOption select option,
.FilterOption input
{
	font-size: 12px;
}

::-webkit-scrollbar
{
	width: 14px;
	height: 14px;
}

::-webkit-scrollbar-thumb
{
  background-color: #b2b2b274;
  border-radius: 8px;
}

::-webkit-scrollbar-track
{
  background-color: transparent;
}

::-webkit-scrollbar-thumb:hover
{
	background: #bbba;
}

::-webkit-scrollbar-thumb:active
{
	background: #aaaa;
}



/* ====================== FLEX SYSTEM ====================== */

.Column
{
	display: flex;
	flex-direction: column!important;
}

.Row
{
	display: flex;
	flex-direction: row!important;
}

.RowReverse
{
	display: flex;
	flex-direction: row-reverse!important;
}

.ColumnRow
{
	display: flex;
	flex-direction: column;
}

.ColumnReverseRow
{
	display: flex;
	flex-direction: column-reverse!important;
}

.RowColumn
{
	display: flex;
	flex-direction: row;
}

.Inline
{
	display: inline-flex;
}

.Wrap
{
	display: flex;
	flex-wrap: wrap;
}

.Right
{
	align-self: end;
}

.WrapChildren
{
	flex: 0 0 48%;
  box-sizing: border-box;
}

.AlignStart 
{
    align-items: start;
}

.AlignCenter 
{
    align-items: center;
}

.AlignEnd
{
    align-items: end;
}

.AlignSelfBaseline
{
	align-self: baseline;
}

.AlignSelfCenter
{
	align-self: center;
}

.AlignSelfStretch
{
	align-self: stretch;
}

.JustifyStart 
{
    justify-content: flex-start;
}

.JustifyCenter 
{
    justify-content: center;
}

.JustifyEnd
{
	justify-content: flex-end;
}

.SpaceBetween
{
	justify-content: space-between;
}

.SpaceChildren
{
  gap: 1rem;
}

.SpaceChildrenSmall
{
  gap: 0.5rem;
}

.Fixed
{
	position: fixed;
}

.TopLeft
{
	top: 0;
	left: 0;
}

.Wrap
{
	flex-wrap: wrap;
}

.VerticalLine
{
	height: 100%;
	box-shadow: 0 0 1px 0.5px #fff;
}

.PageContent
{
    margin-left: 30%;
    width: 100%;
    height: max-content;
}

.FlexGrow
{
	flex-grow: 1;
}

.FlexShrink
{
	flex-shrink: 1;
}

.PaddingContainer
{
	padding: 20px 2%;
}

.PaddingInner
{
	padding: 0.8vh;
}

.PaddingSides
{
	padding: 0 2%;
}

.PaddingTopBottom
{
	padding: 2% 0;
}

.PaddingSmall
{
	padding: 0.8vh;
}

.PaddingThin
{
	padding: 6px 20px;
}

.PaddingTop
{
	padding: 2.2vh 0 0 0; 
}

.PaddingBottom
{
	padding: 0 0 2.2vh 0; 
}

.Desktop 
{
	display: none !important;
}

.Height100
{
	height: 100%;
}

.HeightFitContent
{
	height: fit-content;
}

.MinHeight300
{
	min-height: 300px;
}

.MinHeight400
{
	min-height: 400px;
}

.MinHeight500
{
	min-height: 500px;
}

.MaxHeight80
{
	max-height: 80vh;
}

.MaxHeight100
{
	max-height: 100%;
}
.MaxHeight400
{
	max-height: 400px;
}
.MaxHeight450
{
	max-height: 450px;
}
.MaxHeight500
{
	max-height: 500px;
}

/* ====================== INPUTS, SELECTS, TEXTAREA, OPTIONS ====================== */

input,
select,
textarea,
output,
label
{
	position: relative;
	display: flex;
	width: 100%;
	padding: 10px 0px;
	border-radius: 10px; 
	-webkit-appearance: none;
    -moz-appearance: none;
}

input[hidden]
{
	display: none;
}

label
{
	padding: 0.8rem 0;
	font-weight: 600;
}

input,
select,
textarea
{
	background: #fbfbfb22;
	color: inherit;
	border: solid 1px #33333330;
	text-indent: 10px;
	font-weight: 500;
}

input:focus
{
	outline: #79bece 1px solid;
}

input::placeholder,
select::placeholder,
textarea::placeholder
{
	color: inherit;
	opacity: 0.7;
}

output li
{
	list-style-type: none;
}

div:has(> .Validation)
{
	border-left: 4px #cd3439 solid;
	padding: 10px 10px 10px 30px;
	background: #cd343930;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.Validation
{
	list-style-type: none;
	font-weight: 500;
}

textarea
{
	resize: none;
	height: 80px;
	text-indent: 0;
	padding: 10px;
}

.TextEditor
{
	height: 260px;
	min-width: 260px;
	min-height:260px;
	max-height:520px;
	resize: vertical;
}

.HTMLTextArea
{
	width:100%;
	min-height:200px;
	background: #cdcdcd;
}

input[type="checkbox"]
{
	width: 22px;
	height: 34px;
	background:#4f5154;
}

input[type="time"]
{
	text-indent: 0;
	padding-left: 20px;
}

span[type="switch"] input:disabled + label,
span[type="switch"] input:disabled + label:hover
{
	background: #666;
	color: #f5f5f5;
	opacity: 1;
}

input:disabled:hover,
select:disabled:hover,
input:disabled:active,
select:disabled:active
{
	box-shadow: 0 0 0 0  #009fd0 inset;
	-webkit-box-shadow: 0 0 0 0  #009fd0 inset;
	-moz-box-shadow: 0 0 0 0  #009fd0 inset;
	transition: 0.2s;
}

input:disabled,
select:disabled,
textarea:disabled
{
	opacity: 1;
  background: #f3f4f8;
}

button:disabled
{
	cursor: default;
}

button:disabled:active
{
	opacity: 1;
}

span[type="switch"]
{
	width:100%;
	display: flex;
	justify-content: space-between;
}

span[type="switch"] input 
{
	display:none;
}

span[type="switch"].Wrap
{
	justify-content: center;
}

div:has(> .AutoLookupResults),
div:has(> span > [data-type="AutoLookupImage"])
{
	position: relative;
}

.AutoLookupResults:not([data-type="AutoLookupImage"] + .AutoLookupResults)
{
	position: absolute;
	z-index: 1;
}

input[data-type="AutoLookupImage"] ~ output.AutoLookupResults.AutoCompleteHide 
{
    position: relative;
}

output.AutoLookupResults.AutoCompleteHide:empty 
{
    display: none;
}

[data-type="AutoLookupImage"] + .AutoLookupResults
{
	max-height: 275px;
	overflow: scroll;
}

[data-type="AutoLookupImage"] + output ul
{
	display: flex;
	flex-wrap: wrap;
}

.AutoLookupResults li > img
{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

[data-type="AutoLookupSearch"]
{
	z-index: 10;
}

.AutoLookupResults:has(.AutoLookupSearch):before
{
	content: "";
	position: absolute;
	background: #f0f1f2;
	width: 100%;
	height: calc(100% + 48px);
	z-index: -1;
	left: 50%;
	top: -48px;
	padding: 0 8px;
	transform: translateX(-50%);
	border-radius: 1rem;
	outline: 1px solid #777;
}

.listItem:hover 
{
	opacity: .5;
}

[data-type="AutoLookupImage"] + output li
{
	width: 330px;
}

.AutoLookupResults ul
{
	max-height: 70vh;
	overflow: auto;
	padding: 0;
	width: 100%;
}

.AutoLookupImage
{
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 1rem;
}

input[type="range"] + output
{
	padding: 0;
	width: 10%;
	min-width: 60px;
}

.HelpText
{
	display: none;
}

span:has(> div > .HelpText)
{
	position: relative;
}

i:hover + .HelpText
{
	display: flex;
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 1;
	max-width: 600px;
}

i.UnreadNotification:after
{
	content: "";
	position: absolute;
	top: 2px;
	right: 2px;
	height: 0.8rem;
	width: 0.8rem;
	border-radius: 50%;
	outline: 3px solid;
	outline-color: #cc6401;
	background: #fff;
}


/*********** Baseline, reset styles ***********/
input[type="range"]
{
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	cursor: pointer;
	height: 3rem;
	border: none;
	padding: 0;
}

/* Removes default focus */
input[type="range"]:focus
{
	outline: none;
}

/******** Chrome, Safari, Opera and Edge Chromium styles ********/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track
{
	background-color: #f3f4f8;
	box-shadow: 0 0 0 1px #3353;
	border-radius: 0.5rem;
	height: 10px;
}

/* slider thumb */
input[type="range"]::-webkit-slider-thumb
{
	-webkit-appearance: none; /* Override default look */
	appearance: none;
	margin-top: -7px; /* Centers thumb on the track */
	background-color: #bebcb9;
	border-radius: 1.5rem;
	height: 1.5rem;
	width: 1.5rem;
}

input[type="range"]:focus::-webkit-slider-thumb
{
	background-color: #ff7d01;
	outline: 3px solid #ff7d01;
	outline-offset: 0.125rem;
}

/*********** Firefox  ***********/
input[type="range"]::-moz-range-track
{
	background-color: #f3f4f8;
	border-radius: 0.5rem;
	height: 10px;
}

/* slider thumb */
input[type="range"]::-moz-range-thumb
{
	background-color: #bebcb9;
	border: none; /*Removes extra border that FF applies*/
	border-radius: 1.5rem;
	height: 1.5rem;
	width: 1.5rem;
}

input[type="range"]:focus::-moz-range-thumb
{
	background-color: #ff7d01;
	outline: 3px solid #ff7d01;
	outline-offset: 0.125rem;
}


/* ====================== BUTTONS & LABEL BUTTONS ====================== */

button,
.Button
{
	width: -webkit-fill-available;
	width: -moz-available;
	font-weight: 700;
	border: none;
	border-radius: 3rem;
	text-decoration: none;
	padding: .75rem 1.5rem;
	cursor: pointer;
	background: none;
}

a[href],
a[data-action]
{
	cursor: pointer;
}

button
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

button i,
.Software button i
{
	padding: 0;
}

span[type="switch"] label 
{
	background: #f3f4f8;
	font-weight: 600;
	width: 50%;
	text-align: center;
	box-shadow: 0 0 0 1px #3353;
}

span[type="switch"].Wrap label
{
	width: fit-content;
	text-indent: unset;
	min-width: 5rem;
	cursor: pointer;
	flex-grow: 1;
}

.SwitchImage > label
{
	padding: 0;
	overflow: hidden;
	width: 230px;
	max-width: 230px;
}

span[type="switch"] input:checked + label 
{
	background: #79bece !important;
	color: #f5f5f5;
	
}

button:hover:enabled,
.Button:hover,
a:hover,
span[type="switch"] label:hover,
input[type="file"]:hover + label
{
	opacity:0.7;
}

input[type="file"]:hover + label > div
{
	filter: brightness(1.6);
}

/* a:hover:after
{
	content: "\f08e";
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0009;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 500;
	font-size: 4rem;
} */

button:active,
a:active
{
	opacity:0.8;
}

.BackgroundGrey input,
.BackgroundGrey select,
.BackgroundGrey span[type="switch"] label
{
	background: #fff;
}

/* ====================== TABLES & SUMMARY ====================== */

summary h3 
{
  display: inline-block;
  margin-inline-start: 0.5rem;
}

summary::marker 
{
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 1.5rem;
  content: '\2b';
}

details[open] summary::marker 
{
	content: '\2212';
}

details[open] i.fa-regular.fa-chevron-right 
{
	rotate: 90deg;
}

table
{
	border-collapse:collapse;
	border-radius: 1rem;
	overflow: clip;
	width: 100%;
}

table tr:has(+ .ui-selectee):first-of-type
{
	position: sticky;
	top: -1vh;
	z-index: 1;
}
 
tr
{
	-moz-box-shadow: 0 1px 1px -1px #33333390, 0 -1px 1px -1px #33333390;
	-webkit-box-shadow: 0 1px 1px -1px #33333390, 0 -1px 1px -1px #33333390;
	box-shadow:         0 1px 1px -1px #33333390, 0 -1px 1px -1px #33333390;
}

tr:first-of-type > *:first-child
{
	border-radius: 1rem 0 0 0;
}

tr:first-of-type > *:last-child
{
	border-radius: 0 1rem 0 0;
}


th,
td
{
	text-align: center;
	padding: 0.6vh 4px;
	max-width: 260px;
	
	overflow-wrap: break-word;
}

th
{
	background: #222222;
	color: #f9f9f9;
	font-weight: 600;
}

td
{
	font-weight: 400;
}

iframe 
{
    width: 100%;
    height: 100%;
    border: none;
}

.IframeContainer > div > div 
{
    height: 100vh;
}

.ui-selectee
{
	background: none;
}

.ui-selectee:hover
{
	opacity: 0.7;
	cursor: cell;
}

.ui-selecting
{
	opacity:0.7;
	cursor: grabbing;
	background: #79bece;
	color: #f9f9f9;
}

.ui-selected
{
	background: #79bece;
	color: #f9f9f9;
}


/* ====================== CUSTOMISED OPTIONS ====================== */

.Shadow
{
	border: none;
	box-shadow: 0 0 0 1px #1232, 0 2px 6px #0331, 0 2px 8px #1342;
	width: fit-content;
}

/* FRED TO UNBESPOKE */

.LineHeightNormal
{
	line-height: normal;
}

.NoWrap
{
	white-space: nowrap;
}

.Gap05
{
	gap: 0.5rem;
}

.Gap1
{
	gap: 1rem;
}

.Gap2
{
	gap: 2rem;
}

.Gap3
{
	gap: 3rem;
}

.SideTag
{
	position: fixed;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 2rem;
	top: 0;
	left: 100%;
	height: 100%;
	width: 100%;
	cursor: pointer;
}

.SideTag > div
{
	display: flex;
	flex-direction: row;
	border-radius: 10px 0px 0px 10px;
	overflow: hidden;
	padding: 0;
	transform: translateX(-34px);
	transition: transform ease 200ms;
}

.SideTag > div > div:first-of-type
{
	gap: 0.5rem;
	padding: 6px 2px;
}

.SideTag > div > div:first-of-type > span:first-of-type
{
	rotate: 180deg;
	writing-mode: vertical-lr;
}

.SideTag a
{
	white-space: nowrap;
	min-height: 145px;
	box-shadow: inset 2px 0 0 0 #0005;
}

.SlideTagShown
{
	transform: translateX(-100%) !important;
}

.BackgroundDiagonal
{
	position: relative;
}

.BackgroundDiagonal:before,
.BackgroundDiagonal:after
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	clip-path: polygon(0 0, 0 100%, 100% 70%, 100% 0, 0 0);
	z-index: -1;
}

.BackgroundDiagonal:before
{
	background: #ad5400;
	height: 62vh;
	min-height: 565px;
	max-height: 615px;
}

.BackgroundDiagonal:after
{
	background: #cc6401;
	height: 60vh;
	min-height: 550px;
	max-height: 600px;
}

.ImageDiagonal img
{
	clip-path: polygon(0 0, 0 100%, 100% 70%, 100% 0, 0 30%)
}

.CircleImage
{
	border-radius: 999rem;
	overflow: clip;
	height: 450px;
	width: 450px;
	background: #ad5400;
	padding: .75rem;
}

.CircleImage img
{
	height: 450px;
	width: 450px;
	object-fit: cover;
	border-radius: 999rem;
}

.CircleImageDynamic
{
	width: 100%;
	position: relative;
	padding-top: 100%;
	border-radius: 999rem;
	overflow: hidden;
}

.CircleImageDynamic img
{
	box-sizing: border-box;
	border: 0.75rem solid #ad5400;
	border-radius: 999rem;
	object-fit: cover;
	position: absolute;
	height: 100%;
	top: 0;
}

.LandingText
{
	right: 0;
	bottom: 8%;
}

.Arrow 
{
	width: 200px;
	transform: translate(0, -75%);
	right: 0;
	fill: #e1721f;
}

.TextDecorationNone
{
	text-decoration: none;
}

.CalendarDay
{
	border: 0.5px solid #cdcdcd;
	height: 140px;
}

input[type="date"]
{
	min-height: 20px;
}

input::-webkit-date-and-time-value {
  text-align: left;
}

input[type="date"]::-webkit-calendar-picker-indicator
{
	position: absolute;
	right: 16px;
}

.OverflowHidden
{
	overflow: hidden;
}

.OverflowScroll
{
	overflow: scroll;
}

.OverflowClip
{
	overflow-x: clip;
}

.Round0
{
	border-radius: 0;
}

.Round1
{
	border-radius: 1rem;
}

.Round3
{
	border-radius: 3rem;
}

.RoundCircle
{
	border-radius: 999rem;
}

.CopyToClipboard
{
	position: fixed;
	display: flex;
    flex-direction: column;
    z-index: 300;
    align-items: center;
    padding: 30px;
    border-radius: 12px;
    top: 30vh;
    height: fit-content;
    margin-left: 40%;
    width: 20%;
}

.BottomMiddle
{
	position: fixed;
	bottom: 0;
}

.SlideIn
{
	z-index: 2;
	top: 10%;
	right: -100%;
	margin-left: 1%;
	max-width: 100%;
	animation: SlideIn 8s;
}

.ProgressBar
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
}

.Loader
{
	-webkit-animation: spin 4s infinite linear;
	z-index:100;
}

.hidden,
.Hidden,
.MobHidden
{
	display: none;
}

.NoPadding
{
  padding: 0;
}

.NoMargin 
{
   margin: 0;
}

.Unset 
{
    all: unset;
}

/* ====================== COLOURS AND BACKGROUNDS ====================== */

.BackgroundImage
{
	background-image: url(https://resource.thinkinsurance.co.uk/Image/Brand/LoginBackground.png);
	color: #f9f9f9;
}

.OutlineGrey,
.OutlineGrey > i
{
	color: #777;
}

.OutlineGrey
{
	outline: 2px solid #777;
	outline-offset: -2px;
	background: transparent;
}

.OutlineGreyLight
{
	outline: 2px solid #CDCDCD;
    outline-offset: -2px;
}

.OutlinePrimary,
.OutlinePrimary > i
{
	color: #ff7d01;
}

.OutlinePrimary
{
	outline: 2px solid #FF7D01;
	outline-offset: -2px;
	background: transparent;
}

.FadedPrimary
{
	background: #fbfbfb22;
	color: #F9F9F9;
}

.FadedGrey
{
	background: #6664;
	color: #F9F9F9aa;
}

.BackgroundPrimary
{
	background: #ff7d01;
	color: #f9f9f9;
}

.BackgroundSecondary
{
	background: #cc6401;
	color: #f9f9f9;
}

.BackgroundThird
{
	background: #f5c3a3;
	color: #823f00;
}

.BackgroundGradiant
{
	background: #f38700;
	background: linear-gradient(52deg, #cc6401) 0%, #cc6401) 35%, #cc6401) 100%);
	color: #f9f9f9;
}

.BackgroundSelected
{
	background: #79bece;
	color: #f9f9f9;
}

.BackgroundWhite,
.WhiteBackground
{
	background: #ffffff;
	color: #3F3F3F;
}

.BackgroundGrey
{
	background: #f0f1f2;
	color: #3F3F3F;
}

.BackgroundGreyLight
{
	background: #dadcdd;
	color: #3F3F3F;
}

.BackgroundGreyDark
{
	background: #555555;
	color: #f9f9f9;
}

.BackgroundBlack
{
	background: #222222;
	color: #f9f9f9;
}

.BackgroundBrown
{
	background: #ad5400;
	color: #f9f9f9;
}

.BackgroundGreen
{
	background: #88a716;
	color: #f9f9f9;
}

.BackgroundRed
{
	background: #a70b00;
	color: #f9f9f9;
}

.BackgroundOrange,
.OrangeBackground
{
	background: #f38700;
	color: #f9f9f9;
}

.BackgroundYellow
{
	background: #ebc115;
	color: #f9f9f9;
}

.BackgroundPurple
{
	background: #814a8e;
	color: #f9f9f9;
}

.BackgroundBlue
{
	background: #83a3bf;
	color: #f9f9f9;
}

.BackgroundRegistration,
input.BackgroundRegistration,
input:disabled.BackgroundRegistration
{
	background: #F7D416;
	border-left: #1D70B8 30px solid;
	color: #222222;
}

.BackgroundCompaniesHouse
{
	background: #1D70B8;
	color: #f9f9f9;
}

.BackgroundWhatsApp
{
	background: #075E54;
	color: #f9f9f9;
}

.FillRed
{
	fill: #a70b00;
}

.FillBlack
{
	fill: #222222;
}

.FillPrimary
{
	fill: #ff7d01;
}

.FillSecondary
{
	fill: #cc6401;
}

.FillGreyLight
{
	fill: #dadcdd;
}

.BorderRed
{
	border-color: #a70b00!important;
}

.BorderBlack
{
	border-color: #222222!important;
}

.BorderGreyLight
{
	border-color: #dadcdd!important;
}

.BorderPrimary
{
	border-color: #ff7d01!important;
}

.BorderSecondary
{
	border-color: #cc6401!important;
}

.LookupResult
{
	font-size: 22px;
	font-weight: 800;
	padding: 0.8vh;
	line-height: 175%;
}

.BlackTag
{
	background: #000c;
	color: #eee;
}

.BlueTag
{
	background: #C5F4FF;
	color: #335D6A;
}

.GreenTag 
{
	background: #C9FFC5;
	color: #376A33;
}

.TextPrimary
{
	color: #ff7d01;
}

.TextSecondary
{
	color: #cc6401;
}

.TextBlack
{
	color: #3F3F3F;
}

.TextBrown
{
	color: #ad5400;
}

.TextRed
{
	color: #a70b00;
}

.TextGrey
{
	color: #bebcb9;
}

.TextWhite
{
	color: #f9f9f9;
}

.TextYellow
{
    color: #FFD100;
}

.Opacity5
{
	opacity:0.5
}


/* ====================== MEDIA KEY FRAMES ====================== */

@keyframes SlideIn 
{
	0% {right: -100%;}
	5% {right: 1%;}
	90% {right: 1%;}
	100% {right: -100%;}
}

@-moz-keyframes spin
{
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes spin
{
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@keyframes spin
{
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.p10,
.p20,
.p25,
.p30,
.p35,
.p40,
.p50,
.p60,
.p65,
.p70,
.p75,
.p80,
.p90,
.p96,
.p100
{
	width:-webkit-fill-available;
	width:-moz-available;
}

.Width0
{
	width: 0;
}

.WidthFitContent
{
	width: fit-content
}

.MinWidthFitContent
{
	min-width: fit-content;
}

.MinWidth650
{
	min-width: 650px;
}

.MaxWidth150
{
	max-width: 150px;
}

.MaxWidth250
{
	max-width: 250px;
}

.MaxWidth300
{
	max-width: 300px;
}

.MaxWidth400
{
	max-width: 400px;
}

.MaxWidth500
{
	max-width: 500px;
}

.MaxWidth600
{
	max-width: 600px;
}

.MaxWidth800
{
	max-width: 800px;
}

.MaxWidthContent
{
	max-width: 1100px;
}

.Joe
{
	overflow: unset;
}

.tox-tinymce { width: -webkit-fill-available; }


/* ====================== SCREEN MEDIA 940PX (HALF SCREEN) - SOFTWARE ONLY ====================== */

@media screen and (min-width: 600px)
{
	
	.Software .Desktop
	{
		display: none;
	}
	
	.Software .Joe
	{
		overflow: auto;
		min-width: 250px;
	}
	
	.Software .Mobile
	{
		display: none;
	}
	
	.Software .ColumnRow,
	.Software .ColumnReverseRow
	{
		display: flex;
		flex-direction: row!important;
	}
	
	.Software .RowColumn
	{
		display: flex;
		flex-direction: column;
	}
	
	.Software .MobHidden
	{
		display: flex;
	}
	
	/* SORT THESE */
	.Software .hidden,
	.Software .Hidden,
	.Software .ScreenHidden
	{
		display: none;
	}

	.Software .WrapChildren
	{
		flex: 0 0 22%;
		box-sizing: border-box;
	}

	.Software .ColumnRow > hr,
	.Software .ColumnReverseRow > hr
	{
		border: none;
		width: 2px;
		height: unset;
	}
	
	.Software .p10{width:10%;}
	.Software .p20{width:20%;}
	.Software .p25{width:25%;}
	.Software .p30{width:30%;}
	.Software .p35{width:35%;}
	.Software .p40{width:40%;}
	.Software .p50{width:50%;}
	.Software .p60{width:60%;}
	.Software .p65{width:65%;}
	.Software .p70{width:70%;}
	.Software .p75{width:75%;}
	.Software .p80{width:80%;}
	.Software .p90{width:90%;}
	.Software .p96{width:98%;}
	.Software .p100
	{
		width: -webkit-fill-available; 
		width: -moz-available;
	}
	
}


/* ====================== SCREEN MEDIA 940PX (HALF SCREEN) ====================== */

@media screen and (min-width: 1000px)
{
	
	.MainTitle
	{
		font-size: 3rem;
	}
	
	.CurrentContent
	{
		overflow: hidden;
	}
	
	.Desktop
	{
		display: flex !important;
	}
	
	.Joe
	{
		overflow: auto;
		min-width: 250px;
	}
	
	.Mobile
	{
		display: none;
	}
	
	.ColumnRow,
	.ColumnReverseRow
	{
		display: flex;
		flex-direction: row!important;
	}
	
	.RowColumn
	{
		display: flex;
		flex-direction: column;
	}
	
	.MobHidden
	{
		display: flex;
	}
		
	.hidden,
	.Hidden,
	.ScreenHidden
	{
		display: none;
	}

	.WrapChildren
	{
		flex: 0 0 22%;
		box-sizing: border-box;
	}

	.ColumnRow > hr,
	.ColumnReverseRow > hr
	{
		border: none;
		width: 1px;
		height: unset;
	}
	
	.p10{width:10%;}
	.p20{width:20%;}
	.p25{width:25%;}
	.p30{width:30%;}
	.p35{width:35%;}
	.p40{width:40%;}
	.p50{width:50%;}
	.p60{width:60%;}
	.p65{width:65%;}
	.p70{width:70%;}
	.p75{width:75%;}
	.p80{width:80%;}
	.p90{width:90%;}
	.p96{width:98%;}
	.p100
	{
		width: -webkit-fill-available; 
		width: -moz-available;
	}
	
}


/* ====================== SCREEN MEDIA 940PX (HALF SCREEN) ====================== */

@media screen and (min-width:1420px)
{
	
	table tr:has(+ .ui-selectee):first-of-type
	{
		position: sticky;
		top: -1.8vh;
	}

	.PaddingSmall
	{
		padding: 1vh;
	}
	
	td
	{
		padding: 1vh 20px;
	}

		
}




/* ====================== OLD WEBSITE	STYLE SHEET ====================== */

.Trustpilot
{
	background: #222;
	color: #fff;
	padding: 0.5rem;
}

.CookieBar 
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	backdrop-filter: blur(5px);
	z-index: 9999
}

.CookieBar > div
{
	border-radius: 1rem;
	overflow: clip;
	z-index: 999;
	padding: 1rem;
	border: 1px solid #B4B4B4;
	margin: 1rem;
}

.CookieBar h2
{
	font-size: 1.5rem;
	font-weight: 800;
	margin: revert;
}

.CookieBar button
{
	font-family: "Montserrat", sans-serif;
	padding: .75rem 1.5rem;
	margin: 0;
	width: fit-content;
	height: fit-content;
	background-color: #FF7D01;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 999px;
	font-size: 1rem;
	font-weight: 800;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Used on Scripts Management to animate the order of the scripts */
details.ScriptsDetails::details-content 
{
  transition: height 0.5s ease, content-visibility 0.5s ease allow-discrete;
  height: 0;
  overflow: clip;
  interpolate-size: allow-keywords;
}

details.ScriptsDetails[open]::details-content 
{
  height: fit-content;
}