@charset "utf-8";

/* CSS Document */


/** Download **/

button.close-modal {
    background: none;
    border: none;
    position: absolute;
    right: 4px;
    top: 0px;
    font-size: 20px;
    font-weight: 900;
    color: #f9bb1f;
    z-index: 2;
}

button.close-modal:focus {
    outline: none;
    box-shadow: none;
}

.modal-content.modal-download {
    padding: 0 15px 15px;
    background: #1e1e1e;
    color: #fff;
    border: 1px solid #eacd5f;
}

.access-info-wrapper {
    display: block;
    max-width: 500px;
    margin: 15px auto 0;
}

table.access-table tr td {
    border: 1px solid #fff;
    background: #e6e6e6;
    color: #000000;
    padding: 4px 5px;
    font-size: 13px;
    line-height: 1.3;
}

.main-text {
    color: #e71c24;
}

.dld-wrap {
    position: relative;
    margin: 10px auto;
}

.dld-box {
    position: absolute;
    bottom: 5%;
    left: 6%;
}

.dl-device {
    background: url(../images/dl-btn.png)no-repeat center;
    background-size: contain;
    display: block;
    color: #fff;
    width: 150px;
    height: 42px;
    margin: 10px auto 0;
    padding: 6px 5px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.dl-device:hover {
    color: #fff;
}

.dl-device img {
    max-width: 18px;
    vertical-align: sub;
}

.download-wrap {
    padding-top: 5px;
    text-align: center;
}
a.devide-btn {
    background: #e71c24;
    border: 1px solid #e71c24;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0px;
    display: inline-block;
    width: 120px;
    padding: 5px 2px;
    margin: 0 5px;
    border-radius: 5px;
}


/* LOGIN MODAL */

#login .modal-header,
#register .modal-header,
#forgot .modal-header {
    background: #fff;
    display: flex;
    justify-content: center;
    position: relative;
}

#login .modal-title,
#register .modal-title,
#forgot .modal-title {
    text-align: center;
    color: #777777;
    display: block;
    width: 100%;
}

#login .close-x,
#register .close-x,
#forgot .close-x {
    border: none;
    background: none;
    right: 10px;
    position: absolute;
    top: 15px;
    font-size: 25px;
}


/** Promo **/
.promo-detail {
    text-align: left;
    font-size: 15px;
	text-transform: uppercase;
    color: #000000;
    font-weight: 700;
	line-height: 1.2;
    padding: 8px 30px 8px 8px;
}
button.close-promo {
    position: absolute;
    right: 6px;
    top: 4px;
    background: none;
    border: none;
    color: #0062c9;
    font-size: 20px;
	z-index: 2;
}
.promo-body {
    padding: 15px;
    background: #1e1e1e;
    font-size: 13px;
}
.promo-body ul, .promo-body ol{
    padding-left: 17px;
}

/** update 25/8/2021 **/
.promo-detail {
    background: #eacd5f;
    color: #000000;
}
button.close-promo {
    color: #303030;
}













