/* Add here all your CSS customizations */
/* Add here all your CSS customizations */
:root {
    --primary: rgb(29, 78, 216);
}

.text-white {
    color: #fff !important;
}

.locale-switcher {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-left: 20px;
}

.locale-switcher a:last-child {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
}

.bg-red-50 {
    background: rgb(254, 242, 242) !important;
}

.whitespace-pre-line {
    white-space: pre-line;
}

.py-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.accordion .card-header a:not(.collapsed) {
    color: var(--primary) !important;
    position: relative;
}

.accordion .card-header a:not(.collapsed):before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--primary);

    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
}

.dropdown-item:hover {
    background-color: rgb(55, 65, 81) !important;
}

html:not(.sticky-header-active)
    #header.header-transparent:not(.header-semi-transparent)
    .header-body {
    background-color: var(--primary) !important;
}

#header {
    top: 0;
    position: static;
}

/* #header.home {
    margin-bottom: -62px;
} */

#header .header-body {
    background: #3c3f44;
    border-bottom-color: #3c3f44;
}

#header .header-nav {
    min-height: 60px;
}

#header .header-nav-main nav > ul > li > a.active:before {
    bottom: 0;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-flow: column;
}

#footer {
    margin-top: auto !important;
}

@media (min-width: 992px) {
    #header .header-nav-main {
        height: 100% !important;
    }
}

.custom-button-1 {
    position: relative;
    display: flex;
    gap: 20px;
    flex-flow: row wrap;
}

.custom-button-1 > * {
    flex: auto;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.custom-button-1 input {
    visibility: hidden;
    position: absolute;
}

.custom-button-1 .custom-btn {
    /* font-size: 18px; */
    width: 100%;
    font-weight: 900;
    padding: 0.5em 1em;
    cursor: pointer;
    text-align: center;
    border: 1px solid lightgray;
    font-size: 0.9rem;
}

.custom-button-1 .btn {
    font-size: 0.9rem;
}

.custom-button-1 .custom-btn .amount {
    font-size: 18px;
    margin-top: 5px;
}

.custom-button-1 input:checked ~ .custom-btn,
.custom-button-1 .custom-btn:hover {
    /* background-color: #019fdc; */
    border-color: #019fdc;
    box-shadow: inset 0 0 0 1px #019fdc;
    /* color: #fff; */
}

.form-group .error {
    color: red;
    font-weight: bold;
    margin: 0;
}

#header .nav .nav-link {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0;
}

.logo svg {
    width: 100%;
    height: auto;
}

.logo {
    max-width: 160px;
    display: block;
}

.modal-header,
.modal-body {
    padding-left: 3rem;
    padding-right: 3rem;
}


@media only screen and (max-width: 650px) {
    .locale-switcher {
        margin: 0 10px;
    }
    #header .header-btn-collapse-nav {
        margin-left: 10px;
    }
}
