.header{
    display: inline;
    align-items: center;
}
.fullHeight{
    height: 90vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#imgLogo{
    width:120px;
}
/*.title{
    float: right;
    margin-top: 30px;
    color:  #666666;
}*/
/* 
.gridSpacingInputs {
    display: grid;
    column-gap: 10px;
    grid-template-columns: 300px 300px;
} */

/* New style - start */
.helper-text {
    font-size: 12px;
    color: #888;
    display: none; /* Initially hidden */
}

.helper-text.error {
    color: red; /* Highlight error message in red */
}

.mainContainer {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.maxContent {
    width: max-content;
}

/* New style - end */

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.lblTitle{
    padding-top: 5px;
}
.sectionTitle{
    text-align: center;
    font-size: 16px;
    font-style: bold;
    background: rgb(77, 77, 77);
    color: white;
    padding: 5px;
}
.titleApp{
    padding-top: 10px;
    color: black;
    font-size: 20px;
}
.rb-tick{
    color: red;
}
label{
    font-size: 14px;
}
input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
}
input:focus{
    outline: none;
}

.p-relative {
    position: relative;
}

.prefered {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-left: auto;
    display: block;
    width: 35%;
    margin-bottom: 20px;
    text-align: center;
}
.select-option{
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
  }
 .select-option:focus{
    outline: none;
}
.hint{
    font-size:10px;
}
.inline{
    display: inline-block;
    position: relative;
}
.inline label{
    display:block;
    position:absolute;
}
label{
    margin-bottom: 5px;;
}
.inp-md{
    width: 50%;;
}
.inp-sm{
    width: 35%;
}
.inp-lg{
    width: 80%;
}
.inp-mx{
    width: 100%;
}
.inp-xs{
    width:50px;
}
.col-title{
    width: 30px;
}

.customLabel {
    top: 36px;
    left: 5px;
    font-size: 13px;
    position: absolute;
}

input[type=radio] {
    border: 1px solid #000;
    padding: 0.5em;
    -webkit-appearance: none;
    vertical-align: middle;
  }
  
  input[type=radio]:checked {
    background: url(/img/ic-check.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
  }
  
  input[type=radio]:focus {
    outline-color: transparent;
  }
  .question{
      width: 400px;
  }
  .sigDesc{
      font-style: oblique;
  }
  .line {
      margin: 20px 0 0;
      background-color: lightgray;
      height: 13px;
      width: auto;
      border-bottom: 1px solid darkgray;
  }
  .submit{
      color: white;
      float: right;
  }
  @media screen and (max-width:768px){
      .inp-lg{
            width:60%;
      }
      .col-sm-12{
        flex: 0 0 100%;
        max-width: 100%;
      }
      .col-8{
        flex:  0 0 80%;
        max-width: 80%;
    }
    .col-4{

        flex:  0 0 40%;
        max-width: 40%;
    }
      .col-md{
          font-size: 12px;;
      }
      .inp-md{
          width:40%;
      }
      .inp-sm{
          width: 20%;
      }
      .head-title{
        font-size: 8px;
        margin-top: 10px;
        color:  #666666;
    }
    .sectionTitle{
        margin-top: 5px;;
    }
	body {
		padding: 0;
	}
	
	.col-sm-12-new {
        flex: 0 0 60%;
        max-width: 60%;
	}
	.col-sm-12-new2 {
        flex: 0 0 40%;
        max-width: 40%;
	}
	.question {
		width: 100%
	}
  }
  @media screen and (max-width:1000px){
    .head-title{
        float: right;
        font-size: 18px;
        color:  #666666;
    }
  }
    @media screen and (max-width:800px){
    .head-title{
        float: left;
        font-size: 14px;
        color:  #666666;
    }
  }
  @media screen and (max-width:576px){
    .prefered {
        width: 100%;
    }
    .col-sm-12{
        flex: 0 0 100%;
        max-width: 100%;
      }
      .col-sm-6{
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-sm-8{
        flex: 0 0 75%;
        max-width: 75%;
      }
      .col-sm-4{
        flex: 0 0 25%;
        max-width: 25%;
      }
      .col-sm-3{
        flex: 0 0 20%;
        max-width: 20%;
      }
      .col-sm-9{
        flex: 0 0 80%;
        max-width: 80%;
      }
      .col-sm-5{
        flex: 0 0 40%;
        max-width: 40%;
      }
      .col-sm-1{
        flex: 0 0 10%;
        max-width: 10%;
      }
  }

  .submitBtnJobs {
    margin-top: 10px;
    background: #478803;
    border-radius: 5px;
    border: none;
    padding: 8px 20px;
    outline: none;
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    border: 1px solid #478803;
    transition: 0.3s all;
    float: right;
}

.txtAreaFix{
    resize: none;
    font-size: 14px;
    padding: 3px;
}

.fixedAlert {
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    border: none;
    color: #FFF;
    position: fixed;
    border-radius: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: rgb(211, 47, 47);
}