body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.5); /* subtle border */
}

a {
    color: #337ab7;
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.wrapper {
    display: flex;
    flex: 1;
    overflow: hidden;
}
.sidebar {
    width: 250px;
    flex-shrink: 0;
}
.content {
    padding: 1rem;
    background-color: #ffffff; /* changed to white */
    width: 100%;
}
.sidebar-logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}
.sidebar .dropdown-toggle {
    text-decoration: none !important;
}
.sidebar .nav-link svg,
.sidebar a span {
    text-decoration: none !important;
}
.sidebar a[data-bs-toggle="collapse"] span {
    text-decoration: none !important;
    border: none;
}
.sidebar a[data-bs-toggle="collapse"]:hover,
.sidebar a[data-bs-toggle="collapse"]:focus {
    text-decoration: none;
}
.sidebar a[data-bs-toggle="collapse"] {
    border-bottom: none !important;
}
.sidebar a[data-bs-toggle="collapse"] span {
    display: inline-block;
    text-decoration: none;
    border-bottom: none;
}
@media (max-width: 768px) {
    .sidebar {
        position: fixed;
        left: -250px;
        top: 0;
        height: 100%;
        background: #343a40;
        color: white;
        transition: left 0.3s ease-in-out;
        z-index: 1030;
    }
    .sidebar.show {
        left: 0;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        display: none;
        z-index: 1020;
    }
    .overlay.show {
        display: block;
    }
}

h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}
h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}


/* Cards used when selecting a website design. */
.design-card {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
}
.design-card-img-top {
  height: 180px;
  object-fit: cover;
  cursor: zoom-in;
}
.design-card-body {
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.design-card-content {
  flex-grow: 1;
  margin-bottom: 1rem;
}
.design-btn-select {
  border-radius: 50px;
  background-color: #e2e6ea;
  color: #495057;
  border: none;
  font-size: 0.9rem;
}
.design-btn-select:hover {
  background-color: #d6d8db;
  color: #343a40;
}
.design-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.design-modal-img {
  width: 100%;
  height: auto;
}
/* End website design cards */



.content-card {
  border: 1px solid rgba(0, 0, 0, 0.05); /* subtle border */
  background-color: #ffffff; /* changed to white */
}

.form-header {
    background-color: #f8f9fa; /* light gray */
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); /* subtle border */
    width: 100%;
}
.form-header a {
    text-decoration: none;
    color: black;
}

.form-infotext {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05); /* subtle border */
    padding: 1rem;
    border-radius: 0.5rem;
    background: #fcfcfc;
}

.btn-kvicka {
    background-color: #28a745;
    color: white;
    border-radius: 25px;
}
.btn-kvicka:hover {
    background-color: #28a745;
    color: white;
}

.topbar-notice {
    background-color: #f4d9c1;
    color: #303030;
    padding: 1rem;
    border-bottom: 1px solid #f4d9c1;
}

.topbar-notice-btn {
    background-color: white;
    color: #303030;
    display: inline-block;
    font-weight: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1px;
    padding-bottom: 3px;
    margin-top: 0.5rem;
    border: 1px solid #a0a0a0;
}
.topbar-notice-btn:hover {
    background-color: #28a745;
    color: white;
}
.topbar-notice-btn:active {
    background-color: #28a745 !important;
    color: white !important;
}

.info-box-btn {
    background-color: white;
    color: #303030;
    display: inline-block;
    font-weight: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1px;
    padding-bottom: 3px;
    margin-top: 0.5rem;
    border: 1px solid #a0a0a0;
    border-radius: 25px;
}
.info-box-btn:hover {
    background-color: #f9f9f9;
    border: 1px solid #a0a0a0;
}
.info-box-btn:active {
    background-color: #f9f9f9 !important;
    border: 1px solid #a0a0a0;
}

