/** @format */

body {
  margin: 0;
  font-family: Nunito, sans-serif;
  font-size: 1.575rem;
  font-weight: 400;
  line-height: 1.5;
  color: #aab8c5;
  text-align: left;
  background-color: #101319;
}
.authentication-bg {
  background-image: url('../images/bg-pattern-dark.png');
  background-size: cover;
  background-position: center;
}
.main {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}

@media (min-width: 768px) {
  .navbar-pull-right {
    float: right;
  }
  .navbar-pull-right .dropdown-menu {
    min-width: 153px;
    margin-top: -1px !important;
  }
  .modal .social-connect .connect {
    width: 96px !important;
    margin-right: 0;
  }
}

/* Settings modal tab fix for small devices */

#settingsModal .nav-pills {
  font-size: 0px;
}
#settingsModal .nav-pills .glyphicon {
  padding: 2px 4px;
}
@media (min-width: 490px) {
  #settingsModal .nav-pills .glyphicon {
    display: none;
  }
  #settingsModal .nav-pills a {
    font-size: 14px;
  }
}

/* Footer */

.footer {
  padding-top: 10px;
  color: #777;
  text-align: center;
}
.footer-links {
  margin-top: 20px;
  padding-left: 0;
  color: #999;
}
.footer-links li {
  display: inline;
  padding: 0 5px;
}

/* Social icons */

.social-icons span {
  width: 24px;
  height: 24px;
  margin-right: 2px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.social-icons .list-group-item {
  padding: 6px 6px;
}
.social-icons .list-group-item span {
  margin: 3px 0 0;
}
.social-icons .list-group {
  margin-bottom: 10px;
}
.icon-facebook {
  background: url(../img/social-icons/facebook.html);
}
.icon-google {
  background: url(../img/social-icons/google.html);
}
.icon-twitter {
  background: url(../img/social-icons/twitter.html);
}
.icon-linkedin {
  background: url(../img/social-icons/linkedin.html);
}
.icon-instagram {
  background: url(../img/social-icons/instagram.html);
}
.icon-github {
  background: url(../img/social-icons/github.html);
}
.icon-foursquare {
  background: url(../img/social-icons/foursquare.html);
}
.icon-yammer {
  background: url(../img/social-icons/yammer.html);
}
.icon-soundcloud {
  background: url(../img/social-icons/soundcloud.html);
}
.icon-vkontakte {
  background: url(../img/social-icons/vkontakte.html);
}
.icon-microsoft {
  background: url(../img/social-icons/microsoft.html);
}
.icon-yahoo {
  background: url(../img/social-icons/yahoo.html);
}

/* Verified account badge */

.verified-account {
  background-color: #428bca;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  padding: 1px 4px 2px 4px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.verified-account span {
  font-size: 8px;
  top: 0;
}

/* Social connect */

.modal .social-connect {
  text-align: justify;
  margin-bottom: -30px;
}
.social-connect:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.social-connect .connect {
  text-decoration: none;
  color: #fff;
  opacity: 0.9;
  width: 110px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  zoom: 1;
  padding: 6px 10px;
  margin: 0 5px 10px 0;
  border-radius: 2px;
}
.modal .social-connect .connect {
  width: 120px;
}
.social-connect .connect:hover {
  opacity: 1;
}
.connect.facebook {
  background: #3b5998;
}
.connect.google {
  background: #d34836;
}
.connect.twitter {
  background: #00aced;
}
.connect.linkedin {
  background: #007bb6;
}
.connect.microsoft {
  background: #007734;
}
.connect.instagram {
  background: #517fa4;
}
.connect.github {
  background: #333;
}
.connect.yammer {
  background: #396b9a;
}
.connect.foursquare {
  background: #0072b1;
}
.connect.vkontakte {
  background: #45668e;
}
.connect.soundcloud {
  background: #f76700;
}
.connect.yahoo {
  background: #720e9e;
}
.connect.spotify {
  background: #2ebd59;
}

/* Mixed */

.page-header .btn {
  padding: 4px 8px;
}

.nav-btn {
  padding-top: 13px !important;
  padding-bottom: 8px !important;
}
.nav-btn .glyphicon {
  font-size: 24px;
}

.avatar-image {
  width: 80px;
  height: 80px;
  border-radius: 2px;
}
.avatar-container select {
  margin-bottom: 15px;
}

.ajax-form .alert {
  display: none;
  margin-bottom: 15px;
}

.navbar .avatar {
  width: 20px;
  height: 20px;
  margin: -2px 0;
}

.country-flag {
  width: 16px;
  height: 11px;
  margin-right: 5px;
}

.filterable {
  margin-top: 15px;
}
.filterable .panel-heading .pull-right {
  margin-top: -20px;
}
.filterable .filters input[disabled] {
  background-color: transparent;
  border: none;
  cursor: auto;
  box-shadow: none;
  padding: 0;
  height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
  color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
  color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
  color: #333;
}

.mayBTCBox {
  background-color: #000 !important;
  color: #fff !important;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  border-radius: 5px;
}

.bs-callout-info {
  border-left-color: #8a6d3b !important;
}
.bs-callout-danger {
  border-left-color: #f40000 !important;
}

.bs-callout-sucess {
  border-left-color: #3c763d !important;
}
.bs-callout {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-color: rgb(238, 238, 238);
  border-left-width: 1px;
  border-left-width: 5px;
  border-radius: 3px;
}

.glyphicon-refresh-animate {
  -animation: spin 0.7s infinite linear;
  -webkit-animation: spinWebkit 0.7s infinite linear;
  -moz-animation: spinMoz 0.7s infinite linear;
}

@-webkit-keyframes spinWebkit {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinMoz {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}

.may-nav {
  border: 1px solid #ccc;
  border-width: 1px 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.may-nav li {
  display: inline;
}
.may-nav a {
  display: inline-block;
  padding: 10px;
}

.loadersmall {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1.5em;
}
