@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400; /* Regular weight */
    src: local('Montserrat Regular'), url('/static/fonts/Montserrat-Regular.woff') format('woff');
    font-display: swap;

}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700; /* Bold weight */
    src: local('Montserrat Bold'), url('/static/fonts/Montserrat-Bold.woff') format('woff');
    font-display: swap;

}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900; /* Black weight */
    src: local('Montserrat Black'), url('/static/fonts/Montserrat-Black.woff') format('woff');
    font-display: swap;

}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400; /* Regular weight */
    src: local('Noto Sans Regular'), url('/static/fonts/NotoSans-Regular.woff') format('woff');
    font-display: swap;

}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700; /* Bold weight */
    src: local('Noto Sans Bold'), url('/static/fonts/NotoSans-Bold.woff') format('woff');
    font-display: swap;

}

h1, .h1 {
    font-size: 3em;
}

.badge-90 {
    width: 90px;
}

html.base {
    background: radial-gradient(circle at 1.8% 4.8%, rgb(0, 16, 57) 0%, rgb(0, 51, 255) 90%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

html.base body {
    padding-top: 4rem;
}

html.auth {
    background: #f4f4f4;
}

body {
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif;
}

.form-control {
    border-width: 1px;
}

p, .p, a, li:not(.nav-item) {
    font-size: 1.1em;
    color: #000000;
    line-height: 1.7em;
}

p a {
    font-size: inherit !important;
    color: rgb(0, 51, 255);
    text-decoration: underline;
}

.badge {
    border-radius: 999px;
}

.badge-90 {
    width: 90px;
}

a.badge:hover {
    cursor: pointer
}

.small, small {
    font-size: 105%;
}

.alert {
    border-radius: 0;
}

h1, .h1 {
    font-weight: 800;
    line-height: 1.2em;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

h2, .h2,
h3, .h3,
h4, .h4 {
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

.strike {
    position: relative;
    overflow: hidden;
}

small.xs {
    font-size: 80%;
}

.strike:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid black;
}

.strike:before {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-left: -100%;
    margin-right: 10px;
    border-top: 1px solid black;
}

/* Automatically append red star to labels of required fields */
.required + label::after {
    content: " *";
    color: red;
}

/* Hide inactive steps */
.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.btn {
    border: 0;
    border-radius: 0;
}

.btn-sm {
    border-radius: 999px !important;
    padding: 0.25em !important;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-success {
    background: radial-gradient(circle at 1.8% 4.8%, rgb(24, 119, 44) 0%, rgb(40, 167, 69) 90%);
}

.ck-editor__editable {
    padding: .375rem .75rem !important;
    line-height: 1.5;
    color: #495057;
}

.ck-editor__editable a,
.ck-editor__editable p {
    font-size: 1rem;
}

body {
    background: none;
    color: #444;
}

.card {
    border-radius: 0px;
}

.stepper-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}

.stepper-item {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.stepper-item .step-counter {
    width: 48px;
    height: 48px;
    background-color: #e0e4e8;
    color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.stepper-item .step-name {
    font-size: 14px;
}

.stepper-item.active .step-counter,
.stepper-item.completed .step-counter {
    background: radial-gradient(circle at 1.8% 4.8%, rgb(0, 27, 106) 0%, rgb(0, 51, 255) 90%);
    color: #fff;
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.navigation-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.navigation-buttons .btn {
    padding: 12px 30px;
    font-weight: 600;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navigation-buttons .btn.previous {
    margin-right: 10px;
}

.navbar-toggler {
    background: #ffffff;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 0;
}

.navbar-collapse.collapsing,
.navbar-collapse.show {
    z-index: 250;
}

.navbar-collapse.collapsing .navbar-nav,
.navbar-collapse.show .navbar-nav {
    margin-top: 15px;
    background: #ffffff;
    padding: 20px;
}

.navbar-collapse.collapsing .navbar-nav .nav-link,
.navbar-collapse.show .navbar-nav .nav-link {
    color: #000000 !important;
    position: relative;
    line-height: 2.0em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.navbar-collapse.collapsing .navbar-nav .nav-item:last-child .nav-link,
.navbar-collapse.show .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
}

.navigation-buttons .btn-primary {
    background-color: #007bff;
    border: none;
    color: #fff;
}

.navigation-buttons .btn-primary:hover {
    background-color: #0056b3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.navigation-buttons .btn-secondary {
    background-color: #6c757d;
    border: none;
    color: #fff;
}

.navigation-buttons .btn-secondary:hover {
    background-color: #5a6268;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.is-invalid {
    border: 2px solid #dc3545;
    animation: shake 0.3s ease;
    display: block;
}

.is-invalid + .form-check-label {
    animation: shake 0.3s ease;
    display: inline-block;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-6px);
    }
    50% {
        transform: translateX(6px);
    }
    75% {
        transform: translateX(-6px);
    }
    100% {
        transform: translateX(0);
    }
}


input, textarea, select {
    border: 1px solid #ced4da;
    padding: 12px;
    border-radius: 0 !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

input:focus, textarea:focus, select:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.25);
    outline: none;
}

label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #333;
}

.form-check-label {
    font-weight: 500;
    color: #333;
    background: #ffffff;
}

.form-check-input:focus {
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.25);
}

textarea {
    resize: vertical;
}

.heading-blue {
    background: radial-gradient(circle at 1.8% 4.8%, rgb(0, 33, 113) 0%, rgb(0, 51, 255) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.capitalize {
    text-transform: capitalize;
}

.container {
    max-width: 1180px;
    padding-right: 30px;
    padding-left: 30px;
}

.page-item {
    padding: 0.25rem;
}

.page-link {
    border-radius: 0 !important;
    width: 45px;
    height: 45px;
    color: #000000;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-item.active .page-link {
    border: 0;
    background: radial-gradient(circle at 1.8% 4.8%, rgb(0, 16, 57) 0%, rgb(0, 51, 255) 90%);
}

.navbar {
    padding-right: 30px;
    padding-left: 30px;
}

.modal-backdrop {
    opacity: 0.85 !important;
}

.btn {
    font-weight: 800;
    border-radius: 0;
    font-size: 0.90em;
    padding: 0.9em 2.5em;
    text-transform: uppercase;
}

.badge-90 {
    width: 90px;
}

.btn-light {
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
}

.btn-primary {
    background: radial-gradient(circle at 1.8% 4.8%, rgb(0, 27, 106) 0%, rgb(0, 51, 255) 90%);
    fill: #ffffff;
}

.btn-outline {
    border: 1px solid rgb(206, 212, 218);
}

.btn-outline.active,
.btn-outline:hover {
    background: #DC0064 !important;
    border-color: #DC0064 !important;
    color: #ffffff !important;
    fill: #ffffff !important;
}

.btn:not(.btn-sm) svg {
    margin-top: -4px;
    scale: 1.10;
}

.btn:not(.btn-sm) svg span {
    margin-left: 5px;
}

.btn-rounded {
    border-radius: 999px;
    width: 55px;
    height: 55px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.border-2 {
    border: 2px solid #000;
}

.motor-info {
    background: #ffffff;
}

.motor-navbar {
    position: absolute;
    top: 0;
    width: 100%;
}

.motor-introduction h1,
.motor-introduction p {
    color: #ffffff;
}

.motor-introduction .container {
    max-width: 760px;
}

.motor-navbar .nav-link {
    position: relative;
    padding-bottom: 5px;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    font-weight: 400;
    color: #ffffff !important;
    opacity: 1;
    font-size: 1.2em;
    display: inline-block;
}

.motor-navbar .nav-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffffff; /* Customize the color */
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

.motor-navbar .nav-link:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

.motor-navbar .nav-link:hover {
    color: #007bff; /* Customize the hover text color */
}

.motor-content {
    background: #ffffff;
    padding: 4rem 0;
}


.motor-section {
    background: transparent;
    padding: 4rem 0;
}

.motor-welcome {
    background: #ffffff;
    display: block;
}

.motor-heading {
    padding: 4rem 0 2rem 0;
    background: radial-gradient(circle at 1.8% 4.8%, rgb(0, 16, 57) 0%, rgb(0, 51, 255) 90%);
}

.motor-heading .introduction {
    text-transform: uppercase;
    color: #FFF;
    margin-left: -4px;
    display: flex;
    font-weight: 600;
}

.motor-heading .introduction svg {
    margin-top: -5px !important;
}


.motor-heading .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.80em;
}

.motor-heading .item span {
    padding-top: 5px;
}

.motor-heading svg {
    width: 27px;
    height: 27px;
}

.motor-heading .container,
.motor-content .container,
.motor-section .container,
.motor-welcome .container {
    max-width: 1240px;
}

.motor-content .container-sm {
    max-width: 860px;
}

.motor-content .container-xs {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 740px;
}

.motor-thead {
    color: #FFFFFF;
    background: radial-gradient(circle at 1.8% 4.8%, rgb(0, 16, 57) 0%, rgb(0, 51, 255) 90%);
}

.motor-table tbody td {
    padding-top: 0.45em;
    padding-bottom: 0.45em;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, .25)
}

.p-5 {
    padding: 2.1rem !important;
}

.text-warn {
    color: #FF8C00;
}

.text-done {
    color: #4BB543;
}

.text-none {
    color: #FF0F0F;
}

.bg-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.underline {
    text-decoration: underline;
}

.tooltip {
    font-size: .765rem;
}

.icon {
    display: inline-flex;
}

.icon-sm svg {
    width: 15px;
    height: 15px;
}

.icon-xs svg {
    width: 13px;
    height: 13px;
}

.modal-content {
    border-radius: 0;
}

#nc-main {
    z-index: -1;
    position: relative;
}

#stars, #stars2, #stars3, #stars4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

#stars {
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 117px 1613px #FFF, 1488px 635px #FFF, 944px 914px #FFF, 647px 277px #FFF, 1792px 1205px #FFF,
    656px 1517px #FFF, 820px 1839px #FFF, 1153px 1400px #FFF, 870px 13px #FFF, 550px 702px #FFF,
    1155px 1056px #FFF, 88px 1709px #FFF, 1450px 1090px #FFF, 1929px 457px #FFF, 1390px 905px #FFF,
    250px 1200px #FFF, 1350px 1350px #FFF, 900px 300px #FFF, 1100px 700px #FFF, 1300px 1700px #FFF,
    200px 1500px #FFF, 1400px 400px #FFF, 1600px 900px #FFF, 1700px 1200px #FFF, 1800px 600px #FFF;
    animation: animStar 50s linear infinite;
}

#stars:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 117px 1613px #FFF, 1488px 635px #FFF, 944px 914px #FFF, 647px 277px #FFF, 1792px 1205px #FFF,
    656px 1517px #FFF, 820px 1839px #FFF, 1153px 1400px #FFF, 870px 13px #FFF, 550px 702px #FFF;
}

