/* mobile first query */
.debug-red {
    border: 2px solid red !important;
}

.debug-green {
    border: 2px solid green !important;
}

:root {
    --blue-btn-theme: #212c68;
    --red-btn-theme: #ee3342;
}

.modal-renewal {
    top: 30%;
}

.margin-renewal {
    margin: 0.5rem;
}
.modal-renewal-cont {
    display: flex;
    justify-content: center;
    width: auto;
    font-size: 14px;
    font-family: "NexaReg", Arial, Helvetica, sans-serif;
}

.renewal-action {
    padding: 0;
    border-top: 0;
}

.content-msg {
    display: flex;
    width: 100%;
    padding: 10px;
    flex-direction: column-reverse;
    margin: 0 auto;
    justify-content: space-between;
}

/* cont = container  */
.cont-msg-renewal {
    display: flex;
    justify-content: start;
    width: 100%;
    align-items: start;
    padding: 20px 0 0 0;
}

.cont-img-renewal {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.text-renewal {
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
    color: var(--blue-btn-theme);
}

.img-renewal {
    position: absolute;
    display: flex;
    justify-self: center;
    width: 90px;
    height: auto;
}

.form-group-renewal {
    width: 100%;
    margin-bottom: 8px;
}

.renewal-action {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    /* butuh padding untuk menyesuaikan content */
    padding: 0 10px 5px 10px;
}

.ok-btn-renewal {
    font-size: 10px;
    text-transform: uppercase;
    /* border: 1px solid var(--blue-btn-theme); */
    padding: 7px 20px 4px;
    border-radius: 3px;
    /* color: var(--blue-btn-theme); */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47%;
    margin-right: 10px;
    background-color: var(--blue-btn-theme);
    color: white;
}

.ok-btn-renewal:hover {
    background-color: #324094;
    color: white;
}

.cancel-btn-renewal {
    background-color: var(--red-btn-theme);
    font-size: 10px;
    text-transform: uppercase;
    border: none;
    padding: 7px 20px 4px;
    border-radius: 3px;
    color: white;
    justify-content: center;
    align-items: center;
    width: 47%;
}

.cancel-btn-renewal:hover {
    background-color: #da1e2e;
    color: white;
}

@media only screen and (min-width: 425px) {

    .text-renewal {
        text-align: center;
    }

    .renewal-action {
        display: flex;
        justify-content: center;
        align-items: start;
        width: 100%;
        /* butuh padding untuk menyesuaikan content */
        padding: 0 10px 5px 10px;
    }

    .ok-btn-renewal {
        width: 120px;
        margin-right: 20px;
    }

    .cancel-btn-renewal {
        width: 120px;
    }
}


@media only screen and (min-width: 768px) {

    .modal-renewal {
        top: 20%;
    }
    /* Tambahkan gaya khusus untuk tablet di sini */

   
}

/* Media query untuk tampilan desktop (minimum width 1024px) */
@media only screen and (min-width: 1024px) {

    .content-msg {
        display: flex;
        width: 100%;
        padding: 10px;
        flex-direction: row;
        margin: 0 auto;
        justify-content: space-between;
    }
    .modal-renewal-cont {
        display: flex;
        justify-content: center;
        width: auto;
        font-size: 14px;
        font-family: "NexaReg", Arial, Helvetica, sans-serif;
    }

    .modal-renewal {
        top: 30%;
    }

    .margin-renewal {
        margin: 0;
    }

    .cont-msg-renewal {
        display: flex;
        justify-content: start;
        width: 72%;
        align-items: start;
        padding: 0 0 0 10px;
    }

    .text-renewal {
        padding: 5px 0 0 0;
        text-align: left;
    }

    .cont-img-renewal {
        display: flex;
        position: relative;
        width: 25%;
        margin: 0 auto;
        justify-content: end;
        align-items: start;
        height: auto;
    }

    .cont-img-renewal {
        display: flex;
        margin: 0 auto;
        justify-content: end;
        align-items: start;
    }

    .img-renewal {
        position: absolute;
        display: flex;
        width: 100px;
        height: auto;
    }

    .modal-renewal {
        top: 5px;
    }

    .renewal-action {
        justify-content: end;
    }

    .ok-btn-renewal {
        width: 90px;
        margin-right: 20px;
    }

    .cancel-btn-renewal {
        width: 90px;
    }
    
}

/* Media query untuk tampilan yang lebih besar (minimum width 1200px) */
@media only screen and (min-width: 1200px) {
    /* Tambahkan gaya khusus untuk tampilan yang lebih besar di sini */
}
