

.hover_cust {
    cursor: pointer !important;
}

.header-semi-transparent-dark {
    background-color: rgba(0, 0, 0, 0.31) !important;
}

.hover_cust:hover {
    background-color: rgba(80, 80, 80, 0.13) !important;
}

.hover_cust_normal {
    cursor: pointer !important;
}

.hover_cust_primary:hover {
    background-color: #8bf1be5b !important;
}

.hover_cust_purple:hover {
    background-color: #f5f5f5 !important;
    color: #165979 !important;
}

.rich-link-box:hover {
    /* animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: 1; */
    -webkit-box-shadow: 0px 0px 11px 0px rgb(19, 128, 92);
    -moz-box-shadow: 0px 0px 11px 0px rgb(19, 128, 92);
    box-shadow: 0px 0px 11px 0px rgb(19, 128, 92);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212529;
    font-weight: 200;
    letter-spacing: 0 !important;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize !important;

}

body {
    background-image: url('../img/bg-wave-bottom.png') !important;
    background-color: #0F9B81 !important;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: lato, Trebuchet MS, sans-serif, sans-serif !important;
    font-size: 0.85em;
}

.pattern {
    background-image: url('../img/bg-wave-bottom.png') !important;
    background-color: #0F9B81 !important;
    background-size: cover !important;
    background-position: center !important;

}

#header .header-nav-main nav>ul>li>a {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}

.metropolis {
    font-family: Metropolis, lato, Trebuchet MS, sans-serif, sans-serif !important;
}

.lato {
    font-family: lato, Trebuchet MS, sans-serif, sans-serif !important;
}


.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #8bf1be5b !important
}

.clickable {
    text-decoration: none !important;
}

.clickable:hover {
    background-color: #0b6d6550;
    transition-delay: 100ms;
}

.dashboard-item {
    font-family: Lato, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: xxx-large;
    text-decoration: none;
}

.dashboard-item-label {
    font-family: Lato, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: large;
}