/*@import url('https://fonts.googleapis.com/css?family=Poppins');*/
@import url('https://fonts.googleapis.com/css?family=Roboto');
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
}
body{
  background: url(../images/dashboard-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-bottom: 40px;
}
body,
button,
input,
select,
textarea {
  color: #716c80;
/*  font-family: 'Poppins', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
  border: none;
}


/* width */

body::-webkit-scrollbar {
    width: 6px;
}


/* Track */

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

body::-webkit-scrollbar-thumb {
    background: #6e80e7;
    border-radius: 10px;
}


a{
    text-decoration: none!important;
    color: #233475;
}

#myHeader {
    z-index: 999;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 25px rgb(34 50 72 / 22%);
}


.background-bg{
  background: #fff;
}


.card{
  /*background: #ffffff9e!important;
  backdrop-filter: blur(5px)!important;
  -webkit-backdrop-filter: blur(5px)!important;*/
  margin-top: 10px!important;
  box-shadow: 0px 1px 1rem 0px rgb(136 152 170 / 30%);
  border: 1px solid rgb(0 0 0 / 0%);
}

table thead tr th, table tfoot tr th {
    font-size: 0.8rem;
    color: #343434;
    font-weight: 600;
}
table tbody tr td {
  font-size: 0.9rem;
}
tbody, td, tfoot, th, thead, tr, table.table-bordered.dataTable{
 border: 1px solid #e7e7e7;
}
.text-right{
  text-align: right;
}

.btn-primary {
    background-color: #233475;
    border-color: #233475;
}

.btn-primary:hover {
    background-color:#3e5095;
}
.page-link{
    color: #233475;
}
.page-item.active .page-link {
    background-color: #233475;
    border-color: #233475;
}

.card-body h5, .card-header h6{
    color: #233475;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}

.card-header {
    background-color: rgb(0 0 0 / 0%);
}
.breadcrumb-nav{
  background: #ffffff9e!important;
  backdrop-filter: blur(5px)!important;
  -webkit-backdrop-filter: blur(5px)!important;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 1px 1rem 0px rgb(136 152 170 / 30%);
}
.breadcrumb-nav .breadcrumb a.breadcrumb-item{ 
    text-decoration: none!important;
}
.nav-link {
    color: #233475;
}

.buttons-html5{
    font-size: 0.9rem;
    padding:6px 8px 6px 8px;
}
.paginate_button{
    font-size: 0.9rem;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da!important;
    padding: 0.375rem 0.75rem;
}

.select2-container .select2-selection--single {
    height: 38px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px!important;
}

fieldset {
    border: 1px dotted #000;
}
legend{

}
