.carousel-item {
  height: 85vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-sub .row {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home-sub .home-sub-tile {
  background: rgba(120, 15, 80, 0.8);
}
.home-sub .home-sub-spacer {
  min-height: 360px;
}
.project-tile .card:hover{
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.20), 0 4px 8px rgba(0,0,0,.10);
  transition: transform 0.35s ease-in-out, scale 0.35s ease-in-out;
}
footer {
  color: #f8f8f8;
}
footer a {
  color: #f8f8f8;
  text-decoration: none;
}
footer a:hover {
  color: #a8a8a8;
  text-decoration: underline;
}
.page-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrumb a {
 color: #ccc;
}
.breadcrumb a:hover {
 color: #fff;
}
.icon-square {
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
}
.icon-square img {
  height: 2.75rem;
}
.hover-image {
  overflow: hidden;
  position: relative;
}
.hover-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover-image:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.list-padded li {
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
  border-bottom: #ececec 1px solid;
}
.text-gray {
  color: #495057
}

.addBtn:hover {
    transform: scale(1.1);
}

.addBtn {
    transition: all 0.2s ease;
    cursor: pointer;
}

.item-dis .card:hover {
    box-shadow: 5px 6px 6px 2px #e9ecef;
    transform: scale(1.1);
}

.item-dis .card {
    transition: all 0.2s ease;
    cursor: pointer;
}

.allot {
	font-weight: bold;
	color: #db6402;
	font-size: 0.75rem;
	}
	

.allot:hover{
	color: #ed7d21;
	font-size: 0.75rem;
}

.assign {
	font-weight: bold;
	color: #db6402;
	
	font-size: 0.75rem;
	}

.assign:hover{
	color: #ed7d21;
	font-size: 0.75rem;
}

.ui-front ul{
	list-style: none;
}

.station-tab {
	padding-top: 10px;
}

.spacer {
	padding-top: 5rem;
}

.dash tr td { font-size: 0.75rem; }
.dash th { font-size: 0.75rem; }

/* Styles for wrapping the search box */

.main {
    width: 50%;
    margin: 50px auto;
}

/* Bootstrap 5 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

/*
.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
	padding: 2px;
}

.dash table {
	margin-bottom: 0px;
}

.show-border{
	border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 5px 5px;	
	padding: 2px;
}
*/

.signin-bg {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-image: url('../images/background-image.jpg'); /* Path to your background image */
  background-size: cover;
  background-position: center;
  height: 100vh;
  justify-content: flex-end; /* Aligning content to the right */
}

.card {
  background: rgba(255, 255, 255, 0.8); /* Semi-transparent white background for the card */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Box shadow for the card */
  min-width: 600px;
  width: 100%;
  
}
.card h2 {
  margin-bottom: 20px;
}

.card .card-title {
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.card-body{
  flex: 1 1 auto;
  padding: 0 !important;
}


.card textarea,
.card select,
.card input[type="text"],
.card input[type="email"],
.card input[type="password"] {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.card button {
  padding: 10px 20px;
  background-color: #f20d0d; /* Blue color for the button */
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.card button:hover {
  background-color: #f33434; 
}

.card .btn-secondary:hover {
  background-color: #4a4a4a; 
  color: #fff;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.card .btn-secondary{
  border-color: #4a4a4a;
  color: #4a4a4a;
  background-color: transparent;   
  border: 1px solid;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Header */
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

/* Header */

.text-upper{
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 880px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1280px;
  }
}

@media (max-width: 767px) {
	.hidden-mobile {
	  display: none;
	}
}

/* Alert Message box */
.close {
	padding: 0px 8px !important;
	margin-left: 10px;
}

.required {
  color: red;
}

/*
 * Sidebar
 */

 .feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.sidebar {
  /*position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar {
    height: calc(100vh - 43px); /* Adjust based on navbar and footer height */
    overflow-y: auto;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 50px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover{	
  font-weight: bold !important;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

.navbar {
  background-color: #ffffff; /* Change to your desired background color */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); /* Adjust the shadow values as needed */
}

.side-menu{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Side bar */

.right-content{
	
	background-color : #fff;
}

.b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: 0em;
  pointer-events: none;
  fill: currentColor;
}

.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }

/*
 * Navbar
 */



.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

.border-bottom{
  border-bottom: 1px solid #dee2e6 !important;
}