.navbar-brand-image {
  height: 2.5rem;
  width: auto;
}

.card-header .card-title {
  gap: 0.5rem;
  margin: 0;
  display: flex;
  align-items: center;
}

input::selection {
  background: #ffb7b7;
  /* WebKit/Blink Browsers */
}

input::-moz-selection {
  background: #ffb7b7;
  /* Gecko Browsers */
}

.card {
  border: none;
}

.text-end {
  text-align: end;
}

.list-color {
  background-color: #e9e9e9;
}

.row-highlight {
  background-color: #f0f8ff;
  transition: background-color 0.3s ease;
}

/*
* ====================
* Sidebar Page
* ====================
*/
.navbar-nav .nav-item.active {
  background-color: white;
  border-radius: 1rem;
}

.navbar-nav .nav-item.active .nav-link {
  color: black;
}

.navbar-nav .nav-item.dropdown.active {
  background-color: initial;
}

.navbar-nav .nav-item.dropdown.active .nav-link {
  color: white;
}

.navbar-nav .nav-item.dropdown .dropdown-bg {
  border-radius: 0.25rem;
  margin: 0.3125rem;
}

.navbar-nav .nav-item.dropdown .dropdown-bg.beta {
  border-bottom: 1px solid #74b9ff;
}

.navbar-nav .nav-item.dropdown .dropdown-bg.seed {
  border-bottom: 1px solid #fab1a0;
}

.navbar-nav .nav-item.dropdown .dropdown-bg.maple {
  border-bottom: 1px solid #81ecec;
}

.navbar-nav .nav-item.dropdown .dropdown-bg.alpha {
  border-bottom: 1px solid #a29bfe;
}

.sidebar-text {
  padding: 0 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-weight: bold;
  color: white;
}

.navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item.active {
  background-color: white;
  border-radius: 0.25rem;
  color: black;
}

.sidebar-list .dropdown-item.active {
  background-color: white;
  border-radius: 1rem;
  color: black;
}

/*
* ====================
* Domain List Page
* ====================
*/
#domain_results #domain_list_results {
  position: relative;
  overflow: auto;
  height: 90vh;
}

#domain_results #domain_list_results thead {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}

#table_domain_list .form-selectgroup-label.disabled {
  cursor: not-allowed;
  filter: none;
  opacity: .5;
  pointer-events: none;
}

/*
* ====================
* Domain Check Page
* ====================
*/
.dc-section {
  padding: 1.5rem;
}

#show_pw {
  cursor: pointer;
}

#html_preview {
  height: 20rem;
}

/*
* ====================
* Specific Domain Check Page
* ====================
*/
.table-header {
  font-size: 0.8rem;
}

#visual_table_12pm,
#table_6pm,
#table_12pm {
  position: relative;
  overflow: auto;
  height: 90vh;
}

#visual_table_12pm .table thead,
#table_6pm .table thead,
#table_12pm .table thead {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}

#title_12pm,
#title_6pm {
  display: block;
}

.telco .alert-important {
  color: transparent;
  text-shadow: 0 0 0 white;
}

#loading {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  background-color: grey;
  opacity: 0.3;
}

#loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}