/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 2 Apr 2026, 5:41:59 am
    Author     : arun
*/

.DZ-theme-btn{
   
}
.DZ-theme-btn i{
   
}
.DZ-theme-btn.DZ-bt-support-now{
    background:#ffffff !important;
    background:#ffffff !important;
    background:#ffffff !important;
    background:#ffffff !important;
    
        
}
.DZ-theme-btn.DZ-bt-buy-now{
/*    background:#1fdf61;
    background:-moz-linear-gradient(top,#a3d179 0,#88ba46 100%);
    background:-webkit-linear-gradient(top,#a3d179 0,#88ba46 100%);
    background:linear-gradient(to bottom,#a3d179 0,#88ba46 100%)*/
}
.DZ-theme-btn:hover{
/*    color:#fff;
    padding:0 20px*/
}
.DZ-theme-btn span{
    display:table-cell;
    vertical-align:middle;
    font-size:16px;
    letter-spacing:-15px;
    opacity:0;
    line-height:50px;
    -webkit-transition:all 1s;
    -ms-transition:all 1s;
    transition:all 1s;
    text-transform:uppercase
}
.DZ-theme-btn:hover span{
    opacity:1;
    letter-spacing:1px;
    padding-left:10px
}
.at-expanding-share-button[data-position=bottom-left]{
    bottom:130px!important;
}
.DZ-theme-btn{
    display:flex;
    align-items:center;
    justify-content:center
}
.DZ-theme-btn svg{
    fill:#fff;
    width:26px;
    height:26px
}

/* Hide floating side icons */
.DZ-theme-btn,
.DZ-bt-buy-now,
.DZ-bt-support-now {
    display: none !important;
}