
/* Style the tab */
* {
  box-sizing: border-box;
  transition: all 0.1s ease-in-out  0s;
  font-family: 'Tajawal', sans-serif;
  text-decoration: none;
}
body {
  font-family: 'Tajawal', sans-serif;
  width: 100%;
  text-shadow: none;
  color: #000;
  padding: 0px;
  margin: 0px;
  padding-top: 100px;
  position: relative;
}

@keyframes boxshow {
  0% {scale: 0.1;}
  100% {scale: 1;}
}

.box {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  position: absolute;
  z-index: 999;
  top: 0;
  animation-name: boxshow;
  animation-duration: 0.5s;
  transition: all ease-in-out 0.5s 0s;
}
.box .closex {
  color: white;
  font-size: xx-large;
  position: absolute;
  top: 5px;
  cursor: pointer;
}
div#edit-window {
  background: #f1f1f1;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 20px 10px;
  border-radius: 30px;
}
.tab {
  overflow: hidden;
  padding-right: 0px;
  gap: 1rem;
}


/* Style the buttons inside the tab */
.tablinks {
  float: right;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0px 4px;
  background-color: rgb(13 110 253 / 75%);
  color: white;
  border-bottom: #f1f1f1;
  border-radius: 8px 8px 0px 0px;
  margin-top: 20px;
  font-family: 'Tajawal', sans-serif;
  font-size: medium;
  position: relative;
  bottom: -30px;
  margin-right: 5px;
  margin-left: 5px;
  min-width: 80px;
  text-align: center;
  transition: all ease-in-out 0.3s 0s;
  z-index: 1;
  box-shadow: 1px 1px 64px -16px hsl(0deg 0% 0% / 47%);
}
.tablinks::after {
  content: "";
  width: 0%;
  height: 7px;
  background-color: rgb(13 110 253 / 75%);
  position: absolute;
  bottom: 6px;
  right: 0px;
  transition: all ease-in-out 1s;
}
.tablinks:hover::after, .active::after {
  width: 100%;
}
/* Change background color of buttons on hover */
.tablinks:hover, .tab .active {
  border: thin solid rgba(57, 187, 246, 1);
  border-bottom: none;
  background-color: #fff;
  color: rgba(57, 187, 246, 1);
  padding: 14px 4px;
  bottom: 0;
}

@keyframes tabcont {
  0% {transform: translate(100px);}
  50% {transform: translate(-100px);}
  100% {transform: translate(0px);}
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  /* border: thin solid rgba(57,187,246,0.5); */
  background-color: white;
  color: black;
  border-radius: 16px;
  animation-name: tabcont;
  animation-duration: 0.5s;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
  box-shadow: 1px 1px 64px -16px hsl(0deg 0% 0% / 47%);
}

/* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

.hotels {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.alignright{
  justify-content: flex-start;
}
.stores{
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding: 12px 10px;
  position: relative;
}
.styleone {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 130px;
  border: none;
  margin: 5px;
  border-radius: 50px;
  outline: none;
  padding-right: 5px;
  text-shadow: none;
  position: relative;
}
.stylethree {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 30%;
  border: none;
  margin: 5px;
  border-radius: 6px;
  outline: none;
  padding-right: 5px;
  text-shadow: none;
  flex-wrap: wrap;
  border: 1px dashed gray;
  padding: 20px;
  position: relative;
}

.stylefour{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: auto;
  border: none;
  margin: 5px;
  border-radius: 6px;
  outline: none;
  padding-right: 5px;
  text-shadow: none;
  flex-wrap: wrap;
  border: 1px dashed gray;
  padding: 20px;
  position: relative;
}

.storestyle {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.storethree {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  border: none;
  margin: 5px;
  border-radius: 6px;
  outline: none;
  text-shadow: none;
  position: relative;
  padding: 20px;
  border: 1px dashed gray;
}
.sr {
  POSITION: absolute;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #999;
  padding: 10px;
  left: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: white;
}
.search-box{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
label#searchlabel {
  z-index: 9;
}
.result p{
  width: 100%;
  color: white;
  margin: 0;
  border: 0.5px solid rgba(248, 246, 245, 0.8);
  cursor: pointer;
  background-color: rgba(57,187,246,1);
  top: -5px;
  box-shadow: 4.4px 8.8px 8.8px hsl(0deg 0% 0% / 0.36);
}
.result p:last-of-type{
  border-radius: 0 0 5px 5px;
}
.search-box p {
  color: #fff;
  padding: 5px 5px;
  margin-top: -3px;
  width: 100%;
}
.result p:hover {
  background-color: rgba(253,166,97,0.8);
}
input[type="radio"]+label:hover {
  width: 80%;
  border-radius: 6px;
  background: #4BB543;
  color: #fff;
}
input[type="radio"]:checked+label{
  width: 80%;
  border-radius: 6px;
  background: #4BB543;
  color: #fff;
}
input[type="radio"]+label{
  width: 80%;
  border-radius: 6px;
  border: none;
  padding: 5px;
  padding-right: 30px;
  box-shadow: 1px 1px 6px -2px grey;
  cursor: pointer;
}
.styletow{
  background: none;
}
input[type="date"], input[type="number"], input[type="date"], input[type="text"], input[type="search"], input[type="password"], select {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  /* background-color: forestgreen; */
  border: NONE;
  outline: none;
  transition: all ease-in-out 0.3s 0s;
  padding: 12px;
  box-shadow: 1px 1px 6px -2px grey;
}
input[type="date"]:hover, input[type="number"]:hover, input[type="text"]:hover, input[type="search"]:hover, input[type="password"]:hover, select:hover {
  background-color: rgba(102, 151, 224, 0.3);
  
}
input[type="date"]:focus, input[type="number"]:focus, input[type="text"]:focus, input[type="search"]:focus, select:focus, input[type="password"]:focus, .btn:focus {
  background-color: #f1f1f1;
  box-shadow: 4.4px 8.8px 8.8px hsl(0deg 0% 0% / 0.36);
}
input[type="radio"] {
  position: absolute;
  width: 30px;
  height: 20px;
  padding: 5px;
  right: 0px;
  top: 2.5px;
}
input[type="search"]{
  z-index: 5;
}
::placeholder {
  font-family: 'Tajawal', sans-serif;
}
input.readonly {
  background: rgba(128, 128, 128, 1);
  color: white;
  cursor: not-allowed;
}
input.readonly:hover, input.readonly:focus {
  background: rgba(128, 128, 128, 0.8);
}
form {
  
padding: 2px;
  
margin: 2px;
  
border-radius: 20px;
  
width: 100%;
}
.loginform{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.checkstyle {
  display: flex;
  width: 100%;
  border: none;
  margin: 5px;
  border-radius: 6px;
  outline: none;
  padding-right: 5px;
  text-shadow: none;
  gap: 1rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
input#form1Example3 {
  width: 22px;
  height: 25px;
}
.label {
  border: none;
  border-radius: 6px;
  padding: 0px;
  padding: 2px;
  margin: 4px 0px;
  box-shadow: 1px 1px 6px -2px grey;
  position: absolute;
  top: 0;
  left: 30px;
  background: #4BB543;
  color: white;
  font-size: small;
}
.btn, input[type="submit"] {
  border: none;
  background-color: rgb(13 110 253 / 75%);
  color: white;
  margin: 10px;
  font-family: 'Tajawal', sans-serif;
  font-size: medium;
  padding: 5px 10px;
  border-radius: 50px;
  box-shadow: 1px 1px 4px -1px grey;
}
.btn:hover, input[type="submit"]:hover {
  scale: 1.1;
  background-color: #4BB543 ;
  color: white;
  cursor: pointer;
}
.btn:focus, input[type="submit"]:focus {
  outline: none;
  scale: 1.1;
  background-color: rgba(57,187,246,0.1);
  color: black;
  cursor: pointer;
}
.stylebtn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}

/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (images.jpg). This will make the text easier to read */
  background: rgba(253,166,97,255);
  border-bottom: 10px solid  #fff;
 
  /* Set a specific height */
  height: 25%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

hr {
    border: 0px;
    height: 4px;
    background: #555;
}
/* .footer {
  padding: 20px;
  text-align: center;
  background: rgba(253,166,97,0.1);
  border-top: 3px solid #fff;
} */

