.palassist-chat-wrapper,
.palassist-callback-wrapper {
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.palassist-chat-title {
    color: #2198A1;
    font-size: 22px;
    margin-bottom: 10px;
}

/* .palassist-chat-button {
    background: #f5d010;
    padding: 10px 20px;
    border: none;
    color: #000;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
} */
.callback-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.callback-grid>div {
    flex: 1 1 45%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="datetime-local"] {
    width: 100%;
    padding: 8px;
    margin-top: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.status_busy {
    font-weight: bold;
}

.status_unknown {
    font-weight: bold;
}

.palassist-chat-button {
    background: #2198a1 !important;
    color: #fff !important;
    cursor: pointer !important;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding: 6px 25px !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    border: none !important;
    margin-top: 0 !important;
    font-size: 18px !important;
    font-family: "Noto Sans", Sans-serif !important;

}

.palassist-chat-button:hover {
    -webkit-filter: brightness(1.1) !important;
    filter: brightness(1.1) !important;
}

.data_collection_description {
    display: inline-block;
    margin-top: 30px;

    margin-bottom: 20px;
    color: #939598;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
}

.agreement_description {
    display: inline-block;
    margin-top: 30px;
    color: #939598;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
}

.palassist-info-box p {
    display: inline-block;
    margin-top: 30px;
    color: #939598;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
}

#palassist-chat-wrapper p {
    margin-top: 30px;
    color: #939598;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
}

.purecloud-chat-frame {
    width: 100%;
    height: 500px;
    margin: 40px auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.purecloud-chat-wrapper {
    width: 100%;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    font-family: Arial, sans-serif;
}

.purecloud-chat-frame {
    width: 100%;
    height: 500px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.palassist-chat-button {
    margin-top: 10px;
    padding: 10px 20px;
    border: none;
    background: #f5d010;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.hidden {
    display: none;
}

.agreement_accept_button input[type="checkbox"] {
    accent-color: #2198a1;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
}

.agreement_accept_button label,
.agreement_accept_button {
    color: #2198a1;
    font-weight: 500;
}
.palassist-chat-button.disabled {
    background-color: #d0e7ea !important; 
    color: #888 !important;
    cursor: not-allowed;
}