#users {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  color: #282c45;
}

#users td, #users th {
  padding: 8px;
}

#users tr:nth-child(even){background-color: #f2f2f2;}

#users tr:hover {background-color: #ddd;}

#users th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #282c45;
  color: #fff;
}

.br-color {
  background-color: #2b1a89;
}
.logo-dashboard {
  height: 50px;
  width: auto;
}

.dashboard-svg {
  color: #fff;
  height: 40px;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
}

#sessions {
  color: white;
  width: 100%;
  text-align: left;
  margin-top: 15px;
}

#screenshots .download {
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  font-weight: lighter;
  text-transform: uppercase;
  padding: 4px 8px;
  background: #003d4f;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 5px;
  line-height: 20px;
  text-align: center;
}

#screenshots .delete {
  display: inline-block;
  font-size: 13px;
  font-weight: lighter;

}
#screenshots p.headline {
  margin: 6px 0;
  font-size: 16px;
  color: #6b7280;
  font-weight: lighter;
}
#screenshots p.headline strong {
  font-weight: normal;
  color: #111827;
}
#screenshots .delete input {
  text-transform: uppercase;
  padding: 4px 8px;
  background: #fff;
  border: 1px solid #a51414;
  color: #a51414;
  letter-spacing: 2px;
  border-radius: 5px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
#screenshots .delete input:hover {
  background: #a51414;
  border: 1px solid #a51414;
  color: #fff;
}
#screenshots .download:hover {
  opacity: .9;
}
#screenshots .pagination {
  padding: 20px;
}

div.controls-box {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 66px;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}

div.controls-box img {
  margin: 40px auto;
  width: 384px;
}

#e3ds_alert_container {
  display: none !important;
}

.main-logo {
  height: 150px !important;
}

.dbc-theme-gold {
  background-color: #003d4f !important;
}

.dbc-theme-gray {
  background-color: #ae5b42 !important;
}

.dbc-theme-red {
  background-color: #E54E39 !important;
}


.input-focus:focus {
  --tw-ring-opacity: 0.5;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 135, 145, 0.5);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  outline: 2px solid transparent;
  border-color: #6e8791;
}
.default-button {
  background: #ae5b42;
}
.default-button:hover {
  opacity: .9;
}
.left-column-default {
  background: #134f5c;
}
.right-column-default {
  background: #95b9ba;
}
#users th {
  background: #E54E39;
}
.nav-default-border {
  border-color: #003d4f;
}
.checkbox-default-color {
    --tw-text-opacity: 1;
    color: rgba(247, 170, 79, var(--tw-text-opacity));
}

div.controls-box {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 66px;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}

div.controls-box img {
  margin: 40px auto 0 auto;
  width: 1200px;
}

div.controls-box .button-wrapper {
  width: 1200px;
  padding: 10px 30px;
  background-color: white;
  margin: 0 auto;
  overflow: auto;
}

div.controls-box #prev-controls,
div.controls-box #next-controls {
  display:inline-block;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
}

div.controls-box #prev-controls:hover,
div.controls-box #next-controls:hover {
  color: #274653;
}

div.controls-box #prev-controls {
  float: left;
}

div.controls-box #next-controls {
  float: right;
}

img.info-box {
  display: block;
  width: 1000px;
  margin: 0px auto;
}