.comment-section {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 10px;
  }
  
  .comment {
    display: flex;
    margin-bottom: 10px;
  }
  
  .comment-user {
    display: flex;
    gap: 10px;
    width: 100%;
  }
  
  .comment-profile-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .comment-user strong {
    font-size: 14px;
    color: #333;
  }
  
  .comment-time {
    font-size: 12px;
    color: #888;
    display: block;
    margin-top: -5px;
  }
  
  .comment p {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #333;
  }
  
  .comment-form {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 15px;
  }
  
  .comment-form .form-group {
    display: flex;
    flex: 1;
    gap: 10px;
    align-items: center;
  }
  
  .comment-box {
    flex: 1;
    resize: none;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #ccc;
    font-size: 14px;
  }
  
  .btn-facebook {
    background: #1877f2;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 14px;
  }
  
  .btn-facebook:hover {
    background: #155db8;
  }
  
  @media (max-width: 768px) {
    .comment-box {
      font-size: 12px;
    }
  
    .btn-facebook {
      font-size: 12px;
      padding: 5px 10px;
    }
    .ddl-container{
      width: 100% !important;
    }
    .d-flex-res
    {
      display: block !important;
    }
    .btn-res
    {
      width: 100% !important;
      max-width: 100% !important;
      margin-top: 5px;
      height: 40px;
    }
  }
  
.preview-finish-time{
    font-size: 1.5rem;
    background-color: #000000;
    color: white;
    padding: 5px;
    border-radius: 5px;
    margin-top: 5px;
    text-align: center;
}

.ddl-container{
  width: 60%;
}
.d-flex-res
{
  display: flex;
}
.btn-res
{
  width: 200px;
}