.line{
    margin: 0 auto;
    border: none;
    background-color: black;
    height: 2px;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 5px;
}
h1{
    color: #4C54D7;
    font-family: robo;
    font-size: 13px;
    font-weight: 600;
    margin: 5px 0% 2px 0%;
}
h2{
    color: #8E44AD;
    font-size: 12px;
    margin: 0%;
    font-family: robo;

}
h3{
    color: #4C54D7;
    font-size: 14px;
    margin: 5px 0px 1px 0px;
    font-family: robo;
}
.ticket{
    width: 170px;
    border-radius: 15px;
    background-color: white;
    padding: 10px;
    flex: 0 0 auto;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    margin-bottom: 20px;
}
.status{
    font-family: robo;
    font-size: 10px;
    padding: 2px 4px;
    margin: 0%;
    font-weight: 600;
    border-radius: 6px;
}
.slider{
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 6px;
}
.slider::-webkit-scrollbar {
    display: none; 
}
.bk{
    width: 12px;
    height: 11px;
    margin: 0% 5px 0%;
    font-weight: bold;
}
.down{
    margin-top: 8px;
    padding: 7px;
    border-bottom: 1px solid #7F8C8D;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
}
.ans{
    background-color: #E6F4EA;
    padding: 7px;
    display: none;
    align-items: center;
    justify-content: space-between;
    color: #1E7B34;
    font-family: robo;
    font-size: 13px;
    font-weight: 500;
    border-radius: 7px;
    border-bottom: 1px solid #105a21;
}
.que{
    color: #7F8C8D;
    font-family: robo;
    font-size: 13px;
    font-weight: 500;
}
.helps{
    background-color: #4C54D7;
    color: white;
    font-family: robo;
    font-size: 14px;
    padding: 7px;
    border-radius: 7px;
    text-decoration: none;
}
input[type="text"] {
            background-color: white;
            padding: 7px;
            border: 1px solid #bdbdbd;
            border-radius: 6px;
            width: 100%;
            font-family: robo;
            color: black;
        }