:root {
  --white: #eaf5ff;
  --primary: #49b0ff;
  --primary-dark: #041635;
  --primary-hover: #041635;
}.tata-title{color: #fff !important};
.form-control{
    background: #f2f2f2 !important;
}
.bg-light{
    background: #f2f2f2 !important;
}
input[type="file"]{
    line-height: 2.5 !important;
}

.form-control:focus {
    border-color: var(--primary);
}

a:hover, a:focus, a.active{
    color: var(--primary-dark);
}

.modal-header{
	border-top-left-radius: 20px !important; border-top-right-radius: 20px !important;
}
.dlabnav .metismenu > li a > i{
	width: 14px !important
}
.fs-20{
	font-size: 20px !important
}


.select2-container--default .select2-selection--single{
  background: #f8f8f8 !important;
  border: 0.0625rem solid #f8f8f8 !important;
  padding: 0.3125rem 1.25rem !important;
  color: #6e6e6e !important;
  height: 3rem !important;
  border-radius: 1rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 33px !important
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 0px !important
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 8px !important;
  right: 13px !important;
}

.custom_bottom_border{border-bottom: 1px solid rgba(33, 40, 50, 0.125) !important;}
.font-weight-bolder{font-weight: 600 !important; color: #49b0ff !important}


.form-switch .form-check-input{
  width: 2.5rem !important
}


.d-icon{
  float: right; font-size: 40px; color: var(--primary);
}


.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next{
  font-size: 12px !important; width: 60px !important;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
  margin-bottom: 5px !important; margin-top: 5px !important
}
.table.dataTable thead th{
  font-size: 12px !important;
}
.table.dataTable tbody td{
  font-size: 10px !important; padding: 5px !important
}