.img-login{
    height: 195px;
}

.login-screen-content {
    background-position: center !important;
    background-image: url(../img/bg/bg-01.jpg) !important;
    background-size: cover !important;
}

.bg-main {
    background-position: top!important;
    background-image: url(../img/bg/bg-header-01.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.title-home{
    text-align:center !important;
    width: 100% !important;
}

.card-transparent{
    background-color: rgb(255 255 255 / 0.85)  !important;
}

.md .theme-dark .card-jadwal-home{
    background-color: #212121 !important;
}

.md .theme-dark .item-footer{
    color: rgba(255,255,255,.87) !important;
}

.md .theme-dark .item-footer-login{
    color: #212121 !important;
}

.md .theme-dark a.tile-home{
    color: rgba(255,255,255,.87) !important;
}

.md a.tile-home{
    color: #212121 !important;
    font-size: 12px;
}

.img-list-user{
    border-radius: 50px;
    width: 60px;
}

.col>h3{
    font-size: 2em;
    margin-block-end: 0.2em;
    margin-block-start: 0.2em;
}

/* Home */

.item-content-home{
    min-height: 80px;
}

/* Icons */

.icon-lg{
    width: 32px !important;
    height: 32px !important;
}

.icon-register {
    background: url(../img/medical/009-stethoscope.png) no-repeat center;
    background-size: cover;
}

.icon-jadwal {
    background: url(../img/medical/006-syringe.png) no-repeat center;
    background-size: cover;
}

.icon-poli {
    background: url(../img/medical/026-first-aid-kit.png) no-repeat center;
    background-size: cover;
}

.icon-dokter {
    background: url(../img/medical/031-doctor.png) no-repeat center;
    background-size: cover;
}

.icon-kunjungan {
    background: url(../img/medical/036-ambulance.png) no-repeat center;
    background-size: cover;
}

.icon-informasi {
    background: url(../img/medical/017-medicine.png) no-repeat center;
    background-size: cover;
}

.icon-rs {
    background: url(../img/medical/021-hospital.png) no-repeat center;
    background-size: cover;
}

.icon-pasien {
    background: url(../img/medical/012-patient.png) no-repeat center;
    background-size: cover;
}

.icon-lainnya{
    background: url(../img/medical/032-dna.png) no-repeat center;
    background-size: cover;
}

.google-maps-link{
    display: none !important;
}