/* Reset styles for common elements */
/* html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
} */
/* Reset styles for lists */
/* ol, ul {
    list-style: none;
} */
/* Reset styles for tables */
/* table {
    border-collapse: collapse;
    border-spacing: 0;
} */
/* Reset styles for images */
/* img {
    max-width: 100%;
    height: auto;
} */


h1,
h2,
h3,
h4,
h5 {
    font-family: 'Albert Sans', sans-serif;
}

::-webkit-scrollbar {
    transition: 1s;
    /* background-color: #27272a; */
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button {
    background-color: #dbdbdb00;
}

::-webkit-scrollbar-thumb {
    background-color: #dbdbdb;
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    background-color: #dbdbdb00;
    border-radius: 20px;
}

.notifyjs-cotainer {
    width: 60px;
}

[data-notify-text] {
    text-wrap: balance;
    word-wrap: break-word;
}

.notifyjs-container [data-notify-text] {
    text-wrap: balance;
    word-wrap: break-word;
}

.notifyjs-container {
    text-wrap: balance;
    word-wrap: break-word;
}

.notifyjs-bootstrap-base {
    text-wrap: balance;
    word-wrap: break-word;
}

.notifyjs-corner {
    z-index: 9999999999999999999 !important;
    width: auto;
    max-width: 100%;
    right: 0px;
    text-align: center;
    line-height: 25px;
}

.notifyjs-wrapper .notifyjs-hidable {
    text-align: center;
}

/* .container {
    max-width: 1215px !important;
  } */

.fas,
.far,
.fab {
    width: 8px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#sidebar_load-2 .fas,
#sidebar_load-2 .far,
#sidebar_load-2 .fab {
    width: 15px;
}