@font-face {
    font-family: 'Geometria';
    src: url('fonts/Geometria-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    font-family: 'Geometria', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #DBAB52;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.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."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.pgc-font {
    font-family: 'Geometria', Arial, sans-serif;
}

.pgc-color-yellow-1 {
    color: #FDD674;
}

.pgc-color-yellow-2 {
    color: #DBAB52;
}

.pgc-color-yellow-3 {
    color: #BA7B2D;
}

.pgc-color-gray-1 {
    color: #DDDEDE;
}

.pgc-color-gray-2 {
    color: #999898;
}

.pgc-color-gray-3 {
    color: #6B6B6A;
}

.pgc-color-gray-4 {
    color: #4A494A;
}

.pgc-color-violet-1 {
    color: #CEA8ff;
}

.pgc-color-violet-2 {
    color: #AC6bFF;
}

.pgc-color-violet-3 {
    color: #9746FF;
}

.pgc-bg-color-yellow-1 {
    background-color: #FDD674;
}

.pgc-bg-color-yellow-2 {
    background-color: #DBAB52;
}

.pgc-bg-color-yellow-3 {
    background-color: #BA7B2D;
}

.pgc-bg-color-gray-1 {
    background-color: #DDDEDE;
}

.pgc-cbg-olor-gray-2 {
    background-color: #999898;
}

.pgc-bg-color-gray-3 {
    background-color: #6B6B6A;
}

.pgc-bg-color-gray-4 {
    background-color: #4A494A;
}

.pgc-bg-color-violet-1 {
    background-color: #e5d1ff;
}

.pgc-bg-color-violet-2 {
    background-color: #AC6bFF;
}

.pgc-bg-color-violet-3 {
    background-color: #9746FF;
}

.pgc-bg-color-creamy {
    background-color: #FCF6EB;
}

.main-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.main-nav-item {
    font-size: 2rem;
    min-width: 120px;
    max-width: 250px;
    flex: 1 1 auto;
    text-align: center;
}

.button-primary {
    color: #4A494A;
    background-color: #FDD674;
    font-weight: bold;
}

    .button-primary:hover {
        opacity: 0.85;
        background-color: #FDD674;
    }

.button-secondary {
    color: #FFFFFF;
    background-color: #9746FF;
    font-weight: bold;
}

    .button-secondary:hover {
        opacity: 0.85;
        background-color: #9746FF;
    }

.button-less-danger {
    color: #FFFFFF;
    background-color: #FF5E57;
    font-weight: bold;
}

    .button-less-danger:hover {
        color: #FFFFFF;
        background-color: #FF5E57;
        font-weight: bold;
    }

.button-danger {
    color: #FFFFFF;
    background-color: #E63946;
    font-weight: bold;
}

    .button-danger:hover {
        opacity: 0.85;
        background-color: #E63946;
    }

.home-select-text {
    color: #4A494A;
    max-width: 90vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 36px;
}

.home-button {
    height: 100px;
    width: 300px;
    font-weight: bold;
}

.login-card {
    background-blend-mode: multiply;
    box-shadow: none;
    max-width: 500px;
    width: 100%;
    margin: 0 20px;
}

.forgot-password-text-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.token-failed-validation-alert {
    margin-top: 40px;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10px;
}

.password-failed-validation-alert {
    display: grid;
}

.register {
    background-blend-mode: multiply;
    box-shadow: none;
    max-width: 500px;
    width: 100%;
    margin: 0 20px;
}

.admin-nav {
    margin-top: 10px;
}

.admin-requests {

}

.scheduler-container {
    margin-top: 20px;
    border-radius: 80px !important;
    padding: 0 40px 20px 40px;
}

.scheduler-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.scheduler-date {
    padding: 40px;
    text-align: center;
    font-size: 28px;
    color: black;
}

.scheduler-slot-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px 20px 10px;
}

.scheduler-slot-circle {
    width: 160px !important;
    height: 160px !important;
    border-radius: 160px !important;
    font-size: 28px;
}

