*{

    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container-admin{
    width: 100%;
    height: 3000px;
    overflow: hidden;
    background-color: var(--background1);
}
.admin-cartbox{
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: var(--myColor);
    border-radius: 50px;
    position: absolute;
    top: 15px;
    right: 12px;
}
.admin-cartbox .material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
    color: white;
    cursor: pointer;
    transition: ease-in-out 0.1s;
    outline: none;
}
.admin-cartbox .material-symbols-outlined:hover{
    margin-bottom: 5px;
}
.upload-page{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.829);
    right: 0;
    top: 0;
    z-index: 1200;
    bottom: 0;
    display: none;
}
.upload-pager{
    width: 100%;
    height: 700px;
    padding: 1px;
    position: relative;
}
.form_box22{
    width: 100%;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    display: none;
}
.form_box22 form{
    width: 80%;
    height: 100%;
}
.menu-toggle11{
    width: 59%;
    height: 100%;
    background-color: var(--myColor);
}
.menu-toggle22{
    width: 39%;
    height: 100%;
    background-color: var(--logo);
}
.menu-toggle11, .menu-toggle22{
    border: none;
    outline: none;
    font-family: var(--font1); 
    padding: 5px;
    font-weight: 700;
    color: white;
}
.menu-toggle11:hover{
    background-color: transparent;
    border: 1px solid var(--myColor) ;
    color: var(--myColor);
}
.menu-toggle22:hover{
    background-color: transparent;
    border: 1px solid var(--logo) ;
    color: var(--logo);
}
.menu-toggle11 .tagg{
   width: 100%;
   height: 30%;
   display: flex;
   justify-content: center;
   align-items: center;
}
.menu-toggle22 .taggg{
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}




.admin-inter-page{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.829);
    right: 0;
    top: 0;
    z-index: 1200;
    bottom: 0;
    display: none;
}
.admin-raft{
    width: 95%;
    height: 700px;
    padding-bottom: 30px;
    border-radius: 5px;
    overflow-y: scroll;
    margin: auto;
    margin-top: 30px;
}
.admin-raft::-webkit-scrollbar{
    display: none;
}
.po-blocks{
    width: 95%;
    height: 120px;
    background-color: var(--myColor);
    margin: auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
    border-radius: 5px;
    align-items: center;
}
.ad-img{
    width: 30%;
    height: 90%;
    border-radius: 5px;
    background-color: var(--background1);
}
.ad-cr{
    width: 65%;
    height: 90%;
    background-color: white;
    border-radius: 5px;
}
.ad-name{
    width: 100%;
    height: 24%;
    margin-top: 1px;
    display: flex;
    justify-content: space-between;
}
.ad-tag1{
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-family: var(--font1);
    color: black;
}
.ad-tag2{
    width: 55%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-family: var(--font1);
    color: black;
    font-weight: 100;
}
.ad-name button{
    width: 90%;
    height: 90%;
    background-color: lawngreen;
    color: white;
    border: none;
    outline: none;
    margin: auto;
    border-radius: 20px;
    font-family: var(--font1);
    cursor: pointer;
}
.ad-name button:hover{
    background-color: red ;
    color: black;
}


.user-inter-page{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.829);
    right: 0;
    top: 0;
    z-index: 1200;
    bottom: 0;
    display: none;
}
.display-raft{
    width: 100%;
    height: 460px;
    background-color: white;
    margin: auto;
    margin-top: 20px;
    display: flex;
    overflow-x: scroll;
    padding-bottom: 20px;
    overflow-y: hidden;
}

.display-raft::-webkit-scrollbar{
    display: none;
}
.ad-products{
    width: fit-content;
    height: 100%;
    border-radius: 10px;
    margin: 5px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.products{
    width: 300px;
    height: 400px;
    background-color: white;
    margin: 10px;
}

.raft-header{
    width: 100%;
    height: 30px;
    background-color: var(--logo);
    font-family: var(--font1);
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}




#closeRedux{
    border-radius: 0px;
}

.load-animate{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: transparent;
    border-top: 5px solid var(--logo) ;
    border-bottom:5px solid var(--logo) ; 
    border-left: 5px solid var(--logo) ;
    border-right: 5px solid transparent ;
    animation-name: cbfd;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

@keyframes cbfd {
    from{
        transform: rotate(360deg);
    }
}
.feedback{
    width: 100%;
    height: 100%;
    background-color: lawngreen;
    top: 130%;
    font-family: var(--font8);
    font-size: 0.8rem;
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
}
.logo-block{
    width: 400px;
    height: 350px;
    background-color: var(--background1);
    margin: auto;
    margin-top: 30px;
}
.logo-block form{
    width: 100%;
    height: 100%;
    padding: 1px;
}
.log-hold{
    width: 70%;
    height: 60px;
    margin: auto;
    margin-top: 6px;
}
.log-hold label{
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: black;
    font-family: var(--font8);
    font-weight: 100;
    text-transform: capitalize;
}
.log-hold input{
    width: 100%;
    height: 30px;
    border: 1px solid var(--myColor);
    outline: none;
    background-color: transparent;
    border-radius: 5px;
    font-family: var(--font1);
    padding-left: 5px;
}
.log-hold button{
    width: 100%;
    height: 100%;
    background-color: var(--myColor);
    font-family: var(--font8);
    font-size: 15px;
    border: none;
    outline: none;
    border-radius: 5px;
    text-transform: capitalize;
}
#press{
    height: 30px;
    border-radius: 5px;
    position: relative;
}

.logo-control{
    width: 100%;
    height: 30px;
    background-color: var(--myColor);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: var(--font1);
    color: white;
}
.Plogo-block{
    width: 400px;
    height: 830px;
    background-color: var(--background1);
    margin: auto;
    margin-top: 30px;
}

.search-up-block{
    width: 100%;
    height: 810px;
    background-color: var(--background1);
}


#ctf{
    position: relative;
}

.footer-child1 button{
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    color: black;
    font-size: 15px;
    font-family: var(--font1);
}