:root {
  --jumbotron-padding-y: 3rem;
}

.jumbotron {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 7px;
  background-color: #FFF;
  box-shadow: 0px 6px 20px -8px rgba(0, 0, 0, 0.5) !important;
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}


footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }




#custom-search-input {
  margin:0;
  margin-top: 10px;
  padding: 0;
}

#custom-search-input .search-query {
  padding-right: 3px;
  padding-right: 4px \9;
  padding-left: 3px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#custom-search-input button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color:#D9230F;
}

.search-query:focus + button {
  z-index: 3;   
}

 .col-6{
  padding-right: 0px !important;
  padding-left: 0px !important;
} 

.col-6 .album{
  padding-right: 30px;
  padding-left: 25px;
  overflow-y: scroll;
}

.col-6 .album::-webkit-scrollbar{
  display: none;
}


body{
  overflow: hidden;
}


body::-webkit-scrollbar{
  display: none;
}

#canvas_container
{
  display: none;
}
#cards_container
{
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  
  .about-icon{
    display: block !important;
  }
}

@media (min-width: 1492px) {
  
  #canvas_container
  {
    display: block;
  }

  #cards_container
  {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.card{
  transition: 0.15s;
}

.card:hover{
  /* border: 2px solid rgb(11, 147, 238, 0.7); */
  transform: scale(1.05);
  background-color: rgba(0, 0, 0, 0.1);
}

.card img:hover{
  cursor: pointer;
}

.canvas-tools-buttons {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 5;
}

.canvas-tools-sliders{
  
  position: absolute;
  bottom: 15px;
  right: 40px;
  z-index: 5;
}

#about-icons {
  position: absolute;
  right: 10px;
  z-index: 5;
  display: flex;
}

.about-icon{
  opacity: 0.9;
  border-radius: 2px;
  color: #AAA;
  min-width: 25px;
  height: 25px;
  line-height: 20px;
  margin-right: 4px;
  margin-bottom: 4px;
  cursor:pointer;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 10;
  transition: 0.3s;
  display: none;
}

.tool-section {
  user-select: none;
  -moz-user-select: none;  
  -webkit-user-select: none;  
}

.tool-button {
  opacity: 0.9;
  border-radius: 2px;
  border: 1px solid #777;
  color: #AAA;
  background-color: #333;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 4px;
  margin-bottom: 4px;
  cursor:pointer;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 10;
}

.tool-button.enabled {
  opacity: 1;
  background-color: #BBE;
  color: black;
}

.tool-button:hover {
  background-color: rgb(30, 211, 111);
  color: black;
}

#search-box{
  width: 40%;
}


#search-box-popover{
  margin-left: 6px;
}

.modalbg{
  display: block;
    position: absolute;
    z-index: 1000 !important;
    top: 0px;
    left: 0px;
    background: rgba(10, 10, 10, 0.95);
    height: 100vh;
    width: 100%;
}

.dragging
{
    background: rgba(10, 10, 10, 0.25) !important;
}

.btn-group-micro>.btn, .btn-micro {
  padding: .1rem .3rem;
  font-size: .75rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.badge-success:hover { 

  cursor: pointer;
}

.badge-success:hover::after{ 

  content: ' x';
  font-weight: bold;
}

.img-tricky{
    width: 300% !important;
    height: 214px;
    margin-left: -150%;
}

.mySlider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.mySlider:hover {
  opacity: 1;
}

.mySlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #4CAF50;
  cursor: pointer;
}

.mySlider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}