@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

html, body, #app {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100vh; max-height: 100vh;
}

.top-row {
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
}

.row {
     margin-right: 0px; 
     margin-left: 0px; 
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

/*#region SPINNER*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100);

.script {
    font-family: 'Seaweed Script';
    font-size: 20px;
}

/*body {
    margin-top: 100px;
    background-color: #137b85;
    color: #fff;
    text-align: center;
}*/
h1 {
    text-align: center;
    font: 2em 'Roboto', sans-serif;
    margin-bottom: 40px;
    padding-top: 30px;
}

#loading {
    z-index: 1000000 !important;
    /*position: absolute;*/
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #137b85;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
/*#endregion SPINNER*/

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: .5rem;
    padding-bottom: 1rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.rz-chkbox-box {
    border-color: black;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



    /*******************TIGHTER DATA TABLE****************/
.rz-datatable-thead th {
    padding: 0 0 0rem 0.05rem;
    text-align: center;
}

    .rz-datatable-thead th .rz-column-title, .rz-grid-table thead th .rz-column-title {
        padding: 0rem;
        text-transform: none;
        white-space: normal;
    }

.rz-datatable-data td {
    padding: .05rem 0.25rem 0.05rem 0.25rem !important;
}

    .rz-datatable-data td .rz-cell-data {
        font-size: 11px;
    }

.rz-column-title {
    font: italic bold 11px/20px Arial, serif !important;
    /*width: 75%;*/
}

.rz-datatable-data td {
    padding: 0rem 0rem 0rem 0rem !important;
}

p {
    margin-top: 0;
    margin-bottom: 0rem;
}

/*******************END TIGHTER DATA TABLE****************/


.rz-fieldset-content {
    padding: 0.25rem 1.25rem 1.25rem 1.25rem;
}


.rz-steps .rz-state-highlight .rz-steps-title {
    color: #7AC142;
    font-weight: 700;
}

.rz-steps .rz-state-highlight .rz-steps-number {
    background: #7AC142;
    color: #ffffff;
}

.rz-steps .rz-menuitem-link:hover {
    text-decoration: none;
    color: #7AC142 !important;
}

.rz-steps-number {
    padding: 0.5rem 0;
}

.rz-card {
    overflow: auto;
    box-shadow: 0 6px 14px 0 rgb(0 0 0 / 20%);
}

.card {
    word-wrap: normal;
}

/*#region SPINNER*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100);

/*body {
    margin-top: 100px;
    background-color: #137b85;
    color: #fff;
    text-align: center;
}*/

h1 {
    text-align: center;
}

#loading {
    z-index: 1000000 !important;
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #137b85;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
/*#endregion SPINNER*/

.rz-radiobutton-label {
    margin: 0 0.5rem 0 0.5rem;
}

.rz-button-sm {
    font-size: 0.875rem;
    padding: 0rem;
}


.flex-span {
    display: flex;
    align-items: center;
}

.fill-width {
    flex: 1;
}
/*
.label {
    height: 1.25rem;
    line-height: 1.25rem;
}*/

.MobileBadge {
    display: none;
}

/******DROPDOWN SCROLL HORZONTAL*******/
.rz-multiselect-items-wrapper {
    overflow-x: scroll !important;
}

/******MOBILE SIZE ADJUSTMENTS*******/
@media screen and (max-width: 767px) and (min-width: 500px) {
    #topRowHeader {
        font-size: 24px !important;
    }

    .rz-datatable-data td .rz-cell-data {
        font-size: 10px;
    }

    .rz-column-title {
        font: italic 10px/20px Arial, serif !important;
    }

    .rz-steps-title {
        font-size: 12px;
        margin: 0 0.25rem;
    }

    .rz-steps-number {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 10px;
    }

    .rz-card {
        padding: .25rem 0.25rem !important;
    }

    .rz-fieldset-content {
        padding: 0.25rem 0.25rem 0.25rem 0.25rem;
    }

    .pl-4, .px-4 {
        padding-left: 0.5rem !important;
    }

    .pr-4, .px-4 {
        padding-right: 0.5rem !important;
    }

    #NotInterestedBtn .rz-button-text {
        font-size: 0;
    }
        #NotInterestedBtn .rz-button-text::after {
            font-size: x-small;
            content: 'No Thanks';
        }

    .MobileBadge {
        min-width: 100px;
        display: flex;
    }
}

@media screen and (max-width: 500px) {
    #topRowHeader {
        font-size: 24px !important;
    }

    .rz-datatable-data td .rz-cell-data {
        font-size: 8px;
    }

    .rz-column-title {
        font: italic 8px Arial, serif !important;
    }

    .rz-steps-title {
        font-size: 8px;
        margin: 0 0.25rem;
    }

    .rz-steps-number {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 10px;
    }

    .rz-card {
        padding: 1.25rem 0.25rem;
    }

    .rz-fieldset-content {
        padding: 0.25rem 0.25rem 0.25rem 0.25rem;
    }

    .pl-4, .px-4 {
        padding-left: 0.5rem !important;
    }

    .pr-4, .px-4 {
        padding-right: 0.5rem !important;
    }

    #NotInterestedBtn .rz-button-text {
        font-size: 0;
    }

        #NotInterestedBtn .rz-button-text::after {
            font-size: x-small;
            content: 'No Thanks';
        }

    .MobileBadge {
        min-width: 100px;
        display: flex;
        font-size: 10px;
    }
}
/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
.rz-steps-item:not(.rz-state-disabled) {
    -webkit-animation: pulsate-fwd 0.5s ease-in-out infinite both;
    animation: pulsate-fwd 0.5s ease-in-out infinite both;
    animation-iteration-count: 3
}

/*.rz-steps-item:not(.rz-state-disabled) + #ClickNextLabel {
  visibility: visible;
}*/

@-webkit-keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        transform-origin: 100% 105%;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        transform-origin: 100% 105%;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/**********CLICK NEXT LABEL***************/

/*********SUBMIT BUTTON FLASHING*********/
.flash .rz-button:not(.rz-state-disabled) {
    animation: blinkMe 1.5s linear infinite;
}

@keyframes blinkMe {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