.scheduler-slot-text {
    color: black;
    font-size: 18px;
    align-items: center;
}

.dialog-size {
    width: 50%;
}

.admin-proposals-paper {
    margin: 10px;
    padding: 20px;
}

.admin-proposals-paper-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

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

.error-page {
    flex-direction: column;
    height: 100vh; 
}

.error-image {
    max-width: 60%;
    border-radius: 50px;
    height: auto; 
    display: block;
}

.admin-exhibitors-larger-title {
    font-size: 2.2rem !important;
}

.admin-exhibitors-larger-input .mud-input {
    font-size: 1.1rem !important;
}

.admin-exhibitors-larger-input .mud-input-placeholder {
    font-size: 1.1rem !important;
}

.admin-exhibitors-larger-agency {
    font-size: 1.3rem !important;
}

.admin-exhibitors-larger-text {
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
}

.admin-exhibitors-larger-description {
    font-size: 1rem !important;
}

.admin-exhibitors-larger-button {
    font-size: 1.1rem !important;
}

.admin-exhibitors-larger-card {
    min-height: 380px;
}

.admin-exhibitors-mud-card-content > div {
    margin-bottom: 0.6rem !important;
}

.admin-exhibitors-avatar-wrapper {
    height: 72px;
    width: 72px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.admin-exhibitors-avatar-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    overflow: hidden;
}

.admin-exhibitors-avatar-square .admin-exhibitors-avatar-content {
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient( to bottom right, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05) );
}

.admin-exhibitors-image-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border-radius: 14px;
}

.admin-exhibitors-avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: smooth;
    filter: brightness(1.02) contrast(1.05);
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.admin-exhibitors-image-enhancer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient( circle at center, transparent 70%, rgba(0, 0, 0, 0.03) 100% );
    z-index: 1;
    pointer-events: none;
    border-radius: 14px;
}

.admin-exhibitors-avatar-svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

.admin-exhibitors-exhibitor-card:hover .admin-exhibitors-avatar-image {
    transform: scale(1.1);
}

.admin-exhibitors-email-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}

.admin-exhibitor-scheduler-container {
    height: auto;
    overflow-y: visible;
}

.position-relative {
    position: relative;
}

.admin-exhibitor-avatar-wrapper {
    height: 72px;
    width: 72px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.admin-exhibitor-avatar-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    overflow: hidden;
}

.admin-exhibitor-avatar-square .admin-exhibitor-avatar-content {
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient( to bottom right, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05) );
}

.admin-exhibitor-image-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border-radius: 14px;
}

.admin-exhibitor-avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: smooth;
    filter: brightness(1.02) contrast(1.05);
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.admin-exhibitor-image-enhancer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient( circle at center, transparent 70%, rgba(0, 0, 0, 0.03) 100% );
    z-index: 1;
    pointer-events: none;
    border-radius: 14px;
}

