﻿@import "CustomCard.css";
@import "Buttons.css";
@import "Lists.css";

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 3.5rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }



html, body {
    background: var(--background);
    background-image: -webkit-linear-gradient(270deg, #000000, #6a6a6a);
    position: relative;
    margin: 0px;
    height: 100%;
    width: 100%;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

.container {
    display: flex;
    position: relative;
    margin: 0 auto;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.login-body {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.8;
    color: #222;
    height: 100vh;
    font-weight: 400;
    font-family: 'Montserrat';
    /*background-image: -webkit-linear-gradient(136deg, rgb(0, 0, 70) 0%, rgb(28, 181, 224) 100%);
    background-image: -webkit-linear-gradient(270deg, rgb(32 32 32) 0%, rgb(208 243 255) 100%);*/
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
}

.main {
    max-width: 774px;
}

.signup-content {
    font-family: var(--bs-body-font-family);
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 40px 60px;
    width: 450px;
}

.signup-content h4{
    text-align: center
}
span.login100-form-title-1 {
    display: grid;
    place-content: center;
    margin-bottom: 1rem;
}

.main-content-wrapper {
    padding-left: 20px; 
    padding-right: 20px; 
}

.logo {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    gap: 5px;
}

    .logo img {
        display: flex;
        height: 2rem;
        max-width: 100%;
        margin-right: 1rem;
    }

    .logo .marked {
        color: var(--clr-blue);
        font-weight: bold;
        letter-spacing: 1px;
    }

h2 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.form-group {
    position: relative;
    margin-top: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}

    .form-group label {
        min-width: 75px;
        font-weight: bold;
        font-size: 1em;
    }

    .form-group input[role="textbox"], .form-group input[type="password"] {
        line-height: 1.3em;
        flex: 1;
    }

.hiba-group {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
    gap: 10px;
    align-items: center;
    padding-bottom: 5px;
}

    .hiba-group label {
        font-weight: bold;
        font-size: 1em;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .hiba-group input[role="textbox"], .hiba-group input[type="password"] {
        line-height: 1.3em;
        flex: 1;
    }

.cart-end {
    margin-top: 10px;
    float : right;
}

[type=submit]:not(:disabled) {
    cursor: pointer;
}

input, select, textarea {
    outline: none;
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    -o-appearance: unset !important;
    -ms-appearance: unset !important;
    border: 1px solid lightgray;    
    padding-inline: 0.5rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

button, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

list-input {
    line-height: normal !important;
}

list-input-cart {
    line-height: normal !important;
    width: 4rem !important;
}

.form-submit {
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    color: var(--menu-element-color);
    text-transform: uppercase;
    border: none;
    background: var(--clr-blue);
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
}

.right-side-box {
    font-family: var(--bs-body-font-family);
    background: #ccc;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    width: 400px;
    display: flex;
    background-color: white;
    align-items: center;
}

    .right-side-box div {
        // background-image: url(../images/logo_magnetic.png);
        background-position: center;
        background-size: cover;
        position: relative;
        background-repeat: no-repeat;
        width: 250px;
        height: calc(100% - 25px);
        margin: 12px 12px 12px 0;
        border-radius: 12px;
    }

    .right-side-box img {
        position: absolute;
        top: 50%;
        left: 50%; 
        transform: translate(-50%, -50%); 
        width: 250px;
    }

:root {
    --clr-white: hsl(0 0% 100%);
    --clr-black: hsl(0 0% 16%);
    --clr-dark: hsl(0 0% 25%);
    --clr-dark-500: hsl(0 0% 21%);
    --clr-gray-100: hsl(0 0% 95%);
    --clr-gray-500-base: 0, 0%, 75%;
    --clr-gray-500: hsl(var(--clr-gray-500-base));
    --clr-gray-800: hsl(0 0% 41%);
    --clr-lightblue: hsl(231.43 63.64% 95.69%);
    --clr-darkblue_1: hsl(218.71 21.09% 28.82%);
    --clr-darkblue_2: hsl(217.14 22.11% 18.63%);
    --clr-blue-base: 200, 93%, 41%;
    --clr-blue: hsl(var(--clr-blue-base));
    --clr-blue-hover: hsl(200 48% 47%);
    --clr-green-base: 134, 87%, 32%;
    --clr-green: hsl(var(--clr-green-base));
    --clr-green-hover: hsl(134 50% 32%);
    --clr-red-base: 360, 92%, 42%;
    --clr-red: hsl(var(--clr-red-base));
    --clr-red-hover: hsl(0 94% 31%);
    --clr-purple: hsl(261 51% 51%);
    --clr-gray-base: 220, 10%, 60%;
    --clr-gray: hsl(var(--clr-gray-base));
    --clr-gray-hover: hsl(220, 10%, 50%);
    --primary-clr-500: hsl(36.24deg 100% 50%);
    --primary-clr-300: hsl(36.06deg 94.29% 58.82%);
    --primary-clr-700: hsl(27.21deg 77.48% 56.47%);
    --primary-clr-shadow: hsl(36.24deg 100% 50% / 50%);
    --main-padding: 1rem;
    --menu-element-color: var(--clr-white);
    --primary-highlight: #222729;
    --content-title-clr: rgb(121, 126, 144);
}

:root {
    --background: var(--clr-white);
    --font-clr: var(--clr-black);
    --header-bg: #363636;
    --input-bg: var(--clr-white);
    --input-border-clr: var(--clr-gray-500);
    --picker-btn-bg: var(--clr-gray-100);
    --picker-btn-clr: var(--clr-black);
    --border-clr: var(--clr-gray-500);
    --popup-bg: var(--clr-white);
    --popup-title-bg: var(--clr-gray-500);
    --uploaded-ul-bg: var(--clr-white);
    /* GRID */
    --grid-bg: var(--clr-white);
    --grid-header-bg: var(--clr-dark-500);
    --grid-header-clr: var(--clr-white);
    --grid-pager-bg: var(--grid-header-bg);
    --grid-pager-clr: var(--grid-header-clr);
    --grid-cell-bg: var(--clr-white);
    --grid-cell-bg-alt: var(--clr-lightblue);
    --grid-cell-clr: var(--clr-black);
    --grid-cell-border-clr: var(--clr-gray-500);
    /* LIST CONTENT */
    --list-page-content-bg: var(--clr-white);
    --list-page-content-title-clr: var(--content-title-clr);
    --box-shadow-clr: var(--clr-gray-500);
    /* VALIDATION */
    --validation-masterdata-bg: var(--clr-lightblue);
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}

.errormsg {
    text-align:center;
    margin-top:15px;
    font-size: 12px;
    color: red;
}

.tfabody {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: start;
    text-align: center;
}

.tfacontainer {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    max-width: 400px;
    width: 90%;
    display:flex;
    gap:20px;
    flex-direction:column;
}

    .tfacontainer h2 {
        font-size: 24px;
        margin-bottom: 20px;
        color: #333;
    }

    .tfacontainer form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tfacontainer input[role="textbox"] {
        font-size: 18px;
        padding: 10px;
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .tfacontainer button {
        font-size: 16px;
        padding: 10px 20px;
        color: white;
        background-color: #4285f4;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .tfacontainer button:hover {
            background-color: #357ae8;
        }

    .tfacontainer .error {
        color: red;
        margin-top: 10px;
        font-size: 14px;
    }

.page-not-found {
    display: grid;
    gap: 2rem;
    place-content: center;
    width: min(35rem, 100%);
    margin-top: 3rem;
    margin-inline: auto;
}

    .page-not-found img {
        max-width: 20rem;
        padding: 2em;
        margin-inline: auto;
        border-radius: 50%;
        background: linear-gradient(180deg, var(--clr-gray-500), transparent);
    }

    .page-not-found a {
        width: fit-content;
        font-size: 1.5rem;
        margin-inline: auto;
    }

.page-not-found__details {
    font-size: 1.3rem;
    text-align: center;
}

    .page-not-found__details span {
        display: block;
        color: var(--clr-black);
        font-size: 3rem;
        font-variant: small-caps;
        font-family: fantasy;
        letter-spacing: 3px;
    }

.custom-card {
    background-color: white;
    border-radius: 8px;
    margin-bottom: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.doc-type-selector-ddl {
    display: flex;
    align-items: center; 
    gap: 15px; 
    margin-bottom: 25px;
    flex-wrap: wrap; 
}

.flex-elements {
    display: flex;
    gap: 15px;
    flex-wrap: inherit;
    align-items: flex-start;
    margin-bottom: inherit;
}


    .flex-elements .k-textbox
    .flex-elements .k-dropdownlist {
        flex: 1;
        min-width: 150px;
    }



.dgw-select {
    width: 100%;
    padding: 12px 14px;
    font-size: 1rem;
    color: #333;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 6px;
    transition: border-color 0.3s ease;
}

    .dgw-select:focus {
        border-color: #4a90e2;
        outline: none;
        box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
    }

    .dgw-select option {
        padding: 10px 14px;
        font-size: 1rem;
        color: #333;
        background-color: #fff; 
        cursor: pointer;
        padding: 12px 16px; 
        font-size: 1.1rem; 
    }

        .dgw-select option:hover {
            background-color: #e9ecef; 
            color: #000;
        }

        .dgw-select option:checked {
            background-color: #4a90e2; 
            color: #fff;
            font-weight: bold; 
        }

.dgw-text input[type="text"],
.dgw-text input[type="tel"] {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

    .dgw-text input[type="text"]:focus,
    .dgw-text input[type="tel"]:focus {
        border-color: #4a90e2;
        outline: none;
        box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
    }

/* General Dashboard Styles */
.dashboard {
    padding: 40px 20px;
    background-color: #f3f4f6;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-header {
    text-align: center;
    padding: 20px;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 600px;
    margin: auto;
}

.dashboard-title {
    font-size: 2rem;
    font-weight: bold;
    color: #1a202c;
    margin: 0;
    outline: none;
}

    .dashboard-title span {
        color: #007bff;
    }

.dashboard-subtitle {
    font-size: 1rem;
    color: #6c757d;
    margin-top: 10px;
}

.add-user-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .add-user-container h2 {
        margin-bottom: 20px;
        text-align: center;
    }

.form-group {
    margin-bottom: 15px;
}

    .form-group label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }


.error-message {
    color: red;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

/*#region PAGER */
body .k-grid .k-pager:focus {
    box-shadow: none;
}


/*#endregion PAGER */

.button-banner {
    position: sticky;
    z-index: 4;
    top: 4rem;
    display: flex;
    padding: 1rem;
    margin-bottom: 26px;
    background-color: hsl(231.43deg 62% 90.03%);
}

#page-content-2 {
    padding-top: 1rem;
}

:focus-visible {
    outline: none;
}


.k-tooltip {
    background-color: #333; 
    color: #fff; 
    padding: 8px 12px;
    border-radius: 4px; 
    font-size: 0.85em; 
    line-height: 1.4;
    max-width: 280px; 
    white-space: normal; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
    z-index: 10000 !important;
}

    
    .k-tooltip .k-callout {
       
        border-color: #333 transparent transparent transparent !important;
    }

    .k-tooltip.k-tooltip-n .k-callout { 
        border-color: transparent transparent #333 transparent !important; 
    }

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1000; 
    color: white;
}

.spinner {
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-top: 8px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.image-gallery-container {
    position: relative; 
    width: 500px; 
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden; 
}

.product-image {
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain; 
}

.image-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 1.5em;
    border-radius: 50%; 
    line-height: 1; 
    z-index: 10;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.image-nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.image-counter {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8em;
}

.profile-icon-navbar {
    font-size: 1.6em;
}

.user-details-popup h2 {
    color: #333;
    margin-bottom: 20px;
    text-align: left;
}

.user-details-popup p {
    display: flex;
    margin-bottom: 10px;
    line-height: 1.6;
    align-items: baseline;
}

.user-details-popup strong {
    color: #555;
    flex-basis: 300px;
    text-align: right;
    padding-right: 15px;
    flex-shrink: 0;
}

.user-details-popup p span {
    flex-grow: 1;
    text-align: left;
    word-break: break-word;
}

.user-details-popup .close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #aaa;
}

    .user-details-popup .close-button:hover {
        color: #666;
    }

.user-details-popup .detail-section {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #eee;
}

    .user-details-popup .detail-section:last-child {
        border-bottom: none;
    }

.sidebar-image{
    margin-top: auto;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.copyright {
    width: 100%; 
    text-align: center;  
    font-size: 0.7em; 
    margin-bottom: 15px;
    
}

    .copyright p {
        margin: 0;
        padding: 0;
    }

    .copyright a {
        color: #bbb;
        text-decoration: none;
       
    }

.center-header {
    text-align: right;
}