x.modal-title
{
    font-size: 1.0625rem;
}

.modal-fluid .modal-dialog
{
    margin-top: 0;
    margin-bottom: 0;
}

.modal-fluid .modal-content
{
    border-radius: 0;
}

.modal-primary .modal-title
{
    color: #fff;
}
.swal2-container .swal2-popup{
    background: #080a21;
}
body > div.swal2-container.swal-currency.swal2-center.swal2-backdrop-show > div{
    min-width: 588px;
}
.modal-primary .modal-header,
.modal-primary .modal-footer
{
    border-color: rgba(255, 255, 255, .075);
}

.modal-primary .modal-content
{
    color: #fff;
    background-color: #5e72e4;
}
.modal-primary .modal-content .heading
{
    color: #fff;
}

.modal-primary .close > span:not(.sr-only)
{
    color: #fff;
}

.modal-secondary .modal-title
{
    color: #212529;
}

.modal-secondary .modal-header,
.modal-secondary .modal-footer
{
    border-color: rgba(33, 37, 41, .075);
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.modal-secondary .modal-content
{
    color: #212529;
    background-color: #f7fafc;
}
.modal-secondary .modal-content .heading
{
    color: #212529;
}

.modal-secondary .close > span:not(.sr-only)
{
    color: #fff;
}

.modal-success .modal-title
{
    color: #fff;
}

.modal-success .modal-header,
.modal-success .modal-footer
{
    border-color: rgba(255, 255, 255, .075);
}

.modal-success .modal-content
{
    color: #fff;
    background-color: #2dce89;
}
.modal-success .modal-content .heading
{
    color: #fff;
}

.modal-success .close > span:not(.sr-only)
{
    color: #fff;
}

.modal-info .modal-title
{
    color: #fff;
}

.modal-info .modal-header,
.modal-info .modal-footer
{
    border-color: rgba(255, 255, 255, .075);
}

.modal-info .modal-content
{
    color: #fff;
    background-color: #11cdef;
}
.modal-info .modal-content .heading
{
    color: #fff;
}

.modal-info .close > span:not(.sr-only)
{
    color: #fff;
}

.modal-warning .modal-title
{
    color: #fff;
}

.modal-warning .modal-header,
.modal-warning .modal-footer
{
    border-color: rgba(255, 255, 255, .075);
}

.modal-warning .modal-content
{
    color: #fff;
    background-color: #fb6340;
}
.modal-warning .modal-content .heading
{
    color: #fff;
}

.modal-warning .close > span:not(.sr-only)
{
    color: #fff;
}

.modal-danger .modal-title
{
    color: #fff;
}

.modal-danger .modal-header,
.modal-danger .modal-footer
{
    border-color: rgba(255, 255, 255, .075);
}

.modal-danger .modal-content
{
    color: #fff;
    background-color: #f5365c;
}
.modal-danger .modal-content .heading
{
    color: #fff;
}

.modal-danger .close > span:not(.sr-only)
{
    color: #fff;
}

.modal-light .modal-title
{
    color: #fff;
}

.modal-light .modal-header,
.modal-light .modal-footer
{
    border-color: rgba(255, 255, 255, .075);
}

.modal-light .modal-content
{
    color: #fff;
    background-color: #adb5bd;
}
.modal-light .modal-content .heading
{
    color: #fff;
}

.modal-light .close > span:not(.sr-only)
{
    color: #fff;
}

.modal-dark .modal-title
{
    color: #fff;
}

.modal-dark .modal-header,
.modal-dark .modal-footer
{
    border-color: rgba(255, 255, 255, .075);
}

.modal-dark .modal-content
{
    color: #fff;
    background-color: #212529;
}
.modal-dark .modal-content .heading
{
    color: #fff;
}

.modal-dark .close > span:not(.sr-only)
{
    color: #fff;
}

.modal-default .modal-title
{
    color: #fff;
}

.modal-default .modal-header,
.modal-default .modal-footer
{
    border-color: rgba(255, 255, 255, .075);
}

.modal-default .modal-content
{
    color: #fff;
    background-color: #172b4d;
}
.modal-default .modal-content .heading
{
    color: #fff;
}

.modal-default .close > span:not(.sr-only)
{
    color: #fff;
}

.modal-white .modal-title
{
    color: #212529;
}

.modal-white .modal-header,
.modal-white .modal-footer
{
    border-color: rgba(33, 37, 41, .075);
}

.modal-white .modal-content
{
    color: #212529;
    background-color: #fff;
}
.modal-white .modal-content .heading
{
    color: #212529;
}

.modal-white .close > span:not(.sr-only)
{
    color: #fff;
}

.modal-neutral .modal-title
{
    color: #212529;
}

.modal-neutral .modal-header,
.modal-neutral .modal-footer
{
    border-color: rgba(33, 37, 41, .075);
}

.modal-neutral .modal-content
{
    color: #212529;
    background-color: #fff;
}
.modal-neutral .modal-content .heading
{
    color: #212529;
}

.modal-neutral .close > span:not(.sr-only)
{
    color: #fff;
}

.modal-darker .modal-title
{
    color: #fff;
}

.modal-darker .modal-header,
.modal-darker .modal-footer
{
    border-color: rgba(255, 255, 255, .075);
}

.modal-darker .modal-content
{
    color: #fff;
    background-color: black;
}
.modal-darker .modal-content .heading
{
    color: #fff;
}

.modal-darker .close > span:not(.sr-only)
{
    color: #fff;
}


/*---buttons---*/
.btn-primary, .btn-success, .btn-danger, .btn-warning {
    border-color: #e8cfa0;
    background-color: #e8cfa0;
    transition: all 0.3s;
}
.btn-info {
    border-radius: 4px;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.07);
    border: solid 1px #d6bb87;
    background-color: #181818;
    transition: all 0.3s;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-success:hover, .btn-success:not(:disabled):not(.disabled):active,.btn-danger:hover, .btn-danger:not(:disabled):not(.disabled):active, .btn-warning:hover, .btn-warning:not(:disabled):not(.disabled):active  {
    border-color: #eed5a5;
    background-color: transparent;
    color: #ffffff;
    transform: none !important;
}
.btn-info:hover, .btn-info:not(:disabled):not(.disabled):active {
    border-color: #e8cfa0;
    background-color: #e8cfa0;
    transform: none !important;
    color: #fff;
}
#header-bar .btn-info.cart:hover, #header-bar .btn-info.cart:not(:disabled):not(.disabled):active {
    background-color: transparent;
    border-color: transparent;
}
#confirm-modal .btn-info:not(:disabled):not(.disabled).active:focus, #confirm-modal .btn-info:not(:disabled):not(.disabled):active:focus,#confirm-modal .show>.btn-info.dropdown-toggle:focus {
    box-shadow: none;
}
#confirm-modal .btn-info:focus {
    color: #fff;
    border: solid 1px #d6bb87;
    background-color: #181818;
}
#confirm-modal .btn-primary.focus, #confirm-modal .btn-primary:focus {
    border-color: #e8cfa0;
    background-color: #e8cfa0;
    color: #fff;
    box-shadow: none;
}
#confirm-modal.modal-dark .modal-content {
    color: #fff;
    background-color: #181818;
}
#confirm-modal .close {
    color:#fff;
}

