html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
    font-family: 'Nunito Sans', Sans-serif !important;
    color: #808285;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background: #F4F4F4;
}

h1, h2, h3, h4, h5, h6 {
    color: #3572E3;
    font-weight: 400;
}

i {
    font-size: 1.5em;
    color: #30DD25;
}

i:hover {
    color: #00BD6C !important;
}

header, .card-header.blue {
    background-color: #3572E3;
    border-color: #3572E3;
    color: #fff;
}

header h1, header h2, header h3, header h4, header h5, header h6 {
    color: #fff;
    margin-bottom:0px;
}

.card-header.red {
    background-color: #f00;
    border-color: #f00;
    color: #fff;
}

.card-body a {
    text-decoration: none;
}

.text-green {
    color: #30DD25;
}

.text-blue {
    color: #3572E3;
}

.text-red {
    color: #f00;
}

header img {
    max-width: 200px;
    max-height: 50px;
    cursor: pointer;
    padding-left: 8px;
}

header .nav-link {
    color: #ffffff !important;
}

.navbar-nav .nav-item {
    margin-right: 2px;
}

.nav-item .btn-primary {
    font-weight: bold;
    font-size: 18px;
    margin: 0px 2px 2px 0px;
}

.btn-primary svg {
    width: 25px;
}

.btn-primary.green {
    background: #30DD25 !important;
    border-color: #30DD25 !important;
    color: #fff !important;
}

.main-content {
    max-width: 400px;
    margin: 0 auto; /* Zentriert das Element horizontal */
}

.btn-primary.red {
    background: #f00 !important;
    border-color: #f00 !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

table .btn-primary, .nav-item .btn-primary, .dropdown-menu:not(.datepicker) {
    background: #30DD25 !important;
    border-color: #30DD25 !important;
    color: #3572E3 !important;
}

    table .btn-primary:focus, table .btn-primary:hover,
    .nav-item .btn-primary:focus, .nav-item .btn-primary:hover, .dropdown-item:hover,
    .btn-primary.green:focus, .btn-primary.green:hover {
        background-color: #00BD6C !important;
        border-color: #00BD6C !important;
    }


.btn-primary.red:focus, .btn-primary.red:hover {
    background-color: #a00 !important;
    border-color: #a00 !important;
}

.btn:focus, .btn:hover {
    background-color: #0000A8 !important;
}

.dropdown-item {
    color: #3572E3 !important;
}

/*tab navigation*/
.navbar-toggler-icon {
    color: #30DD25;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 228, 130, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.login-logout-card .card-header {
    padding: 0px 0px 12px 0px;
}

.login-logout-card ul.nav-tabs {
    margin: 0px 0px -12px 0px;
}

.login-logout-card li.nav-item {
    width: 50%;
}

.login-logout-card a.nav-link {
    font-size: 1rem;
    color: #000000;
    text-align: center;
    padding: 1rem;
}

.login-logout-card .card-body {
    padding: 10px 20px;
}

.table {
    background: #fff;
    overflow-y: auto;
}

table {
    width: 100%;
    /*border-collapse:collapse;*/
}

    table thead th,
    table tbody td {
        padding: 15px;
        border: none;
        font-size: 14px;
    }

    table thead th {
        background: #3572E3 !important;
        color: white;
        font-size: 16px;
        font-weight: 600;
        position: sticky;
        top: -1%;
        vertical-align: middle;
        padding: 10px 5px 10px 5px !important;
        border-right: 1px solid rgba(0,0,0,0.1);
    }

    table tbody td {
        border-bottom: 1px solid rgba(0,0,0,0.1);
        border-right: 1px solid rgba(0,0,0,0.1);
        vertical-align: middle;
        padding: 5px !important;
    }

    table tbody a {
        padding: 6px !important;
    }

    table tbody {
        border-left: 1px solid rgba(0,0,0,0.1);
    }

.dt-scroll-body {
    border-bottom-width: 2px !important;
}

.fa-file-invoice {
    display: block;
    font-size: 30px !important;
    color: #3572E3;
}

.fa-cash-register {
    display: block;
    font-size: 20px !important;
    color: #3572E3;
}

.fa-file-invoice span {
    font-size: 15px;
    color: #3572E3;
    margin-left: -15px;
    margin-top: 18px;
    position: absolute;
    z-index: 2;
    font-weight: 900;
    font-family: sans-serif;
    color: #30DD25;
}

.fa-calendar-days {
    font-size: 20px;
    float: right;
    margin-right: 20px;
    margin-top: -45px;
    position: relative;
    z-index: 2;
}

.fa-globe {
    font-size: 20px;
    float: right;
    margin-left: -10px;
    margin-top: 17px;
    position: absolute;
    z-index: 2;
    color: #30DD25;
}


.steps-horizontal {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 800px;
    position: relative;
    padding: 0;
}

    .steps-horizontal::before {
        content: '';
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        height: 2px;
        background: #e9ecef;
        z-index: 1;
    }

.step-horizontal {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}

.second::before {
    top: 40px;
}

.step-icon {
    width: 40px;
    height: 60px;
    border-radius: 8px;
    background: white;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    font-size: 14px;
    color: #6c757d;
    transition: all 0.3s ease;
}

.step-title {
    font-size: 14px;
    /*color: #6c757d;*/
    /*margin-bottom: 5px;*/
}

.step-description {
    font-size: 12px;
    color: #adb5bd;
    max-width: 150px;
    margin: 0 auto;
}

.step-horizontal.active .step-icon {
    background: #3572E3;
    border-color: #3572E3;
    color: white;
    box-shadow: 0 0 0 5px rgba(0, 0, 128, 0.2);
}

.step-horizontal.complete .step-icon, .step-horizontal.complete-a .step-icon {
    background: #30DD25;
    border-color: #30DD25;
    color: #3572E3;
}

.step-horizontal.complete-a {
    cursor: pointer;
}

.paid {
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #30DD25;
}

    .paid .fa {
        font-size: 20px;
        margin-top: 5px;
        color: #3572E3;
    }

.not {
    background: red;
}

    .not .fa {
        color: #fff;
    }

.fa-solid.fa-caret-right, .fa-solid.fa-caret-left {
    font-size: 60px;
}

.g-recaptcha {
    width: 100%;
}

.g-recaptcha div {
    width: 100% !important;
}

.table-condensed th, .table-condensed td {
    border-radius: 0px !important;
}

.result .border-top {
    border-color: #C4DEDA;
}
