/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;1,500&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css");
/* CSS */
/* line 24, app/assets/stylesheets/styles.scss */
.button-85 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: white;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  font-size: 31px;
  text-decoration: none;
  margin: 0 auto;
}

/* line 42, app/assets/stylesheets/styles.scss */
.button-85:before {
  content: "";
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

/* line 82, app/assets/stylesheets/styles.scss */
.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}

/* line 95, app/assets/stylesheets/styles.scss */
.site-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}

/* line 105, app/assets/stylesheets/styles.scss */
#no-user {
  display: block;
  background: #0c00ff;
  background: linear-gradient(308deg, #0c00ff 0%, #7a00aa 66%, #0016ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c00ff",endColorstr="#0016ff",GradientType=1);
  font-family: 'Roboto' !important;
}

/* line 112, app/assets/stylesheets/styles.scss */
#no-user .old-header .btn {
  color: white !important;
  border-color: white !important;
  border-radius: 50px !important;
  padding: 7px 15px 5px 15px !important;
}

/* line 130, app/assets/stylesheets/styles.scss */
#no-user .profit {
  background: #ffffffde !important;
  z-index: 555;
  border-radius: 5px 5px 0px 0px;
}

@media only screen and (min-width: 771px) and (max-width: 1240px) {
  /* line 130, app/assets/stylesheets/styles.scss */
  #no-user .profit {
    margin-top: 5% !important;
  }
}

/* line 140, app/assets/stylesheets/styles.scss */
#no-user footer {
  background: #00000052 !important;
  font-family: 'Roboto', sans-serif !important;
  margin-top: 1%;
  border-radius: 15px 15px 0px 0px;
}

/* line 147, app/assets/stylesheets/styles.scss */
#no-user .main-bg {
  color: #dfe3eb;
  font-family: 'Roboto', sans-serif;
}

/* line 153, app/assets/stylesheets/styles.scss */
#no-user .yoyo {
  background: -webkit-linear-gradient(315deg, #1e30f3 0%, #e21e80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 161, app/assets/stylesheets/styles.scss */
#no-user .sign-up {
  border-radius: 10px !important;
  border: none;
  padding: 10px 100px 10px !important;
  font-size: 1.5rem;
}

/* line 168, app/assets/stylesheets/styles.scss */
#no-user .block3 {
  background: #fffffff9;
  display: table;
  margin: auto;
  padding: 5%;
}

/* line 175, app/assets/stylesheets/styles.scss */
#no-user .main {
  opacity: 0.9;
  border-radius: 15px;
}

/* line 179, app/assets/stylesheets/styles.scss */
#no-user .main .block {
  background-color: white;
  border-radius: 10px;
  width: 70%;
  margin: auto;
}

/* line 186, app/assets/stylesheets/styles.scss */
#no-user .main .block2 {
  background-color: white;
  padding: 10px 25px 3px 25px;
  border-radius: 10px;
  width: 70%;
  margin: auto;
}

/* line 195, app/assets/stylesheets/styles.scss */
#no-user .main-h1 {
  font-size: calc(1.5rem + 1vh);
  padding: 15px;
  letter-spacing: 1px;
  word-break: break-word;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 204, app/assets/stylesheets/styles.scss */
#no-user .tgbot {
  margin: auto;
  width: 100%;
  transform: rotate3d(0.9, 0.9, 0.3, 36deg);
  margin-top: 5%;
}

@media only screen and (min-width: 771px) and (max-width: 928px) {
  /* line 204, app/assets/stylesheets/styles.scss */
  #no-user .tgbot {
    width: 120% !important;
  }
}

/* line 215, app/assets/stylesheets/styles.scss */
#no-user .iconka {
  width: 20px;
  margin: -4px 3px 0px -3px;
  padding: 0px;
}

/* line 222, app/assets/stylesheets/styles.scss */
#no-userik {
  min-height: 100vh;
  display: block;
  background: #0c00ff;
  background: linear-gradient(308deg, #0c00ff 0%, #7a00aa 66%, #0016ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c00ff",endColorstr="#0016ff",GradientType=1);
}

