@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    font-family: "Poppins", serif;
}
 body {
            background: url("../../assets/newassets/images/public_lab_bg.png");
            background-repeat: no-repeat;
            background-size: cover;
            height: 100vh;
            background-attachment: fixed;
            overflow-y: auto;
        }
.mainDiv {
    background-image: url("./assets/epd-bg-img.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.mian-head {
    color: #ffffff;
    margin: 0;
    font-size: 35px;
    font-weight: 700;
}

.yellow-txt {
    color: #feb602;
    font-size: 20px;
    font-weight: 500;
}

.combination-examples {
    border-radius: 25px;
    border: 1px solid #ffffff;
    padding: 5px 8px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.head-txt {
    color: #ffffff;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}

input {
    /* border: none; */
    background-color: #ffffff !important;
    color: #000000 !important;
    font-size: 18px !important;
    /* padding: 20px !important; */
    border-radius: 40px !important;
}
select {
    /* border: none; */
    background-color: #ffffff !important;
    color: #000000 !important;
    font-size: 18px !important;
    /* padding: 20px !important; */
    border-radius: 40px !important;
}
.btn-Verify {
    width: 100%;
    height: 67px;
    background: #feb602;
    color: #333;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.077px;
    padding: 10px 0;
    border: none;
    border-radius: 40px;
    transition: all 0.3s linear;
}

.power-txt {
    font-size: 10px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    line-height: 10px;
}

.footer-txt {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    line-height: 22px;
}

.art-img {
    max-width: 400px;
}

.printBtn {
    background: #333;
    border-radius: 100px;
    border: none;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #fff;
}

.detailDiv h4 {
    font-weight: 600;
    font-size: 24px;
    color: #333;
}

.detailDiv h5 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: rgb(0, 0, 0, 0.5);
}

.detailDiv h6 {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #000;
}

.passText {
    color: #179C5F;
    font-weight: 600;
}

.failText {
    color: #9C1717;
    font-weight: 600;
}

.statusImg {
    max-width: 175px;
}


/* scroll bar */

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

 ::-webkit-scrollbar-track {
    background: transparent;
}

 ::-webkit-scrollbar-thumb {
    background: #feb602;
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb:hover {
    background: #feb602;
}

@media screen and (max-width: 425px) {
    .combination-example1 {
        display: none;
    }
}