.info-box-btn-large {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.info-box-btn-submit {
    color: white;
    background-color: #28a745 !important;
}
.info-box-btn-submit:hover {
    color: white;
    background-color: #28a745 !important;
}
.info-box-btn-submit:active {
    color: white;
    background-color: #28a745 !important;
}

.info-box-btn-warning {
    background-color: #c7eead !important;
}
.info-box-btn-warning:hover {
    background-color: #c7eead !important;
}
.info-box-btn-warning:active {
    background-color: #c7eead !important;
}



.table-inline-btn {
    background-color: white;
    color: #303030;
    display: inline-block;
    font-weight: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1px;
    padding-bottom: 3px;
    margin-top: 0.5rem;
    border: 1px solid #a0a0a0;
}
.table-inline-btn:hover {
    background-color: #f9f9f9;
    border: 1px solid #a0a0a0;
}
.table-inline-btn:active {
    background-color: #f9f9f9 !important;
    border: 1px solid #a0a0a0;
}

.table-inline-msg {
    font-size: 12px;
}

.website-notice {
    background-color: #6f8bb7;
    color: white;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid;
}

.section-info-box {
    background-color: #f8f9fa; /* light gray */
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}

.section-info-box-icon {
    max-height: 40px;
    vertical-align: top;
}
.section-info-box-header {
    font-size: 18px;
}

.section-info-box-warning {
    background-color: #fbf1e8 !important;
}

.section-info-box-highlight {
    background-color: #fbf1e8 !important;
}


.section-info-box > h1 {
    text-transform: uppercase;
    font-size: 17px;
}

.website-display-design-card-img-top {
  height: 180px;
  object-fit: cover;
  cursor: zoom-in;
}

.aliceblue {
    background-color: aliceblue;
}

.page-nav-active {
    border-bottom: 2px solid grey;
}

.page-nav {
    color: white;
}

.page-nav:hover {
    color: lightgrey;
}

div.page-header {
    padding-bottom: 20px;
}

h1.page-header {
    font-size: 27px;
    font-weight: 700;
}
h2.page-header {
    font-size: 20px;
    font-weight: 700;
}

h2.underline {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 5px;
    width: 100%;
}

a.page-header {
    background-color: #ff677e;
    color: white;
}
a.page-header:hover {
    background-color: #cc677e;
    color: white;
}

#popup-message {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #333;
  color: #fff;
  padding: 15px 25px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: opacity 0.4s ease-in-out;
  z-index: 1000;
}

.breadcrumb-item {
    font-size: 14px;
    color: grey;
    font-weight: 600;
}

.breadcrumb-item > a {
    font-size: 14px;
    color: #005aa8;
    font-weight: 600;
}

  .hanging-list {
    list-style: disc;
    padding-left: 1.5em; /* space for bullet */
  }
  .hanging-list li {
    padding-left: 0.5em; /* space before text */
    text-indent: -0.5em; /* pulls first line back so bullet shows */
  }

  
.good-btn {
    background-color: #22c55e;
    color: white;
    display: inline-block;
    font-weight: bold;
    margin-top: 0.5rem;
    border-radius: 25px;
}
.good-btn:hover,
.good-btn:focus,
.good-btn:active,
.good-btn:focus-visible {
    background-color: #22c55e !important;
    color: white !important;
}

.good-btn-large {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.good-btn-cancel {
    background-color: #4a90e2 !important;
    color: white;
}
.good-btn-cancel:hover {
    background-color: #4a90e2 !important;
    color: white !important;
}
.good-btn-cancel:active {
    background-color: #4a90e2 !important;
    color: white !important;
}

.good-btn-angry {
    background-color: #dc3545;
    color: white;
}
.good-btn-angry:hover {
    background-color: #dc3545 !important;
    color: white !important;
}
.good-btn-angry:active {
    background-color: #dc3545 !important;
    color: white !important;
}

.good-btn-warning {
    background-color: rgb(255, 193, 7);
    color: white;
}
.good-btn-warning:hover {
    background-color: rgb(255, 193, 7) !important;
    color: white !important;
}
.good-btn-warning:active {
    background-color: rgb(255, 193, 7) !important;
    color: white !important;
}
.good-btn-warning:focus {
    background-color: rgb(255, 193, 7) !important;
    color: white !important;
}
.good-btn-warning:focus-visible {
    background-color: rgb(255, 193, 7) !important;
    color: white !important;
}

.menu-icon {
    max-width: 15px;
    max-height: 15px;
    margin-right: 5px;
}

.design-screenshot {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
}

.screenshot-img-overview-sm {
  object-fit: cover;
  cursor: zoom-in;
  border-radius: 10px;
  width: 100%;
}

.screenshot-img-overview-lg {
  height: 180px;
  object-fit: cover;
  cursor: zoom-in;
  border-radius: 10px;
}

.errorlist {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-left: 0px;
    color: red;
    list-style-type: none;
}

.data-update-category {
    border: 1px solid rgba(0, 0, 0, 0.05); /* subtle border */
    background-color: aliceblue;
    font-weight: bold;
}

.design-price-section {
    margin-bottom: 10px;
    font-size: 0.8em;
}

.design-price-free {
    color: #28a745;
}

.section-info-box-link {
    text-decoration: none;
    color: inherit;
}
