.elementor-button-wrapper , span.elementor-button-icon {
    display: flex;
}
    .nias-off-canvas-mobile , .nias-search-canva {
    z-index: 9;
    height: 0;
    transition: all .5s!important;
    overflow: hidden;
    position: relative;
}
.nias-mobile-active .nias-off-canvas-mobile , .nias-search-active .nias-search-canva{
    height: 100vh;
}
 .nias-header{
    
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}
.nias-icon-menu , .nias-search-icon {
  cursor: pointer;
}



.nias-icon-menu svg {
  /* The size of the SVG defines the overall size */
  height: 3em;
  /* Define the transition for transforming the SVG */
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nias-icon-menu .line {
  fill: none;
  stroke: black;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  /* Define the transition for transforming the Stroke */
  transition:
    stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nias-icon-menu .line-top-bottom {
  stroke-dasharray: 12 63;
}

.nias-mobile-active .nias-icon-menu svg{
  transform: rotate(-45deg);
}

.nias-search-icon path{
    transition: 0.5s;
}
.nias-search-active .nias-search-icon path:nth-child(1){
        d: path("M 1 26 L 26 1");
    
}

.nias-search-active .nias-search-icon path:nth-child(2){
    d: path("M 16 11 L 20 7");
    
}

.nias-search-active .nias-search-icon path:nth-child(3){
    d: path("M 23 13.5 C 23 18.75 18.75 23 13.5 23 C 8.25 23 4 18.75 4 13.5 C 4 8.25 8.25 4 13.5 4");

    
}

.nias-search-active .nias-search-icon path:nth-child(4){
    d: path("M 26 26 L 1 1");
    
}



.nias-mobile-active .nias-icon-menu svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}



/*header mobile tablet*/

.nias-myacc-btn span.elementor-button-icon {
    display:none;
}


@media only screen and (max-width:1024px){
    .nias-myacc-btn span.elementor-button-icon {
    display:flex;
}
.nias-myacc-btn .elementor-button{
    background-color:transparent!important;
    padding:0;
}
    .nias-myacc-btn .elementor-button-text{
        display:none;
    }
    .nias-myacc-btn svg{
        width:24px
    }
}