body {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .004) !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizelegibility !important;
}

p {
    margin-bottom: 2px;
}

.login-page {
  background: #353535;
  height:80vh
}

.login-card-body {
  border-radius: 10px
}

.login-logo a,
.register-logo a {
  color: #e0e0e0;
}

.timer-title {
  text-align: center;
  color: grey;
  font-size: 20px;
}

#container-timer {
  display: block;
  width: 100%;
  text-align: center
}

#timer,
#days,
#hours,
#minutes,
#seconds {
  display: inline-block;
  line-height: 1;
  padding: 20px;
}

#timer span {
  display: block;
  font-size: 20px;
  color: grey;

}

#days {
  font-size: 2rem;
  color: #db4844;
}

#hours {
  font-size: 2rem;
  color: #f07c22;
}

#minutes {
  font-size: 2rem;
  color: #f6da74;
}

#seconds {
  font-size: 2rem;
  color: #abcd58;
}

.html5buttons {
  float: right;
}

.buttons-html5,
.buttons-print {
  padding: .145em .75rem !important;
  font-size: .9rem;
  height: 30px;
  background-color: #ffffff;
}

.dt-buttons {
  margin-left: 10px;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 5px 18px;
  border-bottom: 1px solid #fff;
}

table.dataTable {
  border-collapse: collapse !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  content: "";
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  float: right;
  margin-top: 10px;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 500;
}

.dataTables_paginate .page-item.active .page-link {
  z-index: 3;
  padding: 0.3rem .75rem;
  color: #1f2d3d;
  background-color: #fec105;
  border-color: #fec105;
}

.dataTables_paginate .page-item .page-link {
  padding: 0.3rem .75rem;
}

.dataTables_scrollHead {
  border: 1px solid #fec105 !important;
  margin-left: 0px;
  border-left-width: 0 !important;
  background: #fec105;
}

table.dataTable {
  margin-top: 0px !important;

}

div.dataTables_wrapper div.dataTables_info {
  margin-bottom: 10px;
}

.btn-app-e {
  height: auto;
  margin: 0px;
  min-width: auto;
  padding: 5px 5px;
  margin-left: 5px
}

.card-hide {
  display: none
}

.btn-tambah-pengumuman {
  font-weight: 900;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: 'File Excel';
}
.tooltip_text{
  font-size:11px!important
}

.data-temp{
    width: 100%;
    height: 190px;
    display: none;
    position: relative;
}
.data-temp-blur{
    display: inline-block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 26px;
    z-index: 31;
    background-image: linear-gradient(#ffffff38, #fff);
}

.data-child, .input-group-text{
cursor:pointer;
}
.avatar-d {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  display: flex;
  margin:auto;
  background: #ced4da no-repeat center/cover;
  position: relative;
  text-align: center;
  color: #868e96;
  font-weight: 600;
  vertical-align: bottom;
  font-size: .875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.avatar-xxl {
  width: 10rem;
  height: 10rem;
  line-height: 10rem;
  font-size:2rem;
  margin-top:20px;
  padding-left: 32px;
}
.avatar3{
  border-radius: 5px;
    width: 29rem;
    height: 15rem;
}


