/* Custom css */


.custom-template {
    width:100;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    text-align: center;
}

.success-msg {
    width: 80%;
    margin: 50px auto;
    padding: 2rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #f1fce5;
    color: rgba(0, 80, 157, 1);
    border: 2px dashed #70E000;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.erroralert {
    width: 80%;
    margin: 50px auto;
    padding: 2rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    background: #e5ebf3;
    color: #003f88;
    border: 2px dashed #00173d;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.erroralert p {
    font-size: 1.1rem;
    font-weight: bold;
   }

.mc-field-group {
    font-family: 'plusjakartasans' !important;
    display: block;
    margin-top: 2rem;
    color: #00296b;
    font-weight: 600;
}

.custom-field-group {
    font-family: 'plusjakartasans' !important;
    display: inline-block;
    margin-top: 2rem;
    min-width: 180px;
    width: 48%;
}

.short-fm label {
    display: block;
    font-family: 'plusjakartasans' !important;
    font-weight: 600;
    color: #00296b;
    text-align: left;
}

.short-fm input[type=date] {
    font-size: 1rem;
    font-family: 'plusjakartasans' !important;
    font-weight: 100;
    padding: 12px;
    border: #00296b 1px solid;
    color: rgba(0, 80, 157, 1);
    -webkit-appearance: none; /* Safari and Chrome */
    -moz-appearance: none; /* Firefox */
    -ms-appearance: none; /* Microsoft Edge */
    appearance: none; /* Standard property */
    -webkit-border-radius: 0;
    min-width: 150px;
    background: #FFF url(https://btcorporateadvisory.com.au/wp-content/uploads/2023/07/calendar.png) 90% 50% no-repeat;
    background-size: 9%;
    height: 2.9rem;
}

   /* Remove the calendar icon from the date picker */
    .short-fm input[type="date"]::-webkit-inner-spin-button,
    .short-fm input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

    .short-fm input[type=time] {
    font-size: 1rem;
    font-family: 'plusjakartasans' !important;
    font-weight: 100;
    padding: 12px;
    border: #00296b 1px solid;
    color: rgba(0, 80, 157, 1);
    -webkit-appearance: none; /* Safari and Chrome */
    -moz-appearance: none; /* Firefox */
    -ms-appearance: none; /* Microsoft Edge */
    appearance: none; /* Standard property */
    -webkit-border-radius: 0;
    min-width: 150px;
}

    .short-fm select {
    font-size: 1rem;
    font-family: 'plusjakartasans' !important;
    font-weight: 100;
    padding: 12px;
    border: #00296b 1px solid;
    color: #00509d;
    -webkit-appearance: none; /* Safari and Chrome */
    -moz-appearance: none; /* Firefox */
    -ms-appearance: none; /* Microsoft Edge */
    appearance: none; /* Standard property */
    -webkit-border-radius: 0;
    min-width: 150px;
    background-image: url("https://btcorporateadvisory.com.au/wp-content/uploads/2023/07/select-icon.png"); /* Replace with your custom arrow image */
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #FFFFFF;
    background-size: 9%;
    height: 2.9rem;
}


.short-fm input[type=email] {
    font-size: 1rem;
    font-family: 'plusjakartasans' !important;
    font-weight: 600;
    padding: 12px;
    border: #00296b 1px solid;
    color: #00509d;
    -webkit-appearance: none; /* Safari and Chrome */
    -moz-appearance: none; /* Firefox */
    -ms-appearance: none; /* Microsoft Edge */
    appearance: none; /* Standard property */
    -webkit-border-radius: 0;
    width: 100%;
}

  .short-fm input[type=text] {
   font-family: 'plusjakartasans' !important;
   font-size: 1rem;
   font-weight: 600;
   padding: 12px;
   border: #00296b 1px solid;
   color: #00509d;
   -webkit-appearance: none; /* Safari and Chrome */
   -moz-appearance: none; /* Firefox */
   -ms-appearance: none; /* Microsoft Edge */
   appearance: none; /* Standard property */
   -webkit-border-radius: 0;
   width: 100%;
}

  .short-fm  input[type=submit] {
    font-family: 'plusjakartasans' !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    line-height: 1em;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 1.2rem;
    text-align: center;
    transition-duration: 0.5s;
   -webkit-appearance: none; /* Safari and Chrome */
   -moz-appearance: none; /* Firefox */
   -ms-appearance: none; /* Microsoft Edge */
   appearance: none; /* Standard property */
   -webkit-border-radius: 0;
    border: 1px solid #00296b;
    background-color: #00296b;
    background-image: none;
    margin-top: 2.2rem;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
}

  .short-fm input[type=submit]:active {
  background-color: #70E000;
  border: 1px solid #70E000;
  color: #FFFFFF;
}

  .short-fm input[type=submit]:hover {
  background-color: #70E000;
  border: 1px solid #70E000;
  color: #FFFFFF;
}

  .short-fm input[type=date]:focus, .short-fm input[type=time]:focus, .short-fm input[type=email]:focus, .short-fm input[type=text]:focus, .short-fm select:focus {
    outline: none;
  }

  * {box-sizing: border-box;}

  .errormsg {
  font-family: 'plusjakartasans' !important;
  display: block;
  position: relative;
  font-size: 1rem;
  color: #c30919;
  font-style: italic;
}

  input::placeholder {
    font-weight: normal;
    opacity: 0.5;
    color: #00296b;
}


  /*contact us page css*/

  .contact-us {
    padding-top: 6.2rem;
    padding-bottom: 6.2rem;
    max-width: 1024px;
    margin: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    }

  .contact-us-row {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }

   .contact-us-row .contact-us-column {
    font-family: 'plusjakartasans' !important;
    color: #00296b;
    float: left;
    display: table-cell;
    width: 50%;
   }

  .contact-us-column.text-column {
    padding-left: 10rem;
   }

    /* Clear floats after the columns */

    .contact-us-row:after {
    content: "";
    display: table;
    clear: both;
}

.contact-us-column {
    text-align: left;
}

.contact-us-column p {
    font-family: 'plusjakartasans' !important;
    color: #00296b;
    font-size: 1.1rem;
}

.contact-us-column h3 {
    font-family: 'plusjakartasans' !important;
    color: #00296b;
    text-decoration: none;
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
    margin-top: 2rem;
    font-weight: 600;
}

.opening-hour-group {
    width: 100%;
    line-height: 1.6;
    font-size: 1.1rem;
    font-weight: 100;
}

    /* Clear floats after the columns */

    .opening-hour-group:after {
    content: "";
    display: table;
    clear: both;
}


.opening-hour {
    display: inline-block;
    width: 130px;
    font-weight: bold;
}

.opening-hour-time {
    display: inline-block;
    width: 130px;
    margin-bottom: 0.7rem;
}

    @media (max-width: 768px) {
        .contact-us-row .contact-us-column {
          width: 100%;
        }

        .contact-us-padding {
            padding-bottom: 2rem;
        }

          .contact-us-column.text-column {
            padding-left: 0;
        }

        .short-fm  input[type=submit]{
            margin-bottom: 2rem;
        }

        .custom-field-group {
            width: 100%;
        }

        .short-fm select, .short-fm input[type=date] {
            min-width: 130px;
            width: 50%;
        }
    }

