html {
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: rgba(210, 222, 228, 0.1);
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    width: 100%;
    max-width: 640px;
}

button {
    text-transform: none !important;
}

.active_btn {
    background-color: #025a7d;
    color: #fff;
}

._isi {
    margin: 0;
    padding: 0;
    display: 'none';
}

.mdc-top-app-bar {
    left: 0;
    top: 0;
    position: fixed;
    background-color: #025a7d; /* rgb(0, 78, 0); */
}

.test-card {
    top: 60px;
    width: 95%;
    position: fixed;
    overflow: scroll;
    bottom: 50px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #025a7d;
    color: #fff;
    text-align: center;
    border-top: 0.25px solid silver;
}

.section_isi {
    margin-top: 40pt;
    margin-bottom: 50pt;
}

.input_search {
    padding: 10px;
    border-radius: 6pt;
    width: calc(100% - 10px);
    background: rgba(255, 255, 255, 0.8);
    margin-left: 4pt;
    margin-right: 4pt;
}

.div_alert {
    position: absolute;
    margin-top: 200px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 6px;
}

.red_alert {
    margin: 10px;
    background-color: maroon;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    border-radius: 6px;
}
.red_alert div {
    padding: 4px;
    margin: 4px;
}

.alert-profile {
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    display: none;
    z-index: 101;
    bottom: 50px;
    background: maroon;
    color: white;
    padding: 10px;
    margin: 10px;
	border-radius: .4em;
}

.alert-profile:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 0.719em solid transparent;
	border-top-color: maroon;
	border-bottom: 0;
	border-left: 0;
	margin-left: -0.359em;
	margin-bottom: -0.719em;
}

.input_search:focus {
    outline: none;
}

.div_footer {
    display: flex;
}

.div_footer button {
    flex: 1;
    vertical-align: middle;
}

.btn_profile_red {
    color: #b10101;
    font-size: +3em;
    top: -10px;
}

.div_buttons {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 10px !important;
    padding: 0;
    _background-color: white;
    _border-radius: 4px;
    box-shadow: 2px 2px 8px silver;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
}

.div_button1 {
    flex: 25%;
    flex-basis: 25%;
    text-align: center;
    padding: 6px;
    margin: 0;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    background-color: white;
}

.div_button1 label {
    font-size: 10pt;
}

.div_button1_active {
    flex: 25%;
    flex-basis: 25%;
    text-align: center;
    padding: 6px;
    margin: 0;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    background-color: rgb(81, 136, 182);
}

.div_button1_active label {
    font-size: 10pt;
    color: white;
}

.btn_shortcut {
    font-size: 24pt;
}

.btn_white, .btn_blue, .btn_outline {
    padding: 0 4px;
    min-width: 100px;
    box-shadow: 1px 1px 2px gray;
    font-size: 1em;
}

.btn_white span, .btn_blue span, .btn_outline span {
    margin-left: 3px;
    margin-right: 3px;
}

.btn_white {
    border: none;
    border-radius: 0.2rem;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
}



.btn_blue {
    border: none;
    border-radius: 0.2rem;
    background-color: darkblue;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.btn_outline {
    border: 1px solid silver;
    border-radius: 0.2rem;
    background-color: transparent;
    color: black;
    display: flex;
    flex-direction: row;;
    align-items: center;
}

.table {
    width: 100%;
}
.table tr {
    margin: 0;
}
.table td {
    padding: 6pt;
    border-bottom: 1px solid silver;
}
.table .label {
    font-size: 0.8rem;
    color: teal;
    text-align: right;
}
.table .nilai {
    font-size: 1rem;
    text-align: left;
}
.nama {
    filter: blur(3px);
}



.div_dlg {
    margin: 0;
    z-index: 1002;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(55, 55, 55, 0.7);
    display: flex;
    justify-content: center;
    display: none;
}
.div_dlg_isi {
    z-index: 1003;
    margin: 10px;
    background-color: white;
    border-radius: 6px;
    position: absolute;
    width: calc(100% - 20px);
    bottom: 150px;
}


.panel_appointment_active {
    margin: 3px 10px;
    padding: 8px;
    border-radius: 8px;
    border-left: 6px solid green;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
    box-shadow: 2px 2px 4px rgba(200, 200, 200, 0.8);
    background-color: #E2F0D9;   
}

.panel_appointment_active span {
    vertical-align: middle;
}

.panel_appointment_passive {
    margin: 3px 10px;
    padding: 8px;
    border-radius: 8px;
    border-left: 6px solid gray;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
    box-shadow: 2px 2px 4px rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.4);
}

