
/* widget: Unfold Content */

#uc_ue_unfold_viblsty_bc25cb9{
 opacity: 0;
 transition: opacity .2s;
}

#uc_ue_unfold_viblsty_bc25cb9.ue-full-opacity{
 opacity: 1;
}

#uc_ue_unfold_viblsty_bc25cb9 .unfold_wrapper{
  max-height:100%;
  width: 100%;
}

#uc_ue_unfold_viblsty_bc25cb9 .unfold_card
{
  position: relative;
  overflow:hidden;
}

#uc_ue_unfold_viblsty_bc25cb9 .uf_overlayuc_ue_unfold_viblsty_bc25cb9{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(0deg, #F8F8F8) 10%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, #F8F8F8 10%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, #F8F8F8 10%, rgba(255, 255, 255, 0) 100%);
}

#uc_ue_unfold_viblsty_bc25cb9 .ue-btn-wrap{
        display: none;
    position:relative;
  z-index:2;
}

#uc_ue_unfold_viblsty_bc25cb9 #button_uc_ue_unfold_viblsty_bc25cb9{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
    transition:0.3s;
}

.ue-btn-icon
{
  line-height:1em;
}

.ue-btn-icon svg
{
  height:1em;
  width:1em;
}

#uc_ue_unfold_viblsty_bc25cb9 .unfold_wrapper
{
  overflow:hidden;
  transition:300ms;
}

#uf_overlayuc_ue_unfold_viblsty_bc25cb9
{
  transition:300ms;
}

#uc_ue_unfold_viblsty_bc25cb9 .unfold_wrapper.ue-unfold-active #uf_overlayuc_ue_unfold_viblsty_bc25cb9
{
  height:0px;
}

#ue-icon-unfolded-uc_ue_unfold_viblsty_bc25cb9
{
  display:none;
}

#ue-text-unfolded-uc_ue_unfold_viblsty_bc25cb9
{
  display:none;
}

#uc_ue_unfold_viblsty_bc25cb9  button
{
  outline:none;
}