/*
    Always include this file.
    Includes styles for checker form and results
*/
body {
    min-height: 100vh;
}

body,
#boxed-wrapper,
#wrapper,
#main > .fusion-row,
#content.full-width,
.page,
.post-content,
.post-content > .fusion-fullwidth {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#main {
    flex: 1;
    display: flex;
    flex-direction: row;
}

.fusion-box {
    flex: 1;
}



a,
a:hover,
a:focus {
    text-decoration: none;
}

.section-header {
    margin-bottom: 40px;
}

.lead {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
}


h3.custom-h3 {
    line-height: 1.5!important;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

h6.custom-h6 {
    font-size: 1.125rem;
    line-height: 1.5!important;
}

.text-muted {
    color: rgba(255,255,255,0.75)!important;
}
.text-dark {
    color: #222;
}
.text-grey {
    color: #999;
}
.text-warning {
    color: #f47e03!important;
}

.font-size-sm {
    font-size: 14px;
}

.font-weight-semibold {
    font-weight: 500;
}

.mb-2 {
    margin-bottom: 10px!important;
}
.mb-3 {
    margin-bottom: 20px!important;
}
.mb-4 {
    margin-bottom: 30px!important;
}
.ml-4 {
    margin-left: 30px!important;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
}


.btn {
    border-radius: 4px;
    font-weight: 700;
    padding: 15px 20px;
}

.btn-login {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 22px;
    margin-left: 30px;
    background-color: #ffe666;
    color: #222;
}
.btn-check {
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    background-color: #ffe666;
    color: #222;
}
.btn-dark {
    color: #fff!important;
}


.form-group {
    margin-bottom: 30px;
}
.form-control {
    padding: 12px 15px;
    border: 0;
    border-radius: 2px!important;
    font-size: 14px;
    height: 45px;
}



#results, #counter {
    margin-top: 40px;
}




.chart {
    width: 250px;
    height: 250px;
    text-align: center;
    position: relative;
    background-color: #fff;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
}
.chart-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #222;
    font-size: 14px;
}

.chart-text h2 {
    font-size: 2.5rem!important;
}

[v-cloak] {
    visibility: hidden;
}


.list-results li {
    padding-left: 40px;
    position: relative;
}
.list-results li:before {
    content: '!';
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 1px;
    height: 25px;
    width: 25px;
    border-radius: 100px;
    text-align: center;
    line-height: 26px;
    color: #fff;
}
.list-results li.more-available:before {
    content: '+';
    background-color: #999;
}

.list-results li.more-available {
    cursor: pointer;
}

.error-level-high:before {
    background-color: #dc3545;
}
.error-level-high h6 {
    color: #dc3545;
}

.error-level-medium:before {
    background-color: #f47e03;
}
.error-level-medium h6 {
    color: #f47e03;
}

.error-level-low:before {
    background-color: #3c4447;
}
.error-level-low h6 {
    color: #3c4447;
}



.list-checks li {
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%2328a744' d='M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z'%3E%3C/path%3E%3C/svg%3E") no-repeat left top;
    background-size: 16px 16px;
    padding-left: 30px;
}


.alert {
    color: #fff;
    background-color: #ff6565;
    font-size: 14px;
}


