
.styledSelect-wrapper {
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  font-size: 12px !important;
  border-radius: 4px;
  background-color: white;
  color: #dddddd;
  min-width: 140px;
}

.styledSelect {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #66615b;
  background-color: white;
  padding: 0 12px 0 3px;
  border-radius: 4px;
  border: 1px solid #d8d8d8 !important;
  text-align: center;
}

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-color: #6c757d transparent transparent transparent;
  position: absolute;
  top: 7px;
  right: 2px;
}

.styledSelect:active,
.styledSelect.active {
  /* background-color: #eee; */
  background-color: #f6e2d2;
}

.options {
  display: none;
  position: absolute;
  width: 140px;
  /* top: 100%; */
  /* right: 0; */
  left: -14px;
  z-index: 1;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #d8d8d8;
  /* background-color: white; */
  background-color: #65605b;
  color: white;
  border-radius: 8px;
  /* background-color: #f4f3ef; */
  /* -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
}

.options[data-placement="bottom"]:before {
  border-bottom: 8px solid #d8d8d8;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  right: 7px;
  top: -8px;
}

.options[data-placement="bottom"]:after {
  /* border-bottom: 7px solid #f4f3ef; */
  border-bottom: 7px solid #65605b;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  right: 8px;
  top: -7px;
}

.options[data-placement="top"]:before {
  border-top: 8px solid #d8d8d8;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 190px;
}

.options[data-placement="top"]:after {
  /* border-top: 9px solid #f4f3ef; */
  border-top: 7px solid #65605b;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  right: 9px;
  top: 190px;
}

.options li {
  position: relative;
  /* necessary for positioning the :after */
  margin: 0 0;
  padding: 0 10px 0 15px;
}

.options li:hover {
  /* background-color: #65605b; */
  color: white;
  /* background-color: #f6e2d2; */
  background-color: #ef8157;
  /* color:#65605b; */
  font-weight: 600;
}

.options li:last-child {
  margin-bottom: 5px;
}

.options li:first-child {
  margin-top: 5px;
}


/* .modal-dialog {
  max-width: 80% !important;
  width: max-content !important;
  min-width: 670px;
} */

#modalDialogCriacaoCopiaSeguranca {
  max-width: 80% !important;
  width: max-content !important;
  min-width: 670px;
}

i.tabelaCalcSeg-search-clear:hover {
  cursor: pointer;
}

i.tabelaRestaurar-search-clear:hover {
  cursor: pointer;
}

