:root {
    --main-title: #EF5B23;
    --main-section: #51388B;
    --table-gray: lightgray;
}

.navbar {
    margin-top: 0;
    padding-top: 2px;
    padding-bottom: 10px;
}

.nav-bg {
    background-color: var(--main-title);
}
.tab-rounded {
    border-radius: 0 0 10px 10px;
    background-color: var(--main-section);
    font-weight: 500;
    color: white;
}

.timeCount {
    background-color: #ffac04;
}

.bg-Count {
    background-color: gold;
}

article {
    text-align: justify;
}

article h1 {
    font-size: 24px;
    color: var(--main-title);
    text-align: center!important;
}

.agenda-bg {
    background-image: url("../img/NSD2023-background-selection-02-2.png");
    background-repeat: repeat-y;
    height: 100vh;
    background-size: cover;
}

.speakers-pict {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.speakers-border {
  margin: auto;
}

.tengah {
  margin: auto;
}

.infoblox {
  width: 45%!important;
}

.php-email-form .validate {

    display: none;

    color: red;

    margin: 0 0 15px 0;

    font-weight: 400;

    font-size: 13px;

  }

  

  .php-email-form .error-message {

    display: none;

    color: #fff;

    background: #ed3c0d;

    text-align: left;

    padding: 15px;

    font-weight: 600;

  }

  

  .php-email-form .error-message br + br {

    margin-top: 25px;

  }

  .btn-submit {
    color: gray;
    background-color: #fff;
    border: 1px solid gray;
    width: 120px;
    height: 50px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .btn-submit:hover {
    color: white;
    background-color: gray;
    border: 1px solid gray;
    width: 120px;
    height: 50px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
  }

  

  .php-email-form .sent-message {

    display: none;

    color: #fff;

    background: #18d26e;

    text-align: center;

    padding: 15px;

    font-weight: 600;

  }

  

  .php-email-form .loading {

    display: none;

    background: #fff;

    text-align: center;

    padding: 15px;

  }

  

  .php-email-form .loading:before {

    content: "";

    display: inline-block;

    border-radius: 50%;

    width: 24px;

    height: 24px;

    margin: 0 10px -6px 0;

    border: 3px solid #18d26e;

    border-top-color: #eee;

    -webkit-animation: animate-loading 1s linear infinite;

    animation: animate-loading 1s linear infinite;

  }

  .form-control {
    appearance: auto;
  }

  .h1 {
    color: var(--main-section);
  }

  table, th, td {
    border-top: 1px solid var(--main-section);
    border-bottom: 1px solid var(--main-section);
    text-align: left;
  }

  th, td {
    padding: 10px;
  }


  .sponsor-desc {
    text-align: justify;
  }

  .sponsor-title {
    color: var(--main-section)!important;
    font-weight: bold!important;
    font-size: 32px;
  }


  .speakers-name {
    font-weight: normal;
    font-size: large;
  }

  .speakers-title {
    font-weight: bold;
    color: rgb(239,91,35);
    font-size: medium;
  }
  .speakers-details {
    font-weight: normal;
    font-size: medium;
  }

main h1, div h1{
    font-size: 30px;
    color: var(--main-title);
    text-align: center!important;
}


.agenda-speakers {
  color: #EF5B23;
}

.agenda1 {
  background-color: #D3D3D3;
}

th {
  background-color: #51388B;
  color: white;
  text-align: center;
}

.time-agenda {
  width: 8rem;
}

table {
  font-size: large;
  font-weight: 700;
}

tr {
  vertical-align: top;
}

tr p {
  font-style: italic;
}

.timeCount-mobile {
  display: none;
}

@media only screen and (max-width: 1000px) {
.timeCount{
  display: none;
}
.timeCount-mobile {
  display: block;
  background-color: #ffac04;
}

}
  
