.error {
    color: red;
    font-weight: bolder;
}

.bg-inverse {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-inverse-rgb),
        var(--bs-bg-opacity)
    ) !important;
    color: #fff !important;
}

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.submenu {
    display: block;
    width: 10rem;
    position: absolute;
    background: white;
    color: black;
    list-style: none;
    top: 3rem;
    right: 1rem;
    padding: 1rem;
    transition: ease-in;

}
.submenu li:not(:last-child) {
    margin-bottom: 1rem;
    border-bottom: 1px solid #99999947;
    padding-bottom: 10px;
}
.submenu li a {
    color: black !important;
    margin-bottom: 1rem;
}

.blog-section .card-top {
    overflow: hidden !important;
    color: #fff !important;
    border: 1px solid #88bed6 !important;
    background: #88bed6 !important;
    font-weight: 700 !important;
    height: 30px !important;
    padding: 0 !important;
    line-height: 30px !important;
    border-radius: 5px 5px 0 0 !important;
}

.card-top h2
{
    height: 100%;
    width: auto;
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin: 0;
    line-height: 27px;
    font-weight: 700;
    letter-spacing: 0;
    margin-left: 10px;
    float: left;

}

.tab-form
{
    padding: 10px;
}
.tab-form .nav-link.active
{
    color: #88bed6  !important;
    background-color: #fff !important;
    border-color: #88bed6    #e4e7ea #fff !important;
}

.tab-form .nav-link.focus
{
    outline: #88bed6 auto 5px;
}

.blog-search .position-relative 
{
    width: 300px !important;
    position: relative !important;
    float: right !important;
    margin-top: 7px !important;
    margin-right: 20px !important;

}
.blog-search .position-relative input
{
height: 40px !important;
}

.pagination .page-item .page-link {
    color: #3490dc !important;
}

.pagination .page-item.active .page-link {
    background-color: #3490dc !important;
    border-color: #3490dc !important;
    color: #fff !important;
}

.dashboard-icons {
    font-size: 50px !important;
    color: #0055b7 !important;
}