body {
    margin: 0;
    padding: 0 10px;
    /* background: #e5e2ca; */
    font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
  "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif; */
}
textarea {
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI","Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif; */
    font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
}
input {
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI","Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif; */
    font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
}
.outerContainer {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center; 
    max-width: 800px; 
    margin:auto;
}

.mainTitle {
    color: white;
    background-color: #0747A5;
    padding: 8px;
    font-size: x-large;
    margin: 0;
}
/* h1.mainTitle {
    background: transparent;
    text-align: left;
    background: url(./assets/Header_Bus.jpg);
    background-size: cover;
    height: 100px;
    position:relative;
    text-shadow: 0px 0px 3px #000;
    border-radius: 0 0 0.5em 0.5em;
  } */
.subTitle {
  background: transparent;
  color: #403e33;
  font-weight: 700;
  border-radius: 5px;
  padding: 0px 8px 0px;
  font-size: 120%;
  text-align: left;
  margin-top: 15px;
}

.reportProblemTitle {
    font-weight: bold;
    font-size: x-large;
    margin: 5px auto;
    padding: 8px;
    font-weight: bold;
    font-size: x-large;
}

.formField {
  padding: 10px 15px;
  border-radius: 0.5em;
  border: 1px solid #cccccc;
  background-color: #fff;
  width: calc(100% - 16px);
  margin:8px;
  font-size: medium;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}

.selectFormField{
  padding: 10px 15px;
  border-radius: 0.5em;
  border: 1px solid #cccccc;
  background-color: #fff;
  width: calc(100% - 16px);
  margin:8px;
  font-size: medium;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select2{  
  margin:8px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff!important;
  border: 1px solid #ccc!important;
  border-radius: 0.5em!important;
}
.select2-selection.select2-selection {
  min-height: 43px!important;
  padding: 6px 8px!important;  
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height:40px!important;
}
.select2-selection__rendered {
  
  font-size: medium;
}
.select2-dropdown {  
  border-bottom-right-radius: 0.5em !important;
  border-bottom-left-radius: 0.5em !important;
}
.select2-container--open .select2-dropdown {
  top:-6px!important;
}
.select2-container--open .select2-dropdown--below {
  border-color: #ccc;
}
.select2-results__options--nested {
  padding-left: 40px!important;
}
.select2-results__option--group {
  border-bottom: #ccc 1px solid !important;
  
}
.select2-results__group {
  cursor: pointer !important; /* Makes the group label look clickable */  
  position: relative;
  padding-right: 34px !important; /* leave room for the caret */
}
.select2-results__group:hover {
  text-decoration: underline !important; 
}
.select2-results__group::after {
  content: "\25BC"; /* ▼ downward caret */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.6em;
  color: #ccc;
  pointer-events: none;
}
/* Prevent iOS/Android auto-zoom when focusing Select2 search input */
.select2-container .select2-search__field,
.select2-dropdown .select2-search__field {
  font-size: 16px !important;
  -webkit-text-size-adjust: 100%;
}

/* Ensure placeholder text matches size */
.select2-container .select2-search__field::placeholder {
  font-size: 16px;
}
.formTextArea {
    height: 75px;
}
.formError {
    background: #F64438;
    color: white;
    padding: 8px;
    display: none;
    border-radius: 0.5em;
    margin: 0px 8px;
}

#mediaContainer{
    text-align: left;
}
#report_form{
  text-align: center;
}
#report_submit {
    background-color: #0069aa;
    overflow: hidden;
    border: 1px solid #0069aa;
    transition: box-shadow 0.5s;
    border-radius: 3em;
    color: #fff;
    font-weight: 700;
    padding: 15px;
    width: 90%;
    margin: 30px 0;
    text-transform: uppercase;
    font-size:125%;
    cursor: pointer;
  }
#report_submit:hover {
    background: #fff;
    color: #0069aa;
    border: 1px solid #0069aa;
}
.formSubmit {
      font-size: large;
      border-radius: 6px;
      -webkit-appearance: none;
      background: #F64438;
      color: white;
      padding: 8px 24px;
}
#submit-prompt-title{
  font-size: x-large;
  font-weight: bold;
}

.poweredBy {
    background: transparent !important;
    color: #403e33 !important;
      text-align:  center;
      padding: 8px;
      background: #00000069;
      color: white;
      font-size: small;
  }
  a.poweredByBtn {
    color: #403e33 !important;
    font-size: small;
  }

.privacy {
    text-align: center;
    text-align:  center;
    padding-top: 16px;
    padding-bottom: 8px;
  }

.block {
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
  }

  .blockInner {
    background: rgba(255, 255, 255) no-repeat;
    /* background-image: url('../img/submitting-animation.gif'); */
    position: fixed;
    top: 50%;
    left: 50%;
    width: 260px;
    height: 200px;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);    
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    text-align: center;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
#blockDivButtonContainer{
  min-height: 80px;
}
  .gpsSkip{
    /* position: absolute; */
    /* bottom: 24px; */
    /* width: 100%; */
    text-align: center;   
  }

  .gpsSkipBtn{    
    font-size: small;
    border-radius: 6px;
	-webkit-appearance: none;
    background: #0747A5;
    color: white;
  }

  #console_status_label{
    float: left;
    margin-left: 8px;
  }

#google_translate_element {
    margin-top: 8px;
    margin-bottom: 4px;
    text-align: center;
    display: inline-block !important;
    width: 300px !important;
  }
.goog-te-gadget-simple{
    border-radius: 0.5em;
    padding-top: 4px;
    padding-bottom: 4px;
}
.goog-te-menu-frame{
    border-radius: 0.5em;
    border: 1px solid #6b90da !important;
}

#cancelInfo{
    text-align: center;
    height: 100%;
    padding-top: 32px;
    font-size: x-large;
}

#terms_overlay{
    background: #00000073;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;    
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 48px;
}
#terms_inner{
    background: white;
    border-radius: 6px;
    padding: 16px;
}
#cf-turnstile-container{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cf-turnstile-outer{
  text-align: center;  
  border: 1px solid #ccc;
  border-radius: 0.5em;
  height: 63px;
  width: 298px;
  overflow: hidden;
}
#cf-turnstile{
  position: relative;
  left: -1px;
  top: -1px;
}

.select_container{
  text-align: left;
}
.delete-img-preview{
	position: absolute;
    top: 0px;
    right: -5px;
    background: transparent;
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #B80C09;
    border: unset;
    font-size: large;
	cursor: pointer;
}
.delete-img-preview:hover{	
    -webkit-text-stroke-width: 2px;    
}

#mediaContainer .js-upload{
  border: unset;
  padding: unset;
}
#media-button{
  border-radius: 0.5em;
}
#media-button-icon{
  vertical-align: sub;
  padding: 6px 0px;
}
.media-button{
  border-radius: 0.5em;
  width: 100%;
}
.media-dropdown{
  border-radius: 0.5em;
}