﻿.firsbtn {
    background: #EDEDED;
    border-radius: 4px;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    --bs-btn-hover-border-color: none;
    --bs-btn-border-color: none;
    --bs-btn-border-radius: 0.375rem;
}

.firsbtn:hover {
    background: #EDEDED;
    border-radius: 4px;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
}

.dvFirsBtn {
    margin-right: 5%
}

.bgPill {
    background-color: white;
    color: black;
    font-size: 90%;
    margin-right: 1%;
    margin-bottom: 2%;
}

.bgPill2 {
    background-color: white;
    color: black;
    font-size: 90%;
    margin-right: 1%;
    margin-bottom: 2%;
}

.pibModalErrorContent ul li {
    content: inherit;
    display: flex;
    list-style: disc;
}

#uaszonesbtndropdown .alert-warning {
    background: #d3d3d4;
}

#uaszonesbtndropdown_ul .alert-warning {
    background: #d3d3d4;
}