a.btn.btn-info.btn-sm {
    padding: 5px 23px;
    text-transform: uppercase;
    color: #d6bb87;
}
a.btn.btn-info.btn-sm:hover {
    color:#fff;
}
.heading
{
    font-size: .95rem;
    font-weight: 600;

    letter-spacing: .025em;
    text-transform: uppercase;
}

.fa-1x{
    font-size:0.8em;
}
.fa-2x{
    font-size:1em;
}
.fa-3x{
    font-size:1.2em;
}
.fa-4x{
    font-size:1.4em;
}
.fa-5x{
    font-size:1.6em;
}
.fa-xxl{
    font-size:3.2em;
}
/*---sweetalert----*/

body > div.swal2-container.swal2-center.swal2-backdrop-show > div{
    max-width: 542px;
    height: auto;
    min-height: 400px;
    margin: 30px 15px;
    padding: 0;
    border-radius: 8px;
}
.swal2-container .swal2-header{
    padding-top: 15px !important;
}
#swal2-title{
    font-family: Montserrat-Medium, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.swal-currency #swal2-title{
    padding-top: 40px;
}
.swal-currency .choose-currency{
    font-family: Montserrat-Regular, 'sans-serif';
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 50px;
}
.swal-currency .order-currency{
    font-family: Montserrat-Regular, 'sans-serif';
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.swal-currency.swal2-container [type=radio] + i, .swal-currency.swal2-container [type=radio] + img {
    font-size: 40px;
    line-height: 1.7;
    padding-top: 7px;
}
.swal-currency .swal2-actions{
    margin: 3em auto;
}
.swal-currency .swal2-styled{
    padding: .7em 1.1em;
    margin-bottom: .8em;
}
.swal-currency .swal2-styled.swal2-confirm, .swal-currency .swal2-styled.swal2-cancel{
    color: #000;
    font-family: Montserrat-Medium, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}
.swal-currency .swal2-styled.swal2-cancel{
    color: #fff;
}
body > div.swal2-container.swal-currency.swal2-center.swal2-backdrop-show > div > div.swal2-actions > button.swal2-confirm.swal2-styled, body > div.swal2-container.swal-currency.swal2-center.swal2-backdrop-show > div > div.swal2-actions > button.swal2-cancel.swal2-styled {
    width: 18.2em;
}
/* HIDE RADIO */
.swal2-container [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.swal2-container [type=radio] + i, .swal2-container [type=radio] + img {
    cursor: pointer;
    font-size: 50px;
    color: #fff;
    transition: all 0.3s;
    line-height: 2;
    filter: grayscale(1);
}
.swal2-container [type=radio] + i, .swal2-container [type=radio] + img:hover,
.swal2-container [type=radio] + i, .swal2-container [type=radio]:checked + img{
    filter: grayscale(0);
}
button.swal2-styled {
    display: block;
    padding: 16px;
}
.swal2-styled.swal2-confirm, .swal2-styled.swal2-deny{
    background-color: #d6bb87!important;
}
.swal2-html-container{
    color: #fff;
}
.swal2-icon.swal2-error {
    border-color: #ff0000!important;
    color: #ff0000!important;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: #ff0000!important;
}
.swal2-styled.swal2-cancel{
    background-color: #000!important;
    border: 1px solid #d6bb87!important;
}
.swal2-styled:focus {
    outline: 0;
    box-shadow: none!important;
}
.total_amount{
    color: #0ac959;
}
.swal2-content{
    color: #fff;
    padding:20px;

}
.swal2-popup{
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
input{
    caret-color: #fff!important;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left], .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right, .swal2-icon.swal2-success .swal2-success-fix {
    background-color: transparent!important;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip,
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{
    background-color: #09e866;
}
.swal2-icon.swal2-success {
    border-color: #09e866!important;
    color: #09e866;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step, .swal2-progress-steps .swal2-progress-step, .swal2-progress-steps .swal2-progress-step-line {
    background: #d6bb86 !important;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line, .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
    background: #181818 !important;
}

#explainerModal .modal-dialog {
    border: 1px solid #e9cfa1;
    max-width: 821px;
    width: 100%;
    border-radius: 8px;
}

#explainerModal .modal-content {
    background-color: #000;
}
#downloadBrochureModal .modal-content{
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(114deg, #e9cfa1, #b39a6d);
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #101010, #000), linear-gradient(114deg, #e9cfa1, #b39a6d);
    background-origin: border-box;
    background-clip: content-box, border-box;
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
#downloadBrochureModal .modal-body{
    text-align: center;
}
#downloadBrochureModal .lion{
    margin-bottom: 30px;
}
#downloadBrochureModal .title{
    font-size: 2em;
}
#downloadBrochureModal .modal-dialog{
    max-width: 650px;
}
#downloadBrochureModal .subtitle{
    font-size: 1.2em;
    margin-bottom: 30px;
}
.bullet{
    width: 15px;
    min-width: 15px;
    height: 15px;
    background-color: #e9cfa1;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 6px;
}
.modal-terms-container{
    display: flex;
    align-items: start;
}
.modal-terms-container p{
    margin-bottom: 25px;
}
.select2-container .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field {
    text-align: left;
}
body .select2-container .select2-dropdown, body .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #292929;
}
#downloadBrochureModal .actions-container{
    margin-top: 40px;
    margin-bottom: 30px;
}
#downloadBrochureModal .select_language_label{
    display: block;
}
.gold-btn.confirm-btn.btn{
    background-color: #e1c79a;
    background-image: linear-gradient(
        104deg, #e9cfa1, #b39a6d 100%);
    background-clip: border-box;
    color: #fff;
}
#downloadBrochureModal .close > span:not(.sr-only) {
    color: #fff;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
}
#octoberModal .modal-content{
    width: 828px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(130deg, #428eec, #ff62ee);
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #000, #090909), linear-gradient(130deg, #428eec, #ff62ee);
    background-origin: border-box;
    background-clip: content-box, border-box;
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
#octoberModal .modal-dialog{
    max-width: 828px;
}
#octoberModal .modal-content button.close{
    top: 16px;
    right: 28px;
}
#octoberModal .title{
    font-family: Montserrat-Medium, sans-serif;
    font-size: 31px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 9px;
}
#octoberModal .subtitle{
    font-family: Montserrat-Medium, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #7782ed;
    margin-bottom: 33px;
}
#octoberModal .drivers-container{
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(to right, rgba(0, 0, 0, 0), #7782ed 30%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000 50%, rgba(0, 0, 0, 0));
    text-align: center;
    margin-bottom: 34px;
}
.drivers-container p{
    font-family: Montserrat-Regular, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #eace9f;
    padding: 17px 15px 18px;
    margin-bottom: 0;
}
#octoberModal .todo{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    width: 100%;
}
#octoberModal .todo .todo-text{
    width: 100%;
}
.novemberModal#octoberModal .todo .todo-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bullet{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 11px;
}
.bullet.purple{
    background-color: #781ea6;
}
#octoberModal.novemberModal .todo{
    position: relative;
}
#octoberModal.novemberModal .todo img{
    max-width: 80px;
}
img.ranks-image {
    max-width: 100%;
}
#octoberModal .todo-title{
    font-family: Montserrat-Medium, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 0px;
}
#octoberModal .todo-description{
    font-family: Montserrat-regular, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 0;
}
#octoberModal .todo-description.text-gold, #octoberModal .nodes-req .todo-description.text-gold{
    color: #eace9f;
}
.todo img{
    margin-right: 15px;
}
#octoberModal.modal {
    overflow-x: hidden;
    overflow-y: auto;
}
#octoberModal .nodes-req{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
#octoberModal .nodes-req .todo-description{
    font-family: Montserrat-regular, sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
}
#octoberModal .sponsor-note{
    font-family: Montserrat-regular, sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #eace9f;
    margin-bottom: 7px;
    padding-left: 86px;
}
#octoberModal .modal-body{
    padding: 64px 40px;
    background-image: url("../img/octoberModal/bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#octoberModal .close > span:not(.sr-only), #octoberModal button{
    width: 30px;
    height: 30px;
}