#stars2 {
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: 1117px 1306px #FFF, 1078px 1783px #FFF, 1179px 1085px #FFF, 1145px 920px #FFF, 422px 1233px #FFF,
    500px 1500px #FFF, 1000px 1000px #FFF, 1200px 500px #FFF, 600px 1600px #FFF, 700px 1400px #FFF,
    900px 800px #FFF, 400px 1700px #FFF, 1500px 700px #FFF, 600px 1300px #FFF, 100px 800px #FFF,
    1800px 1600px #FFF, 1300px 1400px #FFF, 700px 500px #FFF, 500px 600px #FFF, 900px 900px #FFF;
    animation: animStar 100s linear infinite;
}

#stars2:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: 1117px 1306px #FFF, 1078px 1783px #FFF, 1179px 1085px #FFF, 1145px 920px #FFF, 422px 1233px #FFF,
    500px 1500px #FFF, 1000px 1000px #FFF, 1200px 500px #FFF, 600px 1600px #FFF, 700px 1400px #FFF;
}

#stars3 {
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 940px 1360px #FFF, 1071px 539px #FFF, 1710px 1414px #FFF, 836px 299px #FFF, 1944px 1420px #FFF,
    950px 1450px #FFF, 1100px 200px #FFF, 1450px 500px #FFF, 1700px 1700px #FFF, 1600px 1200px #FFF,
    700px 100px #FFF, 300px 1600px #FFF, 200px 1300px #FFF, 1800px 600px #FFF, 1500px 1100px #FFF,
    1200px 1400px #FFF, 800px 1200px #FFF, 600px 400px #FFF, 900px 1300px #FFF, 1400px 500px #FFF;
    animation: animStar 150s linear infinite;
}