/* line 224, app/assets/stylesheets/styles.scss */
#no-userik body {
  font-family: 'Roboto', sans-serif !important;
}

/* line 229, app/assets/stylesheets/styles.scss */
#no-userik .iconka {
  width: 20px;
  margin: -4px 3px 0px -3px;
  padding: 0px;
}

/* line 235, app/assets/stylesheets/styles.scss */
#no-userik .nav-link {
  color: white !important;
}

/* line 239, app/assets/stylesheets/styles.scss */
#no-userik header {
  font-family: 'Roboto', sans-serif !important;
}

/* line 243, app/assets/stylesheets/styles.scss */
#no-userik .btn {
  border-radius: 50px !important;
  padding: 7px 15px 5px 15px !important;
}

/* line 249, app/assets/stylesheets/styles.scss */
#no-userik .align-items-start .text-center {
  background: #00000038;
  padding: 5px;
  border-radius: 7px;
  border: 0.1px solid #ffffff38;
}

/* line 255, app/assets/stylesheets/styles.scss */
#no-userik .align-items-start .text-center i {
  padding: 0px 5px 0px 0px;
  /* margin: 16px; */
  display: inline-flex;
}

/* line 270, app/assets/stylesheets/styles.scss */
#no-userik footer {
  background: #00000052 !important;
  font-family: 'Roboto', sans-serif !important;
  margin-top: 1%;
  border-radius: 15px 15px 0px 0px;
}

/* line 276, app/assets/stylesheets/styles.scss */
#no-userik footer a {
  color: white;
}

/* line 283, app/assets/stylesheets/styles.scss */
#no-userik .fw-bold {
  font-size: 19px !important;
  color: azure;
  padding: 3px 0px 0px 0px;
}

/* line 289, app/assets/stylesheets/styles.scss */
#no-userik .yoyo {
  color: #ffffff;
  font-size: 16.5px;
}

/* line 294, app/assets/stylesheets/styles.scss */
#no-userik .main-bg {
  color: #dfe3eb;
  font-family: 'Roboto', sans-serif;
}

/* line 299, app/assets/stylesheets/styles.scss */
#no-userik .img-thumbnail {
  background-color: rgba(255, 255, 255, 0.099);
}

/* line 303, app/assets/stylesheets/styles.scss */
#no-userik .btcbotcc {
  max-width: 80%;
  border-radius: 15px;
  margin: 0% 0% 0% 5%;
}

/* line 309, app/assets/stylesheets/styles.scss */
#no-userik .main-title {
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #49ff18, 0 0 30px #49ff18, 0 0 40px #49ff18, 0 0 55px #49ff18, 0 0 75px #49ff18;
}

@keyframes mymove {
  50% {
    font-weight: bold;
  }
}

/* line 317, app/assets/stylesheets/styles.scss */
#no-userik .text-show {
  width: 48%;
}

/* line 321, app/assets/stylesheets/styles.scss */
#no-userik .image-show {
  width: 52%;
  text-align: center;
}

/* line 326, app/assets/stylesheets/styles.scss */
#no-userik .container {
  color: white;
}

/* line 330, app/assets/stylesheets/styles.scss */
#no-userik .btn {
  color: white !important;
  border-color: white !important;
}

/* line 335, app/assets/stylesheets/styles.scss */
#no-userik .robotik {
  max-width: 6% !important;
}

/* line 339, app/assets/stylesheets/styles.scss */
#no-userik .robot {
  max-width: 93% !important;
}

/* line 343, app/assets/stylesheets/styles.scss */
#no-userik .bot {
  color: #eaffcf;
  text-decoration: underline;
  font-weight: bolder;
  font-size: 40px;
  text-decoration: none;
}

/* line 349, app/assets/stylesheets/styles.scss */
#no-userik .bot:hover {
  color: white;
}

