.cleintDitais{
    border: azure;
    border-style: groove;
    border-width: 3px;
    background-color: white;
    color: black;
    font-weight: 500;
    min-height: 50px;
    margin-top: 50px;
}
.center_cleint{
font-size: 22px;
margin-top: 10%;
text-align: center;
border: 3px solid green;
}

.fixed-bottom-right {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 30px;
  /* left: 0; */
  width: max-content;
  z-index: 1030;
  
}

.my-dialog{
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #bdb4b487;
}

.my-dialog-body{
  width: 50%;
  font-size: x-large;
  padding: 1rem;
  border-width: 2px;
  border-style: double;
  box-shadow: 0 0 17px 7px black;
  background-color: #2289b7;
  font-weight: 400;
    
}

.black_divider{
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    height: 2px;
    background-color: black;
}


.lds-hourglass {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
  }
  .lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    background-color: black;
    box-sizing: border-box;
    border: 26px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-hourglass 3.2s infinite;
  }
  @keyframes lds-hourglass {
    0% {
      transform: rotate(0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
      transform: rotate(900deg);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
      transform: rotate(1800deg);
    }
  }


  .one_row_mission{
    background-color: antiquewhite;
    margin-top: 20px;
    height: 100px;
    overflow-y: hidden;
  }

  .cleint{
    background-color:rgba(99, 143, 151, 0.527);
   
  }

  #users_name span{
    margin-left: 10px;
  }

  #users_name span + span:before {
    content: ',';
    color:black;
    padding-left: 5px;
    font-size: 22px
}