body{
    background-color: black;
}
/*.imageShow{*/
/*    height: 232px;*/
/*}*/
/*.imageShowSpace{*/
/*    height: 230px;*/
/*    width: 355px;*/
/*    border-radius: 8px;*/
/*}*/

#print_div_inner {
    position: relative;
}

.scrollbar-dusty-grass::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;

}

.scrollbar-dusty-grass::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-dusty-grass::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #d4fc79 0%, #96e6a1 100%);
    background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}

.square::-webkit-scrollbar-track {
    border-radius: 0 !important;
}

.square::-webkit-scrollbar-thumb {
    border-radius: 0 !important;
}

.thin::-webkit-scrollbar {
    width: 6px;

}

.example-2 {
    position: relative;
    overflow-y: scroll;
    height: 700px;
    direction: rtl;

}
.example-1 {
    position: relative;
    overflow-y: scroll;
    height: 700px;

}
.middleBorder{
    border-right:2px solid;
    color: white;
}


@media only screen and (max-width: 767px) {
    .middleBorder{
        border: none;
    }
    .landPad{
        margin-top: 15px;
    }
    .example-1 {
        position: relative;
        overflow-y: scroll;
        height: 700px;

    }
}
.right_side_image {
    width: 163px;
    height: 116px;
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: contain;

}
#mainimage {
    width: 100%;
    height: 254px;
}
#blanding_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#print_div {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
}
#cross_blanding_image {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 15;
}
.printSection{
    padding-top: 50px;
    padding-bottom: 50px;
    border: white;
}