
.content-section {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px 2px #f1f1f1;
    background-color: #fff;
}

.text-huge {
    font-size: 5rem;
}

.input-shadow {
    box-shadow: 0 0 3px 2px #f1f1f1;
}

.cursor-pointer {
    cursor: pointer;
}

.font-header {
    font-weight: bold;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.rounded-img {
    border-radius: 1rem;
}

.bg-footer {
    background-color: #f4f4f4;
}

.vertical-animation {
    animation: vertical-animation 3s ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes vertical-animation {
    0% {
        transform: translateY(-20%);
    }
    50% {
        transform: translateY(30%);
    }
    100% {
        transform: translateY(-20%);
    }
}

.navbar {
    border-bottom: 1px solid #ececec;
}

.navbar-nav, .me-auto {
    flex: 1;
    margin: auto !important;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: black !important;
}

.navbar .nav-link {
    color: rgba(18, 18, 18, 0.75) !important;
}

.navbar .nav-link:hover {
    color: rgba(18, 18, 18, 1) !important;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}

.navbar .nav-link.active {
    color: black !important;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}

/*.navbar {*/
/*    !* background image: static/img/grey_banner.png *!*/
/*    background-color: #0000 !important;*/
/*    background-image: url("/static/img/green banner.png");*/
/*    background-size: cover;*/
/*    !*background-color: rgba(0, 0, 0, 0) !important;*!*/
/*    !*padding-top: 6px;*!*/
/*}*/

/*.nav-background-mobile {*/
/*    background-image: url("/static/img/home/green banner.png");*/
/*    background-size: cover;*/
/*}*/

/*.nav-background-about {*/
/*    background-image: url("/static/img/about/yellow banner.png");*/
/*    background-size: cover;*/
/*}*/

/*.nav-background-contact {*/
/*    background-image: url("/static/img/contact/_red banner.png");*/
/*    background-size: cover;*/
/*}*/

/*.nav-link {*/
/*    color: white !important;*/
/*}*/

/*.nav-link:hover {*/
/*    color: rgba(255, 255, 255, 0.55) !important;*/
/*}*/

.header-spacer {
    color: white;
    width: 100%;
}

.side-page-banner-img {
    max-height: 50vh;
}

.side-page-banner-img img {
    min-height: 200px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, 1);
}

#textBlocker {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.stamp-img {
    max-width: 70vw;
    width: 20rem;
}

body {
    background-color: white;
}

.stats-container {
    border: #dadada 1px solid;
    border-radius: 15px;
    box-shadow: 0 0 3px 2px #f1f1f1;
    padding: 10px 10px 15px 15px;
    background-color: #fff;
}

.hr1 {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0;
    border-top: 2px solid #e7e7e7;
}

.hr2 {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0;
    border-top: 1px solid #e7e7e7;
}

.stats-clickable:hover {
    box-shadow: 0 0 3px 2px #92e3ff;
    cursor: pointer;
}

.stats-clickable.stats-clickable-selected {
    background-color: #e5f6ff;
    box-shadow: 0 0 3px 2px #92e3ff;
    cursor: revert;
}

.stats-char-icon {
    min-width: 30%;
    padding: 8px;
    height: 120px;
}

.stats-edit-header {
    display: table;
    height: 60px;
    overflow: hidden;
}

.stats-edit-header span {
    display: table-cell;
    vertical-align: middle
}

.stat-edit-preview {
    background-color: #e7e7e7;
    font-weight: bold;
}

.no-arrows {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

#logDiv {
    background-color: #efefef;
    margin-bottom: 0;
    padding: 5px 5px 5px 9px;
    border-radius: 5px;
    max-height:10rem;
}

.stat-bar {
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.stat-bar.stat-bar-first {
    border-top-left-radius: 4px;
}

.stat-bar.stat-bar-last {
    border-bottom-left-radius: 4px;
}

.trash-red {
    color: #f58686;
}

.product-select-div {
    padding-bottom: 8px;
    padding-top: 10px;
    border-bottom: solid 1px #ececec;
}

.product-tab-pane {
    max-height: 35rem;
    overflow-y: scroll
}

.quantity-box {
    padding: 5px 8px;
    margin-top: 2px;
    background-color: #eaeaea;
    border-radius: 5px;
}


.rounded-table {
  margin: 0 !important;
}

.rounded-table thead th {
    border-bottom-color: #c8c8c8 !important;
    border-bottom-width: 0px;
}

.rounded-table tr:first-child td:first-child {
  border-top-left-radius: 15px;
}

.rounded-table tr:first-child td:last-child {
  border-top-right-radius: 15px;
}

.rounded-table tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
  border-bottom-width: 0;
}

.rounded-table tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
  border-bottom-width: 0;
}

.rounded-table tr:last-child {
  border-bottom: transparent;
  border-bottom-width: 0;
}

.bulk-order-table {
    border-radius: 15px;
    background-color: #f1f1f1;
}

.bulk-order-table-header {
    border-radius: 15px;
    background-color: #d1d1d1;
    font-weight: bold;
    color: black;
    padding: 5px;
    margin-bottom: 5px;
}

.bulk-order-table-totals {
    border-radius: 15px;
    background-color: #858585;
    font-weight: bold;
    color: #ffffff;
    padding: 5px;
    margin-bottom: 5px;
}