.top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vh;
}
.top .top_inner{
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.top .top_inner .name{
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.top .top_inner .name .profilepic{
    border: 1px solid #808080;
    border-radius: 30px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.top .top_inner .name .profilepic img{
    width: 100%;
    height: 100%;
}
.top .top_inner .name h1{
    margin-left: 3px;
    font-size: calc(12px + 1vw);
    font-weight: 700;
}
.top .top_inner .notif{
    width: 9%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top .top_inner .notif .notif_inner{
    margin-top: 5vh;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: start end;
}
.top .top_inner .notif svg{
    grid-area: 1/1;
    z-index: 1;
}
.notiftab{
    width: 100%;
    height: 88vh;
    align-items: center;
    justify-content: center;
    padding: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 11vh 0 0 0;
}
.notiftab h1{
    width: 100%;
    height: fit-content;
    text-align: center;
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 2vh;
}
.notiftab .clasi{
    width: 100%;
    height: 8vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 0 2vh 0;
}
.notiftab .clasi button{
    width: 50%;
    height: 100%;
    border: none;
    background: #EDEDED;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    border-radius: none;
    margin: 0 1px 0 1px;
    transition: .1s ease-in-out;
    border-bottom: 3px solid #4CAF50;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.notiftab .clasi button .notifdot {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #f00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    font-size: 12px;
}
.notiftab .notifinner{
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow-y: scroll;
}
.notiftab .notifinner .iner_iner{
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 5%;
}
.notiftab .notifinner .iner_iner li{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    border-radius: 10px;
    margin: 3px 0 0 0;
    background: #d0d0d0b9;
    color: #1b1b1b84;
    padding: 10px;
    list-style: none;
    transition: .5s ease-in-out;
}
.notiftab .notifinner .iner_iner li .title, .notiftab .notifinner .iner_iner li .message{
    display: flex;
    text-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
}
.notiftab .notifinner .iner_iner li.pending{
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.notiftab .notifinner .iner_iner li .title{
    color: #1e1c1cca;
    font-size: 20px;
    font-weight: 500;
}
.notiftab .notifinner .iner_iner li.pending .title{
    color: #000;
    font-size: 25px;
    font-weight: 700;
}
.notiftab .notifinner .iner_iner li .message{
    color: #525252b9;
    font-size: 15px;
    font-weight: 300;
}
.notiftab .notifinner .iner_iner li.pending .message{
    color: #000000cc;
    font-size: 20px;
    font-weight: 500;
}
.notiftab .notifinner .iner_iner h1{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
}
.adds{
    margin: 18% 0 0 0;
    width: 100%;
    height: 76vh;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.adds .adds_inner{
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: scroll;
}
.adds .adds_inner h3{
    width: 100%;
    height: fit-content;
    text-align: center;
    font-weight: 800;
    font-size: 25px;
}
.adds .adds_inner input{
    border-radius: 9px;
}
.adds .adds_inner .mid{
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0 0 0;
}
.adds .adds_inner .mid .cat{
    width: 100%;
    height: 9vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.adds .adds_inner .mid .cat .cat_inner{
    width: 99%;
    height: 99%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    overflow: scroll;
}
.adds .adds_inner .mid .cat .cat_inner button{
    width: fit-content;
    height: 70%;
    padding: 0 10px;
    border-radius: 8px;
    background: #EDEDED;
    color: #000;
    border: none;
    margin-left: 2%;
    margin-right: 2%;
}
.adds .adds_inner .mid .cat .cat_inner button.selected{
  background: #000;
  color: #fff;
}
.adds .adds_inner #shoptab li{
    width: calc(100% - (100% - 19vh));
    height: calc(100% - (100% - 19vh));
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 5%;
    border-radius: 10px;
    background: #d0d0d0b9;
}
.adds .adds_inner #shoptab .seresultbox li a{
    color: #000;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 15px;
}
.adds .adds_inner #shoptab li a img{
    width: 100%;
    height: 85%;
    border-radius: 10px;
}
.mid .wallet_inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    border-radius: 25px;
    margin-top: 3vh;
    background: url(/Style/images/background_1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.mid .wallet_inner .hh{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 3vh;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}
.mid .wallet_inner .hh h5{
    width: 90%;
    height: fit-content;
    align-items: center;
    font-size: 20px;
    text-align: center;
}
.mid .wallet_inner .hh span{
    width: 90%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.mid .wallet_inner .hh #point_money_eqiv{
    font-size: 20px;
    font-weight: 300;
}
.mid .wallet_inner .share_button{
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.mid .wallet_inner .share_button button{
    width: 45%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 5px;
    color: #000000;
    background-color: #ffffff;
    padding: 5px;
    overflow: scroll;
}
.mid .wallet_inner .share_button .linkfield{
    width: 60%;
    height: 40px;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #808080;
    margin-left: 7px;
    margin-right: 7px;
    background: #fff;
    padding: 0 5px;
    overflow: scroll;
    cursor: text;
    pointer-events: none;
    user-select: all;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.mid .wallet_inner .share_button .linkfield button{
    width: 80%;
    height: fit-content;
    border: none;
    background: none;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    z-index: 5;
}
.mid .wallet_inner .share_button .linkfield .copy{
    width: 20%;
    height: 99%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mid .wallet_inner .share_button .linkfield .copy svg{
    cursor: pointer;
    width: 90%;
}
.mid .wallet_inner .share_button .share_point_balance{
    width: 40px;
    height: 40px;
    margin-left: 7px;
}
.mid .wallet_inner .share_button #linkcopy{
    position: relative;
    right: 15%;
}
.mid .refern_explain{
    width: 100%;
    height: 90vh;
    margin-top: 3vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #d0d0d0b9;
    padding-top: 5%;
}
.mid .refern_explain .refern_explain_inner{
    border-radius: 20px;
    width: 90%;
    height: 24vh;
    display: flex;
    flex-direction: column;
    background: url(/Style/images/background_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mid .refern_explain h6{
    width: 100%;
    height: fit-content;
    padding: 5%;
}
.mid .refern_explain .refern_explain_inner h3, .mid .refern_explain .refern_explain_inner h5{
    width: 100%;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
}
.mid .refern_explain .refern_explain_inner h3{
    margin-top: 23%;
}
.mid .refern_explain .refern_explain_inner h5{
    font-size: 18px;
    font-weight: 300;
}
.mid .profiletab_inner, .mid .settings, .mid .profiletab_inner, .mid .editbox, .mid .notifset, .mid .dashseti{
    width: 99%;
    height: 99%;
    margin-top: 2vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: scroll;
    font-size: 20px;
    font-weight: 500;
}
.mid .settings .head, .mid .editbox .head, .mid .notifset .head, .mid .dashseti .head{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.mid .settings .head span, .mid .editbox .head span , .mid .notifset .head span, .mid .dashseti .head span{
    font-size: 20px;
    font-weight: 900;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mid .editbox .edit{
    color: #fff;
}
.mid .editbox button.savebtn{
    width: 100%;
    height: 8vh;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}
.profiletab_inner .prof_pic{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mid .profiletab_inner .prof_pic img, .settings img{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 3px solid #808080;
}
.mid .profiletab_inner .info, .mid .profiletab_inner .actions, .mid .profiletab_inner button, .pinfo{
    width: 100%;
    height: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e9e8e8b9;
    border-radius: 15px;
    padding: 15px;
}
.mid .profiletab_inner .actions{
    height: 70vh;
}
.mid .profiletab_inner .info li, .mid .profiletab_inner .actions li, .mid .profiletab_inner button , .pinfo li{
    width: 100%;
    height: 6vh;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mid .profiletab_inner button{
    border: none;
    justify-content: center;
    color: #f00;
}
.mid .topinfo{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 12%;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 5%;
    background-color: #F3F3F3;
}
.mid .topinfo .cartno{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0D3A3C;
    border-radius: 20px;
    padding: 5px;
    margin: 0 10px;
}
.mid .topinfo .cartno.selcted{
    background: #0D3A3C;
    color: #fff;
}
.mid .topinfo .cartno span{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}
.mid .cartitems{
    width: 100%;
    height: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: scroll;
    padding: 9px;
}
.mid .cartitems li {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 0;
    gap: 10px;
}
.mid .cartitems li .bigcont{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.mid .cartitems li .selectionbtn{
    width: 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mid .cartitems li .selectionbtn button{
    display: flex;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    padding: 0 0 3px 0;
}
.mid .cartitems li .selectionbtn span{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #d0d0d0b9;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}
.mid .cartitems li .bigcont a{
    width: 1000%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #000;
}
.mid .cartitems li .bigcont a img{
    width: 90px;
    height: 90px;
    border-radius: 10px;
    margin-right: 10px;
}
.mid .cartitems li .bigcont a div{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.mid .cartitems li .bigcont a .name-price{
    padding: 2px;
    flex-direction: column;
}
.mid .extparts{
    width: 100%;
    height: 15%;
    padding: 5px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.mid .extparts button{
    width: 60%;
    height: 100%;
}
.mid .extparts .promocode{
    width: 40%;
    height: 100%;
    color: #000;
    border: #001211 1px solid;
    text-align: center;
    margin: 0 10px 0 0;
}
.serr{
    margin-top: 9vh;
}
.seresultbox{
    margin-top: 5%;
    width: 100%;
    height: fit-content;
    overflow-x: scroll;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 16px;
    place-items: center;
    padding: 3%;
}
.pinfo{
    height: 40%;
}
.notifset .notif_options{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #d0d0d0b9;
    border-radius: 15px;
    padding: 15px;
}
.dashseti li{
    width: 100%;
    height: 6vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.dashseti li span{
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
}
.promosection{
    position: absolute;
    left: 6.1%;
    bottom: 23.9%;
    width: 34.2%;
    max-height: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2vh;
    background: #d0d0d0b9;
    border-radius: 9px 9px 0 0;
    border: #001211 1px solid;
    border-bottom: none;
    padding: 2%;
}
.promosection span{
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #808080;
    border-radius: 0 0 9px 9px;
    gap: 10px;
    list-style: none;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}
