/* STYLE VUE-SELECT */
.v-select{
    background-color:#FFFFFF;
  }
  .v-select .dropdown li {
    border-bottom: 1px solid rgba(112, 128, 144, 0.1);
  }

  .v-select .dropdown li:last-child {
    border-bottom: none;
  }

  .v-select .dropdown li a {
    padding: 10px 20px;
    width: 100%;
    font-size: 1.25em;
    color: #3c3c3c;
  }

  .v-select .dropdown-menu .active > a {
    color: #fff;
  }
  .dropdown-toggle>input[type="search"] {
    width: 100px !important;
  }
  .dropdown-toggle>input[type="search"]:focus:valid {
      width: 100% !important;
  }

.el-select-dropdown{
  z-index: 9999!important;
}

.el-select{
  width: 100%;
}
