
:root {
    Color-scheme: light dark;
    supported-color-schemes: light dark;
}

/* Body
-------------------------------------------- */

html {
    padding: 0;
    margin: 0;
}
body {
    position: relative;
    font-size: 16px;
    width: 100%;
    height: auto;
    color: #1E1D21;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    background-color: #f5f5f5;
    font-family: 'Nunito Sans', sans-serif;
    background: url('../images/background.avif') fixed center center no-repeat;
    background-size: cover;
}

h1, h2, h3, h4, h5, h6, a, p, div {
    font-family: "Noto Sans Thai", sans-serif !important;
}

a{
    font-family: "Noto Sans Thai", sans-serif !important;
}
p, dt, dd {
    font-family: "Sarabun", sans-serif !important;   
}

a, a:focus, a:hover {
    text-decoration: none !important;
    transition: all 0.5s;
}

.uk-modal-dialog {
    border-radius: 15px !important;
}

.uk-modal-body {

    padding: 0 !important;
    border-radius: 25px;
    overflow: hidden;
    
    iframe {
        width: 100%;
        height: calc(80vh);
        border: none;
    }
}
.uk-table th {
    text-align: center !important;
    font-weight: 600 !important;
    color: #000 !important;
}

.uk-badge {
    background: #7777ec !important;
    padding: 1px 10px 0 10px !important;
}

#preloader {
    position: fixed;
    inset: 0;
    background: #fff; /* หรือสีที่ต้องการ */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 1;
    transition: opacity 0.3s;
}

#preloader.fade-out {
    opacity: 0;
    pointer-events: none;
}


/* Navigation Bar
-------------------------------------------- */

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900;
}

nav {

    z-index: 100;
    width: 100%;
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(1.8) blur(10px);
    background-color: rgba(255,255,255,1);

    .uk-logo {
        img {
            max-height: 42px;
        }
    }
    h1 {
        font-size: 18px !important;
        line-height: 40px;
        margin: 0 !important;
        padding: 0 !important;
        font-weight: 500;
        color: #000;
        font-family: "Noto Sans Thai", sans-serif !important;
    }
    a {
        font-size: 13px !important;
        color: #000 !important;
        font-weight: 600 !important;
        font-family: "Noto Sans Thai", sans-serif !important;
    }
    .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
        max-height: 65px !important;
        min-height: 65px !important;
    }
    .uk-navbar-nav {
        gap: 20px !important;
    }
    .section-selected {
        background-color: #ffffff !important;
        border-radius: 20px;
        padding: 10px 15px 10px 15px;
        height: auto;
        border: solid 1px #d2f4f7;
        display: inline-flex;
        align-items: center;
        transition: all 0.3s;
        font-family: "Noto Sans Thai", sans-serif !important;
        font-size: 13px !important;

        &:hover::after {
            color: #000 !important;
        }
        &:hover {
            background-color: #d2f4f7 !important;
        }

        span, a {
            color: #000 !important;
            font-weight: 600;
        }
    }
}
// .main_ctrl {
//     min-height: 100vh;
// }
// .main_view {
//     min-height: 100vh;
// }

/* Main / Section Config
-------------------------------------------- */

main {
    position: relative;
    left: 0;
    padding-top: 85px !important;
    z-index: 1;
    padding: 0;
    margin: 0;
    min-height: calc(100vh - 130px);
    // background: #d3ecf5;
    // background: linear-gradient(180deg, #d0e4ec 0%, rgba(87, 199, 133, 0) 40%);
}

#mindmap {
    transition: all 0.4s ease-in-out;
}

footer {
    position: relative;
    background-color: transparent;

    &.fixed-footer {
        padding: 0 !important;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: #000;
        z-index: 999;

        a, p {
            color: #fff !important;
            line-height: 50px;
            font-family: "Noto Sans Thai", sans-serif !important;
            font-size: 12px;
            font-weight: 500 !important;
        }
    }
}

.section, .section.active, .section.active.fp-completely{
    animation: zoom-in 0.5s ease;
    position: relative;
    opacity: 1;
    border-radius: 35px;
}