/* line 354, app/assets/stylesheets/styles.scss */
#no-userik .bot-two {
  color: #eaffcf;
  text-decoration: underline;
  font-weight: bolder;
  font-size: 30px;
  text-decoration: none;
}

/* line 360, app/assets/stylesheets/styles.scss */
#no-userik .bot-two:hover {
  color: white;
}

/* line 366, app/assets/stylesheets/styles.scss */
#user {
  background: white;
  font-family: 'Roboto' !important;
}

/* line 370, app/assets/stylesheets/styles.scss */
#user .coinik {
  margin: 0px 4px 1px 4px;
}

/* line 374, app/assets/stylesheets/styles.scss */
#user.light {
  color: black;
  background-color: white;
}

/* line 380, app/assets/stylesheets/styles.scss */
#user.dark {
  color: white;
  background-color: #19172a;
}

/* line 384, app/assets/stylesheets/styles.scss */
#user.dark .bot-name {
  color: white;
}

/* line 388, app/assets/stylesheets/styles.scss */
#user.dark .product-name {
  color: white;
}

/* line 392, app/assets/stylesheets/styles.scss */
#user.dark .bot-text {
  color: white;
}

/* line 396, app/assets/stylesheets/styles.scss */
#user.dark .bg-light {
  background-color: #19172a !important;
}

/* line 400, app/assets/stylesheets/styles.scss */
#user.dark .card-body {
  color: white;
  background-color: #19172a;
}

/* line 405, app/assets/stylesheets/styles.scss */
#user.dark .card-text {
  color: white;
}

/* line 409, app/assets/stylesheets/styles.scss */
#user.dark .card-header {
  color: #072550;
}

/* line 413, app/assets/stylesheets/styles.scss */
#user.dark .bg-white {
  background-color: #19172a !important;
}

/* line 418, app/assets/stylesheets/styles.scss */
#user.dark .dropdown-toggle strong {
  color: white;
}

/* line 425, app/assets/stylesheets/styles.scss */
#user .main-sidebar i {
  padding: 0px 5px 0px 0px;
  display: inline;
}

/* line 430, app/assets/stylesheets/styles.scss */
#user .main-sidebar .nav-link {
  padding: 10px !important;
  font-size: calc(9px + 1vh);
}

/* line 437, app/assets/stylesheets/styles.scss */
#user .chat {
  font-size: 19px !important;
  color: #fc5821 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1000px) {
  /* line 437, app/assets/stylesheets/styles.scss */
  #user .chat {
    font-size: calc(4px + 1vh) !important;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1080px) {
  /* line 437, app/assets/stylesheets/styles.scss */
  #user .chat {
    font-size: calc(4px + 1vh) !important;
  }
}

@media only screen and (min-width: 1081px) and (max-width: 1130px) {
  /* line 437, app/assets/stylesheets/styles.scss */
  #user .chat {
    font-size: calc(5px + 1vh) !important;
  }
}

@media only screen and (min-width: 1131px) and (max-width: 1200px) {
  /* line 437, app/assets/stylesheets/styles.scss */
  #user .chat {
    font-size: calc(7px + 1vh) !important;
  }
}

/* line 458, app/assets/stylesheets/styles.scss */
#user .new-header {
  color: #0d6efd !important;
}

/* line 461, app/assets/stylesheets/styles.scss */
#user .new-header .hah {
  text-decoration: none;
  color: dark;
  font-weight: 300;
}

/* line 465, app/assets/stylesheets/styles.scss */
#user .new-header .hah:hover {
  color: #54016d;
}

/* line 470, app/assets/stylesheets/styles.scss */
#user .new-header i {
  padding: 5px;
}

/* line 475, app/assets/stylesheets/styles.scss */
#user .mone {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
}

