/* Minification failed. Returning unminified contents.
(374,27): run-time error CSS1039: Token not allowed after unary operator: '-ggs'
(672,22): run-time error CSS1039: Token not allowed after unary operator: '-transition-1'
(694,22): run-time error CSS1039: Token not allowed after unary operator: '-transition-1'
(710,22): run-time error CSS1039: Token not allowed after unary operator: '-transition-1'
(725,22): run-time error CSS1039: Token not allowed after unary operator: '-transition-1'
(754,22): run-time error CSS1039: Token not allowed after unary operator: '-transition-1'
 */
.section-form {
    display: none;
}

    .section-form.active {
        display: block !important;
    }

/*Custom error styles*/
/* Mark input boxes that gets an error on validation: */
input.invalid, select.invalid, div.invalid, #invalidMessage {
    background-color: #ffdddd !important;
    border-radius: 10px;
    padding: 6px 15px;
}

.invalid.has-success,
.has-success .invalid {
    background-color: initial!important;
}

    .has-success .form-control.invalid {
        background-color: #eef3f6 !important;
    }

p.error {
    text-align: left;
    margin: 5px 0;
    color: #eb4334;
    font-size: larger;
}

.hide_element {
    display: none!important;
}

.warning-message {
    color: #EE4079;
    font-size: 18px;
}

.invalid.has-success .field-choice input:checked + label.form-control {
    background: #EE4079;
    border-color: #EE4079;
    color: #fff;
    font-weight: 700;
}

/*Overriding site validation error styles*/
.has-error {
    border-color: #EE4079;
    border-width: 2px;
    /*background-color: rgba(238,64,121,0.1);*/
    background-color: inherit;
}

.email-domains, .areacode-fill {
    display: block;
    padding: 10px;
    width: auto;
}

.areacode-fill p {
    margin-bottom: 5px;
}

@media (max-width: 321px) {
    .email-domains {
        font-size: 10px;
    }
}

.email-buttons {
    margin-top: 5px;
    display: flex;
}

/*For progress screen*/
#progressBar {
    position: relative;
    width: 80%;
    height: 30px;
    background-color: #ddd;
    border-radius: 10px;
    margin: 10px auto 25px;
}

#barStatus {
    position: absolute;
    width: 8%;
    height: 100%;
    background-color: #f2a746;
    border-radius: 10px;
    font-size: 22px;
    padding: 0 5px;
    color: #000;
    font-weight: bold;
}
/*For progress screen*/

button:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    pointer-events: none;
}

button {
    cursor: pointer;
    pointer-events: inherit;
}

.section-fullscreen.open {
    opacity: 1;
    visibility: visible;
}

#countdown-div {
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    margin: 25px auto;
    width: 75%;
}

    #countdown-div p {
        margin-bottom: 25px;
    }

@media only screen and (max-width: 400px) {
    #countdown-div {
        width: 90%;
    }
}

.count-down {
    font-size: 55px;
    color: #EE4079;
}

#pingYoForm {
    min-height: 500px;
}

.helpnote {
    position: relative;
    background-color: #F3F3FB;
    padding: 1.125em 1.5em;
    font-size: 12px;
    border-radius: 1rem;
    margin-top: 15px;
}

    .helpnote::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        bottom: 100%;
        left: 1.5em;
        border: .75rem solid transparent;
        border-top: none;
        border-bottom-color: #F3F3FB;
    }

    .helpnote p {
        margin-bottom: 0px;
    }

+ .field-choice label.offer_checkbox {
    width: 22%;
    display: inline;
    top: -10px;
}

#credit-modal {
    padding: 25px;
    margin: 10px auto;
    border: 2px solid #000;
    border-radius: 10px;
    max-width: 625px;
}

.credit-label {
    display: inline-block;
    width: 85%;
    margin-left: 10px;
    text-align: left !important;
    font-size: 17px;
}

.credit-modal-visible {
    position: relative;
    top: -40rem;
    left: 0;
    right: 0;
    bottom: 0;
    width: 75%;
    height: 100%;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    background-color: #fff;
}

@media (max-width: 767px) {
    .credit-modal-visible {
        width: 100%;
        top: -40rem;
    }
}

#opaque {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    background-color: #000;
    -webkit-filter: alpha(opacity=30);
    -moz-filter: alpha(opacity=30);
    -o-filter: alpha(opacity=30);
    filter: alpha(opacity=30);
    -ms-opacity: .3;
    opacity: .75;
}

.offer {
    width: 100% !important;
    display: block;
}

.exp-date {
    display: inline-block;
    width: 46.75%;
}

.exp-group {
    display: inline-block;
    max-width: 64.25%;
    width: 63%;
}

.field-choice label.offer_checkbox {
    width: 22%;
    display: inline;
    top: -10px;
}

.fa-check:before {
    content: "\f00c";
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    color: white !important;
}

.far {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400;
}

@media (max-width: 691px) {

    #credit-modal {
        padding: 0;
    }

    .field-choice label.offer_checkbox {
        top: -18px;
    }
}

