.white-popup {
  position: relative;
  max-width: 500px;
  margin: 20px auto;
}

.conversation-link {
  cursor: pointer;
}
.conversation-link span {
  font-size: 18px;
}

button:disabled,
button[disabled] {
  cursor: auto !important;
  background: #cccccc !important;
  color: #666666 !important;
}

.ui-widget-header {
  background: #f1d13e;
}

.ui-dialog .ui-button {
  background: #000;
}
.ui-dialog .ui-button:active {
  background: #3c3c3c;
}
.ui-dialog .ui-widget-header {
  background: #f1d13e;
}

.preloader {
  position: absolute;
  bottom: 0;
  width: 50%;
  left: 25%;
  height: 3px;
  background: linear-gradient(90deg, #ffffff 20%, #f1d13e 50%, #ffffff 80%);
  background-size: 200%;
  animation: pulse_color 1s infinite ease-out;
  visibility: hidden;
}

@keyframes pulse_color {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.control-type-switcher .switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 100%;
  max-width: 100px;
  background-color: #fff;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  cursor: pointer;
}
.control-type-switcher .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 7px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  transition: 0.15s ease-out;
  transition-property: opacity, background;
}
.control-type-switcher .switch-label:after, .control-type-switcher .switch-label:before {
  position: absolute;
  top: 0;
  width: 50%;
  text-align: center;
  line-height: 20px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.control-type-switcher .switch-label:before {
  content: attr(data-off);
  right: 3px;
  color: #a4afb7;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.control-type-switcher .switch-label:after {
  content: attr(data-on);
  left: 3px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.control-type-switcher .switch-handle {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 10px;
  transition: left 0.15s ease-out;
}
.control-type-switcher .switch-input {
  display: none;
}
.control-type-switcher .switch-input:checked ~ .switch-label {
  background: #71d7f7;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.control-type-switcher .switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.control-type-switcher .switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.control-type-switcher .switch-input:checked ~ .switch-handle {
  left: auto;
  right: 1px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.control-type-switcher .switch-input:disabled ~ .switch-label {
  background: #e1e3e4;
}
.control-type-switcher .switch-input:disabled ~ .switch-handle {
  background: #eff0f0;
}

header a.user-link {
  color: #fff;
}

.assets-header {
  width: 100%;
  border-bottom: 1px solid #e7e9ec;
  margin-bottom: 30px;
  padding: 10px 30px;
}
.assets-header h2.bb-title {
  color: #000;
  margin-bottom: 0 !important;
}

.search-wrap {
  width: 100%;
}
.search-wrap .search-form {
  padding: 0 10px;
  text-align: end;
}

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