/* line 483, app/assets/stylesheets/styles.scss */
#user .mone .active {
  color: white !important;
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 475, app/assets/stylesheets/styles.scss */
  #user .mone {
    align-items: flex-end;
    justify-content: flex-start;
    align-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1445px) {
  /* line 475, app/assets/stylesheets/styles.scss */
  #user .mone {
    align-items: flex-end;
    justify-content: flex-start;
    align-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1080px) {
  /* line 503, app/assets/stylesheets/styles.scss */
  #user .mone .avatar-mascot {
    display: none !important;
  }
}

@media only screen and (min-width: 1081px) and (max-width: 1130px) {
  /* line 503, app/assets/stylesheets/styles.scss */
  #user .mone .avatar-mascot {
    display: none !important;
  }
}

/* line 518, app/assets/stylesheets/styles.scss */
#user .offcanvas.offcanvas-end {
  margin: 0px 0px 0px 3%;
}

/* line 522, app/assets/stylesheets/styles.scss */
#user .nav-header {
  padding: 0.4rem 0.7rem !important;
}

@media only screen and (min-width: 1001px) and (max-width: 1080px) {
  /* line 522, app/assets/stylesheets/styles.scss */
  #user .nav-header {
    padding: 0.4rem 0.5rem !important;
  }
}

/* line 531, app/assets/stylesheets/styles.scss */
#user .cp-container-class {
  border: 1px solid black;
  width: 1000px;
  /* Change to whatever*/
  display: flex;
  flex-wrap: wrap;
}

/* line 538, app/assets/stylesheets/styles.scss */
#user .checkbox-container-class {
  width: 10%;
  height: 50px;
  text-align: center;
}

/* line 545, app/assets/stylesheets/styles.scss */
#user .inside a {
  color: white !important;
}

/* line 547, app/assets/stylesheets/styles.scss */
#user .inside a:hover {
  color: white !important;
}

/* line 553, app/assets/stylesheets/styles.scss */
#user .news-bot {
  font-size: 14px;
  color: #8d93df;
  text-align: center;
}

/* line 560, app/assets/stylesheets/styles.scss */
#user .footer {
  padding: 10px;
}

/* line 565, app/assets/stylesheets/styles.scss */
#user .earned-body {
  font-size: 13px;
  padding: 20px !important;
}

@media (min-width: 768px) {
  /* line 571, app/assets/stylesheets/styles.scss */
  #user .offset-md-2 {
    margin-left: 13.666667% !important;
  }
}

/* line 577, app/assets/stylesheets/styles.scss */
#user .lol {
  margin: 4px 0px 0px 0px;
}

@media only screen and (min-width: 1250px) and (max-width: 1290px) {
  /* line 577, app/assets/stylesheets/styles.scss */
  #user .lol {
    margin: 5px 0px 0px 0px;
  }
  /* line 582, app/assets/stylesheets/styles.scss */
  #user .lol a {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1400px) {
  /* line 577, app/assets/stylesheets/styles.scss */
  #user .lol {
    margin: 5px 0px 0px 50px !important;
  }
}

/* line 597, app/assets/stylesheets/styles.scss */
#user footer .mb-1 {
  margin-bottom: 0.55rem !important;
}

@media only screen and (min-width: 1267px) and (max-width: 1370px) {
  /* line 603, app/assets/stylesheets/styles.scss */
  #user .lol {
    margin: 4px 0px 0px 0px;
  }
  /* line 606, app/assets/stylesheets/styles.scss */
  #user .lol a {
    font-size: 12px;
  }
  /* line 613, app/assets/stylesheets/styles.scss */
  #user .hah {
    font-size: 15px !important;
  }
}

@media only screen and (min-width: 1371px) {
  /* line 619, app/assets/stylesheets/styles.scss */
  #user .lol {
    margin: 4px 0px 0px 0px;
  }
}

/* line 624, app/assets/stylesheets/styles.scss */
#user .mascot-avatar {
  width: 50%;
}

@media (max-width: 768px) {
  /* line 624, app/assets/stylesheets/styles.scss */
  #user .mascot-avatar {
    width: 10% !important;
  }
}

