:root {

    --qs-dm-border: #000;
    --qs-dm-link: #fff;
    --qs-dm-text: #fff;
    --qs-dm-title: #fff;
    --qs-dm-icon: #fff;
    --qs-dm-btn: #000;
    --qs-dm-bg: #000;
    --qs-dm-img-opacity: 1;
    --qs-dm-img-filter: none;
    --qs-dm-dark-default-icon: url('../img/dark.svg');
    --qs-dm-dark-default4-icon: url('../img/dark4.svg');
    --qs-dm-light-default-icon: url('../img/light.svg' );
    --qs-dm-light3-default-icon: url('../img/light3.svg');

}

/* qs dark mood layout 1 */
.qs-dark-mood-area{
    margin-top: 100px;
}

.qs-dark-mood-light{
    background: #f6f6f6;
    padding: 50px;
}

.qs-dark-mood-dark{
    background: #1A1A1A;
    padding: 50px;
}
.qs-dark-mood-layout-1{
	margin-bottom: 5px;
}
.qs-dark-mood-layout-1 .switch_common{

	margin: 0;
	padding: 0;
	list-style-type: none;

}

.qs-dark-mood-layout-1 .switch_common>.md_switch{
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
	text-align: center;
}
.qs-dark-mood-layout-1 .switch_common>.md_switch:last-child{
    margin-right: 0px;
}
.qs-dark-mood-layout-1 .switch_common .switch {
    visibility: hidden;
    margin-left: -9999px;
    position: absolute;
}
.qs-dark-mood-layout-1 .switch_common label{
    margin-bottom: 0;
}
.qs-dark-mood-layout-1 .switch_common .switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    border-radius: 30px;
    border: 4px solid #E8E8E8;
    user-select: none;

}
.qs-dark-mood-layout-1 .switch_common .switch + label:before,
.qs-dark-mood-layout-1 .switch_common .switch + label:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.qs-dark-mood-layout-1 .switch_common .switch + label:before {
    right: 0px;
    background: #E8E8E8;
    border-radius: 75px;
	left: -2px;
	top: 0;
	width: 102%;
 
}
.qs-dark-mood-layout-1 .switch_common .switch + label:after {
   
    border-radius: 45px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    content: attr(data-light);
    line-height: 36px;
    font-family: sans-serif;
	left: 0;
	top: 0;
  
}

.qs-dark-mood-layout-1 .md_switch .switch + label {
    height: 44px;
    width: 170px;
   
}
.qs-dark-mood-layout-1 .md_switch .switch:checked + label:after {
    margin-left: 84px;
    content: attr(data-dark);
    box-shadow: 0 2px 12px rgba(255,255,255, 0.1);
}
.qs-dark-mood-layout-1 .md_switch .switch + label:after {
    width: 86px;
    height: 36px;
}

.qs-dark-mood-layout-1 .switch_common .switch:checked + label:before {
    background-color: #303030;
}
.qs-dark-mood-layout-1 .switch_common .switch + label:after {
    background-color: #fff;
    text-align: center;
}

/* qs dark mood layout 1 */

/* qs dark mood layout 2 */
.qs-dark-mood-layout-2{
	margin-bottom: 50px;
}

.qs-dark-mood-layout-2 .switch_common{
	margin: 0;
	padding: 0;
	list-style-type: none;

}

.qs-dark-mood-layout-2 .switch_common>.md_switch{
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
	text-align: center;
}
.qs-dark-mood-layout-2 .switch_common>.md_switch:last-child{
    margin-right: 0px;
}
.qs-dark-mood-layout-2 .switch_common .switch {
    visibility: hidden;
    margin-left: -9999px;
    position: absolute;
}
.qs-dark-mood-layout-2 .switch_common label{
    margin-bottom: 0;
}
.qs-dark-mood-layout-2 .switch_common .switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    border-radius: 30px;
    border: 4px solid #FFB848;
    user-select: none;
}
.qs-dark-mood-layout-2 .switch_common .switch + label:before,
.qs-dark-mood-layout-2 .switch_common .switch + label:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.qs-dark-mood-layout-2 .switch_common .switch + label:before {
    right: 0px;
    background: #FFB848;
    border-radius: 75px;
	left: -2px;
	top: 0;
	width: 104%;
}
.qs-dark-mood-layout-2 .switch_common .switch + label:after {
    background-color: #fff;
    border-radius: 45px;
    line-height: 45px;
    font-family: sans-serif;
	left: 0;
	top: 0;
}

