/* *****************************

BVSelect Jquery Plugin Styles
Developed by: Bruno Vieira

**************************** */

.bv_mainselect {
  color: #fff;

  /* padding: .7rem .5rem;
	border-radius: 6px; */
  font-family: var(--font-family);
  font-size: 1.4rem;
}

.bv_atual {
  color: #535353;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 1rem 0;

  /* border: 2px solid #e1e1e1;
	border-radius: 6px; */
  cursor: pointer;
}

.bv_disabled {
  background-color: #e6e6e6 !important;
  cursor: default !important;
}

.bv_separator {
  font-weight: 700;
  color: #282828 !important;
  cursor: default !important;
  background-color: transparent !important;
}

.bv_background {
  background-color: #fff;
}

.arrow {
  border: solid var(--color-primary);
  border-width: 0 2px 2px 0;
  padding: 4px;
  float: right;
  pointer-events: none;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 5px;
  transition: all 0.2s ease;
}

.down {
  transition: all 0.2s ease;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: 2px;
}

.bv_ul_mobile {
  width: 80% !important;
  position: fixed !important;
  top: 5% !important;
  left: 10% !important;
  border: 0 !important;
  height: 90% !important;
  margin: 0 !important;
  overflow-y: scroll;
  z-index: 10 !important;
  max-height: 100% !important;
}

.bv_ul_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9;
}

.bv_ul_mobile li {
  padding: 20px !important;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.bv_ul_inner {
  -moz-border-radius: 1rem;
  -moz-box-shadow: 1px 2px 5px #ccc;
  -webkit-border-radius: 1rem;
  -webkit-box-shadow: 1px 2px 5px #ccc;

  /* border: 2px solid #e1e1e1; */
  border-radius: 1rem;
  box-shadow: 1px 2px 5px #ccc;
  display: none;
  display: none;
  margin-top: 10px;
  max-height: 300px;
  padding: 1rem;
  position: absolute;
  z-index: 1;
  overflow-x: auto;
}

.bv_ul_inner li {
  border-bottom: 0.1rem solid var(--color-bkg-secondary);
  cursor: pointer;
  list-style: none;
  color: #353535;
  padding: 5px 0 5px 9px;
  font-family: arial;
  font-size: 10pt;
  padding: 12px 28px 10px 10px;
}

.bv_ul_inner li:last-child {
  border-bottom: 0 none;
}

.bv_ul_inner i {
  color: #464646;
  font-size: 17pt;
  margin-right: 10px;
  float: left;
  margin-top: -1px;
  margin-left: 3px;
}

.bv_ul_inner li img {
  float: left;
  margin-right: 11px;
  position: relative;
  bottom: 6px;
  max-width: 30px; /* Change to fit your images */
}

.bv_ul_inner li input {
  padding: 0;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0;
  color: black;
  height: 38px;
  width: 100%;
  background-color: transparent;
  font-size: 10pt;
  font-weight: bold;
}

.bv_ul_inner li:hover {
  background-color: #eee;
}

.nofocus {
  background-color: rgba(255, 255, 255, 0.1) !important;
  padding: 0 !important;
  border-bottom: 2px solid #e1e1e1;
}

.innerinput {
  padding: 0 9px 0 10px;
}

*:focus {
  outline: none !important;
}
