/* ANGPAO + PROMO STYLES */


.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#modal {
    z-index: 100001 !important;
    text-align: center;
}



#modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

#modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#modal .modal-content {
    background: transparent;
}

#modal .modal-header {
    /*background: #321d59;*/
    background: transparent;
    border-bottom: 0px solid;
    padding: 0px;
    display: none;
    /*padding-bottom: 5px;*/
}

#modal .modal-body {
    background: #493959;
    padding: 10px;
}

#modal .btn-warning:focus,
#modal .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

#modal #hide-modal {
    position: absolute;
    top: 0px;
    right: -35px;
    z-index: 100002;
    padding: 0px;
    width: 34px;
    height: 34px;
}

#modal #fullscreen-modal {
    position: absolute;
    top: 44px;
    right: -35px;
    z-index: 100002;
    padding: 0px;
    width: 34px;
    height: 34px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #481e96 !important;
    font-weight: bold;
}

.modal-backdrop {
    background-color: #321d59;
    opacity: 1 !important;
    z-index: 100000 !important;
}

.refresh-balance {
    cursor: pointer;
}

.table-header {
    background: #481e96;
}

.table-row {
    color: #ddd;
}

#game_log th>a,
#jackpot_log th>a,
#credit_log th>a #rebate_log th>a {
    color: #fff !important;
    font-weight: bold;
}

#game_log th>a:hover,
#game_log th>a:focus,
#jackpot_log th>a:hover,
#jackpot_log th>a:focus,
#credit_log th>a:hover,
#credit_log th>a:focus #rebate_log th>a:hover,
#rebate_log th>a:focus {
    color: #ccc !important;
}

#game_log .table-hover>tbody>tr:hover,
#jackpot_log .table-hover>tbody>tr:hover,
#credit_log .table-hover>tbody>tr:hover #rebate_log .table-hover>tbody>tr:hover {
    background: #4b2477;
    color: #ffae00;
}

#game_log tr>th,
#jackpot_log tr>th,
#credit_log tr>th #rebate_log tr>th {
    border-top: 3px solid #481e96;
    border-bottom: 3px solid #481e96;
}

#game_log tr>td,
#jackpot_log tr>td,
#credit_log tr>td #rebate_log tr>td {
    border-top: 3px solid #4b2477;
}

.nav-tabs.nav-justified>.nav-item {
    border-radius: 100px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 0px solid transparent !important;
    border-radius: 100px;
}

.nav-tabs.nav-justified>li>a {
    border: 0px solid transparent !important;
    border-radius: 100px;
}

#game_log .pagination>li>a:hover,
#jackpot_log .pagination>li>a:hover,
#credit_log .pagination>li>a:hover #rebate_log .pagination>li>a:hover {
    background: #481e96;
    color: #fff;
    border: 1px solid #481e96;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #481e96;
    color: #fff !important;
    border: 1px solid #481e96;
}

#game_log .pagination>li>a,
#game_log .pagination>li>span,
#jackpot_log .pagination>li>a,
#jackpot_log .pagination>li>span,
#credit_log .pagination>li>a,
#credit_log .pagination>li>span #rebate_log .pagination>li>a,
#rebate_log .pagination>li>span {
    /*background-color: #481e96;*/
    color: #481e96;
}

.close-icon {
    position: absolute;
    box-sizing: border-box;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    border-width: 3px;
    border-style: solid;
    border-color: red;
    border-radius: 100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%, white 56%, transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%, white 56%, transparent 56%, transparent 100%);
    background-color: red;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}


/* ANGPAO + PROMO STYLES */







.angpao-content {
    position: fixed;
    z-index: 1030;
    top: 0%;
    width: 100%;
    height: 100%;
}

.angpao-animation {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

#angpao-overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1030 !important;
    cursor: pointer;
}

.angpao-container {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -150px;
    width: 300px;
    height: 600px
}

