html {
    width: 100%;
}
:root {
    --main-color: #9BCC68;
}

body {
    font-family: "Roboto",sans-serif;
}

.row {
    margin-left: 0;
    margin-right: 0;
}
h3 {
    color: var(--main-color);
}

.table>thead>*>* {
    background-color: #F4F4F4;
}

.custom-label-form{
    text-align: left;
    font-weight: 200;
    color: #333333;
    font-size: 2.5em;
    line-height: 1.214;
    margin: 0 0 0.5407911001em;
}
/* -------------------- */
/* ----- Input ----- */
/* -------------------- */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
body > main button {
    background-color: var(--main-color) !important; 
    color: white !important;
    border: none !important; 
}
input:not([type="checkbox"]) {
    padding: 0.6180469716em !important;
    background-color: #f2f2f2 !important;
    color: #43454b !important;
    border: 0 !important;
    -webkit-appearance: none !important;
    box-sizing: border-box !important;
    font-weight: 400 !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 13%) !important;
    font-family: "Roboto",sans-serif !important;
    line-height: 1.2 !important;
    text-rendering: optimizeLegibility !important;
    font-size: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;

}
input:focus {
    border: 2px solid #97c455 !important;
    box-shadow: none !important;
}

#map {
    width: 370px;
    height: 297px;
    z-index: 0;
}
/* ------------------ */
/* ----- HEADER ----- */
/* ------------------ */
header > div {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    padding: 6px;
}
header > div > p {
    color: #171717;
    margin: 0;
    font-size: 18px;
    letter-spacing: 4px;
    font-family: gooddog-new,sans-serif;
    font-weight: 400;
    font-style: normal;    
}


header > div > p > span {
    color: var(--main-color);
    font-size: 20px;
} 


/* ------------------- */
/* ----- NAV BAR ----- */
/* ------------------- */
nav {
    background-color: #fbfcf4;
    border-bottom: 2px solid var(--main-color);
    font-family: gooddog-new,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    box-shadow: 0px 6px 10px -10px rgb(0 0 0 / 50%);
    
}
nav > div {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
}

img.imgnavbar {
    width: 9em!important;
}

nav > div  > div > div {
    padding: 0!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

nav > div  > div > div > a, .offcanvas-body > ul > li > a {
    color: #848682;
    padding: 0px 15px 0px 15px;
    font-size: 15px;
    transition: all .4s ease;
    text-transform: none;
    text-decoration: none;
    letter-spacing: normal;
    -webkit-tap-highlight-color: transparent;
    
}
nav > div  > div > div > a:first-child {
    padding: 0px 15px 0px 0px;
}
nav > div  > div div > a:hover, nav > div  > div div > a:hover > i, .offcanvas-body > ul > li > a:hover {
    color: var(--main-color);
    text-decoration: none;
}
nav > div  > div > div > a > i {
    color: #AFB0AE;
    font-size: 20px;
}

nav div.nav-mobile > button {
    display: none;
}
/* ---------------------- */
/* ----- SUB HEADER ----- */
/* ---------------------- */
.sub-header {
    margin: 40px 0 0 0;
}
.sub-header > p:first-child {
    color: var(--main-color);
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.4px;
    font-family: 'gooddog-new', sans-serif;

}
.sub-header > div {
    width: 7%;
    margin: 10px auto 90px auto;
    height: 11px;
    border-radius: 2px;
}
.sub-header > div > div {
    background-image: linear-gradient(135deg,#b1b1b1 25%,transparent 25%,transparent 50%,#b1b1b1 50%,#b1b1b1 75%,transparent 75%,transparent);
    background-color: #ffffff;
    background-size: 6px 6px;
    box-shadow: none;
}
.sub-header > p:last-child {
    color: #B1B1B1;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 1.4px;
}
.sub-header > h2 {
    text-align: center;
    color: #171717;
    font-size: 45px;
    font-family: gooddog-new, sans-serif;
    font-style: normal;
    font-weight: 400;
}

/* ------------------ */
/* ----- WIZARD ----- */
/* ------------------ */
.wizard {
    margin: 20px auto;
    background: #fff;
}
.wizard .tab-pane {
    padding-bottom: 50px;
}
.wizard .nav-tabs {
    /* position: relative; */
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}
.wizard > div.wizard-inner {
    position: relative;
}
.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 50px;
    right: 50px;
    top: 50%;
    z-index: 1;
    /* background: linear-gradient(90deg,var(--main-color) 25%,#e0e0e0 25%); */
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid var(--main-color);
}
.wizard li.active span.round-tab i{
    color: var(--main-color);
}
span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}
.pass {
    border-color: var(--main-color)!important;
}
.pass i {
    color: var(--main-color)!important;
}
.wizard .nav-tabs > li {
    width: 25%;
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: var(--main-color);
    transition: 0.1s ease-in-out;
}
.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 47%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: var(--main-color);
}
.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}
.wizard .nav-tabs > li a:hover {
    background: transparent;
}
.wizard .tab-pane {
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 50px;
}
.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {
    .wizard {
        width: 90%;
        height: auto !important;
    }
    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}


