body{
    font-family: 'Lato', sans-serif !important;
    margin: 0px;
    padding: 0px;
}
h2{
    font-weight: 700;
    font-size: 30px;
}
h6{
    font-weight: 400;
    font-size: 22px;
}
p{
    font-weight: 400;
    font-size: 17px;
    color: #5E5E5E;
}
#dropdownMenu2{
    padding: 3px 13px;
}
th{
    font-size: 16px;
    color: #1E1E1E;
    font-weight: 400;
}
table .material-symbols-outlined{
    font-size: 18px;
}
.issue-sec{
    margin-top: 30px;
}
.issue-sec h6{
    margin-top: 35px;
}
.issue-text{
    padding: 15px 110px 0px 25px;
}
.issue-file-upload{
    margin-top: 30px;
    width: 9%;
    height: 100px;
}
.header-top-sec{
    margin-top: 40px;
}
.header-content{
    display: flex;
    justify-content: space-between;
}
.header-top-sec span{
    border-radius: 20px;
}
.progress-bars{
    margin-top: 20px;
}
.header-btns button{
    border-radius: 8px;
}
.progress-bars span{
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.progress-bars p{
    display: flex;
    align-items: center;
    font-size: 15px;
}
.progress-bars .btn-primary {
    background-color: #84C4FF;
    border-color: #84C4FF;
}  
.progress-bars .btn-info {
    color: #000;
    background-color: #69D3CD;
    border-color: #00c6b3;
  }
.progress-bars .btn-success{
    color: #fff;
    background-color:#8dbb27;
    border-color: #8dbb27;
}
.progress-bars .btn-danger {
    color: #fff;
    background-color: #FF7878;
    border-color: #FF7878;
}
.progress-bars .btn-warning {
    color: #000;
    background-color: #E3C763;
    border-color: #E3C763
}
.header-btns{
    display: flex;
}
.header-btns button{
    display: flex;
    align-items: center;
}
.test-case{
    padding: 20px 20px
}
.btn-info{
    color: #fff;
    border-color: #69D3CD;
    background-color: #69D3CD;
    border-radius: 25px;
}
.btn-warning{
    color: #fff;
    background-color: #E3C763;
    border-color: #E3C763;
    border-radius: 25px;
}
.btn-success{
    background-color:#8dbb27;
    border-color: #8dbb27;
    border-radius: 25px;
}
.btn-primary{
    color: #fff;
    background-color: #84C4FF;
    border-color: #84C4FF;
    border-radius: 25px;
}
.btn-danger{
    color: #fff;
    background-color: #FF7878;
    border-color: #FF7878;
    border-radius: 25px;
}
.dropdown .btn-dark{
    border-radius: 25px;
}
.sub-table tr{
    border: none;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: rgb(220, 220, 220);
}
.border-1{
    border-radius: 10px 10px 10px 10px;
}
.accordion-body table{
    border-radius: 10px 10px 10px 10px;
    display: block;
}
table{
    margin-top: 27px;
}
td{
    vertical-align: middle;
    color: #5E5E5E;
}
.test-case h5{
    display: flex;
}
.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: white;
    box-shadow: none;
}
.progress-align{
    display: flex;
}
.top-dropdown{
    margin-top: 7px;
}
td .btn-dark {
    border-radius: 8px;
    padding: 5px 8px;
}
.border-1 thead{
    border: 1px solid #f2f3f500 !important;
}
.table-border-align{
    border-bottom: white;
}
.sub-table-align td{
    border-style: none;
}
.add-more-btn{
    display: flex;
    justify-content: center;
}
.add-more-btn button{
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.accordion-collapse{
    margin-bottom: 6px;
}

/*------------ responsive -----------*/

@media (max-width: 991.98px) {

    .header-btns button {
        padding: 5px 5px;
    }
    p {
        font-size: 15px;
      }
    .progress-align{
        display: block;
     }
    .issue-file-upload {
        width: 15%;
        height: 107px;
      }
    }

    @media (max-width: 767.98px) { 
 
    .issue-file-upload {
        margin-top: 30px;
        width: 18%;
        height: 95px;
    }
  }

    @media (max-width: 575.98px) {
    h5 {
        font-weight: 700;
        font-size: 15px;
    }
    .table-sec .container{
        padding: 0px;
    }
    p{
        font-size: 14px;
    }
    button{
        font-size: 10px;
    }
    .test-case {
        padding: 10px 0px;
    }
    .issue-file-upload {
        margin-top: 30px;
        width: 35%;
        height: 95px;
    }

  }