.qs-dark-mood-layout-2 .switch_common .switch:checked + label:before {
    background-color: #B848FF;
}
.qs-dark-mood-layout-2 .switch_common .switch:checked + label {
    border-color: #B848FF;
}
.qs-dark-mood-layout-2  .md_switch .switch + label {
    height: 38px;
    width: 85px;
}
.qs-dark-mood-layout-2 .md_switch .switch + label:after {
    width: 33px;
    height: 30px;
}
.qs-dark-mood-layout-common .switch_common .switch + label:after{
  text-align: center;
}
.qs-dark-mood-layout-2 .md_switch .switch:checked + label:after {
    margin-left: 46px;
}

/* qs dark mood layout 2 */

/* qs dark mood layout 3 */

.qs-dark-mood-layout-3{
	margin-bottom: 50px;
}
.qs-dark-mood-layout-3 .switch_common{
	margin: 0;
	padding: 0;
	list-style-type: none;

}

.qs-dark-mood-layout-3 .switch_common>.md_switch{
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
	text-align: center;
}
.qs-dark-mood-layout-3 .switch_common>.md_switch:last-child{
    margin-right: 0px;
}
.qs-dark-mood-layout-3 .switch_common .switch {
    visibility: hidden;
    margin-left: -9999px;
    position: absolute;
}
.qs-dark-mood-layout-3 .switch_common label{
    margin-bottom: 0;
}
.qs-dark-mood-layout-3 .switch_common .switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    border-radius: 30px;
    border: 1px solid #D1D1D1;
    user-select: none;
}
.qs-dark-mood-layout-3 .switch_common .switch + label:before,
.qs-dark-mood-layout-3 .switch_common .switch + label:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.qs-dark-mood-layout-3 .switch_common .switch + label:before {
    right: 0px;
    background: transparent;
    border-radius: 75px;
	left: 0px;
	top: 0;
	width: 100%;
    height: 100%;
}
.qs-dark-mood-layout-3 .switch_common .switch + label:after {
    background-color: #FDD711;
    border-radius: 45px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    content: attr(data-light);
    line-height: 36px;
    font-family: sans-serif;
	left: -1px;
	top: -1px;
	text-transform: uppercase;
}

.qs-dark-mood-layout-3 .switch_common .switch:checked + label:before {
    background-color: transparent;
}

.qs-dark-mood-layout-3  .md_switch .switch + label {
    height: 36px;
    width: 140px;
}
.qs-dark-mood-layout-3 .md_switch .switch + label:after {
    width: 67px;
    height: 38px;
}
.qs-dark-mood-layout-3 .md_switch .switch:checked + label:after {
    margin-left: 73px;
    content: attr(data-dark);
    box-shadow: 0 2px 12px rgba(255,255,255, 0.1);
    left: 1px;
}

/* qs dark mood layout 3 */

/* qs dark mood layout 4 */

.qs-dark-mood-layout-4{
	margin-bottom: 50px;
}
.qs-dark-mood-layout-4 .switch_common{
	margin: 0;
	padding: 0;
	list-style-type: none;

}

.qs-dark-mood-layout-4 .switch_common>.md_switch{
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
	text-align: center;
}
.qs-dark-mood-layout-4 .switch_common>.md_switch:last-child{
    margin-right: 0px;
}
.qs-dark-mood-layout-4 .switch_common .switch {
    visibility: hidden;
    margin-left: -9999px;
    position: absolute;
}
.qs-dark-mood-layout-4 .switch_common label{
    margin-bottom: 0;
}
.qs-dark-mood-layout-4 .switch_common .switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    border-radius: 30px;
    border: 1px solid #D1D1D1;
    padding: 5px;
    user-select: none;
}
.qs-dark-mood-layout-4 .switch_common .switch + label:before,
.qs-dark-mood-layout-4 .switch_common .switch + label:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.qs-dark-mood-layout-4 .switch_common .switch + label:before {
    right: 0px;
    background: transparent;
    border-radius: 75px;
	left: 0px;
	top: 0;
	width: 100%;
    height: 100%;
}
.qs-dark-mood-layout-4 .switch_common .switch + label:after {
    background-color: #1A1A1A;
    color: #fff;
    border-radius: 45px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    content: attr(data-light);
    line-height: 24px;
    font-family: sans-serif;
	left: 5px;
	top: 5px;
	text-transform: uppercase;
}

.qs-dark-mood-layou-4 .switch_common .switch:checked + label:before {
    background-color: transparent;
}

