body {
    background-color: #ffffff;
  }
  
  p{
    color: #323F49;
  }
  
  a{
    text-decoration: none;
    color: #000000;
  }
  .number-size {
    font-size: 50px;
  }
  
  .blue {
    color: #174D9B;
  }
  
  .subscribe-btn {
    background-color: #E1EEFF;
    color: #174D9B;
    border-color: #E1EEFF;
  }
  
  .subscribe-second-btn {
    background-color: #174D9B !important;
    color: #fff !important;
    border-color: #174D9B !important;
    border-radius: 0.375rem !important;
  }
  
  .cancel-btn{
    background-color: #E5E7EB !important;
    color: #8A8A8A !important;
    border-color: #E5E7EB !important;
    border-radius: 0.375rem !important;
  }
  
  .slack-btn {
    color: #000000 !important;
    border-color: #3e3e3e !important;
  }
  
  /**Strap**/
  .strap {
    background-color: #DFF8E7;
  }
  
  .strap span {
    color: #62C713;
  }
  
  /**Tab css**/
  .realtime-tab .nav-link.active {
    background-color: #174D9B !important;
    color: #fff !important;
    border-color: #174D9B !important;
    border-radius: 0.375rem !important;
  }
  
  .realtime-tab .nav-link {
    color: #000 !important;
    border-radius: 0.375rem !important;
  }
  
  /* .nav-tabs {
    border-bottom: none !important;
  } */
  
  .vl {
    border-bottom: 3px solid green;
    width: 500px;
  }
  
  /**End Tab css**/
  
  
  /** Timeline CSS **/
.time-line-box {
    height: 100%;
    padding: 30px 0;
    width: 100%;
    background-color: #ffffff;
    margin-top: 20px;
    border-radius: 5px;
}

.time-line-box .timeline {
    list-style-type: none;
    display: flex;
    padding: 0;
    text-align: center;
}

.time-line-box .timestamp {
    margin: auto;
    margin-bottom: 5px;
    padding: 0px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time-line-box .status {
    padding: 0px 0px;
    display: flex;
    justify-content: center;
    border-top: 3px solid var(--dot-color, #e5e5e5); /* Default grey */
    position: relative;
    transition: all 200ms ease-in;
}

.time-line-box .status span {
    padding-top: 8px;
}

/* Dot color dynamically controlled */
.time-line-box .status span:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: var(--dot-color, #e5e5e5); /* Default grey */
    border-radius: 12px;
    border: 2px solid var(--dot-color, #e5e5e5);
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    transition: all 200ms ease-in;
}

/* Swiper styling */
.swiper-container {
    width: 95%;
    margin: auto;
}

.swiper-wrapper {
    display: flex;
    overflow-y: hidden;
    justify-content: space-between;
    
}

.swiper-container::-webkit-scrollbar-track {
    background: #a8a8a8b6;
}

.swiper-container::-webkit-scrollbar {
    height: 2px;
}

.swiper-container::-webkit-scrollbar-thumb {
    background: #4F4F4F !important;
}

.swiper-slide {
    text-align: center;
    font-size: 12px;
    height: 100%;
    position: relative;
    flex-grow: 1;
  
}
/** End Timeline CSS **/



  .monitor-cont-box {
    height: 120px;
    border-radius: 24px;
    border: 1px solid #CED7DE; 
    background-color: white; 
    margin-bottom: 20px; 
}

.monitor-cont-row {
    gap: 20px; 
}