html,
body {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
}

body {
    padding-top: 76px;
}

.btn-close {
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: url(./assets/img/x.svg) no-repeat center;
    background-size: contain;
    content: " ";
    right: 1em;
    span {
        display: none;
    }
}

.btn {
    background: #f1f1f1;
    text-align: center;
    color: #a1a1a1!important;
    text-transform: uppercase;
    padding: 10px 18px;
    display: inline-block;
    text-decoration: none!important;
}

.modal-dialog {
    top: 50%;
    transform: translate(0, -50%) !important;
    color: #000;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    width: 90%;
    margin: 0 auto;
}

.modal-header {
    border: none;
    color: rgba(0, 0, 0, 0.5);
    padding: 0.8em;
}

.modal-header small {
    font-size: 100% !important;
}

[type='text'] {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow 0.5s, border-color .25s ease-in-out;
    transition: box-shadow 0.5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type='text']:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow 0.5s, border-color .25s ease-in-out;
    transition: box-shadow 0.5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

.buttons {
    text-decoration: none!important;
    border-radius: 4px;
    text-align: center;
}

.buttons.green {
    background: #5a9d4e;
    color: #fff!important;
    box-shadow: 0 0 10px 0 #7cc771;
    padding: 10px 40px;
    min-width: 210px;
    line-height: 1em;
}

.modal-body h4 {
    font-size: 1.2em;
    margin-bottom: .5em;
}

.btn.gray {
    background: darkgray;
    color: #fff!important;
    box-shadow: 0 0 10px 0 darkgray;
}

.btn.yellow {
    background: #f8c105;
    color: #fff!important;
    box-shadow: 0 0 10px 0 #f8c105
}

.btn.white {
    background: #fff
}

.btn.green {
    background: #5a9d4e;
    color: #fff!important;
    box-shadow: 0 0 10px 0 #7cc771;
    padding: 10px 40px;
    min-width: 210px;
    line-height: 1em;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.buttons_red {
    background: #cc1d14;
    color: #fff!important;
    box-shadow: 0 0 10px 0 #cc1d14;
    padding: 10px 40px;
    min-width: 210px;
    border-radius: 4px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    text-decoration: none!important;
    text-transform: uppercase;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 76px;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }
    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }
}

.nav-scroller .nav {
    color: rgba(255, 255, 255, .75);
}

.nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-scroller .nav-link:hover {
    color: #007bff;
}

.nav-scroller .active {
    font-weight: 500;
    color: #343a40;
}

.bg-purple {
    background-color: #6f42c1;
}