@media only screen and (max-width: 991px) {
  /* line 633, app/assets/stylesheets/styles.scss */
  #user .navbar-toggler {
    margin: 0% 0% 0% 82%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 641, app/assets/stylesheets/styles.scss */
  #user .lol {
    margin: 4px 0px 0px 0px;
  }
  /* line 644, app/assets/stylesheets/styles.scss */
  #user .lol a {
    font-size: 10px;
  }
  /* line 651, app/assets/stylesheets/styles.scss */
  #user .hah {
    font-size: 15px !important;
  }
}

/* line 657, app/assets/stylesheets/styles.scss */
#user .iconka {
  width: 20px;
  margin: -4px 3px 0px -3px;
  padding: 0px;
}

/* line 664, app/assets/stylesheets/styles.scss */
#user .my-navbar {
  padding-top: 0rem;
}

@media (max-width: 1000px) {
  /* line 670, app/assets/stylesheets/styles.scss */
  #user #no-user .image-show {
    width: 100%;
    text-align: center;
  }
  /* line 675, app/assets/stylesheets/styles.scss */
  #user #no-user .text-show {
    width: 100%;
  }
  /* line 680, app/assets/stylesheets/styles.scss */
  #user #no-user footer .text-center {
    text-align: center !important;
    width: 90%;
  }
  /* line 687, app/assets/stylesheets/styles.scss */
  #user #user footer .text-center {
    text-align: center !important;
    width: 90%;
  }
}

/* line 694, app/assets/stylesheets/styles.scss */
#user .ikonka {
  width: 20px;
  margin: -1px 4px 0px 0px;
  padding: 0px;
}

@media (max-width: 1243px) {
  /* line 694, app/assets/stylesheets/styles.scss */
  #user .ikonka {
    width: 16px;
  }
}

@media (max-width: 1224px) {
  /* line 694, app/assets/stylesheets/styles.scss */
  #user .ikonka {
    width: 14px;
    margin: 0px 4px 0px 0px;
  }
}

/* line 708, app/assets/stylesheets/styles.scss */
#user .mysidebar {
  padding: 0px;
  margin: 0px;
  width: 14.666667% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-top: 0px !important;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  bottom: 0;
  z-index: 55555;
}

@media (max-width: 991px) {
  /* line 708, app/assets/stylesheets/styles.scss */
  #user .mysidebar {
    display: none !important;
  }
}

/* line 727, app/assets/stylesheets/styles.scss */
#user .nick {
  font-size: 1.1vw !important;
}

@media (max-width: 988px) {
  /* line 727, app/assets/stylesheets/styles.scss */
  #user .nick {
    font-size: 12px !important;
  }
}

/* line 735, app/assets/stylesheets/styles.scss */
#user .slogan {
  font-size: 12px;
  color: slategrey;
  text-align: center;
}

@media (max-width: 1160px) {
  /* line 735, app/assets/stylesheets/styles.scss */
  #user .slogan {
    font-size: 10px;
  }
}

/* line 745, app/assets/stylesheets/styles.scss */
#user .avatar-mascot {
  width: 40px;
  padding: 0px;
  background-color: #dac3fbab;
}

/* line 752, app/assets/stylesheets/styles.scss */
#user .arenda:hover {
  color: blueviolet;
}

/* line 760, app/assets/stylesheets/styles.scss */
#chat .inbox_people {
  background: #fff none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%;
  border-right: 1px solid #6763fc7d;
}

/* line 766, app/assets/stylesheets/styles.scss */
#chat .inbox_msg {
  border: 1px solid #6763fc7d;
  clear: both;
  overflow: hidden;
  border-radius: 20px;
}

/* line 772, app/assets/stylesheets/styles.scss */
#chat .top_spac {
  margin: 20px 0 0;
}

/* line 775, app/assets/stylesheets/styles.scss */
#chat .recent_heading {
  float: left;
  width: 100%;
}