.panel_appointment_passive span {
    vertical-align: middle;
}

#_div_rs {
    margin: 0;
    padding: 0;
}

._div_rs_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #c0c0c0;
    border-radius: 4px;
    box-shadow: 1px 1px 2px gray;
    background-color: rgba(255,255,255,0.6);
}
#_div_rs_map {
    width: 100%;
    height: 200px;
    background-color: silver;
    margin: 0;
    padding: 0;
}

#_div_daftar_rs {
    margin-top: 10px;
    height: calc(100vh - 320px);
    overflow-x: hidden;
    text-overflow: auto;
}
._div_daftar_rs {
    display: flex;
    align-items: center;
    padding : 10px;
    border-bottom: 1px solid #c0c0c0;
}

.__div_detail_rs_alamat {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d0d0d0;
    padding: 10px;
}
._div_detail_rs {
    display: none;
    padding: 10px;
}

._item_dokter {
    padding: 10px;
    border-bottom: 1px solid #E0E0E0;
}

._detail_dr {
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    top: 50px;
    z-index: 100;
    height: calc(100vh - 100px);
    max-height: 600px;
    width: 100%;
    display: none;
    margin: 10px;
    padding: 0;
    background-color: #E2F0D9;
    border-radius: 6px;
    border: 1px solid silver;
    box-shadow: 4px 4px 8px rgba(150, 150, 150, 0.6);
}

.detail_dr {
    line-height: 1;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;;
}

.detail_dr .label {
    color: teal;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
    text-shadow: 1px 1px 1px gray;
}

.detail_dr .nilai {
    margin-left: 1rem;
}

.nama_dr {
    color: teal;
    font-size: 1.2rem;
    font-weight: bold;
    text-shadow: 1px 1px 1px gray;
}



/*
#_div_detail_poli_rs {
    margin: 10px;
}

#_div_detail_poli_rs div {
    padding: 10px;
    border-bottom: 1px solid silver;
}

.foto_dr {
    margin-top: 10px;
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.badge_tc {
    font-size: 0.6rem;
    padding: 4px;
    border-radius: 8px;
    color: white;
    background-color: maroon;
}

#_div_profile {
    padding-top: 10px;
}

#_div_frm_appt {
    display: flex;
    flex-flow: column;
   
}
*/

#appt_slot {
    flex: 1;
    overflow: auto;
    overflow-y: visible;
}

#appt_footer {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100vw - 20px);
    min-height: 30px;
}

.inputan_row {
    display: flex;
    flex-direction: row;
    flex-flow: row;
    margin: 10px;
    max-width: calc(100% - 20px);
    align-items: center;
    align-content: center;
}

.inputan_row_v {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 2px;
}
.inputan_label_v {
    font-size: 0.8rem;
    color: maroon;
    margin: 2px;
}

.inputan_label {
    flex: 0.3;
    font-size: 0.8rem;
    color: teal;
    text-align: right;
    margin-right: 6px;
}

.inputannya {
    flex: 0.7;
    max-width: 70%;
    display: flex;
    flex-direction: column;
}

.inputannya > span {
    color: red;
    border-top: 2px solid maroon;
    display: none;
    transition: all 1s ease-out;
}

