html {
    height: 100%;
}

body {
    min-height: 100%;
    padding-bottom: 490px !important;
    position: relative;
}

@media only screen and (max-width: 768px) {
    body {
        padding-bottom: 970px !important;
    }
}

.footer-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.color-inherit,
.color-inherit:hover,
.color-inherit:focus {
    color: inherit;
}

.text-short {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container-spacing {
    margin-bottom: 20px;
}

.recommendations-block a {
    color: #ffffff;
}

.recommendations-block a:hover {
    text-decoration: none;
}

.popover {
    max-width: 400px;
}

.panel-heading {
    cursor: pointer;
}

.report-btns {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.report-btns a, .report-btns a:focus, .report-btns a:hover {
    background-color: #4569fa;
    border-color: #4569fa;
}


.setup-content {
    display: none;
}

.setup-content.active {
    display: block;
}

.likely {
    position: relative;
}

.likely.not {
    padding-left: 10px;
}

.likely.not:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #000000;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: 5px;
    left: -5px;
}

.likely.definitely {
    padding-right: 10px;
}

.likely.definitely:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000000;
    position: absolute;
    top: 5px;
    right: -5px;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.flex-direction-column {
    flex-direction: column;
}

.align-self-center {
    align-self: center;
}

.align-items-center {
    align-items: center;
}

.align-self-end {
    align-self: flex-end;
}

.mr-1 {
    margin-right: 1rem;
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}



.loader-img {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    z-index: 9999;
    display: none;
}

.testimonial,
.author {
    color: #ffffff;
}

.testimonial-wrapper {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.checkout-testimonials .testimonial-wrapper {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
}

.checkout-testimonials .testimonial,
.checkout-testimonials .author {
    color: #505050;
    font-size: 1.1em;
    text-align: center;
    line-height: 2em;
}

.white-color > a {
    text-decoration: none;
    display: block;
}

.white-color > a > h3 {
    color: #ffffff;
    display: inline-block;
}

.panel .panel-heading.white-color > a .badge {
    color: #ffffff !important;
    /*background-color: green;*/
}

.panel .panel-heading.white-color > a > span.badge.badge-success {
    background-color: green;
}

.white-color > a > h5 {
    color: #ffffff;
    display: block;
}

.checkout-testimonials .testimonial {
    font-size: 1.2em;
}

.light-grey {
    background-color: lightgrey;
}

.white-color > a {
    text-decoration: none;
    display: block;
}

.white-color > a > h3 {
    color: #ffffff;
    display: inline-block;
}

.white-color > a .badge {
    color: #ffffff !important;
}

.white-color > a > h5 {
    color: #ffffff;
    display: block;
}

.button {
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    background: #ef7419;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #fff;
    text-decoration: none;
    transition: all .15s ease;
}

.button:hover {
    color: #ffffff;
    text-decoration: none;
}

span.badge.badge-success {
    background-color: #8CC152;
}

/* dashboard styles */
.recommendations-block a {
    color: #ffffff;
}

.recommendations-block a:hover {
    text-decoration: none;
}

.popover {
    max-width: 400px;
}

#tour-video-close-btn {
    z-index: 1;
    top: -9px;
    right: -9px;
}

#tour-video-close-btn {
    display: block;
    font-size: 16pt;
    position: absolute;
    top: -9pt;
    right: -9pt;
    width: 18pt;
    height: 18pt;
    color: white;
    line-height: 14pt;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    cursor: pointer;
    background: black;
    border: 2pt solid white;
    -webkit-border-radius: 18pt;
    -moz-border-radius: 18pt;
    border-radius: 18pt;
}

.panel-heading {
    cursor: pointer;
}

