@font-face {
  font-family: 'Paralucent-Bold';
  src: url('/fonts/Paralucent-Bold.ttf');
}

@font-face {
  font-family: 'Sofia-Pro-Medium';
  src: url('/fonts/Sofia-Pro-Medium.ttf');
}

body, p, a, h1, h2, h3, h4, h5, h6, span, button, label {
    font-family: 'Rubik', sans-serif;
}

.grecaptcha-badge {
    visibility: hidden;
}

#cookie-box{
    background: linear-gradient(82.17deg, rgb(241, 245, 248) 50%, rgb(255, 255, 255) 100%);
    bottom:20px;
    left:20px;
    position:fixed;
    display:block;
    margin:0 auto;
    padding:20px 20px 20px 20px;
    box-sizing:border-box;
    z-index:9999;
    max-width: 365px;
    border-radius: 20px;
    text-align: justify;
}
#cookie-box .form-group {
    margin-bottom: 5px;
}
#cookie-box .form-group:last-child {
    margin-bottom: 0px;
}
#cookie-box label {
    cursor: pointer;
    display: inline-block !important;
}
@media (max-width: 992px) {
    #cookie-box {
        padding: 10px 10px 10px 10px;
    }
}
.popup-modal {
    max-width: 45%;
}
@media (max-width: 1200px) {
    .popup-modal {
        max-width: 70%;
    }
}
@media (max-width: 992px) {
    .popup-modal {
        max-width: 80%;
    }
}
@media (max-width: 768px) {
    .popup-modal {
        max-width: 95%;
    }
}

html {
    height: 100%;
    background-color: #E2EAF7;
}

body {
    background-color: #E2EAF7 !important;
}

.navbar-nav .show > .nav-link, .navbar-nav .nav-link.active {
    color: #282a5f;
}

a.nav-link {
    text-transform: capitalize;
    color: #282a5f;
    border-radius: 50px;
    padding: 8px 16px !important;
    margin-right: 8px;
}

.nav-link:hover,
.nav-link:focus,
.navbar-nav .show > .nav-link:hover,
.navbar-nav .show > .nav-link:focus,
.navbar-nav .nav-link.active:hover,
.navbar-nav .nav-link.active:focus {
    color: #ffffff !important;
    background: #1392d1;
    border-radius: 50px;
    padding: 8px 16px !important;
}

ul.navbar-nav li:last-child a {
    margin-right: 0px;
}

.highlighted {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px !important;
}

.highlighted:hover,
.highlighted:focus {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px !important;
    color: #282a5f !important;
}

.lang-switch .dropdown-menu {
    max-width: 90px !important;
    width: 90px !important;
    min-width: 90px !important;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #1392d1;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: capitalize;
}

.sidenav a:hover,
.sidenav a:focus {
  color: #E2EAF7;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 20px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#toggler:hover {
    cursor: pointer;
}

.lang-switch-sidenav {
    margin-top: 8px;
    padding: 8px 32px 8px 32px;
}

.lang-switch-sidenav li {
    display: block;
}

.lang-switch-sidenav a.nav-link.dropdown-toggle {
    padding: 0 !important;
}

footer p {
    color: #696969;
    line-height: 40px;
}

footer .nav-link {
    color: #282a5f;
    padding: 8px !important;
}

footer .nav-link:hover, footer .nav-link:focus {
    background: transparent;
    color: #1392d1 !important;
    padding: 8px !important;
}

footer ul.nav li:last-child a {
    margin-right: 0px;
}

footer ul {
    justify-content: flex-end;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.sidenav .highlighted {
    background: transparent;
    border: none;
}

.sidenav .lang-switch .dropdown-menu a {
    padding: 0px 16px;
    color: #282a5f;
}

.sidenav .dropdown-menu {
    inset: 5px auto auto 0px !important;
}

@media (max-width: 768px) {
    footer {
        flex-direction: column;
    }

    footer ul {
        margin-top: 20px;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.calc-div, .contact-div {
    background: linear-gradient(82.17deg, rgb(241, 245, 248) 50%, rgb(255, 255, 255) 100%);
    padding: 30px;
    border-radius: 20px;
}

.calc-div-bg {
    background: rgba(144, 144, 144, 0.075);
}

.btn-primary, button#contact_submit {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1392d1;
    --bs-btn-border-color: #1392d1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1883b9;
    --bs-btn-hover-border-color: #1883b9;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg:  #1883b9;
    --bs-btn-active-border-color:  #1883b9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

button#contact_submit {
    margin-top: 20px !important;
}

.btn-outline-primary {
    --bs-btn-color: #1392d1;
    --bs-btn-border-color: #1392d1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1392d1;
    --bs-btn-hover-border-color: #1392d1;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1392d1;
    --bs-btn-active-border-color: #1392d1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #1392d1;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1392d1;
    --bs-gradient: none;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #8CC447;
    --bs-btn-border-color: #8CC447;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #85bb43;
    --bs-btn-hover-border-color: #85bb43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #85bb43;
    --bs-btn-active-border-color: #8CC447;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.faq-div h2 {
    font-size: 1.5rem;
}

:root {
    --bs-link-color: #1392d1;
    --bs-link-hover-color: #1392d1;
}

:focus-visible {
    outline: none;
}

.mobile-nav {
    text-align: right;
}

.mobile-nav li {
    display: inline-block;
}

.mobile-nav #toggler {
    margin-right: 15px;
}

.mobile-nav a.nav-link {
    padding: 8px !important;
    margin-right: 0px;
}

.site-title h1 {
    margin-bottom: 0px;
}

label {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}

textarea#message {
    min-height: 150px;
}

.calc-div label {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
}

.error_text {
    font-size: 14px;
    maargin-top: 6px;
}

.inputs-row h6, .inputs-row p {
    font-size: 14px;
    word-wrap: break-word;
}

.inputs-row div {
    margin-bottom: 5px;
}

.results-row th {
    padding-left: 0px !important;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    font-size: 14px;
    vertical-align: middle;
}

.results-row td {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    font-size: 14px;
    vertical-align: middle;
}

.second-table thead th {
    text-align: center;
}

.color-theme {
    color: #1392d1;
}

small {
    font-size: 12px;
}

nav.navbar {
    display: block;
}

@media (max-width: 768px) {
    .calc-div label {
        margin-bottom: 6px;
    }
    .calc-div, .contact-div {
        padding: 20px;
    }
    .inputs-row div {
        margin-bottom: 0px;
    }
}

.navbar a.nav-link.active {
    color: #ffffff !important;
    background: #1392d1;
    border-radius: 50px;
    padding: 8px 16px !important;
}

.navbar a.nav-link {
    text-align: center;
}

.lang-switch-sidenav a.nav-link.dropdown-toggle:hover {
    color: white !important;
}

footer .nav-link {
    text-align: center;
}

@media (max-width: 576px) {
    footer .nav-link {
        width: 100%;
    }
}

@media (max-width: 992px) {

    footer .nav {
        flex-direction: column;
        align-items: center;
    }

    footer .nav-link {
        text-align: center;
    }

    footer .nav-link {
        margin-right: 0px;
    }

    footer {
        flex-direction: column;
    }

    footer ul {
        margin-top: 20px;
    }

}

.contact-div {
    margin-bottom: 20px;
}
