﻿.table-cell-wrap {
    white-space: normal; /* Allows text to wrap within the cell */
    overflow-wrap: break-word; /* Ensures that long words break if necessary */
    word-break: break-word; /* Forces long words to break if needed */
}

.cookie-hide {
    visibility: hidden
}
.table-cell-wrap {
    white-space: normal; /* Allows text to wrap within the cell */
    overflow-wrap: break-word; /* Ensures that long words break if necessary */
    word-break: break-word; /* Forces long words to break if needed */
}

adgm-breadcrumbs {
    /*  overflow: hidden; */
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

adgm-breadcrumb:last-child {
    display: inline-block;
}

.form-input {
    margin-left: 0px !important;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1000;
}

.button.--variant-tertiary {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

    .button.--variant-tertiary:hover {
        background-color: #0056b3;
    }


img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 0 20px 0;
}

adgm-filter-provider {
    position: relative;
    z-index: 1;
}

adgm-body blockquote {
    font-size: 1rem !important;
}

@media screen and (max-width: 600px) {
    .event-text{
    width: 300px;
}
}

.input-with-flag {
    position: relative;
}
.adgm-bootstrap-form .dropdown-menu.show {
    width: 100%;
}
.dropdown{
    position: static !important; 
}