/* Filtros de vista tipo select para vista Tiendas (templates/form/select.html.twig) */

.form-item-term-node-tid-depth .select-style .shs-widget-container,
.form-item-field-nivel-tienda-target-id .select-style {
    width: 292px;
    border-radius: 8px;
    overflow: hidden;
    float: left;
    position:relative;
    height: 44px;
    box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }

  .form-item-field-nivel-tienda-target-id .select-style {
    width: 140px;
  }

  .form-item-term-node-tid-depth .select-style .shs-widget-container:first-child {
      /*margin-right: 2rem;*/
  }

  .form-item-term-node-tid-depth .select-style .shs-widget-container:before,
  .form-item-field-nivel-tienda-target-id .select-style:before {
    display: block;
    margin: auto;
    position:absolute;
    line-height: 1.0;
    font-weight: normal;
    font-size: 1rem;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F078";
    font-family: "icomoon";
    color: #000000;
    top: 30%;
    right: 14px;
    pointer-events: none;
  }

  .form-item-term-node-tid-depth .select-style .shs-widget-container select,
  .form-item-field-nivel-tienda-target-id .select-style select {
    padding: 5px 8px;
    width: 105%;
    height: 44px;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    cursor: pointer;
  }

 .form-item-term-node-tid-depth .select-style .shs-widget-container select:focus,
 .form-item-field-nivel-tienda-target-id .select-style select:focus {
    outline: none;
}

.spinner,
.ajax-progress.ajax-progress-fullscreen {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: radial-gradient(farthest-side,#350a5f 94%,#0000) top/4.4px 4.4px no-repeat,
    conic-gradient(#0000 0%,#350a5f);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 4.4px),#000 0);
  animation: spinner-c7wet2 1s infinite linear;
  margin: 0 auto;
}

@keyframes spinner-c7wet2 {
  100% {
    transform: rotate(1turn);
  }
}
