* {
    font-family: "Lexend", sans-serif;
}

/* #mainTag{
    background-color:#f9fbfe;
} */
.sidebar-heading {
    font-size: .75rem;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.feature-icon-small {
    width: 3rem;
    height: 3rem;
}

.hover-card {
    transition: 0.5s;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);  
}
.hover-card:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px ;
}

/* html5 qrcode */
#html5-qrcode-anchor-scan-type-change {
    display: none !important;
}
/* html5 qrcode */

/* trix */
trix-toolbar [data-trix-button-group="file-tools"] {
    display: none;
}
trix-toolbar [data-trix-button-group="history-tools"] {
    display: none;
}
trix-toolbar [data-trix-attribute="code"] {
    display: none;
}
trix-toolbar [data-trix-attribute="quote"] {
    display: none;
}
/* trix */


.active>.page-link{
    background-color:#198754 !important;
    border-color:#20c997 !important;
}

.shadow-custom {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
        rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.top-header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/home.jpeg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;    
    /* letter-spacing: 0.188rem; */
  }