
/* COVER2 */
.button-cover5 {
    min-width: 276px;
    position: relative;
    overflow: hidden;
    border: 1px solid #18181a;
    color: #18181a;
    display: inline-block;
    font-size: 25px;
/*    line-height: 20px;
    padding: 30px 0px 30px;*/
    text-decoration: none;
    cursor: pointer;
    background: #1e52a3;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .button-cover5 span:first-child {
        color: #ffffff;
        position: relative;
        transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
        z-index: 10;
    }

    .button-cover5 span:last-child {
        color: white;
        display: block;
        position: absolute;
        bottom: 0;
        transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
        z-index: 100;
        opacity: 0;
        top: 50%;
        left: 50%;
        transform: translateY(225%) translateX(-50%);
/*        padding: 30px 0px 30px;
        line-height: 60px;*/
/*        font-size: 25px;*/
    }

    .button-cover5:after {
        content: "";
        position: absolute;
        bottom: -50%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333;
        transform-origin: bottom center;
        transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
        transform: skewY(9.3deg) scaleY(0);
        z-index: 50;
    }

    .button-cover5:hover:after {
        transform-origin: bottom center;
        transform: skewY(9.3deg) scaleY(2);
    }

    .button-cover5:hover span:last-child {
        transform: translateX(-50%) translateY(-100%);s
        opacity: 1;
        transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
    }


.text-2{
    position: absolute;
    color: #ffffff;
    font-size: 20px;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #1a003a;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    padding: 0px 10px 0px 10px;
    height: 61px;
}



.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}



.green {
    color: #00ff2a!important;
    font-weight: bold;
}



#s3SAcceptsPromotions {
    margin-top: 6px;
    position: absolute;
    left: 7px;
    width: 13px;
    height: 16px;
}




.form-control::-webkit-input-placeholder {
    color: #0000008c !important;
}

/* For Edge */
.form-control:-ms-input-placeholder {
    color: #0000008c !important;
}

/* For Internet Explorer */
.form-control::-ms-input-placeholder {
    color: #0000008c !important;
}

/* For the rest of the universe */
.form-control::placeholder {
    color: #0000008c !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#d3StepSignUp {
    color: #000;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    padding: 0px 10px 0px 10px;
    height: 61px;
}


/* Blue */
/*.info {
    border-color: #0dbaf0;
    color: white;
    background-color: #ffffff00;
    padding: 18px 0px;
    width: 280px;
    font-family: 'Marcellus SC', serif;
    font-size: 40px;
    margin-bottom: 10px;
    border-radius: 0px;
}


    .info:hover {
        background: #0dbaf0;
        color: white;
    }
*/
.aff-log {
    position: fixed;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    z-index: 1030;
    background-color: #1a003af2;
    overflow: auto;
}



.aff-base {
    padding: 10px;
    background-color: #0000008c;
    backdrop-filter: blur(10px);
}

    .aff-base h2 {
        font-size: 35px;
        text-align: center;
        padding-top: 35px;
    }




    .aff-base h4 {
        font-size: 25px;
        text-align: center;
        line-height: 2;
    }

.aff-form {
    padding: 25px;
}

    .aff-form h2 {
        font-size: 34px;
        line-height: 32px;
    }

.form-control {
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    height: 60px;
    background: #ffffff;
    border: none;
    color: #000000 !important;
    border-radius: 0rem;
}

.form-label {
    color: aliceblue;
}

.form-error {
    color: red;
    font-weight: bold;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.accordion-item {
    background-color: #fff0;
    border: 1px solid rgba(0,0,0,.125);
}

.accordion-body {
    /*    padding: 0.5rem 0.5rem;*/
    color: aliceblue;
    font-size: 14px;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3372bf', endColorstr='#003f4c6b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    text-align: center;
}





.aff-form h5 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 19px;
    line-height: 32px;
    cursor: pointer;
    text-align: center;
}

    .aff-form h5:hover {
        text-decoration: underline;
    }


.sidebar {
    display: none;
    max-width: 100%;
}

    .sidebar.opened {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }


.fa-xmark {
    color: red;
    font-size: 23px;
    float: right;
    cursor:pointer;
}

i, i:after, i:before {
    background: none;
}


/*Media Queries*/
@media screen and (min-width: 240px) and (max-width: 480px) and (orientation: portrait) {
    .aff-log {
        width: 100%;
    }
}



@media screen and (min-width: 481px) and (max-width: 812px) and (orientation: landscape) {
    .aff-log {
        width: 100%;
    }
}



@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .aff-log {
        width: 100%;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .aff-log {
        width: 100%;
    }
}


@media (max-width: 993px) and (orientation: landscape) {
    .modal-inner {
        justify-content: flex-start;
    }
}




@keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.first-block-content {
    animation-duration: 0.5s;
    animation-name: slide-down;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


.mobile-input-container {
    display: flex;
    align-items: center;
    max-width: 300px;
    background: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    padding-left: 0.5rem;
    overflow: hidden;
    font-family: sans-serif;
}

    .mobile-input-container .prefix {
        font-weight: 300;
        font-size: 14px;
        color: #999;
    }

    .mobile-input-container input {
        flex-grow: 1;
        font-size: 14px;
        background: #fff;
        border: none;
        outline: none;
        padding: 0.5rem;
    }

/* Roller Loader */