
.blackBG-2 {
    background-color: #131415 !important;
}

.whiteBG-2 {
    background-color: white !important;
}

.blackText-2 {
    color: #131415 !important;
}

.whiteText-2 {
    color: white !important;
}

.button-mobile-menu .blackBG-2 {
    background-color: white !important;
}

.containerButton .whiteText-2{
    background-color: #131415 !important;
    color: red !important;
}

.onoffswitch {
    position: relative;
    margin-left: 140px;
    width: 65px;
    z-index: 99;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999;
    border-radius: 30px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #161616;
    color: #e0e0e0;
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #e0e0e0;
    color: #161616;
    text-align: right;
}

@media(max-width: 991px){
    .whiteText-2 .onoffswitch-switch{
        right: 0;
    }

    .whiteText-2 .onoffswitch-inner:after{
        background-color: #131415 !important;
        transition: all 0.3s ease-in 0s;

    }
    .onoffswitch-inner:before {
        background-color: #e0e0e0 !important;
        transition: all 0.3s ease-in 0s;
    }
}

.onoffswitch-switch {
    display: block;
    width: 35px;
    margin: 0px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 31px;
    border: 2px solid #999;
    border-radius: 30px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.darkModeLabel {
    position: relative;
    z-index: 99;
}

.darkModeLabel h4 {
    position: absolute;
    top: 9px;
    font-family: 'GothicA1', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #e0e0e0;
}

@media (max-width: 992px) {
    .HomeHeader {
        background-color: transparent !important;
    }

    .HomeHeader .logo {
        background-color: transparent !important;
    }

    .SpecialMobileThumb .preview {
        background-color: transparent !important;
    }

    .SpecialMobileThumb .preview .title {
        background-color: transparent !important;
    }

    .SwipeUp .arrowContainer {
        background-color: transparent !important;
    }

    .SwipeUp .arrowContainer .arrowUp{
        background-color: transparent !important;
    }

    .SwipeUp  {
        background-color: transparent !important;
    }


    .SwipeUp .arrow {
        background-color: transparent !important;
    }

    /*.relatedsHome label {
        color: white !important;
    }*/
}

@media (min-width: 992px) {
    .darkModeLabel {
        padding-left: 20px;
    }
}

.pagination li .whiteText-2{
    color: black !important;
}

.mainPost .img .blackBG-2{
    background-color: transparent !important;
}

.mainPost .img .preview .blackBG-2{
    background-color: transparent !important;
}

.swiperCategories .swiper-pagination{
    background-color: transparent !important;
}

