.ts-accept-ctn {
    margin-top: 20px;
}
.ts-accept-btn {
    padding: 10px 25px;
    color: #333;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.ts-accept-btn:disabled {
    opacity: 0.8;
    cursor: not-allowed;
}
.ts-accept-btn:hover {
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.6);
    font-size: 15px !important;
}
