body {
    background: #d9e1f3;
    color: white;
}
.container {
    width: 80%;
}

.nav_bar {
    width: 100%;
    height: 50px;
    background: rgb(144,172,207);
    background: linear-gradient(180deg, rgba(144,172,207,1) 0%, rgba(154,179,208,1) 44%, rgba(217,225,243,1) 100%);
}

.button-link, .button-link > button {
    width: 100%;
    margin-bottom: 5px;
}

.content-body {
    width: 95%;
    margin: auto;
}

img {
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
}

.tin-tuc-content {
    color: black;
    height: auto;
    background: white;
    border: 1px solid #F5F1F1;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin-top: 20px;
}

.nha-thuoc-content {
    color: black;
    height: 80px;
    background: white;
    border: 1px solid #F5F1F1;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin-top: 20px;
}

.danh-sach-content {
    color: black;
    height: 100%;
    background: white;
    border: 1px solid #F5F1F1;
    padding: 20px;
}


#items > span {
    height: 45px;
}

#duoc_si_form {
    background: white;
    border: 1px solid #F5F1F1;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin-top: 20px;
}

#noi_dung_content {
    height: 140px;
    background: white;
    border: 1px solid #F5F1F1;
    padding: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin-top: 20px;
}

span.time {
    color: #4398e2;
    margin-right: 20px;
}

.ho-so-input {
    width: 100%;
}

#ho-so-table td {
    padding: 3px;
}

#ho-so-table {
    margin-bottom: 5px;
}

#tiem-chung-btn {
    background: #f38f47;
    color: white;
}

#chi-tiet-don-thuoc {
    background: white;
    border: 1px solid #F5F1F1;
    padding: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    line-height: 2;
}

#ngay_lap_hd {
    color: #4398e2;
    font-weight: bold;
    font-style: italic;
}

.medication-header {
    margin-top: 15px;
    font-weight: bold;
}

#thong-tin-tiem-chung td {
    padding: 2px;
}