.cl.dropdown {
  height: 38px;
  min-width: 100px;
  width: 100%;
  position: relative;
  border: 1px solid #22242626;
  border-radius: 5px;
  transition: border-color 0.2s, border-radius 0.2s;
  padding: 11px 44px 11px 14px;
  display: flex !important;
  align-items: center;
  background-color: #fff;
}

.cl.dropdown * {
  user-select: none;
}

.cl.dropdown:not(.formated) * {
  display: none;
}

.cl.dropdown.elementSelected > .placeholder {
  color: #222426 !important;
}

.cl.dropdown.search.show > .showHideDropdown {
  display: none;
}

.cl.dropdown.search.show > .placeholder {
  display: none;
}

.cl.dropdown.search.show > .search {
  display: flex;
}

.cl.dropdown.search > .search {
  display: none;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.cl.dropdown.search > .search > input {
  border: none;
  margin: 0;
  padding: 0;
  color: #22242688 !important;
  font-size: 13px;
  font-weight: 600;
  border-radius: 0;
  min-height: 0;
}

.cl.dropdown.search > .search > input:focus,
.cl.dropdown.search > .search > input:hover {
  border: none !important;
}

.cl.dropdown.search > .search > i {
  color: #22242688 !important;
}

.cl.dropdown.search > .search > img {
  max-width: 15px;
  max-height: 15px;
}

.cl.dropdown.search > .search > i,
.cl.dropdown.search > .search > img {
  margin-right: 6px;
}

.cl.dropdown.search > .options > .option {
  transition: max-height 0.1s, padding-top 0.2s, padding-bottom 0.2s;
  overflow: hidden;
  height: auto;
  max-height: 500px;
}

.cl.dropdown.search > .options > .option[value=""] {
  display: none;
  cursor: default;
}

.cl.dropdown.search > .options > .option.option_section_title {
  padding: 6px 8px;
  font-size: 11px;
  font-weight: bold;
  cursor: default;
}

.cl.dropdown.search > .options > .zdatatable_loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
}

.cl.dropdown.search > .options > .zdatatable_loader > .background {
  position: absolute;
  background-color: #99989885;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
}

.cl.dropdown.search > .options > .zdatatable_loader > .loader_text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cl.dropdown.search > .options > .zdatatable_loader > .loader_text > .loader {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 60px;
}

.cl.dropdown.search > .options > .zdatatable_loader > .loader_text > .loader::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 60px;
}

.cl.dropdown.search > .options > .zdatatable_loader > .loader_text > .loader::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 60px;
}

.cl.dropdown.search > .options > .zdatatable_loader > .loader_text > .loader::after {
  border: 8px solid #0000;
  border-bottom: 8px solid #555555;
  animation: rotate-loader 0.75s linear infinite;
}

.cl.dropdown.search > .options > .zdatatable_loader > .loader_text > .loader::before {
  border: 8px solid #d4d4d4;
}