/* ------------------- */
/* ----- TOOLTIP ----- */
/* ------------------- */
.tooltip-inner {
    background-color: #F4F4F4;
    box-shadow: 0px 0px 4px black;
    color: black;
    opacity: 1!important;
}
.tooltip.show {
    opacity: 1;
}


/* -------------------- */
/* ----- DATALIST ----- */
/* -------------------- */
datalist {
    background-color: #e0e0e0;
}


/* ------------------ */
/* ----- BUTTON ----- */
/* ------------------ */
.btn-my {
    border: none;
    background: none;
    font-size: large;
    text-decoration: none !important;
    margin-inline: .5rem;
}
.btn-my-r {
    color: red;
    border: none;
    background: none;
    font-size: large;
    text-decoration: none !important;
    margin-inline: .5rem;
}


/* ------------------ */
/* ----- FOOTER ----- */
/* ------------------ */
footer {
    padding: 30px 0px 30px 0px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 50%);
    background-color: #C8D54312;
}
footer > div:first-child > img {
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
footer > div:first-child > p:first-of-type {
    margin: 1em 0 1.41575em;
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 1px;
}
footer > div:first-child > p:last-of-type {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1.9px;
    padding: 0;
    margin: 0;
    margin-bottom: 1.41575em;
    line-height: 1;
    text-align: center;

}
footer > div:first-child > a {
    width: fit-content;
    color: #fff;
    background-color: #c9d643;
    padding: 2.5% 3.5%;
    align-self: center;
}
.sub-footer {
    background-color: #F4F4F4;
}
.sub-footer > p {
    margin: 7px;
    color: #7A7A7A;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}
.icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.icon-list-item {
    font-size: 13px;
    padding:0;
    padding-bottom: calc(14px/2);
    justify-content: flex-start;
    text-align: left;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: inherit;
    margin: 0;
    position: relative;
}
.icon-list-item > a {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    -webkit-box-pack: start;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    color: #171717;
    text-decoration: none;
    color: var(--main-color);
}
.icon-list-icon > i {
    color: #0000003b;
}
.icon-list-text {
    color: #171717;
    align-self: center;
    padding-left: 13px;
}
.icon-list-text:hover{
    color: var(--main-color); 
}

/* ---------------------- */
/* ----- PAGE LOGIN ----- */
/* ---------------------- */

section:first-of-type > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
section:first-of-type > div > h4 {
    color: #171717;
    font-size: 45px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1;
}
section:first-of-type > div  > h5 {
    color: #B1B1B1;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1.4px;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
    line-height: 1;
}
section#link a {
    text-decoration: none;
    fill: var( --main-color );
    color: var( --main-color );
    border-color: var( --main-color );
    font-size: 51px;
    transition-duration: .3s;
    transition-property: font-size;
}

section#link h3 > a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var( --main-color );
}
section#link h3 {
    margin: 0;
}
section#link {
    display: flex;
    margin: auto 0;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
}

section#link > .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align:center;
    padding: 25px 50px;
}
section#link :hover {
    background-color: #F4F4F4;
}
section#link i:hover {
    font-size: 55px;
    transition-duration: .3s;
    transition-property: font-size;
}
section#link > .box > .icon-box-icon {
    margin: 0 auto;
}
/* ---------------------- */
/* ----- Validation HEADER ----- */
/* ---------------------- */
.validation-header {
    margin: 40px 0 0 0;
}
/*.validation-header > p:first-child {*/
/*    color: var(--main-color);*/
/*    font-size: 28px;*/
/*    font-weight: 600;*/
/*    line-height: 1;*/
/*    letter-spacing: 1.4px;*/
/*    font-family: 'gooddog-new', sans-serif;*/
/*}*/
/*.validation-header > div {*/
/*    width: 7%;*/
/*    margin: 10px auto 90px auto;*/
/*    height: 11px;*/
/*    border-radius: 2px;*/
/*}*/
/*.validation-header > div > div {*/
/*    background-image: linear-gradient(135deg,#b1b1b1 25%,transparent 25%,transparent 50%,#b1b1b1 50%,#b1b1b1 75%,transparent 75%,transparent);*/
/*    background-color: #ffffff;*/
/*    background-size: 6px 6px;*/
/*    box-shadow: none;*/
/*}*/
/*.validation-header > p:last-child {*/
/*    color: #B1B1B1;*/
/*    text-align: center;*/
/*    font-size: 18px;*/
/*    font-weight: 300;*/
/*    line-height: 23px;*/
/*    letter-spacing: 1.4px;*/
/*}*/
.validation-header > h2 {
    text-align: center;
    color: #171717;
    font-size: 45px;
    font-family: gooddog-new, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
}