﻿.bano_conteiner {
    position: relative;
    border-radius: 4px;
    background-color: white;
    height: 340px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.bano {
    width: 260px;
    height: 260px;
    padding:20px;
    display: flex;
    flex-direction: column;
    align-items:start;
    margin-left: 10px;
    -webkit-tap-highlight-color: transparent;
    color: #2b2f33;
    cursor: pointer;
    outline: none;
    position: relative;
    touch-action: manipulation;
    transition: all .1s ease-out;
    border-radius: 16px;
}
.banom{
background-color: #fff;
    border: 2px solid #0000;
   
    box-shadow: 0 0 0 1px #cbcdd6;
}
.mainbase {
    border: 2px solid;
    border-color: #46a2d9;
   
}
.banom:hover {
    box-shadow: 0 8px 20px rgba(0, 51, 153, .08), 0 4px 8px rgba(0, 51, 153, .08);
    color: var(--hover-color, var(--color, #2b2f33));
    transform: translateY(-2px);
}
    .bano{
        margin-right:10px;
    }

.b-title_base {
    letter-spacing: .05em;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}
#panel_banos {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 10px;
    overflow: scroll hidden;
    scrollbar-width: none;
    transform: translateZ(0);
}

#carousul_banos {
    cursor: grab;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.carousul_bano_button {
    position: absolute;
    padding: 16px;
    border-radius: 6px;
    z-index: 44;
    background-color: #ffffff;
    box-shadow: 0 1px 8px rgba(33, 33, 33, 0.16);
    opacity: 1;
    transition: background-color ease-out .2s, box-shadow ease-out .2s, left ease-out .2s, right ease-out .2s, opacity ease-out .2s;
    display: none;
    line-height: 0;
    cursor: pointer;
}
    .carousul_bano_button[side="0"]{
     left: 10px;
    }
    .carousul_bano_button[side="1"]{
    right: 0px;
    }
    .carousul_bano_button:hover {
        filter: none !important;
        background-color: #dfe3e8;
    }

    .carousul_bano_button:after {
        width: 16px;
        min-width: 16px;
        height: 16px;
        content: "";
        transition-delay: .1s;
        transition-property: background-image;
        transition-timing-function: ease-in-out;
        display: inline-block;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .carousul_bano_button[side="0"]:after {
     
        background-image: url('/ico/promo/lefts.svg');
    }
    .carousul_bano_button[side="1"]:after {
       
        background-image: url('/ico/promo/rights.svg');
    }
.rec_panel_addreclink {
    background-color: #fff;
    border-radius: 3px 3px 0 0;
    bottom: 0;
    box-shadow: 0 8px 20px #00339914, 0 4px 8px #00339914;
    position: fixed;
    transition: .22s ease-in-out;
    z-index: 99;
    height: 80px;
    width: 70%;
    display: none;
    align-items: center;
}

.rec_panel_addreclink_vis {
    display: flex;
}

.cv-dashboard-resource_bano {
    border-radius: 8px;
    box-shadow: 0 4px 16px #0033990a, 0 2px 2px #00339914;
    box-sizing: border-box;
    width: 100%;
    overflow-y: hidden;
    padding: 24px;
    transition: all .1s ease-out;
    min-height: 250px;
    margin-top: 20px;
}
.baseheader
{
   display:flex;
   align-items:center;
}
.newbaseno{
    margin-top:10px;
}