html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Gilroy-Regular', sans-serif !important;
    background-color: #1e7968 !important;
    object-fit: cover !important;
    color: white !important;
}

.bg {
    background: linear-gradient(34.56deg, rgba(0, 0, 0, 0.495) 36.16%, rgba(0, 0, 0, 0) 96.04%), linear-gradient(180deg, rgba(0, 0, 0, 0.6336) 0%, rgba(0, 0, 0, 0.3168) 100%), linear-gradient(90deg, rgba(0, 178, 234, 0.0594) 0%, rgba(0, 178, 234, 0.0495) 100%);}

.select {
    background-color: #23917E !important;
    padding: 20px !important;
    border-radius: 40px !important;
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
    border-color: transparent !important;
}

.heading {
    margin-top: 100px !important;
}

.pad {
    margin-left: 10%;
    margin-right: 10%;
}

.btn-secondary {
    padding: 20px !important;
    border-radius: 40px !important;
    --bs-btn-color: #fff;
    --bs-btn-bg: #23917e !important;
    --bs-btn-border-color: #23917e !important;
    --bs-btn-hover-color: white !important;
    --bs-btn-hover-bg: #23917e !important;
    --bs-btn-hover-border-color: #23917e !important;
    --bs-btn-focus-shadow-rgb: 130,138,145 !important;
    --bs-btn-active-color: white !important;
    --bs-btn-active-bg: #23917e !important;
    --bs-btn-active-border-color: #23917e !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #23917e !important;
    --bs-btn-disabled-border-color: #23917e !important;
}

.table {
    --bs-table-color: #ffffff !important;
}

.th {
    font-family: 'Gilroy-Bold', sans-serif !important;
    color: #ff8500 !important;
    font-weight: bold;
}

.list-group {
    min-width: 200px !important;
}

.tr:hover {
    background-color: #23917e !important;
}


.list-group {
    --bs-list-group-color: #fff !important;
    --bs-list-group-bg: transparent !important;
    --bs-list-group-border-color: none !important;
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: none !important;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: white !important;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}

.accordion {
    --bs-accordion-color: #ffffff !important;
    --bs-accordion-bg: transparent !important;
    --bs-accordion-transition: none !important;
    --bs-accordion-border-color: none !important;
    --bs-accordion-btn-padding-x: 0px !important;
    --bs-accordion-btn-padding-y: 0px !important;
    --bs-accordion-btn-color: #ffffff !important;
    --bs-accordion-btn-focus-border-color: transparent !important;
    --bs-accordion-btn-focus-box-shadow: #fff !important;
    --bs-accordion-active-color: transparent !important;
    --bs-accordion-active-bg: white !important;
}

.accordion-button:not(.collapsed) {
    color: white !important;
    background-color: transparent !important;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}


.accordion-button.collapsed:hover:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button:hover {
    background-color: #23917E !important;
    color: white;
}

.dont-show-element {
    display: none !important;
}

.show-element {
    display: inline !important;
}

.dont-show-table {
    visibility: hidden !important;
}

.show-table {
    visibility: visible !important;
}

.brand-image {
    width: 150px !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    border-radius:25px;
}

.headline {
    font-size: 48px;
    font-family: 'Gilroy-Bold', sans-serif;
}

@media only screen and (max-width: 991px) {
    .brand {
        text-align: center !important;
    }
    .heading {
        margin-top: 10px !important;
    }
    .pad {
        margin-left: 0;
        margin-right: 0;
    }
    .brand-image {
        width: 130px !important;
    }

    .headline {
        font-size: 36px;
    }
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

::placeholder {
    color: rgba(255, 255, 255, 0.48);
    opacity: 1;
    font-size: 20px;
}

#searchbar{
    padding:19px;
    background-color: #23917E;
    border-radius: 40px;
    color: white;
    border-color: transparent;
}

input[type=text] {
    width: 100%;
    -webkit-transition: width 0.15s ease-in-out;
    transition: width 0.15s ease-in-out;
}

/* When the input field gets focus,
     change its width to 100% */
input[type=text]:focus {
    width: 100%;
}

.section-link {
    color: white;
    text-decoration: underline;
}
.section-link:hover {
    color: #ff8500;
}