.angpao-overlay-image {
    position: absolute;
    width: auto;
    height: 450px;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.angpao-amount {
    position: absolute;
    font-size: 40px;
    font-weight: bold;
    color: black;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.angpao-prize {
    position: absolute;
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
    color: black;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.angpao-con-title {
    position: absolute;
    font-size: 23px;
    font-weight: bold;
    color: rgb(255, 223, 148);
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.angpao-con-desc {
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    color: rgb(255, 223, 148);
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.angpao-con-desc-title {
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    color: rgb(255, 223, 148);
    top: 60%;
    left: 50%;
    text-align: center;
    margin-top: 10px;
    max-height: 60px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.angpao-overlay-close {
    position: absolute;
    top: 74%;
    left: 50%;
    font-size: 30px;
    font-weight: bolder;
    color: rgb(137, 13, 0);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.btn-promotion-layout-group {
    display: none;
}

.btn-default-promotion-layout-group {
    display: none;
}

.btn-promotion-default-title {
    position: absolute;
    font-size: 13px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #ffae00;
    top: -10px;
    left: 10px;
}

.btn-promotion-default-end-in {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    width: 100px;
}

.btn-promotion-default-timer {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
}

#promotion-bg-frame {
    display: none;
}

#promotion-bg-frame {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 999999999;
    left: 0px;
    right: 0px;
    top: 0px;
}


.promotion-content {
    max-width: 800px;
    font-family: "Exo";
    border: 4px solid #370066;
    background: linear-gradient(45deg, #7300ff, rgb(11, 231, 255));
    margin: 80px auto;
    max-height: 1200px;
    height: 80vh;
    box-shadow: 2px 2px 200px #370066;
    border-radius: 24px;
    padding: 12px;
    animation: flashShadow 0.5s infinite alternate;
}



@keyframes flashShadow {
    0% {
        box-shadow: 2px 2px 200px #370066;
    }

    100% {
        box-shadow: 2px 2px 200px #370066, 0 0 50px #370066;
    }
}






.promotion-frame-close-btn {
    position: absolute;
    z-index: 1003;
    height: 50px;
}

.promotion-bonus-title {
    position: relative;
    z-index: 1002;
    font-size: 42px;
}

.promotion-main-title {
    position: relative;
    z-index: 1002;
    font-size: 30px;
    color: #ffae00;
    height: 45px;
    width: 650px;
    font-weight: 600;
    white-space: nowrap;
}

/* width */
.promotion-main-title::-webkit-scrollbar {
    height: 6px;
}

/* Track */
.promotion-main-title::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.promotion-main-title::-webkit-scrollbar-thumb {
    background: #ffae00;
}

/* Handle on hover */
.promotion-main-title::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.promotion-sub-title {
    position: relative;
    z-index: 1002;
    font-size: 15px;
    color: #ffffff;
}

.promotion-container-overflow {
    position: relative;
    z-index: 1002;
    height: 72%;
    margin: 0 auto;
    padding: 12px;
    overflow: hidden;
    border-radius: 12px;
    overflow-y: auto;
    background: rgb(23, 23, 23);
}

.promotion-container-overflow::-webkit-scrollbar {
    width: 5px;
}

.promotion-container-overflow::-webkit-scrollbar-thumb {
    background-color: #888;
}

.promotion-container-overflow::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.promotion-frame-container {
    position: relative;
    background: linear-gradient(12deg, #ec04ec, rgb(62, 0, 82));
    padding: 24px;
    height: 138px;
    box-shadow: 1px 5px 11px #000000;
    border-radius: 12px;
    margin-bottom: 15px;
}

.promotion-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    float: left;
    width: 100%;
    color: #ffffff;
    z-index: 1003;
    white-space: nowrap;
}

/* width */
.promotion-title::-webkit-scrollbar {
    height: 6px;
}

/* Track */
.promotion-title::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.promotion-title::-webkit-scrollbar-thumb {
    background: #ffae00;
}

/* Handle on hover */
.promotion-title::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.promotion-title-qty {
    position: relative;
    width: 100%;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #ebebeb;
    z-index: 1003;
}

.promotion-desc-rule {
    float: left;
    display: block;

    width: 100%;


    position: relative;
    font-size: 16px;
    color: white;
    z-index: 1003;

}

.promotion-desc-time {
    position: relative;
    font-size: 16px;
    display: none;

    color: white;
    float: left;
    width: 100%;


    z-index: 1003;

}

.promotion-btn-more-info {
    z-index: 1003;
    position: relative;
    font-size: 16px;
    color: white;
    float: right;
    top: 46px;
    border-radius: 24px;
    display: block;
    right: 20px;
    box-shadow: 2px 2px 20px turquoise;
    position: absolute;
    padding: 12px 24px 12px 24px;
    background: turquoise;
    font-weight: 600;
    cursor: pointer;
    width: 134px;
    text-align: center;
}

.promotion-btn-more-info-shining {
    z-index: 1003;
    position: relative;
    font-size: 16px;
    color: white;
    float: right;
    top: 46px;
    border-radius: 24px;
    display: block;
    right: 20px;
    box-shadow: 2px 2px 20px turquoise;
    position: absolute;
    padding: 12px 24px 12px 24px;
    background: turquoise;
    font-weight: 600;
    cursor: pointer;
    width: 134px;
    text-align: center;
}

.promotion-btn-more-info-lbl {
    z-index: 1003;
    position: relative;
    font-size: 16px;
    color: white;
    float: right;
    top: 46px;
    border-radius: 24px;
    display: block;
    right: 20px;
    box-shadow: 2px 2px 20px turquoise;
    position: absolute;
    padding: 12px 24px 12px 24px;
    background: turquoise;
    font-weight: 600;
    cursor: pointer;
    width: 134px;
    text-align: center;
}

.promotion-btn-more-info-lbl:hover {
    z-index: 1003;
    position: relative;
    font-size: 16px;
    color: white;
    float: right;
    top: 46px;
    transform: scale(1.1);
    border-radius: 24px;
    display: block;
    right: 20px;
    box-shadow: 2px 2px 20px rgb(0, 192, 173);
    position: absolute;
    padding: 12px 24px 12px 24px;
    background: rgb(0, 190, 171);
    font-weight: 600;
    cursor: pointer;
    width: 134px;
    text-align: center;
}

.promotion-btn-more-info-disable {
    z-index: 1003;
    position: relative;
    font-size: 16px;
    color: white;
    float: right;
    top: 46px;
    border-radius: 24px;
    display: block;
    right: 20px;
    box-shadow: 2px 2px 20px turquoise;
    position: absolute;
    padding: 12px 24px 12px 24px;
    background: turquoise;
    font-weight: 600;
    cursor: pointer;
    width: 134px;
    text-align: center;
}

.promotion-btn-more-info-coming-soon {
    z-index: 1003;
    position: relative;
    font-size: 16px;
    color: white;
    float: right;
    top: 46px;
    border-radius: 24px;
    display: block;
    right: 20px;
    box-shadow: 2px 2px 20px rgb(224, 64, 192);
    position: absolute;
    padding: 12px 24px 12px 24px;
    background: rgb(224, 64, 203);
    font-weight: 600;
    cursor: pointer;
    width: 134px;
    text-align: center;
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* NEW PROMOTION MODAL */

.promotion-deposit-lbl {
    font-size: 24px;
    font-weight: 900;
    font-family: "Exo";
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.promotion-deposit-amount {
    position: relative;
    text-align: center;

    width: 100%;
    font-size: 20px;
    background: transparent;
    /* border: none; */
    border: 2px solid white;
    border-radius: 4px;
    display: inline-block;

    text-align: right;

}

.promotion-deposit-amount::placeholder {
    font-style: italic;
    display: inline-block;

}

/* Remove Arrows/Spinners */
/* Chrome, Safari, Edge, Opera */
.promotion-deposit-amount::-webkit-outer-spin-button,
.promotion-deposit-amount::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.promotion-deposit-amount[type=number] {
    -moz-appearance: textfield;
}

.promotion-min-deposit-lbl {
    position: relative;
    text-align: center;

    display: inline-block;

    width: 100%;
    font-size: 17px;

}

.promotion-max-deposit-lbl {
    text-align: center;
    position: relative;
    font-size: 17px;
    width: 100%;
    display: inline-block;

}

.promotion-current-credit-lbl {
    position: relative;
    text-align: center;
    background: #1e1e1e;
    text-transform: uppercase;
    font-size: 22px;
    padding: 24px;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    font-weight: 900;
}


.promotion-current-credit {
    color: #ffffff;
    width: 30%;
    border-radius: 6px;
    background: #1cc6ff;
    font-size: 32px;
    font-weight: 800;
    display: inline-block;
    text-align: center;


}

.promotion-bonus-amount-lbl {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;

}


.promotion-bonus-amount {
    position: relative;
    font-size: 17px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.promotion-amount-received-lbl {
    position: relative;
    font-size: 19px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.promotion-more-info-rule {
    position: relative;
    font-size: 46px;
    text-transform: uppercase;
    text-shadow: 2px 2px 20px white;
    font-weight: 900;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.promotion-amount-received {
    position: relative;
    font-size: 90px;
    display: inline-block;
    width: 50%;
    left: 25%;
    border-radius: 14px;
    margin: 24px auto;
    background: #2c2c2c;
    text-align: center;
    box-shadow: 2px 2px 20px black;
    color: #00cdff;
    text-shadow: 2px 2px 20px #00cdff;
}

.promotion-rolling-amount-lbl {
    position: relative;
    font-size: 16px;
    display: inline-block;

    width: 100%;
    text-align: center;
    color: #ffffff;
}

.promotion-warning-msg {
    position: relative;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    background: #ff8100;
    margin-top: 18px;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
}

.promotion-btn-confirm {
    position: relative;
    border-radius: 100px;
    text-align: center;
    height: 50px;
    margin: 0 auto;
    background: green;
    box-shadow: 2px 2px 20px green;
    display: inline-block;
    cursor: pointer;
}

.promotion-btn-confirm-lbl {
    position: relative;
    display: inline-block;
    margin: 0 auto 20px;
    width: 80%;

    padding-top: 8px;
    margin-left: 10%;

    font-size: 25px;
    text-align: center;
    cursor: pointer;
}

.promotion-animation {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.promotion-loding-container {
    position: absolute;
    display: none;
    background-color: none;
    opacity: 0.6;
    width: 100%;
    ;
    height: 100%;
    z-index: 1005;
}

.promotion-loding-spin {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: white;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: promotion-spin .8s linear infinite;
    animation: promotion-spin .8s linear infinite;
    z-index: 1005;
}

@-webkit-keyframes promotion-spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes promotion-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.promotion-wallet-group {
    display: none;
}

/* CURRENT ROLLING PROMO MODAL */

.promotion-current-rolling-lbl {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    width: 100%;
    text-align: center;
}



.promotion-you-still-need-lbl {
    position: relative;
    font-size: 25px;
    display: inline-block;


    width: 100%;
    text-align: center;
}

.promotion-current-rolling-amount {
    position: relative;
    font-size: 50px;
    display: inline-block;


    width: 100%;
    text-align: center;
}

.promotion-current-rolling-amount-success {
    position: relative;
    font-size: 50px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.promotion-current-to-withdraw-lbl {
    position: relative;
    font-size: 25px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.promotion-current-deposit {
    position: relative;
    font-size: 19px;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    border-radius: 24px;
    padding: 9px;
    text-transform: uppercase;
    background: #3d3d3d;
    font-weight: 900;
    text-shadow: none;
    text-align: center;
    color: white;
}

.promotion-current-received {
    position: relative;
    font-size: 19px;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    padding: 9px;
    background: linear-gradient(45deg, #5bc0de, #481e96);
    box-shadow: 1px 10px 0px #000000;
    border-radius: 23px;
    font-weight: 900;
    margin-top: 6px;
    text-shadow: none;
    text-align: center;
    color: white;
}

.promotion-current-rolling-multiplier {
    position: relative;
    display: inline-block;

    font-size: 15px;
    font-weight: bold;

    width: 100%;
    text-align: center;
    color: #ffffff;
}

.promotion-current-max-withdraw {
    position: relative;
    font-size: 15px;
    display: inline-block;

    font-weight: bold;

    width: 100%;
    text-align: center;
    color: rgb(252, 252, 252);
}

.promotion-current-exp-info {
    position: relative;
    display: inline-block;

    font-size: 15px;

    width: 100%;
    text-align: center;
    white-space: pre-line;
    margin-bottom: 80px;
}


.promotion-btn-withdraw-lbl {
    position: relative;
    border-radius: 12px 0px 0px 12px;
    text-align: center;
    height: 50px;
    width: 50%;

    font-weight: 800;
    background: #ffb700;
    box-shadow: 2px 2px 20px #ffb700;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    color: white !important;
    padding-top: 12px;
}


.promotion-btn-end-promo-lbl {
    position: relative;
    border-radius: 0px 12px 12px 0px;
    text-align: center;
    height: 50px;
    width: 50%;
    font-weight: 800;
    background: #ff2a00;
    box-shadow: rgb(82, 82, 82)2rgb(0, 0, 0) #ff1900;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    color: white !important;
    padding-top: 12px;
}

.promotion-btn-withdraw-shining {
    position: relative;

    height: 80px;
    width: 280px;
    display: inline-block;

    cursor: pointer;
}

.history-tab-report-type {
    z-index: 1000;
    position: relative;
}

.promotion-tnc-label {
    position: relative;
    /* z-index: 1002; */
    overflow: hidden;
    overflow-y: auto;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    font-size: 22px;
    height: 80%;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 98%;
}

.promotion-btn-agree {
    position: relative;
    display: inline-block;
    height: 50px;
    cursor: pointer;
    display: none;
}

.promotion-btn-agree-lbl {
    position: relative;
    display: inline-block;
    font-size: 25px;
    cursor: pointer;
    width: 80%;
    text-align: center;
    background: green;
    padding: 12px 24px 12px 24px;
    border-radius: 120px;
    margin-left: 10%;
}

.promotion-err-msg-lbl {
    position: relative;
    font-size: 17px;
    display: inline-block;

    font-weight: bold;
    /* width: 240px; */
    text-align: right;

    right: 10px;
    color: red;
}

.promotion-max-withdraw-msg {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;

    width: 100%;
    text-align: center;
    color: red;
}

.promotion-help-title {
    position: relative;
    z-index: 1002;
    font-size: 30px;
    display: inline-block;

    font-weight: 600;
    color: #ffae00;
    width: 100%;
    text-align: center;

}

.promotion-help-line {
    position: relative;
    z-index: 1002;
    width: 70%;

    display: none;
}

.promotion-help-lbl-1 {
    position: relative;
    font-size: 20px;
    font-weight: 600;

}

.promotion-help-instr-1 {
    position: relative;
    font-size: 20px;
    font-weight: 600;

    display: inline-block;

}

.promotion-help-lbl-2 {
    position: relative;
    font-size: 20px;
    display: inline-block;

    font-weight: 600;

}

.promotion-help-instr-2 {
    position: relative;
    font-size: 20px;
    display: inline-block;

    font-weight: 600;

}

.promotion-help-lbl-3 {
    position: relative;
    font-size: 20px;
    display: inline-block;

    font-weight: 600;

}

.promotion-help-instr-3 {
    position: relative;
    display: inline-block;

    font-size: 20px;
    font-weight: 600;
}

.promotion-help-lbl-4 {
    position: relative;
    display: inline-block;

    font-size: 20px;
    font-weight: 600;

}

.promotion-help-instr-4 {
    position: relative;
    display: inline-block;

    font-size: 20px;
    font-weight: 600;

}

.promotion-help-lbl-detail-4 {
    position: relative;
    font-size: 20px;
    display: inline-block;

    font-weight: 600;
    width: 100%;
    text-align: center;
}

.promotion-help-lbl-5 {
    display: inline-block;

    position: relative;
    font-size: 20px;
    font-weight: 600;
}

.promotion-help-instr-5 {
    position: relative;
    font-size: 20px;
    display: inline-block;

    font-weight: 600;
}

.promotion-help-lbl-detail-5 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    display: inline-block;

    text-align: center;
}

.promotion-help-lbl-6 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    left: 10px;
}

.promotion-help-instr-6 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    left: 15%;
}

.promotion-help-lbl-7 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    left: 10px;
}

.promotion-help-instr-7 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
}

.promotion-help-page-button {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: inline-block;

}

.promotion-join-times-msg {
    position: relative;
    font-size: 16px;

    display: inline-block;
    width: 100%;
    text-align: center;
}

.promotion-day-gaps-msg {
    position: relative;
    display: inline-block;

    font-size: 16px;
    width: 100%;
    text-align: center;
}

@keyframes blink {
    from {
        outline-color: red;
        outline-style: solid;
        outline-width: thick;
    }  /* Original border color */
    to {
        outline-color: transparent;
    }  /* Make border invisible for blink effect */
}