.toast-header {    
    background-color: #eee;    
}
.toast-body {    
    background-color: #fff;    
}
.toast {
    width: 250px;
}
.input-group-text {
    border: 1px solid #ccc;    
}
.table td,
.table th {
    padding: 0.75rem;
}

.table-custom td,
.table-custom th {
    padding: 0.5rem;
}
.page-item.active .page-link {
    border-color: #888;
    background-color: #eeeeee;
    color: #3e5569;
}
.page-link {
    color: #3e5569;
    border-color: #ccc;
}
.page-link:hover {
    color: #333;
    border-color: #888;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}
.strike > span {
    position: relative;
    display: inline-block;
    font-size: 1.25rem;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: rgba(0,0,0,.1);
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}
.table-hover tbody tr:hover {
    background-color: #ddd;    
}

.h5-custom {    
    padding-top: 0.2rem;
    padding-bottom: 1rem;    
}

.custom-switch {
    padding-left: 2.25rem;
}
.bg-white {
    background-color: white !important;
}

.table-align-center td {
    vertical-align: middle!important;
}


