/* 1. Theme default css */
/*
@font-face {
	font-family: 'ethnocentric';
	src: url('./../fonts/ethnocentric.ttf') format('ttf'), url('./../fonts/ethnocentric.woff') format('woff');
}

@font-face {
	font-family: 'nimbus-sans';
	src: url('./../fonts/nimbus-sans.otf') format('otf'), url('./../fonts/nimbus-sans.ttf') format('ttf'), url('./../fonts/nimbus-sans.woff') format('woff');
}

@font-face {
	font-family: 'nimbus-sans-bold';
	src: url('./../fonts/NimbusSanL-Bol.otf') format('otf'), url('./../fonts/NimbusSanL-Bol.ttf') format('ttf'), url('./../fonts/NimbusSanL-Bol.woff') format('woff');
}
*/

@font-face {
    font-family: 'gothic-sans';
    src: url('./../fonts/TitlingGothicFBWide-Medium.ttf') format('ttf'), url('./../fonts/TitlingGothicFBWide-Medium.woff') format('woff');
}

@font-face {
    font-family: 'gothic-sans-bold';
    src: url('./../fonts/TitlingGothicFBWide-Bold.ttf') format('ttf'), url('./../fonts/TitlingGothicFBWide-Bold.woff') format('woff');
}

body {
    font-family: 'gothic-sans';
    font-weight: normal;
    font-style: normal;
    background-color: #000;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'gothic-sans-bold';
    margin-bottom: 1.5vw;
    font-weight: 800;
}

p {
    font-size: 1.8vw;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 1.5vw;
}

img {
    max-width: 60vw;
    transition: .3s;
}

a,
.button {
    transition: .3s;
    color: inherit;
    outline: medium none;
    text-decoration: none;
}

    a:focus,
    a:hover {
        color: inherit;
        text-decoration: none;
    }

button:focus,
input:focus,
textarea:focus {
    outline: 0;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

hr {
    border-bottom: 1px solid #ddd;
    border-top: 0 none;
    margin: 3vw 0;
    padding: 0;
}

*::-moz-selection {
    background: #007ACC;
    color: var(--white);
    text-shadow: none;
}

*::selection {
    background: #007ACC;
    color: var(--white);
    text-shadow: none;
}


/* Input Placeholder */

*::-moz-placeholder {
    color: #000;
    font-size: 4vw;
    opacity: 1;
}

*::placeholder {
    color: #000;
    font-size: 4vw;
    opacity: 1;
}


/* ====================================================== */

.all-copy {
    -webkit-user-select: all;
    /* Chrome all / Safari all */
    -moz-user-select: all;
    /* Firefox all */
    -ms-user-select: all;
    /* IE 10+ */
    user-select: all;
    /* Likely future */
}


/* Cash-dash */

#bg-image {
    position: fixed;
    top: 0;
    left: 0;
    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
}

.cash-dash-from-wrap {
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    /*max-width: 380px;*/
    margin: auto;
}

    .cash-dash-from-wrap .page-container {
        width: 100%;
        /*max-width: 1100px;*/
        margin: auto;
    }

.cash-dash-form .logo {
    position: relative;
    text-align: center;
    margin: auto;
}

    .cash-dash-form .logo img {
        /*max-width: 250px;*/
        max-width: 60%;
        margin-top: 7vw;
    }

.boohoo-img {
    text-align: center;
    margin: auto;
    /* position: absolute; */
    padding: 10vw;
}

    .boohoo-img img {
        /*max-width: 120px;*/
        margin-bottom: 2vw;
    }

.submit-score {
    text-align: center;
}

.cash-dash-form {
    background-size: 100%;
    position: relative;
    min-height: 1700px;
    background-repeat: no-repeat;
}

.rate-cash-3 .submit-score-box h4 {
    font-size: 4vw;
}


.submit-score-box .tittle {
    padding-bottom: 0px;
}

.submit-score-box h6 {
    margin-top: 3vw;
    margin-bottom: 0px;
}

.submit-score-box h4 {
    font-family: 'gothic-sans';
    line-height: 1.2;
    color: #fff;
    font-size: 4vw;
    margin-bottom: 6vw;
}

.submit-score-box h3 {
    font-family: 'gothic-sans-bold';
    font-size: 5.5vw;
    margin-bottom: 5vw;
    color: #fff;
}

.submit-score-box form input {
    font-family: 'gothic-sans';
    height: 10vw;
    width: 80vw;
    font-size: 2.5vw;
    color: #06BBE9;
    text-align: center;
    padding: 0 1.5vw;
    margin-bottom: 1vw;
    box-sizing: border-box;
    background: transparent;
    background-image: url('../img/shape/bg-input-form.png');
}


    .submit-score-box form input::placeholder {
        font-size: 2.5vw;
    }

.submit-checkbox label {
    display: flex;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
}

    .submit-checkbox label span i {
        font-size: 4vw;
        color: #fff;
        opacity: 1;
        transition: .3s all ease;
    }