@keyframes rotate-loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.cl.dropdown.search > .options > .option.hide {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.cl.dropdown.multiple > .placeholder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.cl.dropdown.clearable > .icons > .icon.clearable {
  transform: translateY(-1px);
}

.cl.dropdown.clearable > .icons > .icon.clearable > .cross {
  height: 11px;
  width: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222426bb;
  transform: rotate(45deg);
  font-weight: 700;
  font-size: 18px;
}

.cl.dropdown.doted > .placeholder {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cl.dropdown.doted > .placeholder > .dot,
.cl.dropdown.doted > .options > .option > .dot {
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background-color: #000;
  margin-right: 6px;
}

.cl.dropdown.doted > .placeholder > span {
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #22242688;
}

.cl.dropdown.doted > .options > .option {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cl.dropdown.icon > .placeholder {
  align-items: center;
}

.cl.dropdown.icon > .placeholder > i {
  color: #22242688;
}

.cl.dropdown.icon > .placeholder > .icon {
  margin-right: 6px;
}

.cl.dropdown.icon > .placeholder > .icon:not(.choice),
.cl.dropdown.icon > .placeholder > img,
.cl.dropdown.icon > .placeholder > .choice.icon img,
.cl.dropdown.icon > .placeholder > .choice img {
  max-width: 20px;
  max-height: 20px;
}

.cl.dropdown.icon > .placeholder > img.rounded,
.cl.dropdown.icon > .placeholder > .choice.icon > img.rounded,
.cl.dropdown.icon > .options > .option img.rounded {
  border-radius: 100px;
}

.cl.dropdown.icon > .placeholder > img {
  margin-right: 6px;
}

.cl.dropdown.icon > .placeholder > .choice.icon > i,
.cl.dropdown.icon > .placeholder > .choice.icon > img {
  margin-right: 6px;
}

.cl.dropdown.icon > .options > .option {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 11px 16px 11px 11px;
}

.cl.dropdown.icon > .options > .option img {
  max-width: 23px;
  max-height: 23px;
}

.cl.dropdown.icon > .options > .option i {
  font-size: 20px;
}

.cl.dropdown.icon > .options > .option img,
.cl.dropdown.icon > .options > .option i {
  margin-right: 6px;
}

.cl.dropdown.elementSelected > .options > .option[value=""] {
  opacity: 0.4;
}

.cl.dropdown.show {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #22242659;
  border-bottom-color: transparent;
}

.cl.dropdown.show > .options {
  transform: scaleY(1);
}

.cl.dropdown.show > .icons > .icon.dropdown > svg > path {
  transform: rotate(0);
}

.cl.dropdown:hover {
  border-color: #22242659;
  cursor: pointer;
}

.cl.dropdown > .showHideDropdown {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cl.dropdown > .options {
  position: absolute;
  top: 100%;
  left: -1px;
  background-color: #fff;
  z-index: 2;
  border-radius: 0 0 5px 5px;
  border: 1px solid #22242659;
  border-top: none;
  transform-origin: top center;
  transition: transform 0.2s;
  transform: scaleY(0);
  max-height: 220px;
  overflow: auto;
}

.cl.dropdown > .options > .option {
  position: relative;
  padding: 11px 16px;
}

.cl.dropdown > .options > .option[value=""] {
  opacity: 0.3;
}

.cl.dropdown > .options > .option[selected] {
  font-weight: 900;
  background-color: #eee;
}

.cl.dropdown > .options > .option:not(.option_section_title):not([value=""]):hover {
  background-color: #eee;
}

.cl.dropdown > .placeholder {
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #22242688;
}

.cl.dropdown > .placeholder > .choice {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 24px;
  padding: 0 16px 0 8px;
  margin: 2px;
  background-color: #e8e8e8;
  border: 1px solid #22242626;
  border-radius: 3px;
  color: #0009;
  font-weight: 700;
  font-size: 12px;
}

.cl.dropdown > .placeholder > .choice::after {
  position: absolute;
  content: "+";
  transform: rotate(45deg);
  font-weight: 700;
  font-size: 18px;
  right: 4px;
}

.cl.dropdown > .placeholder > .choice.moreHidden {
  padding: 0 6px 0 16px;
}

.cl.dropdown > .placeholder > .choice.moreHidden::after {
  font-size: 17px;
  transform: rotate(0deg);
  right: unset;
  left: 4px;
  height: 17px;
  margin-bottom: 6px;
}

.cl.dropdown > .placeholder > .choice > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cl.dropdown > .inputs {
  display: none;
}

.cl.dropdown > .icons {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  padding: 13.5px 10.5px;
}

.cl.dropdown > .icons > .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11px;
  height: 11px;
}

.cl.dropdown > .icons > .icon.dropdown > svg {
  width: 8px;
  height: 8px;
}

.cl.dropdown > .icons > .icon.dropdown > svg > path {
  fill: #222426bb;
  transform-origin: center;
  transition: transform 0.2s;
  transform: rotate(90deg);
}

/*# sourceMappingURL=components.css.map */

/*# sourceMappingURL=components.css.map */
