/*--------------------------------------------------------------
                # Draw no style
--------------------------------------------------------------*/

.draw-no-style {
    background: #DC3545;
    width: 100%;
    margin: auto;
    position: relative;
    top: 30px;
    padding: 10px;
    font-size: 26px;
    color: #000;
    border: 1px solid;
    font-weight: 700;
    box-shadow: 0 3px 5px -1px rgb(0 0 0 / 10%), 0 2px 1px -1px rgb(0 0 0 / 5%);
}

/*--------------------------------------------------------------
                # end
--------------------------------------------------------------*/

/*--------------------------------------------------------------
                # Print Logo-style
--------------------------------------------------------------*/

.logo-img-print {
    width: 5%;
    position: absolute;
    transform: translate(-50%, -50%) rotateY(0deg);
    /* animation: rotatingLogo 2s linear infinite; */
    top: 40px;
    left: 120px;
}


/*--------------------------------------------------------------
                # End
--------------------------------------------------------------*/



/*--------------------------------------------------------------
                # blink text
--------------------------------------------------------------*/


blink {
    /* animation: 2s linear infinite condemned_blink_effect; */
    font-size: 25px;
    font-weight: 900;
    color: #760000;
}

/*--------------------------------------------------------------
                # End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
                # Date-style
--------------------------------------------------------------*/

h3.date-time {
    font-size: 18px;
    font-weight: 900;
    color: #000;
    /* background: -webkit-linear-gradient(top, #fdb125 45%, #e07e1e 48%, #fcb100 85%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    margin-top: 60px;
}

/*--------------------------------------------------------------
                # End
--------------------------------------------------------------*/

.top-section {
    display: none;
}

.card-title {
    font-size: 18px;
    letter-spacing: 0;

}