@font-face {
    font-family: 'Livvic';
    font-style: normal;
    font-weight: 500;
    src: url("/new-assets/webfonts/livvic-500.woff2") format('woff2');
}

@font-face {
    font-family: 'Livvic';
    font-style: normal;
    font-weight: 700;
    src: url("/new-assets/webfonts/livvic-700.woff2") format('woff2');
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url("/new-assets/webfonts/nunito-400.woff2") format('woff2');
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    src: url("/new-assets/webfonts/nunito-600.woff2") format('woff2');
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: url("/new-assets/webfonts/nunito-700.woff2") format('woff2');
}

body, html {
    height: 100%;
    width: 100%;
    margin: 0;
}

body {
    color: #212529;
    font-family: 'Nunito', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Livvic', sans-serif;
}

p {
    font-size: 0.95rem;
}

.btn {
    font-weight: 700;
    font-size: 0.95rem;
    padding: 12px 30px;
    margin: 0;
    color: white;
    border: none;
    border-radius: 40px;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn:active:focus {
    box-shadow: none !important;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

.btn-green {
    background-color: #009C88;
}

.btn-green:hover, .btn-green:active, .btn-green:focus, .btn-green:active:focus {
    background-color: #007b6c !important;
    color: white;
}

.btn-dark-blue {
    background-color: #233150;
}

.btn-dark-blue:hover, .btn-dark-blue:active, .btn-dark-blue:focus, .btn-dark-blue:active:focus {
    background-color: black !important;
    color: white;
}

.btn-blue {
    background-color: #5FADB7;
}

.btn-blue:hover, .btn-blue:active, .btn-blue:focus, .btn-blue:active:focus {
    background-color: #5397a0 !important;
    color: white;
}

.btn-orange {
    background-color: #fc9a0b;
    color: white;
}

.btn-orange:hover, .btn-orange:active, .btn-orange:focus, .btn-orange:active:focus {
    background-color: #e0880a !important;
    color: white;
}

a.green-link {
    color: #009C88;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a.green-link:hover, a.green-link:active, a.green-link:focus {
    text-decoration: none;
    color: #005a4b;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.btn.dropdown-toggle {
    background-color: transparent;
    color: #212529;
    border-radius: 5px;
    border: solid 1px #c3c3c3;
    width: 100%;
    padding: 8px 15px;
}

.dropdown.bootstrap-select {
    width: 100%;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #233150;
}

.dropdown-menu li:focus, .dropdown-menu li a:focus {
    outline: none !important;
}

.dropdown-item {
    padding: 6px 15px;
}

.bootstrap-select .dropdown-menu {
    max-width: 100%;
    overflow: hidden;
}

.form-group label {
    display: block;
    text-align: left;
    font-weight: bold;
}

input[type="text"].form-control, input[type="email"].form-control, input[type="password"].form-control {
    font-size: 0.9rem;
    font-family: 'Nunito', sans-serif;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #f4f6fa;
    border: solid 1px #dde2ef;
    height: auto;
}

input[type="text"].form-control:focus, input[type="email"].form-control:focus, input[type="password"].form-control:focus,
input[type="text"].form-control:active, input[type="email"].form-control:active, input[type="password"].form-control:active {
    background-color: #f4f6fa;
    box-shadow: none;
    border: solid 1px #bbbbbb;
}

.form-group {
    margin-bottom: 10px;
}

input:required {
    box-shadow: none;
}

.whatsapp-side-button {
    background-color: #25D366;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 30px;
    position: fixed;
    bottom: 32px;
    right: 11px;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 6px, rgba(0, 0, 0, 0.2) 0 2px 24px;
    padding-top: 7px;
    font-size: 1.5rem;
    color: white;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.whatsapp-side-button:hover {
    cursor: pointer;
    background-color: #1ea852 !important;
}

.whatsapp-side-button:active {
    background-color: #1ea852 !important;
}

.whatsapp-side-button img {
    width: 32px;
    height: auto;
}