.ov____________r___________________d{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #ffe;
    z-index: 222 !important;
}
   
.spinner {
    /* content: ''; */
    box-sizing: border-box;
    position: absolute;
    top: 89.6%;
    left: 50%;
    width: 35px;
    height: 35px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    border: 3px solid #ccc;
    border-top-color: red !important;
    border-top-color: #7FBA00 !important;
    border-top-color: #07d !important;
    animation: spinner .60s linear infinite;
  }


@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  .sam_abs{
    box-sizing: border-box;
    position: absolute;
    top: 92%;
    text-align: center;
    /* left: 50%; */
    width: 100%;
    height: 30px;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    font-family: 'Roboto', sans-serif;
    /* margin-top: -15px;
    margin-left: -15px; */
    /* border: 1px solid #000; */
  }