.qs-dark-mood-layout-4  .md_switch .switch + label {
    height: 35px;
    width: 153px;
}
.qs-dark-mood-layout-4 .md_switch .switch + label:after {
    width: 67px;
    height: 24px;
}
.qs-dark-mood-layout-4 .md_switch .switch:checked + label:after {
    margin-left: 76px;
    content: attr(data-dark);
    left: 1px;
}

/* qs dark mood layout 4 */

/* qs dark mood layout 5 */

.qs-dark-mood-layout-5{
	margin-bottom: 50px;
}
.qs-dark-mood-layout-5 .switch_common{
	margin: 0;
	padding: 0;
	list-style-type: none;

}

.qs-dark-mood-layout-5 .switch_common>.md_switch{
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
	text-align: center;
}
.qs-dark-mood-layout-5 .switch_common>.md_switch:last-child{
    margin-right: 0px;
}
.qs-dark-mood-layout-5 .switch_common .switch {
    visibility: hidden;
    margin-left: -9999px;
    position: absolute;
}
.qs-dark-mood-layout-5 .switch_common label{
    margin-bottom: 0;
}
.qs-dark-mood-layout-5 .switch_common .switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    border-radius: 0px;
    border: 1px solid #a1a1a1;
    user-select: none;
}
.qs-dark-mood-layout-5 .switch_common .switch + label:before,
.qs-dark-mood-layout-5 .switch_common .switch + label:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.qs-dark-mood-layout-5 .switch_common .switch + label:before {
    right: 0px;
    background: transparent;
    border-radius: 75px;
	left: 0px;
	top: 0;
	width: 100%;
    height: 100%;
}
.qs-dark-mood-layout-5 .switch_common .switch + label:after {
    background-color: #000;
    color: #fff;
    border-radius: 0px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    content: attr(data-light);
    line-height: 36px;
    font-family: sans-serif;
	left: -1px;
	top: -1px;
	text-transform: uppercase;
}

.qs-dark-mood-layout-5 .switch_common .switch:checked + label:before {
    background-color: transparent;
}

.qs-dark-mood-layout-5  .md_switch .switch + label {
    height: 36px;
    width: 120px;
}
.qs-dark-mood-layout-5 .md_switch .switch + label:after {
    width: 60px;
    height: 38px;
}
.qs-dark-mood-layout-5 .md_switch .switch:checked + label:after {
    margin-left: 60px;
    content: attr(data-dark);
    box-shadow: 0 2px 12px rgba(255,255,255, 0.1);
    left: 1px;
}

/* qs dark mood layout 5 */

/* qs dark mood layout 6 */


.qs-dark-mood-layout-6{
	margin-bottom: 50px;
}

.qs-dark-mood-layout-6 .switch_common{
	margin: 0;
	padding: 0;
	list-style-type: none;

}

.qs-dark-mood-layout-6 .switch_common>.md_switch{
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
	text-align: center;
}
.qs-dark-mood-layout-6 .switch_common>.md_switch:last-child{
    margin-right: 0px;
}
.qs-dark-mood-layout-6 .switch_common .switch {
    visibility: hidden;
    margin-left: -9999px;
    position: absolute;
}
.qs-dark-mood-layout-6 .switch_common label{
    margin-bottom: 0;
}
.qs-dark-mood-layout-6 .switch_common .switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    border-radius: 30px;
    border: 4px solid #03C581;
    user-select: none;
}
.qs-dark-mood-layout-6 .switch_common .switch + label:before,
.qs-dark-mood-layout-6 .switch_common .switch + label:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.qs-dark-mood-layout-6 .switch_common .switch + label:before {
    right: 0px;
    background: #03C581;
    border-radius: 75px;
	left: -2px;
	top: 0;
	width: 104%;
}
.qs-dark-mood-layout-6 .switch_common .switch + label:after {
    background-color: #fff;
    border-radius: 45px;
    line-height: 45px;
    font-family: sans-serif;
	left: 0;
	top: 0;
	text-align: center;
	background-image: var(--qs-dm-light-default-icon);
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
}

.qs-dark-mood-layout-6 .switch_common .switch:checked + label:before {
    background-color: #FF005C;
}
.qs-dark-mood-layout-6 .switch_common .switch:checked + label {
    border-color: #FF005C;
}
.qs-dark-mood-layout-6  .md_switch .switch + label {
    height: 38px;
    width: 85px;
}
.qs-dark-mood-layout-6 .md_switch .switch + label:after {
    width: 31px;
    height: 31px;
}
.qs-dark-mood-layout-6 .md_switch .switch:checked + label:after {
    margin-left: 46px;
    background-image: var(--qs-dm-dark-default-icon);
}

