
/* 
hover
*/
.uplbtn:hover
{
    transition-duration: 0.5s;
    box-shadow: 0px 5px 10px 0 var(--u_hocolor,#66ff00) !important;
}

.footermenu:hover,
.hoco:hover
{
    transition-duration: 0.5s;
    color: var(--u_hocolor,#66ff00);
}

/* 
body
*/

body {
    background-image: linear-gradient(var(--u_bgcolor,#000000),var(--u_hocolor,#66ff00));
}

.body {
    background-color: var(--u_bdcolor,#ffffff);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100vh;
    box-shadow: 0px 5px 10px 0 var(--u_bdcolor,#ffffff) !important;
}

.adminbody {
    background-color: var(--u_bdcolor,#ffffff);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100vh;
    box-shadow: 0px 5px 10px 0 var(--u_bdcolor,#ffffff) !important;
}


/* 
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;
    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;
}


/*
logo & profile picture
*/
.logo {
    display: flex;
    justify-content: center;
    justify-items: center;
    margin: 0px 5%;
    max-width: 90%;
}

.prodpicpg {
    width: 350px;
    height: auto;
}

.prodpic {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.bg {
    opacity: 0.7;
    margin: 10px 5%;
    max-width: 350px;
    max-height: auto;
}

.logo {
    display: flex;
    justify-content: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
}

.hdbanner {
    margin: auto;
    width: 350px;
    height: 350px;
}

.hdbannervid {
    margin: auto;
    max-width: 350px;
    height: 197px;
}

.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: 12px;
    height: 12px;
    border-radius: 50%;
}

.spic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.bd{
    color: var(--u_hocolor,#66ff00) !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;
    }
}

/* 
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: 75px;
    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: 260px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    transition-duration: 0.5s;
}

.sspl {
    position: relative;
    display: inline-block;
    background-color: var(--u_bdcolor,#ffffff);
    box-shadow: 0px 1px 1px 1px var(--u_bgcolor,#000000) !important;
    border-radius: 5px;
    width: 170px;
    height: 130px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    transition-duration: 0.5s;
}

.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_focolor,#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_focolor,#000000);
}

.ld {
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
    color: var(--u_focolor,#000000);
}

.fitness {
    width:fit-content !important;
    height: fit-content;
    margin: auto;
}

/* 
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;*/
}

.ssmall{
    font-size: smaller;
}

.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_focolor,#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;
}

p {
    width: 100%;
    margin: 0px 0%;
    color: var(--u_focolor,#000000) !important;
    text-align: center;
    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: 10px;
}

h4 {
    color: var(--u_hocolor,#66ff00) !important;
    text-align: center;
    text-decoration: none;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    margin: 10px;
}

.note {
    width: 80% !important;
    margin: 0px 10%;
    border: 2px dashed var(--u_hocolor,#66ff00);
    color: var(--u_focolor,#000000) !important;
    border-radius: 5px;

}

.forlttex {
    direction: ltr;
    text-align: left;
    padding: 10px;
}

.forrttex {
    direction:rtl;
    text-align: right;
    padding: 10px;
}

.dirrt{
    direction:rtl;
}

.dirlt{
    direction: ltr;
}

.forhrmid {
    width: 80%;
    margin: auto;
    color: var(--u_bgcolor,#000000) !important;
}

/* 
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);
    border-radius: 5px;
    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_focolor,#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_focolor,#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_focolor,#000000);
    text-align: center;
    padding: 0 10px;
    background-color: var(--u_bdcolor,#ffffff);
}
/* when specific option is selected*/
.selopts{
    color: var(--u_focolor,#000000);
    background-color: var(--u_hocolor,#66ff00);
}

.seloptf{
    background-color: var(--u_bgcolor,#000000);
    color: var(--u_hocolor,#66ff00);
}


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);
}

/*
table
*/
th {
    text-align: center;
    font-size: small;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    color: var(--u_focolor,#000000);
}

td,
.td {
    text-align: center;
    font-size: small;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    color: var(--u_focolor,#000000);
}

.like {
    text-decoration: none;
    text-align: left ;
    font-size: smaller;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    color: var(--u_focolor,#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,#66ff00);
    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,#66ff00) !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: 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 rbgcc{
    0%{
        background-color: #00ffee;
    }

    50%{
        background-color: #00ff77;
    }

    100%{
        background-color: #00ffee;
    }
}

  /* 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,#66ff00);
    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*/