.manage-width{
    width: 40% !important;
}
@media (max-width: 1024px){
    .manage-width{
        width: 100% !important;
    }
}

.bg-ash{
    background-color: rgb(243, 243, 247);
}

.text-box{
    border: none;
    border-bottom:solid 1px;
    border-radius: 0px;
    border-bottom-color: rgb(194, 194, 194);
}

.bg-light-red{
    background-color: rgb(255, 208, 208);
}

.dot {
      height: 30px;
      width: 30px;
      background-color: #4cc8e7; /* You can change this color */
      border-radius: 50%;
      display: inline-block;
      font-size: 0px;
    }
    .dot-live {
      height: 30px;
      width: 30px;
      background-color: #4cc8e7; /* You can change this color */
      border-radius: 50%;
      display: inline-block;
      border: solid 4px rgb(192, 247, 247);
      color: #4cc8e7;
      font-size: 0px;
    }
.right-line{
    width: 5vw; 
    height: 1px; 
    background-color: #c0c0c0; 
    margin-top:14px; 
    margin-left:8px;
}
.left-line{
    width: 70px; 
    height: 1px; 
    background-color: #c0c0c0; 
    margin-top:14px; 
    margin-right:0px;
}
.text-grey{
    color: rgb(182, 182, 182);
}

.check{
      height: 30px;
      width: 30px;
      background-color: #41b823; /* You can change this color */
      border-radius: 50%;
      display: inline-block;
      color: white !important;
      font-size: 16px;
      text-align: center;
      padding-top: 3px;
}