
    textarea{ width:100%;}
    .status-lable{ color: white; margin-right:7px;}
    .faq-main{ width: 60%;}
    .question {
        width: 100%;
        background-color: antiquewhite;
        padding: 10px;
        font-size: 20px;
    }
    .question:hover{
        cursor:pointer;
        color:red;
    }
    .status-label{
        display: inline-block;
        margin-right:7px;
    }
    .video-frame{
        margin-left: 25%;
        max-width: 50%;
    }
    .card-body{
        padding-left: 12px;
        margin-bottom: 7px;
    }
    .modal-inp{
        max-width: 60%;
        margin-right:10px;
    }
    .active-status{   
        font-size: 15px;
        line-height: 30px;
        margin-right: 5px;
    }
    .category-span{
        line-height: 20px;
        margin-bottom: 7px;
        display: block;
    }
    .faq-heading{
        width: 60%;
        margin: 10px auto;
    }
    #faq-container {
        min-height: 500px;
        max-height: 700px;
        overflow: scroll;
    }
