.content {
  position: relative;
  margin: 0px;
}

.cursor-pointer {
  cursor: pointer;
}

.w-0 {
  width: 0 !important;
}

.h-0 {
  height: 0 !important;
}

span.tag {
  display: block;
  float: left;
  padding: 0.25em 0.4em;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1;
  font-size: 0.8rem;
  background-color: #28a745;
  color: white;
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

span.tag a {
  color: #f1f6f7 !important;
}

.tagsinput span.tag a {
  font-weight: bold;
  color: #82ad2b;
  text-decoration: none;
  font-size: 0.7rem;
}

.tagsinput input {
  width: 80px;
  margin: 0px;
  font-family: inherit;
  font-size: 0.7rem;
  border: 1px solid transparent;
  padding: 3px;
  background: transparent;
  color: #000;
  outline: 0px;
}

.tagsinput div {
  display: block;
  float: left;
}

.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}

.aspect-ratio-16-9 {
  aspect-ratio: 16/9 !important;
}

.not_valid {
  background: #fbd8db !important;
  color: #90111a !important;
}

.nav-tabs .nav-link {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.nav-pills .nav-link.active img {
  filter: brightness(0) invert(1);
}

.nav.nav-pills.rounded-10 .nav-link {
  border-radius: 0.5em;
}
.nav.nav-pills.bg-black-50 {
  background-color: inherit !important;
}
.nav.nav-pills.bg-black-50 .nav-link.active {
  background-color: rgba(0, 0, 0, 0.5);
}

.a-nodecor {
  text-decoration: none !important;
}

/* *********  /tile stats  **************************** */

.gradient {
  background: rgb(115, 63, 251);
  background-image: -webkit-linear-gradient(45deg, rgba(115, 63, 251, 1) -10%, rgba(252, 70, 148, 1) 45%, rgba(252, 193, 70, 1) 110%);
  background-image: linear-gradient(45deg, rgba(115, 63, 251, 1) 0%, rgba(252, 70, 148, 1) 71%, rgba(252, 193, 70, 1) 100%);
}
.text-gradient {
  background: none;
  background-image: -webkit-linear-gradient(45deg, rgba(115, 63, 251, 1) -10%, rgba(252, 70, 148, 1) 45%, rgba(252, 193, 70, 1) 110%);
  background-image: linear-gradient(45deg, rgba(115, 63, 251, 1) -10%, rgba(252, 70, 148, 1) 45%, rgba(252, 193, 70, 1) 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

bi::before {
  display: inline-block;
  font-display: swap;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
}

/* *********  MODAL  **************************** */
.modal-header {
  border-radius: 0.5em 0.5em 0px 0px !important;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
  z-index: 5;
  align-items: center;
}

.modal-header .btn-close {
  display: flex;
  align-self: center;
  align-content: center;
  font-size: 8px;
  text-shadow: none;
  background-color: crimson;
  color: crimson;
  border: none;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  opacity: 0.8;
  margin: 0px;
  font-weight: bold;
  margin-top: 0px;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  padding: 2px;
  filter: unset;
}

.modal-header .btn-close span {
  width: 22px;
  height: 22px;
}

.modal-header .modal-title div div .btn {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  color: black;
  top: 0px;
}

.modal-header .modal-title div select {
  float: right;
}

.modal-header .btn-close:hover {
  color: black;
}

.modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0.5em;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
}

.modal-body,
.modal-footer {
  background-color: #fff;
  overflow: hidden;
}

.modal-footer {
  border: none;
  border-radius: 0px 0px 0.5em 0.5em !important;
  background-color: white;
}

.modal-title {
  vertical-align: middle;
  max-width: 100%;
}
.modal-title .modal-label {
  font-family: inherit;
  font-size: inherit;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.modal-title .btn {
  justify-content: flex-end;
  float: right;
  margin-left: 5px;
}

.modal-label thin {
  font-weight: lighter;
  font-size: 24px;
  max-width: 250px;
  display: inline-block;
  text-overflow: ellipsis;
}

.modal-success,
.modal-error {
  color: white;
  border-radius: 0.5em 0.5em 0px 0px;
}

.modal-success {
  background-color: dodgerblue;
}

.modal-error {
  background-color: crimson;
}
/* *********  /MODAL  **************************** */

/* *********  MODAL-DROPDOWN  **************************** */
.modal-dropdown {
  z-index: 3;
  display: none;
  overflow: hidden;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px 0px 0.5em 0.5em;
  height: 0px;
  top: -2px;
  bottom: 10px;
  left: 20px;
  right: 20px;
  animation-duration: 444ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  background-size: cover;
  background-position: center;
}

.modal-dropdown.show {
  animation-name: modal-dropdown-show;
}
.modal-dropdown.hide {
  animation-name: modal-dropdown-hide;
}
.modal-dropdown .modal-dropdown-container {
  position: absolute;
  padding: 1rem;
  border-radius: 0.5em;
  background-color: rgba(192, 192, 192, 0.25);
  bottom: 10px;
  left: 10px;
  right: 10px;
}

[data-bs-theme="dark"] .modal-dropdown .modal-dropdown-container {
  background-color: rgba(100, 100, 100, 0.25);
}

/* *********  /MODAL-DROPDOWN  **************************** */
/* *********  BTN  **************************** */

.btn,
.form-control {
  border-radius: 0.375em;
}
.btn-group-sm .btn {
  height: auto;
}
.btn-group-sm .btn:first-child {
  border-radius: 0.5em 0px 0px 0.5em;
}
.btn-group-sm .btn:last-child {
  border-radius: 0px 0.375em 0.375em 0px;
}
.btn.badge {
  padding: 7px !important;
  font-size: 13px;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0 1.6px;
  border-radius: 100%;
}
.btn-default {
  background-color: rgb(236, 233, 216);
  color: dimgray;
  border-color: #e1e1e1;
  transition: all ease-in-out 0.1s;
}
.btn-default:active {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
}
.btn-default.active {
  background-color: #28a745;
  color: white !important;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.25);
  border: 1px solid dimgray;
}
.btn-default.active:hover {
  background-color: #28a745;
  color: white;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  border: 1px solid dimgray;
}
.btn-default:hover,
btn-default:focus {
  background-color: rgb(225, 221, 205);
  border-color: silver;
}
.btn-default.nav-link {
  background-color: rgb(236, 233, 216);
  border-color: #e1e1e1;
  transition: all ease-in-out 0.1s;
}
.btn-outline-default {
  background-color: inherit;
  border-color: rgb(236, 233, 216);
  transition: all ease-in-out 0.1s;
}
.btn-outline-default:active {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
}
.btn-outline-default:hover,
btn-default:focus {
  background-color: rgb(225, 221, 205);
  border-color: silver;
}
.btn-outline-default.nav-link {
  background-color: inherit;
  border-color: rgb(236, 233, 216);
  transition: all ease-in-out 0.1s;
}
[data-bs-theme="dark"] .btn-default {
  background-color: rgb(19, 22, 39);
  color: whitesmoke;
  border-color: whitesmoke;
  transition: all ease-in-out 0.1s;
}
[data-bs-theme="dark"] .btn-default:active {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
}
[data-bs-theme="dark"] .btn-default:hover,
[data-bs-theme="dark"] btn-default:focus {
  background-color: rgb(225, 221, 205);
  color: dimgray;
  border-color: silver;
}
[data-bs-theme="dark"] .btn-default.nav-link {
  background-color: rgb(236, 233, 216);
  color: dimgray;
  border-color: #e1e1e1;
  transition: all ease-in-out 0.1s;
}
.btn-midnight-blue {
  color: white;
  background-color: #041c2c;
}
.btn-midnight-blue:hover,
.btn-midnight-blue:focus {
  color: white;
  background-color: #041a47;
}
.btn-yellow {
  background-color: yellow;
}
/* *********  /BTN  **************************** */

/******** ROUND INPUT RADIO / CHECKBOX *********/
.form-check-inline.form-check-label input[type="checkbox"],
.form-check-inline.form-check-label input[type="radio"] {
  display: none;
}
/* Create a custom checkbox */
.form-check-inline.form-check-label .circle {
  position: relative;
  display: block;
  float: left;
  margin: auto;
  min-height: 25px;
  min-width: 25px;
  max-height: 25px;
  max-width: 25px;
  background-color: rgb(225, 221, 205);
  padding-left: 10px;
  padding-top: 7px;
}

.form-check-inline.form-check-label text {
  display: inline;
}

/* When the checkbox is checked, add a blue background */
.form-check-inline.form-check-label input:checked ~ span {
  background-color: yellowgreen;
  box-shadow: inset 0 0 5px limegreen;
}

/* Create the checkmark/indicator (hidden when not checked) */
.form-check-inline.form-check-label span:after {
  content: "";
  position: relative;
  display: none;
}

/* Show the checkmark when checked */
.form-check-inline.form-check-label input:checked ~ span:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-check-inline.form-check-label span:after {
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox.form-check-inline.form-check-label {
  margin: 3px;
  width: 30px;
  height: 30px;
  font-size: 12px;
  background: gainsboro;
  padding: 5px;
  align-content: center;
}

.checkbox.form-check-inline.form-check-label.active {
  background-color: #75ffc9;
  border-color: #75ffc9;
  box-shadow: inset 0 0 5px teal;
  color: black !important;
}

.form-check-inline.form-check-label:hover {
  cursor: pointer;
  color: dodgerblue;
}

/*****************/

.date-picker-wrapper th {
  font-size: 12px;
}
.input-group .input-group-prepend .input-group-text {
  width: 50px;
  border-radius: 0.5em 0 0 0.5em;
  justify-content: center;
}

label.col-form-label {
  display: flex;
  justify-content: flex-end;
}
b,
strong,
strong span {
  font-weight: bold;
}
.table td {
  /*word-break: break-all;
        word-wrap: break-word;
        overflow-wrap: break-word;*/
}
.table td label {
  word-break: keep-all;
  overflow-wrap: normal;
}
.table th,
.table td {
  vertical-align: middle;
}

.lightbox .lb-outerContainer,
.lightbox .lb-image {
  border-radius: 0.5em !important;
  overflow: hidden;
}

/* Callouts ~ Thanks to Mr Chris Pratt. Mr Star-lord~!*/

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 0.5em;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 0.5em;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.bs-callout-default {
  border-left-color: #777;
}
.bs-callout-default h4 {
  color: #777;
}
.bs-callout-primary {
  border-left-color: #428bca;
}
.bs-callout-primary h4 {
  color: #428bca;
}
.bs-callout-success {
  border-left-color: #5cb85c;
}
.bs-callout-success h4 {
  color: #5cb85c;
}
.bs-callout-danger {
  border-left-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}
.circle {
  border-radius: 100% !important;
}
.text-small {
  font-size: 0.7em;
}
.text-orangered {
  color: orangered !important;
}
.text-silver {
  color: silver !important;
}
.text-grey {
  color: grey !important;
}
.text-purple {
  color: purple !important;
}
.text-purple-50 {
  color: #cc00cc !important;
}
.text-midnight-blue {
  color: #041c2c !important;
}
.text-theme {
  color: var(--bs-dark);
}
[data-bs-theme="dark"] .text-theme {
  color: var(--bs-light);
}
.text-theme-alt {
  color: var(--bs-light);
}
[data-bs-theme="dark"] .text-theme-alt {
  color: var(--bs-dark);
}
.letter-spacing-1 {
  letter-spacing: 1px !important;
}
.line-height-1 {
  line-height: 1 !important;
}
.line-height-1-5 {
  line-height: 1.5 !important;
}
.bg-none {
  background: transparent;
  background-color: transparent;
}
.bg-size-cover {
  background-size: cover;
}
.bg-position-top {
  background-position: top !important;
}
.bg-position-top-left {
  background-position: top left !important;
}
.bg-position-top-right {
  background-position: top right !important;
}
.bg-position-bottom {
  background-position: bottom !important;
}
.bg-position-bottom-left {
  background-position: bottom left !important;
}
.bg-position-bottom-right {
  background-position: bottom right !important;
}
.bg-position-bottom-right {
  background-position: bottom right !important;
}
.bg-position-center {
  background-position: center !important;
}
.bg-position-left {
  background-position: left !important;
}
.bg-position-right {
  background-position: right !important;
}
.bg-repeat {
  background-repeat: repeat !important;
}
.bg-no-repeat {
  background-repeat: no-repeat !important;
}
.bg-repeat-x {
  background-repeat: repeat-x !important;
}
.bg-repeat-y {
  background-repeat: repeat-y !important;
}
.bg-black {
  background-color: black;
}
.bg-black-95 {
  background-color: rgba(52, 58, 64, 0.95);
}
.bg-black-90 {
  background-color: rgba(52, 58, 64, 0.9);
}
.bg-black-85 {
  background-color: rgba(52, 58, 64, 0.85);
}
.bg-black-80 {
  background-color: rgba(52, 58, 64, 0.8);
}
.bg-black-75 {
  background-color: rgba(52, 58, 64, 0.75);
}
.bg-black-70 {
  background-color: rgba(52, 58, 64, 0.7);
}
.bg-black-65 {
  background-color: rgba(52, 58, 64, 0.65);
}
.bg-black-60 {
  background-color: rgba(52, 58, 64, 0.6);
}
.bg-black-55 {
  background-color: rgba(52, 58, 64, 0.55);
}
.bg-black-50 {
  background-color: rgba(52, 58, 64, 0.5);
}
.bg-black-45 {
  background-color: rgba(52, 58, 64, 0.45);
}
.bg-black-40 {
  background-color: rgba(52, 58, 64, 0.4);
}
.bg-black-35 {
  background-color: rgba(52, 58, 64, 0.35);
}
.bg-black-30 {
  background-color: rgba(52, 58, 64, 0.3);
}
.bg-black-25 {
  background-color: rgba(52, 58, 64, 0.25);
}
.bg-black-20 {
  background-color: rgba(52, 58, 64, 0.2);
}
.bg-black-15 {
  background-color: rgba(52, 58, 64, 0.15);
}
.bg-black-10 {
  background-color: rgba(52, 58, 64, 0.1);
}
.bg-black-gradient {
  background: rgba(52, 58, 64, 0.5);
  background: linear-gradient(0deg, rgba(52, 58, 64, 0.5) 0%, rgba(0, 0, 0, 0) 100%) !important;
}
.bg-midnight-blue {
  background-color: #041c2c;
}
.bg-silver {
  background-color: #dfdfdf;
}
.bg-silver-80 {
  background-color: rgba(192, 192, 192, 0.8);
}
.bg-silver-75 {
  background-color: rgba(192, 192, 192, 0.75);
}
.bg-silver-70 {
  background-color: rgba(192, 192, 192, 0.7);
}
.bg-silver-65 {
  background-color: rgba(192, 192, 192, 0.65);
}
.bg-silver-60 {
  background-color: rgba(192, 192, 192, 0.6);
}
.bg-silver-55 {
  background-color: rgba(192, 192, 192, 0.55);
}
.bg-silver-50 {
  background-color: rgba(192, 192, 192, 0.5);
}
.bg-silver-45 {
  background-color: rgba(192, 192, 192, 0.45);
}
.bg-silver-40 {
  background-color: rgba(192, 192, 192, 0.4);
}
.bg-silver-35 {
  background-color: rgba(192, 192, 192, 0.35);
}
.bg-silver-30 {
  background-color: rgba(192, 192, 192, 0.3);
}
.bg-silver-25 {
  background-color: rgba(192, 192, 192, 0.25);
}
.bg-silver-20 {
  background-color: rgba(192, 192, 192, 0.2);
}
.bg-silver-15 {
  background-color: rgba(192, 192, 192, 0.15);
}
.bg-silver-10 {
  background-color: rgba(192, 192, 192, 0.1);
}

/**BG-WHITE**/
.bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-white-75 {
  background-color: rgba(255, 255, 255, 0.75);
}
.bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-white-65 {
  background-color: rgba(255, 255, 255, 0.65);
}
.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-white-55 {
  background-color: rgba(255, 255, 255, 0.55);
}
.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-white-45 {
  background-color: rgba(255, 255, 255, 0.45);
}
.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-white-35 {
  background-color: rgba(255, 255, 255, 0.35);
}
.bg-white-30 {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-white-25 {
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-white-15 {
  background-color: rgba(255, 255, 255, 0.15);
}
.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

/**BG-THEME**/
.bg-theme {
  background-color: rgb(255, 255, 255) !important;
}
.bg-theme-95 {
  background-color: rgba(255, 255, 255, 0.95) !important;
}
.bg-theme-90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.bg-theme-85 {
  background-color: rgba(255, 255, 255, 0.85) !important;
}
.bg-theme-80 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.bg-theme-75 {
  background-color: rgba(255, 255, 255, 0.75) !important;
}
.bg-theme-70 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.bg-theme-65 {
  background-color: rgba(255, 255, 255, 0.65) !important;
}
.bg-theme-60 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.bg-theme-55 {
  background-color: rgba(255, 255, 255, 0.55) !important;
}
.bg-theme-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.bg-theme-45 {
  background-color: rgba(255, 255, 255, 0.45) !important;
}
.bg-theme-40 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.bg-theme-35 {
  background-color: rgba(255, 255, 255, 0.35) !important;
}
.bg-theme-30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.bg-theme-25 {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
.bg-theme-20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.bg-theme-15 {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.bg-theme-10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

[data-bs-theme="dark"] .bg-theme {
  background-color: rgb(17, 21, 25) !important;
}
[data-bs-theme="dark"] .bg-theme-95 {
  background-color: rgba(17, 21, 25, 0.95) !important;
}
[data-bs-theme="dark"] .bg-theme-90 {
  background-color: rgba(17, 21, 25, 0.9) !important;
}
[data-bs-theme="dark"] .bg-theme-85 {
  background-color: rgba(17, 21, 25, 0.85) !important;
}
[data-bs-theme="dark"] .bg-theme-80 {
  background-color: rgba(17, 21, 25, 0.8) !important;
}
[data-bs-theme="dark"] .bg-theme-75 {
  background-color: rgba(17, 21, 25, 0.75) !important;
}
[data-bs-theme="dark"] .bg-theme-70 {
  background-color: rgba(17, 21, 25, 0.7) !important;
}
[data-bs-theme="dark"] .bg-theme-65 {
  background-color: rgba(17, 21, 25, 0.65) !important;
}
[data-bs-theme="dark"] .bg-theme-60 {
  background-color: rgba(17, 21, 25, 0.6) !important;
}
[data-bs-theme="dark"] .bg-theme-55 {
  background-color: rgba(17, 21, 25, 0.55) !important;
}
[data-bs-theme="dark"] .bg-theme-50 {
  background-color: rgba(17, 21, 25, 0.5) !important;
}
[data-bs-theme="dark"] .bg-theme-45 {
  background-color: rgba(17, 21, 25, 0.45) !important;
}
[data-bs-theme="dark"] .bg-theme-40 {
  background-color: rgba(17, 21, 25, 0.4) !important;
}
[data-bs-theme="dark"] .bg-theme-35 {
  background-color: rgba(17, 21, 25, 0.35) !important;
}
[data-bs-theme="dark"] .bg-theme-30 {
  background-color: rgba(17, 21, 25, 0.3) !important;
}
[data-bs-theme="dark"] .bg-theme-25 {
  background-color: rgba(17, 21, 25, 0.25) !important;
}
[data-bs-theme="dark"] .bg-theme-20 {
  background-color: rgba(17, 21, 25, 0.2) !important;
}
[data-bs-theme="dark"] .bg-theme-15 {
  background-color: rgba(17, 21, 25, 0.15) !important;
}
[data-bs-theme="dark"] .bg-theme-10 {
  background-color: rgba(17, 21, 25, 0.1) !important;
}

[data-bs-theme="dark"] .bg-theme-alt {
  background-color: rgb(255, 255, 255) !important;
}
[data-bs-theme="dark"] .bg-theme-alt-95 {
  background-color: rgba(255, 255, 255, 0.95) !important;
}
[data-bs-theme="dark"] .bg-theme-alt-90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
[data-bs-theme="dark"] .bg-theme-alt-85 {
  background-color: rgba(255, 255, 255, 0.85) !important;
}
[data-bs-theme="dark"] .bg-theme-alt-80 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
[data-bs-theme="dark"] .bg-theme-alt-75 {
  background-color: rgba(255, 255, 255, 0.75) !important;
}
[data-bs-theme="dark"] .bg-theme-alt-70 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
[data-bs-theme="dark"] .bg-theme-alt-65 {
  background-color: rgba(255, 255, 255, 0.65) !important;
}
[data-bs-theme="dark"] .bg-theme-alt-60 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
[data-bs-theme="dark"] .bg-theme-alt-55 {
  background-color: rgba(255, 255, 255, 0.55) !important;
}
[data-bs-theme="dark"] .bg-theme-alt-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
[data-bs-theme="dark"] .bg-theme-alt-45 {
  background-color: rgba(255, 255, 255, 0.45) !important;
}
[data-bs-theme="dark"] .bg-theme-alt-40 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
[data-bs-theme="dark"] .bg-theme-alt-35 {
  background-color: rgba(255, 255, 255, 0.35) !important;
}
[data-bs-theme="dark"] .bg-theme-alt-30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
[data-bs-theme="dark"] .bg-theme-alt-25 {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
[data-bs-theme="dark"] .bg-theme-alt-20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
[data-bs-theme="dark"] .bg-theme-alt-15 {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
[data-bs-theme="dark"] .bg-theme-alt-10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-theme-alt {
  background-color: rgb(17, 21, 25) !important;
}
.bg-theme-alt-95 {
  background-color: rgba(17, 21, 25, 0.95) !important;
}
.bg-theme-alt-90 {
  background-color: rgba(17, 21, 25, 0.9) !important;
}
.bg-theme-alt-85 {
  background-color: rgba(17, 21, 25, 0.85) !important;
}
.bg-theme-alt-80 {
  background-color: rgba(17, 21, 25, 0.8) !important;
}
.bg-theme-alt-75 {
  background-color: rgba(17, 21, 25, 0.75) !important;
}
.bg-theme-alt-70 {
  background-color: rgba(17, 21, 25, 0.7) !important;
}
.bg-theme-alt-65 {
  background-color: rgba(17, 21, 25, 0.65) !important;
}
.bg-theme-alt-60 {
  background-color: rgba(17, 21, 25, 0.6) !important;
}
.bg-theme-alt-55 {
  background-color: rgba(17, 21, 25, 0.55) !important;
}
.bg-theme-alt-50 {
  background-color: rgba(17, 21, 25, 0.5) !important;
}
.bg-theme-alt-45 {
  background-color: rgba(17, 21, 25, 0.45) !important;
}
.bg-theme-alt-40 {
  background-color: rgba(17, 21, 25, 0.4) !important;
}
.bg-theme-alt-35 {
  background-color: rgba(17, 21, 25, 0.35) !important;
}
.bg-theme-alt-30 {
  background-color: rgba(17, 21, 25, 0.3) !important;
}
.bg-theme-alt-25 {
  background-color: rgba(17, 21, 25, 0.25) !important;
}
.bg-theme-alt-20 {
  background-color: rgba(17, 21, 25, 0.2) !important;
}
.bg-theme-alt-15 {
  background-color: rgba(17, 21, 25, 0.15) !important;
}
.bg-theme-alt-10 {
  background-color: rgba(17, 21, 25, 0.1) !important;
}

.bg-acrylic {
  background-image: url("../../assets/img/bg1.png");
  background-size: cover;
  background-position: center;
}

[data-bs-theme="dark"] .bg-acrylic {
  background-image: url("../../assets/img/bg4.png");
  background-size: cover;
  background-position: center;
}
.bg-fixed {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.bg-orange {
  background-color: orangered !important;
}
.line-through {
  text-decoration: line-through;
}
.border-purple {
  border-color: #cc99ff !important;
}
.border-orange {
  border-color: orangered !important;
}
.clip-hexagon {
  clip-path: polygon(1em 0, 100% 0, 100% 0, 100% calc(100% - 1em), calc(100% - 1em) 100%, 0 100%, 0 100%, 0 1em);
}
.border-silver {
  border-color: silver !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*************************************************/

.h-38 {
  height: 38px;
}
.white-space-nowrap {
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vertical-align-middle {
  vertical-align: middle !important;
}
.vertical-align-bottom {
  vertical-align: bottom !important;
}
.vertical-align-top {
  vertical-align: top !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}

/********** PNOTIFY ***************/

.alert {
  border-radius: 0.5em;
}
.alert strong,
.alert b {
  text-shadow: 0 2px 10px white;
}
.alert-success {
  background-color: limegreen;
  color: white;
}

.ui-pnotify-container.alert {
  color: white;
  border-radius: 0.5em;
  border: none;
}
.ui-pnotify-title {
  color: white;
}
.ui-pnotify-container.alert.alert-info {
  background-color: dodgerblue;
}
.ui-pnotify-container.alert.alert-danger {
  background-color: crimson;
}
.ui-pnotify-container {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5) !important;
}
.ui-pnotify-text {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 0.25em;
  padding: 10px;
  margin: 0px !important;
}

/***************SHADOWS**********************/
.text-shadow-0 {
  text-shadow: none;
}
.text-shadow {
  text-shadow: 0 0 15px black;
}
.text-shadow-20 {
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.text-shadow-50 {
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.text-shadow-full {
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.75);
}

.shadow-0 {
  box-shadow: none;
}
.shadow-10 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}
.btn.shadow-10.btn-primary,
.badge.shadow-10.btn-primary {
  box-shadow: 0 5px 5px rgba(30, 144, 255, 0.12);
}
.btn.shadow-10.btn-success,
.badge.shadow-10.btn-success {
  box-shadow: 0 5px 5px rgba(50, 205, 50, 0.12);
}
.shadow-20 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.btn.shadow-20.btn-primary,
.badge.shadow-20.btn-primary {
  box-shadow: 0 10px 15px rgba(30, 144, 255, 0.2);
}
.btn.shadow-20.btn-info,
.badge.shadow-20.btn-info {
  box-shadow: 0 10px 10px rgba(50, 150, 255, 0.2);
}
.btn.shadow-20.btn-success,
.badge.shadow-20.btn-success {
  box-shadow: 0 10px 15px rgba(50, 205, 50, 0.2);
}
.btn.shadow-20.btn-danger,
.badge.shadow-20.btn-danger {
  box-shadow: 0 10px 15px rgba(255, 0, 0, 0.2);
}
.btn.shadow-20.btn-default,
.badge.shadow-20.btn-default {
  box-shadow: 0 10px 15px rgba(192, 192, 192, 0.75);
}
[data-bs-theme="dark"] .btn.shadow-20.btn-default,
[data-bs-theme="dark"] .badge.shadow-20.btn-default {
  box-shadow: 0 10px 15px rgba(100, 100, 100, 0.75);
}
.shadow-50 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.btn.shadow-50.btn-primary,
.badge.shadow-50.btn-primary {
  box-shadow: 0 20px 15px -5px rgba(30, 144, 255, 0.5);
}
.btn.shadow-50.btn-success,
.badge.shadow-50.btn-success {
  box-shadow: 0 20px 15px -5px rgba(50, 205, 50, 0.5);
}
.btn.shadow-50.btn-default,
.badge.shadow-50.btn-default {
  box-shadow: 0 20px 15px -5px rgba(192, 192, 192, 0.75);
}
[data-bs-theme="dark"] .btn.shadow-50.btn-default,
[data-bs-theme="dark"] .badge.shadow-50.btn-default {
  box-shadow: 0 20px 15px -5px rgba(100, 100, 100, 0.75);
}
.btn.btn-primary.btn-gradient {
  background-image: linear-gradient(94deg, navy, dodgerblue);
}
.btn.btn-primary.btn-gradient:hover {
  background-image: linear-gradient(94deg, dodgerblue, navy);
}
.btn.btn-primary.btn-gradient:active {
  box-shadow: none;
}
.btn.btn-info.btn-gradient {
  background-image: linear-gradient(94deg, royalblue, #3dd5f3);
}
.btn.btn-info.btn-gradient:hover {
  background-image: linear-gradient(94deg, #3dd5f3, royalblue);
}
.btn.btn-info.btn-gradient:active {
  box-shadow: none;
}
.btn.btn-success.btn-gradient {
  background-image: linear-gradient(94deg, rgb(25, 135, 84), limegreen);
}
.btn.btn-success.btn-gradient:hover {
  background-image: linear-gradient(94deg, limegreen, rgb(25, 135, 84));
}
.btn.btn-success.btn-gradient:active {
  box-shadow: none;
}
.btn.btn-danger.btn-gradient {
  background-image: linear-gradient(94deg, crimson, #ff5555);
}
.btn.btn-danger.btn-gradient:hover {
  background-image: linear-gradient(94deg, #ff5555, crimson);
}
.btn.btn-danger.btn-gradient:active {
  box-shadow: none;
}
.btn.btn-warning.btn-gradient {
  background-image: linear-gradient(94deg, orangered, yellow);
}
.btn.btn-warning.btn-gradient:hover {
  background-image: linear-gradient(94deg, yellow, orangered);
}
.btn.btn-warning.btn-gradient:active {
  box-shadow: none;
}
.btn.btn-purple.btn-gradient {
  background-image: linear-gradient(94deg, purple, violet);
}
.btn.btn-purple.btn-gradient:hover {
  background-image: linear-gradient(94deg, violet, purple);
}
.btn.btn-purple.btn-gradient:active {
  box-shadow: none;
}
.btn.btn-default.btn-gradient {
  background-image: linear-gradient(94deg, silver, rgb(236, 233, 216));
}
.btn.btn-default.btn-gradient:hover {
  background-image: linear-gradient(94deg, rgb(236, 233, 216), silver);
}
.btn.btn-default.btn-gradient:active {
  box-shadow: none;
}
[data-bs-theme="dark"] .btn.btn-default.btn-gradient {
  background-image: linear-gradient(94deg, #444444, rgb(236, 233, 216));
}
.top-0 {
  top: 0;
}
.top-auto {
  top: auto;
}
.bottom-0 {
  bottom: 0;
}
.bottom-auto {
  bottom: auto;
}
.left-0 {
  left: 0;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0;
}
.right-auto {
  right: auto;
}
.z-index-0 {
  z-index: 0 !important;
}
.z-index-1 {
  z-index: 1 !important;
}
.z-index-2 {
  z-index: 2 !important;
}
.z-index-3 {
  z-index: 3 !important;
}
.z-index-4 {
  z-index: 4 !important;
}
.z-index-5 {
  z-index: 5 !important;
}
/****** ROUNDED *******/
.rounded-20 {
  border-radius: 0.5em !important;
  overflow: hidden;
}
.rounded-right-20 {
  border-top-right-radius: 0.5em !important;
  border-bottom-right-radius: 0.5em !important;
  overflow: hidden;
}
.rounded-left-20 {
  border-top-left-radius: 0.5em !important;
  border-bottom-left-radius: 0.5em !important;
  overflow: hidden;
}
.rounded-top-20 {
  border-top-right-radius: 0.5em !important;
  border-top-left-radius: 0.5em !important;
  overflow: hidden;
}
.rounded-bottom-20 {
  border-bottom-right-radius: 0.5em !important;
  border-bottom-left-radius: 0.5em !important;
  overflow: hidden;
}
.rounded-10 {
  border-radius: 0.375em !important;
  overflow: hidden;
}
.rounded-right-10 {
  border-top-right-radius: 0.375em !important;
  border-bottom-right-radius: 0.375em !important;
  overflow: hidden;
}
.rounded-left-10 {
  border-top-left-radius: 0.375em !important;
  border-bottom-left-radius: 0.375em !important;
  overflow: hidden;
}
.rounded-top-10 {
  border-top-right-radius: 0.375em !important;
  border-top-left-radius: 0.375em !important;
  overflow: hidden;
}
.rounded-bottom-10 {
  border-bottom-right-radius: 0.375em !important;
  border-bottom-left-radius: 0.375em !important;
  overflow: hidden;
}
/********* /ROUNDED **************/

.no-decoration-but-hover:hover {
  text-decoration: underline;
}
.no-decoration,
.no-decoration-but-hover,
.no-decoration-but-hover > a {
  text-decoration: none;
}

fr-validation {
  display: block;
  font-size: 10pt;
}

fr-validation * {
  display: none;
}

.w-inherit {
  width: inherit;
}

.form-group {
  display: block;
  margin-bottom: 1em;
}

.bottom-fade {
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: cover;
}

.bottom-fade-25 {
  -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: cover;
}

.bottom-fade-50 {
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: cover;
}

.top-fade {
  -webkit-mask-image: linear-gradient(to top, black 80%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(to bottom, top 80%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: cover;
}

.top-fade-25 {
  -webkit-mask-image: linear-gradient(to top, black 75%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(to bottom, top 75%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: cover;
}

.top-fade-50 {
  -webkit-mask-image: linear-gradient(to top, black 50%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(to bottom, top 50%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: cover;
}

.left-fade {
  -webkit-mask-image: linear-gradient(to left, black 80%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(to left, black 80%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: cover;
}

.left-fade-25 {
  -webkit-mask-image: linear-gradient(to left, black 75%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(to left, black 75%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: cover;
}

.left-fade-50 {
  -webkit-mask-image: linear-gradient(to left, black 50%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(to left, black 50%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: cover;
}

.right-fade {
  -webkit-mask-image: linear-gradient(to right, black 80%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(to right, black 80%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: cover;
}

.right-fade-25 {
  -webkit-mask-image: linear-gradient(to right, black 75%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(to right, black 75%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: cover;
}

.right-fade-50 {
  -webkit-mask-image: linear-gradient(to right, black 50%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(to right, black 50%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: cover;
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {
  .modal-dropdown {
    background-color: rgba(250, 250, 250, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(200%) blur(20px);
  }
  [data-bs-theme="dark"] .modal-dropdown {
    background-color: rgba(10, 12, 15, 0.5);
  }
  .bg-blur {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(200%) blur(20px);
  }

  nav,
  nav ul li.dropdown .dropdown-menu {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(200%) blur(20px);
  }
}

@supports not ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {
  .modal-dropdown {
    background-image: url("../img/bg1.png");
    background-position: center;
  }

  [data-bs-theme="dark"] .modal-dropdown {
    background-image: url("../img/bg4.png");
  }

  .bg-blur.bg-ifnoblur {
    background-image: none !important;
  }
  .bg-blur {
    background-image: url("../../assets/img/bg1.png");
    background-size: cover;
    background-position: center;
  }
}

@keyframes modal-dropdown-show {
  0% {
    display: block;
    height: 0px;
    /*border:1px solid #ced4da;*/
  }
  100% {
    bottom: 10px;
    height: 97%;
    /*border:1px solid #ced4da;*/
    box-shadow: rgba(80, 80, 80, 0.5) 0px 5px 10px;
  }
}

@keyframes modal-dropdown-hide {
  0% {
    height: 97%;
    bottom: 10px;
    /*border:1px solid #ced4da;*/
    box-shadow: rgba(80, 80, 80, 0.5) 0px 5px 10px;
  }
  100% {
    height: 0px;
    box-shadow: none;
    display: none;
  }
}

@media (max-width: 575.98px) {
  .col-sm-4 .col-form-label {
    justify-content: start;
  }
  .display-3 {
    letter-spacing: -3px;
  }
  .display-4 {
    letter-spacing: -2px;
  }
  .h1,
  .h2 {
    letter-spacing: -1px !important;
  }
}

@media (max-width: 1040px) {
  .wrapper {
    position: relative;
    width: 100%;
    min-width: 100%;
    margin: auto;
  }
  nav {
    padding: 0.5rem !important;
  }
}
