/* CSS Document */

html, body, form, fieldset, table, tr, td, img {
    margin: 0;
    padding: 0;
    font: 100%/150% 'Open Sans', sans-serif;
}

.pikpok-header {
    width: 100%;
    left: 0;
    text-align: center;
    height: 35px;
    padding-top:10px;
}

.support-header {
    background-image: url(../images/Banner-Bg.png);
    width: 100%;
    left: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 1px;
    background-size:cover;
}

.container {
    width: 80%;
    margin: 0 auto;
}

.consent-container {
    width: 80%;
    margin: 0 auto;
}

.button-icon {
    height: 45px;
    float: left;
    margin-right: 15px;
    margin-left: 3px;
    margin-top: 3px;
    /*width: 10%;*/
}

.button-text {
    width: 60%;
    float: left;
    font-size: 120%;
    line-height: 50px;
    color: white;
}

.white-button-text {
    width: 60%;
    float: left;
    font-size: 120%;
    line-height: 50px;
    color: #4690EC;
}

.chevron-right {
    height: 20px;
    float: right;
    padding-top:15px;
    padding-right: 10px;
}

.consent-detail {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 25px;
}

.app-info {
    display: grid;
    grid-template-columns: 160px 1fr;
}

#currentid {
    background-color: white;
    outline: none;
}

.action-wrapper {
    line-height: 35px;
}

.consent-wrapper {
    margin-top: 5px;
}

@media only screen and (max-width: 340px) {
    .app-info {
        grid-template-columns: 70px auto;
        grid-gap: 10px;
    }
    .app-logo {
        width: 70px
    }
    .game-title {
        margin-top: 0
    }
}

@media only screen and (max-width: 285px) {
    .consent-container {
        width: 90%;
    }
    .white-button-text {
        width: auto;
        font-size: 100%;
        line-height: 47px;
    }
    .button-icon {
        height: 30px;
        margin-right: 5px;
        margin-top: 8px;
    }
    .chevron-right {
        height: 16px;
        padding-top: 16px;
        padding-right: 3px;
    }
    .button-text {
        width: auto;
    }
}

@media only screen and (min-width: 285px) and (max-width: 340px) {
    .consent-container {
        width: 85%;
    }
    .white-button-text {
        width: auto;
        font-size: 110%;
    }
    .button-icon {
        height: 40px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1050px) {
    .consent-detail {
        grid-template-columns: 1fr;
        grid-gap: 2px;
    }

    .consent-wrapper {
        grid-row: 1;
    }
}

@media only screen and (min-width: 340px) and (max-width: 500px) {
    .consent-container {
        width: 85%;
    }
    .white-button-text {
        width: auto;
    }
    .button-icon {
        margin-right: 8px;
    }
    .app-info {
        grid-template-columns: 100px 1fr;
        grid-gap: 10px;
    }
    .app-logo {
        width: 100px
    }
}

.support-hero {
    color: #4690EC;
    text-align: center;
    font-size: 1.2em;
}

.support-button {
    border: 5px solid transparent;
    border-image-slice: 13 13 13 13 fill;
    border-image-width: 5px 5px 5px 5px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat;
    border-image-source: url("../images/Blue-Button.png");
    min-height: 50px;
    margin-bottom: 16px;
    overflow: auto;
}

.white-button {
    border: 5px solid transparent;
    border-image-slice: 13 13 13 13 fill;
    border-image-width: 5px 5px 5px 5px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat;
    border-image-source: url("../images/White-Button.png");
    min-height: 50px;
    margin-bottom: 16px;
    overflow: auto;
}

input[type=text], input[type=email], select {
    width: 100%;
    height: 50px;
    margin-bottom: 0vh;
    margin-top: 1vh;
    background-color: #F1F1F9;
    border: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding-left: 10px;
    color: #5D5C61;
}

textarea {
    width: 100%;
    margin-bottom: 4vh;
    margin-top: 4vh;
    background-color: #F1F1F9;
    border: none;
    padding-left: 10px;
    color: #5D5C61;
}

form {
    margin-top:1vh;
    width: 100%;
}

.chevron-left {
    height: 20px;
    float: left;
    padding-top:15px;
    padding-left:10px;
    padding-right: 10px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.back-header {
    background-image: url(../images/Banner-Bg.png);
    width: 100%;
    left: 0;
    padding-bottom: 1px;
    background-size:cover;
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: auto;
}

button {
    border: 5px solid transparent;
    border-image-slice: 13 13 13 13 fill;
    border-image-width: 5px 5px 5px 5px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url(../images/Blue-Button.png);
    width: 100%;
    height: 50px;
    margin-bottom: 16px;
    color: white;
    font-size: 1.2em;
}

.collapse {
    display: none;
}

.support-header div {
    width: 100%;
    padding-bottom:0px;
}

.support-header div img {
    height: 85px;
}

.support-header p {
    color: white;
    font-size: 1.8em;
    margin-top:5px;
    margin-bottom:20px;
}

.pikpok-header img {
    height: 20px;
}

.aware-alert {
    background-color: #FCBD60;
    color: white;
    width: 100%;
}

.aware-alert p {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.aware-alert h3 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

#howfeel div {
    float: left;
    width: 30%;
    text-align: center;
}

#howfeel {
    height: 40px;
    margin-top:10px;
}

.formelement {
    margin-bottom: 4vh;
}

.formelement p {
    font-size: 0.8em;
}

::placeholder {
    color: #9D9EA2
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

select + i.fa {
    float: right;
    margin-top: -36px;
    margin-right: 10px;
    /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
    pointer-events: none;
    /* everything after this is just to cover up the original arrow */
    /* (for browsers that don't support the syntax used above) */
    background-color: transparent;
    color:#3979D4!important;
    padding-right: 5px;
}

select option{
    padding-right: 21px;
}

label {
    font-weight: 600;
}

.collapsed:before {
    content: url("../images/plus.png");
    /*font-size: 13px;*/
    color: red;
}

.active:before {
    content: url("../images/minus.png");
    /*font-size: 13px;*/
    color: red;
}

h3 {
    display: flex;
    align-items:center;
}
