.rbt .rbt-input-main::-ms-clear {
  display: none;
}

/**
 * Menu
 */
.rbt-menu {
  margin-bottom: 2px;
}
.rbt-menu > .dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
}

.rbt-menu-pagination-option {
  text-align: center;
}

.rbt-token-label {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rbt-token-remove-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 0.25rem !important;
}

/**
 * Multi-select Input
 */
.rbt-input-multi {
  cursor: text;
  border: 0 !Important;
  padding: 0 !important;
  min-height: 37px;
  display: flex;
  align-items: center;
}

.rbt-input-multi.form-control {
  height: 100%;
  outline: none !important;
  box-shadow: none !important
}

.rbt-input-multi.disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.rbt-preloader {
  background-color: #e9ecef !important;
  opacity: 1;
}
.rbt-input-multi input::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.rbt-input-multi input:-ms-input-placeholder {
  color: #6c757d;
}
.rbt-input-multi input::-webkit-input-placeholder {
  color: #6c757d;
}
.rbt-input-multi .rbt-input-wrapper {
  margin: 0 !Important;
  overflow: hidden;
  padding-top: 2px;
  padding-left: 2px;
}
.rbt-input-multi .rbt-input-main {
  margin: 1px 0 4px;
}

/**
 * Close Button
 */
.rbt-close {
  z-index: 1;
}
.rbt-close-lg {
  font-size: 1.5rem;
}

/**
 * Token
 */
.rbt-token {
  background-color: #ecffd6 !important;
  border-radius: 15px !important;
  color: #009688 !important;
  display: inline-flex !important;
  line-height: 1rem !important;
  margin: 1px 8px 2px 0 !important;
  border: 1px solid #009688 !important;
  padding: 0 0.25rem;
  justify-content: center;
  align-items: center;
}

.rbt-token .rbt-token-label {
  padding: 0.3rem 0.7rem;
  font-size: 13px
}
.rbt-token .rbt-token-label:not(:last-child) {
  padding-right: 0.25rem;
}
.rbt-token-disabled {
  background-color: rgba(0, 0, 0, 0.1);
  color: #495057;
  pointer-events: none;
}
.rbt-token-removeable {
  cursor: pointer;
}
.rbt-token-active {
  background-color: #007bff;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.rbt-token .rbt-token-remove-button {
  background-image: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  color: inherit;
  display: flex;
  justify-content: center;
  font-size: 23px;
  font-weight: normal;
  opacity: 1;
  outline: none;
  text-shadow: none;
  height: 20px;
  padding: 5px 6px 0 0;
}
.rbt-token .rbt-token-remove-button .rbt-close-content {
  display: block;
}

/**
 * Loader + CloseButton container
 */
.rbt-aux {
  align-items: center;
  display: flex;
  bottom: 0;
  justify-content: center;
  pointer-events: none;
  /* Don't block clicks on the input */
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.rbt-aux-lg {
  width: 3rem;
}
.rbt-aux .rbt-close {
  margin-top: -0.25rem;
  pointer-events: auto;
  /* Override pointer-events: none; above */
}

.has-aux .form-control {
  padding-right: 2rem;
}
.has-aux .form-control.is-valid, .has-aux .form-control.is-invalid {
  background-position: right 2rem center;
  padding-right: 4rem;
}

.rbt-highlight-text {
  background-color: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
}

/**
 * Input Groups
 */
.input-group > .rbt {
  flex: 1;
}
.input-group > .rbt .rbt-input-hint, .input-group > .rbt .rbt-aux {
  z-index: 5;
}
.input-group > .rbt:not(:first-child) .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .rbt:not(:last-child) .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.rbt {
min-height: 35px
}


button[type=button].close span {
    font-size: 20px !important;
}

div.rbt-token > button {
  padding-top: 0 !important;
}

button.close > span {
  display: none;
}