/* ===== Resets and Housekeeping ===== */

/* ===== Actual Styles ===== */

/* ===== Horizontal Rule ===== */
.rule {
  margin: 10px 0;
  border: none;
  height: 1.5px;
  background-image: linear-gradient(left, #f0f0f0, #c9bbae, #f0f0f0);
}

/* ===== Select Box ===== */
.sel {
  font-size: 7px;
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 320px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}

.sel::before {
  position: absolute;
  content: '\f063';
  .sel::before {
    position: absolute;
    content: '\f063';
    font-family: 'FontAwesome';
    font-size: 16px !important;
    line-height: 16px !important;
    color: #080808;
    right: 20px;
    top: calc(50% - 8px);
}ont-family: 'FontAwesome';
  font-size: 2em;
  color: #080808;
  right: 20px;
  top: calc(50% - 0.5em);
}

.sel.active::before {
  transform: rotateX(-180deg);
}

.sel__placeholder {
  display: block;
  font-family: 'Quicksand';
  font-size: 1.2em;
  color: #080808;
  padding: 0.2em 0.5em;
  text-align: left;
  pointer-events: none;
  user-select: none;
  visibility: visible;
}

.sel.active .sel__placeholder {
  visibility: hidden;
}

.sel__placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.2em 0.5em;
  content: attr(data-placeholder);
  visibility: hidden;
}

.sel.active .sel__placeholder::before {
  visibility: visible;
}



.sel:hover {
  background-color: #f4f4f7;
}


.sel__box {
  position: absolute;
  top: calc(100% + 4px);
  left: -4px;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 1em;
  background-color: #FFF;
  width: calc(100% + 8px);
  box-sizing: border-box;
  border:1px solid darkgray;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.1);
}

.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
}

.sel__box__options {
  display: list-item;
  font-family: 'Quicksand';
  font-size: 14px;
  color: #080808;
  padding: 0.5em 1em;
  user-select: none;
}

.sel__box__options::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 0.5em;
  margin-left: 5px;
  display: none;
}

.sel__box__options.selected::after {
  display: inline;
}

.sel__box__options:hover {
  background-color: #ebedef;
}

/* ----- Select Box Black Panther ----- */
.sel {
  border-bottom: 4px solid rgba(0, 0, 0, 0.3);
}

.sel--black-panther {
  z-index: 3;
}

/* ----- Select Box Superman ----- */
.sel--superman {
/*   display: none; */
  z-index: 2;
}

/* ===== Keyframes ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}



.sel::before {
  position: absolute;
  content: '\f063';
  font-family: 'FontAwesome';
  font-size: 16px !important;
line-height: 16px !important;
  color: #080808;
  right: 20px;
  top: calc(50% - 0.5em);
}

/* =====================================================
   RIDIMENSIONAMENTO FRECCE MENU A TENDINA
   ===================================================== */

svg[data-icon="arrow-down"],
.fa-arrow-down,
.svg-inline--fa.fa-arrow-down {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
    line-height: 16px !important;
}
/* =====================================================
   RIMOZIONE FRECCE NERE MENU A TENDINA
   ===================================================== */

.sel::before {
    display: none !important;
    content: none !important;
}

/* =====================================================
   RIMOZIONE LINEE GRIGIE SOTTO I MENU A TENDINA
   ===================================================== */

.sel {
    border-bottom: none !important;
    box-shadow: none !important;
    background-image: none !important;
}

.sel::after {
    display: none !important;
    content: none !important;
    border: none !important;
}
*/
