body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
.action-card{
  border-radius:.25rem;
  color:#fff;
  text-decoration:none;
  height:200px;
}
.action-card:hover{
  color:#fff;
  opacity: .9;
}
.matched_gallery{
  background:#e5e5e5;
}
.scraped_image.selected{
  border:2px solid #ff4444!important;
}
.carousel-control-next, .carousel-control-prev {
	width: 5%;
}
.carousel-control-next, .carousel-control-prev {
	background: rgba(0,0,0,.1);
}
.instance_actions{
  display: flex;
}
.carousel-item {
	transition: transform .3s ease-in-out;
}
.bg-image-vertical {
position: relative;
overflow: hidden;
background-repeat: no-repeat;
background-position: right center;
background-size: auto 100%;
}
.red_circle{
  width:50px;
  height:50px;
  background:#ff4444;
  border-radius:50%;
  cursor:pointer;
}
#helper_container{
  position:fixed;
  bottom:20px;
  right:20px;
  z-index:999;
  border-radius: 50%;
  overflow:hidden;
  width:70px;
  max-height:70px;
  background:#1594df;
  transition: all .3s;
  cursor:pointer;
}
.helper_icon{
  position:absolute;
  bottom:10px;
  right:10px;
  transition: all .3s;
}
.helper_content{
  color:#fff;
  padding:40px;
  opacity: 0;
  max-height: 540px;
  overflow: auto;
  transition: all 0s;
  transform:translateY(-10px);
}
#helper_container.expand{
  width:360px;
  height:600px;
  max-height: 600px;
  border-radius: 20px;
}
#helper_container.expand .helper_content{
  opacity: 1;
  transform:translateY(0px);
  transition: all .3s .6s;
}
#helper_container.expand .helper_icon{
  opacity: 0;
}
.helper_list{
  margin: 0 -20px;
}
.helper_link{
  transition: all .3s;
  border-radius:20px;
}
.helper_link:hover{
  background:rgba(255,255,255,.1);
}

@media (min-width: 1025px) {
.h-custom-2 {
height: 100%;
}
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}
