﻿@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
.e-stepper .e-stepper-progressbar {
  width: auto;
}
.e-stepper .e-stepper-steps {
  justify-content: space-evenly;
}
.e-stepper .e-indicator {
  width: 40px;
  height: 40px;
}
.e-stepper .e-label {
  color: rgba(255, 255, 255, 0.6);
}
.e-stepper .e-indicator,
.e-stepper .e-step {
  border: none;
  box-shadow: none !important;
}
.e-stepper .e-step-selected:not(.e-step-error) .e-label {
  color: white;
}
.e-stepper .e-step-completed:not(.e-step-error) .e-label {
  color: rgba(255, 255, 255, 0.2);
}

.blue-theme {
  background-color: #396afc;
  background: linear-gradient(to top, #2948ff, #396afc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: rgba(255, 255, 255, 0.8);
}
.blue-theme .dat-popup .popup,
.blue-theme .dat-popout .popout {
  background-color: #396afc;
  background: linear-gradient(to top, #2948ff, #396afc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: rgba(255, 255, 255, 0.8);
}
.blue-theme .dat-popup .popup .close-btn,
.blue-theme .dat-popout .popout .close-btn {
  color: white;
}
.blue-theme .nav-pills .nav-link,
.blue-theme .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.blue-theme .nav-pills .nav-link:hover, .blue-theme .nav-pills .nav-link.active,
.blue-theme .nav-link:hover,
.blue-theme .nav-link.active {
  color: white;
}
.blue-theme .btn.btn-primary,
.blue-theme .btn.btn-primary:hover {
  background-color: #238bd9;
}
.blue-theme .banner .mask {
  background: radial-gradient(rgba(255, 255, 255, 0.01), rgba(0, 0, 0, 0.8));
  color: white;
}

.default-theme {
  background: #0F2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #2C5364, #203A43, #0F2027); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: rgba(255, 255, 255, 0.8);
}
.default-theme *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.default-theme *::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: transparent;
  border-radius: 5px;
  background-color: rgba(35, 139, 217, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.default-theme *::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
}
.default-theme .dat-popup .popup,
.default-theme .dat-popout .popout {
  background: #0F2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #2C5364, #203A43, #0F2027); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: none;
  color: rgba(255, 255, 255, 0.8);
}
.default-theme .dat-popup .popup .close-btn,
.default-theme .dat-popout .popout .close-btn {
  color: white;
}
.default-theme .dropdown-menu {
  background: #0F2027; /* fallback for old browsers */
  color: rgba(255, 255, 255, 0.8);
}
.default-theme .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.8);
}
.default-theme .dropdown-menu .dropdown-item.active {
  background-color: rgba(32, 58, 67, 0.2);
}
.default-theme .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.default-theme .nav-pills .nav-link,
.default-theme .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.default-theme .nav-pills .nav-link:hover, .default-theme .nav-pills .nav-link.active,
.default-theme .nav-link:hover,
.default-theme .nav-link.active {
  color: white;
}
.default-theme .btn.btn-primary,
.default-theme .btn.btn-primary:hover {
  background-color: #238bd9;
}
.default-theme .banner .mask {
  background: radial-gradient(rgba(255, 255, 255, 0.01), rgba(0, 0, 0, 0.5));
  color: white;
}

.green-theme {
  background: #1f4037; /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #99f2c8, #1f4037); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #99f2c8, #1f4037); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: rgba(255, 255, 255, 0.8);
}
.green-theme .dat-popup .popup,
.green-theme .dat-popout .popout {
  background: #1f4037; /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #99f2c8, #1f4037); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #99f2c8, #1f4037); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: none;
  color: rgba(255, 255, 255, 0.8);
}
.green-theme .dat-popup .popup .close-btn,
.green-theme .dat-popout .popout .close-btn {
  color: white;
}
.green-theme .nav-pills .nav-link,
.green-theme .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.green-theme .nav-pills .nav-link:hover, .green-theme .nav-pills .nav-link.active,
.green-theme .nav-link:hover,
.green-theme .nav-link.active {
  color: white;
}
.green-theme .btn.btn-primary,
.green-theme .btn.btn-primary:hover {
  background-color: #92e8c0;
  color: #25493e;
}
.green-theme .banner .mask {
  background: radial-gradient(rgba(255, 255, 255, 0.01), rgba(0, 0, 0, 0.8));
  color: white;
}
.green-theme .footer {
  color: #25493e;
}
.green-theme .footer .nav-link {
  color: #25493e;
}

