
#loading {
   position: fixed;
   top: 50%;
   left: 50%;
   width:  100px;
   height: 100px;
   /* 1/2 of the height and width of the actual gif */
   margin: -50px 0 0 -50px;
   z-index: 2001;
   display : none;
}

.custom-file-upload {
   border:  2px solid #ccc;
   display: inline-block;
   padding: 6px 12px;
   cursor:  pointer;
}


ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}


      .rdsbox {

      height: 28px;
      width: 28px;
      border-radius: 50%;
      border: 1px solid black;
      margin-left: 1px;
      margin-right: 1px;
      
      display: flex;
      align-items: center;
      justify-content: center;
      
      
      }

      .rdsred {
      background-color: green;
      color: white;
      }

      .rdsgreen {
      background-color: green;
      }

      .rdsblue {
      background-color: blue;
      }

      
      input[type=checkbox]{
         accent-color: red;
      }
      
