/*
  Theme Name: TheEvent
  Theme URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
.sidebar {
  height: 100vh !important;
}

#flash {
  position: fixed;
  z-index: 9999;
  width: calc(100% - 2rem);
  text-align: center;
  margin: 1rem;
}

.h5,
h5 {
  font-size: 2.5rem;
}

.h6,
h6 {
  font-size: 1.5rem;
}

.h7,
h7 {
  font-size: 1.5rem;
}

.logo {
  width: 210px;
}

@media only screen and (max-width: 768px) {

  .logo {
    width: 120px;
  }

  .h5,
  h5 {
    font-size: 1.25rem;
  }

  .h6,
  h6 {
    font-size: 1.25rem;
  }


  #frmPendaftaran,
  #frmLogin {
    width: 100% !important;
  }


  /* #intro .intro-container{top:0px !important} */

  #frmLogin button[type=submit] {
    display: block !important;
    width: 100% !important;
  }

  #formPendaftaran button[type=submit] {
    display: block !important;
    width: 100% !important;
  }

}

#frmLogin,
#formPendaftaran {
  width: 50%;
}


#frmLogin button[type=submit],
#formPendaftaran button[type=submit] {
  display: unset;
  width: unset;
}

/*--------------------------------------------------------------
# Hero Image
--------------------------------------------------------------*/
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(6, 12, 34, 0.8), rgba(6, 12, 34, 0.8)), url("../img/intro-bg-kkmm.png");

  /* Set a specific height */
  height: 100%;

  /* Position and center the image to scale nicely on all screens */
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.wp-10 {
  width: 10px;
}

.wp-20 {
  width: 20px;
}

.wp-80 {
  width: 80px;
}

td.awal {
  background-color: #2ecc71 !important;
  color: #ffffff;
}

td.lewat {
  background-color: #e74c3c !important;
  color: #ffffff;
}

@media print {

  .col-print-12,
  .table-print {
    width: 100% !important;
    min-width: 100% !important;
  }

  .card {
    border: 0 !important;
    width: 100% !important;
  }

  .card .card-body {
    padding: 0 !important;
    width: 100% !important;
  }

  table.text-sm>thead>tr>th,
  table.text-sm>tbody>tr>td {
    font-size: 10px !important;
  }
}

table.text-sm>thead>tr>th,
table.text-sm>tbody>tr>td {
  font-size: 10px !important;
}

.btn-group-sm>.btn,
.btn-xs {
  padding: .25rem .5rem;
  font-size: 0.575rem;
  line-height: 1;
  border-radius: .2rem;
}



/* ---------------------------------------------------
    BASIC
----------------------------------------------------- */
p {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}




/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #dc3545;
  color: #fff;
  transition: all 0.3s;
}

#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  padding: 20px .5em;
  background: #dc3545;
}


#sidebar .username {
  font-size: small;
  line-height: 1;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  color: #dc3545;
  background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: #fff;
  background: #dc3545;
}

a[data-toggle="collapse"] {
  position: relative;
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #dc3545;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #dc3545;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

/* ---------------------------------------------------
  CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
}

/* ---------------------------------------------------
  MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }

  #sidebar.active {
    margin-left: 0;
  }

  #sidebarCollapse span {
    display: none;
  }
}