@keyframes cr-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cr-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.cr-logo {
    margin: 25px 0 15px 20px;
    width: 200px;
}

.cr-annotation-content-spacing {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.cr-container {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

.cr-page {
    text-align: left;
}

.cr-page .Polaris-TextContainer p {
    margin-bottom: 2rem;
}

.cr-page .Polaris-Choice__HelpText {
    padding-left: 2.4rem;
    line-height: 1.6rem;
}

.cr-page .input-row {
    margin-bottom: 1rem;
}

.cr-page .Polaris-Card__Section .sub-section-divider {
    height: 0;
    width: 100%;
    border-bottom: 1px solid #d7dcdd;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.cr-page .cr-button-loader {
    width: 20px;
    height: 20px;
    animation: cr-icofont-rotate 2s linear infinite;
}

.cr-page button {
    min-width: 75px;
    max-height: 30px;
}

.cr-page .Polaris-Button--secondary {
    min-width: 75px;
}

.cr-page button:focus {
    border: none !important;
    transform: none !important;
}

.cr-page .cr-button-disabled {
    opacity: 0.3;
    pointer-events: none!important;
}

.Polaris-Page .sub-section-divider {
    height: 0;
    width: 100%;
    border-bottom: 1px solid #d7dcdd;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.cr-auth-iframe-container {
    background-color: #F4F6F8;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cr-version {
    padding-top: 10px;
    font-size: small;
}

.cr-refresh-message {
    padding: 10px 0 0 0;
}

.cr-content-window-wrapper {
    margin-top: 90px;
    margin-bottom: 50px;
    text-align: center;
}

.cr-content-window-wrapper .cr-content-window {
    width: 100%;
    max-width: 740px;
    display: inline-block;
    padding: 35px 0 30px 0;
}

.cr-content-window-wrapper .cr-content-window .cr-action-buttons-wrapper {
    margin-top: 20px;
}

.cr-content-window-wrapper .cr-content-window h3 {
    font-weight: 300;
    font-size: 24px;
    color: #292D33;
    line-height: 28px;
}

.cr-content-window-wrapper .cr-content-window button {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

.cr-content-window-wrapper .cr-content-window .cr-main-text {
    font-weight: 300;
    font-size: 14px;
    color: #555555;
}

.cr-content-window-wrapper .cr-content-window .cr-primary {
    font-weight: 300;
    background: #EC6702;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 15px 30px;
    min-width: 160px;
    display: inline-block;
    border: 1px #ae5702 solid;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.cr-content-window-wrapper .cr-content-window .cr-primary:hover {
    background-color: #b95102;
    border-color: #af4d01;
}


.cr-content-window-wrapper .cr-content-window .cr-secondary {
    font-weight: 300;
    background: #D8D8D8;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    font-size: 16px;
    color: #292D33;
    padding: 15px 30px;
    min-width: 160px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-top: 10px;
    border: 1px solid #e4e9ea;
}

.cr-content-window-wrapper .cr-content-window .cr-secondary:hover {
    background-color: #d7dcdd;
    border-color: #d7dcdd;
}

.cr-content-window-wrapper .cr-content-window .cr-welcome-icon {
    margin-bottom: 30px;
    width: 165px;
}

.cr-container .cr-loader-big {
    text-align: center;
    min-height: 150px;
    display: flex;
}

.cr-container .cr-loader {
    float: left;
    margin-right: 10px;
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #EC6702;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    animation: cr-spin 2s linear infinite;
}

.cr-container .cr-loader-big .cr-loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #EC6702;
    width: 70px;
    height: 70px;
    display: block;
    margin: auto;
}

.cr-container .cr-connecting, .cr-container .cr-redirecting {
    text-align: center;
    color: #EC6702;
}

.cr-container .cr-interaction-required-text-wrapper {
    border: 1px solid #B3B3B3;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 3%;
}

.cr-container .cr-interaction-continue {
    float: right;
}

.cr-hidden {
    display: none !important;
}

.cr-content-window .cr-enable-cookies-container {
    text-align: left;
    padding-top: 200px
}

.cr-gdpr-link {
    display: inline-flex;
}

.cr-nowrap {
    white-space: nowrap !important;
}

.cr-page-spinner {
    height: 100%;
    position: absolute;
    z-index: 1000;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F4F6F8;
}

#cr-content{
    position: static !important;
}

.cr-uppercase {
    text-transform: uppercase;
}

.cr-error-banner {
    padding-bottom: 20px;
    text-align: left;
}
