
body {
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
    padding-top: 56px;
}
.flex {
    display: flex !important;
}
.login-container {
    background-color: transparent;
    box-shadow: none;
    border-radius: 5px;
    width: 100%;
}
.password-container {
    position: relative;
    width: 100%;
    margin: 10px auto;
}
.password-container input {
    width: 55%;
    height: 40px;
    display: block;
    margin: auto;
    border-radius: 10px;
}
.toggle-password {
    position: absolute;
    right: 25%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.loginbtn {
    text-align: center;
    display: block;
    margin: 10px auto; /* Ensures it's centered horizontally */
    width: 55%;
    cursor: pointer;
    font-size: 17px;
    padding: 6px 0;
    color: lightpink;
    font-weight: 600;
    border-radius: 15px;
    background-color: mediumpurple;
    box-shadow: 3px 2px 3px pink;
}

.loginimg {
    background-image: url('https://kikilou.net/photos/done/f9e265004fb3449294b04fd944201547.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

button.loginbtn:hover {
    background-color: rebeccapurple;
    color: white;
    box-shadow: -3px -2px 0px pink;
}

span.wrong {
    text-align: center;
    display: block;
    margin: auto;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    background-color: pink;
    width: 55%;
    border-radius: 10px;
}

.gallery-image {
    height: 200px;
    object-fit: cover;
    cursor: pointer; 
    display: block;
    margin: auto;
}
.gallery-row {
    margin-bottom: 20px;
}

.password-container input[type='password'] {
    text-align: center;
}

.modal-content {
    background-color: rgba(0, 0, 0, 0.8); /* Dark background for better contrast */
    border: none; /* Remove border */
}

.modal-header {
    border: none; /* Remove border for a cleaner look */
}

.btn-close {
    color: white !important;
    --bs-btn-close-bg: url(nah) !important;
    font-size: 21px;
    font-weight: 600;
    padding: 0px 10px !important;
}

/* Make navbar smaller */
.navbar {
    padding: 0.5rem 1rem;
}

/* Adjust brand logo size for mobile */
.navbar-brand {
    font-size: 1.2rem;
}

/* Adjust link padding for smaller height */
.nav-link {
    padding: 0.5rem 1rem;
}

#selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem; 
}

#selected-tags .badge {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
}

.download-icon {
    font-size: 20px;
    color: black;
    cursor: pointer;
    transition: color 0.2s ease;
}

.download-icon:hover {
    color: #E5ACB6;
} 

/* Ensure the button spans the full width */
#tagsDropdownMenu {
    position: relative;
    column-count: 2; /* Two columns */
    column-gap: 10px;
    padding-bottom: 50px; /* Optional: ensures there’s space for the button */
}

#tagsDropdownMenu li.dropdown-item-wrapper {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%; /* Ensures it takes up the entire width */
    background-color: white; /* Optional, to keep the background consistent */
}

#tagsDropdownMenu button.dropdown-item {
    width: 100%; /* Makes sure the button fills the entire li */
}

.fotobrdr {
    border: 2px solid #d3d3d3;
    margin: 5px 0px !important;
}

.p-2 {
    padding: 0rem 0rem 0rem 0.25rem !important;
}

.btn-close:hover {
    color: white !important;
}

#refreshGalleryTop, #refreshGalleryBottom {
    color: white !important;
    background-color: #E06F8B;
    border: 2px solid #9C4D61 !important;
    font-size: 16px;
    font-weight: 600;
}

#refreshGalleryTop:hover, #refreshGalleryBottom:hover {
    color: white !important;
    background-color: #9C4D61;
    border: 2px solid #E06F8B !important;
    font-size: 16px;
    font-weight: 600;
}

.fourohfourh2 {
    text-align: center;
    color: black;
}

.fourohfourh3 {
    text-align: center;
    font-size: 19px;
}

.fourohfourlinks {
    text-align: center;
    width: 100%;
} 

.fourohfoura {
    text-align: center;
    margin: 0px 22px;
    font-size: 22px;
    color: #E5ACB6 !important;
    text-decoration: none !important;
}

.fourohfoura:hover{
    text-decoration: underline !important;
    color: #B78991 !important;
}

.fourohfour {
    width: 100%;
}

.dropdown-menu {
    --bs-dropdown-font-size: .925rem !important;
}