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;
}*/
.nice-select ul {
    max-height: 400px !important;
    overflow: scroll !important;
}
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}
.navbar-brand img {
    max-height: 53px;
}

.btn-blue {
    color: white !important;
    background-color: rgb(0, 0, 233);
}


.form-control:focus , .btn:focus {
    outline: none !important;
    /*border: none !important;*/
    box-shadow: none !important;
}

.btn-outline-blue {
    color: rgb(0, 0, 233);
    border-color: rgb(0, 0, 233);
}
.bg-blue {
    background: rgb(0, 0, 233);
}

.btn-outline-blue:hover {
    color: white;
    background-color: rgb(0, 0, 233);
    border-color: rgb(0, 0, 233);
}
.nice-select ul {
    max-height: 400px !important;
    overflow: scroll !important;
}
.dropdown-menu {
    min-width: 290px;
}
a {
    text-decoration: none;
    cursor: pointer;
}
.dropdown-menu a {
    color: rgb(0, 0, 233) !important;
}

#data_tbl {
    width: 100% !important;
    text-align: right !important;
    background: white;
    border-radius: 16px;
    padding: 0 0 16px 0;
    margin-top: 8px;
    margin-bottom: 8px;
}

    #data_tbl tr:last-child td {
        border-bottom: none;
    }

    #data_tbl tr:first-child th:first-child {
        border-top-right-radius: 16px;
    }

    #data_tbl tr:first-child th:last-child {
        border-top-left-radius: 16px;
    }

#data_tbl {
    margin-bottom: 1rem;
}

.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select, .page-action .btn {
    border-radius: 16px !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    left: 16px !important;
    right: auto !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
    left: 16px !important;
    right: auto !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--s-neutral) !important;
    border-color: var(--s-neutral) !important;
    border-radius: 16px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--sidebar-color) !important;
    border-color: var(--s-neutral) !important;
    border-radius: 16px;
    color: var(--s-neutral) !important;
}
.dir-ltr{
    direction : ltr !important;
}