.coupon-search-bar p {
    max-width: 442px;
    max-height: 46px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.promo-coupon-search-bar p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.promo-card-desc p {
    font-size: 14px;
    font-weight: 500;
    color:#335998;
}

.promo-card-desc-detail p {
    font-size: 14px;
    font-weight: 500;
    color:#335998;
    margin-bottom: 10px;
}

.coupon-search-field {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    height: 45px;
    background-color: #FFFFFF !important;
    border-radius: 6px !important;
}

.promo-sub-head {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #335998;
}

.other-promo-section {
    margin-top: 40px;
    margin-bottom: 20px;
}

.other-promo-section p {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #335998 !important;
}

.promo-listing-select {
    width: 112px !important;
    height: 36px !important;
    margin-left: 20px !important;
    background-color: #FFFFFF !important;
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.15) !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    color: #335998 !important;
}

.promo-term-p {
    font-size: 12px !important;
    color: #FF8136 !important;
    margin-bottom: 0 !important;
}

.promo-detail-coupon-card {
    width: 100%;
    height: 35px;
    border-radius: 1rem;
    background: #FFFFFF;
    color:#335998;
    /* box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.15); */
}

.promo-detail-coupon-card.not-collapsed {
    transition: height 0.5s;
}

.promo-detail-coupon {
    font-size: 12px !important;
    font-weight: 500 !important;
    padding-top: 15px;
    padding-left: 10px;
    color: #335998;
    margin-bottom: 0px !important;
}

.promo-detail-coupon-card.collapsed {
    transition: height 0.5s;
    height: 45px;
}

.promo-detail-coupon-card.collapsed::after {
    display: block;
    content: "";
    position: absolute;
    transition: transform 0.5s;
    transform: rotate(360deg);
    width: 12px;
    height: 6px;
    background-size: 12px 6px;
    top: 20px;
    right: 10px;
    background-image: url('/assets/frontend/images/icon-arrow-down.png');
}

.promo-detail-coupon-card.not-collapsed::after {
    display: block;
    content: "";
    position: absolute;
    transition: transform 0.5s;
    transform: rotate(180deg);
    width: 12px;
    height: 6px;
    background-size: 12px 6px;
    top: 20px;
    right: 10px;
    background-image: url('/assets/frontend/images/icon-arrow-down.png');
}


.promo-code-img {
    margin-right: 12px;
    width: 25px;
    height: 25px;
}

.promo-code-title {
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-bottom: 5px !important;
    color: #C4C4C4;
}

.promo-code {
    font-size: 12px !important;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
    color:#335998;
}

.promo-card-thumbnail-detail {
    margin: -20px -20px 20px;
}

.seperator-promo-detail {
    border-top: 1px solid #EDEDED;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.seperator-promo-detail-another {
    border-top: 1px solid #EDEDED;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}

.detail-coupon-card-usage {
    margin-left: 10px;
    margin-right: 10px;
}

.detail-coupon-card-usage p {
    font-size: 12px !important;
    font-weight: 500 !important;
}

.detail-coupon-code {
    width: 210px;
    height: 35px;
    border: 1px solid #FF8136;
    border-radius: 5px;
}

.detail-promo-sep {
    border-bottom: 1px soild #EDEDED !important;
}

.detail-coupon-code p {
    font-size: 12px;
    font-weight: bold !important;
    color:#FF8136;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.search-ticket-btn {
    margin-top: 40px;
}

.btn-search-ticket {
    width: 230px;
    height: 50px;
    background-color: #FF8136 !important;
    border: none !important;
    font-size: 16px !important;
}

.see-other-promo {
    margin-top: 40px;
}

.btn-all-promo {
    width: 230px;
    height: 50px;
    border: 1px solid #335998 !important;
    font-size: 16px !important;
    color: #335998 !important;
    background-color: #EDEDED !important;
}   

.promo-detail-tos {
    overflow: hidden;
    /* max-height: auto; */
    height: auto;
}

.promo-copy-btn {
    padding: 0px !important;
    font-size: 12px !important;
    color: #FF8136 !important;
    width: 73px !important;
    height: 25px !important;
    background-color: #FFFFFF !important;
    border: 1px solid #FF8136 !important;
}



.see-promo-detail-btn {
    background-color: #FF8136 !important;
    color: #FFFFFF !important;
    font-size: 12px !important;
    border: none !important;
}

.coupon-search-field:hover {
    background-color: #FFFFFF !important;
}

.coupon-search-btn {
    position: absolute;
    right: 0;
    font-size: 14px;
    height: 45px;
    width: 126px;
    border: none;
    border-radius: 6px;
    background-color: #FF8136;
    color: #FFFFFF;
}

.coupon-head {
    margin-bottom: 40px;
    position: relative;
    justify-content: end;
}

.coupon-no-result {
    color: #C4C4C4;
    border-bottom : solid 1px #C4C4C4;
    padding-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.coupon-no-result p {
    font-weight: 400;
    font-size: 14px;
}

.result-head {
    width: 100%;
}

.coupon-search-btn.btn-disable {
    cursor: not-allowed;
    background-color: #C4C4C4;
}

.select-voucher {
    margin-left: 117px;
    margin-bottom: 10px;
    width: 114px;
    height: 36px !important;
    font-size: 12px !important;
    background-color: #335997 !important;
}

.coupon-desc {
    font-size: 16px;
    font-weight: 400;
    color: #335997;
}

.coupon-code {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #335997;
}

.promo-seperator {
    width: 100%;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 40px;
}

.coupon-valid {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #FF8136;
}

.coupon-tos {
    margin-left: 38px;
    margin-bottom: 20px;
}

.coupon-card {
    border-radius: 8px !important;
    height: auto;
    max-height: 468px;
    margin-bottom: 15px;
}

.seperator-promo-coupon {
    border-top: 1px solid #EDEDED;
    margin-top: 10px;
    margin-bottom: 20px;
}

.detail-coupon-text.collapsed::before {
    display: block;
    content: "";
    position: absolute;
    transition: transform 0.5s;
    transform: rotate(360deg);
    width: 12px;
    height: 6px;
    background-size: 12px 6px;
    top: 5px;
    right: 0px;
    background-image: url('/assets/frontend/images/icon-arrow-down.png');
}

.detail-coupon-text.not-collapsed::before {
    display: block;
    content: "";
    position: absolute;
    transition: transform 0.5s;
    transform: rotate(180deg);
    width: 12px;
    height: 6px;
    background-size: 12px 6px;
    top: 5px;
    right: 0px;
    background-image: url('/assets/frontend/images/icon-arrow-down.png');
}