body {
  background-image: url('../assets/back9.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


#myModal {
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.hidden {
  display: none;
}


.stitle {
  font-family: 'Roboto';
  padding: 10px;
}

.bgroup {
  padding: 10px;
  display: flex;
  float: right;
}

.hidden {
  border-radius: 12px;
  padding: 10px;
  display: inline-block;
  background: #7e66ed;

}

div.ftable {
  display: table;
  table-layout: fixed;
}

div.frow {
  display: table-row;
  margin: 3px;
  border-spacing: 10px;
}

div.fcell {
  display: table-cell;
  padding: 10px;
  text-align: center;
}

.custom-form-modal {
  background-image: url('../assets/back9.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 90%;
  /* Prevents the modal from overflowing the screen on smaller devices */
  margin-left: auto;
  margin-right: auto;
}

#ns input,
#ns select {
  /* Critical property to ensure identical sizing */
  box-sizing: border-box;

  /* Desired dimensions */
  width: 100%;
  /* Or a fixed value like 300px */
  height: 40px;
  /* Explicit height handles vertical alignment */

  /* Uniform internal spacing and border configurations */
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.nav-link {
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
  color: #0f1c3f;
}

/* Use a color change instead of a line */

.nav-link:hover {
  color: blueviolet;
}

/* Offset the text-decoration if you want a cleaner look */

.nav-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  /* Pushes the underline clear of the triangle */
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* Prevent a 1-pixel gap/shift when moving from button to menu */
.dropdown-menu {
  margin-top: 0;
}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.navbar .nav>li>.dropdown-toggle::after,
.navbar .nav>li>.dropdown-toggle::before {
  display: none !important;
  content: "" !important;
}

/* Removes the dropdown arrow from the navbar link */
.navbar-nav .dropdown-toggle::after {
  display: none !important;
}

.ecust {
  color: blueviolet;
}

.ecmo {
  display: flex;
  justify-content: center;
  /* Centers horizontally */
  align-items: center;
  min-height: 100vh;
  width: 80%;
  /* Sets the width to 80% of its parent container */
  border-radius: 12px;
  /* Adds the rounded corner radius */
  margin: 2px auto;
  /* Optional: Centers the div horizontally on the page */
  background-color: #F8F9FA;
  /* Optional: Gives it color so it is visible */
  padding: 20px;
}

.cvivn {
  border-bottom: 5px solid #2d1002;
}

.ui-dialog .ui-dialog-titlebar-close {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/aui/6.0.1/aui/css/icons/aui-icon-close.png) !important;
  background-repeat: no-repeat;
  background-position: center;
}

.ui-dialog .ui-dialog-titlebar {
  background: #0a5ed7;
  color: #ffffff;
  border: none;
}

.ui-dialog .ui-dialog-content select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #ffffff;
  font-family: inherit;
  box-sizing: border-box;
}

.ui-dialog .ui-dialog-content select option {
  padding: 6px;
  background-color: #f2efe6;
  color: #333;
}

.cemail{
  color:#0a5ed7;
}
.dropdown-menu{
background-color: #fef9e7;
background-image: linear-gradient(315deg, #fef9e7 0%, #fddac5 74%);

}
li .dropdown-item{
display:block;
line-height:30px;
text-align:center;
color:#0a174b;
text-decoration:none;
}