#spinner-div {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    z-index: 2;
  }
  #spinner-div div{
    position: absolute;
    top: 45%;
  }
  .spinner-border, .spinner-grow{
    width: 100px;
    height: 100px;
    border-width: 10px;
  }
  select option{
    color: black;
  }
  .info-project img{
    background: unset;
    object-fit: cover;
  }
  .list-image p{
    word-break: break-all;
  }
  #start-detect{
    position: relative;
  }
  .loading-file-start{
    width: 20px;
    height: 20px;
    border-width: 3px;
    position: absolute;
    right: 20px;
    top: 12px;
  }
  .area-draw{
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid gray;
    border-radius: 5px;
    width: 100%;
    display: ruby-text;
  }
  .area-draw i{
    cursor: pointer;
    padding:5px;
    font-size: 24px;
  }
  .area-draw i:hover{
    color: #00A0DF;
  }
  .area-draw select{
    width: 100%;
    margin-top: 15px;
  }
  .area-draw .spinner-border{
    width: 20px;
    height: 20px;
    border-width:5px;
    display: none;
  }
  .selected {
    color: gray;
  }
  .w-30{
    width: 35px;
    text-align: center;
  }
  #create-report .loading-file-start{
    right: 20px;
  }
  .project-version {
    color: #373E48;
    background-color: #F3F4F6;
    padding: 8px;
    border-radius: 5px;
    width: fit-content;
    margin-bottom: 0;
    font-weight: 700;
  }
  
  @media only screen and (min-width: 1000px) {
  .menu-mobile {
    display: none!important;
  }
  }