body {
  font-family: Inter, SansSerif, serif;
  background-color: white; /*#cccccc;*/
  font-size: 10pt;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh !important;
  width: 100%;
}

.btn:hover {
  background-color: var(--blue-bg);
}

.glowing-white {
  color: #fff;
  text-shadow: 0px 0px 10px #34322e, 0px 0px 10px #ffffff;
}

table {
  margin: 2rem 0;
  width: 100%;
}

thead {
  background-color: var(--red-bg);
  color: white;
  font-weight: 100;
}

th {
  margin: 0 1rem;
  padding: 5px
}

tr {
  margin: 0 1rem;
  /*background-color: #ffffff !important;*/

}

td {
  margin: 0 1rem;
  padding: 10px;

}

/*tr:nth-child(even) {*/
/*  background-color: #c4c1c1 !important;*/
/*}*/

.white {
  color: #fff;
}

.gold {
  color: #ffc40a;
}

fieldset {
  border: none;
}

.container {
  width: inherit !important;
}

.black {
  color: #000;
}

.small {
  font-size: 9pt;
}

.smaller {
  font-size: 8pt;
}

.smallest {
  font-size: 7pt;
}

.big {
  font-size: 12pt;
}

.bigger {
  font-size: 14pt;
}

.biggest {
  font-size: 16pt;
}

.smallcaps {
  font-variant: small-caps;
}

.bold {
  font-weight: bold;
}

.form-label {
  font-size: 11pt;
}

.form-control, .dropdown-menu {
  font-size: 10pt;
}

.btn, .dropdown-item {
  --bs-btn-font-size: inherit !important;
  --bs-dropdown-font-size: inherit !important;
  font-size: inherit !important;
  --bs-body-font-size: inherit !important;
}

.lg-align-right {
  text-align: left;
}

.center {
  text-align: center
}

.float-left {
  float: left;
}

.clear {
  clear: both;
}

h1 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 30pt;
  margin: 0;
}

h4, .h4 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16pt;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

ol li {
  color: #fff;
  padding-bottom: 6px;
}

/* Meant to be flexible with the layout */
.margin-bottom {
  margin-bottom: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.show, .xs-hide, .sm-hide, .md-hide {
  display: block;
}

.hide, .xs-show, .sm-show, .md-show {
  display: none;
}

.footer {
  width: 100%;
  position: absolute;
  text-align: center;
}

.footer p {
  padding: 20px;
  color: #ffc40a;
}

#back--top {
  display: none;
}

.back--top__up {
  position: fixed;
  z-index: 50;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 30px;
  display: table;
  text-align: center;
  cursor: pointer;
}

.back--top__up:hover i {
  opacity: 0.7;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.back--top__up i {
  display: table-cell;
  vertical-align: middle;
  color: #a58960;
  font-size: 30px;
  top: 0;
  border: 2px solid #a58960;
  background-color: rgba(0, 0, 0, 0.1);
  /*  -webkit-border-radius: 50%;
            border-radius: 50%; */
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.widget {
  list-style-type: none;
}

div ul li:hover {
  cursor: pointer;
}

input:not([type="radio"]), select, textarea {
  padding: 10px;
  border: 1px !important;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  outline: none;
}

.input-search {
  padding-left: 50px !important;
  border-radius: 0 !important;
  height: 30px;
}

.search-icon {
  left: 33px !important;
  position: relative;
}

.form-switch .checkbox-class {
  width: 3rem !important;
}

input[type=submit] {
  /*float: right;*/
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 5px;

}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-select {
  font-size: 10pt !important;
}

.input-labels {
  font-size: 10pt;
  text-transform: uppercase;
  color: #02668e;
  text-align: left;
}

.form-check-input {
  margin-top: 0 !important;
}

.profile-scalable-container {
  border: 0;
  text-align: left;
}

[data-profile-label] {
  position: relative;
  float: left;
  text-transform: uppercase;
  transition: none;
}

[data-profile-input] {
  border: none;
  outline: none;
  width: 100%;
  margin-top: 0;
}

.profile-header {
  font-weight: normal;
  border: 0;
  text-align: left;
  font-size: 30px;
}

.mt-5.profile-header {
  margin-top: 100px !important;
  margin-bottom: 20px !important;
}

.profile-navigation {
  padding-left: 0 !important;
  text-align: left;
  list-style: none;
}

.profile-navigation > li {
  padding-top: 2px;
  padding-bottom: 13px;
}

.edit-profile-label {
  font-size: 16px;
}

.edit-profile-input-row {
  border-top: 0;
  margin: 1rem 0;
}

[data-profile-label].fs-5 {
  font-size: 12px !important;
}

[data-profile-label].ms-2 {
  margin-left: 0 !important;
}

.profile-sub-heading {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

div ul li.text-primary a {
  font-weight: 800;
}

div.user-select-none {
  text-align: left;
}

a[class^=profile] {
  cursor: pointer;
}

.border-top {
  border-top: 0 !important;
}

.border-end {
  border-right: 0 !important;
}

.contact-nav {
  width: 100%;
  text-align: left;
  text-transform: capitalize;
}

.contact-nav ul li {
  padding: 5px 0;
  font-weight: 500;
  list-style: none;
}

.profile-nav {
  width: 100%;
  text-align: left;
  text-transform: capitalize;
}

.profile-nav ul li {
  padding: 5px 0;
  font-weight: 500;
  list-style: none;
}

.list-header {
  border-bottom: none !important;
  align-items: start;
  margin-top: 100px;
  font-weight: 700;
  border: 0;
  text-align: left;
  font-size: 20px;
}

.button-class {
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 5px;
}

a > .button-class {
  margin-bottom: 20px;
}

[data-todo-card] {
  padding: 10px 20px;
  border-radius: 10px;
  color: white;
}

.list-ellipse {
  float: right;
}

.category-table-header {
  font-weight: 600;
  padding: 0.5rem;
  border-radius: 4px;
}

/* extra large Devices */
@media only screen and (min-width: 2000px) {
  .content {
    /*height: 199%;*/
  }
}

/* extra large Devices */
@media only screen and (min-width: 1730px) {
  .content {
    /*height: 120%;*/
  }
}

@media only screen and (min-width: 1366px) {
  .lg-align-right {
    text-align: right;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1366px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

  .md-hide {
    display: none;
  }

  .md-show {
    display: block;
  }

}

@media only screen and (max-width: 768px) {

  .sm-hide {
    display: none;
  }

  .sm-show {
    display: block;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 560px) {

  .xs-line-break:after {
    white-space: pre-wrap;
    content: '\A';
  }

  .xs-show {
    display: block;
  }

  .xs-hide {
    display: none;
  }
}
