/*

* Override Pages default styles or create your own styles here

*/
.jumbotron h1.large-demo-text{
	font-size: 150px;
}

.icon-text-search{
	font-size: 42px;
	width: 150%;
}
.page-sidebar .sidebar-menu .menu-items li > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
    color: black !important;
}
.page-sidebar .sidebar-menu .menu-items > li > a {
    font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, sans-serif;
    display: inline-block;
    padding-left: 15px;
    min-height: 40px;
    line-height: 40px;
    font-size: 14px;
    clear: both;
}

.select2-container .select2-selection .select2-selection__rendered {
    padding: 0;
    display: flex;
    align-items: center;
    padding-right: 25px;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
    width: max-content;
    float: left;
}