.submit-checkbox {
    padding: 4vw 6vw 0vw 6vw;
}

    .submit-checkbox .submit-check {
        padding: 2vw 0vw 0vw 9vw;
    }

    .submit-checkbox input {
        display: none;
    }

        .submit-checkbox input:checked ~ label span i {
            opacity: 1;
        }

.bordered-btn {
    border: none;
    color: #fff;
    transition: .3s all;
    position: relative;
    font-size: 3vw;
    height: 12vw;
    width: 35vw;
    font-family: 'gothic-sans-bold';
    background: transparent;
}

    .bordered-btn .btn-shape {
        position: absolute;
        height: 100%;
        width: 100%;
        margin: auto;
        right: 0;
        left: 0;
        font-size: 4vw;
        z-index: 1;
        top: 0;
    }

        .bordered-btn .btn-shape img {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            height: 100%;
            width: 100%;
        }

    .bordered-btn span {
        position: relative;
        z-index: 2;
    }

    .bordered-btn .btn-shape img:last-child {
        opacity: 0;
    }

    .bordered-btn:hover .btn-shape img:last-child {
        opacity: 1;
    }

.submit-score-box {
    text-align: center;
    margin: auto;
    padding-top: 8vw;
    padding-bottom: 5vw;
    background-size: 100% 100%;
    width: auto;
}

.submit-checkbox,
.submit-score-links {
    padding-left: 0;
}

.submit-score-box p {
    font-family: 'gothic-sans';
    font-size: 4vw;
    color: #fff;
    padding: 0 5vw;
    margin-bottom: 1vw;
}

.submit-score-box .codeTitle {
    padding: 4vw 0vw 0vw 0vw;
}


.rate-cash .submit-checkbox {
    margin-bottom: 5.5vw;
}


/* offers */
.offers-page .submit-score-box h4 {
    font-size: 6vw; /* 60px; */
}

.offers-page .submit-score-box p span {
    font-family: 'gothic-sans-bold';
    display: block;
}

.offers-page .submit-score-box form input {
    /*
    border: 1px solid #fff;
	background: transparent;
	height: 40px;
    */
}


/* social-page */

.social-page h4 {
    margin-top: 3.8vw;
    margin-bottom: 8vw;
}


/* price */

.price-icons {
    display: flex;
    align-items: flex-end;
    margin-top: 1vw;
    justify-content: center;
}

    .price-icons a {
        color: #fff;
        font-size: 5vw;
        font-family: 'gothic-sans';
    }

        .price-icons a img {
            padding: 0 3vw;
        }

.price-page h6 {
    color: #fff;
    font-size: 3.5vw;
    line-height: 1.5;
}

    .price-page h6 span {
        display: block;
    }

.price-page-btn {
    display: flex;
    justify-content: center;
}

.submit-score.disable h6,
.submit-score.disable form {
    opacity: .25;
    pointer-events: none;
}

.social-page form textarea {
    width: 100%;
    padding: 2vw 1vw;
    font-size: 3vw;
}

.price-icons a span {
    display: block;
}

.offers-page .submit-score-box form input {
    height: 8vw;
}


/*-*/

.cash-dash-from .container {
    padding: 0;
}

.submit-score {
    width: 90vw;
    margin: auto;
}

.cash-dash-bg {
    /*height: 650px;*/
    display: none;
}

.score-box-bg {
    display: none;
}

.submit-checkbox label p {
    font-size: 1.7vw;
    color: #fff;
    line-height: 1.4;
    letter-spacing: .1em;
    font-family: 'gothic-sans';
    flex: 1;
    margin-bottom: 0;
    text-align: center;
}

.submit-checkbox label span {
    display: inline-block;
    height: 2.5vw;
    width: 2.5vw;
    border: 1px solid #fff;
    line-height: 2.2vw;
    margin-right: 1vw;
    text-align: center;
}

.submit-score-links {
    text-align: center;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    margin-bottom: 5vw;
    margin-top: 2vw;
}

    .submit-score-links a {
        font-size: 1.8vw;
        color: #fff;
        position: relative;
        display: inline-block;
        padding: 5vw 3vw 5vw 3vw;
    }

        .submit-score-links a:hover {
            color: #06BBE9;
        }

            .submit-score-links a:hover:after {
                color: #06BBE9;
            }

        .submit-score-links a::after {
            height: 0.2vw;
        }

.cash-dash-from {
    padding: 0.5vw 0;
}

.rate-cash .submit-score-box p {
    margin-bottom: 0px;
}

.rate-cash .score-box-bg img {
    height: auto;
    width: auto;
}

.rate-cash .submit-checkbox {
    margin-bottom: 1vw;
}

.cash-dash-bg img {
    height: 100vh;
    width: auto;
}

.submit-score-box form {
    padding: 0px 0px;
}

.offers-page .submit-score-box form input {
    width: 60vw;
    /* height: 40px;*/
}