.modal.gsl .modal-content{
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(128deg, #e9cfa1, #b39a6d 100%);
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #000, #090909), linear-gradient(128deg, #e9cfa1, #b39a6d 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;

}
.modal.gsl .modal-body{
    text-align: center;
    padding: 0 30px 40px;
}
.gsl-title{
    font-family: Montserrat-Medium, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 7px;
    margin-top: 20px;
}
.gsl-description{
    font-family: Montserrat-regular, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    padding: 0 30px;
}
.gsl .close > span:not(.sr-only){
    width: 30px;
    height: 30px;
}
.gsl .modal-header .close{
    top: 30px;
    right: 27px;
    z-index: 5;
}
#gslCongratsModal .gsl-title{
    margin-top: 36px;
    margin-bottom: 32px;
}
#gslCongratsModal .modal-body{
    padding-top: 13px;
}
#gslCongratsModal .gsl-description{
    margin-bottom: 43px;
}
.gsl-text-left{
    text-align: left;
}
.gsl-description.gsl-text-left{
    padding: 0;
}
.gsl .plan{
    padding: 14px 17px;
    opacity: 0.9;
    border-radius: 5px;
    border: solid 1px #272727;
    background-image: linear-gradient(to bottom, #131313, #080808);
    text-align: left;
    font-family: Montserrat-regular, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}
.gsl .plan.active{
    border-color: #ddc190;
}
.payment-title{
    font-family: Montserrat-regular, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #fff;
    text-align: left;
    padding-top: 5px;
}
.payment-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.payment{
    opacity: 0.89;
    border-radius: 5px;
    border: solid 1px #272727;
    background-image: linear-gradient(to bottom, #131313, #080808);
    font-family: Montserrat-regular, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    width: 134px;
    padding: 15px;
}
.payment.active {
    border-color: #ddc190;
}
.total-cost{
    font-family: Montserrat-Regular, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: center;
    margin-top: 20px;
}
.gsl .balance{
    font-family: Montserrat-regular, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
}
.gsl.modal input.form-control {
    border: solid 1px #272727;
    background-image: linear-gradient(to bottom, #131313, #080808);
    margin-bottom: 36px;
    padding: 12px 17px;
    height: 49px;
    color: #fff;
    transform: ease all .5s;
}

.gsl.modal input.form-control:hover,
.gsl.modal input.form-control:focus {
    border-color: #ceb688;
}

#gslTransferModal .gsl-description.gsl-text-left, #gslUpgradeModal .gsl-description.gsl-text-left {
    margin-bottom: 19px;
}
#luckyCongratsModal .modal-dialog{
    max-width: 825px;
}
#luckyCongratsModal .modal-content{
    border-width: 1px;
    border-image-source: linear-gradient(233deg, #d51bff, #00d4ff);
    border-image-slice: 1;
    background-image:linear-gradient(to bottom, #131313, #080808), linear-gradient(233deg, #d51bff, #00d4ff);
    background-origin: border-box;
    background-clip: content-box, border-box;
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    text-align: center;
}
#luckyCongratsModal .modal-body{
    background-image: url("../img/lucky/confetti.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
#luckyCongratsModal .prize-container{
    width: 170px;
    margin: 0 auto;
    position: relative;
}
#luckyCongratsModal .prize-container .wheel{
    max-width: 100%;
    margin: 15px auto 0;
}
#luckyCongratsModal .prize-image{
    width: 133px;
    height: 133px;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #00d4ff;
    margin-bottom: 2em;
}
#luckyCongratsModal .prize-image img{
    max-width: 100%;
    border-radius: 50%;
    object-fit: cover;
}
#luckyCongratsModal .lucky-prize-description{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000 50%, rgba(0, 0, 0, 0));
    max-width: 595px;
    margin: 0  auto;
}
#luckyCongratsModal .lucky-prize-description .title{
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: center;
    color: #fff;
    margin-top: 13px;
    margin-bottom: 2px;
}
#luckyCongratsModal .lucky-prize-description .prize-name{
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.43px;
    text-align: center;
    color: #fff;
    margin-bottom: 6px;
}
#luckyCongratsModal .congrats-text{
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.43px;
    text-align: center;
    color: #fff;
    margin-top: 27px;
    margin-bottom: 0;
}
#luckyCongratsModal .winner-name{
    font-size: 50px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.33px;
    text-align: center;
    color: #fff;
    margin-bottom: 43px;
}
#luckyCongratsModal .btn.btn-gradient{
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(257deg, #d51bff, #00d4ff);
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #131313, #080808), linear-gradient(257deg, #d51bff, #00d4ff);
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 0;
    width: 191px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: none;
}
#luckyCongratsModal .btn.btn-gradient:hover{
    border:none;
    background-image: linear-gradient(233deg, #d51bff, #00d4ff);
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    color: #fff;
}
#luckyCongratsModal .btn.btn-gradient:not(:last-child){
    margin-right: 20px;
}
#luckyCongratsModal .actions-container{
    justify-content: center;
    margin-bottom: 46px;
}