/* line 776, app/assets/stylesheets/styles.scss */
#chat .srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
}

/* line 781, app/assets/stylesheets/styles.scss */
#chat .headind_srch {
  padding: 10px 29px 10px 20px;
  overflow: hidden;
  border-bottom: 1px solid #6763fc7d;
}

/* line 783, app/assets/stylesheets/styles.scss */
#chat .recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
}

/* line 788, app/assets/stylesheets/styles.scss */
#chat .srch_bar input {
  border: 1px solid #6763fc7d;
  border-width: 0 0 1px 0;
  width: 80%;
  padding: 2px 0 4px 6px;
  background: none;
}

/* line 789, app/assets/stylesheets/styles.scss */
#chat .srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}

/* line 796, app/assets/stylesheets/styles.scss */
#chat .srch_bar .input-group-addon {
  margin: 0 0 0 -27px;
}

/* line 798, app/assets/stylesheets/styles.scss */
#chat .chat_ib h5 {
  font-size: 15px;
  color: #464646;
  margin: 0 0 8px 0;
}

/* line 799, app/assets/stylesheets/styles.scss */
#chat .chat_ib h5 span {
  font-size: 13px;
  float: right;
}

/* line 800, app/assets/stylesheets/styles.scss */
#chat .chat_ib p {
  font-size: 14px;
  color: #989898;
  margin: auto;
}

/* line 801, app/assets/stylesheets/styles.scss */
#chat .chat_img {
  float: left;
  width: 11%;
}

/* line 805, app/assets/stylesheets/styles.scss */
#chat .chat_img img {
  width: 100%;
}

/* line 809, app/assets/stylesheets/styles.scss */
#chat .chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

/* line 815, app/assets/stylesheets/styles.scss */
#chat .chat_people {
  overflow: hidden;
  clear: both;
}

/* line 816, app/assets/stylesheets/styles.scss */
#chat .chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}

/* line 821, app/assets/stylesheets/styles.scss */
#chat .inbox_chat {
  height: 550px;
  overflow-y: scroll;
}

/* line 823, app/assets/stylesheets/styles.scss */
#chat .active_chat {
  background: #ebebeb;
}

/* line 825, app/assets/stylesheets/styles.scss */
#chat .incoming_msg_img {
  display: inline-block;
  width: 6%;
}

/* line 829, app/assets/stylesheets/styles.scss */
#chat .incoming_msg_img img {
  width: 100%;
}

/* line 833, app/assets/stylesheets/styles.scss */
#chat .received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
}

/* line 839, app/assets/stylesheets/styles.scss */
#chat .received_withd_msg p {
  background: #cfe2ff none repeat scroll 0 0;
  border-radius: 3px;
  color: black;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

/* line 848, app/assets/stylesheets/styles.scss */
#chat .time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}

/* line 854, app/assets/stylesheets/styles.scss */
#chat .received_withd_msg {
  width: 57%;
}

/* line 855, app/assets/stylesheets/styles.scss */
#chat .mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 60%;
}

/* line 861, app/assets/stylesheets/styles.scss */
#chat .sent_msg p {
  background: #d1e7dd none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: black;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

/* line 869, app/assets/stylesheets/styles.scss */
#chat .outgoing_msg {
  overflow: hidden;
  margin: 26px 0 26px;
}

/* line 870, app/assets/stylesheets/styles.scss */
#chat .sent_msg {
  float: right;
  width: 46%;
}

/* line 874, app/assets/stylesheets/styles.scss */
#chat .input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}

/* line 883, app/assets/stylesheets/styles.scss */
#chat .type_msg {
  border-top: 1px solid #c4c4c4;
  position: relative;
}

/* line 884, app/assets/stylesheets/styles.scss */
#chat .msg_send_btn {
  background: #05728f none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}

/* line 897, app/assets/stylesheets/styles.scss */
#chat .messaging {
  padding: 0 0 50px 0;
}

