body{
    color: #000000;
    font-family: 'SolaimanLipi', Arial, sans-serif !important;
}

/* overight bootstrap style */
.text-danger{
    color:#e60000 !important;
}

.text-success{
    color:#2d8d00 !important;
}

.form-control, .form-check-input, .form-select{
border:1px solid #a7a7a7 !important;
}

.form-control-no-border{
border:0px !important;

}

.contactinfo p{
    padding:0;
    margin:0;
}

.icon-text{
    font-size:10pt !important;
    line-height: 12pt  !important;
    color:#006a08 !important;
}

.big-checkbox {
    width: 30px !important;
    height: 30px !important;
}

.big-ckeckbox-margin{
    margin-right:1em !important;
}

.borderless-text-box{
    border:0;
    width:auto;
}

.cursor-not-allowed{
    cursor: not-allowed;
}

.border-15{
    border-width: 15px  !important;
}

.text-justify{
    text-align:justify;
}



.certificate-image {
    opacity: 0.5;
}

.certificate-text p{
    padding:2px !important;
    margin:0px !important;
}

.rotate{
    color: #fff !important;
    padding: 2px !important;
    transform: rotate(-90deg) !important;
    margin-top: 39px !important;
    width: 85px !important;
    font-size: .6rem !important;
    text-align: center !important;
}

.rotate-text1{
    margin-left: -41px !important;
}

.rotate-text2{
    margin-left: -14px !important;
}

.idcardtable, .small-text-size{
    font-size: .7rem !important;
}

.medium-text-size{
    font-size: .8rem !important;
}

.idcardtable>:not(caption)>*>*, .small-text-size>:not(caption)>*>*{
    padding: .0rem !important;
}

.id-back-side p{
    font-size: 10pt;
}

.select-bg-color {
    background-color: rgb(179, 0, 0) !important;
    color: #fff !important;
  }

.select-bg-color option[value="1"] {
background-color: rgba(179, 0, 0) !important;
}

.select-bg-color option[value="2"] {
background-color: rgb(35, 110, 0) !important;
}

.select-bg-color option[value="3"] {
background-color: rgba(255, 0, 149) !important;
}

.select-bg-color option[value="4"] {
background-color: rgba(0, 0, 0) !important;
}

table{
    border-color: #6b6b6b !important;
}

/*
.table td.fit, 
.table th.fit {
   white-space: nowrap;
   width: 1%;
}
*/

/*
.navbar {
    height: 40px !important;
}

@media only screen and (min-width: 600px) {
    .navbar {
     height: 40px !important; 
    }
 }
 @media only screen and (min-width: 768px) {
    .navbar {
     height: 60px !important; 
   } 
 }

 */