.inputannya > label {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.inputan_text {
    border: none;
    background-color: rgba(220, 220, 220, 0.6);
    border-radius: 6px;
    padding: 10px;
}

.iframe_carousel {
    width: 100%;
    height: 250px;
    border: none;
}

.div_slot {
    padding: 10px;
    border-bottom: 1px solid silver;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.div_sync_prg {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid silver;
}

.div_sync_prg .sync_nama {
    flex: 1;
}

.div_sync_prg .sync_prg {
    min-width: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#konfirmasi_appt_dlg .mdc-dialog__content {
    font-size: 0.8rem;
    line-height: 1;
}

.div_konfirmasi_appt .body {
    background-color: white;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;

}

.div_billing {
    margin-top: 1px;
}

.row_billing_active, .row_billing_passive {
    display: flex;
    flex-direction: column;
    margin: 4px 8px;
    background-color: white;
    border-radius: 0.3rem;
    padding: 0.6rem;
    box-shadow: 1px 1px 2px silver;
}

.row_billing_active {
    border-left: 4px solid green;
}

.row_billing_passive {
    border-left: 4px solid red;
}

.row_billing0 {
    display: flex;
    flex-direction: row;
}

.row_billing3 {
    flex: 0.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row_billing7 {
    flex: 0.7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row_detail_billing {
    display: flex;
    flex-direction: row;
    padding: 8px;
}

.row_detail_billing:nth-child(even) {
    background-color: rgba(200, 255, 255, 0.4);
}

.detail_billing_label {
    flex: 0.7;
    font-size: 0.8rem;
    color: teal;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail_billing_value {
    flex: 0.3;
    text-align: right;
    font-size: 0.9rem;
}

.bintang_rating {
    font-size: 0.7rem;
    color: yellow;
    text-shadow: 1px 1px 1px black;
}

.isi_dlg {
    padding: 4px !important;
    font-size: 0.8rem;
    line-height: 1.2;
}

.angka {
    color: red;
}

.img_promo {
    width: 48%;
    margin-top: 10px;
    border-radius: 2px;
    box-shadow: 1px 1px 2px silver;
}

.img_ktp {
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
}

.row_h {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.4rem;
}

.row_msg {
    display: flex;
    flex-direction: column;
    border-bottom: 0.5px solid silver;
    padding: 0.6rem;
}

.row_msg_judul {
    font-size: 1rem;
}

.row_msg_ket {
    display: flex;
    justify-content: space-between;
    color: teal;
}

.baca0 {
    color: darkblue;
}

.baca1 {
    color: gray;
}

.catatan_kecil {
    font-size: 0.8rem;
    color: teal;
    line-height: 1.1;
}

.my-card {
    margin: 16px;
}

.my-card-content {
    padding: 16px;
}

.div_update {
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 20px;
	border: 1px solid silver;
	border-radius: 8px;
	padding: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 1rem;
	background-color: rgba(250, 200, 200, 0.4);
	box-shadow: 1px 1px 2px gray;
}


.row_jdwl_nama {
    flex: 2;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    padding: 4px;
}

.row_jdwl_tanggal {
    flex: 1;
    font-size: 0.8rem;
    color: #025a7d;
    display: flex;
    flex-direction: column;
    padding: 4px;
    text-align: right;
}

.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    cursor: pointer;
  }

.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #abc 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 80%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s;
}
  
.ripple:active:after {
    transform: scale(0, 0);
    opacity: .3;
    transition: 0s;
}

.mdc-drawer .nav-header {
    height: 120px;
    position: relative;
    overflow: hidden;
}

.mdc-drawer .nav-header .material-image {
    position: relative;
    top: -50px;
  }

  .content {
    display: none;
  }
  
  .content--active {
    display: block;
  }

  .isi_modul {
    margin-top: 40pt;
    margin-bottom: 50pt;
  }

  .mdc-layout-grid .dv_fab .mdc-fab {
    position: absolute;
    bottom: 70px;
    right: 28px;
    background-color: #025a7d;
  }

  .undeployed-fab{
    background-color: #f05844;
  }

  .deployed-fab{
    background-color: #07921e;
  }

  .row_jdwl {
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 6px;
    margin-bottom: 6px;
    box-shadow: 1px 1px 4px rgba(200, 200, 200, 0.5);
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: row;
    align-items: center;
}


.app_bge {
    border: 1px solid silver;
    border-radius: 0.6em;
    border-left: 6px solid #025a7d;
}

.bg_primaya {
    background-color: #025a7d!important;
}

:root {
    --mdc-theme-primary: blue;
    --mdc-theme-secondary:#025a7d;
}


.mdc-drawer-arrow {
	margin-left: auto;
}

.list-isi-menu {
	margin: 7px 15px 0px 26px!important;
}

.mdc-select__native-control {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.row_strip_head{
    display: flex;
    flex-direction: row;
    background-color: #3b3a3a;
    color: #ffffff;
    padding: 0.4rem;
}

.row_strip{
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    padding: 0.4rem;
}

.row_strip:nth-child(even){
     background-color: #e3e5e9;
}

.flex1 {
    flex: 1;
}

.flex2 {
    flex: 2;
    vertical-align: middle;
}

.flex3 {
    flex: 3;
}

.nav-accordion_kls {
    width: 98%;
    height: auto;
    margin-left: 12px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in;
}


/*
a.logo {
	display: block;
	background: url("logo.png") 0 0 no-repeat;

	height: 70px;
	width: 91px;
	overflow: hidden;
}

a.logo span {
	display: block;
	background: url("shine.png") -60px -80px no-repeat;	

	transition-property: all;
	transition-duration: .8s;

	height: 70px;
	width: 91px;
}

a.logo:hover span {
	background-position: 100px 100px;
}

a.logo span {
	border-radius: 50%;
}
*/