@media (max-width: 540px) {

    .field-choice label.offer_checkbox {
        top: -18px;
    }

    .credit-label {
        width: 80%;
    }
}

@media (max-width: 508px) {

    .field-choice label.offer_checkbox {
        top: -29px;
    }
}

@media (max-width: 500px) {

    .field-choice label.offer_checkbox {
        top: -30px;
    }

    .credit-label {
        width: 80%;
    }
}

@media (max-width: 400px) {

    #credit-modal {
        padding: 5px;
        margin: 5px auto;
    }

    .credit-modal-visible {
        top: -30rem;
    }
}

@media (max-width: 381px) {

    .field-choice label.offer_checkbox {
        top: -40px;
    }
}

@media (max-width: 331px) {

    .field-choice label.offer_checkbox {
        top: -52px;
    }
}

@media (max-width: 328px) {

    .field-choice label.offer_checkbox {
        top: -52px;
    }

    .credit-label {
        width: 78%;
    }
}

.form-terms .form-group.offer {
    max-width: none;
    margin: 35px 0 !important;
}

.special-offer .messages {
    float: left;
}

.special-offer .help-block.error {
    font-size: 14px;
}

.submitted .special-offer-button-progress {
    display: inline-block;
}

.special-offer-button-progress {
    display: none;
    margin-left: 15px;
}

    .special-offer-button-progress img {
        height: 30px;
        width: 30px;
    }

.offer-close-x {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1.2));
    width: 26px;
    height: 26px;
    border: 2px solid transparent;
    border-radius: 40px;
    margin-left: 10px;
    margin-top: 10px;
}

    .offer-close-x::after,
    .offer-close-x::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 16px;
        height: 2px;
        background: currentColor;
        transform: rotate(45deg);
        border-radius: 5px;
        top: 8px;
        left: 1px;
    }

    .offer-close-x::after {
        transform: rotate(-45deg)
    }

.btn.offer-button {
    border-radius: 0px;
    background-color: #e69250;
}

a.offer-link {
    color: blue;
    font-weight: 600;
}

    /* unvisited link */
    a.offer-link:link {
        /*color: grey;*/
        text-decoration: none;
    }

    /* visited link */
    a.offer-link:visited {
        /*color: grey;*/
        text-decoration: none;
    }

    /* mouse over link */
    a.offer-link:hover {
        /*color: grey;*/
        text-decoration: none;
    }

    /* selected link */
    a.offer-link:active {
        /*color: grey;*/
        text-decoration: none;
    }

#autoComplete_wrapper {
    position: relative;
    display: inline-block;
}

#autoComplete {
    position: relative;
    padding: 0 2rem 0 3.5rem;
    height: 2.1rem;
    width: 6rem;
    font-size: 1.2rem;
    outline: none;
    border-radius: 50rem;
    border: 0.05rem solid rgb(255, 122, 122);
    caret-color: rgb(255, 122, 122);
    color: rgba(255, 255, 255, 0);
   /* background-image: url(./images/magnifier.svg);*/
    background-repeat: no-repeat;
    background-size: 1.2rem;
    background-origin: border-box;
    background-position: center;
    transition: all 0.4s ease;
    -webkit-transition: all -webkit-transform 0.4s ease;
    text-overflow: ellipsis;
}

    #autoComplete::placeholder {
        color: rgba(255, 122, 122, 0);
        transition: all 0.3s ease;
    }

    #autoComplete:hover::placeholder {
        color: rgba(255, 122, 122, 0.3);
        transition: all 0.3s ease;
        -webkit-transition: all -webkit-transform 0.3s ease;
    }

    #autoComplete:focus::placeholder {
        padding: 0.1rem 0.6rem;
        font-size: 1rem;
        color: rgba(255, 122, 122, 0.3);
        transition: all 0.3s ease;
        -webkit-transition: all -webkit-transform 0.3s ease;
    }

    #autoComplete::selection {
        color: transparent;
    }

    #autoComplete:focus::selection {
        color: #fff;
        background-color: rgba(255, 122, 122, 1);
    }

    #autoComplete:hover {
        padding: 0 2rem 0 3.5rem;
        color: rgba(255, 122, 122, 1);
        height: 3rem;
        width: 16.5rem;
      /*  background-image: url(./images/magnifier.svg);*/
        background-size: 1.7rem;
        background-position: left 1.05rem top 0.7rem;
        transition: all 0.3s ease;
        -webkit-transition: all -webkit-transform 0.3s ease;
    }

    #autoComplete:focus {
        padding: 0 2rem 0 3.5rem;
        color: rgba(255, 122, 122, 1);
        height: 3rem;
        width: 16.5rem;
        border: 0.05rem solid rgb(255, 122, 122);
        /*background-image: url(./images/magnifier.svg);*/
        background-size: 1.5rem;
        background-position: left 1.05rem top 0.8rem;
        box-shadow: rgba(255, 122, 122, 0.1) 0px 0px 20px 5px;
    }

