     input::placeholder,
        textarea::placeholder {
          color: #777777 !important; 
          font-size: 12px;  
        }
        .sidebar-menu .sidebar-list h6, .sidebar-menu .sidebar-list .h6{
            font-size:13px;
        }
    h2, .h2 {
    font-size: 18px;}
    .sidebar-menu .sidebar-title{
        font-size:12px;
    }
        .display-4 {
        font-size: 2rem;
    }
  h6, .h6 {
    font-size: 12.5px;
  }
  .default-dashboard .audit-log .d-flex .flex-shrink-0 {
    height: 20px;
    width: 20px;
  }
  .default-dashboard img{
      width:50%;
  }
    .flex-shrink-0  img{
      width:80%;
  }
  .card-body {
    padding: 18px;
  }
  .btn {
    font-size: 12px !important;
  }
  .sidebar-menu {
    padding: 10px;
  }
  
  .page-header .logo-wrapper {
          width: 200px !important;
  }
  .page-sidebar{
          width: 200px !important;
  }
  @media (min-width: 1200px) {
    .page-wrapper .page-body-wrapper {
        margin-left: 200px;
        transition: 0.5s all;
    }
}
.user-wrap .user-content h6, .user-wrap .user-content .h6 {
    font-weight: 700;
    font-size: 12px;
}
.form-control {
    font-size:12px !important;
}
label{
    
font-size:12px;
}
h3, .h3 {
    font-size: 16px;
}

table th{
    font-size:12px;
    padding: 4px 2px !important;
}
td{
    font-size:11px !important;
    font-weight:500;
    padding: 3px 2px !important;
}
.page-title,.page-body{
    padding:5px !important;
}
@media (max-width: 1630px) and (min-width: 1200px) {
    .default-dashboard .transaction-history table tbody tr td:nth-child(2) {
        display: table-cell !important;
    }
}
@media (max-width: 1630px) and (min-width: 1200px) {
    .default-dashboard .transaction-history table thead tr th:nth-child(2) {
        display: table-cell !important;
    }
}
input {
    font-size: 12px;
}
input::placeholder {
    font-size: 12px !important;
}
 .form-control::placeholder {
    font-size: 12px !important;
}
footer p {
    font-size: 12px !important;
    font-weight: 600;
}
