


.formContainer {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
    max-width: 45vw;
    box-shadow: 3px 3px 10px rgba(116, 116, 116, 0.8) !important; /* Add box shadow */
    margin: auto !important;
    flex-direction: column !important;  
    height: auto !important;
    background-color: rgb(255, 255, 255) !important;
}



.formContainer>form {
  display: flex;
  flex-direction: column;
  
}


.header{
     
    min-height: 100px !important;
    height: 15vh;
    max-width: 45vw;
    width: 45vw;
    text-align: center;
    margin: auto;
    /* background-image: url('../images/header.jpg'); */
    background-size: cover;
    background-position: center;
    position: relative;
    top: 0; 
 
}

.header-overlay{
    position: absolute;
    min-height: 100px !important;
    height: 15vh;
    max-width: 45vw;
    width: 45vw;
    background-color: #3173ad70;



}

.header-text{
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
    font-size: 4rem;
    position: absolute;
    padding-left: 1em;
    top: 50%;
    transform: translateY(-50%);
}








#progressBar{
    color: rgb(74, 74, 74) !important;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
    max-width: 45vw;
    margin: auto !important;
    margin-bottom: 3vh !important;
    padding: 0 !important;
    border: 2px solid #a6a1a1 !important;
    
}

#progressLegend{
    padding: 1em !important;
    margin: 0 0 0 1em;
    font-size: 1em !important;
    border: 0 !important;
    width: auto !important;
}


fieldset{
    padding: 1em !important;
    border: 2px solid #a6a1a1 !important;
    margin-bottom: 1em !important;
    border-radius: 0px !important;
}

legend{
    font-size: 1.3em !important;
    font-weight: normal !important;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
    /* border:1px solid black !important; */
    width: auto !important;
    /* padding: 1em !important; */
    /* padding-left: 0.7em !important; */
   
    /* border: 1px solid black !important; */
    /* margin-left: 1em !important; */
    border: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 1em 0 1em !important;
   
}

.bar1{
    height: 1em !important;
    background-color: #D6D0D0 !important;
    width: 95% !important;
    margin: auto !important;
    margin-bottom: 1em !important;
    position: relative !important;
}

.bar2{
    height: 1em !important;
    background-color: #0866FF !important;
    width: 0%;
    margin: auto !important;
    margin-bottom: 1em !important;
    position: absolute !important;
    transition: width 0.5s ease-out;
    
}

















.form-body{
    margin: 1 em;
    padding-top: 2.5em;
    width: 100%;
    height: auto;
    /* max-width: 45vw !important;
    width: 45vw !important; */
    /* border: 1px solid black; */
    /* top: 7vh; */
}




.btnSection{
    display: flex;
    position: relative;
    flex-direction: row;
    margin: 1em 1.7em 1em 1.7em !important;
    /* position: absolute;
    bottom:0; */
    justify-content: flex-end;
    /* border: 1px solid black; */
    /* padding: 1.5em; */
   
}



.skipBtn{
    position: absolute;
    bottom: 0;
    left: 0;
 
}
#skipBtn{
    margin-left: 0 !important;
}
.rightButtons{

   display: flex;
   flex-direction: row;
   justify-content: flex-end;
   /* position: absolute;
   bottom: 0;
   right: 0; */

}


.ctrlButtons, input[type="submit"]{
    appearance: none !important;
    background-color: #0866FF !important;
    border-radius: 3em !important;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
    
    color: white !important;
    padding: 0.7em !important;
   
    min-width: 6vw;
    width: 6vw ;
    font-size: 1.5rem;


    border: 0 !important;
    margin-left: 1em !important;
    cursor: pointer !important;
}


.pages input[type="text"],  select{
    height: 3em !important;
    padding: 1em !important;
    border: 1px solid rgba(0, 0, 0, 0.19);
    box-shadow: 1px 1px 5px rgba(8, 102, 255, 0.3) !important; /* Add box shadow */
    /* background-color: red !important; */
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
    font-size: 1.1em !important;
}

/* .pages input:focus {
    outline: 1px solid #0866FF !important; 
} */



/* Hide the default arrow in modern browsers */
 select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 1px !important;
    text-overflow: '' !important;
}

/* Add a custom arrow using a background image */
select {
    padding: 10px !important;
    padding-right: 2em !important;
    /* border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    width: 200px; */
    width: 100% !important;
    
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%) !important;
    background-position: calc(100% - 20px) center, calc(100% - 15px) center !important;
    background-size: 5px 5px, 5px 5px !important;
    background-repeat: no-repeat !important;
}

/* Hover effect */
select:hover {
    border-color: #0866FF !important;
}


