/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.language_toggle_en,
.language_toggle_ar{
    display: flex;
    align-items: center;
    column-gap: 5px;
    width: 40px;
    height: 40px;
    background-color: #282635;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
}
.language_toggle_en{
    display: none;
}
.language_toggle_en i,
.language_toggle_ar i{
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #332A21;
    border-radius: 50%;
    color: var(--main);
    font-size: 16px;
}
.rtl .language_toggle_en{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rtl .language_toggle_ar{
    display: none;
}
.language_toggle {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.theme-light,
.theme-dark {
	width: 35px;
	height: 35px;
	background-color: #332A21;
	font-size: 16px;
	border-radius: 50%;
	color: var(--main);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.thmwrpr{
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-left: auto;
}
.theme-dark-outer{
	display: none !important;
}
.dark .theme-dark-outer{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.dark .theme-light-outer{
	display: none !important;
}
.theme-dark-outer,
.theme-light-outer{
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
}
.language_toggle-p,
.theme-p{
    font-size: 16px;
    color: var(--main);
}
