.img_logo
{
    width:50px;
    height: 50px;
}

.margin-responsive
{
    margin-left: auto; 
    margin-right: auto; 
}

.f-h
{
    height: 350px;
}

.fs-7
{
    font-size: 7px;
}
.fs-12
{
    font-size: 12px;
}
.fs-14
{
    font-size: 14px;
}
.fs-16
{
    font-size: 16px;
}
.fs-18
{
    font-size: 18px;
}

.bg-soft 
{
    /* background:rgba(5, 135, 248, 0.052); */
    background: rgba(5, 135, 248, 0.102);
}

.text-navy
{
    color: #0f6cbd;
}
.text-dark-navy
{
    color: #003C71;
}
.bg-navy
{
    background-color: #0f6cbd;
}

.btn-menu-over 
{
    position: absolute;
    top: 15%;
    left: 1%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 16px;
    opacity: 90%;
}

.bg-opacity-50{
    opacity: 50%;
}

.hide {
    opacity:0;
}
.show {
    opacity:1;
}
#item-table > td > p > span {
  font-size:12px !important;
}
#item-table > td > p {
  font-size:12px !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.overflow-auto {
  max-height: 100%;
  padding: 1rem;
  overflow-y: auto;
  direction: ltr;
  /* scrollbar-color: #d4aa70 #e4e4e4;
  scrollbar-width: thin; */
}
.overflow-auto::-webkit-scrollbar {
  width: 20px;
}

.overflow-auto::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}
.overflow-auto::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-image: linear-gradient(180deg, #003C71 0%, #003C71 99%);
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
  border: 1px #f0ffff !important;
  background-color: aliceblue !important;
  border-radius: 5px !important;
  padding: 2px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: linear-gradient(to bottom, #0d6efd 0%, #0d6efd 100%) !important;
  color: white !important;
  border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: linear-gradient(to bottom, #bad3f8 0%, #bad3f8 100%) !important;
  color: rgb(0, 0, 0) !important;
  border: none !important;
}

table.dataTable {
  margin: 5px auto !important;
}

#item-table > label {
  font-size: 14px !important;
}