select:focus{
    outline: 1px solid #0866FF !important;
}


.checkGroup{
    display: flex;
    flex-direction: row;
    align-items: center;
}


.checkGroup > div:first-child{
    margin-right: 1em;
}





input[type="radio"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 20px !important;
    height: 20px;
    border: 2px solid #3498db !important;
    border-radius: 50% !important;
    outline: none !important;
    cursor: pointer !important;

    vertical-align: middle !important; 
}


input[type="radio"]:checked {
    background-color: #3498db !important;
}


.radioGroup label{
    /* border: 1px solid black; */
    margin-left: 0.3em;
    vertical-align: middle !important;
    margin-right: 1em;
    padding-top: 0.35em;
    font-size: 1.1em !important;
}

.radioFieldLabel{
    margin-bottom: 0;
    font-size: 1.2em;
    font-weight: normal;
}



.radioItem{
    /* border: 1px solid black; */
    display: flex;
    flex-direction: row;
    align-items: center;
}


.fieldLabel{
    /* border: 1px solid black; */
    margin-bottom: 0.1em !important;
    font-size: 1.2em;
    font-weight: normal;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
}

.pageLabel{
     /* border: 1px solid black; */
     font-size: 1.4em !important;
     margin-bottom: 0.5em !important;
     margin-top: 0.1em !important;

}

p{
    display: none !important;
}




/* vehicle selection - optional services */
.vehicleDropDown > div:nth-child(2){
  
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
}

.vehicleDropDown{
    display: flex;
    flex-direction: row;
}


/* validation */
.error-message {
    color: red;
    /* border: 1px solid black; */
    font-size: 10px;
    margin: 0;
    padding-left: 5px !important;
    text-align: left !important;
    position: absolute;
    top: 100%;
  }

  .inputGroup {
  position: relative !important;
  /* margin-bottom: 24px !important; */
}

.form-input {
  width: 100% !important;
  padding: 1em !important;
  font-size: 1em !important;
  /* border: 1px solid #4e4e4e !important;
  border-radius: 10px !important;
  background-color: #c3dfff !important; */
  /* outline: none !important; */
  transition: all 0.2s !important;
  box-sizing: border-box !important;
}

.form-input:focus {
  /* border-color: pink !important; */
  /* border-width: 2px !important; */
}

.form-label {
  position: absolute !important;
  top: 50% !important;
  left: 1em !important;
  transform: translateY(-50%) !important;
  color: #969494 !important;
  pointer-events: none !important;
  transition: all 0.2s ease !important;
  background-color: white !important;
  padding: 0 4px !important;
  font-size: 1em !important;
}


input[type="text"]:not(:placeholder-shown)~label,
.form-input:focus~label

{
    top: 0 !important;
    left: 14px;
    font-size: 0.75em !important;
    color: #2d2d2d !important;
}



/* bootstrap override */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
    background-color: rgba(199,8,27,1) !important;
}

.glyphicon-time::before {
    content: "Set Time" !important;
    font-size: 1.5em !important;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
}

.glyphicon-calendar::before {
    font-size: 1.5em !important;
}
  
.bootstrap-datetimepicker-widget .picker-switch td span {
    height: 4em !important;
    color:red;
}


 
/* employee initials */

.nonformGroup{
width: 45vw;
margin: auto;
}







@media (max-width: 850px){
    .formContainer{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
        
        max-width: 90vw !important;
        box-shadow: 3px 3px 10px rgba(116, 116, 116, 0.8) !important; /* Add box shadow */
        margin: auto !important;
        flex-direction: column !important;  
        height: auto !important;
        background-color: rgb(255, 255, 255) !important;
 
 
    }

    .header, .header-overlay{

        min-height: 100px !important;
        height: 12dvh;
        max-width: 90vw;
        width: 90vw;
        text-align: center;
        

    }

    .header-text{
        font-size: 3.5rem;
       
    }

    #progressBar{
        max-width: 90vw;

    }

    
    #progressLegend{
       margin: auto;
    }




    .ctrlButtons, input[type="submit"]{
        min-width: 17vw;
        width: 17vw ;
        font-size: 1.2rem;


    }

    legend{
        margin: auto;
    }


    .nonformGroup{
        width: 90vw;
        margin: auto;
        }
   }


   @media (max-width: 450px){
    .header, .header-overlay{

        min-height: 100px !important;
        height: 15dvh;
        max-width: 90vw;
        width: 90vw;
        text-align: center;

    }


    .header-text{
        font-size: 3.5rem;
        padding-left: 0;
        position: relative;
    }

    .nonformGroup{
        width: 90vw;
        margin: auto;
        }


   }


