/* popup */
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.popup::-webkit-scrollbar {
    width: 0 !important;
}

.popup:before {
    /*content: "";
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle;*/
}

.popup-inner {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
    max-width: 900px;
    width: 100%;
    padding: 40px;
    -webkit-box-shadow: 0px 2px 6px #000;
    box-shadow: 0px 2px 6px #000;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    margin: 100px 0;
    word-wrap: break-word;
    color: #fff;
	/*border-image: linear-gradient(#fed430, #523a1e, #fed430) 1;*/
    border-width: 1px;
    border-style: solid;
    border: 3px solid #fed430;
    border-radius: 8px;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-content{
    position: relative;
    z-index: 100;
    /* background-color: #000 !important; */
}

@media screen and (max-width: 600px) {
    .popup-inner {
       padding: 30px 12px;
    }
}

.popup-inner:before {
    content: "";
    /*background-image: url(https://storage-asset.msi.com/event/2025/NB/dragonforged-dominance/images/extraSteam-dec-top.png);*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    width: 500px;
    height: 100%;
}
.popup-inner:after {
    content: "";
    /*background-image: url(https://storage-asset.msi.com/event/2025/NB/dragonforged-dominance/images/extraSteam-dec-bottom.png);*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 500px;
    height: 100%;
}

@media screen and (max-width: 600px) {
    .popup-inner:before {
        width: 70%;
        top: -8px;
    }

    .popup-inner:after {
        width: 70%;
        bottom: -8px;
    }
}

.popup-inner h2 {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
}

.popup-inner p {
    font-size: 24px;
    font-weight: 400;
}

.popup-close {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 30px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 100%;
    background: transparent;
    border: solid 4px #333333;
	transition: 1s;
    
}

.popup-close:after,
.popup-close:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 3px;
    height: 4px;
    width: 16px;
    border-radius: 30px;
    background: #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    text-decoration: none;
    background: -webkit-linear-gradient(#523a1e, #f3d28e);
}

.popup-close:hover:after,
.popup-close:hover:before {
    background: #fff;
}

@media (max-width: 950px) {
    .popup-inner {
        max-width: 900px;
        width: 90%;
    }
}


/* Terms and Conditions */

.tc-remark{
    color: rgb(255, 78, 78);
    font-size: 16px;
}

.modal-content {
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    line-height: 1.4;
}

.modal-content .modal-header h5 {
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 0;
    margin: 20px 0;
    background: -webkit-linear-gradient(#f3d28e, #f1e940);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: persh;
}

@media (max-width: 996px) {
    .modal-content .modal-header h5 {
        font-size: 28px;
        margin: 20px 0 0;
    }
}

.modal-content .modal-body {
    text-align: left;
    padding: 0;
	font-family: sans-serif;
}

.modal-content .modal-body ul {
    list-style-type: none;
}

.modal-content .modal-body p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px;
}

.modal-content .modal-body h5 {
    font-size: 18px;
    padding: 20px 0;
}

.modal-content .modal-body ul li, .modal-content .modal-body ol li  {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 0 0 10px;
}

.modal-content .modal-body ul li ol {
    padding: 0 0 0 5px;
}

.modal-content .modal-body ul li ol:nth-of-type(1) li:nth-of-type(4) ol li {
    list-style-type: decimal;
}

.popup-link {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: -webkit-linear-gradient(right, #00c9fe 20%, #00a8fd, #00feff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.popup-link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.popup-btn {
    position: relative;
    z-index: 50;
    font-size: 16px;
    padding: 6px 12px;
    background: -webkit-linear-gradient(#fed430, #523a1e);
    color: #fff !important;
    border-radius: 4px;
}

.popup-btn:hover {
    cursor: pointer;
    background: -webkit-linear-gradient(#523a1e, #fed430);
}

/*# sourceMappingURL=main.css.map */