.modal-tickets-img{
    max-width: 250px;
    margin: 10px auto 40px;
}
@media(max-width: 991px){
    .gold-btn.btn:not(:last-child){
        margin: 0 auto 15px;
    }
    #octoberModal .modal-dialog{
        max-width: calc(100% - 30px);
    }
    #octoberModal .modal-content {
        width: 100%
    }
    #luckyCongratsModal .actions-container{
        display: flex;
    }
    #luckyCongratsModal .modal-dialog {
        max-width: 525px;
    }
    #luckyCongratsModal .lucky-prize-description .title {
        font-size: 25px;
    }
    #luckyCongratsModal .winner-name {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    body > div.swal2-container.swal-currency.swal2-center.swal2-backdrop-show > div {
        min-width: 310px;
    }
    #downloadBrochureModal .lion{
        max-width: 80px;
    }
    #downloadBrochureModal .title{
        font-size: 1.5em;
    }
    #downloadBrochureModal .subtitle{
        font-size: 1.1em;
    }
    #octoberModal .title {
        font-size: 33px;
    }
    #octoberModal .subtitle {
        font-size: 23px;
    }
    .drivers-container p {
        font-size: 18px;
    }
    #octoberModal.novemberModal .todo img {
        max-width: 40px;
        margin-right: 5px;
    }
    #octoberModal .todo-title {
        font-size: 16px;
    }
    #octoberModal .sponsor-note{
        padding-left: 0;
        text-align: center;
    }

    .gsl-description{
        padding: 0;
    }
    .modal.gsl .modal-body{
        padding: 0 15px 40px;
    }
}
@media(max-width: 575px){
    #octoberModal .nodes-req{
        display: block;
    }
    #octoberModal .modal-body{
        padding: 60px 15px 40px;
    }
    #octoberModal .modal-dialog {
         max-width: 100%;
    }
    #luckyCongratsModal .modal-dialog {
        width: 100%;
        max-width: calc(100% - 15px);
    }
    #luckyCongratsModal .actions-container {
        display: block;
        margin-bottom: 15px;
    }
    #luckyCongratsModal .btn.btn-gradient{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        height: 40px;
    }
    #luckyCongratsModal .lucky-prize-description .title {
        font-size: 20px;
    }
    #luckyCongratsModal .lucky-prize-description .prize-name {
        font-size: 14px;
    }
    #luckyCongratsModal .winner-name {
        font-size: 25px;
        margin-bottom: 15px;
    }

}
@media(max-width: 500px) {
    .payment-container{
        display: block;
    }
    .payment{
        width: 100%;
    }
    .gsl-text-left, .gsl .plan, .payment-title{
        text-align: center;
    }
}
@media (max-width: 425px) {
    .total-cost {
        font-size: 17px;
    }
    .gsl .balance {
        font-size: 13px;
    }

    #octoberModal .title {
        font-size: 24px;
    }
    .swal-currency #swal2-title {
        font-size: 25px;
    }

    .swal-currency .choose-currency {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .swal-currency.swal2-container [type=radio] + i, .swal-currency.swal2-container [type=radio] + img {
        font-size: 34px;
    }
    .swal-currency .order-currency {
        font-size: 14px;
    }
    .swal2-container .swal2-popup .swal2-content .mx-5 {
        width: 6em;
    }

}
@media(max-width: 400px){
    #octoberModal.novemberModal .todo img{
        display: none;
    }
    #octoberModal .todo-title {
        font-size: 14px;
    }
}
