:root {
    --ntnui_yellow: rgba(254, 219, 0, 1);
    --ntnui_black: rgba(45, 41, 38, 1);
    --ntnui_red: rgba(228, 0, 43, 1);
    --ntnui_green: rgba(0, 132, 61, 1);
    --ntnui_green-dark: rgb(2, 117, 54);
    --ntnui_green-darker: rgb(1, 100, 46);
    --bs-body-bg: #f7f7f7;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.bold {
    font-weight: bold;
}

.hidden {
    display: none !important;
}

html,
body {
    display: flex;
    padding-bottom: 20px;
    flex-direction: column;
    width: 100%;
}

#container {
    padding: 20px 12px;
    padding-bottom: 0px;
}

.container-fluid {
    padding-left: 0;
}

.commentrow > td {
    border-bottom-width: 0px;
}

.form-group {
    margin-bottom: 0.5rem;
}

label {
    margin-bottom: 0.5rem;
}

nav {
    padding: 10px 20px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: space-between;
    }
}

.bg-ntnui-stripes {
    width: 100%;
    height: 27px;
    background: rgb(254, 219, 0);
    background: linear-gradient(180deg,
    var(--ntnui_green) 20%,
    var(--ntnui_yellow) 20%,
    var(--ntnui_yellow) 40%,
    var(--ntnui_black) 40%,
    var(--ntnui_black) 60%,
    var(--ntnui_yellow) 60%,
    var(--ntnui_yellow) 80%,
    var(--ntnui_green) 80%);
var(--ntnui_green) 100 %);
    position: sticky;
    top: 0;
    z-index: 99;
}

nav {
    padding-bottom: 5px !important;
}

.bg-ntnui-green {
    background-color: var(--ntnui_green) !important;
}
.color-ntnui-green {
    color: var(--ntnui_green) !important;
}

.bg-ntnui-yellow {
    background-color: var(--ntnui_yellow) !important;
}

.bg-ntnui-red {
    background-color: var(--ntnui_red) !important;
}
.color-ntnui-red {
    color: var(--ntnui_red) !important;
}

.btn-success {
    background-color: var(--ntnui_green) !important;
    border-color: var(--ntnui_green-dark) !important;
}

.btn-success:hover {
    background-color: var(--ntnui_green-dark) !important;
    border-color: var(--ntnui_green-darker) !important;
}

.receipt {
    position: relative;
    background-color: white;
    border: solid 1px #b4b4b4;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0px;
}

.receipt > a {
    display: block;
    text-align: center;
    font-size: 1.3em;
}

.receipt ul {
    width: 100%;
    margin-bottom: 0rem;
    padding-left: 0rem;
}

.receipt li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 8px 0;
    list-style-type: none;
    border-bottom: dotted #b4b4b4 2px;
    align-items: center;
}

.receipt li div {
    text-align: right;
}

.receipt-badge {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    padding: 5px 10px;
    font-size: 1.2em;
    text-align: center;
    min-width: 40px;
}

/*.check {*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    background-position: center center;*/
/*    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cpath d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z' fill='%2300843D' fill-opacity='0.3'%3E%3C/path%3E%3C/svg%3E");*/
/*}*/

.ntnui-border::after, .ntnui-border::before {
    /*border-radius: 4px;*/
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}


.ntnui-border::before {
    width: 100%;
    height: 100%;
    outline: 3px solid var(--ntnui_yellow);
    border: 3px solid var(--ntnui_green);
}

.ntnui-border {
    /*border-radius: 4px;*/
    border: solid var(--ntnui_black) 7px;
    /*outline: 3px solid var(--ntnui_green);*/
}

.ntnui-border::after {
    top: -9px;
    left: -9px;
    right: -9px;
    bottom: -9px;
    border: 3px solid var(--ntnui_yellow);
    outline: 3px solid var(--ntnui_green);
}

.pointer {
    cursor: pointer;
}

.cus-panel-body {
    display: inline-block;
    width: 100%;
}
.cus-panel-admin-item {
    padding: 25px 1px 15px 1px;
    text-align: center;
    border: 1px solid #ebedf0;
    box-shadow: 0 10px 30px #f1f3f7;
    background-color: #fff;
    margin-bottom: 15px;
    cursor: pointer;

    color: var(--ntnui_green);
}
.cus-panel-admin-item>div {
    margin-top: 15px;
}
.cus-panel-admin-item:hover {
    border: 2px solid  var(--ntnui_green);
}
.cus-panel-admin-item {
    border: 2px solid #fff;
}

.receipt-extra-row a{
    text-decoration: none;
}

.snowflake{
    display: none;
}          

#darkModeToggleIcon::before {
    content: "dark_mode";
}
