/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09.04.2021, 10:37:13
    Author     : kalteluc
*/

.innpuls-show-hidden-content-main{
    display: inline-block;
    cursor: pointer;
}
.innpuls-show-hidden-content-main-wrapper{
    display: inline-block;
}

.show-me-content{
    display: none;
    overflow: hidden !important;
}
.innpuls-active-content{
    display: initial !important;
}
.innpuls-show-hidden-content-button-wrapper{
    position: relative;
    z-index: 99999;
}