/* brand changes  */

.featured-box-primary .box-content {
    border-top-color: #08c;
}

.featured-box-primary h4 {
    color: #08c;
}
.mb-5 {
    margin-bottom: 2rem !important;
}
a,
a:hover,
a:focus {
    color: #08c;
}

html .btn-primary {
    background-color: #08c;
    border-color: #08c #08c #08c;
    color: #fff;
}

html .btn-primary:hover {
    background-color: #08c;
    border-color: #08c #08c #08c;
    color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

html .btn-primary:active {
    background-color: #08c;
    border-color: #08c #08c #08c;
    color: #fff;
}


/* //brand changes */

.body {
    position: relative;
    min-height: 100vh;
    /* background-color: #02354e; */
    background-image: url(../img/body-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-effect-shrink {
    border-bottom: 1px solid rgba(255, 255, 255, .4) !important;
}

#header .header-nav-features.header-nav-features-lg-show-border:before,
#header .header-nav-features.header-nav-features-lg-show-border:after {
    content: none;
}

#header .header-nav-features .header-nav-features-dropdown {
    min-width: 250px;
    margin-top: 40px;
    border-radius: 5px;
}

#footer {
    background: #FFF;
    border-top: 4px solid #FFF;
    clear: both;
    position: relative;
    margin-top: 110px;
}

#footer .footer-copyright.footer-copyright-style-2 {
    background: #FFF;
    border-top: 1px solid rgba(255, 255, 255, .05);
}

#footer .footer-copyright p {
    color: #000;
}

.footer-reset {
    position: absolute !important;
    bottom: 0;
    width: 100%;
}

.main {
    min-height: 60vh;
}


/* result quiz  */

.result_box {
    background: #fff;
    border-radius: 5px;
    display: flex;
    padding: 25px 30px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* transform: translate(-50%, -50%) scale(0.9); */
    /* pointer-events: none; */
    transition: all 0.3s ease;
}

.result_box .icon {
    font-size: 100px;
    color: #08c;
    margin-bottom: 10px;
}

.result_box .complete_text {
    font-size: 20px;
    font-weight: 500;
}

.result_box .score_text span {
    display: flex;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 500;
}

.result_box .score_text span p {
    padding: 0 4px;
    font-weight: 600;
}

.result_box .buttons {
    display: flex;
    margin: 20px 0;
}

.result_box .buttons button {
    margin: 0 10px;
    height: 45px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #08c;
    border: none;
    outline: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.buttons button.restart {
    color: #fff;
    background: #08c;
}

.buttons button.restart:hover {
    background: #08c;
}

html .bg-color-dark,
html .bg-dark {
    background-color: #FFF!important;
}