.support-form{
    width: 500px;
    margin: auto;
    margin-top: 20vh;
}

.support-title{
    font-size: 20px;
}

.support-text{
    margin-bottom: 20px;
    font-weight: normal;
}

.sub-support, .sub-success-mess{
    width: 100%;
    height: 50px;
}

.form-title{
    margin-bottom: 10px;
    font-weight: 500;
}

.support-desc{
    height: 100px;
    resize: none;
}

.success-mess-mod{
    width: 500px;
    margin: auto;
    top: 20vh;
}

.no-ticket-data{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.ticket-title{
    font-size: 18px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ticket-text{
    margin-bottom: 10px;
    font-weight: 500;
}

.chat-box{
    height: auto;
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 4px;
    margin-bottom: 20px;
    min-height: 100px;
    position: relative;
}

.chat-cont{
    padding-top: 30px;
}

.chat-mod-title{
    position: relative;
    top: 5px;
    left: 2px;
}

.chat-date{
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    opacity: .7;
}

.chat-user{
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 12px;
}

.leave-reply-btn{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px !important;
}

.chat-mess{
    margin-top: 20px;
    font-weight: 600;
    font-size: 13px;
}

.leave-reply-sec{
    height: 166px;
    margin-top: 30px;
    position: relative;
}

.reply-input{
    height: 100px !important;
    border-radius: 4px;
    resize: none;
    background: var(--background) !important;
}

.sub-reply{
    position: absolute;
    right: 0;
    bottom: 0;
    background: none !important;
    color: var(--text) !important;
    border: 1px solid var(--border) !important;
}

.close-reply{
    position: absolute;
    right: 165px;
    bottom: 0;
    background: none !important;
    color: var(--text) !important;
    border: 1px solid var(--border) !important;
}