/* Used in base.html for searchBox styles and other navs, pageTitle, timedisplay section and form-groups */


/* ************* dark theme begins  
body {
    background-color: #485461;
    background-image: linear-gradient(315deg, #485461 0%, #28313b 74%);
    color: #fff; 
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff; 
}

footer {
    background-color: #333333;
    color: #bbb;
}

button, .btn {
    background-color: #1a73e8;
    color: white;
}

button:hover, .btn:hover {
    background-color: #155a8a;
    color: white;
}

.table{
    color: white;
}
 ************* dark theme ends  */

 /* @media(max-width:765px){
    .navbar {
        bottom: 0;
        top: auto;
    }
 }

 @media(min-width:769px) {
    .navbar {
        top: 0;
        bottom: auto;
    }
 } */

.navbar-brand>img{
    border-radius: 25px;
}

.navbar-toggler{
  font-size:1rem;
}

@keyframes flicker {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
.flicker-box {
  /* background: #fffae6; */
  border: 1px solid #1f4544;
  border-radius: 5px;
  text-align: center;
  animation: flicker 0.2s ease-in-out 3; /* Flickers 3 times */
}

.pageTitle {
    text-align: center;
}

.form-group{
    margin-bottom: 10px;
}
.form-floating > .form-control{
    /* background-color: #976464;
    color: white; */
    border-radius: 1.25rem;
}
/* .form-floating > label{
    color: white;
} */
.bg-beige{
    background: linear-gradient(90deg, rgb(193, 186, 161, 0.1), rgb(193, 186, 161, 0.5));
}
.bg-moonlit{
    background-image: linear-gradient(#0F2027, #2C5364);
}
.bg-gradegrey{
    background-image: linear-gradient(#2c3e5030, #2c3e5090);
}
.bg-lgblueshade{
    background: linear-gradient(90deg, hsla(233, 100%, 90%, 1) 0%, hsla(0, 0%, 89%, 1) 100%);
}
.bg-lgrey{
    background: linear-gradient(270deg, hsla(180, 3%, 88%, 1) 0%,
    hsla(213, 59%, 90%, 1) 37%, hsla(180, 20%, 95%, 1) 100%);
}
.bg-shade-across{
    background: linear-gradient(270deg, hsla(186, 33%, 94%, 1) 0%,
    hsla(210, 39%, 88%, 1) 67%, hsla(216, 41%, 79%, 1) 100%);
    /* background: linear-gradient(90deg, hsla(173, 89%, 70%, 1) 0%, hsla(196, 68%, 38%, 1) 100%); */
}

.copy-button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  margin-left: 0;
  margin-right: 8px;
  transition: transform 0.1s ease; /* Smooth transition for scale effect */
}

.copy-button:active {
  transform: scale(0.9); /* Scale down to 90% when pressed */
}

.copy-button:hover {
  color: #007BFF;
}

.small-font{
    font-size: 0.9em;
}
.small-font .form-control{
    font-size: 0.8em;
} 
.small-font .form-select{
    font-size: 0.8em;
}

.font-1rem{
    font-size: 1rem;
}
.font-75rem{
    font-size: 0.75rem;
}
.font-50rem{
    font-size: 0.50rem;
}
 
/* .dropdown {
    position: relative;
    display: inline-block;
} */

#searchBox{
    max-width: 250px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    /* min-width: 100%; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5;
}
.dropdown-content div {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content div:hover {
    background-color: #f1f1f1;
}
.show{
    display: block;
} 



/* buttons designs */
.pacsbtn{
	background-color:#95ffff;
  color:#2C5364;
}

.button-29 {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  /* height: 48px; */
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding: 5px 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

.button-29:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-29:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}

/* CSS */
.button-85 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}

/* blue professional button */
.button-61 {
  align-items: center;
  appearance: none;
  border-radius: 4px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 1px -2px,rgba(0, 0, 0, .14) 0 2px 2px 0,rgba(0, 0, 0, .12) 0 1px 5px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Roboto,sans-serif;
  font-size: .875rem;
  font-weight: 500;
  height: 36px;
  justify-content: center;
  letter-spacing: .0892857em;
  line-height: normal;
  min-width: 64px;
  outline: none;
  overflow: visible;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  will-change: transform,opacity;
}

.button-61:hover {
  box-shadow: rgba(0, 0, 0, .2) 0 2px 4px -1px, rgba(0, 0, 0, .14) 0 4px 5px 0, rgba(0, 0, 0, .12) 0 1px 10px 0;
}

.button-61:disabled {
  background-color: rgba(0, 0, 0, .12);
  box-shadow: rgba(0, 0, 0, .2) 0 0 0 0, rgba(0, 0, 0, .14) 0 0 0 0, rgba(0, 0, 0, .12) 0 0 0 0;
  color: rgba(0, 0, 0, .37);
  cursor: default;
  pointer-events: none;
}

.button-61:not(:disabled) {
  background-color: #6200ee;
}

.button-61:focus {
  box-shadow: rgba(0, 0, 0, .2) 0 2px 4px -1px, rgba(0, 0, 0, .14) 0 4px 5px 0, rgba(0, 0, 0, .12) 0 1px 10px 0;
}

.button-61:active {
  box-shadow: rgba(0, 0, 0, .2) 0 5px 5px -3px, rgba(0, 0, 0, .14) 0 8px 10px 1px, rgba(0, 0, 0, .12) 0 3px 14px 2px;
  background: #A46BF5;
}


/* Optional styling for the text elements */
/* .copy-text {
  padding: 1px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 1px;
}

.copy-text:hover {
  background-color: #e1e1e1;
  cursor: pointer;
} 

.copy-text {
  background-color: #f1f1f1; Green
  padding: 5px 4px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0px 5px 0px #1c7430;
  transition: all 0.1s ease-in-out;
}

.copy-text:active {
  transform: translateY(4px); Moves button down slightly
  box-shadow: 0px 2px 0px #1c7430;
} */