body{
    margin: 0;
    padding: 0;
    font-family: "Open Sans","Noto Sans Bengali UI",sans-serif;
}
.login_wrapper{
    height: 100vh;
    width: 100%;
    overflow: hidden;
    font-family: "Open Sans","Noto Sans Bengali UI",sans-serif;
}
@media (max-width: 576px) {
    .graphicImage{
        display: none;
    }
}
.download_pdf i{  
    font-size: 20px !important; 
    color: #ff0000;
}
.download_pdf i.pdf {
    font-size: 30px;
    color: #ff0000;
}

div#form_wrp .outer_box.card-body {
    border: solid 1px rgba(216,216,216,0.5);
    border-radius: 4px;
    font-family: 'Camphor';
    color: #787887;
    max-width: 400px;
    box-shadow: none;
    background-color: transparent !important;
    font-family: "Open Sans","Noto Sans Bengali UI",sans-serif;  
  }

.hidden {display:none;}

.error{
  color: red;
  text-transform: capitalize;
  font-size: 13px;
  position: absolute;
  top: 90%;
  left: 2px;
}  

.graphicImage {
    text-align: center;
}
.graphicImage img {
    width: 394px;
}
.new_head li a{
    color: inherit !important;
}
nav#navbar-main {
    border-bottom: 2px solid #f0f0f5 !important;
    padding: 0.5rem !important;
    background-color: #fff;
}


.submit_button button{
    width: 100%;
    background-color: #60bff1;
    border: 1px solid #14bef0;
    font-family: "Open Sans","Noto Sans Bengali UI",sans-serif;  
}
.form-group.input_sec .input-group.input-group-merge.input-group-alternative {
    border-radius: 2px;
    border: solid 1px #cacad3;
    font-family: "Open Sans","Noto Sans Bengali UI",sans-serif;
    
}
.form-group.input_sec .input-group.input-group-merge.input-group-alternative input{
    color: #000;
    letter-spacing: 1px;
}
.form-group.input_sec .input-group.input-group-merge.input-group-alternative input::placeholder{
    color: #000;
}
.custom-control.custom-control-alternative.custom-checkbox.form_checkbox label:before {
    border-radius: 1px;
    border: solid 1px #b4b4be;
    font-family: "Open Sans","Noto Sans Bengali UI",sans-serif;
}
div#form_wrp .outer_box.card-body small{
    font-size: 16px;
}
.form-group.input_sec label{
    font-family: "Open Sans","Noto Sans Bengali UI",sans-serif;  
    font-size: 15px;
    color: #000;
}
footer#footer-main{
    border-top: 2px solid #f0f0f5 !important;
    background-color: #f0f0f5;
}
.main-content.login_wrapper .bg__login {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
ul.navbar-nav.new_head li.nav-item a.nav-link span.nav-link-inner--text {
    font-weight: bold;
    margin-left: 0;
}
.navbar-horizontal .navbar-brand img {
    height: 42px;
}
footer#footer-main .cont_center{
    text-align: center !important;
    color: #000;
}
.cont_center i {
    color: red;
}
.cont_center a {
    font-weight: bold;
    transition: all 0.3s;
}

.cont_center a:hover {
    color: #ee9d3d;
}
.checkbox_title {
    border-bottom: 1px solid #d8dbe0;
    padding: 5px 0 10px 0;
    margin: 10px 0;
    font-weight: 600;
}
.checkbox_wrapper .checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.checkbox_wrapper .checkbox label input {
    margin-right: 5px;
}
.checkbox_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0;
}
.card.pendig{
    background: #FFCA2C;
    border-color: #FFCA2C !important;
}
.card.ready{
    background: #fd3550;
    border-color: #fd3550 !important;
}
.card.collected{
    background: #54b11c;
    border-color: #54b11c !important;
}
.action_icons a{
    font-size: 14px;
    margin: 0 4px;
    color: #7e7e7e;
}
table#datatable tbody tr td {
    padding: 4px 8px;
}
table#datatable thead tr th {
    padding: 12px 8px;
}
.srch_btn.d-flex {
    height: 29px;
}
.srch_btn.d-flex input {
    height: 100%;
}
.s_category {
    height: 29px;
}
.s_category select {
    height: 100%;
    padding: 3px;
}
.filter_btns {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
table#datatable thead tr th.text-center{
    width: 10% !important;
}
main.c-main{
    padding-top: 1rem !important;
}
.c-sidebar-brand {
    background-color: #fff !important;
    border-right: 1px solid #ccc;
}
.input_time{
    position: relative;
}
.input_time .input__field{
    padding: 15px 6px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
    width: 100%;
}
.input_time .input__label{
    position: absolute;
    top: -24%;
    left: 3%;
    background: #fff;
    padding: 4px;
    color: #7d7575;
}

.rounded-sm-card {
    border-radius: 1rem !important;
  }
  .media.ai-icon{
    justify-content: space-between;
    align-items: center;
  }
  .media.ai-icon .bg_color {
    border-radius: 50px;
    padding: 10px 12px;
    font-size: 36px;
    height: 65px;
    width: 65px;
    min-width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f6fd;
    border-color: #f4f6fd;
    color: #2f4cdd !important;
  }
  .media.ai-icon .bg_color i{
    font-size: 26px;
    line-height: 20px;
    margin: 0;
  }
  .ds_data .text-value-lg {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
  }
  .media.ai-icon .bg_color.dark_bg{
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff !important;
  }

  .progress-animated {
    animation-duration: 5s;
    animation-name: myanimation;
    transition: all 5s ease 0s; }
  
  @keyframes myanimation {
    0% {
      width: 0; } }
  @keyframes myanimation {
    0% {
    width: 0; } }

.s_category.ct_cato span {
    height: 100% !important;
    line-height: 1 !important;
}    
.input-group.date.datetime.s_category input{
    height: 100%;
}
.s_category.ct_cato span {
    width: auto !important;
}
/* .registration_table  thead th{
    vertical-align: bottom;
    border-bottom: 1px solid #d8dbe0;
    padding: 8px 10px;
    font-size: 12px;
    border-top: 0;
}
.registration_table  tbody td{
    padding: 8px 10px;
    font-size: 12px;
}
.title_registration{
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
} */
.table_responsive_edit tbody td{
    padding: 5px 0;
}
.regisDetails .card-header {
    padding: 5px 0.5rem;
}
.regisDetails .card-body{
    padding: 5px 0.5rem;
}
.regisDetails .card-header h4.title_registration{
    margin: 0;
    font-size: 16px;
}
.test_details thead th{
    border-top: none;
    padding: 5px 8px;
}
h4.card-title {
    font-size: 18px !important;
}
.float-right .float_image{
    position: relative;
    width: 100%;
}
.float_image .img_sec{
    width: 100px;
    position: absolute;
    right: 10%;
    z-index: 10;
    background: #ffff;
    margin-top: -15px;
    padding: 5px;
}
.float_image .img_sec .avtar_detais{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
table.table.table-striped.test_details thead th {
    padding: 5px 8px;
}
table.table.table-striped.test_details tbody td {
    padding: 5px 8px;
}
table.table.table-striped.test_details tbody td {
    padding: 5px 8px;
}
table.table.table-striped.test_details {
    margin: 0;
}
h4.card-title {
    font-size: 20px;
}
.error.log-error {
    top: 100%;
}
.error.log-error small {
    font-size: 13px !important;
}
.referral_physician_btn{
    border: none;
    background-color: transparent;
    color: #321fdb;
    font-size: 14px;
    margin: 0 5px;
    outline: none;
}
.input_sec .input-group-prepend i{
    color: #000;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
    color: #000 !important;
}