<style>

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #f6f6f6;
}

header {
  max-height: 72px;
  z-index: 1;
}
footer {
  height: 50px;
}
.navbar {
  padding: 0 1rem !important;
}
.center {
  text-align: center;
}
.img-center {
  margin: 0 auto;
  display: block;
}
.timezone-map {
  width: 1256px;
}
.time {
  font-size: 20px;
  line-height: 46px;
  margin-bottom: 5px;
}
.jumbotron {
  background-image: url("https://soulsisters.rheanna.net/themes/default/images/landscape.jpg");
  background-size: cover;
  padding: 300px 0 0 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
.jumbotron img {
  margin:  -175px auto 0 auto;
  display: block;
}
.container {
  width: auto;
  max-width: 1000px;
  padding: 0 15px;
}

.fill {
  height: calc(100% - 20px);
}

.tall {
  min-height: calc(100% - 422px);
  height:  auto !important;
  height: 100%;
}

.content {
  margin: 10px 0 10px 0;
  min-height: 100%;
  padding: 15px;
  box-shadow: 0 0 20px #e0e0e0;
}

.fabutton {
  background: none;
  padding: 0px;
  border: none;
  cursor: pointer !important;
}

.remove {
  position: absolute;
  top: 0;
  right: 3px;
  padding: 11px;
  cursor: pointer;
  font-size: 18px;
  color: #9c9c9c;
}

.sticky {
  background-image: url("https://soulsisters.rheanna.net/images/sticky-note.png");
  background-size:  100% 100%;
  width: 300px;
  height: 300px;
  padding: 20px 0 40px 40px;
  margin: 0 auto;
}

.small-sticky img {
  height: 75px;
}

.inner-sticky {
  overflow: auto;
  height: 250px;
  width: 95%;
  font-family: 'Neucha', cursive;
}

.inner-sticky::-webkit-scrollbar {
    width: 12px;
}

.inner-sticky::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 4px;
}

.inner-sticky::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
}

.inner-sticky hr {
  padding: 0;
  margin: 4px 0 4px -4px;
  width: 40%;
}

.delete-icon {
  text-align: right;
  padding: 0 20px;
  margin-bottom: -24px;
  color: #afaa53;
  display: none;
}

.inner-sticky:hover .delete-icon {
  display: block !important;
}


h2 {
  font-family: 'Neucha', cursive !important;
}

h3.resource {
    font-family: 'Neucha', cursive;
    text-align: center;
    font-size: 25px;
    padding: 5px 0;
    color: white;
    background: #875775;
    border-radius: 16px 16px 0 0;
    margin-bottom: 0;
}
.addResource {
    line-height: 0;
    text-align: right;
    background: #b386a6;
}
form.inline-form {
    display: inline-block;
}
.editActionButton {
  padding: 0 5px;
}
#preview {
  margin-top: 20px;
}
#preview img {
  max-width: 200px;
}

button.addResourceButton {
    height: 24px;
    margin: -10px 0 !important;
    background: #875775;
    color: white;
    border: 1px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 2px 3px 3px #87577570;
}
.click-buttons {
  border-color: #d3d9df !important;
  margin: 0 4px 5px 0;
}
.resourceImg {
  max-width: 100px;
}
.table {
  margin: 0 auto 20px auto;
}
.table thead th {
  background: #e2e2e2;
  border-top: 2px solid #23455f;
}
.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.mb-0 > button {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.card-header {
  padding:0;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.login-pass {  
  background-image: url("https://soulsisters.rheanna.net/themes/default/images/visible.png");
  background-position: 97% center;
  background-repeat: no-repeat;
}
.login-pass.eye-visible {
  background-image: url("https://soulsisters.rheanna.net/themes/default/images/invisible.png");
}

#toggle-password1, #toggle-password2, #toggle-password3 {
  display: none;
}
#toggle-password1 + label, #toggle-password2 + label, #toggle-password3 + label {
  text-indent: -9999px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 30px;
  cursor: pointer;
  float: right;
  margin-top: -30px;
}

button:focus {
    outline: 0;
}

.btn-outline-secondary, .btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:visited {
  background-color: rgba(255, 255, 255, .2) !important;
  color: #dadada !important;
}

.dropdown-menu .form-control {
    width: 200px;
}

.small-size, .small-table, .medium-show {
  display: none;
}

.sticky-show {
    width: 80%;
    margin: 0 auto !important;
  }

@media (min-width:  1600px) {
  .container {
    max-width: 75% !important;
  }
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

@media (max-width: 1765px) {
  .timezone-map {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .response {
    flex: none !important;
    max-width: 100% !important;
  }
}

@media (max-width:  1920px) {
  .medium-show {
    display: inline-block;
  }
  .sticky-show {
    width: 100%;
  }
  .big-show {
    display: none;
  }
}

@media (max-width: 992px) {
  .timezone-map {
    display: none;
  }
  .timezone-display {
    margin-bottom: 40px;
  }
  ul.login-ul {
    padding: 5px 0 20px 7px;
  }
  #navbarSupportedContent ul:not(.dropdown-menu) {
    display: flex;
    flex-wrap:  wrap;
    zoom: 1;
  }
  .small-size {
    display: inline-block;
  }
  .full-size {
    display: none;
  }
}

@media (max-width:  550px) {
  .small-table {
    display: table;
  }
  .not-small-table {
    display: none;
  }
}

footer .text-muted {
  color: #d9d9d9 !important;
}

footer .text-muted a {
  color: #bababa !important;
}

footer {
    font-size: 12px;
    text-align: center;
}
</style>