.admin-exhibitor-gradient-bar {
    height: 10px;
    width: 100%;
    background: linear-gradient(to right, #FFFFFF, #DBAB52);
    margin-bottom: 16px;
    border-radius: 3px;
}

.self-gradient-bar {
    height: 10px;
    width: 100%;
    background: linear-gradient(to right, #FFFFFF, #13AE5B);
    margin-bottom: 16px;
    border-radius: 3px;
}

.admin-exhibitor-avatar-svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

.admin-exhibitor-profile-photo {
    margin: 40px;
}

.admin-buyers-larger-title {
    font-size: 2.2rem !important;
}

.admin-buyers-larger-input .mud-input {
    font-size: 1.1rem !important;
}

.admin-buyers-larger-input .mud-input-placeholder {
    font-size: 1.1rem !important;
}

.admin-buyers-larger-agency {
    font-size: 1.3rem !important;
}

.admin-buyers-larger-text {
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
}

.admin-buyers-larger-description {
    font-size: 1rem !important;
}

.admin-buyers-larger-button {
    font-size: 1.1rem !important;
}

.admin-buyers-larger-card {
    min-height: 380px;
}

.mud-card-content > div {
    margin-bottom: 0.6rem !important;
}

.admin-buyers-avatar-wrapper {
    height: 72px;
    width: 72px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.admin-buyers-avatar-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    overflow: hidden;
}

.admin-buyers-avatar-square .admin-buyers-avatar-content {
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient( to bottom right, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05) );
}

.edit-info-gradient {
    background: linear-gradient(to right, #FFFFFF, rgba(219, 171, 82, 0.15));
    border: 1px solid rgba(219, 171, 82, 0.1);
}

.admin-buyers-image-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border-radius: 14px;
}

.admin-buyers-avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: smooth;
    filter: brightness(1.02) contrast(1.05);
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.admin-buyers-image-enhancer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient( circle at center, transparent 70%, rgba(0, 0, 0, 0.03) 100% );
    z-index: 1;
    pointer-events: none;
    border-radius: 14px;
}

.admin-buyers-avatar-svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

.admin-buyers-avatar-content .mud-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    image-rendering: smooth !important;
    transform: scale(1.05) !important;
}

.admin-buyers-buyer-card:hover .admin-buyers-avatar-image {
    transform: scale(1.1);
}

.buyer-profile-file-name {
    width: stretch;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.buyer-profile-all-files-mobile-container {
    width: auto; 
    max-width: stretch; 
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    padding: 0 5px 20px 5px;
}

.buyer-profile-all-files-part {
    max-width: contain; 
    display: flex;
    gap: 15px; 
    justify-content: space-around; 
    align-items: center; 
    text-align: center;
}

.event-break-table-cell {
    width: auto;
    text-align: left;
}

.event-break-table-cell-mobile {
    width: 100%;
    text-align: center;
}

.cell-error {
    color: red !important;
    font-weight: bold;
}

.event-break-table-container-mobile {
    padding: 10px 7px 10px 7px;
    border: 1px solid #ccc;
}

.badge-shake {
    animation: shake 0.4s ease-in-out;
}

.pgc-timepicker-validation-error .mud-input-control .mud-input-control-input-container .mud-input .mud-input-slot {
    color: red !important;
    font-weight: bold !important;
}

.danger-box {
    background: #fff7f5;
    border-left: 4px solid #f44336;
}

.code-input input {
    font-family: monospace;
    letter-spacing: 0.5px;
}

@keyframes shake {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(-2px, 2px);
    }

    40% {
        transform: translate(-2px, -2px);
    }

    60% {
        transform: translate(2px, 2px);
    }

    80% {
        transform: translate(2px, -2px);
    }

    100% {
        transform: translate(0);
    }
}

@media (max-width: 768px) {
    .main-nav-item {
        font-size: 1rem;
        min-width: 50px;
        max-width: 140px;
        flex: 1 1 auto;
        text-align: center;
    }

    .home-select-text {
        font-size: 28px;
    }

    .home-button {
        height: 60px;
    }

    .scheduler-container {
        border-radius: 40px !important;
        padding: 0 20px 10px 20px;
    }

    .scheduler-wrapper {
    }

    .scheduler-date {
        padding: 20px;
        font-size: 14px;
    }

    .scheduler-slot-block {
        margin: 0 5px 10px 5px;
    }

    .scheduler-slot-circle {
        width: 80px !important;
        height: 80px !important;
        border-radius: 80px !important;
        font-size: 14px;
    }

    .scheduler-slot-text {
        font-size: 12px;
    }

    .dialog-size {
        width: 90%;
    }

    .admin-proposals-paper {
        margin: 5px;
        padding: 10px;
    }

    .admin-proposals-paper-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .error-image {
        max-width: 100%;
    }

    .icon-align-middle {
        vertical-align: middle;
    }

    .admin-exhibitor-profile-photo {
        margin: 3px;
    }
}