.dropbtn {
    background-color: #1f2937;
    color: white;
    padding: 4px;
    font-size: 16px;
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.bottom-30 {
    bottom: 30px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #444752;
}

.legislation {
    color: #0045ff !important;
}

.info-flag{
    display: block;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    background-color: transparent;
    margin-left: 3px;
}
.danger-flag{
    display: block;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    background-color: #ff2525;
    margin-left: 3px;
    border: 1px solid #fd1010;
}
.warning-flag{
    display: block;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    background-color: #ffe53b;
    margin-left: 3px;
    border: 1px solid #f3d515;
}

.collect-container{
    display: flex;
    justify-content: space-between;

}

.flag-container{
    width: 20px;
}

.warning{
    color: #ffe53b !important;
    font-size: 24px;
}

.danger{
    color: #ff2525 !important;
    font-size: 24px;
    margin-right: 3px;
}

.footer-contacts{
    border-bottom-width: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 2px 0;
    z-index: 1000;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; 
}

.logo-size{
    width: 120px;
    height: 30px;
}
