@charset "UTF-8";
.desktop {
  display: block;
}

.mobile {
  display: none;
}

@media (max-width: 727px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}
.drlldwn {
  font-size: 1.3em;
}
@media screen and (max-width: 1200px) {
  .drlldwn {
    padding: 0 20px;
  }
}
.drlldwn h1 {
  font-size: 3.5em;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 800;
}
.drlldwn h2 {
  font-family: "Besley", serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.75em;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bebebe;
}
.drlldwn p {
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.4em;
  font-weight: 200;
}
@media screen and (min-width: 900px) {
  .drlldwn .col {
    width: 65%;
  }
}

.home-jumbotron {
  height: 60vh;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/img/jumbotron.jpg");
  background-size: cover;
  background-position: center;
  padding: 20px;
}
.home-jumbotron .home-jumbotron-content {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 40px;
  border-radius: 20px;
  color: #fff;
  text-align: left;
  max-width: 500px;
}
.home-jumbotron .home-jumbotron-content h1 {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  margin: 0;
  font-size: 7em;
  line-height: 0.9em;
  position: relative;
  left: -0.09em;
}
@media screen and (max-width: 768px) {
  .home-jumbotron .home-jumbotron-content h1 {
    font-size: 4em;
  }
}
.home-jumbotron .home-jumbotron-content p {
  margin: 0;
  font-size: 1.3em;
}

.about_blurb {
  margin: 40px 0;
  line-height: 1.4em;
  font-size: 1.3em;
  font-weight: 100;
  letter-spacing: 1px;
}

.home-btm-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 60px;
}
.home-btn-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 60px;
}
.home-btn-toolbar a.gbtn {
  margin: 0;
}
.home-btn-toolbar .home-btm-btn {
  margin: 0;
}

* {
  box-sizing: border-box;
}

a {
  color: #004e4f;
  text-decoration: none;
  font-weight: 700;
}

