@media only screen and (max-width: 468px){
    body {
        background-image: linear-gradient(var(--u_bgcolor,#ffffff),var(--u_focolor,#ffffff));
        display: flex;
        justify-content: center;
        justify-items: center;
        margin: auto;
        min-height: 100vh;
    }
    
    .body {
        background-color: var(--u_bdcolor,#ffffff);
        width: 90%;
        box-shadow: 0px 5px 10px 0 var(--u_bdcolor,#ffffff) !important;
    }

    .tlogo {
        display: flex;
        margin: auto;
        overflow: auto;
        max-width: 96%;
    }

    table{
        border: 1px dashed;
    }
    th {
        width: 9%;
        background-color: var(--u_bgcolor,#000000);
        border: 1px dashed;
        text-align: center;
        font-size: small;
        font-family: 'Aref Ruqaa', serif;
        font-family: 'Cairo', sans-serif;
        color: var(--u_bdcolor,#000000);
    }

    td,
    .td {
        width: 8%;
        border: 1px dashed;
        text-align: center;
        font-size: small;
        font-family: 'Aref Ruqaa', serif;
        font-family: 'Cairo', sans-serif;
        color: var(--u_focolor,#000000);
    }
}

@media only screen and (min-width: 469px){
    body {
        background-image: linear-gradient(var(--u_bgcolor,#ffffff),var(--u_focolor,#ffffff));
        display: flex;
        justify-content: center;
        justify-items: center;
        margin: auto;
        min-height: 100vh;
    }
    
    .body {
        background-color: var(--u_bdcolor,#ffffff);
        width: 90%;
        box-shadow: 0px 5px 10px 0 var(--u_bdcolor,#ffffff) !important;
    }

    .tlogo {
        display: flex;
        justify-content: center;
        justify-items: center;
        margin: auto;
        max-width: 96%;
    }

    table{
        border: 1px dashed;
    }
    th {
        width: 10%;
        background-color: var(--u_bgcolor,#000000);
        border: 1px dashed;
        text-align: center;
        font-size: large;
        font-family: 'Aref Ruqaa', serif;
        font-family: 'Cairo', sans-serif;
        color: var(--u_bdcolor,#000000);
    }

    td,
    .td {
        width: 10%;
        border: 1px dashed;
        text-align: center;
        font-size: large;
        font-family: 'Aref Ruqaa', serif;
        font-family: 'Cairo', sans-serif;
        color: var(--u_focolor,#000000);
    }
    
}

.ssmall{
    font-size: smaller;
}

/* 
body
*/

/* 
footer
*/
footer {
    display: flex;
    justify-content: center;
    justify-items: center;
}

.footerfoot {
    background-color: var(--u_bdcolor,#ffffff);
    position: fixed;
    bottom: 0px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    height: 30px;
    text-align: center;
    box-shadow: 0px 5px 10px 0 var(--u_bdcolor,#ffffff) !important;
}

.footerind {
    background-color: var(--u_bdcolor,#ffffff);
    position: fixed;
    width: 100%;
    max-height: 5vh;
    margin: 0px 0%;
    bottom: 0%;
    text-align: center;
}


.footermenu {
    text-decoration: none;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    color: var(--u_bgcolor,#000000);
    padding: 10px;
}
/* 
footer
*/

/*
logo & profile picture
*/
.logo {
    display: flex;
    justify-content: center;
    justify-items: center;
    margin: 0px 5%;
    max-width: 90%;
}

.profilepic {
    margin: 15px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px 5px 5px 0 var(--u_bgcolor,#000000) !important;
}

.userpic {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    box-shadow: 0px 5px 5px 0 var(--u_bgcolor,#000000) !important;

    animation-name: upic;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: none; /* where frame will stop? forward or backword or default is none*/
}

.logopic {
    padding: 10px;
    margin: 10px;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0 var(--u_bgcolor,#000000) !important;
}

.profpic {
    padding: 10px;
    margin: 10px;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0 var(--u_bgcolor,#000000) !important;
}

.prodpic {
    width: auto;
    height: 100px;
}

.prodpicpg {
    margin: 10px;
    max-width: 90%;
    max-height: 90%;
    border-radius: 50%;
    box-shadow: 0px 5px 10px 0 var(--u_bgcolor,#000000) !important;
    transition-duration: 0.5s;
}

.bg {
    border-radius: 5px;
    margin: 10px 5%;
    max-width: 400px;
    max-height: auto;
    /*transition-duration: 0.5s;
    opacity: 0.7;*/

    animation-name: bgpic;
    animation-delay: 0s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: none; /* where frame will stop? forward or backword or default is none*/
}

.bgc {
    margin: auto;
    width: 500px;
    height: 500px;
    
}

.bgv{
    margin: auto;
    max-width: 90%;
    max-height: auto;
}

.hdbanner {
    margin: auto;
    width: 560px;
    height: 315px;
}

.btnbgc{
    background-color: var(--u_bgcolor,#000000);
    border-radius: 50%;
    opacity: 0.25;
}

@keyframes bgpic{
    0%{
        opacity: 0.5;
    }

    50%{
        opacity: 1;
    }

    100%{
        opacity: 0.5;
    }
}

.logoprint {
    display: flex;
    justify-content: center;
    justify-items: center;
    margin: 0px 5%;
    max-width: 90%;
}

.exprint {
    border-radius: 5px;
    max-width: 100%;
    max-height: auto;
}

.minipic {
    padding: 0px;
    margin: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 5px 10px 0 var(--u_bgcolor,#000000) !important;
}

@keyframes upic{
    0%{
        opacity: 0.1;
        width: 10px;
        height: 10px;
        /*translate: 0 -600px;*/
    }

    100%{
        width: 350px;
        height: 350px;

    }
}

.bd{
    color: var(--u_hocolor,#000000) !important;
    animation-name: ubd;
    animation-delay: 0s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: none; /* where frame will stop? forward or backword or default is none*/
}

@keyframes ubd{
    0%{
        opacity: 0.1;
        border-radius: 5px;

    }

    100%{
        opacity: 1;
    }
}

/* 
memo & memo picture
*/

.dau {/*div all users*/
    text-align: center;
    max-width: 600px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.sau {/*span all users*/
    display: inline-block;
    background-color: var(--u_bdcolor,#ffffff);
    box-shadow: 0px 5px 5px 0 var(--u_bgcolor,#000000) !important;
    border-radius: 10%;
    width: 140px; /*was 140*/
    height: 210px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ppau {/*profile pic all users*/
    width: 50px;
    height: 50px;
    border-radius: 5px;
    /*box-shadow: 0px 5px 5px 0 var(--u_bgcolor,#000000) !important;*/
}

.memo {
    border-radius: 5px;
    border-color: var(--u_bgcolor,#000000);
    width: 100%;
    max-height: 150px;
    min-height: 150px;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    color: var(--u_bgcolor,#000000);
    text-align: center;
    padding: 10px;
}

.memodiv {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 5px 5px 0 var(--u_bgcolor,#000000) !important;
    padding: 10px;
    border-style: double;
    border-radius: 5px;
    border-color: var(--u_bgcolor,#000000);
    

    /**/
    animation-name: mem;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: none; /* where frame will stop? forward or backword or default is none*/
}

@keyframes mem{
0%{
    opacity: 0.1;
    /*translate: -600px -0;*/
}

100%{
    opacity: 1;
    /*translate: 0 0;*/

}

}

.memovid{
    margin: 0px 5%;
}

.memoprofilepic {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.minihdpic{
    width: 80px;
    height: 45px;
}

.fitness {
    width:fit-content;
    height: fit-content;
    margin: auto;
}

p {
    width: 100%;
    margin: 0px 5%;
    color: var(--u_focolor,#000000) !important;
    text-align: left;
    text-decoration: none;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
}

.footermemo {
    color: var(--u_bgcolor,#000000);
    padding: 10px;
}
/* 
title
*/
h1,
h2,
h3,
h5,
h6 {
    color: var(--u_focolor,#000000) !important;
    text-align: center;
    text-decoration: none;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    padding: 5px;
}

h4 {
    color: var(--u_hocolor,#000000) !important;
    text-align: center;
    text-decoration: none;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    margin: 10px;
}

.note {
    background-color: var(--u_bgcolor,#000000) !important;;
    width: 80% !important;
    margin: 0px 10%;
    color: var(--u_bdcolor,#ffffff) !important;

}

hr {
    width: 80%;
    margin: auto;
    color: var(--u_bgcolor,#000000) !important;
}

.forlefttex {
    text-align: right;
    padding: 5px;
    margin-right: 20px;
    /*direction: rtl;*/
}

.forlefttexhd {
    text-align: right;
    font-weight: bold;
    margin-right: 10px;
    /*direction: rtl;*/
}

.forhrmid {
    width: 50%;
    margin: auto;
    color: var(--u_hocolor,#000000) !important;
    border-style: double;
    border-width: 5px;
}

/* 
form
*/
.signform {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

.fif {
    display: flex;
    justify-content: center;
    justify-items: center;
    margin: 10px;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    color: var(--u_bgcolor,#000000);
}

input[type="email" i],
input[type="password" i],
input[type="url" i],
input[type="date" i],
input[list="specialty" i],
input[type="text" i],
input[type="number" i],
input[type="tel" i]
{
    display: flex;
    justify-content: center;
    justify-items: center;
    border: 1px solid var(--u_bgcolor,#000000);
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 40px;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    font-size: smaller;
    color: var(--u_bgcolor,#000000);
    background-color: var(--u_bdcolor,#ffffff);
    text-align: center;
    padding: 0 10px;
}

textarea {
    resize: none;
    background-color: var(--u_bdcolor,#ffffff);
}

input[type="file" i] {
    display: flex;
    justify-content: center;
    justify-items: center;
    width: 300px;
    height: 40px;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    font-size: smaller;
    color: var(--u_bgcolor,#000000);
    text-align: center;
}

input::file-selector-button {
    border: 1px solid var(--u_bgcolor,#000000);
    border-radius: 5px;
    color: var(--u_bdcolor,#ffffff);
    background-color: var(--u_bgcolor,#000000);
}

input[type="radio" i] {
    accent-color: var(--u_bgcolor,#000000);
    text-align: center;
    margin: 10px;
}
/*

*/

input[type="checkbox" i] {
    accent-color: var(--u_bgcolor,#000000);
    text-align: center;
    margin: 10px;
}

input[type="submit" i] {
    display: flex;
    justify-content: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--u_bgcolor,#000000);
    width: 80px;
    height: 30px;
    color: var(--u_bdcolor,#ffffff);
    font-weight: bold;
    border: 1px solid var(--u_bgcolor,#000000);
    border-radius: 5px;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    font-size: smaller;

}
/**/
select {
    display: flex;
    justify-content: center;
    justify-items: center;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid var(--u_bgcolor,#000000);
    width: 300px;
    height: 40px;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    font-size: smaller;
    color: var(--u_bgcolor,#000000);
    text-align: center;
    padding: 0 10px;
    background-color: var(--u_bdcolor,#ffffff);
}
/* when specific option is selected*/
.selopts{
    color: var(--u_bgcolor,#000000);
    background-color: var(--u_hocolor,#000000);
}

.seloptf{
    background-color: var(--u_bgcolor,#000000);
    color: var(--u_hocolor,#000000);
}


input::placeholder,
.accordion-button {
    color: var(--u_bgcolor,#000000);
    background-color: var(--u_bdcolor,#ffffff);
}

.accordion-body{
    background-color: var(--u_bdcolor,#ffffff);
}

.uplbtn{
    background-color: var(--u_bgcolor,#000000);
    border: 1px solid var(--u_bgcolor,#000000);
    padding: 5px;
    border-radius: 5px;
    color:var(--u_bdcolor,#ffffff);
}

.linkbtn{
    text-decoration: none;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    background-color: var(--u_bgcolor,#000000);
    border: 1px solid var(--u_bgcolor,#000000);
    padding: 5px;
    border-radius: 5px;
    color:var(--u_bdcolor,#ffffff);
}
.ld {
    text-align: center;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
    color: var(--u_bgcolor,#000000);
}


.like {
    text-decoration: none;
    text-align: left ;
    font-size: smaller;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    color: var(--u_bgcolor,#000000);
}

/* carousel */

 .cars {

    width: 600px;
    height: fit-content;
    overflow: hidden;

 }

 .dset{

    width: fit-content;
    height: fit-content;
    white-space: nowrap;

    animation-name: picset;
    /*animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);;*/
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    
 }

 .dset:hover
  {
    animation-play-state: paused;
  }

 @keyframes picset{
    0%{
        
        translate: calc(-100% + 600px) 0;
    }

    
    50% {
        translate: 0% 0;
    }
    
    100%{
        translate: calc(-100% + 600px) 0;
    
    }

 }

 .set{
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0 var(--u_bgcolor,#000000) !important;
    width: 100px;
    height: 100px;
    padding: 10px;
    margin: 10px;
 }

 /* language*/
.dropbtn {
    color: var(--u_bgcolor,#000000);
    padding: 5px;
    border: none;
    cursor: pointer;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    border-radius: 5px;
    display: none;
    position: absolute;
    background-color: var(--u_hocolor,#000000);
    width: 200px;
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: var(--u_bgcolor,#000000);
    padding: 5px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    border-radius: 5px;
    background-color: var(--u_bgcolor,#000000);
}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
    text-align: left;
  }
   .dropbtn:hover {
    transition-duration: 0.5s;
    color: var(--u_hocolor,#000000) !important;

   }


  /* language*/

  /* rbgc*/

  .rbgc {
    border-radius: 5px;
    width: fit-content;
    margin: auto;
    
    /*transition-duration: 0.5s;
    opacity: 0.7;*/

    animation-name: rbgcc;
    animation-delay: 0s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: none; /* where frame will stop? forward or backword or default is none*/
}

@keyframes rbgcc{
    0%{
        background-color: var(--u_focolor,#000000);
        color:#ffffff;
    }

    25%{
        background-color: var(--u_bgcolor,#000000);
    }

    50%{
        background-color: var(--u_bdcolor,#000000);
        color:#000040
    }

    75%{
        background-color: var(--u_bgcolor,#000000);
    }

    100%{
        background-color: var(--u_focolor,#000000);
        color:#ffffff;
    }
}

.rfoc {
    animation-name: rfocc;
    animation-delay: 0s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: none; /* where frame will stop? forward or backword or default is none*/
}

@keyframes rfocc{
    0%{
        color: var(--u_focolor,#000000);
    }

    25%{
        color: var(--u_bgcolor,#000000);
    }

    50%{
        color: var(--u_bdcolor,#000000);
    }

    75%{
        color: var(--u_bgcolor,#000000);
    }

    100%{
        color: var(--u_focolor,#000000);
    }
}

  /* rbgc*/

.stickthis {
    position: sticky;
    top: 20px ;
}
/* Loader*/
.loader {
    margin: auto;
    border: 10px solid var(--u_bgcolor,#000000);
    border-radius: 50%;
    border-top: 10px solid var(--u_hocolor,#000000);
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
/* Loader*/

/* 
dpl = div product list
*/

.dpl {
    text-align: center;
    width: fit-content;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;

}

/* overflow*/

.ovf {
    height: 50px;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.spl {
    position: relative;
    display: inline-block;
    /*overflow: hidden;or auto , u can make it visible on hover */
    background-color: var(--u_bdcolor,#ffffff);
    box-shadow: 0px 1px 1px 1px var(--u_bgcolor,#000000) !important;
    border-radius: 5px;
    width: 170px;
    height: 200px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    transition-duration: 0.5s;
}

.cspl {
    position: relative;
    display: inline-block;
    /*overflow: hidden;or auto , u can make it visible on hover */
    background-color: var(--u_bdcolor,#ffffff);
    box-shadow: 0px 1px 1px 1px var(--u_bgcolor,#000000) !important;
    border-radius: 5px;
    max-width: 570px;
    height: 150px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    transition-duration: 0.5s;
}


.upleft {
    position: absolute;
    margin: 5px;
    top: 0px;
    left: 0px;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
    color: var(--u_bgcolor,#000000);

}

.upright {
    position: absolute;
    margin: 5px;
    top: 0px;
    right: 0px;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
    color: var(--u_bgcolor,#000000);
}

.lowmid{
    position: absolute;
    margin: 5px auto;
    bottom: 0px;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
    color: var(--u_bgcolor,#000000);
}

.lowright {
    width:fit-content;
    position: absolute;
    margin: 5px;
    bottom: 0px;
    right: 0px;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
    color: var(--u_bgcolor,#000000);
}

.lowleft {
    width:fit-content;
    position: absolute;
    margin: 5px;
    bottom: 0px;
    left: 0px;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
    color: var(--u_bgcolor,#000000);
}

.notif {
    font-size: xx-small;
    color: var(--u_hocolor,#000000);
    text-decoration: none;
    text-align: center;
    font-style: normal;
}

/* form block*/
.mysiform{
    display: none;
    background-color: var(--u_bdcolor,#ffffff);
    width:400px;
    height:220px;
    padding:5px;
    border-radius: 5px;
    position: fixed;
    bottom: calc(50% - 110px);
    left: calc(50% - 200px);
    z-index: 3;
    box-shadow: 0px 5px 5px 0px var(--u_hocolor,#000000) !important;
    animation-name: siform;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}

@-webkit-keyframes siform {
    0%{
        opacity: 0.1;
    }
    
    100%{
        opacity: 1;
    }
}

@keyframes siform{
    0%{
        opacity: 0.1;
    }
    
    100%{
        opacity: 1;
    }
}
/* form block*/