.btn-gizle{
  display: none !important;
}
.select_mika{
  max-width: 300px !important;
}

.sil_span{
  transition: 0.3s;
  color: #cc0000;
  opacity: 1;
  cursor: pointer;
}

.sil_span:hover{
  opacity: 0.7;
}

.max_w2{
  max-width: 200px !important;
}
.max_w3{
  max-width: 300px !important;
}
.max_w4{
  max-width: 400px !important;
}
.max_w5{
  max-width: 500px !important;
}

.card_title_multi{
  float: left;
  border: 1px #ccc;
  border-right-style: solid;
  margin-right: 10px;
  padding-right: 10px;
  
}
.card_title_multi:last-of-type {
  border-right-style: none !important;
}

.video_icon{
  position: absolute;
    top: 0;
    margin-top: 25%;
    margin-left: 40%;
    
}
.video_icon i{
  
    color: #cccc00;

}

.gallery_cnt{
  padding: 10px;
  border: 1px #ccc solid;
}
.zebra_div{
 padding: 10px !important;
}
.zebra_div:nth-child(even){
  background-color: #dddddd;
}

.mika_tabs li a{
  padding: 5px 10px 5px;
  color: #000;
  transform: 0.3s;
}

.mika_tabs li.active a{
  color: #0000FF;
}