﻿lbody {
    padding-top: 50px;
    padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists will truncate terms that are too long to fit in the left column */
.dl-horizontal dt {
    white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input, select, textarea {
    max-width: 280px;
}
/*BusyIndicator*/
.loader {
    position: absolute;
    left: 40%;
    top: 50%;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*BusyIndicator*/
/*BusyIndicator version2*/
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
/*BusyIndicator version2*/
/*Custom Styles*/
.disabledbutton {
    pointer-events: none;
    opacity: 0.3;
}

body {
    background-color: #e6ebf4;
}

.card {
    border: none;
    border-radius: 8px;
    box-shadow: 5px 6px 6px 2px #e9ecef;
}

.heading {
    font-size: 23px;
    font-weight: 00;
}

.text {
    font-size: 16px;
    font-weight: 500;
    color: #b1b6bd;
}

.pricing {
    border: 2px solid #304ffe;
    background-color: #f2f5ff;
}

.business {
    font-size: 20px;
    font-weight: 500;
}

.plan {
    color: #aba4a4;
}

.dollar {
    font-size: 16px;
    color: #6b6b6f;
}

.amount {
    font-size: 50px;
    font-weight: 500;
}

.year {
    font-size: 20px;
    color: #6b6b6f;
    margin-top: 19px;
}

.detail {
    font-size: 22px;
    font-weight: 500;
}

.cvv {
    height: 44px;
    width: 73px;
    border: 2px solid #eee;
}

    .cvv:focus {
        box-shadow: none;
        border: 2px solid #304ffe;
    }

.email-text {
    height: 55px;
    border: 2px solid #eee;
}

    .email-text:focus {
        box-shadow: none;
        border: 2px solid #304ffe;
    }

.payment-button {
    height: 70px;
    font-size: 20px;
}
/*404 Page*/
.site-header {
    margin: 0 auto;
    padding: 80px 0 0;
    max-width: 820px;
}

.site-header__title {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.main-content {
    margin: 0 auto;
    max-width: 820px;
}

.main-content__checkmark {
    font-size: 4.0625rem;
    line-height: 1;
    color: #24b663;
}

.main-content__body {
    margin: 20px 0 0;
    font-size: 1rem;
    line-height: 1.4;
}

@media only screen and (min-width: 40em) {
    .site-header {
        padding-top: 150px;
    }

    .site-header__title {
        font-size: 6.25rem;
    }

    .main-content__checkmark {
        font-size: 9.75rem;
    }

    .main-content__body {
        font-size: 1.25rem;
    }

    .site-footer {
        padding: 145px 0 25px;
    }

    .site-footer__fineprint {
        font-size: 1.125rem;
    }
}


/*Error Page*/
.clearfix:before, .clearfix:after {
    display: table;
    content: ' ';
}

.clearfix:after {
    clear: both;
}

body {
    background: #f0f0f0 !important;
}


/*PayLink Payment Response - START*/

.pay-link-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100vh;
    background: #fff;
}

.pay-link-main {
    flex-grow: 1; /* Allows main to take available space */
}

/*PayLink Payment Response - END*/

.page-404 .outer {
    margin-top: 8rem;
    display: table;
    width: 100%;
    height: 100%;
}

    .page-404 .outer .middle {
        display: table-cell;
        vertical-align: middle;
    }

        .page-404 .outer .middle .inner {
            width: 300px;
            margin-right: auto;
            margin-left: auto;
        }

            .page-404 .outer .middle .inner .inner-circle {
                height: 300px;
                border-radius: 50%;
                background-color: #ffffff;
            }

                .page-404 .outer .middle .inner .inner-circle:hover i {
                    color: #39bbdb !important;
                    background-color: #f5f5f5;
                    box-shadow: 0 0 0 15px #00393C;
                }

                .page-404 .outer .middle .inner .inner-circle:hover span {
                    color: #66DFCF;
                }

                .page-404 .outer .middle .inner .inner-circle i {
                    font-size: 5em;
                    line-height: 1em;
                    float: right;
                    width: 1.6em;
                    height: 1.6em;
                    margin-top: -.7em;
                    margin-right: -.5em;
                    padding: 20px;
                    -webkit-transition: all .4s;
                    transition: all .4s;
                    text-align: center;
                    color: #f5f5f5 !important;
                    border-radius: 50%;
                    background-color: #66DFCF;
                    box-shadow: 0 0 0 15px #f0f0f0;
                }

                .page-404 .outer .middle .inner .inner-circle span {
                    font-size: 11em;
                    font-weight: 700;
                    line-height: 1.2em;
                    display: block;
                    -webkit-transition: all .4s;
                    transition: all .4s;
                    text-align: center;
                    color: #e0e0e0;
                }

            .page-404 .outer .middle .inner .inner-status {
                font-size: 20px;
                display: block;
                margin-top: 20px;
                margin-bottom: 5px;
                text-align: center;
                color: #39bbdb;
            }

            .page-404 .outer .middle .inner .inner-detail {
                line-height: 1.4em;
                display: block;
                margin-bottom: 10px;
                text-align: center;
                color: #999999;
            }
