
#jqxwinApp{
    background-color: white;
   /* display: grid;
     grid-template-columns: auto auto auto auto;
    gap: 2px;
    padding: 2px;*/
    display: flex;
    flex-wrap: wrap; 
    gap: 5px;
   /* grid-area: content*/
    /*width: 700px;*/
    flex-direction: column;
   
}

.fldset-govnum {
    width: 100px !important;
}

.img-container img{
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
    /*mix-blend-mode: color-burn;*/
}
/* h1 {
    margin-top: 50px;
    margin-left: 51px;
    font-size: 60;
    font-family: 'Karla', sans-serif;
    font-weight: lighter;
} */

.slider-frame {
    overflow: hidden;
    height: 700px;
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


/* ------------------- Slide animation --------------------- */

@-webkit-keyframes slide_animation{
    0%{left:0px}
    10%{left:0px}
    20%{left:1200px}
    30%{left:1200px}
    40%{left:2400px}
    50%{left:2400px}
    60%{left:1200px}
    70%{left:1200px}
    80%{left:0px}
    90%{left:0px}
    100%{left:0px}

}

.slide-images{
    width: 3600px;
    height: 800px;
    margin: 0 0 0 -2400px;
    position: relative;
    -webkit-animation-name: slide_animation;
    -webkit-animation-duration: 33s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-play-state: running;
}

.img-container {
    height: 800px;
    width: 1200px;
    position: relative;
    float: left;
}

.jqxwinApp-processing-form {
	height: auto !important;
    padding-bottom: 5px;
}

/* .main-div section{
    display: flex;
    justify-content: center;
}
.section-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    align-items: center !important;
    justify-content: center !important;
}
 */
#jqxwinApp div {
    flex: 1 1 calc(45% - 15px); 
    /*flex: 1 1 calc(50% - 20px); */
   /* border: 1px solid #ccc;
     padding: 5px;*/
    text-align: center;
   /* background-color: #f9f9f9; */

   /*flex: 1 1 45%;*/ /* Calculate width dynamically */
   border: 1px solid #ccc;
   padding: 15px; /* Consistent padding */
   background-color: #f9f9f9;
   
}

label  {
    font-weight: bold;
    margin-bottom: 10px;
}
fieldset.fldset-class{
    border: 1px solid #fffefe;
    border-radius: 4px;
    margin-bottom: 10px;
    display: block;
    border-style: none;
}

fieldset.fldset-class, label{
padding-top: 2px;
display: block;
}

 label.sub-title {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 27px;
}

input[type="text"], input[type="date"], input[type="number"], input[type="month"]{
    width: 45%;
    height:30px; 
    padding: 2px; 
    margin-bottom: 10px; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
}

.upperCaseTxt{
    text-transform: uppercase;
}

.job-exit-button{
    margin-top: 10px;
    padding: 5px 10px;
    font-weight: bold;
    width: 100px;
    height: 40px;
    background-color: #bb5252;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.job-submit-button{
    margin-top: 10px;
    padding: 5px 10px;
    font-weight: bold;
    width: 100px;
    height: 40px;
    background-color: #2d7cbd;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


/*div*/



/*Radio Button css*/

.rdbtn {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
}

.rdbtn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.rdbtn .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc;
    border-radius: 50%;
}

.rdbtn:hover input ~ .checkmark {
    background-color: #aaa;
}

.rdbtn input:checked ~ .checkmark {
    background-color: #2196F3;
}

.rdbtn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.rdbtn input:checked ~ .checkmark:after {
    display: block;
}

.rdbtn .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*slide show css */

/* * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
} */

