
/* 
hover
*/
.memodiv:hover,
.profilepic:hover,
.userpic:hover,
.sau:hover,
.ppau:hover,
.uplbtn:hover,
select:hover,
input[type="submit" i]:hover,
input[type="email" i]:hover,
input[type="password" i]:hover,
input[type="url" i]:hover,
input[type="date" i]:hover,
input[type="time" i]:hover,
input[type="datetime-local" i]:hover,
textarea:hover,
input[list="specialty" i]:hover,
input[type="text" i]:hover,
input[type="number" i]:hover,
input[type="tel" i]:hover

{
    transition-duration: 0.5s;
    box-shadow: 0px 5px 10px 0 var(--u_hocolor,#000000) !important;
}

.footermenu:hover
{
    transition-duration: 0.5s;
    color: var(--u_hocolor,#000000);
}

body {
    /*
    background: linear-gradient(to right,var(--u_bdcolor),var(--u_hocolor));
    background-size: 400% 400%;
      animation: gradientBG 1s ease infinite;
    
    background: linear-gradient(135deg,var(--u_bdcolor),var(--u_bgcolor),var(--u_bdcolor));
    */
    background-color: var(--u_bdcolor,#ffffff);
    width: 100%;
    margin-top: 40px;
    min-height: 75vh;
}

/*
@keyframes gradientBG {
      0% {background-position: 0% 50%;}
      50% {background-position: 100% 50%;}
      100% {background-position: 0% 50%;}
    }
*/

/*.body {
    background: linear-gradient(to right,var(--u_bdcolor),var(--u_hocolor));
    background-color: var(--u_bdcolor,#ffffff);
    width: 100%;
    margin-top: 40px;
    min-height: 75vh;
    
}*/


/* 
footer
*/

footer {
    display: flex;
    justify-content: center;
    justify-items: center;
}

.footerfoot {
    
    background-color: var(--u_bdcolor,#ffffff);
    position: fixed;
    top: 0px;
    width: 100%;
    margin-top: 0px;
    height: 40px;
    text-align: center;
}


.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%;
}

.logoaau{
    margin: 20px 5%;
}

.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 {
    padding: 10px;
    margin: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px 5px 10px 0 var(--u_bgcolor,#000000) !important;
    transition-duration: 0.5s;
}

.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*/
}

@keyframes bgpic{
    0%{
        opacity: 0.25;
    }

    50%{
        opacity: 1;
    }

    100%{
        opacity: 0.25;
    }
}

.logoprint {
    display: flex;
    justify-content: center;
    justify-items: center;
    margin: 0px auto;
    width: 100%;
    /*width: 90%;*/
}

.exprint {
    /*width: 95%;
    height: auto;
    */
    width: 100%;
    height: 750px;
    margin: 0px auto;
}

.signrt{
    width:fit-content;
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
    color: var(--u_focolor,#000000);
    font-size: small;
}

.signlt{
    width:fit-content;
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
    color: var(--u_focolor,#000000);
    font-size: small;
}

.qrpic {
    padding: 0px;
    margin: 5px;
    width: 100px;
    height: 100px;
    box-shadow: 0px 5px 10px 0 var(--u_bgcolor,#000000) !important;
}

.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;
}

.dauad {/*div all users*/
    text-align: center;
    max-width: 600px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.sauad {/*span all users*/
    display: inline-block;
    background-color: var(--u_bdcolor,#ffffff);
    border:solid 1px var(--u_bgcolor,#000000);
    box-shadow: 0px 5px 5px 0 var(--u_bgcolor,#000000) !important;
    border-radius: 5px;
    width: 140px; /*was 140*/
    height: 40px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dpl {
    text-align: center;
    width: fit-content;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;

}

.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;
}

.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);
    
}

.memodivaau {
    max-width: 980px;
    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);
    
}

.memovid{
    margin: 0px 5%;
}

.memoprofilepic {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

p {
    overflow-wrap: anywhere;
    margin: 10px 0%;
    color: var(--u_bgcolor,#000000) !important;
    text-align: center;
    text-decoration: none;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    font-size:larger;
    font-weight: bold;
}

.footermemo {
    color: var(--u_bgcolor,#000000);
    padding: 10px;
}
/* 
title
*/
h1,
h2,
h3,
h5,
h6 {
    color: var(--u_bgcolor,#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,#000000) !important;
    text-align: center;
    text-decoration: none;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    margin: 10px;
}

.note {
    margin: 10px 0%;
    border: 2px dashed var(--u_hocolor,#000000);
    color: var(--u_bgcolor,#000000) !important;
}

.bgfont {
    font-weight: bolder;
    font-size: 4em;
}

.forlefttex {
    text-align: left;
    padding: 10px;
}

.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[type="time" i],
input[type="datetime-local" 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: larger;
    font-weight: bold;
    color: var(--u_bgcolor,#000000);
    background-color: var(--u_bdcolor,#ffffff);
    text-align: center;
    padding: 0 10px;
}

textarea {
    resize: none;
    border-radius: 5px;
    background-color: var(--u_bdcolor,#ffffff);
    color: var(--u_bgcolor,#000000);
    font-size: larger;
    font-weight: bold;
}

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: larger;
    font-weight: bold;
    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: larger;
    font-weight: bold;
    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);
}

/*
table
*/
th {
    text-align: center;
    font-size: small;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    color: var(--u_bgcolor,#000000);
    font-size: xx-large;
    font-weight: bold;
}

.ssmall {
    font-size: smaller;
}

td,
.td {
    text-align: center;
    font-size: small;
    font-family: 'Aref Ruqaa', serif;
    font-family: 'Cairo', sans-serif;
    color: var(--u_bgcolor,#000000);
    font-size:larger;
    font-weight: bold;
}

.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: 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,#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*/
.alarmoo{
    background-color: #ff8888 !important;
}

.femaloo{
    background-color: #ffaef6 !important;
}

.maloo{
    background-color: #a7cdff !important;
}

.fitness{
    width: fit-content !important;
}

/* certificate*/
.cerpic {/* in home page*/
    padding: 10px;
    margin: 10px;
    width: 400px;
    height: auto;
}

.divbord {
    width:fit-content;
    margin: 0px auto;
    border: 2px solid var(--u_bgcolor,#000000);
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0 var(--u_hocolor,#000000) !important;
}

.logocerprint {
    position: relative;
    display: flex;
    justify-content: center;
    justify-items: center;
    margin: 0px auto;
    width: 1280px;
}

.cerprint {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.cerlogimg {
    position: absolute;
    top: 69.20%;
    left: 46.68%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0px auto;
}

.cerbigimg {
    position: absolute;
    top: 9.03%;
    width: auto;
    height: 110px;
    margin: 0px auto;
}

.cerfon0en{
    position: absolute;
    top: 42.23%;
    width: 100%;
    margin: 0px auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 32px;
    font-weight: 900;
    color: #d59e3f !important;
}

.cerfon1en{
    position: absolute;
    top: 51.13%;
    width: 86%;
    margin: 0% 7%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    font-weight: 700;
    color: #2a3f72 !important;
}

.cerfon2en{
    position: absolute;
    top: 68.57%;
    width: 30%;
    left: 15.07%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 26px;
    font-weight: 900;
    color: #2a3f72 !important;
}

.cerfon3en{
    position: absolute;
    top: 68.57%;
    width: 30%;
    left: 55.07%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 26px;
    font-weight: 900;
    color: #2a3f72 !important;
}


/* certificate*/

/* media print*/
@media print {
  #bodytomyprarea {
    visibility: hidden;
  }
  #myprarea {
    visibility: visible;
    position: absolute;

    display: block; /* it can be flex if needed*/
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 0px;
  }
}
/* media print*/