.uk-card {
    border-radius: 15px;
    border: solid 1px #f1f1f1 !important;
}

.uk-navbar-dropdown {
    border-radius: 15px !important;
}

/* Text Column
-------------------------------------------- */

.text-column {
    p {
        position: relative;
    }
    p::before {
        content: "";
        display: block;
        position: absolute;
        left: -20px;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #fff;
    }
    p:first-child:before {
        display: none;
    }
}

/* Table
-------------------------------------------- */

.uk-table {

    margin-top: 0 !important;
    border: solid 1px #e5e5e5;

    th, td {
        vertical-align: top;
        padding: 10px 3px !important;
        font-size: 12px !important;
    }
}

/* Form
-------------------------------------------- */
.uk-card {
    position: relative;
    overflow: hidden;
    border: solid 1px #f5f5f5;

    .uk-label {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0 0 0 18px;
        text-transform: inherit !important;
        padding: 4px 20px;
        font-size: 12px !important;
        font-weight: 600 !important;
    }
}

/* Breadcrumb
-------------------------------------------- */
.breadcrumb {
    nav, ul::selection {
        background: transparent !important;
        background-color: transparent !important;
    }
    a {
        color: #fff !important;
    }
}

/* Switch
-------------------------------------------- */
.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;

    input { 
    opacity: 0;
    width: 0;
    height: 0;
    }

    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    }

    .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    }

    input:checked + .slider {
    background-color: #2196F3;
    }

    input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    }

    /* Rounded sliders */
    .slider.round {
    border-radius: 34px;
    }

    .slider.round:before {
    border-radius: 50%;
    }
}


/* Login
-------------------------------------------- */
.login {
    min-height: 70vh;

    a.uk-button {
        border-radius: 25px;
    }
}

/* Indicator List
-------------------------------------------- */

