
/*text/css asadlir.css ( ASCII text, with CRLF line terminators )*/
html {
    scroll-behavior: smooth;
}

#navID { 
   max-width: 100%;
   margin: 2px auto;
}

#navID li {
   list-style:none;
   list-style-type:none;
   display:block;
   float: left;
   box-shadow : 0px 8px 16px 0px #808080;
}

ul.navbox li{  /*default*/
    width:70px;
    height:60px;
    border-radius:30px;
    border: solid 2px #DA5134;
	font-size:16px;
    color:#DA5134;
    text-align:center;
    background:#FFFDF7;
    cursor: pointer;
    line-height:1.25;
    padding-top: 10px;
}

ul.navbox li {
    -webkit-transition:all 0.5s ease;  
    -moz-transition:all 0.5s ease;  
    -o-transition:all 0.5s ease;  
    -ms-transition:all 0.5s ease;  
    transition:all 0.5s ease; 
    overflow: hidden; 
}  

ul.navbox:hover li {  /*select item shrink*/
    width: 10%;
    max-width:160px;
	height: 60px;
    font-size:10px;
    text-decoration: none;
    line-height:1.0;
    padding-top: 20px;
}

ul.navbox li:hover {  
      width:40%; /* animate to wide if hovered */
      height: 60px;
      border-radius:30px;
      color: #FFFDF7;
      font-weight: bold;
      font-size:20px;
      text-align:center;
      background: #DA5134;
      line-height:1;
}

A {
    /*display: block;*/
    color: inherit;
    font: inherit;
    font-weight:bold;
    text-decoration: none;
    cursor: pointer;
}
.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
  display:none;
}

.fixed-top {
  position : relative;
  display: inline-block;
  top : 0px;
  left : 0px;
  min-width : 560px;
  justify-content: left;
  align-content :left;
  text-align: left;
  height : 80px;
  z-index : 10;
}

.btnjump{
  position : fixed;
  justify-content: center;
  align-content :center;
  text-align: center;
  height : 32px;
  width : 80px;
  color:#FFFDF7;
  font-size:14px;
  font-weight:bold;
  z-index : 10;
  background-color : #DA5134;
  border-radius:16px;
  border:1px solid #DA5134;
  box-shadow : 0px 8px 16px 0px #808080;
  cursor:pointer;
}

#GoTopID{
  top : 50vh;
  right : 80px;
  display : none;
}
#GoDownID {
  top: calc(50vh + 44px);
  right : 80px;
  display : inline-block;
}

#GoTopID:hover,
#GoDownID:hover {
  animation: mymove 0.75s infinite;
  /*animation-timing-function: cubic-bezier(0.1, -0.6, 0.2, 0);*/
}

.btnlanguage {
  position: fixed;
  justify-content: center;
  align-content: center;
  text-align: center;
  right: 80px; 
  top: 20px;
  width: 80px; 
  color: #FFFDF7;
  font-size: 14px;
  font-weight: bold;
  z-index: 10;
  background-color: #DA5134;
  border-radius: 16px;
  border: 1px solid #DA5134;
  box-shadow: 0px 8px 16px 0px #808080;
  cursor: pointer;
  padding: 8px 0; /* Added padding for the button header */
  transition: border-radius 0.2s ease;
}
/* Hidden list by default */
#LangListID {
  display: none;
  background-color: #DA5134;
  width: 82px;
  position: absolute;
  left: -1px; /* Align with parent border */
  border-radius: 0 0 16px 16px;
  box-shadow: 0px 8px 16px 0px #808080;
  overflow: hidden;
}
/* Show the list when the parent is hovered */
#LanguageID:hover #LangListID {
  display: flex;
  flex-direction: column;
}
/* Styling for the links */
#LangListID A {
  color: #FFFDF7;
  text-decoration: none;
  display: block;
  font-size: 13px;
}
#LangListID A:hover {
  background-color: #FFFDF7;
  color: #DA5134;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@keyframes mymove {
  90% {box-shadow: 0px 8px 16px 0px #808080}
  90% {margin-top:-8px;}
}

.btnreg {
  min-width:32px;
  height:22px;
  border-radius:10px;
  border:1px solid #FFFDF7;
  background-color:#FFFDF7;
  color:#DA5134;
  font-size:14px;
  font-weight:bold;

}
.btnreg::placeholder {
  font-weight:bold;
  font-size: 0.9em;
  font-style: italic;
  color: #AAAAAA;
}

@media (hover: hover) and (pointer: fine) and (orientation: landscape){/* PC-specific styles */
  #EMMAIDV,
  #PWDV,
  #HELPMEDV {
    position : absolute;
    display : none;
    justify-content: left;
    align-content : left;
    text-align: left;
    height : 88px;
    width : 280px;
    color:#DA5134;
    font-size : 12px;
    z-index : 10;
    background-color : #FFFDF7;
    border-radius : 8px;
    border : 1px solid #DA5134;
    margin-left: 80px;
  }
}

@media (hover: none) or (pointer: coarse) and (orientation: portrait) { /* Mobile-specific styles */
  #EMMAIDV,
  #PWDV,
  #HELPMEDV {
    display : none;
  }
}

.ctha {
  background-color:#FFFDF7;
  color:#FFFDF7;
  font-size:10px;
  max-width:10%; 
  border:1px solid #FFFDF7;
  cursor:default;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}


