.non-interactive{pointer-events: none;}
.overpass {
    font-family: 'Overpass', sans-serif;
}

.overpass-mono {
    font-family: 'Overpass Mono', monospace;
}

ul.has-bell li {
    position: relative;
}
ul.has-bell li:before {
    content: '';
    background-image: url(../../../assets/images/bell-white.png);
    width: 32px;
    height: 32px;
    background-size: cover;
    position: absolute;
    top: calc(50% - 16px);
    z-index: 2;
}
ul.has-bell:not(.right) li {
    padding-left: 32px;
}
ul.has-bell:not(.right) li:before {
    left: -10px;
}
ul.has-bell.right li {
    padding-right: 24px;
}
ul.has-bell.right li:before {
    right: -10px;
}

.payment-view, .login-view {
    position:fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display:flex;
    background: rgba(0,0,0,0.8);
    overflow: scroll;
    padding: 24px;
    z-index: 999;
}

.payment-form-wrapper, .login-form-wrapper {
    display:flex;
    flex-direction:column;
    padding: 15px;
    margin: auto;
    background: white;
    border-radius:10px;
}
.payment-view .up-title, .login-view .up-title {margin-bottom: unset; text-align: center;}
.payment-view .up-title h3 {font-size: 1em;}
.payment-view form, .login-view form {margin-top:10px;}
.payment-view form .title {margin-bottom:2rem; border-bottom: 1px solid #ddd;}
.payment-view input, .payment-view select, .login-view input, .login-view select {width:100%;height:50px;border-radius:5px;background:#ddd;border:1px solid #bbb;color:#666;font-family: 'Fjalla One', sans-serif;font-weight:400;font-size:20px;line-height:26px;padding:0 15px;margin-bottom:15px;}
.payment-view input.is-invalid, .payment-view select.is-invalid, .login-view input.is-invalid, .login-view select.is-invalid {border-color:#e72f2a;}
.payment-view input.s1, .login-view input.s1 {width:16px;height:16px;border:1px solid #bbb;border-radius:5px;margin-top:5px;}
.payment-view input[type="checkbox"]{width:unset;height:unset;margin: unset;}
.payment-view div.s1 {font-size:16px;width:100%;float:left;z-index: 3; line-height: 1.2;}
.payment-view div.addresses {display: flex}
.payment-view div.addresses input:nth-child(1){flex: 1 1 61%; max-width: 61%}
.payment-view div.addresses input:nth-child(2){flex: 1 1 39%; max-width: 39%; margin-left: 10px;}
.payment-view p {text-align:center;font-size:16px;}
.payment-view form, .login-view form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.become-a-member, .login-vip {
    cursor: pointer;
}

.payment-view .close-btn, .login-view .close-btn {
    cursor: pointer;
}
.payment-view .card-js .icon {
    top: 15px;
}
.payment-view .card-js .card-number-wrapper .card-type-icon {
    top: 12px;
}

.payment-view .hide, .login-view .hide {
    display: none;
}

.payment-view .cta-btn, .login-view .cta-btn {
    border-radius: 3px;
    width: 100%;
	background: #4bbe99;
    display: inline-block;
    border-color: #43454b;
    text-shadow: none;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    color: white;
    padding: .8em 0;
    text-align: center;
    font-size: 1.2em;
    color: white;
    padding: .8em 0;
    text-transform: uppercase;
}

.payment-view .cta-btn:hover, .login-view .cta-btn:hover {
    opacity: 0.8;
}

.payment-view .cta-btn.loading, .login-view .cta-btn.loading {pointer-events: none;position: relative;}
.payment-view .cta-btn.loading:before, .login-view .cta-btn.loading:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
	background: #4bbe99;
}
.payment-view .cta-btn.loading:after, .login-view .cta-btn.loading:after {
	content: "\e659" !important;
    font-family: 'Rivolicons';
    font-weight: 900;
    position: absolute !important;
    font-size: 30px;
    left: calc(50% - 15px);
    top: calc(50% - 15px) !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 1;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    background: unset !important;
}

.payment-view .card-errors, .login-view .card-errors {
    margin-bottom: 20px !important;
}

.completion {
    position: relative;
    margin: auto;
}

.completion-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.completion-content h1 {
    font-weight: 900;
    font-size: 5em;
    color: white;
    text-align: center;
    text-shadow: -2px 2px 8px rgb(0 0 0 / 70%);
    line-height: 1.2;
    margin-bottom: 0.3em;
}

.completion-content h2 {
    font-weight: 700;
    color: white;
    text-align: center;
    font-size: 2em;
    text-shadow: -2px 2px 4px rgb(0 0 0 / 70%);
}

.dottedText:after
{
    content: '';
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, transparent 50%, transparent 50%),
    radial-gradient(circle, transparent 20%, white 50%) 30px 30px;
    background-size:4px 4px;
}

.completion button {
    background: white;
    color: #333;
    border-radius: 8px;
    font-family: 'Overpass', sans-serif;
    border: 1px solid #333;
    box-shadow: rgb(255 255 255) 0px 0px 0px 2px, rgb(200 200 200) 0px 4px 0px 1px, rgb(0 0 0 / 30%) 0px -2px 0px 1px inset;
    position: relative;
}

.completion button:hover, .completion button:focus, .completion button.visited {
    box-shadow: rgb(255 255 255) 0px 0px 0px 2px, rgb(200 200 200) 0px 4px 0px 1px, rgb(0 0 0 / 30%) 0px 0px 1px 1px inset;
}


@media (min-width: 768px) {
    .payment-view form > .col-sm-6 {
        min-width: 300px;
        max-width: 480px;
    }
}

@media (max-width: 767px) {
    .payment-view form > .col-xs-12 {
        max-width: 100%;
        min-width: 100%;
    }
    .completion-content h1 {
        font-size: 2em;
    }

    .completion-content h2 {
        font-size: 1.5em;
    }

}

@media (max-width: 500px) {
    .completion-content h1 {
        font-size: 1.6em;
    }

    .completion-content h2 {
        font-size: 1.2em;
    }
}

@media (max-width: 350px) {
    .completion-content h1 {
        font-size: 1.4em;
        line-height: 1.1;
    }

    .completion-content h2 {
        font-size: 1.1em;
        line-height: 1.1;
    }
}