body {
  background-color: #f0f0f0;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

.container {
  position: relative;
}

.centerd {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .centerd {
    padding: 0 20px;
  }
}

.bld {
  font-weight: 700;
}

a.gbtn, .gbtn {
  background-color: #252525;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  transition: 0.3s;
  border: none;
}
a.gbtn:hover, .gbtn:hover {
  background-color: black;
}

a.gbtnHigh, .gbtnHigh {
  background-color: #d53e00;
}

.no-pubs {
  border: 1px solid #bebebe;
  padding: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.no-pubs img {
  width: 100%;
  max-width: 80px;
  height: auto;
}

a {
  cursor: pointer !important;
}

a.hotspot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

a:not(.hotspot) {
  position: relative;
  z-index: 3;
}

.votes {
  cursor: pointer;
}
.votes.hasVoted .fas {
  color: #b80000;
}

.errorTxt {
  color: rgb(151, 0, 0);
  font-size: 17px;
  font-weight: 800;
}

.flas-msg {
  color: #ff6e6e;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
}
.flas-msg > div {
  margin-top: 40px;
}
.flas-msg .hidden {
  display: none;
}

.disabled {
  opacity: 0.5;
  pointer-events: none; /* Prevents clicking on the link */
}

.filepond--root,
.filepond--root .filepond--drop-label {
  background-color: rgb(227, 226, 226);
  border-radius: 10px;
}

.filepond--drop-label {
  margin-bottom: 20px;
}

.loading-screen {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pg404 h1 {
  font-size: 10rem;
  font-weight: 800;
  letter-spacing: -0.25rem;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pg404 h1 {
    font-size: 5rem;
  }
}

.publish_your_promo {
  margin: 50px 0;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #bebebe;
  position: relative;
}
.publish_your_promo h2 {
  margin: 0;
  font-size: 2.2rem;
}
.publish_your_promo .gbtn {
  font-size: 1.5rem;
}
.publish_your_promo p {
  margin: 0;
  margin-top: 10px;
  font-size: 1.1rem;
}

.top-nav {
  width: 100%;
}
.top-nav a {
  color: #fff;
  text-decoration: none;
}
.top-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-nav ul li {
  margin: 0 10px;
}
.top-nav .login-links a {
  margin-left: 10px;
}
.top-nav .top-nav-toprow {
  background-color: #000;
  color: #fff;
  padding: 10px 0;
}
.top-nav .top-nav-toprow > div {
  display: flex;
  align-items: center;
}
.top-nav .top-nav-toprow .centerd {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 728px) {
  .top-nav .top-nav-toprow .desktop {
    display: flex;
  }
  .top-nav .top-nav-toprow .mobile {
    display: none;
  }
}
@media (max-width: 727px) {
  .top-nav .top-nav-toprow .desktop {
    display: none;
  }
  .top-nav .top-nav-toprow .mobile {
    display: flex;
  }
}
.top-nav .top-nav-topbtm {
  display: flex;
  background-color: #fff;
  color: #000;
  padding: 10px 0;
  width: 100%;
}
.top-nav .top-nav-topbtm .search-box {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #bebebe;
  border-radius: 25px;
  overflow: hidden;
  background-color: #fff;
}
.top-nav .top-nav-topbtm .search-box input[type=text] {
  border: none;
  padding: 10px;
  font-size: 16px;
  outline: none;
  flex-grow: 1;
}
.top-nav .top-nav-topbtm .search-box button {
  background-color: #252525;
  border: none;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.top-nav .top-nav-topbtm .search-box button i {
  font-size: 16px;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.pagination li {
  margin: 0 5px;
}
.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s;
}
.pagination li a:hover {
  background-color: #f0f0f0;
}
.pagination li.active a {
  background-color: #000;
  color: #fff;
}
.pagination li.prev-next a {
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 10px;
  background-color: transparent;
}
.pagination li.prev-next a:hover {
  background-color: transparent;
}

footer {
  font-size: 11px;
  padding: 20px 0;
}
footer .links {
  display: flex;
  justify-content: center;
}
footer .links a {
  margin: 0 10px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  display: inline-block;
}

.pgs-hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pgs-hdr {
    display: block;
  }
}

#pgs-imgs {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#pgs-imgs > div {
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}
#pgs-imgs > div img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
#pgs-imgs > div .delete-button {
  position: absolute;
  top: 34px;
  right: 34px;
  background-color: black;
  border: none;
  border-radius: 50%;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
#pgs-imgs > div .delete-button i {
  color: white;
  font-size: 13px;
}

.pgs-imgs-ctrl {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 30px auto;
}

body.reorderImgs #pgs-imgs {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  flex-direction: inherit;
}
body.reorderImgs #pgs-imgs > div {
  width: 110px;
}
body.reorderImgs #pgs-imgs > div .delete-button {
  top: 9px;
  right: 9px;
  width: 25px;
  height: 25px;
}
body.reorderImgs #pgs-imgs > div .delete-button i {
  color: white;
  font-size: 11px;
}

.reorder-tools-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .reorder-tools-btns {
    margin-bottom: 20px;
  }
}

.pgReordrBtn, .pgBackBtn {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: width 0.4s, padding 0.4s;
  font-weight: 700;
}

.pgReordrBtn {
  display: flex;
}
.pgReordrBtn:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 25px;
  opacity: 0;
  transition: opacity 0.4s;
  color: #fff;
}
.pgReordrBtn.reorder {
  width: auto;
}
.pgReordrBtn.reorder:after {
  content: "✔";
  display: inline-block;
  margin-left: 10px;
}

.pgBackBtn {
  text-decoration: none;
  transition: width 0.4s, padding 0.4s;
  overflow: hidden;
}
.pgBackBtn.collapse {
  width: 0;
  padding: 0;
  overflow: hidden;
}

body.reorderImgs .pgReordrBtn {
  width: 150px;
}
body.reorderImgs .pgReordrBtn:before {
  opacity: 1;
}