.report-btns {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.welcome-block {
    border-bottom: 1px solid #ccd0db;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px;
}

.welcome-block h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.welcome-block p {
    line-height: 20px;
}

.welcome-block p,
.welcome-block p a {
    font-size: 17px;
}

.welcome-block p a {
    font-weight: bold;
}

/* loader style */
.progress-loader {
    display: none;
    position: fixed;
    z-index: 1100;
    background: #323b777d;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.progress-loader .desc {
    position: absolute;
    margin-left: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
}

.progress-loader .scene {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-loader .scene svg {
    width: 240px;
    height: 240px;
}

/* tags input */
.tags {
    display: block;
    width: 100%;
    padding: 2px 12px 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

tags-input {
    display: block
}

tags-input *, tags-input :after, tags-input :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

tags-input .host {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 100%;
    outline: none;
}

tags-input .tags,
tags-input .tags:focus,
tags-input .host:focus,
tags-input .host:active {
    outline: 0
}

tags-input .tags {
    padding: 2px 1px 1px 2px;
    overflow: hidden;
    word-wrap: break-word;
    cursor: text;
    background-color: #fff;
    height: 100%;
}

tags-input .tags .tag-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

tags-input .tags .tag-item {
    margin: 0 2px 2px 0;
    padding-left: 10px;
    display: inline-block;
    float: left;
    height: 28px;
    color: #ffffff;
    border-radius: 3px;
    background: #4569fa;
    border: 0 none;
    font-size: 15px;
    cursor: default;
    position: relative;
    padding-right: 34px;
    line-height: 28px;
}

tags-input .tags .tag-item.custom {
    background: #7a7a7a;
}

tags-input .tags .tag-item.selected {
    background: #cd0000;
}

tags-input .tags .tag-item .remove-button {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    font-size: 0;
    bottom: 0;
    width: 28px;
    cursor: pointer;
    background: transparent url("/static/symptoms_analyzer/remove.6205c735f8ec.svg") center center no-repeat;
}

tags-input .tags .tag-item .scale {
    background-color: #A0D468;
    position: absolute;
    padding: 0 3px;
    z-index: 1000;
    left: 0;
    right: 0;
    height: 7px;
    bottom: -7px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: 1px solid #A0D468;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    opacity: 0;
    overflow: hidden;
}

tags-input .tags .tag-item .scale.warning {
    background-color: #FFCE54;
    border-color: #FFCE54;
}

tags-input .tags .tag-item .scale.danger {
    background-color: #EA4520;
    border-color: #EA4520;
}

tags-input .tags .tag-item:hover .scale {
    opacity: 1;
    height: 19px;
    bottom: -19px;
}

tags-input .tags .tag-item:hover .scale .indicator {
    width: 6px;
    top: 0;
    bottom: 0;
    position: absolute;
    background: white;
    z-index: 1;
    margin-left: -3px;
    transition: left .07s ease-in-out;
    -moz-transition: left .07s ease-in-out;
    -webkit-transition: left .07s ease-in-out;
}

tags-input .tags .tag-item:hover .scale .hover {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

tags-input .tags .tag-item .remove-button:hover {
    background-color: rgba(255, 255, 255, 0.17);
}

tags-input .tags .input.invalid-tag,
tags-input .tags .tag-item .remove-button:active {
    color: #cd0000;
}

tags-input .tags .input {
    border: 0;
    outline: 0;
    padding: 0 0 0 8px;
    height: 28px;
    margin: 1px 0;
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif
}

tags-input .tags .input::-ms-clear {
    display: none
}

tags-input.ng-invalid .tags {
    -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, .6);
    -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, .6);
    box-shadow: 0 0 3px 1px rgba(255, 0, 0, .6)
}

tags-input[disabled] .host:focus {
    outline: 0
}

tags-input[disabled] .tags {
    background-color: #eee;
    cursor: default
}

tags-input[disabled] .tags .tag-item {
    opacity: .65;
    background: -webkit-linear-gradient(top, #f0f9ff 0, rgba(203, 235, 255, .75) 47%, rgba(161, 219, 255, .62) 100%);
    background: linear-gradient(to bottom, #f0f9ff 0, rgba(203, 235, 255, .75) 47%, rgba(161, 219, 255, .62) 100%)
}

tags-input[disabled] .tags .tag-item .remove-button {
    cursor: default
}

tags-input[disabled] .tags .tag-item .remove-button:active {
    color: #585858
}

tags-input[disabled] .tags .input {
    background-color: #eee;
    cursor: default
}

tags-input .autocomplete {
    margin-top: 5px;
    position: absolute;
    padding: 5px 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

tags-input .autocomplete .suggestion-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-height: 280px;
    overflow-y: auto;
    position: relative
}

tags-input .autocomplete .suggestion-item {
    padding: 5px 10px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    background-color: #fff
}

tags-input .autocomplete .suggestion-item.selected, tags-input .autocomplete .suggestion-item.selected em {
    color: #fff;
    background-color: #0097cf
}

tags-input .autocomplete .suggestion-item em {
    font: normal 700 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    background-color: #fff
}

/* upload file page */
.upload-file-page .upload_form_container {
    margin: 0 auto;
    max-width: 1000px;
}

.upload-file-page .upload-btn + input[type=file] {
    display: none;
}

.upload-file-page .plan-name {
    color: #FFF;
}

.upload-file-page ul,
.upload-file-page p {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 18px;
}

.upload-file-page ul {
    list-style: disc;
    padding-left: 20px;
}

.upload-file-page h3 {
    margin-bottom: 20px;
}

.upload-file-page .note {
    font-size: 15px;
    padding-bottom: 20px;
    min-height: 90px;
    text-align: justify;
    display: inline-block;
    max-width: 500px;
}

.upload-file-page .upload-options {
    text-align: center;
    padding-top: 20px;
}

.upload-file-page .btn {
    border-width: 5px;
    min-width: 225px;
    background-color: transparent;
    margin-bottom: 30px;
}