@font-face {
  font-family: kamikaze;
  src: url('/kamikaze.regular.ttf') format('truetype');
}
@font-face {
  font-family: hippie;
  src: url('/hippie.regular.otf');
}
.new-font {
  font-family: kamikaze;
}
.new-font1 {
  font-family: hippie, sans-serif;
}
.bg-register-image,.bg-login-image {
  max-width: 370px;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #696969;
}
body.entered {
  overflow: hidden;
  /*margin-left: 320px;
  transition: 0.3s ease-out;*/
}
/* Dark Mode Toggle */
.theme-switch {
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  width: 56px;
  height: 30px;
}

.theme-switch input {
  display: none;
}

.slider {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 1.2rem;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 22px;
  height: 22px;
  left: 4px;
  bottom: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:hover::before {
  box-shadow: 0px 0px 4px 2px #dc3545;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background: #4d4d4d;
}

input:checked + .slider::before {
  background: ghostwhite;
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round::before {
  border-radius: 50%;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / 86%);
}
.overlay {
  filter: brightness(0.9);
}
.light {
  position: absolute;
  width: 20px;
  right: 5px;
  filter: brightness(1)!important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.dark {
  position: absolute;
  width: 20px;
  filter: brightness(1)!important;
  /*left: 5px;*/
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  transform: translateX(-12px);
}
#centered {
    position: fixed;
    width: 100%;
    height: 100vh;
    margin: auto;
    background: url(/admin/img/commenting.gif);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #dcdcdcc9;
    z-index: 99;
}
#darkCentered {
    position: fixed;
    width: 100%;
    height: 100vh;
    margin: auto;
    background: url(/admin/img/commenting.gif);
    background-size: 33%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #242526e8;
    z-index: 99;
}
.form-control-dark {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: ghostwhite;
    background-color: #242526;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-dark:focus {
    color: ghostwhite;
    background-color: #242526;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
textarea.form-control-dark {
    height: auto;
}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.25);
  z-index: 1022;
}
.wota-font0 {
  font-family: 'Michroma', sans-serif;
}
.wota-font {
  /*font-family: 'Michroma', sans-serif;*/
  font-family: 'Gochi Hand', cursive;
}
.popover-title {
  background-color: #ec982c;
  font-size: 1.3rem;
  padding: 1% 0 1% 5%;
  color: white;
}
.popover-content {
  padding: 1% 2% 1% 5%;
}
img.avatar {
  object-fit: cover;
  border: 3px solid #9AFF9A;
}
img {
  max-width: 100%;
}
.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
  border-top-left-radius: calc(3.25rem - 1px);
  border-top-right-radius: calc(3.25rem - 1px);
}
#logo {
  width: 130px;
  filter: brightness(1);
}
#postContent {
  word-wrap: break-word;
}
.post-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.bg-dark {
  background-color: #4e73df!important;
}
figure.table{
  overflow-x: auto;
}
.likes, .login-to-like {
  font-size: 1.3em;
  padding-right: .8em;
  cursor: pointer;
  color: #007bff;
}
.login-to-like > a {
  text-decoration: none;
}
.like, .unlike {
  font-size: 1.3em;
}
.card-header:first-child {
  border-radius: calc(3.25rem - 1px) calc(3.25rem - 1px) 0 0;
  color: #696969;
}
.card-footer:last-child {
  border-radius: 0 0 calc(3.25rem - 1px) calc(3.25rem - 1px);
}
.card {
  border-radius: 3.25rem;
}
.card-footer.post-bottom {
  background-color: midnightblue;
  color: white;
}
a#user {
  /*color: #00efff;*/
  color: #f90316;
  text-decoration: none;
  background-color: transparent;
}
a#user:hover {
  /*color: #0dd1de;*/
  color: #f90316b3;
}
form.user .form-control-user {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px; 
  padding: 0 20px;
}
.card-body.fixed-card-body::-webkit-scrollbar {
    display: none;
}
.fixed-card-body {
  height: 130px;
  overflow: auto;
  -ms-overflow-style: none;
}
.card-body > .card-title > a {
  text-decoration: none;
}
h2.card-title {
  font-size: 1.3rem;
}
span.card-title {
  font-size: 3rem;
}
#showPosts {
  background: linear-gradient(to right, #46cdec, #2193b0);
  border: none;
}
#showLikes {
  background: linear-gradient(to right, #ffcc33, #ffb347);
  border: none;
}
#showComments {
  background: linear-gradient(to right, #ff416c, #ff4b2b);
  border: none;
}
.fa-question-circle {
  cursor: pointer;
}
.follow-info {
  margin: 0 5px;
}
.follow-btn {
  color: #77a5f7;
  background: white;
  border-radius: 12px;
  width: 111px;
  float: right;
  position: relative;
  top: -3px;
  outline: none;
  cursor: pointer;
  border: 1px solid #77a5f7;
  box-shadow: 0 5px 1px 0px #325877d6;
  transition: all ease 0.1s;
}
button:focus {
  outline: none;
}
.follow-btn:hover {
  color: white;
  background: #77a5f7a8;
  box-shadow: 0 3px 0 0 #325877d6;
  top: -2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.follow-btn:active {
  color: white;
  background: #77a5f7;
  box-shadow: 0 0 0 0 #223d54;
  border-bottom: 1px solid #223d5472;
  top: 0px;
}
.following {
  color: white;
  background: #77a5f7;
  box-shadow: 0 0 0 0 #223d54;
  border: 1px solid #518bf3;
  top: 0px;
  border-radius: 12px;
  width: 111px;
  float: right;
  position: relative;
  cursor: pointer;
}
.user-activities {
  cursor: pointer;
  flex: 1 1 auto;
  padding: 1.25rem;
  font-size: 3rem;
}
.user-activities i {
  font-size: 3rem;
}
.user-activities span {
  margin-bottom: .75rem;
}
.popover{
  max-width: 100%; /* Max Width of the popover (depending on the container!) */
  overflow: auto;
  max-height: 550px;
  box-shadow: 0px 7px 25px 9px #8080804d;
  background-color: coral;
}
.popover-body {
  max-width: 300px;
}
.edit {
  background: white;
  border-radius: 50%;
  width: 42px;
  display: block;
  float: right;
  border: 3px solid #56a4f980;
  margin-top: 145px;
}
.chat {
  font-size: 3rem;
}
.edit-post {
  color: #00465c4d;
  float: right;
  cursor: pointer;
}
.edit-post:hover {
  color: #00465c;
}
#sidebar {
  width: 320px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  min-width: 320px;
  max-width: fit-content;
  z-index: 1022;
  background: #4e73df;
  color: #fff;
  transition: all 0.3s;
  overflow-y: auto;
  margin-top: 68px;
  padding: 20px 20px 90px 20px;
  -webkit-box-shadow: 10px -9px 9px 0px rgba(0,0,0,0.48);
  -moz-box-shadow: 10px -9px 9px 0px rgba(0,0,0,0.48);
  box-shadow: 10px -9px 9px 0px rgba(0,0,0,0.48);
}
#sidebar.active {
  margin-left: -350px;
}
#dismiss {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  border: black;
  border-radius: 50%;
  background-color: black;
}
.dismiss-arrow {
  position: absolute;
  top: 9px;
  right: 11px;
}
#searchInput {
  width: 100px;
}
#about.container-fluid {
  overflow-x: hidden;
  color: darkslategray;
}
.eth-bg {
  background-image: url(/admin/img/eth_bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
.divider-custom {
  margin: 1.25rem 0 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.divider-custom-line {
  width: 100%;
  max-width: 10rem;
  height: 0.25rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  background-color: darkslategray;
  border-radius: 1rem;
  border-color: #2c3e50 !important;
}
.fa-star {
  font-size: 1.2rem;
  margin: 0 15px;
  display: inline;
}
.welcome {
  margin-top: 2rem;
}
.story {
  font-size: 1.5rem;
}
.story-book {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow-y: hidden;
  margin: auto;
  padding-top: 3px;
  background: lightblue;
  cursor: zoom-in;
  transition: all 0.6s ease-in;
}
.icon {
  display: block;
  background-position: center;
  background-size: contain;
  background-image: url(/admin/img/storybook.png);
  background-repeat: no-repeat;
  background-color: lightblue;
  height: 69px;
  top: -10px;
  margin-top: 24px;
}
.story-book.animate {
  display: block;
  cursor: default;
  overflow-y: auto;
  width: 100vw;
  height: 100vh;
  border-radius: 0%;
  padding: 10px;
}
.btn-md.btn-block {
  max-width: 50%;
}
.bg-2 {
  background-color: #f9f9f9;
  width: 100%;
}
.how-it-works {
  font-size: 3rem;
}
.card.wx-desc {
  width: 90%;
  max-width: 991px;
  margin: 5px auto;
}
.title {
  font-size: 2rem;
}
.bold {
  font-weight: 700;
}
.bb {
  border-bottom: 3px solid black;
}
blockquote {
  border-left: 5px double #9fa7a7;
  padding-left: 15px;
}
.rank-row:hover {
  background: #dee2e6;
  cursor: pointer;
}
.rank-row-dark {
  background-color: #242526;
}
.rank-row-dark:hover {
  background: #828282;
  cursor: pointer;
}
.rank_image {
  max-width: 100px;
  max-height: 100px;
  object-fit: cover;
}
i#crown {
  z-index: 1;
}
span.rank-num {
  z-index: 2;
}
.rank-num, #crown {
  font-size: 3rem;
  position: absolute;
}
.rank-head {
  font-size: 2rem;
}
.rank-text {
  font-size: 1.2rem;
  width: min-content;
  margin: 0 auto 15px;
}
.rank-text:hover {
  cursor: pointer;
}
#message_textarea {
  width: 80%;
  height: 39px;
  font-size: 1rem;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 6px;
  box-shadow: none;
}
.message {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 2px 10px;
  display: inline-block;
  color: #fff;
  max-width: 80%;
  margin: 9px 0;
}
.message#blue {
  background-color: #3498db;
  border-color: #3498db;
  float: right;
}
.message#gray {
  background-color: #eaeeec;
  border-color: #eaeeec;
  float: left;
  color: #333;
}
.loaded_messages {
  height: 65%;
  min-height: 300px;
  max-height: 400px;
  margin-bottom: 10px;
  overflow-y: scroll;
}
.loaded_conversations {
  max-height:  216px;
  overflow: scroll;
}
.loaded_conversations::-webkit-scrollbar {
    display: none;
}
.user_found_messages {
  border-bottom: 1px solid #d3d3d3;
  padding: 8px 8px 10px 8px;
}
.gray-bg {
  background-color: #e8e8e8;
}
.user_found_messages:hover {
  background-color: #e8e8e8;
}
.user_found_messages img {
  width: 40px;
  height: 40px;
  float: left;
  object-fit: cover;
}
.gray-txt {
  color: #8c8c8c;
  font-size:0.8rem;
}
.timestamp_smaller {
  margin: 0;
  font-size: 85%;
}
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  /*background-color: #3498db;*/
  background-color: #569898;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
  z-index: 9;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