.lime-theme {
  background: #a8ff78; /* fallback for old browsers */
  background: linear-gradient(to bottom, #78ffd6, #a8ff78); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: rgba(0, 0, 0, 0.8);
}
.lime-theme .dat-popup .popup,
.lime-theme .dat-popout .popout {
  background: #a8ff78; /* fallback for old browsers */
  background: linear-gradient(to bottom, #78ffd6, #a8ff78); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: none;
  color: rgba(0, 0, 0, 0.8);
}
.lime-theme .dat-popup .popup .close-btn,
.lime-theme .dat-popout .popout .close-btn {
  color: white;
}
.lime-theme .nav-pills .nav-link,
.lime-theme .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.lime-theme .nav-pills .nav-link:hover, .lime-theme .nav-pills .nav-link.active,
.lime-theme .nav-link:hover,
.lime-theme .nav-link.active {
  color: black;
}
.lime-theme .btn.btn-primary,
.lime-theme .btn.btn-primary:hover {
  background-color: #238bd9;
  color: black;
}
.lime-theme .banner .mask {
  background: radial-gradient(rgba(255, 255, 255, 0.01), rgba(0, 0, 0, 0.8));
  color: white;
}
.lime-theme .banner .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.lime-theme .banner .nav-link:hover, .lime-theme .banner .nav-link.active {
  color: white;
}

.purple-theme {
  background-color: #142028;
  background: linear-gradient(to top, #3c1053, #ad5389); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: rgba(255, 255, 255, 0.8);
}
.purple-theme .dat-popup .popup,
.purple-theme .dat-popout .popout {
  background-color: #142028;
  background: linear-gradient(to top, #3c1053, #ad5389); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: none;
  color: rgba(255, 255, 255, 0.8);
}
.purple-theme .dat-popup .popup .close-btn,
.purple-theme .dat-popout .popout .close-btn {
  color: white;
}
.purple-theme .nav-pills .nav-link,
.purple-theme .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.purple-theme .nav-pills .nav-link:hover, .purple-theme .nav-pills .nav-link.active,
.purple-theme .nav-link:hover,
.purple-theme .nav-link.active {
  color: white;
}
.purple-theme .btn.btn-primary,
.purple-theme .btn.btn-primary:hover {
  background-color: #238bd9;
}
.purple-theme .banner .mask {
  background: radial-gradient(rgba(255, 255, 255, 0.01), rgba(0, 0, 0, 0.8));
  color: white;
}

.red-theme {
  background-color: #ff6a00;
  background: linear-gradient(to bottom, #dd1818, #ff6a00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}
.red-theme .dat-popup .popup,
.red-theme .dat-popout .popout {
  background-color: #ff6a00;
  background: linear-gradient(to bottom, #dd1818, #ff6a00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: none;
  color: white;
}
.red-theme .dat-popup .popup .close-btn,
.red-theme .dat-popout .popout .close-btn {
  color: white;
}
.red-theme .nav-pills .nav-link,
.red-theme .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.red-theme .nav-pills .nav-link:hover, .red-theme .nav-pills .nav-link.active,
.red-theme .nav-link:hover,
.red-theme .nav-link.active {
  color: white;
}
.red-theme .btn.btn-primary,
.red-theme .btn.btn-primary:hover {
  background-color: #dd1818;
}
.red-theme .banner .mask {
  background: radial-gradient(rgba(255, 255, 255, 0.01), rgba(0, 0, 0, 0.8));
  color: white;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-font-family: "Noto Sans", sans-serif;
  --heading-font-family: "Cormorant Garamond", serif;
  --primary-bg-color: #232a27;
  --primary-bg-text-color: #e8e2da;
  --primary-text-color: #111;
  --content-color: #111;
}

.html {
  scroll-behavior: smooth;
}

html, body {
  font-family: var(--primary-font-family);
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background-color: var(--primary-bg-color);
  color: var(--primary-text-color);
}

a {
  text-decoration: none;
  color: inherit;
}

.nav-link {
  color: rgba(0, 0, 0, 0.8);
}
.nav-link:hover, .nav-link.active {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
}

.nav-pills .nav-link {
  color: rgba(0, 0, 0, 0.4);
}
.nav-pills .nav-link:hover, .nav-pills .nav-link.active {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
}

h1, h2, h3, h4, h5 {
  font-family: var(--heading-font-family);
  font-style: normal;
}

h1 {
  font-weight: 900;
  letter-spacing: 2px;
}

h2 {
  font-weight: 700;
}

h3 {
  font-weight: 500;
}

h4 {
  font-weight: 400;
}

h5 {
  font-weight: 300;
  font-style: italic;
}

.btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #c16146;
  color: white;
  border: none;
  outline: none;
  font-size: 1.2em;
  font-weight: 700;
  padding: 5px 20px;
}

.like-btn .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
}
.like-btn .fa-heart {
  color: rgba(0, 0, 0, 0.2);
}

.like-btn:hover .circle {
  background-color: rgba(255, 255, 255, 0.8);
}
.like-btn:hover .fa-heart {
  color: rgba(255, 0, 0, 0.5);
}

.like-btn.active .circle {
  background-color: white;
}
.like-btn.active .fa-heart {
  color: red;
}

.event-calendar .e-calendar td:hover.e-cell {
  background-color: transparent !important;
}
.event-calendar .e-calendar .dat-selected {
  background-color: #edf2fa;
  border-radius: 50%;
}
.event-calendar .e-calendar .e-cell:hover .e-day {
  background-color: transparent !important;
  color: black;
}
.event-calendar .e-calendar .e-selected .e-day,
.event-calendar .e-calendar .e-selected:hover .e-day,
.event-calendar .e-calendar .e-focused-date .e-day {
  background-color: blue;
  color: black;
}
.event-calendar .e-calendar .e-today .e-day {
  background-color: transparent !important;
  color: black;
}

.data-card {
  display: inline-block;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 10px;
}
.data-card .avatar {
  height: 100px;
  width: 100px;
}

.data-table {
  font-size: 0.8em;
  width: 100%;
}
.data-table td:nth-of-type(1) {
  font-weight: 500;
}
.data-table td:nth-of-type(2) {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.data-table .heading {
  font-size: 1.2em;
  font-weight: 500;
}

.form-section {
  margin-bottom: 10px;
  width: 400px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.form-section .section-head {
  text-align: left;
}
.form-section .section-title {
  text-transform: uppercase;
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.8);
}

.edit-form {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.edit-form-body {
  flex: 1;
  overflow-y: auto;
}

.edit-form-buttons {
  padding: 10px;
}
