body {
  margin-bottom: 60px;
  background-color: #EAECEE;
}

/* Custom background for dashboard pages */
.dashboard-background {
    background-color: #EAECEE;
    margin-left: 18px;
    /* margin-right: 18px; */
}


/* Trend statistics below pie chart */
.trend-stat {
    padding: 0.75rem 0.5rem;
    background-color: #FAFAFB;
    border-radius: 0.5rem;
    width: 40%;
    margin: 1rem 1.2rem 1rem;
}

.pie-stats{
    margin-top: 0.5rem;
}

.stat-title {
    font-weight: normal;
    color: gray;
}


.stat-title::before {
    content: "";
    display: block;
    width: 56px;
    margin: 0 100 60px;
    border-top: 4px solid #4193DD;
    padding-bottom: 12px;
}



/*bookIndex*/
.table-responsive {
    overflow-x: auto;
}

.table {
    min-width: 600px;
}

.col-id {
    width: 10%;
}

.col-title {
    width: 40%;
}

.col-author {
    width: 25%;
}

.col-action {
    width: 25%;
}

@media (max-width: 768px) {
    .col-id

{
    width: 15%;
}

.col-title {
    width: 35%;
}

.col-author {
    width: 20%;
}

.col-action {
    width: 30%;
}

}

@media (max-width: 576px) {
    .col-id, .col-title, .col-author, .col-action

{
    width: auto;
}

}

.input-group .form-control {
    border-right: none;
}

.input-group .btn {
    border-left: none;
}

.input-group .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ced4da;
}