.card-home{
    border-radius: 15px 15px 0 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #62C3D0;
    padding: 10px 10px 10px 10px;
}

.card-profile{
    border-radius: 15px 15px 15px 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #4090CE;
    padding: 10px 10px 10px 10px;
}

.navbar-top{
    background-color: #EEEDEE;
}

h6.heading-user{
    font-size: 18px;
    color: #3285CC;
    font-weight: w300;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.btn-style{
    background-color:#0c8a9b ;
    color: #ffffff;
}
.btn-style.btn-style:hover{
    background-color:#a3f4ff ;
    color: #0c8a9b;
}
h6.heading-title{
    font-size: 15px;
    color: #0066a9;
    font-weight: bold;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h5.heading-title{
    font-size: 20px;
    color: #0066a9;
    font-weight: w300;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.span-text{
    font-size: 13px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: w300;
    color: #CCDFF4;
}

.span-text-date{
    font-weight: bold;
    color: #cdf8ff;
}
.span-text-footer{
    color: #cdf8ff;
    font-size: 13px;
}
.span-text-footer-danger{
    color: #fe4144;
    font-size: 13px;
}
.span-text-footer-warning{
    color: #f7ff68;
    font-size: 13px;
}

.jam{
    color: #cdf8ff;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.jam-title{
    color: #cdf8ff;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.fa-calendar-o{
    color: #5581AF;
}

body{
    background-color: #EEEDEE;
}

.card-footer{
    box-shadow: 0 5px 10px #55A3AE;
    background-color: #39B2C2;
    border-end-start-radius: 15px;
    border-end-end-radius: 15px;
    padding: 10px 10px 15px 15px;
}

.card-riwayat{
    border-radius: 10px;
    box-shadow: 0 5px 10px #55A3AE;
    background-color: #D9FBFF;
    padding: 10px 10px 10px 10px;
    color: #007E8F;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}
h5{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 500;
    color:#004a54;

}

form{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 500;
    color:#007E8F;
}

.body-login{
    background-color: #d1d0d0;
    background-image: url('../img/bg.png');
    background-size: cover;
}

.card.o-hidden{
     background-color: transparent !important;
     font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
     color: #0066a9;
     font-size: 14px;
}

.p-login{
    font-size: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #486d72;
}

.p-bot-login{
    font-size: 11px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #a1f4ff;
    margin-top: 10px;
}

.nama-profile,.nip,.jabatan{
    font-size: 14px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #CCDFF4;
    margin-top: 10px;
    font-weight: bold;
}


.nav-logout{
    color: #0066a9;
    margin-left: 70px;
}

.nav-logout:hover{
    color: #004a54;
}

.form-profile{
    margin-bottom: 100px;
}

th.th-profile{
    color: #ffffff;
    background-color: #39B2C2;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
}

th.th-array{
    color: #4090CE;
    background-color: #cdf8ff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
}

.row-list-data{
    margin-bottom: 100px;
    padding: 15px 15px 10px 15px;
}

/* menu flying button */
   .fab-container {
      position: fixed;
      bottom: 100px;
      right: 20px;
      z-index: 999;
      /* padding-bottom: 100px; */
    }

    .fab-menu {
      display: none;
      margin-bottom: 10px;
    }

    .fab-menu.show {
      display: block;
      animation: slideIn 0.3s ease-out;
    }

    @keyframes slideIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }
/* End */

.modal-content-presensi{
    background-color: #ffffff;
    color: #ff284c;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.table-riwayat{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}

p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align:justify ;
    margin-right: 10px;
}
