.content {
    margin: 56px auto;
    background: white;
    max-width: 1100px;
    border-radius: 30px;

}

.inform {
    display: flex;
    flex-wrap: wrap;
}

.img_content p {
    position: absolute;
    left: 20%;
    top: 40%;
    font-size: 2rem;
}

.img_content img {
    max-width: 500px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;

}

.form_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;

}

.title__medicine_query {
    text-align: center;
    margin-bottom: 16px;
}

.search_input {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.btn_group {
    margin-top: 32px;
    display: flex;
    justify-content: flex-end;

}

.btn_group input {
    background-color: #DE6C83;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    border-radius: 30px;

}

.btn_group button {
    background-color: #DE6C83;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 30px;
    margin-right: 16px;
}

.btn_group button:hover {
    background: pink;
    color: white;
}

.btn_group input:hover {
    background: pink;
    color: white;

}

/* main page */
.menu {
    margin: auto;
    max-width: 1100px;
    height: 100px;
    border-radius: 30px;
    background: #DE6C83;
    display: flex;
    flex-direction: column;
    color: white;
    align-items: center;
    justify-content: center;
}

.banner {
    background-image: url("../photo/img/img14.jpg");
    max-width: 1100px;
    height: 30%;
    /* background-color: #FCF0CC; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    margin: 16px auto;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, .6);
}

.menu_content {
    max-width: 1100px;
    background: #DE6C83;
    margin: 16px auto;
    border-radius: 30px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.logo {
    font-weight: bold;
    font-size: 4rem;
    fill: none;
    text-anchor: middle;
    dominant-baseline: middle;
    stroke: #DE6C83;
    stroke-width: 2;
    animation: show 7s ease-in-out infinite alternate;
    font-family: 'Caveat', cursive;
}

@keyframes show {

    0%,
    10% {
        fill: transparent;
        stroke-dasharray: 0% 100%;
    }

    70% {
        stroke-dasharray: 100% 0%;
        stroke-opacity: 1;
        fill: transparent;
    }

    80%,
    100% {
        stroke-opacity: 0;
        fill: #DE6C83;
    }
}

.page_link {
    background-color: #FCF0CC;
    border: none;
    padding: 16px;
    text-align: center;
    font-size: 1rem;
    border-radius: 30px;
    margin: 16px;
    color: #DE6C83;
    width: 200px;

}

.page_link a {
    color: #DE6C83;
    text-decoration: none;
    font-size: 1.5rem;
    transition-duration: 0.5s;

}

.page_link a:hover {
    color: white;
    background-color: #DE6C83;
    border-radius: 30px;
    padding: 8px;
}

/* index.php  */

/* login page start*/
.all_content {
    max-width: 500px;
    margin: 30px auto;
    padding: 20px;
    background-color: #DE6C83;
    border-radius: 10px;

}

.img_login {
    width: 100%;
    height: 40%;
    border-radius: 10px;
    opacity: 0.8;
}

.image-container {
    max-width: 100%;
    height: auto;
}

.word_content {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.one {
    color: white;
    font-size: 2rem;
    display: flex;
    justify-content: center;
}

.three {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.two h3 {
    color: white;
    font-size: 2.5rem;
}

.btn_login_submit {
    background-color: white;
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    border-radius: 10px;


}

.btn_login_submit:hover {
    color: #DE6C83;
}

.login_btn_group {
    display: flex;
    flex-direction: row;
}

/* login page end */

.title {
    margin: auto;
    max-width: 1100px;
    height: 100px;
    border-radius: 30px;
    background: #DE6C83;
    display: flex;
    color: white;
    font-size: 1rem;
    align-items: center;
    justify-content: center;
}

.toggle_item {
    display: none;
}

.menu_medicine_guideline {
    max-width: 1100px;
    margin: 32px auto;
    background: #DE6C83;
    border-radius: 30px;
    padding: 16px;
}

.menu_item {
    background-color: #FCF0CC;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
    font-size: 1rem;
    border-radius: 30px;
    max-width: 95%;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
}

.btn_toggle {
    background-color: #DE6C83;
    border: none;
    color: white;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 30px;
    width: 100px;
}

.item {
    background-color: white;
    border-radius: 30px;
    max-width: 100%;
    padding: 8px;
    margin-top: 16px;



}

.btn_toggle:hover {
    background-color: pink;

}

/* edit_admin_list.php */
.main_content {
    max-width: 1100px;
    background: #DE6C83;
    margin: 30px auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    border-radius: 30px;

}

.toplist {
    margin-left: 16px;
    text-decoration: none;
    color: white;
}

.toplist:hover {
    color: pink;
}


/* add_admin.php */

.main_background {
    max-width: 1100px;
    background: #DE6C83;
    margin: 30px auto;
    padding: 16px;
    border-radius: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.adding_admin_group {
    margin-bottom: 8px;
}

.btn_add_admin {
    background-color: white;
    border: none;
    color: #DE6C83;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 10%;
    margin-right: 16px;
    padding: 8px;
}

.btn_add_admin:hover {
    background-color: hotpink;
    color: white;
}

/* edit_admin.php */
.main_content_background {
    background-color: #FCF0CC;
    margin: 0 auto;
    width: 100%;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

.main_content_item {
    margin-top: 16px;
}


/* del_admin_list.php */

.main_content_background_del {
    background-color: #FCF0CC;
    margin: 0 auto;
    width: 100%;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

/* pass_type.php */

.main_content_background_pass_type {
    background-color: #FCF0CC;
    margin: 0 auto;
    width: 100%;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.top_box {
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
}

/* edit_medicine_query.php */
.edit_medicine_query_item {
    display: flex;
    flex-direction: column;
}


/* medicine_query_list */
.showing_searching_results {
    margin: 16px auto;
    width: 1100px;
    background-color: #DE6C83;
    border-radius: 30px;

}

/* RWD */
@media(max-width: 900px) {
    .img_content img {
        max-width: 100%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;

    }

    .content {
        margin: 0 auto;
    }
}

@media(max-width: 500px) {
    .img_content img {
        max-width: 100%;
    }

    body .content {
        max-width: 100%;
        border-radius: 30px;
    }

    body .content .infrom {
        max-width: 90%;
    }

    .form_content {
        margin-top: 16px;
    }

    .banner_content .logo {
        font-size: 2rem;
    }

    .menu_content .page_link a {
        font-size: 1.5rem;

    }

    .all_content {
        width: 100%;
        margin: 30px auto;
        padding: 20px;
        background-color: #DE6C83;
        border-radius: 10px;

    }

    .btn_group {
        justify-content: center;
    }
}

.edit_medicine1 {
    background-color: #DE6C83;
}