

body{
    background:#f3f5f2;
    font-family: 'Noto Sans Bengali', sans-serif;
}

.form-card {
    max-width:1300px;
    margin:auto;
    background:#ebf3f9;
    border:1px solid #198754;
    border-radius:6px;
    padding:25px;
}
@media(max-width:768px)
{
   .table-card{
        table-layout: auto !important;
    }
}

.table-card{
    table-layout: fixed;
    max-width:1300px;
    margin:auto;
    background:#e9ecef;
    /* border:1px solid #198754; */
    border-radius:6px;
    padding:25px;
}

.header{
    text-align:center;
    /* border-bottom:2px solid #ccc; */
    /* padding-bottom:10px;
    margin-bottom:20px; */
}
.top-head{
    background-color: #043a78;
}
.top-head h5{
    color: #fff;
}
.logo{
    width:100%;
}

.photo-box{
    width:90px;
    height:100px;
    border:2px solid #ccc;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
}

.section-title{
    background:#198754;
    color:white;
    display:inline-block;
    padding:5px 20px;
    border-radius:20px;
    font-weight:600;
    margin-bottom:20px;
}

input{
    border:1px solid #dee2e6 !important;
    /* border-bottom:1px solid #000 !important; */
    border-radius:0 !important;
}

.footer-sign{
    margin-top:40px;
}

.footer-sign div{
    border-top:1px solid #000;
    text-align:center;
    padding-top:5px;
}
.foter{
    font-size: 14px !important;
    color: #fff;
}
.foter h4{
    font-size: 16px !important;
    color: #fff;
}
.text-white{
    color:#fff;
}
.form-select{
    font-size:15px !important;
    color: #595c5f !important;
}

table th{
    font-size: 12px !important;
    text-align: center !important;
    color: #fff !important;
}
.tbl th{
   color: #000 !important;
    font-size: 16px !important;
    text-align: start !important;
    font-weight: normal !important;
}
 table td{
    font-size: 12px !important;
}
.table{
     --bs-table-bg:tranparent !important;
    
.table>:not(caption)>*>*
    {
  color:#fff !important;
}
}
.bg-red{
    background-color: #043a78;
    color:#fff;
}
.pro_img{
    background: white;
    width: 100%;
    padding: 10px 0px;
    margin: 10px 0px;
    text-align: center;
}
.sign_img{
    background:white; width:100%;padding:10px 0px; margin:10px 0px; text-align:center;
}
.photo_div img{
  border: 2px solid #000;
}
.star{
  color:red !important;
  font-size:15px;
  font-weight:700;
}
 .tbl1 .form-select, .tbl1 .form-control{
  width:460px;
}
.sign{
  height: 40px;
  width:150px;
}
.choices__inner{
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e) !important;
    display: block !important;
    width: 100% !important;
    padding: .375rem 2.25rem .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: var(--bs-body-color) !important;
    background-color: var(--bs-body-bg) !important;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none) !important;
    background-repeat: no-repeat !important;
    background-position: right .75rem center !important;
    background-size: 16px 12px !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
.choices__inner, .choices__list, .choices{
  width:460px !important;
}
