* {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
}
.gcolor{
    color:#9dc93a;
}
.bgg{
    background-color:#9dc93a;
}
.mainwrapper{
    width:1116px;
    border: 1px solid #9dc93a;
    margin:0 auto;    
    height: 1578px;
    background-image: url('./images/first.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.mainwrapper.second{
    background-image: url('./images/second.png');
}
.cbx{
    width: 32px;
    height: 25px;
    position: absolute;
    cursor: pointer;
}
.tbx{     
    background: transparent;
    position: absolute;
    height: 30px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
    outline: 0;
    text-align: right;
}
.sign{     
    background: transparent;
    position: absolute;
    height: 30px;
    border: 0;
    outline: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.cbx.selected:before { 
    content: "\f00c";
    color: #9dc93a;
    font-family: FontAwesome;
    position: absolute;
    right: 8px;
    bottom: -1px;
}
.save_button {
    top: 60px;
    position: absolute;
    right: 15px;
    width: 100px;
    height: 30px;
    cursor: pointer;
    outline: none;
    display: none;
    border-radius: 14px;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 30px;
}
.share_button {
    top: 15px;
    position: absolute;
    right: 15px;
    width: 100px;
    height: 30px;
    cursor: pointer;
    outline: none;
    border-radius: 14px;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 30px;
}
img {
    display: none;
}

@media print {
    @page {
        size: A4;
        margin: 1%;
    }
    .mainwrapper{
        width: 1116px;
        height: 1578px;
        border: 0;
    }
    .save_button,
    .share_button {
        display: none !important;
    }
}