﻿/* ============================================
   CHIP COMPONENT
   ============================================ */
.md-chip {
    display: inline-block;
    background: #f5f3f3ab;
    padding: 0 12px;
    border-radius: 5px;
    font-size: 16px;
}

.md-chip a {
    text-decoration: none;
    color: #000;
}

.md-chip.md-chip-hover:hover {
    background: #ccc;
}

.firstLinkSubLinks {
    font-weight: bold;
    background: #f3f3f3;
}

.likeSubLinks {
    background: #f5f3f3ab;
}

.separatorFeed {
  height: 1px;
  background-color: #e7e7e7;
}

.md-chip:hover {
  background: #cec7c7;
}

.md-chip-clickable {
  cursor: pointer;
}

.md-chip, .md-chip-icon {
  line-height: 50px;
}

.md-chip-icon {
  display: block;
  float: left;
  background: #009587;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  color: white;
  margin: 0 8px 0 -12px;
}

.md-chip-remove {
  display: inline-block;
  background: #aaa;
  border: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  padding: 0;
  margin: 0 -4px 0 4px;
  cursor: pointer;
  font: inherit;
  line-height: 20px;
}

.md-chip-remove:after {
    color: #efefef;
    content: 'x';
}

.md-chip-remove:hover {
    background: #999;
}

.md-chip-remove:active {
    background: #777;
}

.md-chips {
  padding: 12px 0;
  text-align: right;
  display: flex;
  overflow-x: auto;
}

.md-chips .md-chip {
    margin: 0 5px 3px 0;
}

.md-chips a {
    white-space: nowrap;
}

.md-chip-raised {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

/* ============================================
   CAROUSEL COMPONENT
   ============================================ */
.Carrousel {
    display: flex;
    overflow-x: auto;
    margin: 20px 0 20px 0;
    box-shadow: 0px 2px 16px 0px #0000000D;
    padding: 10px 0 10px 0;
}

.Carrousel .CarrouselIMG {
    width: 244px;
    height: 160px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    object-position: 50% 50%;
}

.Carrousel a {
  font-size: 13px;
  color: white;
}

.md-chip-hover:hover {
  background: #ccc;
}

.containerCarrousel {
    position: relative;
    /*margin: 0 10px 3px 0;*/
    margin: 20px 10px 20px 0;
    /* border: #d32525 1px solid; */
    border-radius: 5px;
    box-shadow: 0px 2px 16px 0px #0000000D;
}

.bottom-right-Carrousel {
  /*position: absolute;*/
  bottom: 0px;
  text-align: right;
  padding: 5px;
  /*background: #777;*/
  border-radius: 0 0 5px 5px;
  font-weight: 600;
}

.top-right-Carrousel {
    color: black;
    font-size: 18px;
    line-height: 26px;
    padding: 20px 5px 0 0;
}

.backgroundImageGradient {
    height: 67px;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.05;
    color: var(--medium-grey);
    padding-top: 10px;
    width: 75%;
}

/* ============================================
   CHIP HIGHLIGHT VARIANTS
   ============================================ */
.chip-highlight {
    background: #ffc3004f;
}

.chip-highlight a {
    font-weight:bold;
}

.md-chip-Recommended {
    background-color: #f5f3f345;
    text-align: center;
}

.chip-highlight-Recommended {
    background-color: #ffc30026;
}

.modal-header {
    justify-content: space-evenly;
}
