.comeback-text{
    margin-bottom: 10px;
    font-size: 14px;
}

.new-comeback-btn, .edit-settings-btn{
    background:var(--mod);
}

.adv-btn{
    margin-bottom: 13px;
    margin-top: 10px;
    cursor: pointer;
    background: var(--background);
    padding: 15px;
}

.adv-btn-open{
    margin-bottom: 30px;
    margin-top: 10px;
    cursor: pointer;
}

.date-dropdown-comeback, .time-dropdown-comeback {
    display: block;
    background-color: var(--background);
    border-radius: 5px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    position: absolute;
    width: 200px;
    z-index: 10;
}

.advanced-section{
    transition: all 0.3s ease-in-out;
}

.delete-comeback-btn{
    border: none;
    opacity: 0.5;
    position: relative;
    top: 0;
    background: none;
    text-align: center;
    margin: auto;
}

.select-concern, .edit-select-concern{
    height: 65px;
    padding-top: 21px;
}

.cb-edit-cust{
    color: var(--brightText);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.comeback-yes{
    background: rgba(247, 66, 69, 0.2);
    padding: 8px 15px;
    border-radius: 100px;
    color: var(--warnColor);
    font-size: 12px;
    width: 60px;
    text-align: center; 
}

.comeback-no{
    background: rgba(255,255,255,.2);
    padding: 8px 15px;
    border-radius: 100px;
    color: var(--brightText);
    font-size: 12px;
    width: 60px;
    text-align: center;
}

.comeback-na{
    background: rgba(255,255,255,.2);
    padding: 8px 15px;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    width: 60px;
    text-align: center;
}

.dept-no{
    background: rgba(255, 255, 255, .2);
    padding: 8px 10px;
    border-radius: 100px;
    color: var(--brightText);
    font-size: 12px;
    width: auto;
    text-align: center;
    max-width: 110px;
}

.dept-yes{
    background: rgba(247, 66, 69, 0.2);
    padding: 8px 10px;
    border-radius: 100px;
    color: var(--warnColor);
    font-size: 12px;
    width: auto;
    text-align: center;
    max-width: 110px;
}

.cb-div{
    left: 10px;
    position: relative;
}