/* qs dark mood layout 6 */

/* qs dark mood layout 7 */
.qs-dark-mood-layout-7{
	margin-bottom: 50px;
}

.qs-dark-mood-layout-7 .switch_common{
	margin: 0;
	padding: 0;
	list-style-type: none;

}

.qs-dark-mood-layout-7 .switch_common>.md_switch{
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
	text-align: center;
}
.qs-dark-mood-layout-7 .switch_common>.md_switch:last-child{
    margin-right: 0px;
}
.qs-dark-mood-layout-7 .switch_common .switch {
    visibility: hidden;
    margin-left: -9999px;
    position: absolute;
}
.qs-dark-mood-layout-7 .switch_common label{
    margin-bottom: 0;
}
.qs-dark-mood-layout-7 .switch_common .switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    border-radius: 30px;
    border: 2px solid #03C581;
    user-select: none;
    text-align: right;
}
.qs-dark-mood-layout-7 .switch_common .switch + label:before,
.qs-dark-mood-layout-7 .switch_common .switch + label:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.qs-dark-mood-layout-7 .switch_common .switch + label:before {
    right: 0px;
    background: #03C581;
    border-radius: 75px;
	left: -2px;
	top: 0;
	width: 93%;
	content: attr(data-light);
	line-height: 25px;
	padding-right: 10px;
	font-family: sans-serif;
	color: #fff;
}
.qs-dark-mood-layout-7 .switch_common .switch + label:after {
    background-color: #fff;
    border-radius: 45px;
    line-height: 45px;
    font-family: sans-serif;
	left: 0;
	top: 0;
}

.qs-dark-mood-layout-7 .switch_common .switch:checked + label:before {
    background-color: #03C581;
    content: attr(data-dark);
    padding-left: 10px;
    padding-right: 0px;
}
.qs-dark-mood-layout-7 .switch_common .switch:checked + label {
    border-color: #03C581;
    text-align: left;
}
.qs-dark-mood-layout-7  .md_switch .switch + label {
    height: 28px;
    width: 88px;
}
.qs-dark-mood-layout-7 .md_switch .switch + label:after {
    width: 28px;
    height: 28px;
}
.qs-dark-mood-layout-7 .md_switch .switch:checked + label:after {
    margin-left: 60px;
}

/* qs dark mood layout 7 */

/* qs dark mood layout 8 */


.qs-dark-mood-layout-8{
	margin-bottom: 50px;
}

.qs-dark-mood-layout-8 .switch_common{
	margin: 0;
	padding: 0;
	list-style-type: none;

}

.qs-dark-mood-layout-8 .switch_common>.md_switch{
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
	text-align: center;
}
.qs-dark-mood-layout-8 .switch_common>.md_switch:last-child{
    margin-right: 0px;
}
.qs-dark-mood-layout-8 .switch_common .switch {
    visibility: hidden;
    margin-left: -9999px;
    position: absolute;
}
.qs-dark-mood-layout-8 .switch_common label{
    margin-bottom: 0;
}
.qs-dark-mood-layout-8 .switch_common .switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    border-radius: 50%;
    border: 0;
    user-select: none;
}
.qs-dark-mood-layout-8 .switch_common .switch + label:before,
.qs-dark-mood-layout-8 .switch_common .switch + label:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.qs-dark-mood-layout-8 .switch_common .switch + label:before {
    right: 0px;
    background: transparent;
    border-radius: 50%;
	left: 0px;
	top: 0;
	width: 104%;
}
.qs-dark-mood-layout-8 .switch_common .switch + label:after {
    background-color: #8F00FF;
    border-radius: 45px;
    line-height: 45px;
    font-family: sans-serif;
	left: 0;
	top: 0;
	text-align: center;
	background-image: var(--qs-dm-light3-default-icon);
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
}

.qs-dark-mood-layout-8 .switch_common .switch:checked + label:before {
    background-color: transparent;
}

.qs-dark-mood-layout-8  .md_switch .switch + label {
    height: 45px;
    width: 45px;
}
.qs-dark-mood-layout-8 .md_switch .switch + label:after {
    width: 45px;
    height: 45px;
}
.qs-dark-mood-layout-8 .md_switch .switch:checked + label:after {
    margin-left: 0px;
    background: #FF9900 var(--qs-dm-dark-default4-icon);
    z-index: 9;
    background-position: center;
    background-repeat: no-repeat;
}

/* qs dark mood layout 8 */

/* qs dark mood layout 9 */


.qs-dark-mood-layout-9{
	margin-bottom: 50px;
}

