/*
Theme Name: TicketWizardMobile
Description: Custom Wordpress theme designed and developed for Ticket Wizard
Author: Boasting BiZ
Author URI: https://www.boastingbiz.com/
Version: 3.0.0
*/

body {
  background: url(images/background.png) no-repeat center center;
  background-color: #022161;
  background-size: cover;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.uk-header p {
  text-transform: uppercase;
}

.uk-action {
  background-color: #ee9c38;
  border: 4px solid #d57602;
  border-radius: 20px;
  padding: 15px;
}
.uk-action h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1rem;
}
.uk-action p {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3rem;
  border-top: 2px solid #fff;
  padding-top: 1rem;
}

.uk-footer-bar-wrap {
  background: #1c1c1e;
}

.uk-footer-bar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
}

.uk-footer-bar .row .col-6:first-child {
  border-right: 2px solid #fff;
}

.uk-footer-bar .uk-action-wrap {
  text-transform: uppercase;
}

/* Form */
body #modalFightBack {
  color: #000;
}
#modalFightBack .frm_submit {
  display: none;
}


#modalFightBack .frm_message {
  text-align: center;
  line-height: 1.4;
}

#modalFightBack .modal-body {
  padding: 30px 30px 0 30px;
}

/*#modalFightBack .modal-header .close {*/
/*  position: absolute;*/
/*  top:10px;*/
/*  right:10px;*/
/*}*/

#modalFightBack .frm_style_formidable-style.with_frm_style .frm_form_fields > fieldset {
  padding-bottom: 0;
}

#modalFightBack .frm_submit {
  display: none;
}

#modalFightBack .modal-footer {
  background-color:#d9dfe4;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  padding: 1rem 30px;
}

#modalFightBack .modal-footer button {
  flex: 1;
  text-transform: uppercase;
  font-weight: 400;
  border: solid 2px #24b34b;
  background: #30c659;
  -webkit-transition: background.2s;
  -moz-transition: background.2s;
  -ms-transition: background.2s;
  -o-transition: background.2s;
  transition: background.2s;
  box-sizing: border-box;
  border-radius: 3px;
  color: #fff;
  display: block;
  cursor: pointer;
  height: 48px;
  /*margin: 10px 0 10px 20px;*/
  outline: none;
  padding: 0 25px;
  white-space: nowrap;
  margin-left: 1.25%;
}

#modalFightBack .modal-footer button:last-child {
  margin-right: 1.25%;
  margin-left: 0;
}

#modalFightBack .modal-footer button.frm-action-reset {
  background-color:#cd050e !important;
  border-color: #930007 !important;
}

#modalFightBack .frm_dropzone.dz-clickable.frm_single_upload {
  max-width: 100%;
}

#modalFightBack .frm_upload_icon {
  position: relative;
  padding-bottom: 41px;
} 

#modalFightBack .frm_upload_icon:before {
  content:"";
  width:30px;
  height: 26px;
  background:url(images/icon-camera-upload.png) no-repeat center center;
  background-size: 30px 26px;
  transform: translate(-50%, -50%);
  position: absolute;
  top:15px;
  left:50%;
  right:50%;
}

.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=file], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select {
  border: 2px solid rgba(0,0,0,.12) !important;
  height: 48px !important;
}

#modalFightBack .modal-content {
  border-radius: 16px;
}

/*#modalFightBack .modal-header {*/
/*  text-transform: uppercase;*/
/*  background: #d9dfe4;*/
/*  margin: 0;*/
/*  justify-content: center;*/
/*  text-align: center;*/
/*}*/

/*#modalFightBack .modal-header h5 {*/
/*  font-size: 74px;*/
/*  color: #032844;*/
/*  line-height: 1;*/
/*  font-weight: normal;*/
/*  letter-spacing: 0;*/
/*  text-align: center;*/
/*}*/

#modalFightBack .modal-dialog {
  max-width: 700px;
}

@media(max-width:600px){
  #modalFightBack .modal-dialog {
    max-width: 500px;
  }
  #modalFightBack .modal-header h5 {
    font-size: 38px;
  }
  .frm_forms {
    padding-top:50px;
  }
}

.modal-open .modal {
  overflow: scroll; -webkit-overflow-scrolling: touch;
}

#modalFightBack .input label {
  display: none;
}

.frm_forms fieldset {
  opacity: 1;
  position: relative;
  left:0;
}

.frm_forms {
/*  padding: 20px 0;*/
}