.container-genln {
    width: 80%;
    margin: 20px auto;
    background: #550000;
    padding: 20px;
    border: 2px solid #fdff35;
}

.grid-genln {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 3px;
    border: 2px solid #550000;
}

.grid-item-genln-1 {
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 10px;
    text-align: center;
    color: #000000;
    font-weight: bold;
}

.highlight-genln {
    background: #fdff35;
}

.header-genln {
    display: flex;
    justify-content: space-between;
}

.header-genln .title::placeholder {
    color: #ffffff;
    opacity: 1;
}

.header-genln .title {
    padding: 8px;
    background: #474747;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 100%;
    border: none;
    text-align: center;
    color: #ffffff;
}

.button-container {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn-lg {
    font-size: 14px;
    line-height: 1.3;
    border-radius: 25px;
    cursor: pointer;
    text-align: center;
    display: block;
    width: calc(50% - 5px);
}

.btn-primary,
.btn-error {
    border: none;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
}

.btn-lg:last-child {
    margin-right: 0;
}

.btn-primary {
    background: linear-gradient(to bottom, #9b0000, #ff0000, #9b0000);
}

.btn-primary:active {
    background: linear-gradient(to bottom, #ff3333 0%, #ff5555 100%);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background: linear-gradient(to bottom, #9b0000, #ff0000, #9b0000);
    opacity: 1;
}

.btn-error.disabled,
.btn-error:disabled {
    background: linear-gradient(to bottom, #079710, #32d412);
    opacity: 1;
}

.btn-error {
    background: linear-gradient(to bottom, #079710, #32d412);
}

.btn-error:active {
    background: linear-gradient(to bottom, #008800 0%, #00aa00 100%);
}

table.Kress-Ai {
    color: #ffffff;
    height: 35px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

table.Kress-Ai td {

    background: linear-gradient(to right, #fed907, #fdff35);
    border-radius: 25px;
    color: #000000;
    font-family: arial, verdana;
    font-weight: bold;
    margin: 15px !important;
    text-align: center;
}

.blink {
    animation: blink-animation 1s steps(10, start) infinite;
    -webkit-animation: blink-animation 1s steps(10, start) infinite;

}

.ln-top,
.col-text-1 {
    width: 80%;
    margin: auto;
    padding: auto;

}

.ln-top {
    box-sizing: border-box;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

.ln-patah,
.col-text-1 {
    width: 80%;
    margin: auto;
    padding: auto;

}

.ln-patah {
    box-sizing: border-box;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

.col-text-1 {
    box-sizing: border-box;
}

.col-text-1 textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: 18px;
    color: #000000;
    background-color: #ffffff;
    text-align: left;
    resize: vertical;
    border: 3px solid #c20707;

}

.title::placeholder {
    font-style: italic;
}

@media (max-width: 768px) {
    .grid-item-genln-1 {
        padding: 5px;
    }

    .highlight-genln {
        background: #fdff35;
    }
}

@media (max-width: 480px) {
    .container-genln {
        width: 95%;
        margin: 10px auto;
        padding: 10px;
    }

    .header-genln .title {
        padding: 2px;
        font-size: smaller;
    }

    .btn-lg {
        font-size: 10px;
        width: calc(60% - 35px);
    }

    .grid-item-genln-1 {
        padding: 0;
        font-size: smaller;
    }

    table.Kress-Ai td {
        font-size: smaller;
    }

    .ln-top {
        box-sizing: border-box;
        font-size: 17px;
        color: #ffffff;
        margin-bottom: 10px;
    }

    .ln-top,
    .col-text-1 {
        width: 95%;
        margin: auto;
    }

    .col-text-1 textarea {
        height: 160px;
        font-size: 13px;
}

    .ln-patah {
        font-size: 17px;
    }

    .ln-patah,
    .col-text-1 {
        width: 95%;
        margin: auto;
    }

    .highlight-genln {
        background: #fdff35;
    }

    .btn-group-lg>.btn,
    .btn-lg {

        padding: 5px;
    }

    table.Kress-Ai {
        height: 0px;
        margin-top: 10px;
        width: 100%;
    }

}

@media (max-width: 280px) {
    .btn-lg {
        font-size: 10px;
        text-align: center;
        display: block;
        width: calc(60% - 22px);

}

    .highlight-genln {
        background: #fdff35;
    }
}