/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 24 2024 | 02:18:07 */
/* Body*/
body {
    overflow-x: hidden !important;
}

::selection {
    background-color: var( --e-global-color-accent );
    color: #ffffff;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1200px;
}

tldx-lmi-shadow-root {
    display: none;
}

button.wa__btn_popup {
    background-color: transparent !important;
}

[type=button]:focus, [type=submit]:focus, button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

/* Scroll Bar CSS */

/* Scroll Bar CSS */
::-webkit-scrollbar{
    width: 8px;
    background: #F4F4F4;
}

::-webkit-scrollbar-thumb{
  width: 8px;
	background: #353531;
	 border: 0px solid #353531; 
}

::-webkit-scrollbar-thumb:hover{
   background: #6A6A62;
}
/* Scroll Bar CSS */

/* BOTON  CSS */

.btn-gneral .elementor-button-icon svg {
    width: 20px;
    height: auto;
	transition: 0.3s ease-out;
}

.btn-gneral .elementor-button:hover  path  {
	transition: 0.3s ease-out;
}

.btn-gneral .elementor-button .elementor-align-icon-right {
    z-index: 5;
    display: flex;
}

.btn-gneral .elementor-button .elementor-align-icon-left {
    z-index: 5;
    display: flex;
}

.btn-gneral .elementor-button-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-gneral .elementor-button {
  position: relative;
  align-items: center;
  
}

.btn-gneral .elementor-button .elementor-button-text {
  position: relative;
  z-index: 8;
}


