.list_voucher {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;

    height: 160px;
    left: 0px;
    top: 1px;
}
.voucher_div{
    height: 226px;
}
.image_voucher {
    width: 120px;
    height: 120px;

    background: url(image.png);
    border-radius: 6px;

}

.content_voucher {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;

    width: 254px;
    height: 120px;
}
.time_using_voucher{
    padding: 10px;
    text-align: right;
    background: #EBF7EE;
    color: #39B359;
    font-size: 14px;
}
.content_voucher_text{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0px;
    gap: 10px;

    width: 254px;
    height: 78px;
}
.readmore a{
    color: red;
    display: flex;
    align-items: flex-end;
    text-align: right;
    text-decoration-line: underline;

}
.expired{
    gap: 10px;
    position: relative;
    width: 204px;
    min-width: 123px;
    right: 130px;
    top: -20px;
    background: #DADADA;
    border-radius: 0px 4px 0px 8px;
    text-align: center;
}
.expired_text{
    text-align: right;
    font-size: 14px;
    color: #FFFFFF;
}
.voucher_expired strong,.voucher_expired .content_voucher_text,.voucher_expired .readmore a{
    color: #DADADA;
}
.voucher_expired image_voucher{
    background: #D0D0D0;
}
.modal-choose-project .modal-content {
    border: none;
    background: none;
}

.modal-choose-project h4 {
    font-weight: 500;
}

.modal-choose-project .modal-footer .bg {
    border-bottom-left-radius: 4px;
}

.modal-choose-project .modal-footer .info {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 20px;
}

.modal-choose-project .modal-footer .modal-x {
    position: absolute;
    right: 0px;
    top: 4px;
    border: none;
    background: white;
    color: #666666;
    float: right;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.modal-choose-project .modal-footer input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom: 1px solid #DADADA;
    padding: 2px;
    box-shadow: none !important;
    background: white;
    width: 100% !important;
}

.modal-choose-project .modal-footer .info button {
    border-radius: 4px !important;
    justify-content: center;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}

.modal-choose-project .modal-footer .info img {
    position: absolute;
    font-size: 30px;
}

#search_input {
    padding-left: 30px;
}

.grey_2 {
    background: #DADADA;
    border-radius: 4px;
    color: #111111;
}

.button_create_project {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;

    height: 64px;
}

#form-choose-project {
    min-height: 227px;
    border: 1px solid #eee;
    padding: 20px;
}

#project_list {
    min-height: 150px;
}

.project label {
    height: 22px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 600;
    cursor: pointer;
    margin: 10px;
}
.body_detail{
    width: 500px;
    height: 344px;
    left: 470px;
    top: 328px;
    display: grid;
    text-align: center;
}
.image_voucher_detail {
    margin-top: 31px;
}
.image_voucher_detail_img{
    position: relative !important;
    font-size: 30px;
}
.title_voucher_detail strong{
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #111111;
}
.content_voucher_detail span{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #666666;
}
