

* {
  font-family: Nunito;
}

a:hover {
  text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.table th {text-align: center}

.bg-light {
  background-color: #eeeeee !important;
}

.text-success {
  color: #33A066 !important;
}
.nav-item span {
  font-size: 0.8rem !important;
}

input, select, textarea, .dropdown-menu .dropdown-item, .btn-sm {
  font-size: 0.75rem !important;
}

input[type=number] {
  -moz-appearance: textfield;
}

.select2-container {
  margin-bottom: 12px !important;
}

.select2-selection--single {
  padding: 5px 0 5px 0 !important;
  height: auto !important;
}

.select2-selection__arrow {
  top: 7px !important;
}
.nav-link {
  font-weight: bold !important;
}

.text-dark {
  color: #292b2c;
}

table > * {
  color: #555 !important;
}

a:hover {
  text-decoration: none;
}

input, select, textarea {
  box-shadow: none !important;
}

input:focus, textarea:focus {
  border-color: #66bbcc !important;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

.btn-pink {
  color: #fff !important;
  background-color: #d4206a;
  font-weight: bold;
}

.btn-pink:hover {
  background-color: #b4004e;
}

.bg-pink {
  color: #fff !important;
  background-color: #d4206a;
}

.bg-pink-medium {
  background-color: rgba(236, 64, 122,.2);
}

.bg-pink-soft {
  background-color: rgba(236, 64, 122,.1);
}

.text-pink {
  color: #ec407a !important;
}

.hover-effect:hover {
  cursor: pointer;
  color: #3388DD;
}

.fc-daygrid-event-harness {
  cursor: pointer;
}

.text-xxl {font-size: 5em !important;}
.text-xl {font-size: 2em !important;}
.text-lg {font-size: 1.5em !important;}
.text-lgs {font-size: 1.25em !important;}
.text-md {font-size: 1em !important;}
.text-mds {font-size: 0.85em !important;}
.text-sml {font-size: 0.8em !important;}
.text-sm {font-size: 0.5em !important;}
.text-xs {font-size: 0.3em !important;}

.bottom-0 {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.dropdown-item:focus {
  background-color: #fff !important;
  color: #3388DD !important;
}

tr.no-border td {
  border: none;
}

.sidebar-divider {
  border-top: 1px solid rgba(255,255,255,.3);
}

input[type='radio'], input[type='checkbox'] {
  transform: scale(1.5);
}

input[type='radio']:hover, input[type='checkbox']:hover{
  cursor: pointer;
}

.img-square{
  width: 145px;
  height: 120px;
  object-fit: cover;
}

.btn-status {
  min-width: 15vh;
  padding: 4vh 1.5vh;
  border-radius: 50%;
  text-align: center;
}

.line-status {
  width: 50px;
  height: 10px;
  margin: auto 0;
}

.btn-round {
  padding: 10vh 0;
  border-radius: 50%;
  text-align: center;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

 /* Navbar */

 .navbar-brand {
   font-size: 25px;
 }

 .nav-link {
   color: #dcdcdc;
   font-size: 18px;
 }
 .nav-link:hover {
   color: #fff;
 }

 .fc-day-sat,  .fc-day-sun {
   background-color: rgba(255, 50, 90, 0.5);
 }

.img-home {
  background-image: url(../img/utama.png);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.img-home:after {
    content: '';
    position: absolute;
    width: 100%;
    height:100%;
    bottom: 0;
    background:rgba(0,0,0,0.4);
}

.text-img-home {
  color: #fff;
  font-size: 24pt;
  font-weight: bold;
  text-shadow: 2px 2px 4px #777;
  margin-bottom: 2%;
}

.no-shadow {
  text-shadow: none !important;
}

.relative-front {
  position: relative;
  z-index: 1;
}

/* Content Home */

.bg-toska {
    background-color: #009688;
    color: #fff !important;
}

.card-event {
  max-height: 50vh;
  overflow: hidden;
}
.card-artikel {
  overflow: hidden;
}
.card-tentang {
  height: 200px;
  overflow: hidden;
  text-align: center;
  background-color: #d4206a;
  color: #fff;
  border-radius: 5px;
  padding-top: 7vh;
}
.card-tentang:hover {
  color: #fff;
  background-color: #c92060;
}
.card-kegiatan {
  padding: 1% 5% 1% 2%;
  border-left: 10px solid #3388dd;
}

.thumbnail {
  max-height: 300px;
  object-fit: cover;
}

/* Footer */

.footer {
  float: left;
  background-color: #455a64;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-top: 10%;
  padding: 20px;
}

/* Auth*/

.bg-auth {
  background-color: #f8f9fc;
  /* background-image: url(../img/login.png); */
  /* background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  position: relative; */
}

.bg-auth:after {
    /* content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background:rgba(0,0,0,0.4);
    z-index: -1; */
}

.datatr input {
  min-width: 180px;
}
