
.sidebar-brand {
  padding-bottom: 0.5rem;
}

.sidebar-header {
  padding-top: 0.5rem;
}

img.sidebar-logo {
  width: 70%;
  height: 80%;
  border-radius: 5px;
}


input.form-control::placeholder,
input::placeholder {
  opacity: 0.75;
  color: lightgray;
}


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  font-size: .85rem;
  color: #858796;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.4px solid #e3e6f0;
  border-radius: .35rem;

  padding: .25rem 1.0rem;
  clear: both;
  font-weight: 400;
  color: #3a3b45;
  text-align: inherit;
  white-space: nowrap;
  background-color: #fff;

  padding-left: 0px;
  padding-right: 0px;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-toggle::after {
  display: none;
}

div.dropdown-menu a.dropdown-item i {
  color: #d1d3e2 !important;
}

.dropdown-divider {
  border-top: 0.5px solid var(--bs-dropdown-divider-bg);
}

div.card-header-opentel {
	padding: .75rem 1.25rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 0;
	background-color: #f8f9fc;
	border-bottom: 1px solid #e3e6f0;
}

main.content-opentel {
    padding: 1rem;
}

button.swal2-console-button:focus {
  border: 0px;
  box-shadow: none; 
}

.swal2-styled.swal2-confirm,
.swal2-console-confirm-button {
  background-color: rgb(220,53,69);
}

.swal2-styled.swal2-confirm:focus,
.swal2-console-confirm-button:focus,
.swal2-console-confirm-button:focus,
.swal2-console-confirm-button:active {
  border: none;
  box-shadow: none;
}
.swal2-console {
    width: 400px;
    background: #19191a;
    color: #fff;
}

span.icon-ok-circle {
  color: #1cc88a !important;
}

span.icon-minus-sign {
  color: rgb(220,53,69) !important;
}

.form-field-center {
  text-align: center;
}

.hamburger {
  background: rgb(220,53,69);
}

p.text-copyright-responsive {
  display: none;
}


ul.console-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .35rem;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 0;
}

ul.console-pagination li a.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4e73df;
  background-color: #fff;
  border: 1px solid #dddfeb;
  text-decoration: none;
}
ul.console-pagination li.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #4e73df;
  border-color: #4e73df;
}

ul.console-pagination li:first-child a{
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

ul.console-pagination li:last-child a{
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

div.card-body-list {
  position: relative;
}

div.card-body-list div.table-responsive-list {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: auto;
  height: 300px;
}

div.card-body div.table-responsive table {
  width: 100%;
  overflow-x: auto;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  div.row-header-toolbar-buttons {
    margin-top: 10px;
  }

  p.text-copyright-responsive {
    display: block;
  }

  p.text-copyright { display: none; }

  div.card-body div.table-responsive table {
    width: 1024px;
  }

}






