@media (min-width: 992px) {
  .navbar-expand-lg.navbar-vertical ~ .navbar,
  .navbar-expand-lg.navbar-vertical ~ .page-wrapper {
    margin-left: 19rem; }

  .navbar-vertical.navbar-expand-lg {
    width: 18rem; } }
.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; }

/*
* ====================
* 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; }

.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: 1rem;
  color: black;
  margin-bottom: 5px; }

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

/*
* ====================
* 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; }

/*================ Notification Page ==============*/
label.disabled {
  cursor: default;
  opacity: .7; }

.col .checkbox-container.is-invalid {
  border: 1px solid #d63939;
  border-radius: 0.2rem; }

.badge-title {
  background-color: #066fd1;
  color: white;
  padding: 4px 8px;
  text-align: center;
  border-radius: 5px;
  display: inline-block; }
