.radio.form-control:focus,
.checkbox.form-control:focus{
	box-shadow: none;
}

form div.field,
form div.fieldgroup-field{
    clear: both;
    margin-bottom: 2rem;
}

form div.fieldgroup-field{
margin-bottom: 2rem;
}

form label{
    font-family:'Akko W01 Regular' !important;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    margin-left: 0;
    letter-spacing: 0.5px;
    color:#102A4C;
	user-select: none;
}

form div.text,
form div.textarea
{
	position: relative;
}

form div.text label:not(.error),
form div.textarea label:not(.error)
{
    position: absolute;
    top: 18px;
    left: 15px;
    font-family: 'Akko W01 Regular' !important;
    font-size: 16px;
    color: #102A4C;
    opacity: .5;
    transition: all 0.3s ease;
    text-transform: none;
    pointer-events: none;
    white-space: nowrap;
}

form div.text label.active,
form div.textarea label.active
{
    font-family: 'Akko W01 Regular' !important;
    top: -5px;
    left: 5px;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    width: auto;
    padding: 0 8px;
    opacity: 1;
}

form label.error{
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}

form .textarea label{
	padding:6px 0;
}

form div.dropdown label{
	display: none;
}

form .uploadfield {
    position: relative;
}

form .uploadfield input {
    height: auto;
    padding: 1.1rem .75rem 1rem
}

form .uploadfield label {
    font-family: 'Akko W01 Regular' !important;
    top: -5px;
    left: 5px;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    width: auto;
    padding: 0 8px;
    opacity: 1;
    position: absolute;
    z-index: 1;
}

form .textarea,
form option,
form select{
	color:#102A4C !important;
	font-size: 18px !important;
}

form *::placeholder{
	color:#102A4C !important;
}

label.left,
.fieldholder-small-label{
	display: inline-block;
	/*width: 49%;*/
	line-height: 0.9;
	float:left;
}

form ul.optionset{
    padding-left: 0px;
}

form .optionset li:before{
    display: none !important;
}

.form input.text,
form input.text{
    border: 1px solid #DADEE3;
    height:50px;
    line-height:50px;
	color:#102A4C !important;
	font-size: 18px;
	box-shadow: none !important;
    font-family: 'Akko W01 Regular' !important;
}

select.form-control:not([size]):not([multiple]) {
	height:50px !important;
}

form .optionset li{
    display: inline-block;
    margin-right: 12px;
}

form .optionset li input{
    float: left;
    display: inline-block !important;
    width: auto !important;
    height:38px;
    margin-right: 10px;
}

form input.checkbox{
    width: auto;
    float: left;
    height: 24px;
    margin-right: 8px;
}

.text-center input.checkbox{
    float: none;
    margin: 0 auto;
}


form .checkbox label{
	position: relative;
	top:-10px;
}

form select,
form option{
    font-size: 19px;
    color:#000;
    padding-left: 20px;
    padding-right: 20px;
    border:1px solid #000;
    height:58px;
    line-height:58px;
}
form input.action {
    border-radius: 0;
    padding: 0.5rem 1.4rem;
    background: -moz-linear-gradient(to left, #1d71b8 0%, #36a9e1 100%);
    background: -webkit-linear-gradient(to left, #1d71b8 0%, #36a9e1 100%);
    background: linear-gradient(to right, #1d71b8 0%, #36a9e1 100%);
    font-family: 'Akko W01 Regular' !important;
    font-weight: normal;
    font-size: 18px !important;
    line-height: 22px !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-transform: uppercase;
    color: var(--white);
    border: 0;
    cursor: pointer;
    width: auto;
}

/*
form input.action:hover{
    color: #222 !important;
	background: #f9f9ff !important;
	border: 1px solid #222 !important;
	box-shadow: 0px 20px 20px 0px rgba(97, 97, 97, 0.5) !important;
}
*/

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #102A4C !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}



.form-control{
    border-radius: 0;
}

.dropzone-holder{
    background: rgba(255,255,255,0.1) !important;
}

form span.description{
    font-size: 14px;
    color: #10325F;
    margin-left: 0;
    position: relative;
    opacity: .5;
}

#ForgotPassword{
    display: block;
    margin-top: 24px;
    width: 100%;
}

#ForgotPassword a{
    color: #1B99D9;
}

form ul.checkboxset{
	padding-left: 0;
}

form ul.checkboxset li{
	display: block;
	width: 100%;
	position: relative;
	height:48px;
	margin-bottom: 12px;
}


form ul.checkboxset--inline li{
	display: inline-block;
	width: auto;
	min-width: 140px;
	margin-bottom: 0;
}

form ul.checkboxset label{
    font-family: 'Akko W01 Regular' !important;
    border:2px solid #ececec;
	border-radius: 3px;
	height:42px;
	line-height:42px;
	padding-left: 20px;
	padding-right: 20px;
	width:100%;
	position: absolute;
	top:0;
	left:0;
	text-align: center;
	background: #fff;
	font-size: 19px;
	text-transform: none;
	color:#958969 !important;
}

form ul.checkboxset label.selected{
	padding-left: 19px;
	padding-right: 19px;
	border-color:#958969;
	border-width: 2px;
	height:42px;
	line-height:42px;
}

form ul.checkboxset input.checkbox{
	outline: 0;
	opacity: 0;
}

form ul.checkboxset label:hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,47,135,0.10);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,47,135,0.10);
    box-shadow: 0px 0px 5px 0px rgba(0,47,135,0.10);
}