/* line 898, app/assets/stylesheets/styles.scss */
#chat .msg_history {
  height: 516px;
  overflow-y: auto;
}

/* line 905, app/assets/stylesheets/styles.scss */
::-webkit-scrollbar {
  width: 20px;
}

/* line 909, app/assets/stylesheets/styles.scss */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* line 913, app/assets/stylesheets/styles.scss */
::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

/* line 920, app/assets/stylesheets/styles.scss */
::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

/* line 925, app/assets/stylesheets/styles.scss */
.alert-notice {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

/* line 931, app/assets/stylesheets/styles.scss */
.alert-alert {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

/* line 938, app/assets/stylesheets/styles.scss */
.custom-ul {
  padding: 25px !important;
}

/* line 940, app/assets/stylesheets/styles.scss */
.custom-ul li {
  padding: 0px 0px 10px 0px;
}

@media (max-width: 991px) {
  /* line 945, app/assets/stylesheets/styles.scss */
  #canvik {
    flex-direction: column !important;
  }
}

/* line 954, app/assets/stylesheets/styles.scss */
.nav-mobile-hidden {
  display: none !important;
}

@media (max-width: 991px) {
  /* line 954, app/assets/stylesheets/styles.scss */
  .nav-mobile-hidden {
    flex-direction: column !important;
    display: block !important;
  }
}

/* line 967, app/assets/stylesheets/styles.scss */
.linear-wipe {
  text-align: center;
  font-family: 'Fjalla One', sans-serif;
  background: linear-gradient(to right, #FFF 20%, #FF0 40%, #FF0 60%, #FFF 80%);
  background-size: 200% auto;
  font-size: 50px;
  color: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 1s linear infinite;
}

@keyframes shine {
  to {
    background-position: 200% center;
  }
}

/* line 989, app/assets/stylesheets/styles.scss */
.form-control-file {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 1006, app/assets/stylesheets/styles.scss */
.form-control-file[type=file] {
  overflow: hidden;
}

/* line 1010, app/assets/stylesheets/styles.scss */
.form-control-file[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

@media (max-width: 750px) {
  /* line 1016, app/assets/stylesheets/styles.scss */
  .main-mir .col-md-3 {
    margin-bottom: 10%;
  }
}

/* line 1021, app/assets/stylesheets/styles.scss */
.main-mir .coolman {
  padding: 10%;
  opacity: 0.9;
  padding: 1% 25% 1% 25%;
  font-size: 1.2rem;
  background: none;
  border: 3px outset #e9f01e !important;
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  border: none;
}

/* line 1033, app/assets/stylesheets/styles.scss */
.main-mir .coolman:hover {
  opacity: 1;
  background: none !important;
  border: 3px solid #d8e125 !important;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* line 1053, app/assets/stylesheets/styles.scss */
.coolman {
  padding: 10%;
  opacity: 0.9;
  padding: 1% 25% 1% 25%;
  font-size: 1.2rem;
  background: none !important;
  border: 3px outset #e9f01e !important;
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  border: none;
}

/* line 1065, app/assets/stylesheets/styles.scss */
.coolman:hover {
  opacity: 1;
  background: none !important;
  border: 3px solid #d8e125 !important;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* line 1085, app/assets/stylesheets/styles.scss */
.king {
  font-size: 0.8rem;
  color: darkgrey;
}

/* line 1090, app/assets/stylesheets/styles.scss */
.text-gradient {
  background: -webkit-linear-gradient(315deg, #1e30f3 0%, #e21e80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 1097, app/assets/stylesheets/styles.scss */
.bodya .badge {
  font-size: 0.9rem !important;
}

/* line 1101, app/assets/stylesheets/styles.scss */
.bodya .bg-money {
  background: -webkit-linear-gradient(315deg, #1e30f3 0%, #e21e80 100%);
}

/* line 1108, app/assets/stylesheets/styles.scss */
.info-site-button {
  padding: 3% 25% 3% 25%;
  background: -webkit-linear-gradient(315deg, #000000 0%, #100454 100%);
  border: none;
  font-size: 2rem;
}

/* line 1115, app/assets/stylesheets/styles.scss */
.button-con {
  cursor: default;
}

/* line 1118, app/assets/stylesheets/styles.scss */
#dayIcon {
  position: relative;
  width: 52px;
  height: 27px;
  top: 0px;
  margin: 2px 0px 0px 20px;
  fill: rgba(156, 174, 192, 0.8);
}

/* line 1126, app/assets/stylesheets/styles.scss */
#nightIcon {
  position: relative;
  width: 20px;
  height: 20px;
  top: -3px;
  margin: 0 7px;
  fill: rgba(156, 174, 192, 0.8);
}

/* line 1134, app/assets/stylesheets/styles.scss */
#dayIcon, #nightIcon {
  cursor: pointer;
}

/* line 1137, app/assets/stylesheets/styles.scss */
.toggle {
  display: none;
}

/* line 1140, app/assets/stylesheets/styles.scss */
.toggle, .toggle:after, .toggle:before, .toggle *, .toggle *:after, .toggle *:before, .toggle + .toggle-button {
  box-sizing: border-box;
}

/* line 1144, app/assets/stylesheets/styles.scss */
.toggle::-moz-selection, .toggle:after::-moz-selection, .toggle:before::-moz-selection, .toggle *::-moz-selection, .toggle *:after::-moz-selection, .toggle *:before::-moz-selection, .toggle + .toggle-button::-moz-selection {
  background: none;
}

/* line 1147, app/assets/stylesheets/styles.scss */
.toggle::-moz-selection, .toggle:after::-moz-selection, .toggle:before::-moz-selection, .toggle *::-moz-selection, .toggle *:after::-moz-selection, .toggle *:before::-moz-selection, .toggle + .toggle-button::-moz-selection {
  background: none;
}
.toggle::selection, .toggle:after::selection, .toggle:before::selection, .toggle *::selection, .toggle *:after::selection, .toggle *:before::selection, .toggle + .toggle-button::selection {
  background: none;
}

/* line 1150, app/assets/stylesheets/styles.scss */
.toggle + .toggle-button {
  outline: 0;
  display: inline-block;
  width: 2em;
  height: 1em;
  position: relative;
  cursor: pointer;
  border: 2px solid #333;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 1163, app/assets/stylesheets/styles.scss */
.toggle + .toggle-button:after, .toggle + .toggle-button:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

/* line 1170, app/assets/stylesheets/styles.scss */
.toggle + .toggle-button:after {
  left: 0;
}

/* line 1173, app/assets/stylesheets/styles.scss */
.toggle + .toggle-button:before {
  display: none;
}

/* line 1176, app/assets/stylesheets/styles.scss */
.toggle:checked + .toggle-button:after {
  left: 50%;
}

/* line 1180, app/assets/stylesheets/styles.scss */
.toggle + .toggle-button {
  padding: 2px;
  transition: all .2s ease;
  border: 2px solid rgba(156, 174, 192, 0.27);
  border-radius: 2em;
}

/* line 1187, app/assets/stylesheets/styles.scss */
.toggle + .toggle-button:after {
  transition: all .2s ease;
  background: rgba(156, 174, 192, 0.27);
  content: "";
  border-radius: 1em;
}

/* line 1194, app/assets/stylesheets/styles.scss */
.toggle:checked + .toggle-button:after {
  left: 50%;
}

/* line 1198, app/assets/stylesheets/styles.scss */
.hider {
  display: block !important;
}

/* line 1202, app/assets/stylesheets/styles.scss */
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.631);
  transition: all .5s ease;
  z-index: 1000000;
  display: none;
}

/* line 1215, app/assets/stylesheets/styles.scss */
.spinner-my {
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 50%;
  top: 50%;
  margin: auto;
}
