﻿ 
/* Watermark for print */
@media print {
    body::before {
        content: "Shinegk.com"; /* Watermark text */
        position: fixed;
        top: 50%;
        left: 50%;
        opacity: 0.25;
        transform: translate(-50%, -50%) rotate(-120deg); /* Rotate to vertical */
        font-size: 10rem; /* Adjust size as needed */
        color: rgba(0, 0, 0, 0.1); /* Semi-transparent text */
        z-index: -1; /* Behind content */
        white-space: nowrap;
        pointer-events: none; /* Ensure watermark is not interactable */
        writing-mode: vertical-rl; /* Optional for pure vertical text */
    }
}
.info-box-content {
    margin-left: 0px;
    background-color: #55acee;
}

.progress-description, .info-box-text {
    text-align: center;
    font-size: 30px;
}

.info-box {
    min-height: 0px;
    /*border-radius: 10px;*/
}

.profile-user-img {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    padding: 3px;
    border: 3px solid #d2d6de;
}

.CategoryImage {
    width: 100%;
    height: 150px;
}

/*.postBgImage {
    background-image: url('/Images/Flags/amrecaflage.jfif');
    background-size: cover;
    background-repeat: no-repeat;
}*/

.postBgImage::before {
    content: "";
    background-image: url('/Images/Flags/amrecaflage.jfif');
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.1;
}

.postTopTitle {
    background-color: #55acee;
    color: white;
    font-weight: bold;
    margin-top: 5px;
}

.progress-bar {
    float: left;
    border-radius: 12px;
    width: 0;
    height: 100%;
    font-size: 20px;
    line-height: 45px;
}
.invoice-setup {
    margin-left: 0px !important;
    border-radius: 8px !important;
    background: white !important;
}



.user-header, .logo, .navbar-static-top {
    background-image: url('/Content/Logo/BgImagesTopMenu.jpg');
    /*background-repeat: no-repeat;*/
    background-size: cover;
}
.urduh {
    font-family: Jameel Noori Nastaleeq !important;
    font-size: 24px;
    text-align: justify;
}
.result-btn {
    width: 50%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.zoom:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}