.ticket-title {
    font-weight: bold;
    font-size: 20px;
    margin-left: 10px;
}

.answered {
    font-size: 10px;
    color: #ffffff;
    background-color: #7079d6;
    margin: 0px 0px 0px 5px;
}

/* Customize footer updated onm 29th May 2022*/

#customize-footer {
    position: fixed;
    padding: 10px 10px 0px 10px;
    bottom: 0;
    width: 60%;
    /* Height of the footer*/
    height: 30px;
    background: white;
}

.disabled {
    pointer-events: none;
}

.top-text-header {
    margin-top: -1px;
    margin-bottom: -100px;
    text-align: center;
    font-size: 36px;
    color: #eee;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}