.preload {
    display: none;
}

.socials-bar {
    background: #333;
    color: #fff;
    text-align: center;
    justify-content: center;
}

.socials-container {
    height: 100px;
    display: inline-flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1300px;
    align-items: center;
}

.socials-logo {
    overflow: unset;
    height: auto;
    display: flex;
}

#socials-logo .navbar-brand {
    width: 70px;
}

@media (max-width: 1200px) {
    #socials-logo .navbar-brand {
        width: 65px;
    }
}

@media (max-width: 767.98px) {
    #socials-logo .navbar-brand {
        width: 60px;
    }
}

@media (max-width: 576px) {
    #socials-logo .navbar-brand {
        width: 50px;
    }
}

.navbar-logo {
    height: auto;
}

.navbar-toggler {
    color: white;
    padding: 0.5rem;
    width: unset;
}

.socials-row {
    margin: 0 0;
    padding: 1rem;
    width: 90% !important;
    max-width: 1300px !important;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: end;
}

@media (max-width: 767.98px) {
    .socials-row {
        height: auto !important;
        display: flex;
        flex-direction: row !important;
    }
}

@media (min-width: 768px) {
    .socials-logo {
        opacity: 1 !important;
    }
}

.social-btn {
    color: #00aad4;
    width: 26px;
    height: 26px;
    display: inline-block;
    transition: 300ms all;
    margin-right: 10px;
    margin-top: 2px;
}
.social-btn:hover {
    fill: #fff;
    color: #fff;
}
.social-btn svg {
    border: 2px solid;
    border-radius: 50px;
    padding: 3px;
}

.blog-btn {
    padding: 6px 25px !important;
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #ffffff;
    background-color: #00aad4;
    line-height: 1.3;
    font-size: 16px;
}
.blog-btn:hover {
    background-color: #ffffff;
    border-color: #00aad4;
    color: #00aad4;
    text-decoration: none;
}

.tel-btn {
    display: flex;
    transition: 300ms all;
    color: #00aad4;
}
.tel-btn:hover {
    fill: #fff;
    color: #fff;
    text-decoration: none;
}

.tel-btn svg {
    width: 21px;
    height: 21px;
    margin-right: 5px;
    margin-top: 4px;
}

.tel-number {
    font-size: 16px;
}

.socials-tel-container {
    padding-top: 11px;
    padding-bottom: 11px;
    border-left: 1px solid rgba(168, 168, 167, 0.3);
    float: left;
    width: 140px;
    margin-left: 8px;
    padding-left: 8px;
}

.image-container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    height: calc(100px + calc(1.5rem * 2));
}

.client-link {
    height: 100%;
    display: flex;
}

.client-logo {
    display: flex;
    margin: 0 auto;
    width: auto;
    max-width: 275px;
}

.dark-bg {
    background-color: #333;
}

.search-container {
    display: flex;
    margin: 0 auto;
    padding: 10px 0;
    margin-bottom: 0.5rem;
    align-items: center;
    position: relative;
}

.table-search-container {
    margin-bottom: 0 !important;
}

.search-container .search-bar {
    flex: 1;
    padding: 0px 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-search-bar {
    text-align: left !important;
}

.search-container .table-search-bar {
    padding: 9px 40px 9px 20px !important;
}

input.search-bar::placeholder {
    text-overflow: ellipsis;
}

.info-icon-container {
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
}

.info-icon-container svg {
    width: 24px;
    height: 24px;
    color: #6c757d;
}

.search-bar {
    text-align: center;
}

.help-button {
    position: absolute;
    height: 45px;
    line-height: 45px;
    margin-left: 1.5rem;
    text-decoration: underline;
    color: #333;
    font-size: 1rem;
    cursor: pointer;
}

.button-container {
    margin: 0 auto;
    margin-bottom: 0rem;
}

.coa-button-container {
    margin: 0.5rem auto !important;
}

.generate-button, .edit-button, .save-button, .cancel-button {
    width: 40% !important;
    height: 35.8px !important;
    font-size: 1rem !important;
}

.input-icon {
    position: absolute;
    right: 1rem;
    cursor: pointer;
}

.search-button {
    width: 100%;
    /* background-color: #6bd76b  !important;
    border-color: #6bd76b !important; */
    height: 45px;
    font-size: 1.25rem;
}

.search-button:hover {
    background-color: #00d400 !important;
    border-color: #00d400 !important;
    background-color: #00d400a3 !important;
    border-color: #00d400a3 !important;
    background-color: #333 !important;
    border-color: #333 !important;
}

.coa-card {
    width: 100%;
    background-color: #398fb4c2 !important;
    padding: 1rem 0rem 2rem 0rem;
    height: fit-content;
    margin-bottom: 3rem;
}

.coa-text {
    color: #fff;
    text-align: center;
    margin: 1rem auto;
    font-size: 1.25rem;
}

.coa-title {
    font-size: 1.75rem;
    margin-bottom: 2rem;
}

.info-icon {
    --tblr-icon-size: 1.75rem;
    height: var(--tblr-icon-size);
    width: var(--tblr-icon-size);
    font-size: var(--tblr-icon-size);
}

.coa-button {
    width: 100%;
    height: 45px;
    font-size: 1.25rem;
    background-color: #00aad4a6 !important;
    border-color: #00aad4a6 !important;
    background-color: #378da28a !important;
    border-color: #378da28a !important;
    background-color: #398fb4c2 !important;
    border-color: #398fb4c2 !important;
}

.coa-button:hover {
    background-color: #00aad4 !important;
    border-color: #00aad4 !important;
}

.result-card {
    margin: auto auto;
    border: 2px solid #66738259;
}

.result-card > .card-body {
    padding: 1rem 0rem;
}

.result-row {
    text-align: center;
    padding: 0 1rem;
}

.card-body > .result-row {
    margin: 0;
}

.total-row {
    border-bottom: solid 2px #66738259;
    margin-bottom: 1rem !important;
}

.total-title {
    text-decoration: underline;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0.25rem;
}

.total-result {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0rem;
}

.total-col {
    padding-bottom: 1rem;
}

.desc-title {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0.25rem;
}

.sample-header {
    padding: 1rem;
    background-color: #667382;
    color: #fff;
    border-radius: 0 !important;
    overflow: hidden;
}

.sample-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0;
}

