﻿.validation-message {
    color: var(--mud-palette-error);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.66;
}

.bg-primary {
    background-color: #0F3F93 !important;
}

.bg-ekopak {
    background-color: #ade044;
}

.text-ekopak {
    color: #0f3f93;
}

html {
    font-size: 14px;
    font-family: Poppins,sans-serif;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

h2 {
    color: #0F3F93;
    font-weight: 500;
    font-size: 1.6rem;
    margin: 15px 0;
}

h3 {
    color: #0f3f93;
    font-weight: 500;
    font-size: 1.25rem;
}

h4 {
    color: #0f3f93;
    font-weight: 500;
    font-size: 1.25rem;
}

a, a:hover {
    text-decoration: none;
    color: initial;
}

select {
    appearance: none;
    background-clip: padding-box;
    background-color: #f0f5fd;
    border: 0 solid #ced4da;
    border-radius: 22px;
    color: #1e2629;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

label {
    color: #0F3F93;
    font-weight: 500;
}

.breadcrumb-item a {
    color: #0d6efd;
    text-decoration: underline;
}

.breadcrumb-item.active a {
    color: #6c757d;
    text-decoration: none;
    cursor: default;
}

.card-footer {
    padding: 0rem 1rem;
}

.btn {
    max-height: 38px;
    min-width: 140px;
    border-radius: 30px;
    font-weight: 500;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #ade044;
    border-color: #ade044;
    color: #0f3f93 !important;
}

    .btn-primary:disabled {
        background-color: rgba(108, 117, 125, 0.65);
        border-color: rgba(108, 117, 125, 0.65);
        color: #fff !important;
    }

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color: #0f3f93;
    border-color: #0f3f93;
    color: white !important;
}

.btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    background-color: white;
    border-color: #ade044;
    color: #0f3f93 !important;
}

    .btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
        background-color: #ade044;
        border-color: #ade044;
    }


.text-disabled {
    color: rgba(0, 0, 0, 0.38);
}

hr {
    border: solid 1px #ade044;
    margin-bottom: 15px;
}

.invalid-feedback {
    display: inline;
}

.form-control {
    -webkit-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #f0f5fd;
    border: 0 solid #ced4da;
    border-radius: 5px;
    color: #1e2629;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}

.input-group-text {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}
/*
label {
    color: #0f3f93;
    font-weight: 500 !important;
}
    */

label.subtitle {
    color: #6C757D;
    font-weight: 400 !important;
}

.required {
    color: red;
}

.card-title {
    margin-bottom: 0;
}

.badge {
    font-weight: 500;
    font-size: 0.75em;
}

.icon-primary {
    color: #ade044;
}

.nav-link {
    color: #495057;
}

.bi-graph-up, .bi-currency-euro, .bi-pc-display-horizontal {
    color: #000;
}

.bi-arrow-left-circle, .bi-trash3, .bi-pencil, .bi-plus-lg, .bi-eye, .bi-hand-thumbs-up, .bi-file-earmark-pdf, .bi-send, .bi-easel, .bi-reply, .bi-arrow-right-circle {
    color: #0F3F93;
}

.bi-arrow-left-circle, .bi-arrow-clockwise, .bi-arrow-right-circle {
    font-size: 22px;
}

.bi-trash3, .bi-pencil, .bi-plus-lg, .bi-eye, .bi-easel, .bi-reply {
    font-size: 18px;
}

.bi-exclamation-triangle {
    color: #dc3545;
}

.bi-info-circle-fill {
    color: var(--bs-secondary);
}

button.bi {
    border: none;
    background: none;
    padding: 0;
    text-align: left;
}


/* MudBlazor */
tr .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0;
}

tr .mud-input-control {
    margin-top: 0;
}

.status-circle {
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: 7px auto;
}

.status-square {
    height: 19px;
    width: 19px;
    margin: 2.73px;
    color: white;
    text-align: center;
    line-height: 18px;
}

.status-square-active {
    border: solid 2px black;
    line-height: 14px;
}

.status-green {
    background-color: var(--bs-success);
}

.status-red {
    background-color: var(--bs-red);
}

.status-orange {
    background-color: var(--bs-orange);
}

.status-grey {
    background-color: var(--bs-gray);
}
