.search_panel{
    background: white;
    padding: 10px 25px;
    border-radius: 15px;

}
.page  .mails{
    padding-top: 80px;
}
.tooltip.in {
    opacity: 1;
}

.div-age{
    margin-bottom: 30px;
}

.region-check{
    padding-bottom: 10px;
}

.tooltip-inner {
    background-color: white;
    color: black;
}

.page .dreams__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 10px;
}

.page .dreams__header-search {
    display: flex;
    gap: 12px;
    position: relative;
}
.label-regions{
    font-size: 16px;
    line-height: 1.4;
    color: #242a34;
    padding-bottom: 10px;
}

.name-regions{
    float: left;
}
.count-regions{
    font-weight: bold;
    float: right;
}
.dreams-buttons{
    width: 100%;
}
.flash_message_alert{
    position: fixed;
    z-index: 999999;
    top: 120px;
    right:10px;
    background-color: white;
/*   width: 342px;*/
    
}

.flash-content{
    display: flex;
    align-items: center;
}
.flash-icon{
    display:inline-block;
}

.flash-text{
    display: inline-block;
}

.slider .tooltip {
   z-index: 1;
}