body {
  background-color: #ffffff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #444444;
  padding-bottom: 100px;
}

.card{
  border: 2px solid #b7b7b7 !important;
}

.fiximg{
  max-height: 60px;
  max-width: 100%;
}

.shadow-sm {
  box-shadow: 2px 2px 8px 0 #eee;
}

.photo-buttons{
  height: 50px;
}

.itemflex{
  flex: 1 1 0;
  min-width: 200px;
}

.min-w-popups{
  min-width: 30% !important;
}


.btn{
  border-radius: 0 !important;
}

.icon-big{
  font-size: 30px;
}

.min-width-190{
  min-width: 190px;
}

.cursor-pointer{
  cursor: pointer;
}

.bg-gray{
  background: #eeeeee;
}

.single_media{
  width: 150px;
  height: 150px;
  float: left;
  text-align: center;
}

.single_media img{
  cursor: pointer;
  width: 146px;
  max-height: 146px;
}

.single_media.active{
  border: 2px solid #e0a800;
}

.small_img{
  width: 150px;
  max-height: 150px;
  margin-bottom: 5px;
}

.uploads_media{
  height: 400px;
  overflow: auto;
}

@media (max-width: 976px){
  .min-w-popups{
    min-width: 45% !important;
  }
}

@media (max-width: 540px){
  .min-w-popups{
    min-width: 90% !important;
  }
}