::-webkit-scrollbar { width: 8px; height: 8px;}  
  /* Track */#2070D8
  ::-webkit-scrollbar-track {background: transparent; }  
  /* Handle */
  ::-webkit-scrollbar-thumb {background: #555; width: 8px; height: 8px;border-radius:4px}  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {background: #555; width: 6px; height: 2px;}  
  ::-webkit-scrollbar-mouse:hover {background: #555; width: 6px; height: 2px;}
  
 body{
 	font-family: arial;
 	margin: 0;
 	background: lightgray;
 }
 
 p, h3	{
 	margin: 0;
 }
 
 h1{
 	margin:   0;
    font-size: 28px; 
 }
 
 p{
 	font-size: 14px;
 	font-weight: normal;
 }
 .gwt-DateBox {
  padding: 5px 4px;
  border: 1px solid #ccc;
  border-top: 1px solid #999;
  font-size: 100%;
}
.gwt-DateBox input {
  width: 8em;
}
.dateBoxFormatError {
  background: #ffcccc;
}
.dateBoxPopup {
}

.gwt-DatePicker {
  border: 1px solid #ccc;
  border-top:1px solid #999;
  cursor: default;
}
.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
  outline: none;
}
.datePickerDays {
  width: 100%;
  background: white;
}
.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  font-size: 85%;
  text-align: center;
  padding: 4px;
  outline: none;
  font-weight:bold;
  color:#333;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  background: #fff;
  padding: 0px 4px 2px;
  cursor: default;
  color:#666;
  font-size:70%;
  font-weight:normal;
}
.datePickerDay {
  padding: 4px 7px;
  cursor: hand;
  cursor: pointer;
}
.datePickerDayIsWeekend {
  background: #f7f7f7;
}
.datePickerDayIsFiller {
  color: #999;
  font-weight:normal;
}
.datePickerDayIsValue {
  background: #d7dfe8;
}
.datePickerDayIsDisabled {
  color: #AAAAAA;
  font-style: italic;
}
.datePickerDayIsHighlighted {
  background: #F0E68C;
}
.datePickerDayIsValueAndHighlighted {
  background: #d7dfe8;
}
.datePickerDayIsToday {
  padding: 3px;
  color: #fff;
  background: url(images/hborder.png) repeat-x 0px -2607px;
}

.datePickerMonthSelector {
  width: 100%;
  padding: 1px 0 5px 0;
  background: #fff;
}
td.datePickerMonth,
td.datePickerYear {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 100%;
  font-weight: bold;
  color: #333;
}
.datePickerPreviousButton,
.datePickerNextButton,
.datePickerPreviousYearButton,
.datePickerNextYearButton {
  font-size: 120%;
  line-height: 1em;
  color: #3a6aad;
  cursor: hand;
  cursor: pointer;
  font-weight: bold;
  padding: 0px 4px;
  outline: none;
}

 .form{
 	background-color: lightgray;
 	overflow: auto;
 	margin-bottom: 20px;
 }
 
 .form .basic-form{
 	max-width: 940px;
    background-color: #FFFFFF;
    height: auto;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
   
 }
 .header{
 	position: fixed;
 }
 .header .filler{
	 background-color: lightgray;
	 height: 20px;
 }
 
.instituteDetails{
	border-bottom: 2px solid #eee;
    padding: 20px;
    font-size: 28px;
    width: 900px;
    background: #fff;
}

.basic-form .body{
	padding: 120px 20px 20px;
	display: flex;
    flex-direction: column;
    gap: 15px;
}

