.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
  .nav-right-btn{
      border: 1px solid #ccc;
      border-radius: 15px;
      box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 60%);
  }
}

ul.chosen-choices {
    display: block;
    width: 100%;
    padding: 5px 9px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height: 18px;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #ced4da !important; 
  border-radius: 5px !important;
  background-color: #fff !important;
}
div#domain_chosen {
    width: 100% !important;
}
span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  height: 25px !important;
}



.navbar-light .navbar-nav .nav-link {
  color: black;
  font-weight: 400;
  font-size: 14px;
}

div#navbarScroll {
  margin-left: 30px;
}

.error {
  color: red !important;
}

label#domain-error {
  display: none !important;
}

p.domain-list-name {
  padding-top: 7px;
}

span.second-form-sub-heading {
  font-size: 15px;
  text-decoration: underline;
  padding-left: 10px;
  color: #7f7b7b;
}