.chngmodeapp {
    border: solid 1px #000;
    border-radius: 400px;
    padding: 2px 4px;
    display: flex;
    gap: 5px;
    position: relative;
    cursor: pointer;
}

.changer {
    width: 40%;
    height: 80%;
    border-radius: 400px;
    background: #000;
    position: absolute;
    right: 3px;
    top: 2px;
}

.wdapp {
    font-size: 18px;
    color: #fff;
}

.changetodark {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: -3px;
}


.addimenu {
    display: flex;
    align-items: center;
    gap: 15px;
}



/* .whitemode {
    background: #f1f1f1;
}

.whitemode * .logotxt {
    color: #0d0d0d !important;
}

.whitemode * a.navlnk{
    color: #0d0d0d !important;
}


.whitemode * .dwmode{
    color: #0d0d0d !important;
}


.whitemode * img.logoimg.absolute {
    top: 7px !important;
    left: 5px;
}

.whitemode * .boldttle{
    color: #0d0d0d !important; 
}

.whitemode * .mainp {
    color: #0d0d0d !important; 
}

.whitemode * .sectitle {
    color: #0d0d0d !important; 
}

.whitemode * .secdescc {
    color: #000 !important;
}

.whitemode * .categoryname {
    color: #ffffff;
    z-index: 999;
}

/* .whitemode * .category {
    background: #000000;
} */

/* .whitemode * .fblack {
    color: #0d0d0d !important;
}

.whitemode * .membname {
    color: #0d0d0d !important;
}


.whitemode * .ftersecttle {
    color: #0d0d0d !important;
    font-weight: 600;
}

.whitemode * img.socialicn {
    filter: opacity(0.6);
}

.whitemode * a.fterlink {
    color: #0d0d0d !important;
}

.whitemode * img.fterimg {
    filter: brightness(0.5);
}

.whitemode * a.dpdf {
    background: #ddd;
    color: #0d0d0d;
}

.whitemode * .newreg {
    filter: invert(1);
    opacity: 0.9;
}

.whitemode * .fixnav {
    background: #ffffffd6 !important;
}


.whitemode * .secp{
    color: #000000;
}


.whitemode * .goo {
    background: #dddddd;
    color: #000000;
}


.whitemode * .arrwicn {
    border: 1px solid rgb(109 109 109 / 16%);
}

.whitemode * .secbtn {
    border: solid 1px #33333352;
    background: #dddddd;
}


.whitemode * .rsecbtn {
    border: solid 1px #33333352;
    background: #dddddd;
}



.whitemode * .aboutsecitm {
    border: 1px solid rgba(51, 51, 51, 0.32);
    background: rgb(221, 221, 221);
    color: #000;
}

.whitemode * .aboutsecicn {
    color: #0d0d0d;
}

.whitemode * .aboutsecitmttle {
    color: #0d0d0d;
    font-weight: 600;
}

.whitemode * .chnglang {
    color: #0e0e0e;
}

.whitemode * .cr {
    color: #0e0e0e;
}

.whitemode * .crlnk {
    color: #0e0e0e;
}

.whitemode * .secdesc {
    color: #0e0e0e;
}

.whitemode * .aboutsecitmdesc {
    color: #0e0e0e;
}

.whitemode * .mainpp {
    color: #0e0e0e;
}


.whitemode * .servimg {
    opacity: 0.4;
}


.whitemode * .shimmer {
    opacity: 0.2;
} */


/* ----------------------------------------------------- */


body.darkmode {
    background: #1c1c1c;
}

.darkmode > .mainbody {
    background: #1c1c1c;
    color: #fff;
}

.darkmode * .logomaintxt {
    color: #fff;
}

.darkmode * img.logomainimg {
    background: #fff;
    border-radius: 400px;
}

.darkmode * .mainsech2 {
    color: #7f7f7f;
}

.darkmode * .textanim1 {
    color: #8d8d8d;
}
.darkmode * .textanim2 {
    color: #8d8d8d;
}
.darkmode * .textanim3 {
    color: #8d8d8d;
}

.darkmode * .category {
    color: #fff;
}

.darkmode * .categorydescc {
    color: #878787;
}


.darkmode * .logotxt {
    color: #fff;
}



.darkmode * .mainnavitms {
    border-color: #ffffff24;
}

.darkmode * .activenav {
    color: #ffffff !important;
    background: #4f4f4f45;
}

.darkmode * .mainnavitms > .navitm {
    color: #b9b9b9 !important;
}

.darkmode * .usericn {
    color: #ffffff !important;
}


.darkmode * .fbox:hover > .fbx-ttle {
    color: #1c1c1c;
}


.darkmode * .secridesc {
    color: #7f7f7f;
}


.darkmode * a.dpdf {
    background: #f1efed;
    color: #1c1c1c;
    font-weight: 600;
    padding-right: 25px;
}



.darkmode * .fbox {
    background: #3333331e;
}

.darkmode * .fbox:hover {
    background: #ffffff;
}