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

    height: 170px;
    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;
}

.left_content_voucher {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.right_content_voucher {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

small {

    font-size: 12px;
    line-height: 14px;
}

.content_voucher label {

    font-size: 16px;
    line-height: 12px;
}

.time_using_voucher {
    padding: 10px;
    text-align: right;
    /* background: #EBF7EE; */
    font-size: 14px;
    top: -50px;
    position: relative;
}

.time_using_voucher a {
    color: #EC2527;
    font-size: 12px;
}

.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: 172px;
    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;
}

.deposit {
    position: absolute;
    box-sizing: border-box;
    width: 163px;
    height: 21px;
    background: #E5EFFA;
    border: 1px solid #ABCDF1;
    border-radius: 15px;
}

.deposit span {
    position: absolute;
    height: 14px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    text-align: center;
    padding: 3px;
    padding-left: 28px;
}

.project_name {
    margin-top: 30px;
    position: absolute;
    box-sizing: border-box;
    width: 163px;
    height: 21px;
    background: rgba(27, 172, 81, 0.1);
    border: 1px solid #1BAC51;
    border-radius: 15px;
    padding-left: 16px;
}

.project_name span {
    position: absolute;
    height: 14px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    text-align: center;
    padding: 3px;
    padding-left: 11px;
}

.image_checked {
    position: absolute;
    z-index: 1;
    width: 17px;
    height: 17px;
    background: #006CE4;
    vertical-align: middle;
    border-radius: 50%;
    margin-top: 2px;
    margin-left: 3px;
}
.button_confirm button{
    width: 200px;
    height: 44px;
    background: #EC2527;
    border-radius: 4px;

    justify-content: center;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    border: none;
    color: white;
    font-weight: 600;
}
.button-contact {
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 25px;
    /* width: 148px; */
    height: 62px;
    flex: none;
    order: 1;
    flex-grow: 0;
    z-index: 1;
    text-align: center;
}
.button-contact img{
    position: relative !important;
    width: 61px;
    height: 61px;
    flex: none;
    margin-left: 30px;
}
