.mt-8 {
    margin-top: 2rem;
}

.mr-8 {
    margin-right: 2rem;
}

.mr-16 {
    margin-right: 4rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mr-4 {
    margin-right: 1rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.m-2 {
    margin: 0.5rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-4 {
    padding: 1rem;
}

.px-8 {
    padding: 0 2rem;
}

.max-w-7xl {
    max-width: 80rem;
}

.mx-auto {
   margin-left: auto;
    margin-right: auto;
}

.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}

.w-8 {
    width: 2rem;
}

.h-8 {
    height: 2rem;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.items-center {
    align-items: center;
}

.bg-white {
    background-color: white;
}

.bg-gray {
    background-color: #F8FAFC;
}

.hr-wiki {
    border: 1px solid #18d26e;
    width: 100%;
}

.important {
    border: 1px solid #18d26e !important;
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    border: 0.08rem solid lightslategray;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.text-3xl {
    font-size: 1.875rem; /* 30px */
    line-height: 2.25rem;
}

.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gap-5 {
    gap: 1.25rem;
}

.min-h-screen-80 {
    min-height: 80vh;
}

.min-h-screen-50 {
    min-height: 50vh;
}

.max-w-12 {
    max-width: 3rem;
}

.text-black {
    color: black;
}

.max-w-md {
    max-width: 28rem;
}

.wiki_item {
    position: relative;
}

.wiki_item_title {
    margin-right: 2rem;
}

/*.wiki_item_title:after {*/
/*    content: "\f107";*/
/*    position: absolute;*/
/*    right: 30px;*/
/*    font-family: FontAwesome;*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*}*/

.wiki_item>span:hover {
    cursor: pointer;
}

.wiki_item_content {
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.text-base {
    font-size: 1rem; /* 16px */
    line-height: 1.5rem; /* 24px */
}
.text-lg {
    font-size: 1.125rem; /* 18px */
    line-height: 1.75rem; /* 28px */
}

.text-xl {
    font-size: 1.25rem; /* 20px */
    line-height: 1.75rem; /* 28px */
}

.text-2xl {
    font-size: 1.5rem; /* 24px */
    line-height: 2rem; /* 32px */
}

/* update badge */
.relative {
    position: relative;
}

.badge {
    position: absolute;
    top: 0.75rem;
    right: 0;
    border: 0.08rem solid #18d26e;
    border-right: 0;
}

.bg-green {
    background-color: #b7f7d5;
}

.py-1 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
}

.px-3 {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}

.font-medium {
    font-weight: 500;
}

.text-sm {
    font-size: .875rem;
}

.rounded-sm {
    border-radius: 0.5rem 0 0 0.5rem;
}

/* change admin dropdown menu toggle */
.wiki_item .dropdown-toggle::after {
    display: none;
}

/* add styling for dynamic item contents */
.content-item {
    background-color: #f8f9fa;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #dee2e6;
    position: relative;
}
.content-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.add-content-btn {
    margin-bottom: 20px;
}
.item-handle {
    cursor: move;
    padding: 5px 10px;
    background-color: #e9ecef;
    border-radius: 3px;
    margin-right: 10px;
}
.item-order {
    width: 60px;
    margin-right: 10px;
    text-align: center;
}
.order-controls {
    display: flex;
    align-items: center;
}

/* styling of wiki item page*/
.video-content-item {
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
    margin-bottom: 16px;
    border: 1px solid #dee2e6;
    position: relative;
    width: 80%;
    justify-self: center;
}

.video-content-omschrijving {
    margin-left: 0.5rem;
}

.video-content-item-banner {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    margin-bottom: 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 1rem;
    font-size: 1.2rem;
}

.video-content-item-banner a {
    margin-left: 1rem;
}

.text-content-item p {
    margin: 0 0 1rem 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