.ribbon-top-right:hover {
  cursor: pointer;
}
span.middle, i.middle {
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  max-width: fit-content;
  margin: 0 auto;
}
.x-details {
  font-size: 1.3rem;
}
a.xp-title {
  display: block;
  text-decoration: none;
}
span.x_num {
  font-size: 1.5rem;
  position: absolute;
  right: 35%;
  background: red;
  width: 30px;
  color: white;
  border-radius: 50%;
}
.x-rate {
  border-radius: 20px;
}
.x-completed-icon {
  border: 4px solid #e4a935;
  width: 50px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.x-icon {
  border: 4px solid #dee2e6;
  width: 50px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  transform: scale(1);
  animation: pulse 2s infinite;
}
.x-icon-m {
  border: 3px solid #dee2e6;
  width: 30px;
}
.x-requested {
  border: 4px solid #dee2e6;
  width: 50px;
  cursor: not-allowed;
  filter: opacity(0.6);
}
#blue > .x-btn {
  cursor: not-allowed;
  color: #2f4f4f82;
  background: #f0ffffbd;
}
.disabled {
  cursor: not-allowed !important;
  background-color: #efffffa8 !important;
  color: #2f4f4f82 !important;
  border: none;
}
.x-btn {
  display: block;
  color: darkslategray;
  width: 140px;
  margin: 9px auto;
  background: azure;
  border-radius: 20px;
  border: 2px solid #cdefef;
  cursor: pointer;
}
.footer-info a {
  color: gray;
  text-decoration: none;
}
.btn-facebook{color:#fff;background-color:#0078FF;}.btn-facebook:hover{color:#fff;background-color:#30497c;}.btn-facebook.focus,.btn-facebook:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-facebook.disabled,.btn-facebook:disabled{color:#fff;background-color:#3b5998;border-color:#fff}.btn-facebook:not(:disabled):not(.disabled).active,.btn-facebook:not(:disabled):not(.disabled):active,.show>.btn-facebook.dropdown-toggle{color:#fff;background-color:#2d4373;border-color:#dfdfdf}.btn-facebook:not(:disabled):not(.disabled).active:focus,.btn-facebook:not(:disabled):not(.disabled):active:focus,.show>.btn-facebook.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}
/***********************/
/* Exchange request page 
/***********************/
.req_by-img {
  width: 100px;
  height: 100px;
  border: 3px solid whitesmoke;
  border-radius: 50%;
  object-fit: cover;
}
.x-requests {
  padding: 20px;
}
.req-lists {
  list-style: none;
  padding: 0;
}
/***********************/
/* Exchange icon animation 
/***********************/
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/***********************/
@media (max-width: 575.98px) {
  .rank-head {
    font-size: 1rem;
  }
  .rank-num, #crown {
    font-size: 1.2rem;
  }
  .rank_image {
    max-width: 45px;
    max-height: 45px;
  }
  #centered {
    background-size: 72%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .rank_image {
    max-width: 70px;
    max-height: 70px;
  }
  #centered {
    background-size: 48%;
  }
}