.row{
	display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.row.detail{
	font-weight: 600;
	white-space: nowrap;
}

@media screen and (max-width: 600px){
	.row {
	    flex-direction: column;
	}
	
}

.WidgetWithCaptionTop{
	display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
  
	
}
.gap_20{
	gap:20px;
}

.gap_10{
	gap:a0px;
}
.email{
	display: flex;
	flex-direction:column;
	flex: 1;
	
}
.app {
  display: flex;
  overflow: auto;
  background-image: linear-gradient(#1F1A4D, #4C4589);
  height: 100%;
}
.WidgetWithCaptionTop-widget{
	width: 100%;
    padding: 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    box-sizing: border-box;
        height: 40px;
}
.listBox{
	border-radius: 5px;
	padding: 10px;
	width: 100%;
}
.nameDetails{
	display: flex;
	flex-direction: row;
 	gap:10px;
	flex-wrap: wrap;
}
.genderAndBirthdateDetails{
	display: flex;
	flex-direction: row;
	gap:20px;
	flex-wrap: wrap;
}
.basicDetailForm {
    display:flex;
    flex-direction:column;
    gap:15px;
    max-width: 800px;
    margin: 0 auto; 
    padding: 20px;
    box-sizing: border-box;
}

.instituteDetails{
	display: flex;
    align-items: center;
}

.instituteDetails img {
    max-width: 100%;
    height: 50px;
    padding-right: 20px;
}


 
.paymentType{
	display: flex;
	flex-direction: row;
	gap:10px;
	flex-wrap: wrap;
}

.paymentGateway{
	display: flex;
	flex-direction: column;
	padding: 10px;
	flex-wrap: wrap;
	gap:10px;
}
 
.btnPanel{
	display: flex;
	flex-flow: row-reverse;
	padding: 20px;
	border-top-style: solid;
	border-color: #EEEEEE;
	margin-top: 30px;
	gap:10px;
}
.nextBtn{
	padding: 10px 30px 10px 30px;
    background-color: #2E69FF;
    border-style: none;
    color: white;
    border-radius: 5px ;
    width: 110px;
    cursor: pointer;
    align-self: end;
}
.backBtn{
	padding:10px 30px 10px 30px;
	background-color: #E5E7F2;
	border-style: none;
	color: black;
	border-radius: 5px;
}
.payBtn{
	padding:10px 30px 10px 30px;
	background-color: #438128;
	border-style: none;
	color: white;
	border-radius: 5px;
}
.cancelBtn{
	padding:10px 30px 10px 30px;
	background-color: #b43e35;
	border-style: none;
	color: white;
	border-radius: 5px;
}
.errorPanel{
	display:flex;
	flex-direction:column;
 
	background-color: white;
	border: solid 1px ; 
	gap:10px;
	border-radius:10px;
	box-sizing: border-box;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.headerErrorDialog{
	background-image: linear-gradient(to right, #1F1A4D, #4C4589);
	padding: 10px;
	color: white;
	border-radius:10px 10px 0px 0px;
}
.errorsOfDialogBox{
	padding: 10px;
	
}
.buttonsOfErrorDialog{
	display:flex;
	flex-direction:row-reverse;
	padding: 10px;
	background-color: #F5F5F5;
	border-radius:0px 0px 10px 10px;
}
.okBtnErrorDialog{
	padding: 10px 20px;
	background-image: linear-gradient(to right, #1F1A4D, #4C4589);
	border-style: none;
	border-radius:5px;
	color: white;
	cursor: pointer;
	 
}












@media (min-width: 600px) {
	.fathersDetails, .mothersDetails, .academicDetails,.applicationFee { 
			display:flex;
			flex-direction:row;
			width: 100%; 
			gap:10px; 
			} 
          .btnPanel { 
          clear: both; 
          } 
}
@media only screen and (max-width: 600px) {
    .nameDetails > div,.genderDetails,.citizenDetails .courseDetails .branchDetails .courseAndBranchDetails
    .genderAndBirthdateDetails.emailPhoneDetails.email.phone
   
    {
        flex: 100%; /* Make components stack vertically on smaller screens */
        margin-right: 0; /* Remove margin between components on smaller screens */
         width: 100%; /* Make the width 100% for mobile screens */
    	
    }
}
@media screen and (max-width: 600px) { 
    .widgetWithCaptionTop, .email, .phone{ width: 100%; } 
    .courseAndBranchDetails, .emailPhoneDetails { flex-direction: column; } 
    }
    
      .my-SuggestBoxPopup{
    border:1px solid #ccc;
        background: white;
        z-index:10000;
}
.my-SuggestBoxPopup  .item-selected {
    background: #3875d7;
    color: white;
}
.MultiSelectOptionWidget{
    
}
.MultiSelectOptionWidget input{
	border: 0px !important;
}
.customForm .MultiSelectOptionWidget{
	display: inline-flex;
}
.customForm .MultiSelectOptionWidget ul{
	width:220px;
}
.MultiSelectOptionWidget .infocus{
    border:1px solid #5897fb;
}
.MultiSelectOptionWidget input {
    border:0px;
    padding: 4px;
}
.MultiSelectOptionWidget input:FOCUS{
    border:0px!important;    
     outline: none;
}
.MultiSelectOptionWidget ul {
    border:1px solid #ccc;
    height: auto;
    list-style: none;
    overflow: hidden;
    margin:0;
    padding: 0;
}
.MultiSelectOptionWidget  li {
    float: left;
    list-style: none;
    
}
.MultiSelectOptionWidget  li.selected{
    background: #e4e4e4;
    padding: 2px 5px;
    font: 13px arial;
    margin: 3px 0 3px 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.MultiSelectOptionWidget  li.liFocus{
    background: #d4d4d4;
}

.MultiSelectOptionWidget  li.selected a{
    margin-left: 6px;
    color: black;
    padding-bottom: 5px;
    font: 15px/12px arial;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    top: -2px;

}
.my-SuggestBoxPopup .popupContent table {
    width :100%;
}
.my-SuggestBoxPopup .msg{
     font: 13px arial;
     padding: 3px;
}
 
.my-SuggestBoxPopup .item {
        white-space: normal !important;
    font: 13px arial;
}