.tg-back-custom {
    position: relative;
    /*z-index: -1;*/
}

.tg-box-custom {
    background-image: linear-gradient(180deg, rgba(255, 251, 230, 1), rgba(232, 255, 244, 1));
    line-height: 160%;
    width: 90% !important;
    max-width: 400px !important;
    min-height: 0 !important;
    border: 5px solid rgb(15, 185, 198);
    font-size: 16px;
}

.tg-box-custom .tg-dialog-header {
    padding: 0 !important;
}

.tg-box-custom .tg-dialog-title {
    color: rgb(15, 185, 198);
    font-size: 16px;
    margin: 25px auto 0 !important;
    text-align: center;
}

.tg-box-custom .tg-dialog-title:empty {
    display: none;
}

.tg-box-custom .tg-dialog-footer-sup {
    padding: 0 !important;
}

.tg-box-custom .tg-dialog-footer button.tg-dialog-btn {
    background-color:  rgb(15, 185, 198);
    border-radius: 8px;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    flex: 1;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
}

.tg-box-custom .tg-dialog-footer button.tg-dialog-btn:hover {
    color: #fff;
    background-color: #0C9099;
}

.tg-box-custom .tg-dialog-footer:has(button.tg-dialog-btn:empty) {
    display: none;
}