nav .nav-logo {
    max-width: 250px;
}
.btn.btn-primary {
    background-color: #3caa37;
    background: linear-gradient(
        90deg,
        rgb(0, 157, 0) 0%,
        36.4017%,
        rgb(40, 199, 40) 72.8033%,
        86.4017%,
        rgb(49, 210, 49) 100%
    );
    border: none;
    transition: all 0.3s ease-in;
    border-radius: 9999px;
    padding: 10px 40px;
    font-weight: bold;
    opacity: 1;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background-color: #41b93c;
    background: linear-gradient(
        90deg,
        rgb(0, 157, 0) 0%,
        36.4017%,
        rgb(40, 199, 40) 72.8033%,
        86.4017%,
        rgb(49, 210, 49) 100%
    );
    border: none;
    opacity: 0.9;
}
.btn.btn-secondary {
    background-color: transparent;
    /*border: none;*/
    transition: all 0.3s ease-in;
    border-radius: 9999px;
    padding: 10px 40px;
    color: #1d323f;
    font-weight: bold;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    background-color: #29475a;
    border: none;
    color: #ffffff;
}
header h1 {
    font-size: 3rem;
    color: #3caa37;
}
header h1 b {
    color: #1d323f;
}
header .header-description {
    font-size: 1.25rem;
}
section#appearance_in h2 b {
    color: #3caa37;
}
section#appearance_in .appearance_in_list {
    background-color: #1d323f;
}
section#appearance_in .appearance_in_list img {
    max-height: 75px;
}
section#what_is h2 b {
    color: #3caa37;
}
section#what_is .what-is-description {
    border: 2px solid #3caa37;
    border-radius: 2rem;
}
section#what_is .what-is-description p {
    font-size: 1.5rem;
    text-align: center;
}
section#what_is .what-is-description p b {
    color: #3caa37;
}
section#what_is .what-is-list h3 {
    font-size: 1.5rem;
    color: #3caa37;
}
section#what_is .what-is-list .what-is-circle {
    position: relative;
    width: 33%;
}
section#what_is .what-is-list .what-is-circle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 3rem;
}
section#promotion {
    background-color: #1d323f;
    color: #ffffff;
}
section#promotion h2 b {
    color: #3caa37;
}
section#promotion p {
    font-size: 1.5rem;
    font-weight: normal;
}
section#promotion p b {
    color: #3caa37;
}
section#promotion svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 150%;
    color: black;
    opacity: 0.5;
}
section#promotion .promotion-promo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #3caa37;
    font-size: 2rem;
    font-weight: normal;
}
section#promotion .promotion-promo-number {
    position: absolute;
    top: 87.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
}
section#more_information h2 b {
    color: #3caa37;
}
section#more_information h4 {
    position: absolute;
    top: -1.25rem;
    left: 2rem;
    background: #ffffff;
    width: max-content;
    border-radius: 1rem;
}
section#more_information h4 b {
    color: #3caa37;
}
footer {
    background-color: #1d323f;
    color: #ffffff;
    border-top: 0.5rem solid #3caa37;
}
footer .footer-logo {
    filter: brightness(0) invert(1);
}
footer a {
    color: #ffffff;
    transition: all 0.3s ease-in;
}
footer a:hover {
    color: #3caa37;
}
section#contact {
    background-color: #1d323f;
    color: #ffffff;
}
section#contact .contact-check-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #3caa37;
    height: 150%;
    opacity: 0.5;
}
input.form-control {
    padding: 1rem;
    border-radius: 9999px;
}
textarea.form-control {
    padding: 1rem;
    border-radius: 25px;
}
body {
    scroll-behavior: smooth;
}

.modal-content {
    border-radius: 2rem;
}
#loginModal h2,
#registerModal h2 {
    font-size: 2rem;
    color: #3caa37;
}
.form-check-input:checked {
    background-color: #3caa37;
}
#loginModal a,
#registerModal a {
    color: #3caa37;
    transition: all 0.3s ease-in;
}
#loginModal a:hover,
#registerModal a:hover {
    color: #1d323f;
}
.form-errors ul {
    color: red;
    margin: 0;
}
.form-messages ul {
    color: #3caa37;
    margin: 0;
}
.modal-icon-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80%;
    max-width: 90%;
    opacity: 0.05;
    color: #3caa37;
    z-index: 0;
}
.hd-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
}
.hd-bg-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}
button.btn:focus,
a.btn:focus,
input:focus {
    box-shadow: none !important;
}
.form-control:focus {
    border-color: #3caa37;
}

.cookie-consent{
    z-index: 99999 !important;
    text-align: center;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    min-height: 40px;
    background: #333333;
    color: white;
}

.cookie-consent .cookie-options a{
    padding:4px;
    background:#4682B4;
    text-decoration:none;
    color:#fff;
    border: 1px solid #ffffff;
    cursor: pointer;
    margin-left: 16px;
}

.cookie-consent .cookie-text a{
    color: #2962ff !important;
    text-decoration: none !important;
}

.grecaptcha-badge{
    display: none;
}

@media (max-width: 767px) {
    .nav-logo{
        width: 90% !important;
        max-width: 90% !important;
    }

    .text-xs-center{
        text-align: center;
    }
}

::-webkit-scrollbar {
    width: 10px !important;
    height: 5px !important;
}

::-webkit-scrollbar-track {
    background-color: white !important;
    border-radius: 100px !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 100px !important;
    border: 2px solid transparent !important;
    -webkit-background-clip: content-box !important;
    background-clip: content-box !important;
    background-color: #3caa37 !important;
}

::-webkit-scrollbar-thumb:horizontal {
    border: none !important;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 300px;
    background-color: #3caa37;
    color: #fff;
    margin-left: -150px;
    margin-top: 0;
    text-align: center;
    padding: 1em 0;
}