.two-column {
    width: 50%;
}

.logo-font {
    font-family: 'BebasNeue', serif;
    padding: 5px 10px;
    font-size: 2rem;
}

.logo-font:hover {
    color: var(--gray-dark);
    transition: 0.5s;

}

h1 {
    font-family: 'BebasNeue', serif;
    font-size: 2rem;
}

h3 {
    font-family: 'Montserrat', serif;
    font-size: 1.2rem;
    /*color: white;*/
}

.clickable {
    cursor: pointer;
}

button.btn-filter{
    border-radius: 50rem;
    background-color: var(--soft-accent);
}

h6 {
    font-family: 'Montserrat', serif;
    font-weight: 400;
    font-size: .9rem;
}

p {
    /*font-size: 0.8rem;*/
}

#page-container {
    position: relative;
    min-height: 100vh;
    padding: 0 20px;
}

.page-header {
    padding: 0 0 5px 0;
    border-bottom: solid 1px var(--gray);
    margin: 0 0 15px 0;
}

a.no-styling:hover {
    text-decoration: none;
}

#cards-area {
    display: flex;
    flex-wrap: wrap;
}

.small-card-wrapper {
    min-width: 250px;
    width: 16.66%;
    height: 150px;
    padding: 2px;
    display: inline-flex;
}

.project-card-wrapper {
    width: 400px;
    padding: 2px;
    margin: 10px 20px;
    display: inline-flex;
    text-decoration: none;
}

.project-card {
    border-radius: 10px;
    background-color: var(--white);
}

.project-card-wrapper {
    transition: all .3s ease-in-out;
}

.project-card-wrapper:hover {
    transform: scale(1.01);
    box-shadow: 0 0 6px rgba(33, 33, 33, .1);
}

.small-card {
    width: 100%;
    height: 100%;
}

.small-card.clickable {
    transition: all .3s ease-in-out;
}

.small-card.clickable:hover {
    transform: scale(1.01);
    box-shadow: 0 0 6px rgba(33, 33, 33, .1);
}

.footer {
    position: absolute;
    bottom: 2px;
    right: 5px;
}

@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf');
}


@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
}

a.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.context-menu {
    position: fixed;
    z-index: 10000;
    width: 150px;
    background: #1b1a1a;
    border-radius: 5px;
}

.context-menu .item {
    padding: 8px 10px;
    font-size: 15px;
    color: #eee;
    cursor: pointer;
    border-radius: inherit;
    text-decoration: none;
    width: 150px;

}

.context-menu .item:hover {
    background: #343434;
    text-decoration: none;
}

.context-menu {
    position: fixed;
    z-index: 10000;
    width: 150px;
    background: #1b1a1a;
    border-radius: 5px;
    display: none;
}

.context-menu.visible {
    display: block;
}


.list-card-view-toggle {
    position: absolute;
    right: 10px;
    bottom: 5px;

}

.permissions-grid {
    overflow: auto;
    max-height: 85vh;
    padding: 0 20px;
    display: grid;
    grid-template-columns:
    [id] 1fr
    [name] 3fr
    [email] 3fr
    [permissions] 10fr
    [groups] 5fr
    [edit] 1fr;
}

.groups-grid {
    overflow: auto;
    max-height: 85vh;
    padding: 0 20px;
    display: grid;
    grid-template-columns:
    [id] 20px
    [name] 3fr
    [permissions] 15fr
}

.hover-row > div {
    padding: 10px;
}

.hover-row:hover div {
    background-color: var(--soft-accent);
}

.align-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-dropzone.dropzone {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    border: 1px dashed var(--hard-accent);
    white-space: nowrap;
    align-items: center;
    height: 100%;
    width: 100%
}
.my-dropzone-2.dropzone {
    border-radius: 10px;
    display: inline-block;
    justify-content: center;
    border:none;
}

.hover-opacity100 {
    opacity: 80%;
}

.hover-opacity100:hover {
    opacity: 100%;
}

/*Static*/

a.menu-item {
    /*color: var(--white);*/
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
    /*padding: 50px 0;*/
    vertical-align: middle;
}

a.menu-item:hover {
    color: var(--gray-dark);
    transition: 0.5s;
    text-decoration: none;
}

.navbar {
    position: sticky;
    top: 0;
    width: 100%;
    align-items: center;
}