#panel {
  padding: auto;
  display: none;
  text-align: center;
  color: #e5eecc;
 
}
.important {
  font-weight: bold;
  font-size: x-large;
}

.blue {
  color: #bbe;
}
p, h3 {
  color: #000;
  border: 1px dashed gray;
  width: fit-content;
  padding: 10px;
  border-radius: 10px;
}
li, a, nav button {
  font-weight: 500;
  font-size: 16px;
  color: black;
}
header {
  display: flex;
  justify-content: space-between;
  padding: 10px 10%;
  background-color: #f1f1f1;
  align-items: center;
  box-shadow: 1.0px 1.9px 1.9px hsl(0deg 0% 0% / 0.47);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 1px 1px 64px -16px hsl(0deg 0% 0% / 47%);
}
.logo {
  cursor: pointer;
  background-color: rgba(0,0,0,0.8);
  border-radius: 50px;
  padding: 2px;
  width: 100px;
  height: auto;
}
.logo:hover{
  scale: 1.1;
}
.infos {
  display: flex;
  justify-content: space-between;
  width: 15%;
  min-width: 150px;
  align-items: self-start;
  position: relative;
  box-shadow: 1px 1px 40px -8px grey;
  padding: 5px;
  padding-top: 10px;
  border-radius: 50px;
}
@keyframes recordsplus {
  0% {scale: 1;}
  100% {scale: 1.5;}
}
.recordsplus {
  display: none;
  background-color: rgba(253,166,97,0.8);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50px;
  padding: 2px;
  animation-name: recordsplus;
  animation-duration: 0.1s;
  animation-delay: 0s;
  transition: all ease-in-out 0.1s 0s;
}
.avatardiv {
  position: relative;
  display: flex;
  transition: all ease-in-out 0.2s 0s;
}
.avatar {
  border-radius: 50%;
  border: 2px;
  width: 26px;
}

@keyframes welcoming {
  0% {height: 0px;}
  100% {height: 80px;}
}