#stars3:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 940px 1360px #FFF, 1071px 539px #FFF, 1710px 1414px #FFF, 836px 299px #FFF, 1944px 1420px #FFF,
    950px 1450px #FFF, 1100px 200px #FFF, 1450px 500px #FFF, 1700px 1700px #FFF, 1600px 1200px #FFF;
}

#stars4 {
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 233px 1976px #FFF, 1196px 1119px #FFF, 646px 740px #FFF, 335px 645px #FFF, 1119px 1452px #FFF,
    500px 1300px #FFF, 800px 700px #FFF, 1200px 600px #FFF, 1500px 900px #FFF, 1600px 400px #FFF,
    1400px 800px #FFF, 100px 1500px #FFF, 1700px 1000px #FFF, 1100px 900px #FFF, 700px 1700px #FFF,
    900px 1300px #FFF, 300px 1200px #FFF, 400px 500px #FFF, 500px 700px #FFF, 1300px 600px #FFF;
    animation: animStar 600s linear infinite;
}

#stars4:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 233px 1976px #FFF, 1196px 1119px #FFF, 646px 740px #FFF, 335px 645px #FFF, 1119px 1452px #FFF,
    500px 1300px #FFF, 800px 700px #FFF, 1200px 600px #FFF, 1500px 900px #FFF, 1600px 400px #FFF;
}

