:root {
    --main-color: rgb(12, 147, 78);
    --dark-color: #182b45;
    --dark-light: #4d5066;
}

.theme_scale_container {
    position: fixed;
    top: 17px;
    right: 17px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    transition: all 1s;
    z-index: -1111;
}

.theme_scale_container.theme {
    background: #0b0c13;
    transition: all 0.5s;
    transform: scale(133);
}

.theme_scale_container.default_dark {
    background: #0b0c13;
    transition: all 0s;
    transform: scale(133);
}

.change__mode_container {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 85px;
    border-radius: 20px;
    z-index: 2;
    transition: all 0.5s ease-in-out;
    background-color: #25273c;
    padding: 5px 10px;
}

.change__mode_container i {
    position: relative;
    font-size: 1.3em;
    transition: all 0.5s ease-in-out;
}

.change__mode_container i.theme {
    transition: all 0.5s ease-in-out;
    transform: translateX(-41px) rotateZ(360deg);
}

.change__mode_container i.default_dark {
    transition: all 0s ease-in-out;
    transform: translateX(-41px) rotateZ(360deg);
}

.change__mode_container:hover {
    cursor: pointer;
}

.change__mode_container.theme {
    background-color: #282b42;
    border: 2px solid #ffd149;
    transition: all 0.5s ease-in-out;
}

.change__mode_container.default_dark {
    background-color: #282b42;
    border: 2px solid #ffd149;
    transition: all 0s ease-in-out;
}

body.theme .change__mode_container {
    background: #fff;
}

body.theme header .top-header {
    background: #182b45 !important;
}


body.theme header .top-header a {
    color: #fff !important;
}

body.theme main {
    background: #021526;
}

body.theme .single_service_style {
    background-color: var(--dark-light);
}

body.theme {
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    color: #cecece;
}

body.theme p,
body.theme .paragraph {
    font-weight: 400;
    color: #cecece;
    font-size: 15px;
    line-height: 1.9;
    font-family: "Poppins", sans-serif;
}

body.theme .main-in-dark {
    color: var(--main-color) !important
}

body.theme .white-in-dark {
    color: #fff !important
}

body.theme .dark-in-dark {
    color: #fff !important
}

body.theme .bg-dark-theme {
    background-color: var(--dark-light) !important;
}

body.theme .bg-dark-in-dark {
    background-color: var(--dark-color) !important;
}

body.theme .all_categories_contaienr .single_category {
    background-color: darkslategrey !important;
}

body.theme .all__anssers___container {
    background-color: #00000000 !important;
}

body.theme .answer_container {
    background: #656565d1 !important
}

body.theme .quesion_main_style,
body.theme .quesion_main_style * {
    color: #fff !important;
}



/* #4d5066; */