.welcomdiv {
  height: 80px;
  animation: welcoming;
  animation-duration: 1s;
  transition: all ease-in-out 0.5s 0s;
  font-size: x-small;
  font-weight: 100;
  padding:0px 1px 10px 1px;
}
.avatrafter {
  width: 10px;
  height: 10px;
  background-color: gold;
  border: 1px solid yellowgreen;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.avatardiv:hover {
	scale: 1.5;
}
.avatarinfo {
  display: none;
  width: 200px;
  background-color: #406069;
  border-radius: 50px;
  text-align: center;
  transition: all ease-in-out 0.3s 0s;
  box-shadow: 30px 66px 20px rgb(0 0 0 / 30%);
}
.avatardiv:hover .avatarinfo {
  display: flex;
  flex-direction: column;
  width: 100px;
  height: auto;
  background-color: #406069;
  position: absolute;
  top: 32px;
  right: -100px;
  color: white;
}
.avatarinfo .avatarinfoimg {
  width: 100%;
  height: auto;
  border-radius: 50px;
  object-fit: cover;
  padding: 5px;
}
a.username {
  color: white;
  border-radius: 40px;
  padding: 2px;
}
nav {
  z-index: 9;
}
nav ul {
  list-style: none;
}
nav ul li {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
nav ul li a {
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
nav ul li a:hover {
  color: white;
  padding-right: 6px;
}
.mainli {
  position: relative;
  padding: 5px 10px;
  transition: all ease-in-out 0.3s;
  color: white;
}
.mainli:hover {
  background-color: gray;
  box-shadow: 4.4px 22px 8.8px hsl(0deg 0% 0% / 0.36);
  color: white;
  border-radius: 50px 50px 0px 50px;
}
.mainli:hover a {
  color: white;
  
}

.blabla {
  display: none;
  width: 200px;
  background-color: gray;
  position: absolute;
  right: 0;
  top: 32px;
  padding: 20px 0px 0px 0px;
  border-radius: 10px 0px 10px 10px;
  box-shadow: 4.4px 8.8px 8.8px hsl(0deg 0% 0% / 0.36);
  overflow: hidden;
}

.blabla a {
  color: white;
}
.blabla li {
  width: 100%;
  padding: 3px;
  border-right: 4px solid gray;
  transition: all ease 0.3s;
}

.blabla li:hover{
  background: #f1f1f1;
  border-right: 4px solid #555;
  padding-right: 20px;
  
}

nav ul li:hover ul {
  display: block;
}
.blabla li:hover a {
  color: gray;
}
.starfishlogo {
  padding: 9px 25px;
  background-color: rgba(253,166,97,0.8);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  color: #fff;
  text-transform: uppercase;
}
.starfishlogo:hover {
  background-color: rgba(57, 187, 246, 0.8);
}
.chat {
  display: flex;
  position: fixed;
  bottom: 40px;
  left: 40px;
  background-color: goldenrod;
  border: thin solid rgba(253,166,97,1);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 4.4px 8.8px 8.8px hsl(0deg 0% 0% / 0.36);
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999;
}
.chat:hover {
  scale: 1.1;
}
.chat-window {
  display: none;
  position: fixed;
  bottom: 90px;
  left: 40px;
  background-color: goldenrod;
  border: thin solid rgba(253,166,97,1);
  color: white;
  width: 300px;
  height: auto;
  min-height: 300px;
  border-radius: 50px;
  box-shadow: 4.4px 8.8px 8.8px hsl(0deg 0% 0% / 0.36);
  text-align: center;
  z-index: 9999;
  transition: all ease-in-out 1s 0s;
  justify-content: flex-start;
  flex-direction: column;
  padding: 5px;
  align-items: center;
}
.chatwindowappend{
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  width: 100%;
  height: auot;
  max-height: 300px;
  padding: 10px;
  border-radius: 50px;
  box-shadow: 4.4px 8.8px 8.8px hsl(0deg 0% 0% / 0.36);
  z-index: 9999;
  transition: all ease-in-out 1s 0s;
  overflow: auto;
}
.chatwindowappend::-webkit-scrollbar {
  display: none;
}
.chatdiv {
  width: 100%;
  height: auto;
  padding: 10px;
  position: relative;
  display: flex;
  border-radius: 40px;
}
.chatdiv:hover{
  background-color: rgba(0, 0, 0, 0.3);
}
span.sender_id {
  background: darkcyan;
  width: 30px;
  height: 25px;
  border-radius: 50%;
  margin-left: 5px;
}
span.status {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: brown;
  border-radius: 50px;
}
span.send_time {
  font-size: xx-small;
  float: left;
}
span.msg {
  width: 200px;
  background: antiquewhite;
  color: black;
  right: 50px;
  border-radius: 4px;
  height: fit-content;
}
span.deliver_id {
  position: absolute;
  right: 18px;
  background: blue;
  width: 20px;
  height: 20px;
  border-radius: 50px;
}
span.chat_id {
  position: absolute;
  right: 0px;
  background: gray;
  width: 20px;
  height: 20px;
  border-radius: 50px;
}
.send form{
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: end;
  align-items: baseline;
  border-radius: 50px;
}
.send form input{
  background-color: rgba(0, 0, 0, 0.2);
  color: #ccc;
  border-radius: 50px;
  height: 40px;
}
.send form input:hover{
  background-color: rgba(0, 0, 0, 0.1);
  color: #ccc;
  border-radius: 50px;
  height: 40px;
}
.send form input[type="submit"] {
  background-color: rgba(0, 0, 0, 0.5);
}
.send form input[type="submit"]:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.container {
  display: flex;
  flex-direction: column;
  width: 80%;
  justify-content: center;
  align-items: unset;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 20px 25px;
  margin-top: 65px;
  margin-bottom: 65px;
  border-radius: 20px;
  box-shadow: 1px 1px 64px -16px hsl(0deg 0% 0% / 47%);
  transition: all ease-in-out 0.3s 0s;
}
/* .container:hover {
  box-shadow: 4.4px 8.8px 8.8px hsl(0deg 0% 0% / 0.36);
} */

.container h2, .container h1{
  position: absolute;
  top: -60px;
  right: 20px;
  padding: 10px;
  background: white;
  box-shadow: 1px 1px 8px -2px hsl(0deg 0% 0% / 47%);
  border-radius: 50px;
}

@keyframes movein {
  0% {left: 1500px; box-shadow: -69px 111px 22px rgb(0 0 0 / 30%);}
  100% {left: 0; box-shadow: 2px 4px 4px rgb(0 0 0 / 30%);}
}


.header {
  position: relative;
  min-height: 120px;
  padding-top: 40px;
}
.header img {
  width: 250px;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: -50px;
  box-shadow: 1px 1px 64px -16px hsl(0deg 0% 0% / 47%);
  float: left;
  border: 4px solid white;
  animation-name: movein;
  animation-duration: 2s;
  animation-direction: alternate;
  transition: all ease-in-out 0.5s 0s;
}
.header img:hover {
  scale: 1.3;
  box-shadow: -69px 111px 22px rgb(0 0 0 / 30%);
  transform: translate(30px);
  z-index: 12;
  /* rotate: 339deg; */
}
.title {
  width: 60%;
  padding-right: 20px;
  font-size: small;
}
footer a{
  color: #406069;
  text-decoration: none;
  text-transform: capitalize;
}
footer {
  padding: 70px 0;
  line-height: 1.2;
  width: 100%;
  height: auto;
  background-color: #ccc;
  border-top: #406069 solid 5px;
  text-align: right;
}
footer .footercontainer {
  width: 80%;
  margin: auto;
}
footer .row {
  display: flex;
  flex-wrap: wrap;
}
footer ul {
  list-style: none;
  display: contents;
}
.footer-col {
  width: 25%;
  padding: 0 15px;
}
.footer-col h4 {
  font-size: 18px;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  background-color: #e91e63;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 16px;
  font-weight: 300;
  display: block;
  transition: all 0.1s ease;
  text-decoration: none;
}
.footer-col ul li a:hover {
  padding-right: 10px;
}
.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 45px;
  background-color: rgba(255, 255, 255, 0.2);
  margin:0 0px 10px 10px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.5s ease;
  font-size: 16px;
}
.footer-col .social-links a:hover {
  color: #fff;
  background-color: #406069;
}



table thead th {
  border-bottom: 1px solid gray;
  border-top: 3px solid gray;
  padding: 10px 2px;
}
table thead tr {
  
  font-size: 0.9em;
  font-weight: 100;
  text-align: right;

}

table tfoot th {
  border-bottom: 3px solid gray;
  border-top: 2px solid gray;
  padding: 10px 2px;
}

td {
  width: auto;
}
table {
  width: 100%;
  padding: 0px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  font-weight: 100;
  box-shadow: 1px 0px 4px rgba(0,0,1, 0.3);
  transition: all ease-in-out 0.3s 0s;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}
tr:nth-child(even){
  background-color: #f4f4f4;
}
tbody tr:last-of-type {
  border-bottom: 2px solid gray;
  overflow: hidden;
}
tbody tr, td {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 5px 2px;
  max-width: max-content;
}
/* table:hover {
  box-shadow: 12px 27px 4px rgb(0 0 1 / 30%);
} */
tr:hover {
  background-color: rgba(57,187,246,0.8);
  color: white;
}
.page-item {
  display: inline-block;
  background-color: rgba(253,166,97,0.8);
  padding: 5px;
  min-width: 30px;
  border-radius: 50px;
  transition: all ease-in-out 0.2s 0s;
}
.page-item:hover, .active {
  background-color: rgba(57,187,246,0.8);
}
.disabled, .disabled:hover, .disabled a {
  background-color: darkgray;
  cursor: not-allowed;
}
.page-item a {
  text-decoration: none;
  color: #fff;
}
#roomNumber {
  display: none;
}

@keyframes errormsg {
  0% { scale: 0.5}
  50% {scale: 1.2}
  100% {scale: 1}
}
.errormsg {
  display: none;
  background-color: #ED4F32;
  padding: 10px;
  color: white;
  font-size: medium;
  font-weight: 1;
  border-radius: 16px;
  margin-bottom: 10px;
  animation-name: errormsg;
  animation-duration: 0.3s;
  transition: all ease-in-out 0.3s 0s;
}
nav .navspan {
  display: none;
}
@media only screen and (max-width: 1100px){

  .footer-col {
      width: 50%;
      margin-bottom: 30px;
  }
  nav {
    flex-direction: column-reverse;
    background: rgba(0, 0, 0,0.9);
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    display: none;
    z-index: 1;
    animation-duration: 1s;
    animation-iteration-count: 1;
    transition: width 0.5s, height 0.5s, transform 0.5s;
    transition: 1s ease;
    z-index: 99999;
  }
  .mainli {
    position: relative;
    padding: 5px 10px;
    transition: all ease-in-out 0.3s;
    color: white;
    width: 150px;
}
  .mainli:hover {
    background-color: rgba(57,187,246,1);
    box-shadow: 4.4px 22px 8.8px hsl(0deg 0% 0% / 36%);
    color: white;
    border-radius: 0px 50px 0px 0px;
  }
  nav ul li {
    display: revert;
    padding-left: 20px;
    position: relative;
  }
  .blabla {
    display: none;
    width: 200px;
    background-color: rgba(57,187,246,1);
    position: absolute;
    right: 150px;
    top: 0;
    padding: 20px 6px 6px 6px;
    border-radius: 10px 0px 10px 10px;
    box-shadow: 4.4px 8.8px 8.8px hsl(0deg 0% 0% / 36%);
  }
  nav .navspan {
    display: block;
    position: absolute;
    top: 4px;
    right: 10px;
    color: white;
    font-size: x-large;
    cursor: pointer;
  }
  nav ul li a {
    color: white;
  }
  .invalid-feedback {
    display: none;
  }
  .logo {
    position: absolute;
    left: 10%;
  }
  .starfishlogo {
    display: none;
  }
}
@media only screen and (max-width: 700px){
  .footer-col {
    width: 100%;
  }
  .container {
    width: 100%;
    border-radius: 0px;
  }
  .header img {
   display: none;
  }
  .starfishlogo {
    display: none;
  }
  .styleone, .stylethree {
    flex-direction: row;
    width: 100%;
  }
  
  nav {
    flex-direction: column-reverse;
    background: rgba(0, 0, 0,0.9);
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    display: none;
    z-index: 1;
    animation-duration: 1s;
    animation-iteration-count: 1;
    transition: width 0.5s, height 0.5s, transform 0.5s;
    transition: 1s ease;
    z-index: 99999;
  }
  .mainli {
    position: relative;
    padding: 5px 10px;
    transition: all ease-in-out 0.3s;
    color: white;
    width: 130px;
}
  .mainli:hover {
    background-color: rgba(57,187,246,1);
    box-shadow: 4.4px 22px 8.8px hsl(0deg 0% 0% / 36%);
    color: white;
    border-radius: 0px 50px 0px 0px;
  }
  nav ul li {
    display: revert;
    padding-left: 20px;
    position: relative;
  }
  .blabla {
    display: none;
    width: 200px;
    background-color: rgba(57,187,246,1);
    position: absolute;
    right: 115px;
    top: 0;
    padding: 20px 6px 6px 6px;
    border-radius: 10px 0px 10px 10px;
    box-shadow: 4.4px 8.8px 8.8px hsl(0deg 0% 0% / 36%);
  }
  nav .navspan {
    display: block;
    position: absolute;
    top: 4px;
    right: 10px;
    color: white;
    font-size: x-large;
  }
  nav ul li a {
    color: white;
  }
  .invalid-feedback {
    display: none;
  }
  .logo {
    position: absolute;
    left: 10%;
  }
  .tabcontent{
    animation: none;
  }
}
@media print
{    
  body {
    background-color: #fff;
    width: 100%;
  }
  .container {
    width: 100%;
  }
    .no-print, .no-print *
    {
        display: none !important;
    }
	.table
	{
    width: 100%;
    direction: rtl;
    border: none;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
	}
  
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
  
}
 
::-webkit-scrollbar-thumb {
  background: rgba(253, 166, 97, 1); 
  border-radius: 4px;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 100%);
  margin: 1px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(253,166,97,0.8); 
}

.main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.maina {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  position: relative;
  top: -53px;
}

.main a {
  background: gray;
  padding: 5px;
  color: white;
  border-radius: 50px;
  position: relative;
  transition: all ease-in-out 0.2s;
}

.main a:hover {
  background: #333;
  top: -2px;
}
.main span {
    padding: 5px;
}