main {
    /* background: beige; */
    background: #f4f6f9;
}

.bg-light-dm{
   background-color: #ced4da4a !important;
}

.bg-light-white{
    background-color: #ffffffba !important;
}

.reporter-placeholder img{
 width: 100%;
 height: 300px;
} 
.reporter-placeholder label{
    background: black;
    color: white;
    text-align: center;
    cursor: pointer;
    padding: 10px;
}

.form-select:focus, .dataTable-selector:focus {
    box-shadow: none !important;
}

.overflow-x-scroll{
    overflow-x: scroll;
}

.info-area p{
    font-size: 17px;
}

.info-area span{
    font-weight: 500;
    font-size: 17px;
}

#datatablesSimple thead tr{
    border-top: 1px solid black;
}

.iti{
    display: block !important;
    flex-grow: 1;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}

.btn:focus {
    box-shadow: none !important;
}

.join-page-with-otp{
    background-size: cover;
    height: 100vh;
    background-image: url("/front_assets/img/modi_campain.jpg");
    background-repeat: no-repeat;
    background-position: top;
}

.changing-theme{
    display: block !important;
    background: #ffffffe0;
    top: 0;
    left: 0;
    z-index: 1;
}

.single-record-img{
    border-radius: 100px;
    border: 3px solid lightgrey;
    padding: 3px;
    height: 170px;
    width: 170px;
}

.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;
}

.di-none{
    display: none !important;
}

select[readonly]
{
    pointer-events: none !important;
    background:#80808063;
}

/******Id Card Generation**********/
.id_card_section{
    max-width: 640px;
    height: 480px;
    border: 1px solid #000;
    margin: 0 auto;
}
.id_card_section_vertical{
    max-width: 477px;
    height: 831px;
    border: 1px solid #000;
    margin: 0 auto;
}
.body{   
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 640px;
    height: 480px;
}

.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);
}

.body-vertical{
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 477px;
    height: 831px;
}

.id_card_section_vertical > .body-vertical .img-photo{
    width: 170px;
    height: 195px;
    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:315px;
    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: 140px;
    rotate: 11deg;
    margin-top: -20px;
    width: 240px;
    margin-left: 30px;
}
.signature {
    margin-top: -20px;
    font-size: 25px;
}

.contentfooter {
   margin-top: -90px;
}

.letterProfileImg{
    height: 202px;
}

.letter_section{
    max-width: 2480px;
    max-height: 3508px;
    margin: 0 auto;
}

/*********End of Letter Style**********/

/* .row.equal-height {
    display: flex;
    flex-wrap: wrap;
}
.row.equal-height > .col-md-3 {
    display: flex;
    flex-direction: column;
} */

.equal-height .custom-card .card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-shadow-lt{
    -webkit-box-shadow: 0px 1px 11px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 11px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 11px -4px rgba(0,0,0,0.75);
}

/* CheckBox Style Custom */
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}

.profile{
    height: 264px;
    width: 268px;
    border: 5px solid gray;
    border-radius: 142px;
    overflow: hidden;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile img{
    height: 264px;
    width: 268px;
    padding: 10px;
}
.a-profile-placeholder{
    width: 250px;
    height: 250px;
}