

.vehicle{
   
        color: #00C19F;
    }
    .bg-card-pink1 {
    /* background-color: #FF0A7B;
     */
     background-color:  darkgreen;
    
    }
    .font-card-sm1{
        color: white;
    }
    
    .bold1 {
        font-size: 36px;
        color: white;
        font-weight: bold;
        
    }
    .smal{

        font-size: 1rem;
    
    /* font-size: 100%; */
    }
    .font-card-lg {
        font-size: 36px;
        color: white;
    }
    .bold{
        font-weight: bold;

    }
    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }
    .right1{
        border-radius: 25px;
        /* width: 50px; */
        padding: 10px;
    }
    .right1:hover{
background-color: #00C19F;
    }
    .bg-card-green {
        background-color:currentcolor;
    }
    .fontSize1{
        font-size: 20px;
    }
    .net{
        color:black
    }
    .net12{
        color:blue
    }
    .net1{
        color:black;
       
        font-weight: 100;
    }
    #timer{
        color: red;
    }
    #timer1{
        color: red;
    }
    .net123 .net{
        padding: 5px;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 12px 16px;
        z-index: 1;
        margin-left: 210px;
        border-radius: 18px;
        
      }
      
      .dropdown:hover .dropdown-content {
        display: block;
       
      }
     

      .dropdown-content2 {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 12px 16px;
        z-index: 1;
        margin-left:210px;
        border-radius: 18px;
        
        
      }
      
      .dropdown2:hover .dropdown-content2 {
        display: block;
       
      }
      
  
    