.qs-dark-mood-layout-9 .switch_common{
	margin: 0;
	padding: 0;
	list-style-type: none;

}

.qs-dark-mood-layout-9 .switch_common>.md_switch{
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
	text-align: center;
}
.qs-dark-mood-layout-9 .switch_common>.md_switch:last-child{
    margin-right: 0px;
}
.qs-dark-mood-layout-9 .switch_common .switch {
    visibility: hidden;
    margin-left: -9999px;
    position: absolute;
}
.qs-dark-mood-layout-9 .switch_common label{
    margin-bottom: 0;
}
.qs-dark-mood-layout-9 .switch_common .switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    border-radius: 30px;
    border: 0px;
    user-select: none;
}
.qs-dark-mood-layout-9 .switch_common .switch + label:before,
.qs-dark-mood-layout-9 .switch_common .switch + label:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.qs-dark-mood-layout-9 .switch_common .switch + label:before {
    right: 0px;
    background: #E8E8E8;
    border-radius: 75px;
	left: 0px;
	top: 0;
	width: 104%;
}
.qs-dark-mood-layout-9 .switch_common .switch + label:after {
    background-color: #FF9900;
    border-radius: 45px;
    line-height: 45px;
    font-family: sans-serif;
	left: 0;
	top: -3px;
	text-align: center;
	background-image: var(--qs-dm-light3-default-icon);
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	z-index: 9;
}

.qs-dark-mood-layout-9 .switch_common .switch:checked + label:before {
    background-color: #E8E8E8;
}
.qs-dark-mood-layout-9 .switch_common .switch:checked + label {
    border-color: #FF005C;
}
.qs-dark-mood-layout-9  .md_switch .switch + label {
    height: 26px;
    width: 75px;
}
.qs-dark-mood-layout-9 .md_switch .switch + label:after {
    width: 32px;
    height: 32px;
}
.qs-dark-mood-layout-9 .md_switch .switch:checked + label:after {
    margin-left: 46px;
    background-image: var(--qs-dm-dark-default4-icon);
}

/* qs dark mood layout 9 */

/* qs dark mood layout 10 */


.qs-dark-mood-layout-10{
	margin-bottom: 50px;
}

.qs-dark-mood-layout-10 .switch_common{
	margin: 0;
	padding: 0;
	list-style-type: none;

}

.qs-dark-mood-layout-10 .switch_common>.md_switch{
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
	text-align: center;
}
.qs-dark-mood-layout-10 .switch_common>.md_switch:last-child{
    margin-right: 0px;
}
.qs-dark-mood-layout-10 .switch_common .switch {
    visibility: hidden;
    margin-left: -9999px;
    position: absolute;
}
.qs-dark-mood-layout-10 .switch_common label{
    margin-bottom: 0;
}
.qs-dark-mood-layout-10 .switch_common .switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    border-radius: 50%;
    border: 8px solid #FFB848;
    user-select: none;
}
.qs-dark-mood-layout-10 .switch_common .switch + label:before,
.qs-dark-mood-layout-10 .switch_common .switch + label:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.qs-dark-mood-layout-10 .switch_common .switch + label:before {
    right: 0px;
    background: #000;
    border-radius: 75px;
	left: -2px;
	top: 0;
	width: 104%;
}
.qs-dark-mood-layout-10 .switch_common .switch + label:after {
    background-color: #fff;
    border-radius: 0;
    line-height: 45px;
    font-family: sans-serif;
	left: -13px;
	top: 0;
}

.qs-dark-mood-layout-10 .switch_common .switch:checked + label:before {
    background-color: #000;
}
.qs-dark-mood-layout-10 .switch_common .switch:checked + label {
    border-color: #FFB848;
}
.qs-dark-mood-layout-10  .md_switch .switch + label {
    height: 28px;
    width: 28px;
    overflow: hidden;
}
.qs-dark-mood-layout-10 .md_switch .switch + label:after {
    width: 28px;
    height: 28px;
}
.qs-dark-mood-layout-10 .md_switch .switch:checked + label:after {
    margin-left: 0px;
    left: 14px;
    background: #fff;
}

/* Preloader */

.qs-skip-dark-mode.qs-dark-mode-preloader-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000 !important;
    z-index: 999999999;
    opacity: 1;
    visibility: visible;
    transition: all linear 0.5s;
}

.qs-skip-dark-mode.qs-dark-mode-preloader-overlay.qs-active{
    opacity: 0;
    visibility: hidden;
}

/* qs dark mood layout 10 */