@keyframes animStar {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-2000px);
    }
}

.motor-social {
    color: #ffffff;
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
}

.motor-social svg {
    margin: 0 !important;
}

.motor-social__small {
    width: 35px;
    height: 35px;
}

.fill-success svg {
    fill: #28a745 !important;
}

video {
    cursor: pointer;
    position: relative;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle at 1.8% 4.8%, rgb(0, 33, 113) 0%, rgb(0, 51, 255) 90%);
    border-radius: 50%; /* Rounded button */
    z-index: 10;
    animation: pulseIt 1500ms infinite;
}

.custom-multiselect {
    position: relative;
    width: 100%;
}

#customDropdownButton {
    border-radius: 0;
    text-align: left;
}

#customDropdownButton:focus {
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.custom-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 250px;
    overflow-y: auto;
}

.custom-dropdown input.form-control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
    box-shadow: none;
}

.custom-dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-dropdown-list li {
    padding: 6px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.custom-dropdown-list li:hover {
    background-color: #f5f5f5;
}

.custom-dropdown-list li input[type="checkbox"] {
    margin-right: 8px;
}

@keyframes pulseIt {
    0% {
        transform: translate(-50%, -50%) scale(1.0);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }

    100% {
        transform: translate(-50%, -50%) scale(1.0);
    }
}

.motor-checkbox label {
    position: relative;
    font-size: 1.2em;
    margin-left: 35px;
}

.motor-checkbox .form-check-input {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.motor-checkbox label::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    left: -42px;
    border: 3px solid #ffffff;
    outline: 1px solid #ced4da;
    background: #ffffff;
}

.motor-checkbox input:checked ~ label::after {
    background: radial-gradient(circle at 1.8% 4.8%, rgb(0, 16, 57) 0%, rgb(0, 51, 255) 90%);
}

@media (min-width: 992px) {
    .motor-navbar .nav-item::after {
        content: "/";
        color: #FFFFFF;
        margin: 0 10px 0 10px;
    }

    .motor-navbar .nav-item:last-child::after {
        content: "";
        margin: 0;
    }
}

@media (max-width: 768px) {
    .stepper-wrapper {
        flex-direction: column;
    }

    .motor-heading {
        padding: 4rem 0;
    }

    p {
        font-size: 1em;
    }

    .stepper-item {
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
    }

    .stepper-item .step-counter {
        margin-right: 18px;
    }

    .stepper-wrapper::before {
        top: initial;
        bottom: 0;
        left: 0;
        height: 2px;
    }
}

@media (max-width: 768px) {
    h1, .h1 {
        font-size: 2.75em;
    }

    .motor-navbar .nav-link {
        display: block;
    }

    .motor-introduction h1 {
        font-size: 2.25em;
    }

    .base .motor-checkbox label,
    .base p {
        font-size: 1.15em;
    }

    .navbar-brand img {
        max-width: 190px;
    }
}

@media (max-width: 920px) {

}

html.base.is-child {
    background: radial-gradient(circle at 1.8% 4.8%, #003357 0%, #007FC7FF 60%, #33A9FF 100%);
}

html.is-child .motor-checkbox input:checked ~ label::after {
    background: radial-gradient(circle at 1.8% 4.8%, #003357 0%, #007FC7FF 60%, #33A9FF 100%);
}

html.is-child .motor-heading {
    padding: 4rem 0 4rem 0;
    background: radial-gradient(circle at 1.8% 4.8%, #003357 0%, #007FC7FF 60%, #33A9FF 100%);
}

html.is-child .btn-primary {
    background: radial-gradient(circle at 1.8% 4.8%, #003357 0%, #007FC7FF 60%, #33A9FF 100%);
}

html.is-child .page-item.active .page-link {
    border: 0;
    background: radial-gradient(circle at 1.8% 4.8%, #003357 0%, #007FC7FF 60%, #33A9FF 100%);
}

html.is-child .heading-blue {
    background: radial-gradient(circle at 1.8% 4.8%, #003357 0%, #007FC7FF 60%, #33A9FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

html.is-child .stepper-item.active .step-counter,
html.is-child .stepper-item.completed .step-counter {
    background: radial-gradient(circle at 1.8% 4.8%, #003357 0%, #007FC7FF 60%, #33A9FF 100%);
    color: #fff;
}

html.is-child .play-button {
    background: radial-gradient(circle at 1.8% 4.8%, #003357 0%, #007FC7FF 60%, #33A9FF 100%);
}

.motor-body-empty {
    background: #FFFFFF;
}

.motor-donate .btn-outline {
    background: #FFFFFF;
}

.motor-donate .btn-outline {
    background: #FFFFFF;
}

.motor-donate .payment_methods .btn-outline {
    width: 100% !important;
    line-height: 60px !important;
}

.motor-donate form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.motor-donate form textarea {
    width: 520px;
    resize: vertical;
}

.motor-donate .btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* modernější alternativa k margin */
}

.motor-donate .btn-group .btn {
    width: calc(50% - 10px); /* 2x 5px margin mezi tlačítky */
}

.motor-donate .form-row,
.motor-donate .form-group {
    padding-bottom: 0 !important;
}

.motor-donate .heading-blue {
    background: none;
    text-align: center;
    -webkit-text-fill-color: #000000;
    margin-bottom: 1.00rem;
    font-size: 1.75rem;
}

.motor-donate hr {
    display: none;
}

.text-white {
    color: white;
}