#particles-js{
  width: 100%;
  background-color: #212121;
  background-image: url('');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.btn.btn-square {
  border-radius: 0;
}
.btn-copy {
  font-size: 1rem;
}

.curspointer {cursor: pointer;}

.copy-area {
  font-size: 1rem;
  text-align: left!important;
  word-wrap: break-word;
  background-color: #fff0;
  border-radius: .25rem;
  padding: .15rem .5rem;
    padding-top: 0.15rem;
    padding-right: 0.5rem;
    padding-bottom: 0.15rem;
    padding-left: 0.5rem;
  margin-top: 2px;
  margin-bottom: 2px;
}

.copy-area:hover {
  background-color: rgba(255,255,255,0.3);
  border: 0px solid rgba(255,255,255,0.3);
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 16px -3px rgba(0,135,255,0.3); 
  box-shadow: 0px 0px 16px -3px rgba(0,135,255,0.3);  
}

.card {
  border: 0px solid rgba(0,0,0,0.5)!important;
  border-radius: calc(.5rem - 2px);
  -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.3);
  background-color: #ffffffeb;
}

.card-img-top-style { /* Style and sizing for card img*/
  min-height: 85px;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: calc(.5rem - 2px);
  border-top-right-radius: calc(.5rem - 2px);

  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.08);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.08);
}

.card-title-under {
  font-size: .9rem;
  color: #808080!important;
  padding-left: .5rem;
}

.nav-tabs {
  border-bottom: 0px;
}

.nav-tabs .nav-link {
  background-color: #535c65;
  margin-left: 2px;
  margin-right: 2px;
}

.nav-tabs > li > a
{
  /* adjust padding for height*/
  padding-top: 4px;
  padding-bottom: 4px; 
  color: #d6d6d6;
}

.nav-custom-text {
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  font-size: 11px; 
  color: #fff !important; 
  padding: 1px 6px;
}

.card-img-top {
  max-height: 120px;
  width: auto;
}

.iframe {
  width: 100%;
  height: calc(100vh - 38px);
  position: inherit;
  display: block;
}


.simplebox:focus {
outline: none;
border: 1px solid #ccc !important;
-webkit-box-shadow: 0px 0px 6px 2px rgba(0,136,255,0.2) !important;
-moz-box-shadow: 0px 0px 6px 2px rgba(0,136,255,0.2) !important;
box-shadow: 0px 0px 6px 2px rgba(0,136,255,0.2) !important;
}

.bg-clear {
  background-color: rgba(0, 0, 0, 0)!important;
}

.btn-clear {
  background-color: rgba(0, 0, 0, 0)!important;
  color: #fff;
}

.btn-clear:hover {
  background-color: rgba(255,255,255,0.2) !important;
  border-color: rgba(255,255,255,0) !important;
}

.ml-05 {
  margin-left: 0.1rem!important;
}

.btn-group-xs > .btn, .btn-xs {
  padding: .4rem .4rem;
  font-size: .875rem;
  line-height: .7;
  border-radius: .2rem;
}

/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

body {
  overflow-x: hidden;
  min-height: 100vh;
}

.navbar-custom {
  background: #000000a6!important;
}

.navbar-btn-custom {
  background-color: #00000000;
  border-color: #00000000;
}

.navbar-btn-custom:hover {
  background-color: #ffffff2b;
  border-color: #00000000;
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 250px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #000000a6;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 0px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}


/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-active {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
}

.sidebar-nav>.sidebar-active a {
  color: #fff;
}

.sidebar-nav>.sidebar-brand {
  /*height: 65px;
  line-height: 60px;*/
  margin-top: 15px;
  height: 24px;
  line-height: 22px;
  font-size: 18px;
  
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.sidebar-nav>.sidebar-undertext {
  height: 12px;
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 5px; 
}

.sidebar-nav>.sidebar-undertext a {
  color: #999999;
}

.sidebar-nav>.sidebar-undertext a:hover {
  color: #fff;
  background: none;
}

@media(min-width:768px) {
  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    padding-left: 250px;
  }
  #sidebar-wrapper {
    width: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #page-content-wrapper {
    padding: 0px;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}
