/** F1 Arcade have decided to use embedded forms from their Atreemo CRM on the site **/
/** This file has to be added to the forms via Atreemo survey dashboard to override the forms default styles **/


/***** Buttons Submit, Next, Back ****/


@import url('https://fonts.googleapis.com/css2?family=Syncopate:wght@400;700&family=Titillium+Web:ital,wght@0,300;0,400;0,600;0,700;0,900;1,300;1,400;1,600;1,700&display=swap');

* {
  font-family: 'Titillium Web', 'sans-serif' !important;
}

body,
#Form_PageQuestions {
  background-color: #1a0c28 !important;
}

#Form_ThankYouPage div {
  color: white !important;
}

#CopyRight {
  opacity: 0;
}

input[type=radio] + label {
  display: inline;
}

.myButton {
  color: white;
  font-weight: 600;
  min-width: 150px;
  max-width: 250px;
  margin: 1em;
  background-color: rgb(152, 0, 238) !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: .75rem;
  padding-top: .75rem;
  border-radius:5px;
  border: 0px !important;
}
.myButton:hover {
  color:#ffffff;
  text-decoration:none;
}

span#Label_MandatoryQuestion {
  color: white !important;
}

/***** Container ****/
#main{
  margin-top: 25px;
  background-color: #1a0c28;
}

/***** Input Type Text ****/
input[type='text']{

  border:1px solid #a9a9a9;
  border-radius: 3px;
  height: 40px;
  border-left: 3px solid #a9a9a9;
  padding: 10px 5px;

}
input[type='text']:focus{
  border-color: #1e97ed;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #1e97ed;
}

/***** Input Type Textarea ****/
textarea{
border:1px solid #a9a9a9;
  border-radius: 3px;
border-left: 3px solid #a9a9a9;
}
textarea:focus{
  border-color: #1e97ed;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #1e97ed;
}


/***** Select of datepicker ****/
.ui-datepicker-title select{
  font-size: 14px;
  color: #7B7B7B;
  background-color: #FFFFFF;
}

/***** Input Type Select ****/
select{
 
  color: #7B7B7B;
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #a9a9a9;
  border-left: 3px solid #a9a9a9;
  height: 40px;
  padding: 10px 5px;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
}
select:focus{
  border-color: #1e97ed;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #1e97ed;
}

/***** Input Type Input Checkbox & Radio ****/
input[type='checkbox'],input[type='radio']{

  height: 20px;
  width: 20px;
  background: #cbd1d8;
  border: none;
  color: #fff;
  margin-right:5px;

}
input[type='checkbox']:hover,input[type='radio']:hover {
background: #9faab7;
}
input[type='checkbox']:checked,input[type='radio']:checked {
background: #3e4241;
}
input[type='checkbox']:checked::before,input[type='radio']:checked::before {
  height: 20px;
  width: 20px;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 20px;
}

input[type='radio']:checked::after {
background: #3e4241;
  content: '';

}
input[type='radio'] {
border-radius: 50%;
}
input[type='checkbox']::after,input[type='radio']::after {
border-radius: 50%;
}

label {
  color: white !important;
  font-family: 'Titillium Web', 'sans-serif' !important;
}



/***** Captcha ****/
.SIStyle-Captcha {
  background-color: #464646;
}

.PrivacyPolicyClass {
  color: #ffffff !important;
}
