.reporter-placeholder img{
 width: 100%;
 height: 300px;
} 
.reporter-placeholder label{
    background: black;
    color: white;
    text-align: center;
    cursor: pointer;
    padding: 10px;
}

.overflow-x-scroll{
    overflow-x: scroll;
}

.info-area p{
    font-size: 17px;
}

.info-area span{
    font-weight: 500;
    font-size: 17px;
}

.text-capitalize{
    text-transform: capitalize !important;
}	

#datatablesSimple thead tr{
    border-top: 1px solid black;
}

.changing-theme{
    display: block !important;
    background: #ffffffe0;
    top: 0;
    left: 0;
    z-index: 1;
}

.di-none{
    display: none !important;
}

select[readonly]
{
    pointer-events: none !important;
    background:#80808063;
}

/******Id Card Generation**********/
.info-h-card-area tbody tr td{  
    font-weight: 600;
    padding-bottom: 5px;   
}

.id_card_section{
    width: 831px;
    height: 477px;
    border: 1px solid grey;
    margin: 0 auto;
}
.id_card_section_vertical{
    width: 477px;
    height: 831px;
    border: 1px solid #000;
    margin: 0 auto;
}
.body{   
    background-repeat: no-repeat;
    width: 829px;
    height: 477px;
}

.box-shadow{
    -webkit-box-shadow: 1px 0px 14px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 0px 14px -3px rgba(0,0,0,0.75);
    box-shadow: 1px 0px 14px -3px rgba(0,0,0,0.75);
}

.td-none{
    text-decoration: none;
}
.dashboard-card-icons{
    padding: 5px 12px;
    height: 60px;
    width: 65px;
    font-size: 33px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-vertical{
    background-repeat: no-repeat;
    max-width: 477px;
    /* height: 831px; */
}

.id_card_section_vertical > .body-vertical .img-photo{
    width: 266px;
    height: 270px;
    /* border: 3px solid #191970;
    border-radius: 15px; */
}

.dis_block_card_qr{
    display: block;
}

.d_none_card_qr{
    display: none !important;
}

/* .letter-body{
    position:absolute;
    top:150px;
    height: 786px;
} */

.c-table tbody tr td{
    font-weight: bold;
}

.id-card-setting-placeholder img{
    max-width: 600px;
    max-height: 100px;
    padding: 5px;
    margin: 0 auto;
}

.id-card-setting-placeholder .back-img{
    max-width: 600px;
    max-height: 256px !important;
}

.id-card-setting-placeholder label{
    background: black;
    color: #fff;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}

/*************End of Id Card Genetation***********/

/********Letter Style*********/
.letterSignatureImg {
    height: 166px;
    width: 244px;
}
.signature {
    margin-top: -20px;
    font-size: 25px;
}

.contentfooter {
   margin-top: -90px;
}

.letterProfileImg{
    height: 202px;
}

.letter_section{
    /* width: 1240px;
    height: 1756px; */
    background-repeat:no-repeat;
    margin: 0 auto;
}

.letter-logo{
    height: 150px;
    width: 250px;
}

.letter-body{
    padding: 30px 75px;
}

.letter-c-name-heading{
    font-size: 23px; font-weight: 600;
}

.letter-namming-section{
    margin-top: 100px;
}

/* Make Reference ID and Date Responsive */
@media screen and (max-width: 768px) {

    .letter-logo{
        height: 70px;
        width: 100px;
    }

    .letter-body{
        padding: 10px;
    }

    .letter-body p {
        font-size: 12px;
    }   

    .letter-c-name-heading{
        font-size: 13px; font-weight: 600;
    }

    .letter-namming-section{
        margin-top: 20px;
    }
    
}

@media screen and (max-width: 480px) {

    .letter-para-heading{
        font-size: 15px;
    }

    .fs-m{
        font-size: 2px !important;
    }

    .f-l-m-width{
        width: 30% !important;
    }
    .l-m-width{
        width: 70% !important;
    }

    .letterSignatureImg {
        height: 50px;
        width: 100px;
    }
    .letterStampImg{
        height: 100px;
        width: 100px;
    }
    .letter-logo{
        height: 50px !important;
        width: 70px !important;
    }

    .letter-body{
        padding: 0px;
    }

    .letter-body p {
        font-size: 8px !important;
    }

    .letter-c-name-heading{
        font-size: 9px; font-weight: 600 !important;
    }

    .content-body p{
        font-size: 5px !important;
    }

    .letter-namming-section{
        margin-top: 0px;
    }
   
}




/*********End of Letter Style**********/

.bg_gradient {
    background: linear-gradient(135deg, #667eea, #764ba2);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow-y: scroll;
}
.bg_gradient::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(255,255,255,0.2) 1px, transparent 1px);
    background-size: 20px 20px;
    top: 0;
    left: 0;
}

.border-top-left-radius{
    border-top-left-radius: 50px;
}
.border-bottom-right-radius{
    border-bottom-right-radius: 50px;
}

.login-img{
    display: flex;
    justify-content: center;
    align-items:center;
}
.login-img img{
    height: 267px;
    width: 371px;
}

@media screen and (max-width: 480px) {
    .login-img img{
        height: 150px;
        width: 150px;
    }
}   

.line-a-b {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px; /* Adjust space between text and lines */
    font-size: 22px;
}

.line-a-b::before,
.line-a-b::after {
    content: "";
    flex: 1;
    height: 2px; /* Thickness of the line */
    background-color: black; /* Color of the line */
}

.disabled {
    opacity: 0.1;
    pointer-events: none;
}