@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

html,
body,
.tab-content,
.tab-pane {
  height: 100%;
  color: #000 !important;
  font-size: 14px;
}

/* th,
td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} */

li {
  list-style: none;
}

body {
  font-family: "Roboto", sans-serif;
}

.redcolor {
  color: red;
}

#tableBids {
  z-index: 1 !important;
}

.cyancolor {
  color: #0dcaf0;
}

.whitecolor {
  color: #fff;
  background-color: #fff;
}

.logo-zone {
  border-bottom: 1px solid #fff;
}

.leftbar-link {
  color: #fff !important;
}

.btn-blue,
.btn-blue:hover {
  background-color: #ff5d4c;
  border: none;
}

.form-label {
  font-size: 14px;
  font-weight: 400;
}

table {
  font-size: 12px;
}

.body-zone {
  background-color: #f0f0f0;
}

.dateistorice-zone,
.trading-zone {
  background-color: #fff;
}

thead {
  background-color: #000 !important;
  color: #fff;
}

.table-condensed thead {
  background-color: #fff !important;
  color: #000;
}

.cyanbutton {
  background-color: #0dcaf0;
}

.tab-link {
  color: grey;
}

.at-bottom {
  position: fixed;
  bottom: 20px;
  left: 15px;
}

/* .table-responsive {
  height: 65vh;
  overflow-x: scroll !important;
} */

.bigger {
  /* font-size: large; */
  text-decoration: none;
}

.bg-darker {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

#btnExportTrading,
#btnExportDis {
  color: #0d6efd;
}

#btnExportDis:hover,
#btnExportTrading:hover {
  cursor: pointer;
}

.datepicker:hover,
.profile-tab:hover {
  cursor: pointer;
}

.chartCanvas {
  width: 80%;
}

.fade-orange {
  color: lightyellow;
}

.btn-bids {
  width: 150px;
}

/* #btnSaveFields {
  margin-left: 12px !important;
} */
/* preloader */
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 14px solid #0dcaf0;
  border-bottom: 14px solid #0dcaf0;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;

  margin: auto;
  /* width: 50%; */
  /* border: 3px solid green; */
  padding: 10px;
}

#tableTrading tbody tr:last-child {
  background-color: #5b656d !important;
  color: #fff;
  font-weight: bold;
}

#tableTrading tbody tr:last-child .faultCol {
  background-color: #5b656d !important;
}

.warning-msg {
  font-size: 12px;
}

#tableHistoy {
  z-index: -1000 !important;
}

.loginForm {
  width: 350px;
}

.col-form-label {
  width: 100px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 992px) {
  .pageArea {
    padding-left: 260px;
  }

  .loggerContainer {
    margin-left: -125px;
  }
}

.bg-battery {
  background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.66) 100%),
    url("../img/power.jpg") !important;
  background-position: center;
}

.table-container {
  max-height: 50vh;
  overflow-y: auto;
}

.btn-hover-shadow:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.input-group-text {
  background-color: transparent;
  border: none;
}

.smallText {
  font-size: 14px !important;
}

.updateAuctionId {
  width: 100px !important;
}

.pointerTd {
  cursor: pointer;
}

.codePad {
  background-color: #000;
  color: #fff;
}

.negativeTop {
  margin-top: -20px;
}

/* loader sstyles */

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: -260px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Hide content initially */
#content {
  display: none;
}

#tableContracts th,
#tableContracts td {
  min-width: 120px;
  max-width: 120px;
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  text-align: right; /* ✅ Align text to the right */
}

  #tableContracts input {
    text-align: right;
  }
