body {
    position: fixed;
    width: 100%;
    height: 100%;
}



img.imglogo {
    max-width: 100px;
}



*{
    padding: 0;
    margin: 0;
}





.dmode {
    background: #111111;
    color: #fff;
}
.mainnavright {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: #adadad;
    text-transform: capitalize;
}
.mainnav {
    background: #171717;
    border-bottom: 1px solid rgb(42, 42, 42);
    padding: 0;
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100vw;
    height: 6vh;
    z-index: 9999;
}

.mainnavleft {
    display: flex;
    align-items: center;
}

.mmenuavat {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 2rem;
    width: 2rem;
    color: rgb(185, 195, 245);
    background-color: rgb(22, 31, 80);
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
}


.dashpg {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.dashcontnt {
    width: 85vw;
    margin-right: 0;
    margin-left: auto;
    height: 94vh;
    z-index: 999;
    margin-bottom: 0;
    margin-top: auto;
    display: flex;
    overflow-y: scroll;
    flex-direction: column;
}


.mainnavcntnt {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
}

.dashcontntnav {
    /* overflow-y: auto; */
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    z-index: 1200;
    outline: 0px;
    border-right: 1px solid rgb(42, 42, 42);
    align-items: stretch;
    position: fixed;
    left: 0;
    height: 94vh;
    top: 6vh;
    width: 15vw;
    justify-content: space-between;
}

.dashcontntnavhldr {
    padding: 30px;
}

/* .dashcontntholder {
    padding: 35px;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
} */

.dashnavsidetab {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.dashcontntnavhldr {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}


.dashcontntdata {
    max-width: 70%;
    margin: auto;
}

img.sidenavicn {
    max-width: 20px;
    width: 100%;
    filter: invert(0.5);
}


.sidenavtxt {
    text-transform: capitalize;
    color: #fbfbfbfb;
    font-family: inter;
    font-weight: 400;
    min-width: max-content;
    font-size: 14px;
}

.activetab > .sidenavtxt {
    color: #cdf9cd;
}

.activetab > .sidenavicn {
    color: #cdf9cd;
}


.sidenavicn {
    font-size: 19px !important;
    color: #949494;
}

.filled{
    font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}


.ftrlogin {
    display: flex;
    gap: 20px;
    align-items: center;
}
.ftrlogin {
    opacity: 0.6;
}
.ftrcr {
    color: #909090;
    font-size: 12px;
}
.langicn {
    height: 23px;
    width: auto;
    filter: invert(1);
    margin-top: -3px;
}









.cntntnotif {
    padding: 25px;
    border-bottom: 1px solid rgb(42, 42, 42);
    width: 98%;
    display: flex;
    gap: 15px;
}



.mmenuapp {
    position: relative;
}


.mmenucntnt {
    border: 1px solid rgb(42, 42, 42);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 33px 80px, rgba(0, 0, 0, 0.05) 0px 13.7866px 33.4221px, rgba(0, 0, 0, 0.043) 0px 7.37098px 17.869px,
    rgba(0, 0, 0, 0.035) 0px 4.13211px 10.0172px, rgba(0, 0, 0, 0.027) 0px 2.19453px 5.32008px, rgba(0, 0, 0, 0.02) 0px 0.913195px 2.21381px;
    background: #2e2e2e;
    position: absolute;
    right: 10px;
    top: 0px;
    padding: 20px;
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
    z-index: 9999;
    min-width: 220px;
    flex-direction: column;
    gap: 10px;
    font-family: 'Inter';
    opacity: 0;
    pointer-events: none;
    transition: 0.4s ease;
}

.userdata {
    display: flex;
    gap: 12px;
    align-items: center;
}

.userdata * .useravatar {
    border-radius: 400px;
}

.userdata > .mmenuavat {
    background-color: #0000;
}


.username {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'inter';
}

.useremail {
    font-size: 13px;
    color: #969696;
    font-family: 'Inter';
    text-transform: lowercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.theme {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
}

.mmenutopsec {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    border-bottom: solid 1px #474747;
    padding-bottom: 20px;
}


select.themselection {
    width: 100%;
    background: #111;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    border: solid 1px #951f02;
    outline: 0;
}

.userdataone {
    display: flex;
    flex-direction: column;
    gap: 3px;
}


.mmenubtns {
    background: #0000;
    border: 0;
    color: #adadad;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}

.mmenumidsec {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

em.userbalance {
    font-style: normal;
    background: #951f02;
    color: #fcba37;
    border-radius: 400px;
    font-size: 11px;
    font-weight: 500;
    font-family: 'Inter';
    padding: 1px 5px;
}


.subscription {
    font-size: 12px;
    color: #969696;
    font-family: 'Inter';
    margin-top: 5px;
    font-weight: 800;
    text-transform: uppercase;
}


.mmenucls {
    background: #fff0;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    display: none;
}


.freeTrial {
    border-bottom: 1px solid rgb(42, 42, 42);
    padding: 15px 30px;
    margin-bottom: 25px;
    display: none;
    font-size: 14px;
    color: #adadad;
}


.userprofilemaindata {
    margin-top: 25px;
    background: #0000;
    border: 1px solid rgb(42, 42, 42);
    padding: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 35px;
    position: relative;
}


.userprofilemaindata > img.useravatar {
    border-radius: 400px;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.tabsubttl {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.57143;
    letter-spacing: 0em;
    color: rgb(171, 171, 171);
}

label.profilelabel {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.57143;
    letter-spacing: 0em;
    color: rgb(171, 171, 171);
    text-transform: capitalize;
}





.updatemessage {
    color: #cdf9cd;
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 13px;
}


.accountbalance {
    background: #ffffff;
    color: #171717;
    border: 1px solid rgb(42, 42, 42);
    border-radius: 10px;
    padding: 25px;
    margin-top: 40px;
    width: max-content;
}


.accountbalanceamount {
    font-size: 33px;
    font-family: 'inter';
    font-weight: 600;
    margin: 10px 0px;
}


.accountbalanceactions {
    display: flex;
    gap: 5px;
}

.recharege {
    background: #cdf9cd;
    color: #00261a;
    font-family: 'inter';
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    border: solid 1px #00261a47;
}

.enterpromo {
    background: #cdf9cd00;
    color: #00261a;
    font-family: 'inter';
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    border: solid 1px #00261a47;
}

/* .dashcontntholder {
    padding: 35px;
    display: flex;
    gap: 20px;
} */

img.mywebsiteimg {
    width: 170px;
    height: 100%;
    /* margin-top: 25px; */
    margin-left: -15px;
}

.mywebsitename {
    width: max-content;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Inter';
}

.mywebsitelink {
    font-size: 14px;
    color: #969696;
}

.ttl {
    padding: 30px 0px;
}


.mywebsite {
    padding: 0px 22px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
    border: 1px solid rgb(51, 51, 51);
    min-height: 100px;
}


.dashcontntholder {
    padding: 35px;
    /* display: flex;
    flex-direction: column;
    gap: 10px; */
}

.mywebsiteholder {
    max-width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.mywebsitedata {
    display: flex;
    gap: 20px;
}

.imghlder {
    background: #fff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    
}


img.websitelogo {
    max-width: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    
}


.websiteprev {
    background: #33333342;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    min-height: 88px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: -15px;
}


.mywebsitebtn {
    color: #cdf9cd;
    font-size: 13px;
    margin-top: 10px;
    cursor: pointer;
}

.mywebsiteimghldr {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #333333;
    padding: 1px 5px;
    border-radius: 20px;
    min-height: 48px;
}

img.smlwebsitelogo {
    max-width: 35px;
    background: #33333300;
    padding: 10px;
}