/* roboto-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/roboto-v30-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html,
body {
    height: 100%;
}

* {
    font-family: Roboto;
}

body {
    --color-not-paid: rgb(255 40 40);
    --color-late-notice1: rgb(255 255 0);
    --color-late-notice2: rgb(50 255 0);
    --color-late-notice3: rgb(0 50 255);

    background-image: url(../img/gras_back1.jpg);
    /* background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed; */
}

.watermark {
    background-image: url(../img/watermark.png);
    background-position: 5% 95%;
    background-repeat: no-repeat;
    background-size: 40%;
}

.container-lg.watermark {
    min-height: 90vh;
}

tr.tr-clickable {
    cursor: pointer;
}

.not-paid,
.not-paid td,
.not-paid .btn {
    background-color: var(--color-not-paid) !important;
    color: #ffffff !important;
}

.late-notice1,
.late-notice1 td,
.late-notice1 .btn {
    background-color: var(--color-late-notice1) !important;
}

.late-notice2,
.late-notice2 td,
.late-notice2 .btn {
    background-color: var(--color-late-notice2) !important;
}

.late-notice3,
.late-notice3 td,
.late-notice3 .btn {
    background-color: var(--color-late-notice3) !important;
    color: #ffffff !important;
}

#overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
}

#errorPopup,
#successPopup {
    display: none;
}

thead tr {
    position: sticky;
    top: -1px;
    z-index: 1;
}

.indent-50 {
    display: inline-block;
    height: 15px;
    width: 50px;
}

.btn.btn-higher {
    height: 80px;
}

.btn-secondary {
    /* background-color: #9CA5AD; */
    --bs-btn-bg: #e2e3e5;
    --bs-btn-color: #000000;
}

.bg-blue {
    background-color: #cfe2ff !important;
}

.bg-green {
    background-color: #709457 !important;
}

.btn-outline-green {
    --bs-btn-color: #709457;
    --bs-btn-border-color: #709457;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #709457;
    --bs-btn-hover-border-color: #709457;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #709457;
    --bs-btn-active-border-color: #709457;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #709457;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #709457;
    --bs-gradient: none;
}

.tabulator-col,
.bg-lightgreen {
    background-color: #c8d68b !important;
}
.text-green {
    color: #709457 !important;
}

.text-lightgreen {
    color: #c8d68b;
}

.text-sm {
    font-size: 12px;
}

.modal-footer button {
    width: 105px;
}

.h-200 {
    height: 200px;
}

.mh-200 {
    min-height: 200px;
}

.msg-sidebar {
    width: 300px;

    background-color: transparent;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10000;
}

.img-preview {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.fs-7 {
    font-size: 0.875rem;
}

.fs-8 {
    font-size: 0.75rem;
}

.btn-green {
    background-color: #709457;
    color: white;
    border: none;
}

.btn-green:hover {
    background-color: #5e7a45;
    color: white;
}

.btn-lightgreen {
    background-color: #c8d68b;
    color: black;
    border: none;
}

.btn-lightgreen:hover {
    background-color: #b0c07a;
    color: black;
}

.bg-lightgreen-subtle {
    background-color: #c8d68b4f;
}