.sample-result {
    font-weight: 400;
    font-size: 22px;
    padding-left: 0.5rem;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sample-col {
    display: inline-flex;
    margin: auto;
    overflow: hidden;
    white-space: nowrap;
}

.desc-col {
    display: block;
}

.desc-col-start {
    justify-content: start;
}

.desc-col-end {
    justify-content: end;
}

.desc-result {
    font-size: 18px;
    word-break: break-word;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Full viewport height */
}


.footer-container, .footer-logo-container {
    display: flex;
    justify-content: start;
}

.footer-logo-container {
    height: 100%;
    align-items: center;
}

.menu-footer-menu-container {
    display: flex;
    justify-content: start;
}

.sticky-header th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.qr-table-container {
    max-height: 300px;
    height: 269px;
}

.qr-table-title {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
}

.spinner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

/* .spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #ccc;
  border-top-color: #398fb4c2;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
} */

.spinner {
  position: relative;
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #00d40080 !important;
  font-size: 2rem;
}

.spinner:before,
.spinner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0; left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin linear infinite;
}

.spinner:after {
  color: #398fb4c2;
  transform: rotateY(70deg);
  animation-delay: .1s;
}

@keyframes spin {
  0%, 100% { box-shadow: .2em 0 0 0 currentcolor; }
  12% { box-shadow: .2em .2em 0 0 currentcolor; }
  25% { box-shadow: 0 .2em 0 0 currentcolor; }
  37% { box-shadow: -.2em .2em 0 0 currentcolor; }
  50% { box-shadow: -.2em 0 0 0 currentcolor; }
  62% { box-shadow: -.2em -.2em 0 0 currentcolor; }
  75% { box-shadow: 0 -.2em 0 0 currentcolor; }
  87% { box-shadow: .2em -.2em 0 0 currentcolor; }
}

.sortable-th {
    cursor: pointer;
    color: #667382 !important;
    background-color: #ffffff !important;
    align-items: center;
    padding: 10px 10px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    position: relative;
    text-align: left;
    vertical-align: middle;
    padding-right: 10px !important; /* Extra padding to make space for the arrows */
}

.sortable-th > button:hover {
    background-color: #ddd !important;
}

.table-sort:after {
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 125%; /* make the mask bigger */

  /* Safari/WebKit support */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 125%;
}

.table-sort.asc::after, .table-sort.desc::after {
    transform: scale(1.2);
    background: #374151;
}

.edit-table tr th:first-child {
    padding-left: 1.25rem !important;
}

.edit-table tr td:first-child {
    padding-left: 1.25rem !important;
}

.edit-table tr:nth-child(even) > td {
    background-color: #ffffff !important;
    --tblr-table-bg-type: #ffffff !important;
}
.edit-table tr:nth-child(odd) > td {
    background-color: #00aad41f !important;
    --tblr-table-bg-type: #00aad41f !important;
}

.edit-table tr > td {
    transition-duration: 300ms;
}

.edit-table tr:hover{
    background-color: #eeeeee !important;
    transition-duration: 300ms;
    cursor: pointer;
}

.edit-table tr:hover > td {
    --tblr-table-bg-state: #eeeeee !important;
}

