html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.dt-search {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

#dt-search-0 {
    float: left;
    width: 50%;
    border: 1px solid #68318E;
}

.page-item.active .page-link {
    background-color: #68318E !important;
    border-color: #68318E !important;
}

.dt-length {
    float: left;
}

.dt-paging paging_simple_numbers {
    float: right;
}

.pagination {
    float: right;
}

.bottom {
    padding-top: 20px !important;
    width: 100%;
}

table.dataTable th {
    background-color: #68318E !important;
    color: #fff;
}

.bg-purple {
    background: #68318E;
    color: #fff;
}

table.dataTable th,
table.dataTable td {
    white-space: nowrap;
    padding: 10px 20px !important;
    border-bottom: 1px solid #9883e5;
    text-align: left !important;
}

#malipoTbl {
    border-bottom: 2px solid #dee2e6;
}

    #malipoTbl thead th {
        background-color: #f8f9fa;
        border-bottom: 2px solid #dee2e6;
    }

    #malipoTbl tbody tr:hover {
        background-color: #f1f1f1;
    }

@media (max-width: 767px) {
    table.dataTable th,
    table.dataTable td {
        font-size: 12px;
    }

    #dt-search-0 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    table.dataTable th,
    table.dataTable td {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .form-floating label{
        font-size: 12px;
    }
}