main.report {
    a {
        color: #2a3f6b !important;
        font-weight: 500 !important;
    }
    .uk-button-small.uk-button-default {
        background-color: #7777ec;
        color: #fff !important;
        
        span.uk-icon {
            position: relative !important;
            top: 0 !important;
        }
    }
}
.indicator {

    position: relative;
    margin-left: 0 !important;
    height: auto;
    min-height: 30vh;

    .uk-subnav {
        overflow-x: auto;
        display: block;
        white-space: nowrap;
        padding: 5px;
        border-radius: 0;
        z-index: 800;
        text-align: center;

        &::-webkit-scrollbar {
            width: auto;
            height: 3px;
        }
        &::-webkit-scrollbar-track {
            background: #fff; 
            border-radius: 5px;
        }
        &::-webkit-scrollbar-thumb {
            border-radius: 5px;
            background: gray;
        }
        &>* {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
        .uk-subnav-pill>.uk-active>a,
        &>*>a{
            color: #353535 !important;
            border-radius: 20px;
            padding: 6px 15px !important;
            font-size: 14px !important;
            background-color: #f7f7f7 !important;
        }
        &>*>a:hover {
            color: #29666d !important;
        }
        .uk-subnav-pill>.uk-active>a {
            background-color: #b6f4fb !important;
        }

        li {
            display: inline-block;
            width: fit-content;
        }
        a {
            font-size: 13px;
        }
    }

    .indicator-selected {

        position: relative;
        display: none;
        z-index: 500;
        width: 50%;
        margin: 0 auto 20px auto;

        @media (max-width: 768px) {
            width: 90%;
        }

        nav {
            
            border-radius: 20px;
            border: solid 2px #fff;
            background-color: #f7f7f7;
            box-shadow: 0 0 10px rgba(0,0,0,0.05);

            a.active {
                text-align: center;
                line-height: 40px;
                display: block;
                font-size: 15px !important;
            }
        }

        .uk-dropdown {

            padding: 10px;
            border-radius: 10px;
            height: min-content;
            width: 100%;
            min-width: 100%;
            max-width: 100% !important;
            min-height: 400px;
            margin: 0 auto;
            
            li {
                list-style: none !important;
                padding: 5px 20px;
                border-bottom: solid 1px #f1f1f1;

                &::marker {
                    visibility: hidden !important;
                    display: none !important;
                }

                &:last-child {
                    border-bottom: none;
                }
            }
            .wrapper {
                width: 100%;
                height: 100%;
                max-height: 200px;
                overflow-x: hidden;
                overflow-y: scroll;
                border-radius: 25px;
            }
            .wrapper::-webkit-scrollbar {
                width: 4px;
                border-radius: 2px;
            }
            .wrapper::-webkit-scrollbar-track {
                background: transparent; 
                border-radius: 5px;
            }
            .wrapper::-webkit-scrollbar-thumb {
                border-radius: 5px;
                background: gray;
            }
        }
        .uk-inline.input {
            width: 100%;
            margin-bottom: 5px;

            input {
                border-radius: 10px;
                height: 35px;
            }
        }
    }

    .indicator-list{

        position: relative;
        left: 0;
        top: 0;

        .listing {
            width: 100%;
            overflow-x: hidden;
            overflow-y: scroll;
            border-radius: 25px;
        }
        /*div::scroolbars*/
        .listing::-webkit-scrollbar {
            width: 4px;
            border-radius: 2px;
        }
        .listing::-webkit-scrollbar-track {
            background: transparent; 
            border-radius: 5px;
        }
        .listing::-webkit-scrollbar-thumb {
            border-radius: 5px;
            background: gray;
        }
        
        .uk-inline.input {
            
            position: relative;
            width: 95% !important;
            display: block;
            margin: 0 auto 0 auto;

             input[type="search"] {
                width: 100%;
                border-radius: 10px;
                height: 30px;
                font-size: 13px !important;
            }
        }
       
        .listing {

            height: calc(100% - 35px);
            padding: 0;
            
            ul {
                margin: 0 !important;
                padding: 5px 5px !important;
            }
            li {
                position: relative !important;
                top: inherit !important;
                left: inherit !important;
                right: inherit !important;
                bottom: inherit !important;
                list-style: none !important;
                background-color: #fafafa;
                border-left: solid 3px #7777ec;
                border-radius: 20px !important;
                margin: 5px 0 10px 0 !important;
                width: auto !important;
                min-width: inherit !important;
                max-width: inherit !important;
                height: auto !important;
                transition: all 0.3s;
                box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);

                h5 {
                    font-family: "Noto Sans Thai", sans-serif;
                    font-size: 16px !important;
                    cursor: pointer;
                    color: #212626 !important;
                    margin: 0px 10px 10px 30px !important;
                    font-weight: 600 !important;
                }
                p, span {
                    font-size: 13px;  
                }
                .uk-border-circle-text {
                    position: absolute;
                    left: -3px;
                    top: -4px;
                    bottom: 0;
                    background-color: #7777ec;
                    width: 30px;
                    height: 80px;
                    line-height: 80px;
                    vertical-align: middle;
                    border-radius: 15px 0 10px 0;
                    /* vertical-align: middle; */
                    font-size: 20px;
                    font-weight: 600;
                    display: inline-block;
                    color: #fff;
                    text-align: center;
                    margin-right: 5px;
                }
                a {
                    font-size: 12px !important;
                }
                .uk-button {

                        &.uk-button-primary {
                            background-color: #92c6ce;
                            color: #fff;
                        }
                    border-radius: 10px;
                    margin-left: 30px;
                    padding: 8px 15px !important;
                    line-height: 18px;
                    margin-bottom: 0;
                    display: inline-block;
                }
            }
        }
    }
    .report {
        position: relative;
        background-color: #fff;
        padding: 15px;
        border-radius: 20px;

        .indicator-data {
            position: relative;
            padding: 0;
            margin: 0 0 0 0;
            overflow-x: hidden;
            overflow-y: scroll;
            z-index: 10;
        }
        .canvas {
            min-height: 300px !important;
        }
    }

    &.portal {

        margin-left: inherit !important;
        height: auto !important;

        .uk-subnav, .indicator-list, .indicator-data{
            position: relative;
            width: 100%;
            height: auto;
            left: inherit !important;
            top: inherit !important;
            margin: auto;
        }
        .uk-inline.input {
            width: 100%;
            max-width: 50%;
            margin: 10px auto;

            input[type="search"] {
                height: 40px !important;
            }
        }
    }

    
}