.edit-table tr {
    border-bottom: 1px solid #e0e0e0 !important;
}

#editModal.modal {
    background: color-mix(in srgb,#1f2937 82%,transparent) !important;
    backdrop-filter: blur(15px) !important;
}

#editModal .modal-body {
    background: #6b72801c !important;
}

@media (max-width: 1200px) {
    .footer-container, .footer-logo-container, .footer-socials, .menu-footer-menu-container, .footer-contact-item {
        justify-content: center !important;
    }
    .footer-menu-list li {
        text-align: center !important;
    }

    footer {
        position: relative !important;
    }
}

@media (max-width: 1200px) {
    .modal-tutorial {
        --tblr-modal-width: 80% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .modal-tutorial {
        --tblr-modal-width: 75% !important;
    }
}

@media (min-width: 1400px) {
    .modal-tutorial {
        --tblr-modal-width: 65% !important;
        max-width: 1150px;
    }
}

.footer-row {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.footer-icon {
    display: inline-block;
    margin-left: 10px;
    transition: 300ms all;
    color: #ffffff;
    fill: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 100%;
    padding: 2px;
    height: 34px;
    width: 34px;
}

.footer-logo {
    justify-content: start;
    display: flex;
    height: auto;
    width: 160px;
}

@media (min-width: 960px) {
    #qr-table-container.card {
        width: 65% !important;
    }
}

@media (max-width: 960px) {
    #qr-table-container.card {
        width: 85% !important;
    }
}

@media (max-width: 767.98px) {
    .footer-logo {
        width: 140px;
    }
    #qr-table-container.card {
        width: 95% !important;
    }
}

@media (max-width: 576px) {
    .footer-logo {
        width: 120px;
    }
}

.footer-socials {
    display: flex;
    justify-content: start;
}

.icon-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-blog-btn {
    padding: 6px 25px !important;
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #ffffff;
    background-color: #00aad4;
    font-size: 16px;
    height: fit-content;
}
.footer-blog-btn:hover {
    background-color: #ffffff;
    border-color: #00aad4;
    color: #00aad4;
    text-decoration: none;
}

.footer-title {
    text-align: end;
    text-transform: uppercase;
    color: #fff !important;
    text-shadow: none !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 2rem !important;
    margin: 0 0 .5em 0;
    margin-left: auto;
    font-size: 150%;
    line-height: 1;
}

@media (max-width: 1200px) {
    .footer-title {
        margin: 0 auto;
    }
}

.footer-center-title {
    margin: 0 auto;
}

.footer-menu-list {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.footer-menu-list li {
    text-align: center;
    margin-bottom: 1rem;
    border-right: 1px solid;
    padding: 0.25rem 1rem;
    height: 100%;
}

.footer-menu-list li:last-child {
    border-right: none;
}

.footer-menu-list a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    height: 100%;
    align-items: center;
}

.footer-menu-list a:hover {
    color: #00aad4;
    text-decoration: none;
}

.footer-contact-item {
    font-size: 16px;
    margin-bottom: 1rem;
    overflow: visible;
    clear: both;
    display: flex;
    color: #ffffff;
    justify-content: end;
}

.footer-address {
    text-align: left;
}

.footer-contact-item:hover {
    text-decoration: none;
}

.footer-contact-item svg {
    fill: #fff;
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 20px;
    margin-top: 4px;
}

.footer-copyright {
    display: flex;
    justify-content: center !important;
    margin-top: 0.5rem;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: -1;
}

.bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.body-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    margin-bottom: 3rem;
    /* min-height: 750px; */
}

.labeling {
    max-height: 600px;
}

.modal-row {
    display: inline-flex;
    align-items: center;
}

/* Allow the background page to scroll */
body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important; /* Fixes scrollbar issue */
  }

.coa-modal {
    position: absolute;
}

.hidden {
    display: none !important;
}

.modal-tutorial-title {
    font-size: 1.5rem;
}

.modal-tutorial-text {
    font-size: 1.25rem;
}

.modal-image-container {
    margin-bottom: 1rem;
    text-align: center;
    margin: 0rem auto 1rem auto;
}


.img-404 {
    text-align: end;
}

.card-404 {
    background-color: #ffffff5c;
    border-color: transparent;
    border-radius: 5rem;
    margin: auto 0;
}

.content-container-404 {
    margin-bottom: calc(3rem + 100px);
    margin-left: 3rem;
    margin-right: 3rem;
}

.header-404 {
    font-size: 2rem;
}

.text-404 {
    font-size: 1.5rem;
}

.row-404 {
    align-items: center;
}

.textcol-404 {
    padding: 2rem;
}

@media (max-width: 768px) {
    .textcol-404 {
        text-align: center;
    }
}

.a-404 {
    font-size: 1.25rem;
}