@font-face {
    font-family: Montserrat-Black;
    src: url(assets/font/Montserrat-Black.ttf);
}
@font-face {
    font-family: Montserrat-Bold;
    src: url(assets/font/Montserrat-Bold.ttf);
}
@font-face {
    font-family: Montserrat-ExtraBold;
    src: url(assets/font/Montserrat-ExtraBold.ttf);
}
@font-face {
    font-family: Montserrat-ExtraLight;
    src: url(assets/font/Montserrat-ExtraLight.ttf);
}
@font-face {
    font-family: Montserrat-Light;
    src: url(assets/font/Montserrat-Light.ttf);
}
@font-face {
    font-family: Montserrat-Medium;
    src: url(assets/font/Montserrat-Medium.ttf);
}
@font-face {
    font-family: Montserrat-Regular;
    src: url(assets/font/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat-SemiBold;
    src: url(assets/font/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: Montserrat-Thin;
    src: url(assets/font/Montserrat-Thin.ttf);
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: Montserrat-Regular, sans-serif !important;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    color: #000;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 400;
    color: #000;
    font-weight: 800;
    font-family: Montserrat-Bold, sans-serif !important;
}
body{
    overflow-x: hidden !important;
}
:root {
    --theme_white: #ffffff;
    --theme_primary_color: #496389;
    --theme_secondary_color: #ef9120;
    --theme_gradient: linear-gradient(90deg, #ecb067 0%, #d4d4d5 100%);
    --theme_gradient_full: transparent linear-gradient(91deg, #496389 0%, #ef9120 100%) 0% 0% no-repeat padding-box;
    --ei-subtle-white: #f7f7f7;
    --ei-blue: #496389;
    --ei-orange: #ef9120;
    --ei-subtle-gray: #efefef;
    --ei-dark-gray: #838487;
    --ei-secondary-blue: #76cada;
    --ei-purple: #735ea9;
}
.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #d9d9d9;
}
::-webkit-scrollbar-thumb:hover {
    background: #c3c3c3;
}
.react-trello-lane {
    border: 0;
    background-color: initial;
}
.kanbanBoard {
    background-color: #fff !important;
    color: #fff !important;
}
@media only screen and (max-width: 991.5px) {
    .app-logo-link img {
        height: auto !important;
        width: 125px !important;
    }
    .app-page-title--heading h3
    {
        font-size: 20px !important;
    }
}
