@import url(https://fonts.googleapis.com/css?family=Lato);
body {
    background: white;
    color: #062490;
    margin-top: 5rem;
  }
  
  h1, h2, h3, h4, h5, h6 {
    color: #444444;
  }
  
  .bg-steel {
    background-color: white;
    border-bottom: inset;
    border-color: #2494ED;
  }
  
  .site-header .navbar-nav .nav-link {
    color: #cbd5db;
  }
  
  .site-header .navbar-nav .nav-link:hover {
    color: #ffffff;
  }
  
  .site-header .navbar-nav .nav-link.active {
    font-weight: 500;
  }
  
  .content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  
  .article-title {
    color: #062490;
  }
  
  a.article-title:hover {
    color: #2494ED;
    text-decoration: none;
  }
  
  .article-content {
    white-space: pre-line;
  }
  
  .article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
  }
  
  .article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e3e3
  }
  
  .article-metadata a:hover {
    color: #062490;
    text-decoration: none;
  }
  
  .article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  
  .account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
  }
  
  .account-heading {
    font-size: 2.5rem;
  }
  .dut_frame {
    background-image: url('imgs/DUT_pin_diagram.png');
    max-width: 732px;
    height: 390px;
    margin-left: 30%;
    margin-top: 10px;
  }
  .channel{
    margin-left: 30%;
    margin-top: 10px;
  }
  .row1{
    padding-top: 10px;
  }
  .row2{
    padding-top: 317px;
  }
  .first_div{
    margin-left: 24px;
    width: 30px;
    text-align: center;
    -webkit-appearance: none;
  }
  .boxes_div{
    margin-left: 38.5px;
    width: 30px;
    text-align: center;
    -webkit-appearance: none;
  }
  .row2_first_div{
    margin-left: 98px;
    width: 30px;
    text-align: center;
    -webkit-appearance: none;
  }
  .button{
    position: absolute;
  }





  ul {
    display: flex;
    flex-direction: row;
    align-items: start;
    list-style-type: none;
  }
  ul li{
      padding: 0px 6px;
  }
  
  ul li a {
    position: relative;
    display: block;
    padding: 4px 0;
    font-family: Lato, sans-serif;
    color: #062490;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    font-weight: bold;
  }


  ul li a::after {
      position: absolute;
      content: "";
      top: 100%;
      left: 0;
      width: 100%;
      height: 3px;
      background: #2494ED;
      transform: scaleX(0);
      transform-origin: right;
      transition: transform 0.5s;
    }

  ul li a:hover {
      color: #2494ED;
    }

  ul li a:hover::after {
      transform: scaleX(1);
      transform-origin: left;
    }    

  .dropdown > a {
      display: flex;
      align-items: center;
      
    }
  .dropdown > a .icon {
      margin-left: .25em;
    }
    
  .dropdown:hover .dropdown-nav{
        opacity: 1;
        transform: translateY(0);
        visibility: visible;        
        display: block;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      }
    
    
  .dropdown-nav {
      opacity: 0;
      transition: transform .3s cubic-bezier(0.88,-0.72, 0, 1);
      transform: translateY(-4rem);
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      z-index: 1;
      background: white;
      white-space: nowrap;
      
    }


    .sub-drop:hover .sub-menu{
      opacity: 1;
      transform: translateY(0);
      visibility: visible;        
      display: block;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }
    
    .sub-menu{
      opacity: 0;
      transition: transform .3s cubic-bezier(0.88,-0.72, 0, 1);
      transform: translateY(-4rem);
      list-style: none;
      margin: 0;
      left: 90%;
      top: 30%;
      padding: 0;
      position: absolute;
      z-index: 1;
      background: white;
      white-space: nowrap;
      
    }


  .logo{
    width: 20%;
    margin-left: -35px;
  }

  .loginlogo{
    width: 65%;
    margin-left: 20%;
  }

  .alert {
    padding: 12px;
    border-radius: 3px;
    font-size: 1.2rem;
    margin-bottom: 16px;
    border-width: 2px;
    border-style: solid;
  }
  
  .alert-error {
    border-color: darkred;
    background-color: red;
    color: white;
  }

  .alert-success {
    border-color: darkgreen;
    background-color: lightgreen;
    color: white;
  }
  
  .alert-info {
    border-color: orange;
    background-color: yellow;
    color: black;
  }
  div.scrollable {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    overflow: auto;
}
.dropdown{
  display: block;
}
div.scrollable a.dropdown-item {
  color:#2494ED
}

table thead th{
  background-color: #062490;
  color: #ffffff;
}
  
.legend{
  font-size: small;
  color:#2494ED
}

.red{
  color: red;
}

.light_blue{
  color:#2494ED ;
}

.dark_violate{
  color:#062490 ;
}
.pocontent {
  border: ridge;
  border-color: #2494ED;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  /* height: 260px; */
  text-align: center;
  background-color: white;
  box-sizing: border-box;
  padding: 10px;
  z-index: 100;
  display: none;
  /*to hide popup initially*/
}

.popupcontent {
  border: ridge;
  border-color: #2494ED;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  /* height: 260px; */
  text-align: center;
  background-color: white;
  box-sizing: border-box;
  padding: 10px;
  z-index: 100;
  display: none;
  /*to hide popup initially*/
}

.transfer_content {
  border: ridge;
  border-color: #2494ED;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  /* height: 260px; */
  text-align: center;
  background-color: white;
  box-sizing: border-box;
  padding: 10px;
  z-index: 100;
  display: none;
  /*to hide popup initially*/
}



.main_block{
  overflow: auto;
  white-space: nowrap;
}

.close_btn {
  position: absolute;
  right: 20px;
  top: 15px;
  background-color: red;
  color: white;
  
  padding: 4px;
}

.lds-dual-ring.hidden { 
display: none;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 5% auto;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  z-index: 9998;
}

.container-width{
 max-width: 90%;
}
.padding_top_2{
  padding-top: 3%;
}
.margin_left_5px{
  margin-left: 5px !important;
}
.shape_size{
  font-size:36px !important;
  color:#C00000
  
  
}
.loading-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  border-radius: 50%;
  
}
.priority-design{
  color: white;   
  border-radius: 30px;
  width: 74px !important;
  text-align: center;
  display: block;
}

.background-amber{
  background: rgb(255,191,0) ;
}
.background-red{
  background: rgb(255, 5, 5) ;
}
.background-green{
  background: rgb(29, 201, 29) ;
}
.hover-pointer {
  cursor: pointer;
}
.align-middle{
  vertical-align: middle; 
  text-align: center;
}
.align-vertical-buttons{
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  justify-content: center; 
  height: 100%;
}

.equal_width_columns {
    display: block;
    width: 150px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_block{
  overflow: auto;
  white-space: nowrap;
}

.truncate {
  max-width: 200px; /* Adjust as needed */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}