.mt-30{
    margin-top: 30px;
}

.modal-header {
    background: linear-gradient(45deg, #004D91, #AB2847);
    color: white;
    padding: 10px 30px;
  }
.modal-header .close{
    color: white;
}
.booking-title{
    margin: 15px 0 35px 0;
}
.booking-title .title{
    color: #004D91;
}
.label{
    font-weight: 500;
    color: #004D91;
}
 .form-group{
    margin-bottom: 20px;
}
.theme-btn{
    background-color: #AB2847;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 30px;
}
.theme-btn:hover{
    background-color:  #004D91;
}
.modal-footer{
    background-color: whitesmoke;
}
h3{
    font-family: Calibri; 
    font-size: 25pt;         
    font-style: normal; 
    font-weight: bold; 
    color:SlateBlue;
    text-align: center; 
    text-decoration: underline
  }
.title{
    text-align: center;
    margin-bottom: 20px;
    text-decoration: underline;
}
  table{
    font-family: Calibri; 
    color:white; 
    font-size: 11pt; 
    font-style: normal;
    font-weight: bold;
    background-color: rgb(242, 242, 242); 
    border-collapse: collapse; 
    border: 2px solid #AB2847;
    margin-bottom: 30px;
    border-radius: 20px;
    width: 100%;
      border-collapse: collapse;
  }
  .table td, .table th {
    vertical-align: middle;
}
  th, td {
    padding: 8px;
    border: 1px solid #ddd;
  }
  table.inner{
    border: 0px
  }
.entrance, .Applicant, .family-in-japan, .family, .affidavit{
    /* margin-bottom: 30px; */
    background-color: ghostwhite;
    /* padding: 20px 0; */
}
.entrance{
  /* margin-bottom: 30px; */
  padding: 20px 0 0 0;
}
.no-exam{
    border: 2px dotted #AB2847;
    padding: 10px 0;
}
/* Media query for screens less than 600 pixels */
@media (max-width: 600px) {
  .theme-btn {
      margin-bottom: 10px;
  }

  table {
      font-size: 10pt; 
  }
}
.is-invalid {
  border: 1px solid red;
}
