.phtech-background {
    background-color: #1A1D41;
    color: white;
    border-color: #1A1D41;
}

a.phtech-background, a.phtech-background:active, a.phtech-background:visited{
  background-color: rgb(0, 57, 137) !important;
  color: white !important;
  border-color: rgb(0, 57, 137) !important
}

.phtech-pill-baground {
  background-color: #1A1D41;
  color: #F9CA42;
  border-color: #1A1D41;
}

.phtech-paler-background
{
  background-color: #262d52;
  color: white;
  border-color: #262d52;

}

.phtech-light-background
{
  background-color: #97BDE5;
  color: #1A1D41;
  border-color: #97BDE5;

}

.phtech-accordion .accordion-button:not(.collapsed)
{
  background-color: white;
  color: #1A1D41;
}

.phtech-accordion .accordion-button.collapsed {
  background-color: white;
  color: #1A1D41;
}

.phtech-accordion .accordion-body {
  background-color: white;
}

.phtech-title {
  color: #F9CA42;
}

.phtech-link {
  color: #F9CA42;
}

a.phtech-background:hover,
button.phtech-background:hover {
    background-color: rgb(51, 102, 173)!important;
    border-color: rgb(51, 102, 173)!important;
    color: #FFFFFF;
}

button.phtech-background:focus, 
button.phtech-background:active {
    background-color: rgb(51, 102, 173)!important;
    border-color: rgb(51, 102, 173)!important;
    color: #FFFFFF;
}

.phtech-color {
    color: #1A1D41;
}

.dt-paging-button button.page-link:active {
  background-color: rgb(0, 57, 137)!important;
  border-color: rgb(0, 57, 137)!important;
  color: #FFFFFF;
}

.dt-paging-button.active button.page-link {
  background-color: rgb(0, 57, 137)!important;
  border-color: rgb(0, 57, 137)!important;
  color: #FFFFFF;
}
.dt-paging-button.active button.page-link:hover {
 
  color: #FFFFFF;
}

.page-link {
  color: #000000;
}



.table-striped tbody tr:nth-child(odd) {
  background-color: #EAF2FA!important; /* Replace this with your desired color */
}



.evalstar {
  color: gray;
  cursor: pointer;
  font-size: 1.375em;
}

.gold_star {
  color: gold !important;
}


.description {
    max-width: 300px; /* Set max width for the cell */
    line-height: 1.5em;
  }

.description-post {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Limit to 4 lines */
  -webkit-box-orient: vertical;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6em; /* Adjust based on line height */
  line-height: 1.5em; /* Adjust this to match Bootstrap typography */
}
  
  .truncated {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8; /* Number of lines to show */
    line-clamp: 8;
    max-height: 12em; /* Approximate height based on line height */
  }
  
  .expanded {
    -webkit-line-clamp: unset; /* Remove line clamping */
    line-clamp: unset;
    max-height: none;
    white-space: normal;
  }

  .confirmed-check {
    color: green;
  }

  .wait-check {
    color:grey;
  }

  .iti {
    display: block;
    width: 100%;
  }

  .nav-pills .nav-link.active {
    color: #FFFFFF;
    background-color: rgb(0, 57, 137)!important;
  }
  .nav-pills .nav-link {
   color: #000000;
  }


  .nav.nav-pills {
    background-color: #FFFFFF!important;

  }

 .page-wrapper {
  background-color: #EAF2FA;
 }

 .list-group button.active {
  background-color: #1A1D41;
  color: white;
  border-color: #1A1D41;
 }

.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 14px;
  color: white;
  font-weight: bold;
}

.skin-default .topbar {
  background: #FFFFFF; }


  .skin-default .topbar {
    background: #FFFFFF; }

.topbar .top-navbar .navbar-header {
  background: #FFFFFF;
}

.card-img-top {
  height: 200px;            /* or whatever height fits best */
  object-fit: cover;        /* crops image to fill the box */
  border-top-left-radius: 0.3rem!important;
  border-top-right-radius: 0.3rem!important;
}

.fade-in {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInCard 0.4s ease-out forwards;
}

@keyframes fadeInCard {
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.card {
  display: flex;
  flex-direction: column;
}

.card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.card-body > .d-grid {
  margin-top: auto; /* pushes it to the bottom */
}

@media (max-width: 768px) {
  .pagination .page-link {
      padding: 0.75rem 1rem;
      font-size: 1rem;
  }
}

.page-item.active .page-link {
  background-color: #1A1D41;
  color: white;
  border-color: #1A1D41;
}

.page-item:hover .page-link {
  color: #1A1D41;
}

.bootstrap-select .dropdown-menu li a:hover {
  color: #000000;
}

.dropdown-item.active, .dropdown-item:active {
  color: white !important;
  text-decoration: none;
  background-color: rgb(0, 57, 137) !important;
}

.skin-default .sidebar-nav ul li a.active, .skin-default .sidebar-nav ul li a:hover {
  color: rgb(0, 57, 137);
}
.skin-default .sidebar-nav ul li a.active i, .skin-default .sidebar-nav ul li a:hover i {
  color: rgb(0, 57, 137);
}
.skin-default .sidebar-nav > ul > li.active > a {
  color: rgb(0, 57, 137);
  border-left: 3px solid rgb(0, 57, 137);
}
.skin-default .sidebar-nav > ul > li.active > a i {
    color: rgb(0, 57, 137); 
}/*

@media (min-width: 768px) {
  .skin-default.mini-sidebar .sidebar-nav #sidebarnav > li > ul, .skin-default.mini-sidebar .sidebar-nav #sidebarnav > li:hover > a {
    background: #1f2023; } }*/