form div.optionset .middleColumn,
form ul.optionset{
	float:right;
	min-width: 49%;
	margin-bottom: 0;
}

form div.optionset:after{
	content: " ";
    clear: both;
    width: 100%;
    height: 1px;
    display: block;
}

form .fieldgroup:not(.middleColumn){
	border-bottom:1px solid #ececec;
}

/*

!* crazy checkboxes *!
div.checkbox{
    padding-top: 1em;
}

div.checkbox label {
  position: relative;
  display: block;
  height: 15px;
  width: 40px;
  background: #e6ebf0;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-indent: 55px;
    font-family: 'Akko W01 Regular' !important;
    text-transform: none;
  line-height: 0.9;
}
div.checkbox label:after {
  position: absolute;
  left: -2px;
  top: -3px;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 100px;
  background: #0077c8;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
  content: '';
  transition: all 0.3s ease;
}
div.checkbox label:active:after {
  transform: scale(1.15, 0.85);
}
div.checkbox input:checked ~ label {
  background: #7f97c3;
}
div.checkbox input:checked ~ label:after {
  left: 20px;
  background: #0077c8;
}
div.checkbox input:disabled ~ label {
  background: #d5d5d5;
  pointer-events: none;
}
div.checkbox input:disabled ~ label:after {
  background: #bcbdbc;
}
div.checkbox input{
	display: none;
}
*/

div.checkbox {
    display: flex;
    align-items: start;
    gap: 1.5rem;

}

div.checkbox input {
    height: 20px;
    width: 20px;
    margin: 0;
    flex-shrink: 0;
    flex-grow: 0;
    accent-color: #1b99d9;
}

div.checkbox label *,
div.checkbox label {
    margin: 0 !important;
    top: -3px;
    text-transform: unset;
    font-size: 1rem;
}

@media (max-width: 767.98px) {
    .productsearchbar__title .form-control:not(.action),
    select.form-control:not([size]):not([multiple]){
        height: 50px !important;
    }

    form .textarea,
    form option,
    form select,
    form input.text{
        font-size: 18px !important;
    }
}

.dropzone-holder.uploadable {
    border:1px dashed #DADEE3 !important;
    border-radius: 0 !important;
}

.dropzone-holder p  {
    color: #8593A4;
}

.dropzone-holder a  {
    color: #102A4C !important;
}

.fileattachment ul.file-attachment-field-previews.list li {
    max-width: unset !important;
    margin: 0 !important;
    padding: 0;
}


/* custom overrides */
#MemberLoginForm_LoginForm_Remember_Holder{
    white-space: nowrap;
}

#MemberLoginForm_LoginForm_action_doLogin{
    padding: 8px 18px;
    height: 48px;
    width: auto;
}
@media (max-width: 576px) {  
   .btn-toolbar{
      display: block !important;
   }
}

select.form-control {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 1em;
}

@media screen and (max-width: 991.98px){
    select.form-control {
        background-position: right 5px center;
    }
}

/* Payment method selection styles */
.custompaymentmethod.selected {
    border-color: #0069d9 !important;
}

.custompaymentmethod.selected * {
    color: #0069d9;
}