body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    background-color: #5a3e95;
}

@font-face {
    font-family: 'Merck';
    src: url('../font/Merck-Regular.woff2') format('woff2'),
        url('../font/Merck-Regular.woff') format('woff'),
        url('../font/Merck-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


img{
    max-width: 100%;
}

.container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}
/* header css */

.header-wrap{
    /* box-shadow: 0 1px 30px rgba(0,0,0,0.2); */
    position: relative;
    z-index: 99;
}

.header-middle{
    text-align: center;
}
.merck-full-text{
    font-size: 30px;
    margin: 0 10px;
    color: #ffc833;
    font-family: 'Merck', sans-serif;
}

.custom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.logo-section {
   width: 120px;
}

.header-right img {
    width: 120px; /* adjust logo height as needed */
}

.merck-logo{
    font-size: 60px;
    color: #ee4899;
    margin: 0 10px;
    font-family: 'Merck', sans-serif;
}
/* main-wrap */
.main-wrap{
    /* background-color: #f2f2f2; */
    min-height: calc(100vh - 120px);
    overflow:hidden;
}

.row-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.col1{
    width: 45%;
    position: relative;
}
.col1:before{
       content: '';
    position: absolute;
    top: -30%;
    background-image: url(../images/left-bg.svg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
    height: 100vh;
    z-index: -1;
    left: -30px;
}
.login-col1::before{
    top: -100%;
}

.col2{
    width:55%;
    background-color: #5a3e95;
    position: relative;
}

.bg-image{
    background-image:url('../images/lady-img.png');
    min-height: calc(100vh - 95px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    background-color: #5a3e95;
    border-radius: 10px;
}
.img-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    max-width: 380px;
    padding: 15px;
}
.img-content h2{
    font-size: 24px;  
    color: #fff;
    margin: 0;
}
.img-content h1{
    font-size: 35px;
    color: #fff;
    margin: 0;
}

/* login section */



.login-box h3 {
    color: #555;
    margin: 20px 0 10px 0;
    font-weight: bold;
    font-size: 18px;
}

.pink-line {
    border: none;
    border-top: 3px solid #ee4899;
    width: 50%;
    margin: 10px auto 20px auto;
}

.input-wrapper {
    display: flex;
    align-items: center;
    background: #eee;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

.icon-section {
    background: #5a3e95;
    color: #fff;
    padding: 10px 12px;
    font-size: 18px;
}


.input-wrapper input,
.input-wrapper select {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
    background: #eee;
    font-size: 14px;
}
.login-btn {
    background: #5a3e95;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 20px;
    transition: background 0.3s;
    text-transform: uppercase;
}

.login-btn:hover {
    background: #5a3e95;
}


/* register form */
.form-main-wrap{
    text-align: center;
}

.form-main-wrap h4{
    color: #ee4899;
    padding: 0 20px;
}

.form-container {
    max-width: 500px;
    width: 80%;
    margin: 0px auto;
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 10px;
}

.form-container h3 {
    color: #555;
    margin:  0 10px 10px 10px ;
}



.input-wrapper input,
.input-wrapper select {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
    background: #eee;
    font-size: 14px;
}

.mandatory-text {
    font-size: 12px;
    color: #ee4899;
    margin-top: 10px;
}

.accept-text {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.disclaimer-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    margin: 15px 0;
    text-align: left;
    max-height: 50px;
    overflow-y: auto;
    font-size: 12px;
    background: #fff;
}

.disclaimer-box label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.disclaimer-content{
    color: gray;
}

.disclaimer-content strong{
    color: #ee4899;
}

.register-btn {
    background: #5a3e95;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.register-btn:hover {
    background: #5a3e95;
}

.register-footer{
    background-color: #fff;
    padding: 10px;
}

.footer-disclaimer p{
        font-size: 8px;
        margin: 0;
        text-align: justify;
    }


/* homepage */


/* .banner-section{
    background-image:url('../images/lady-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 450px;
} */


.card-col1{
    width: 50%;
   position: relative;
   height: 100%;

}
.card-col1:before{
      content: '';
    position: absolute;
    top: -20%;
    background-image: url(../images/left-bg.svg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
    height: 100vh;
    z-index: -1;
    left: -30px;
}


.card-col2{
    width: 50%;
    position: relative;
}
/* .card-col2:after,.col2:after{
    content:'';
    position: absolute;
    top: -100%;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #5a3e95;
    z-index: -1;
}
.card-col2:before,.col2:before{
    content:'';
    position: absolute;
    bottom: -100%;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #5a3e95;
    z-index: -1;
} */

.inner-banner-content{
    position: absolute;
    top: 25px;
    max-width: 500px;
}

.inner-banner-content h2{
    font-size: 32px;
    color: #fff;
    padding: 30px;
}

.cards-wrapper{
    /* background-color: #f2f2f2; */
    padding: 10px 0;
}

.card-row{
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 10px;
}

.card-col{
    /* width: 44%; */
    background-color: #ee4899;
    padding: 15px;
    border-radius: 20px;
    /* box-shadow: 0 4px 30px rgba(0,0,0,0.2); */
    text-align: center;
    color: #fff;
    /* margin:6px 3px; */
}

.card-icon{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto 10px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-icon img{
    width: 70px;
}

.card-col h4{
    margin:15px 0 15px;
    font-size: 24px;
    min-height: 70px;
}
.card-col h4 a{
    color: #fff;
    text-decoration: none;
}
.card-col p{
    font-size: 16px;
}


/* table css */
.table-wrap{
    padding: 30px 0;
    max-width: 1400px;
    overflow-x: auto;
    display: block;
}
table {
    width: 90%;
    margin: 20px auto;
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 10px;
  }

  th, td {
    padding: 15px;
    text-align: center;
    color: #fff;
    border: 0.5px solid #ddd;
  }

  thead {
    background: #ee4899;
    color: #fff;
  }

  table.dataTable>tbody>tr:nth-child(even) {
    background: #fff;
  }
  table.dataTable>tbody>tr:nth-child(even) td {
    color: #000;
  }

  div.dt-container div.dt-layout-row{
    margin: 20px 0 !important;
  }
  div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, div.dt-container .dt-processing, div.dt-container .dt-paging{
    color: #fff !important;
  }
  .status_dropdwon select{
    padding: 6px;
    background-color: #ddd;
    border:1px solid #ddd;
    border-radius: 6px;
  }

/* responive css */

@media(max-width:1199px){
    .inner-banner-content h2{
        font-size: 40px;
    }
    /* .card-col {
        width: 43%;
    } */
    .card-col h4{
        font-size: 20px;
        margin: 5px 0;
    }
    
    .card-col p{
        font-size: 14px;
    }
}

@media(max-width:991px){
    .logo-section{
        width: 80px;
    }
    .logo-section img{
        width: 80px;
    }
    .header-middle h2{
        font-size: 18px;
        margin: 0 4px;
    }
    .main-wrap,.bg-image{
        min-height: 50vh;
    }
    .row-wrap{
       display: flex;
       flex-direction: column-reverse;
    }
    
    .col1{
        width: 100%;
        padding: 40px 0;
    }
    
    .col2,.card-col2,.card-col1{
        width:100%;
    }

    .img-content{
        text-align: left;
    }

    .img-content h1{
        font-size: 30px;
    }
    .img-content h1 br{
        display: none;
    }
    /* .card-col{
        width: 44%;
        margin-bottom: 20px;
    } */
    .card-col h4{
        min-height: auto;
    }
    .card-col2:after,.col2:after{
  display: none;
}
.card-col2:before,.col2:before{
   display: none;
}
}

@media(max-width:767px){
   .header-middle h2{
        font-size: 14px;
    }
    .merck-logo{
        font-size: 35px;
    }
    .inner-banner-content h2{
        font-size: 35px;
    }
    .card-col{
        width: 85%;
        margin:0 auto 20px;
    }
    .card-row{
        display: block;
        padding: 0;
    }
}


.download-report{
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    border: 0;
    width: 160px;
    display: block;
    margin-top: 30px;
    margin-left: auto;
}