/* Loading
-------------------------------------------- */

.loading {
    
    span {
        display: block;
        background-color: #f1f1f1;
        border-radius: 20px;
        -webkit-animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-name: loadingpane;
        -webkit-animation-timing-function: linear;
        background: #f6f7f9;
        background-image: linear-gradient(to right, #f6f7f9 0%, #e7e7e7 20%, #f6f7f9 40%, #f6f7f9 100%);
        background-repeat: no-repeat;
        background-size: 800px 300px;
        position: relative;
    }

    &.list {
        span {
            height: 80px;
            width: calc(100% - 20px);
            margin: 10px auto;
        }
    }
    &.chart {
       span {
            height: 300px;
            width: calc(80%);
            margin: 10px auto 30px auto;
            &.subject {
                height: 20px !important;
                margin: 10px auto;
            }
       }
    }
    @keyframes loadingpane{
        0% {
            background-position: -568px 0;
        }
        100% {
            background-position: 568px 0;
        }
    }
}

/* Form
-------------------------------------------- */

section.form-calculator {

    position: relative;

    ::selection {
        color: #fff;
        background: var(--primary-color);
    }
    input,
    select {
        border: none;
        -webkit-appearance: none !important;
    }

    .custom-background {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        background: center center no-repeat;
        background-size: cover;
        opacity: 0.4;
    }
    
    .formstep-wrapper, .form-container {

        width: 100%;
        padding: 0 0 60px 0;
        position: relative;
        z-index: 1;
    
        header {
            font-size: 35px;
            font-weight: 600;
            margin: 0 0 30px 0;
        }
    
        p {
            font-size: 14px;
        }
    
        .form-outer {
    
            width: 100%;
            height: fit-content;
            overflow: hidden;
    
            form {
                display: flex;
    
                .page {
    
                    width: calc(100% / var(--stepNumber));
                    height: fit-content;
                    transition: margin-left 0.3s ease-in-out;
                    padding: 0;
    
                    .title {
                        text-align: left;
                        margin: 0 0 30px 0;
    
                        h1, h2, h3, h4 {
                            font-size: 30px;
                            font-weight: 500;
                            color: #224ba0;
                        }
                    }
                }

                .form-wrapper {

                    .lightbox-btn {

                        position: absolute;
                        top: 25px;
                        right: 25px;
                        z-index: 100;
                        width: 20px;
                        height: 20px;
                        border-radius: 50%;
                        text-align: center;

                        a {
                            width: 20px;
                            height: 20px;
                            display: block;
                            color: var(--primary-color);

                            &::after {
                                content: "\f00e";
                                font-size: 15px;
                                font-family: FontAwesome;
                            }
                        }
                    }

                    .img-wrapper.large {
                      a > img {
                        width: 100%;
                        max-height: 450px;
                        object-fit: contain;
                        border:solid 1px #e1e1e1;
                        border-radius: 20px;
                      }
                    }

                    .checkbox-button {

                        width: 100%;
                        text-align: left;

                        .checkbox-button-item {
                            position: relative;
                        }

                        label {

                            color: #214c9e;
                            cursor: pointer;
                            padding: 8px 15px 8px 60px;
                            margin: 0 5px 10px 0;
                            position: relative;
                            border-radius: 25px;
                            display: inline-block;
                            background-color: transparent;
                            border: solid 2px #fff;
                            transition: all 0.3s;
                            width: 100%;
                            box-shadow: 0 3px 15px rgba(0,0,0,0.1);

                            &:hover {
                                border: solid 2px #e1e1e1;
                                box-shadow: 0 4px 10px rgba(0,0,0,0.2);
                            }

                            &::before {
                                content: "\f111";
                                font-family: FontAwesome;
                                position: absolute;
                                top: 4px;
                                left: 10px;
                                font-size: 22px;
                                z-index: 10;
                            }

                            .img-wrapper {
                                
                                position: relative;
                                left: 0;
                                top: 0;
                                width: 100%;
                                z-index: 1;
                                transition: all 0.4s;
                                opacity: 1;

                                img {
                                    width: auto;
                                    height: 250px;
                                    object-fit: cover;
                                    margin: 0 auto;
                                    display: block;
                                }

                                .housepaint {
                                    display: block;
                                    width: calc(100% - 20px);
                                    height: 50px;
                                    margin: 0 auto 3px;
                                }
                            }
                        }

                        &.small {
                            label {
                                width: auto;
                            }
                        }

                        input[type="radio"] {
                            display: none;
                        }
                        input[type="checkbox"] {
                            display: none;
                        }
                        input[type="radio"]:checked + label,
                        input[type="checkbox"]:checked + label {

                            background-color: #c3d8ff !important;
                            border: solid 2px #aac8ff !important;

                            &::before {
                                content: "\f058";
                                font-family: FontAwesome;
                            }
                        }
                        input[type="radio"].invalid-input + label,
                        input[type="checkbox"].invalid-input + label {
                            border: dashed 2px var(--danger-color);
                        }
                        input[type="radio"]:valid + label,
                        input[type="checkbox"]:valid + label {
                            border: solid 2px #fff;
                        }
                        input[type="radio"]:disabled  ~ label, input[type="checkbox"]:disabled ~ label {
                            opacity: 0.5;
                            cursor: no-drop;
                        }

                        &.img-cover {
                            
                            label {
                                padding: 0;
                                background-color: #fff;

                                span.value {
                                    position: relative;
                                    z-index: 10;
                                    width: 50%;
                                    padding: 10px 15px;
                                    margin-left: 25px;
                                    font-weight: 800;

                                    &.price {
                                        margin-left: 0;
                                        padding: 7px 10px;
                                        
                                    }
                                }
                            }

                            .gallery-btn {
                                position: absolute;
                                z-index: 15;
                                right: 0;
                                bottom: -2px;
                                padding: 0 13px 0 0;

                                a {

                                    background: #e1e1e1;
                                    padding: 2px 10px;
                                    border-radius: 10px;
                                    font-size: 12px;
                                    position: relative;
                                    font-family: 'Manrope', sans-serif;
                                    top: -4px;

                                    &::before {
                                        content: "\f302";
                                        font-family: FontAwesome;
                                        font-size: 12px;
                                    }
                                }
                            }

                            input[type="radio"]:checked + label,
                            input[type="checkbox"]:checked + label {

                                .img-wrapper {
                                    opacity: 0.7;
                                }
                            }
                          
                        }
                    }
                }

                .field {
                    width: 100%;
                    height: 45px;
                    margin: 0 0 20px 0;
                    display: flex;
                    position: relative;

                    &.height-auto {
                        height: auto;
                    }

                    &.uk-inline {
                        label,
                        input:focus~label,
                        input:valid~label,
                        select:focus~label,
                        select:valid~label,
                        textarea:focus~label,
                        textarea:valid~label {
                            left: 40px !important;
                            right: inherit !important;
                        }
                    }

                    label {
                        position: absolute;
                        top: 15px;
                        left: 15px;
                        font-weight: 400;
                        font-size: 12px;
                        line-height: 15px;
                        background: transparent;
                        transition: all 0.4s;
                    }

                    input[type="text"], input[type="email"], input[type="phone"], input[type="date"], input[type="time"], select, textarea {
                        box-sizing: border-box;
                        height: 100%;
                        width: 100%;
                        border: solid 2px #fff;
                        border-radius: 15px;
                        padding: 10px 0 0 15px;
                        margin: 0 1px;
                        font-size: 14px;
                        transition: all 0.4s;
                        background-color: #f8f8f8;
                    }
                    textarea {
                        height: 100px;
                        padding: 15px 40px;
                    }
                    input:hover, select:hover{
                        border: solid 2px #e1e1e1;
                    }
                    
                    input:focus, input:valid,
                    select:focus, select:valid {
                        outline: none;
                    }
                    input.invalid-input {
                        border: dashed 2px #ff6363 !important;
                    }
                    input:focus ~ label {
                        top: 0;
                    }
                    input:focus,
                    select:focus,
                    textarea:focus,
                    input:valid,
                    select:valid,
                    textarea:valid,
                    input:-internal-autofill-selected,
                    input:-webkit-autofill,
                    input:-webkit-autofill:hover,
                    input:-webkit-autofill:focus,
                    input:-webkit-autofill:valid,
                    select:-webkit-autofill,
                    select:-webkit-autofill:hover,
                    select:-webkit-autofill:focus,
                    select:-webkit-autofill:valid {
                        border: solid 2px #fff;
                        background-color: #fff !important;
                    }
                    input:focus~label,
                    input:valid~label,
                    select:focus~label,
                    select:valid~label,
                    textarea:focus~label,
                    textarea:valid~label {
                        top: 2px;
                        transform: scale(0.9, 0.9);
                        color: #5b5138;
                    }
                    input:valid~label,
                    select:valid~label,
                    textarea:valid~label {
                        color: #41930e !important;
                    }
                    input.uk-checkbox:valid,
                    input[type="text"]:valid, 
                    input[type="email"]:valid, 
                    input[type="phone"]:valid,
                    input[type="date"]:valid,
                    input[type="time"]:valid,
                    select:valid,
                    textarea:valid {
                        border: solid 2px #90edaf !important;
                        background-color: #fff !important;
                    }
                    input:-webkit-autofill,
                    input:-webkit-autofill:hover,
                    input:-webkit-autofill:focus,
                    input:-webkit-autofill:active {
                        -webkit-box-shadow: 0 0 0 30px transparent inset !important;
                    }

                    input:-webkit-autofill,
                    input:-webkit-autofill:hover,
                    input:-webkit-autofill:focus,
                    input:-webkit-autofill:active {
                        transition: background-color 5000s ease-in-out 0s;
                    }

                    input[type="checkbox"],
                    input[type="radio"] {
                        width: 25px;
                        height: 25px;
                        border: solid 2px #214c9e;
                        background-color: #f8f8f8 !important;
                        border-radius: 50%;
                        transition: all 0.4s;
                        margin: 10px 0 0 0 !important;
                        float: left;
                    }
                    input[type="checkbox"]:checked,
                    input[type="radio"]:checked {
                        background-color: #214c9e !important;
                    }
                    input[type="checkbox"] ~ label,
                    input[type="radio"] ~ label {
                        position: relative;
                        float: left;
                        font-size: 14px;
                        top: 15px;
                        cursor: pointer;
                    }
                    input[type="checkbox"]:checked ~ label,
                    input[type="radio"]:checked ~ label,
                    input[type="checkbox"]:valid ~ label,
                    input[type="radio"]:valid ~ label {
                        position: relative;
                        float: left;
                        font-size: 14px !important;
                        top: 15px;
                        transform: scale(1, 1);
                        color: #000 !important;
                    }
 
                    .g-recaptcha {
                        transform: scale(0.9);
                        transform-origin: 0 0;
                    }

                    button {
                        width: 100%;
                        max-width: 150px;
                        height: calc(100%);
                        border: none;
                        background: #224ba0;
                        margin-top: 0;
                        border-radius: 25px;
                        color: #fff;
                        cursor: pointer;
                        font-size: 14px;
                        font-weight: 500;
                        letter-spacing: 1px;
                        text-transform: uppercase;
                        transition: 0.5s ease;

                        &.checkout {
                            width: auto;
                            max-width: inherit;
                            padding: 0 30px;
                            background-color: var(--button-primary-hover-color);
                        }
                    }
                    button:hover {
                        background: #000;
                    }
                    button.next {
                        float: right;
                    }
                    button.next::after{
                        content: "\f054";
                        font-family: FontAwesome;
                        margin-left: 20px;
                    }
                    button.prev::before{
                        content: "\f053";
                        font-family: FontAwesome;
                        margin-right: 20px;
                    }

                    .total-price {
                        
                        position: absolute;
                        right: 0;
                        line-height: 45px;
                        vertical-align: middle;
                        font-family: 'Cormorant Garamond', serif;
                        font-size: 20px;
                        font-weight: 200;
                        color: #143270;

                        .price {
                            font-size: 30px;
                            display: inline-block;
                            margin: 0 10px 0 20px;
                            font-weight: 600;
                        }
                    }
                }
                .btns {
                    button {
                        &.prev {
                            margin-right: 3px;
                        }
                        &.next {
                            margin-left: 3px;
                        }
                    }
                }
            }
        }
        .progress-bar {
    
            background: #3c424f;
            padding: 40px 0;
            margin: 0 0 50px 0;
    
            .uk-container {
    
                display: flex;
                user-select: none;
    
                .step {
                    text-align: center;
                    width: 100%;
                    position: relative;
    
                    p {
                        font-weight: 500;
                        font-size: 12px;
                        color: #fff;
                        margin-bottom: 8px;
                        white-space: nowrap;
                    }
    
                    .bullet {
                        height: 25px;
                        width: 25px;
                        border: 2px solid #224ba0;
                        background-color: #224ba0;
                        display: inline-block;
                        border-radius: 50%;
                        transition: 0.2s;
                        font-weight: 500;
                        font-size: 14px;
                        line-height: 25px;
                        z-index: 5;
    
                        &.active {
                            border-color: green;
                            background: green;
    
                            span {
                                display: none;
                            }
    
                            &:after {
                                background: green;
                                transform: scaleX(0);
                                transform-origin: left;
                                animation: animate 0.3s linear forwards;
                            }
                        }
                        span {
                            position: absolute;
                            left: 50%;
                            transform: translateX(-50%);
                            color: #fff;
                        }
                        &::before, &::after{
                            position: absolute;
                            content: "";
                            display: block;
                            top: 35%;
                            bottom: 0;
                            height: 3px;
                            width: 100%;
                            margin: auto;
                            background: #224ba0;
                            z-index: 0;
                            margin-left: 14px;
                        }
                        &::before, &::after {
                            left: 50%;
                        }
                    
                    }
    
                    &:last-child .bullet:before, &:last-child .bullet:after {
                        display: none;
                    }
    
                    p.active {
                        color: lightgreen;
                        transition: 0.2s linear;
                    }
                    .check {
                        position: absolute;
                        left: 50%;
                        top: 64%;
                        font-size: 15px;
                        transform: translate(-50%, -50%);
                        display: none;
                        &.active {
                            display: block;
                            color: #fff;
                        }
                    }
                }
            }
        }
    
        @keyframes animate {
            100% {
                transform: scaleX(1);
            }
        }
    }
}

/* Mindmap
-------------------------------------------- */

.mindmap-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);

    h2{
        margin: 0 !important;
        font-size: 24px !important;
        font-weight: 600;
        color: #2c416d;
        line-height: 40px;
    }

    .mindmap {
        position: relative;
        width: 100%;
        height: calc(100vh - 200px);
        overflow: hidden;
    }

    .markmap-foreign {
        display: inline-block;
        font-weight: 400;
        font-size: 13px;
        color: #0e0e0e !important;
    }
    g {
        
    }

}


/* Responsive
-------------------------------------------- */

@media (min-width: 768px){
    .uk-navbar-nav li:nth-child(4) {
        display: none;
    }
}
@media (max-width: 768px){

    .indicator-list,
    .indicator .uk-subnav,
    .uk-navbar-nav > li,
    .uk-navbar-left h1{
        display: none;
    }
    .indicator-selected, .uk-navbar-nav > li:nth-child(4), .uk-navbar-nav > li:last-child, .not-responsive {
        display: block !important;
    }
    .indicator .report {
        padding: 10px 0;
    }
    main.uk-padding {
        padding: 50px 5%;
    }
    .indicator .report .canvas {
        min-height: 320px;
    }
    .uk-column-1-3 {
        column-count: 1;
    }
    dt, dd {
        display: block;
        width: 100%;
    }
    .breadcrumb .uk-text-left, .breadcrumb .uk-text-right {
        text-align: center !important;
    }
    .indicator-data .heading > div{
        width: 100% !important;
        text-align: center !important;
    }
    .indicator-data .heading a {
        position: relative;
        top: -25px;
    }
    .uk-table {
        margin-top: 20px;
    }
}