/*.hover-underline-animation {*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    !*color: #0087ca;*!*/
/*}*/

/*.hover-underline-animation:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    transform: scaleX(0);*/
/*    height: 1px;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background-color: var(--gray-dark);*/
/*    transform-origin: bottom right;*/
/*    transition: transform 0.25s ease-out;*/
/*}*/

/*.hover-underline-animation:hover:after {*/
/*    transform: scaleX(1);*/
/*    transform-origin: bottom left;*/
/*}*/


div.menu-item {
    padding: 20px 20px;
}

.menu-item > i {
    font-size: 1.4rem;
}

.menu-item.show {
    display: inline;
}

.tagline {
    width: 100%;
    height: 70vh;
    vertical-align: middle;
    text-align: center;
    /*padding: 10vh;*/
}

.tagline > .logo-font {
    font-size: 5rem
}


.tagline > .snippet-font {
    font-family: 'BebasNeue', serif;
    padding: 5px 10px;
    font-size: 2rem;
}

.current-projects {
    text-align: center;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--page-background);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
    border-radius: 3px;
}

ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
}

/*News items*/

.news-item-header {
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.news-item-header > .logo-font {
    font-size: 5rem
}

.news-item-header > .snippet-font {
    font-family: 'BebasNeue', serif;
    padding: 5px 10px;
    font-size: 2rem;
    color: white;
}

/*Page builder*/
.page-block:hover {
    border: 1px dotted var(--primary);
}

.page-block > .edit-page-block-grid {
    display: none;
}

.page-block:hover > .edit-page-block-grid {
    position: relative;
    top: 0;
    height: 20px;
    display: grid;
    grid-template-columns: 30px  30px 1fr 10px;
    padding: 0 5px;
    background-color: lightgray;
}

.profile-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
}

.theses-grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, 200px);
    justify-content: space-evenly;
    grid-auto-rows: 1fr;
}

.theses-grid > div.item-card-wrapper {
    width: 200px;
}


.department-grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, 400px);
    justify-content: space-evenly;
    grid-auto-rows: 1fr;


}

.department-grid > div.item-card-wrapper {
    width: 350px
}


.item-card-wrapper * .theses-card {
    border-radius: 20px;
}

.theses-card.clickable {
    transition: all .3s ease-in-out;
}


.theses-card.clickable:hover {
    transform: scale(1.01);
    box-shadow: 0 0 6px rgba(33, 33, 33, .2);
}

.item-card-wrapper {
    /*min-width: 250px;*/
    /*width: 16.66%;*/
    /*height: 150px;*/
    margin: 2px;
    display: inline-flex;
}

.theses-card {
    width: 100%;
    height: 100%;
}

.theses-card.clickable {
    transition: all .3s ease-in-out;
}

.theses-card.clickable:hover {
    transform: scale(1.01);
    box-shadow: 0 0 6px rgba(33, 33, 33, .1);
}

.table-header-text{
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
}

.table-header-text-subtile{
    text-transform: capitalize;
    font-style: italic;
    font-weight: 400;
    font-size: 0.8em;

}


.draggable-field{
    padding: 4px 5px;
    border: 1px solid var(--secondary);
    border-radius: 10px;
    cursor:move;
}
.drag-area-container{
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 20px;
}
.drag-area{
    height: 5px;
}
.drag-area.over{
    background-color: lightgray;
    min-height: 20px;
}


.autocomplete-result.selected{
    background-color: lightgray
}


.remove-button{
    position: absolute;
    top: -12px;
    right:-12px;
    padding: 4px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: lightgray;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.remove-button:hover{
    transform: scale(1.1);
        background-color: red;
}

.badge-design{
    background-color: var(--secondary);
    color: var(--white);
    padding: 2px;
}

.entity_background {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.mobile-bottom-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  will-change: transform;
  transform: translateZ(0);
  display: flex;
  height: 50px;
  box-shadow: 0 -2px 5px -2px #333;
  background-color: #fff;
}
.mobile-bottom-nav__item {
  flex-grow: 1;
  text-align: center;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobile-bottom-nav__item--active {
  color: red;
}
.mobile-bottom-nav__item-content {
  display: flex;
  flex-direction: column;
}
#default-navbar{
    position: sticky; background-color: var(--page-background); z-index: 100; padding: 0px 30px
}



