.pool_detail_info {
    position: fixed;
    bottom: 20px;
    right: 30px;
    background-color: white;
    padding: 5px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    z-index: 99;
}

.pool_detail_button {
    position: fixed;
    bottom: 0;
    right: 30px;
    padding: 5px 20px 2px 20px;
    background-color: white;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    z-index: 99;
    display: none;
}

#pool_info_pop_up {
    cursor: pointer;
}

#pool_info_pop_up:hover,
#pool_info_pop_up:focus {
    box-shadow: inset 0 0 0 2em rgba(5, 89, 125, 1);
    color: white;
}

#btn_close_info {
    outline: none !important;
    box-shadow: none !important;
}
