* {
  box-sizing: border-box;
}

body
{
  background-color: #000000;
  color: #fff;

}
.odjeb_hover {

  background-color: transparent;
  outline: none !important;
  box-shadow: none !important;
}

.odjeb_hover.active {
  color: #fff;
  background-color: #000000;
}

.modal-content {
  background-color: rgba(var(--bs-dark-rgb))!important;
  border-color: #6c757d;
    border-top-color: rgb(108, 117, 125);
    border-right-color: rgb(108, 117, 125);
    border-bottom-color: rgb(108, 117, 125);
    border-left-color: rgb(108, 117, 125);
}
.password{
display: none;
}
.renews{
  display: none;
  }
.spinner div {
  box-sizing: border-box;
  position: absolute;
  width: 100px;
  height: 100px;
  border: 8px solid transparent;
  border-top-color:#fff;
  border-radius: 50%;
  animation: spinnerOne 1.2s linear infinite;
}

.spinner div:nth-child(2) {
  border: 8px solid transparent;
  border-bottom-color: white;
}

@keyframes spinnerOne {
  0% {transform: rotate(0deg); border-width: 10px;}
  50% {transform: rotate(180deg); border-width: 1px;}
  100% {transform: rotate(360deg); border-width: 10px;}
}

.pass{
  
  margin: auto;
  padding:5px;
  list-style: none;
min-width: 70%;;
  border-collapse: collapse;
  border: 1px solid;
}
td {
  text-align: center;

}
.renew{

  display:flex;
  margin:0px;
  padding:0;
  list-style: none;
  justify-content: space-around;;
}
.ren{
  text-align: center;
  animation: spinnerOne 1.2s linear infinite;
}
.string{

  margin:3px;
}