#autoComplete_list {
   /* position: fixed;*/
    z-index: 1000;
    padding: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all -webkit-transform 0.1s ease;
}

.autoComplete_result {
    margin: 0.15rem auto;
    padding: 0.6rem;
    border: 0.05rem solid #e3e3e3;
    list-style: none;
    text-align: left;
    font-size: 18px;
    color: rgb(123, 123, 123);
    transition: all 0.1s ease-in-out;
    background-color: #fff;
}

    .autoComplete_result::selection {
        color: rgba(#ffffff, 0);
        background-color: rgba(#ffffff, 0);
    }

    .autoComplete_result:last-child {
        border-radius: 0 0 1rem 1rem;
    }

    .autoComplete_result:hover {
        cursor: pointer;
        background-color: rgba(238,64,121, 0.1);
        border-left: 2px solid #EE4079;
        border-right: 2px solid #EE4079;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
    }

    .autoComplete_result:focus {
        outline: none;
        background-color: rgba(255, 248, 248, 0.9);
        border-left: 2px solid rgba(255, 122, 122, 1);
        border-right: 2px solid rgba(255, 122, 122, 1);
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
    }

.autoComplete_highlighted {
    opacity: 1;
    color: rgba(238,64,121, 1);
    font-weight: bold;
}

    .autoComplete_highlighted::selection {
        color: rgba(#ffffff, 0);
        background-color: rgba(#ffffff, 0);
    }

.autoComplete_selected {
    cursor: pointer;
    background-color: rgba(255, 248, 248, 0.9);
    border-left: 2px solid rgba(255, 122, 122, 1);
    border-right: 2px solid rgba(255, 122, 122, 1);
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

@media only screen and (max-width: 600px) {
    #autoComplete {
        width: 5rem;
    }

        #autoComplete:focus {
            width: 11rem;
            background-size: 1.6rem;
            background-position: left 1.1rem top 0.75rem;
        }

    .autoComplete_result:first-child {
        border-radius: 1rem 1rem 0 0;
    }

    .autoComplete_result:last-child {
        border-radius: 0 0 1rem 1rem;
    }

    .autoComplete_result:only-child {
        border-radius: 1rem;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #autoComplete {
        border-width: 1px;
    }

        #autoComplete:hover {
            border-width: 1px;
        }

        #autoComplete:focus {
            border-width: 1px;
        }
}

@-moz-document url-prefix() {
    #autoComplete {
        border-width: 1px;
        background-size: 1.2rem;
        background-origin: border-box;
        background-position: center;
    }

        #autoComplete:hover {
            border-width: 1px;
        }

        #autoComplete:focus {
            border-width: 1px;
            background-position: left 1.1rem top 0.8rem;
        }
}

.no_result {
    margin: 0.15rem auto;
    padding: 0.6rem;
    max-width: 280px;
    border: 0.05rem solid #e3e3e3;
    list-style: none;
    text-align: left;
    font-size: 1.1rem;
    color: rgb(123, 123, 123);
    transition: all 0.1s ease-in-out;
    background-color: #fff;
    border-radius: 0 0 1rem 1rem;
    outline: none;
}

    .no_result:hover {
        cursor: default;
        background-color: #fff;
        border: 0.05rem solid #e3e3e3;
    }

    .no_result:focus {
        cursor: default;
        background-color: #fff;
        border: 0.05rem solid #e3e3e3;
    }

h1 {
    color: rgba(255, 122, 122, 1);
    transition: var(--transition-1);
}

    h1 > a {
        text-decoration: none;
        color: rgba(255, 122, 122, 1);
    }

        h1 > a::selection {
            color: rgb(255, 122, 122);
        }

h4 {
    margin-bottom: 5px;
    color: #ffc6c6;
}

    h4::selection {
        color: #ffc6c6;
    }

.github-corner {
    transition: var(--transition-1);
}

.mode {
    margin-top: 20px;
}

.toggele {
    display: flex;
    position: abolute;
    border: 1px solid #ffc6c6;
    height: 35px;
    width: 120px;
    border-radius: 50px;
    justify-content: flex-start;
    align-content: center;
    transition: var(--transition-1);
}

.toggeler {
    display: grid;
    cursor: pointer;
    background-color: rgba(255, 198, 198, 1);
    color: #fff;
    height: 25px;
    width: 60px;
    border-radius: 50px;
    margin: 5px;
    text-align: center;
    align-content: center;
    align-self: flex-start;
    transition: var(--transition-1);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-touch-callout: none;
}

    .toggeler:hover {
        width: 70px;
        background-color: rgba(255, 122, 122, 0.7);
    }

    .toggeler::selection {
        color: #fff;
    }

.strict {
    display: inline;
}

.loose {
    display: inline;
}

.selection {
    margin-top: 25vh;
    font-size: 2rem;
    font-weight: bold;
    color: #ffc6c6;
    transition: var(--transition-1);
}

    .selection::selection {
        color: #64ceaa;
    }


@media only screen and (max-width: 600px) {
    .selection {
        margin-top: 15vh;
    }
}