body.reorderImgs .pgBackBtn {
  width: 0;
  padding: 0;
}

.filepond--credits {
  display: none;
}

.hasSlider {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: -2px 2px 0px 0px rgba(0, 0, 0, 0.18);
}
.hasSlider .slidrTxt {
  margin-top: 20px;
  font-weight: 700;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 2px;
  background: #252525;
  outline: none;
  transition: opacity 0.2s;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
input[type=range]::-webkit-slider-thumb:hover {
  background: #333;
}
input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
input[type=range]::-moz-range-thumb:hover {
  background: #333;
}

.form-txt-input, .inpt-date {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #bebebe;
  border-radius: 5px;
  outline: none;
}

.upload-area {
  width: 300px;
  padding: 20px;
  border: 2px dashed #ccc;
  margin: 50px auto;
  cursor: pointer;
  transition: 0.3s;
}

.upload-area.dragover {
  border-color: #333;
  background-color: #f5f5f5;
}

.file-list {
  margin-top: 20px;
}

.editable-button-container {
  display: inline-block;
}

.editable-button, .view_btn {
  background-color: #252525;
  color: white;
  border: none;
  padding: 18px 25px;
  font-size: 30px;
  border-radius: 10px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.editable-button .editable-input {
  background: #252525;
  border: none;
  color: white;
  text-align: center;
  outline: none;
  font-size: inherit;
  font-family: inherit;
  width: auto;
  padding: 0;
}

.editable-button .hidden-input {
  display: none;
}

.editable-button .icon {
  margin-left: 10px;
  cursor: pointer;
}

.editable-button .editable-input::-moz-placeholder {
  color: white;
}

.editable-button .editable-input::placeholder {
  color: white;
}

.url-edit-link {
  margin-top: 10px;
  cursor: pointer;
  text-decoration: underline;
  display: block;
}

.url-edit-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.url-save-btn {
  margin-left: 10px;
  padding: 5px 10px;
  background-color: #333;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.round-button {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: black;
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
}

.round-button:hover {
  background-color: #333;
}

.dynamic-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.dynamic-field .form-txt-input {
  margin: 0 10px;
}
.dynamic-field select {
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid #bebebe;
  border-radius: 5px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="black" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>') no-repeat right 10px center;
  padding-right: 30px; /* Adjust padding to make space for the arrow */
  border: 1px solid #bebebe;
  border-radius: 4px;
  font-size: 16px;
  background-color: #fff;
  padding-right: 40px;
}

.genre-checkboxes {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.genre-checkboxes .genre-checkbox-elm {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.genre-checkboxes .genre-checkbox-elm label {
  margin-left: 10px;
}

.checkbox-wrapper-ani .checkbox {
  --bg: #fff;
  --brdr: #d1d6ee;
  --brdr-actv: #1e2235;
  --brdr-hovr: #bbc1e1;
  --dur: calc((var(--size, 2)/2) * 0.6s);
  display: inline-block;
  width: calc(var(--size, 1) * 22px);
  position: relative;
}

.checkbox-wrapper-ani .checkbox:after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}

.checkbox-wrapper-ani .checkbox > * {
  position: absolute;
}

.checkbox-wrapper-ani .checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background-color: var(--bg);
  border-radius: calc(var(--size, 1) * 4px);
  border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
  color: var(--newBrdrClr, var(--brdr));
  outline: none;
  margin: 0;
  padding: 0;
  transition: all calc(var(--dur) / 3) linear;
}

.checkbox-wrapper-ani .checkbox input:hover,
.checkbox-wrapper-ani .checkbox input:checked {
  --newBrdr: calc(var(--size, 1) * 2);
}

.checkbox-wrapper-ani .checkbox input:hover {
  --newBrdrClr: var(--brdr-hovr);
}

.checkbox-wrapper-ani .checkbox input:checked {
  --newBrdrClr: var(--brdr-actv);
  transition-delay: calc(var(--dur) / 1.3);
}

.checkbox-wrapper-ani .checkbox input:checked + svg {
  --dashArray: 16 93;
  --dashOffset: 109;
}

.checkbox-wrapper-ani .checkbox svg {
  fill: none;
  left: 0;
  pointer-events: none;
  stroke: var(--stroke, var(--border-active));
  stroke-dasharray: var(--dashArray, 93);
  stroke-dashoffset: var(--dashOffset, 94);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  top: 0;
  transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
}

.checkbox-wrapper-ani .checkbox svg,
.checkbox-wrapper-ani .checkbox input {
  display: block;
  height: 100%;
  width: 100%;
}

.szh-menu-button {
  background-color: #000;
  right: 10px;
  color: #fff;
  border-radius: 9px;
  font-size: 23px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.szh-accordion {
  border-bottom: 1px solid #ccc;
}
.szh-accordion__item {
  border-top: 1px solid #ccc;
}
.szh-accordion__item-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  font-weight: 800;
  text-align: left;
  background-color: transparent;
  font-size: 16px;
  border: none;
  position: relative;
}
.szh-accordion__item-btn:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-down' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpolyline points='6 9 12 15 18 9' /%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
}
.szh-accordion__item-content {
  transition: height 0.25s cubic-bezier(0, 0, 0, 1);
}
.szh-accordion__item--expanded .chevron-down {
  transform: rotate(180deg);
}

.reg-form {
  max-width: 500px;
  margin: auto;
}
.reg-form .NewUserTxt, .reg-form .errorTxt {
  margin-bottom: 10px;
}
.reg-form .forgot {
  margin-top: 10px;
}
.reg-form .forgot p {
  margin: 0;
  margin-top: 3px;
}

.btn-rows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
.btn-rows .editpgs {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-rows .editpgs img {
  width: 30px;
  height: auto;
}

.formError {
  color: red;
  font-size: 20px;
  width: 100%;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background-color: #f5f5f5;
  border: 1px solid #bebebe;
  margin-top: 50px;
}

.pin-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.pin-input input {
  width: 50px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  border: 1px solid #bebebe;
  border-radius: 5px;
  outline: none;
}

.loading-screen {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.browse_publications {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media (max-width: 1200px) {
  .browse_publications {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .browse_publications {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .browse_publications {
    grid-template-columns: repeat(2, 1fr);
  }
}
.browse_publications .publication {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #bebebe;
  padding: 10px;
  position: relative;
}
.browse_publications .publication.inactive {
  opacity: 0.45;
}
.browse_publications .publication .publication-image {
  margin-bottom: 10px;
}
.browse_publications .publication .publication-image img {
  width: 100%;
  height: auto;
}
.browse_publications .publication .publication-tools {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
  position: relative;
  z-index: 3;
}
.browse_publications .publication .publication-tools a {
  color: #000;
  text-decoration: none;
}
.browse_publications .publication .publication-tools .publication-stats-icons {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.browse_publications .publication .publication-tools .publication-stats-icons span.views {
  margin-right: 10px;
}
.browse_publications .publication .publication-tools .publication-stats-icons > div:last-child a {
  margin-left: 5px;
}

.publication-stats {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #969696;
}
.publication-stats h3 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 2.2rem;
}
.publication-stats .publication-stats-icons {
  display: flex;
  gap: 15px;
  width: 100%;
}
.publication-stats .publication-stats-icons .views, .publication-stats .publication-stats-icons .votes {
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-size: 15px;
  margin-top: 10px;
}
.publication-stats .publication-stats-icons .views i, .publication-stats .publication-stats-icons .votes i {
  margin-right: 5px;
}
.publication-stats .publication-stats-icons .fas {
  margin-right: 3px;
}

.fltrs {
  font-family: "Besley", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.75em;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bebebe;
}
.fltrs .user-info-fltr {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.fltrs .user-info-fltr a {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fltrs .user-info-fltr .usr-img-avatar > div {
  margin: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.fltrs .user-info-fltr .usr-img-avatar > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brwsefltr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brwsefltr img {
  max-width: 30px;
  height: auto;
  cursor: pointer;
}

.fltrTggls .toggle-buttons {
  margin-bottom: 20px;
  display: flex;
  gap: 40px;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.fltrTggls .toggle-buttons .toggle-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fltrTggls .toggle-buttons .toggle-button > span {
  margin-bottom: 10px;
}

.switch {
  display: inline-block;
}

.switch input {
  display: none;
}

.switch label {
  display: block;
  width: 60px;
  height: 30px;
  padding: 3px;
  border-radius: 15px;
  border: 2px solid #4a4a4a;
  cursor: pointer;
  transition: 0.3s;
}

.switch label::after {
  content: "";
  display: inherit;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  background: #4a4a4a;
  transition: 0.3s;
}

.switch input:checked ~ label {
  border-color: #000000;
  background-color: #8aff20;
}

.switch input:checked ~ label::after {
  translate: 30px 0;
  background: #000000;
}

.switch input:disabled ~ label {
  opacity: 0.5;
  cursor: not-allowed;
}

.browse_publications_list .publication_list {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #bebebe;
  position: relative;
}
.browse_publications_list .publication_list .publication-image {
  width: 65px;
  height: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.browse_publications_list .publication_list .publication-name {
  flex-grow: 1;
}
.browse_publications_list .publication_list .publication-name h3 {
  margin: 0;
  font-size: 1.5rem;
}
.browse_publications_list .publication_list .publication-stats-icons {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.browse_publications_list .publication_list .publication-stats-icons .views {
  margin-right: 10px;
}
.browse_publications_list .publication_list .publication-stats-icons .crowdfunding-list {
  display: flex;
  align-items: center;
  margin-right: 10px;
  background-color: #000;
  border-radius: 20px;
  padding: 8px 15px;
  position: relative;
  z-index: 3;
}
.browse_publications_list .publication_list .publication-stats-icons .crowdfunding-list a {
  color: #fff;
}
.browse_publications_list .publication_list .publication-stats-icons .crowdfunding-list.inactive {
  opacity: 0.3;
}
.browse_publications_list .publication_list .publication-stats-icons .edt-tools {
  position: relative;
  z-index: 3;
  margin-left: 15px;
}
.browse_publications_list .publication_list .publication-stats-icons .edt-tools a {
  cursor: pointer;
}
.browse_publications_list .publication_list .publication-stats-icons .edt-tools a:not(:last-child) {
  margin-right: 7px;
}
@media screen and (max-width: 768px) {
  .browse_publications_list .publication_list {
    padding-left: 80px;
    height: 100px;
  }
  .browse_publications_list .publication_list .publication-name h3 {
    font-size: 1rem;
  }
  .browse_publications_list .publication_list .publication-image {
    position: absolute;
    left: 0;
    top: 0;
  }
  .browse_publications_list .publication_list .publication-stats-icons {
    margin-top: 5px;
    font-size: 14px;
  }
  .browse_publications_list .publication_list .publication-stats-icons .crowdfunding-list {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .browse_publications_list .publication_list {
    display: block;
    padding-left: 80px;
  }
  .browse_publications_list .publication_list .publication-name {
    margin-bottom: 10px;
  }
  .browse_publications_list .publication_list .publication-tools {
    float: right;
  }
}

.crowdfunding-display {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 8px 15px;
  margin-bottom: 20px;
  min-height: 100px;
  background-image: url("/img/alert.png");
  background-size: 50px;
  background-position: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 90px;
}
.crowdfunding-display h2 {
  margin: 0;
  font-size: 1.35rem;
}
.crowdfunding-display p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .crowdfunding-display {
    margin-top: 26px;
  }
}

.agreeScrn p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.profile-actions {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.profile-actions a {
  margin-left: 10px;
}

.usr-profile-container {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  padding-top: 50px;
  text-align: center;
  position: relative;
}
.usr-profile-container h3 {
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
  font-size: 34px;
}
.usr-profile-container .usr-stats {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  display: flex;
  align-items: center;
  font-size: 11px;
  justify-content: center;
}
.usr-profile-container .usr-stats > div {
  display: flex;
  flex-direction: column;
  min-width: 80px;
  align-items: center;
  justify-content: center;
}
.usr-profile-container .usr-stats .usr-stats-num {
  font-size: 35px;
}
.usr-profile-container .usr-img-avatar {
  margin-bottom: 30px;
}
.usr-profile-container .usr-img-avatar > div {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.usr-profile-container .usr-img-avatar > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.usr-profile-container .external-links ul {
  flex-direction: column;
  list-style: none;
}
.usr-profile-container .usr-links {
  margin-bottom: 20px;
}
.usr-profile-container .usr-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.usr-profile-container .social-media-accounts {
  margin-bottom: 20px;
}
.usr-profile-container .social-media-accounts .social-icons {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.usr-profile-container .social-media-accounts .social-icons a {
  margin: 0 10px;
  font-size: 30px;
}
.usr-profile-container .profile-hdr {
  /*
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  .usr-info {
      display: flex;
      .usr-img-avatar {
          margin-right: 20px;
          > div {
              @include avatar(100px, 100px);
          }
      }
  }

  */
}

.usr-no-pgs {
  border: 1px solid #bebebe;
  padding: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.reg-form {
  margin: auto;
  width: 50%;
  margin-top: 50px;
}
.reg-form .bx {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.reg-form .tabs {
  display: flex;
  justify-content: flex-start;
  position: relative;
  left: 10px;
}
.reg-form .tabs .tab-button {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 10px 10px 0 0;
}
.reg-form .tabs .tab-button.active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
.reg-form .tab-content {
  display: none;
}
.reg-form .tab-content.active {
  display: block;
}
.reg-form .form-txt-input {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.reg-form .errorTxt {
  color: red;
}
@media screen and (max-width: 768px) {
  .reg-form {
    width: 100%;
  }
}

.users form .fieldset legend {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.users form .fieldset label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}
.users form .fieldset input[type=text],
.users form .fieldset input[type=email],
.users form .fieldset input[type=url],
.users form .fieldset input[type=password],
.users form .fieldset textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 1px solid #bebebe;
  border-radius: 4px;
}
.users form .fieldset textarea {
  height: 250px;
}
.users form .fieldset #external-links,
.users form .fieldset #social-media-accounts {
  margin-top: 20px;
}
.users form .fieldset #external-links .links-container input[type=url],
.users form .fieldset #external-links .social-container input[type=url],
.users form .fieldset #social-media-accounts .links-container input[type=url],
.users form .fieldset #social-media-accounts .social-container input[type=url] {
  margin-bottom: 5px;
}
.users form .fieldset .link-entry, .users form .fieldset .social-account-entry {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.users form .fieldset .link-entry select, .users form .fieldset .social-account-entry select {
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid #bebebe;
  border-radius: 5px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="black" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>') no-repeat right 10px center;
  padding-right: 30px; /* Adjust padding to make space for the arrow */
  border: 1px solid #bebebe;
  border-radius: 4px;
  font-size: 16px;
  background-color: #fff;
  padding-right: 40px;
}
.users form .avatar-container {
  position: relative;
  padding-left: 120px;
  min-height: 100px;
}
.users form .avatar-container .avatar-preview-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.users form .avatar-container .avatar-preview-overlay img {
  width: 100px;
  height: auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s forwards;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 80%;
  max-width: 500px;
  animation: slideIn 0.3s forwards;
}

.close-modal:not(.gbtn) {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-modal:not(.gbtn):hover,
.close-modal:not(.gbtn):focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.pllbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pllbox .prompt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.pllbox .prompt .instructions {
  font-weight: 700;
}
.pllbox .prompt textarea {
  width: 100%;
  height: 100%;
  height: 250px;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #bebebe;
  border-radius: 8px;
  resize: none;
}

.edit-hdr {
  width: 100%;
  padding: 40px 0;
  padding-bottom: 0;
  font-weight: 800;
  font-size: 25px;
}

.pub_view-title-daft {
  font-size: 1.5em;
  font-weight: 800;
  font-style: italic;
  color: rgba(87, 0, 0, 0.631372549);
  margin-bottom: 10px;
}

.pub_view {
  display: flex;
  margin-top: 50px;
}
.pub_view .pub_view-col {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.pub_view .pub_view-col:first-of-type {
  padding-right: 20px;
}
.pub_view .pub_view-col:last-of-type {
  padding-left: 20px;
}
.pub_view .pub_view-col .pub_view-col-img {
  position: relative;
}
.pub_view .pub_view-col .pub_view-col-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.pub_view .pub_view-col .pub_view-col-img img {
  max-width: 500px;
  width: 100%;
  height: auto;
}
.pub_view .pub_view-col .pub_view-col-fields-row {
  margin-bottom: 10px;
}
.pub_view .pub_view-col .pub_view-col-fields-row.btm20 {
  margin-bottom: 20px;
}
.pub_view .pub_view-col .pub_view-col-fields-row.btm-padding {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.pub_view .pub_view-col .pub_view-col-fields-row.hasCols {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.pub_view .pub_view-col .pub_view-col-fields-row.hasCols.cols2 > div {
  width: 50%;
}
.pub_view .pub_view-col .pub_view-col-fields-row.hasCols.cols3 > div:not(:first-of-type) {
  width: 25%;
}
.pub_view .pub_view-col .pub_view-col-fields-row.hasCols.cols3 > div:first-of-type {
  flex-grow: 1;
}
.pub_view .pub_view-col .pub_view-col-fields-row label {
  display: block;
  padding-bottom: 5px;
  font-weight: 700;
}
.pub_view .pub_view-col .pub_view-col-fields-row label.main_lbl {
  font-weight: 800;
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
.pub_view .pub_view-col-txt label {
  display: block;
  padding-bottom: 10px;
  font-weight: 700;
}
.pub_view .pub_view-col-txt label.main_lbl {
  font-weight: 800;
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
.pub_view .pub_view-pgbtn {
  margin-bottom: 20px;
}
.pub_view .pub_view_html {
  max-width: 100%;
}
.pub_view .pub_view_html img {
  max-width: 100% !important;
}
@media screen and (max-width: 768px) {
  .pub_view {
    flex-direction: column;
  }
  .pub_view .pub_view-col {
    width: 100%;
  }
  .pub_view .pub_view-col:first-of-type {
    padding-right: 0;
  }
  .pub_view .pub_view-col:last-of-type {
    padding-left: 0;
  }
  .pub_view .publication-stats {
    margin-top: 40px;
  }
}

.pub_view-col .gbtn.view_btn {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.pub_view-col .gbtn.view_btn {
  max-width: 280px;
}

.genre_lnk {
  color: #000;
  text-decoration: none;
  font-style: italic;
}

.edtlink {
  color: #000;
  text-decoration: none;
}

.pubview-edit-link a {
  font-size: 1.2em;
  margin-right: 15px;
}

.user-dashboard .user-publications .pub-rows .pub-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.user-dashboard .user-publications .pub-rows .pub-thumbnails .publication {
  position: relative;
  max-width: 200px;
}
.user-dashboard .user-publications .pub-rows .pub-thumbnails .publication img {
  width: 100%;
  height: auto;
}
.user-dashboard .user-publications .pub-rows .pub-thumbnails .publication a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.corp {
  max-width: 640px;
}
.corp h2 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.corp p {
  font-size: 1.2rem;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 100;
}

.btm20 {
  margin-bottom: 20px;
}/*# sourceMappingURL=style.css.map */