@charset "utf-8";

/* CSS Document */

.modal-dialog.promo {
    max-width: 900px !important;
}

button.close-btn {
    position: absolute;
    right: -12px;
    top: -12px;
    border: 2px solid;
    border-radius: 50%;
    font-weight: 700;
    width: 30px;
    height: 30px;
    background: #dd6567;
    padding: 0;
    color: #eee;
    transform-origin: center;
    transition: all 0.3s;
}

button.close-btn:hover {
    background: #c5373a;
    transform-origin: center;
    transform: rotate(180deg);
    transition: all 0.3s;
}

.pmpop_wrapper {
    max-height: 400px;
    overflow: auto;
    padding: 15px 20px;
    margin-bottom: 10px;
    font-size: 14px;
}

.promo-title {
    font-size: 20px;
    color: #dfc671;
    font-weight: bold;
}

.pmsm_title {
    color: #dfc671;
    font-weight: 700;
    margin-bottom: 8px;
}

.reqtext {
    padding: 10px 0;
}

.pmtable-wrapper {
    padding: 10px 0;
}

table.promo-table {
    text-align: center;
}

table.promo-table tr th {
    background: linear-gradient(to bottom, rgba(232,222,136,1) 0%,rgba(203,161,81,1) 50%,rgba(121,82,39,1) 100%);
    border: 1px solid #dfc671;
    color: #000000;
    padding: 5px;
}

table.promo-table tr td {
    border: 1px solid #dfc671;
    color: #ffffff;
    padding: 5px;
}

.tnc {
    padding: 10px 0;
    font-size: 13px;
}

.tnc ol {
    padding-left: 15px;
}

.tnc ol li {
    padding-bottom: 5px;
}

.modal-content {
    background: #131313;
    border: 1px solid #dfc671;
}

.pm_banner {
    text-align: center;
}