body {
    background: #fff;
}

#site-header {
    background:rgba(0,0,0,0.5);
    display: flex;
    /*position: fixed;*/
    justify-content: space-between;
    width: 100%;
    /*top: 5px;*/
    height: 90px;
}
#site-header-title {
    padding:10px;
    background: #E5F9EE;
    color: green;
    text-align:left;
}
#site-body {
    background: aliceblue;
    color: rgb(0, 0, 0);
    display: flex;
    padding: 115px 5px 80px;
    justify-content: space-between;
    width: 100%;
}

#site-footer {
    background:rgba(0,0,0,0.5);
    padding:10px;
    color: #000;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: flex-end;
}
.title_label {
    font-weight:300;
}

.quetion-card{
    margin: 5px;
}

.custom-file {
    overflow: hidden;
  }
.custom-file-label {
    white-space: nowrap;
}

.list_err_input {
    background-color:pink;
}
#confirm_msg{
    height:120px;
    color: #000;
    background-color:#fff;
}
.footer_copy{
    margin: 0 auto;
    text-align:center;
    font-size:small;
    color:#fff;
    font-family:"Barlow Condensed",sans-serif;

}
#payment_style_inf{
    padding:10px;
    font-size: small;
    background-color: antiquewhite;
}
td{
    padding:15px;
}
td p{
    margin-bottom: 0;
    font-weight: 600;
}
td ll li{
    margin-left: 1.5em;
    font-size: small;
}