.vertical-dots {
  display: none !important
}

.chip {
  -ms-flex-align: center;
  align-items: center;
  background-color: #e0e0e0;
  border: 0;
  border-radius: 1rem;
  color: rgba(0, 0, 0, 0.87);
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 400;
  height: 1rem;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;

}

.row {
  max-width: 100%;
}

.mod {
  height: 100%;
  width: 100%;
  cursor: pointer
}


.slick-vertical .slick-slide {
  display: flex;
  height: auto;
  border: 0px solid transparent;
  align-items: center;
  justify-content: center;
  height: 500px
}

.slick-slide .card {
  box-shadow: none
}

.hider {
  display: none !important;
}

.slick-slide>div {
  width: 100%;
  height: 100%
}

.slick-slide>div>div {
  width: 100%;
  height: 100%
}

.card {
  border: none
}

.header-logo {
  width: 200px
}

.navbar-main {
  background: #2e3844 linear-gradient(0, #49525c, #2e3844);
}

.white {
  color: white !important
}

.center {
  text-align: center !important
}

.uppercase {
  text-transform: uppercase !important
}

.bold {
  font-weight: bold !important
}

.full-width {
  width: 100% !important
}

.select2-container {
  width: 100% !important
}

.navbar-brand {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 14px
}

.nav-card {
  position: relative;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 2em
}

.labeler-card {
  position: relative;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 2em
}

/* .nav-tabs .nav-link.active {
  color: #059284;
  font-weight: bold;
}

.nav-tabs .nav-link::before {
  background-color: #059284;
  height: 0.35em
}

.nav-tabs-material .nav-tabs-indicator {
  background-color: #059284;
} */

.nav-tabs .nav-link.active.focal {
  color: grey;
  font-weight: bold;
}

.nav-tabs .nav-link.focal::before {
  background-color: grey;
  height: 0.35em
}

.focal.nav-tabs-material .nav-tabs-indicator {
  background-color: grey;
}

.nav-tabs .nav-link.active.client {
  color: #750082;
  font-weight: bold;
}

.nav-tabs .nav-link.client::before {
  background-color: #750082;
  height: 0.35em
}

.client.nav-tabs-material .nav-tabs-indicator {
  background-color: #750082;
}


.nav-tabs .nav-link.active.main-nav {
  color: #006282;
  font-weight: bold;
}

.nav-tabs .nav-link.main-nav::before {
  background-color: #006282;
  height: 0.35em
}

.main-nav.nav-tabs-material .nav-tabs-indicator {
  background-color: #006282;
}



.confirmPairing {
  background-color: #009688
}

.confirmPairing:active {
  background-color: #009688;
}

.save {
  width: 200px
}

.top-nav {
  margin: 0
}

.bottom-nav {
  margin: 0
}

.vertical-dots {
  left: 10px;
  list-style: none;
  display: block;
  position: absolute;
  top: 0;
  margin-top: -10px;
  text-align: left;
  padding: 0;
  margin-left: -20px
}

.vertical-dots li {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.vertical-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.vertical-dots li button:hover,
.vertical-dots li button:focus {
  outline: none;
}

.vertical-dots li button:hover:before,
.vertical-dots li button:focus:before {
  opacity: 1;
}

.vertical-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vertical-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}



.save {
  background-color: #808080;
  width: 200px;
  margin-left: 1em
}

.save:active {
  background-color: #808080;
}

.save {
  width: 200px
}


.select2-selection__rendered {
  line-height: 45px !important;
}
.select2-container .select2-selection--single {
  height: 45px !important;
}
.select2-selection__arrow {
  height: 45px !important;
}
.select2-selection__rendered {font-weight: bold;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0px;
  border-bottom: 0px solid #aaa;
  border-top:0px grey;
  border-left:0px grey

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  height: 0;
  left: 50%;
  margin-left: -14px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 8px 8px 8px;
}

.dropdown-toggle::after {
  position: absolute;
  right: 13px;
  top: 19px;
  font-size: 35px;
}
.navbar-toggler::before { border-radius: 0;}

body {
min-height: 100vh;
display: flex;
flex-direction: column;
margin: 0;
background: #eee;
}

.content {
flex-grow: 1;
background: #eee;
min-height: 80vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

iframe{border:0}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #FF4082;
  color: white;
}