/*
    File: css/custom.css
    Author: Crece Consultores
*/

/* card-announcement */
.card-announcement {
    
}

/* img-announcement */
.img-announcement-thumbnail {
    width: 100%;
    height: 90px;
    object-fit: cover;
    object-position: center center;
}

.img-announcement-profile {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center center;
}

/* accountbg */
.accountbg {
    background-color: #0c51dc;
  background-image: linear-gradient(to top, #eaeaea, #ffffff);
}

/* logo */
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    height: 30px;
}

/* topnav */
#topnav .topbar-main {
    background-color: white;
}

.navbar-custom {
    margin: 0;
    background-color: #134d91;
}

.navbar-custom .nav-item > .nav-link {
    font-size: 1.2em;
    color: white;
}

/* tr[data-action="product"] */
tbody tr[data-action="product"] {
    cursor: pointer;
}

/* footer */
.footer{
    left: 0;
    right: 0;
}

/* bg-primary */
.bg-primary {
    background-color: #0c51dc !important;
}