/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

/**************Marwa***************/
.button_theme, input[type=submit] {
    background-color: #5de1e505 !important;
    color: #2c2292 !important;
}


/********dark************/

/* Dark mode toggle button *

#bc-dark-toggle{
position:fixed;
bottom:20px;
right:20px;
width:45px;
height:45px;
border-radius:50%;
background:#1e293b;
color:white;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
z-index:9999;
box-shadow:0 4px 12px rgba(0,0,0,0.2);
font-size:18px;
}

/* Dark mode colors *

body.bc-dark-mode{
background-color:#0b1120;
color:#e2e8f0;
}

/* header *

body.bc-dark-mode #Header{
background:#0f172a !important;
}

/* menu *

body.bc-dark-mode #Top_bar .menu > li > a{
color:#e2e8f0 !important;
}

/* sections *

body.bc-dark-mode .section{
background:#0b1120;
}

/* text *

body.bc-dark-mode h1,
body.bc-dark-mode h2,
body.bc-dark-mode h3,
body.bc-dark-mode h4{
color:#f1f5f9;
}

/* links *

body.bc-dark-mode a{
color:#38bdf8;
}

/***********
 .bc-dark-mode #Wrapper, .bc-dark-mode .header-fixed #Top_bar, .bc-dark-mode .header-below #Top_bar, .bc-dark-mode #Header_creative, .bc-dark-mode #Top_bar #menu, .bc-dark-mode .sticky-tb-color #Top_bar.is-sticky {
    background-color: transparent !important;
}
*/
