

.custom-modal-content {
    width: 250px;
    height: 180px;
    border-radius: 16px;
    text-align: center;
    background-color: #fff7dd;
}
.custom-modal-body {
    display: flex;
    align-items: center;
    gap: 15px;
    
}
.custom-modal-body img {
    position: absolute;
    left: -60px;
    top: 50px;
    width: 120px;
    height: auto;
}
.text-start {
    padding-left: 40px;
}
.text-content {
    padding-left: 30px;
}
.custom-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.custom-subtitle {
    font-size: 16px;
    color: #4caf50;
    font-weight: bold;
}
.custom-desc {
    font-size: 14px;
    margin-top: 5px;
}
.btn-green {
    background-color: #8bc34a;
    border: none;
    border-radius: 12px;
    padding: 8px 20px;
    font-size: 14px;
    color: white;
}