/*!
 *   Author: Vibhuti Gohil
 *   Website: njtrust.org
 */

#myGrid {
    width: 100%;
    height: 500px;
}

body {
  margin: 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  position: relative;
  /*    padding-left: 0;*/
  /*    padding-left: 270px;*/
}
.logobox {
  height: 50px;
  margin: 15px;
}
.set-img {
  max-height: 100%;
  max-width: 100%;
}
.wrappermain {
  display: flex;
  width: 100%;
  align-items: stretch;
}
#sidebar {
  background-color: #fff;
  box-shadow: 0px 1px 5.76px 0.24px rgba(0, 1, 0, 0.15);
  width: 300px;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
#sidebar.active {
  margin-left: -300px;
}
.sidetitle {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  position: relative;
  margin: 20px 0 25px 15px;
  display: inline-block;
  width: 238px;
  /*    padding: 20px;*/
}
.sidetitle::after {
  content: " ";
  background-color: #000;
  height: 3px;
  width: 60px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.togglebtn {
  background-color: #3e79f7;
  color: #fff;
  box-shadow: none;
  border-radius: 4px;
  height: 38px;
  width: 38px;
  border: unset;
  margin-right: 15px;
}
a.clasfic-title {
  padding: 15px;
  font-size: 14px;
  color: #000;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  border-left: 3px solid transparent;
  background-color: #f5f5f5;
  margin: 1px 0;
  position: relative;
}
a.clasfic-title[aria-expanded="true"] {
  background-color: rgba(62, 121, 247, 0.1);
  color: #3e79f7;
  border-left: 3px solid #3e79f7;
}
a.clasfic-title[aria-expanded="false"]::after {
  color: #000;
  content: "\f0d7";
  float: right;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 15px;
}
a.clasfic-title[aria-expanded="true"]::after {
  color: #3e79f7;
  content: "\f0d8";
  float: right;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 15px;
}
.clasfic-body {
  padding: 15px;
}
.checkbox {
  margin: 10px 0;
}
.checkbox:first-child {
  margin-top: 0;
}
.checkbox:last-child {
  margin-bottom: 0;
}
.parentclr {
  position: relative;
}
a.clearall {
  font-size: 12px;
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
  position: absolute;
  background-color: #3e79f7;
  right: 15px;
  top: 5px;
  text-decoration: none;
  font-weight: normal;
}
.searchbar {
  background-color: #fff;
  padding: 15px 0;
}

.srchbr {
  display: flex;
}
.btn-outline-secondary.dropdown-toggle {
  font-size: 14px;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle, .btn-outline-secondary:hover, .show > .btn-outline-secondary.dropdown-toggle:focus {
  background-color: #3e79f7;
  box-shadow: unset;
}
.dropdown-item.srch {
  font-size: 14px;
}
.form-control:focus {
  box-shadow: unset;
  border: 1px solid #ced4da;
}
.form-control{
    font-size: 14px;
    height: auto;
}
.form-control.searchinput::placeholder,.form-control::-moz-placeholder,.form-control::-webkit-placeholder  {
  color: #8A8A8A;
  font-size: 14px;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: unset;
}
.tablendside {
  margin-top: 5px;
}
.refrenc {
  box-shadow: 0px 1px 5.76px 0.24px rgba(0, 1, 0, 0.15);
  background-color: #fff;
  border-bottom: 5px solid #3e79f7;
  padding: 15px;
}
.reful {
  margin-top: 20px;
}
.reful li a.refullink {
  margin: 5px 0;
  font-size: 14px;
  color: #000;
  padding-left: 15px;
  position: relative;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}
.reful li.refullink:active, .reful li a.refullink:hover{
    color: #3e79f7;
    text-decoration: none;
}
.reful li a.refullink::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #3e79f7;
}
.reful li:first-child a.refullink{
  margin-top: 0;
}
.reful li:last-child a.refullink{
  margin-bottom: 0;
}
.fwidth{
    table-layout: fixed;
}
.table .tbl-blue th {
  color: #fff;
  background-color: #3e79f7;
  border-color: #fff;
}
#content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
}

.table td, .table th{
    padding: 10px;
}

div.scroll {
    height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 15px;
    /*text-align:justify;*/
}
.scrollRef {
    height: 345px;
    overflow-x: hidden;
    overflow-y: auto;
    /*text-align:justify;*/
}  

::selection{
  color: #fff;
  background: #664AFF;
}

.wrapper .search-input{
  background: #fff;
  width: 100%;
  border-radius: 5px;
  position: relative;
/*  box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);*/
}
.search-input input{
  height: 38px;
  width: 100%;
  min-width: 400px;
  outline: none;
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 0 40px 0 15px;
  font-size: 14px;
/*  box-shadow: 0px 1px 5px rgba(0,0,0,0.1);*/
}
.search-input.active input{
  border-radius: 5px 5px 0 0;
}
.search-input .autocom-box{
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}
.search-input.active .autocom-box{
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
    position: absolute;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12);
    z-index: 1;
}
.autocom-box li{
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}
.search-input.active .autocom-box li{
  display: block;
}
.autocom-box li:hover{
  background: #efefef;
}
.search-input .icon{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
    background-color: #fff;
    color: #6c757d;
    border: 1px solid #6c757d;
    border-radius: 0 3px 3px 0;
    transition: 0.3s;
  cursor: pointer;
}
.search-input .icon:hover{
    background-color: #3e79f7;
    color: #fff;
}

.sidebar-inner {
    position: sticky;
    top: 0px;
    min-height: 100px;
    max-height: 100vh;
    overflow-x: scroll;
}
.sidebar-inner::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for Firefox */
.sidebar-inner {
    scrollbar-width: none; /* Firefox */
}

/* For completeness, if you want to hide the scrollbar in Internet Explorer and Edge */
.sidebar-inner {
    -ms-overflow-style: none; /* IE and Edge */
}

/* For Cards below search bar and above the Grid : Start */
.stats-container {
    padding: 10px 0;
}

.stat-card {
    min-width: 260px;
    background: white;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.card-body {
    padding: 0.3rem;
    text-align: left;
    position: relative;
}

.stat-icon {
    font-size: 1.5rem;
    position: absolute;
    top: 0.7rem;
    right: 1rem;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highest-salary .stat-icon {
    color: #667eea;
    background: rgba(102, 126, 234, 0.1);
}

.placement-percent .stat-icon {
    color: #f5576c;
    background: rgba(245, 87, 108, 0.1);
}

.average-salary .stat-icon {
    color: #4facfe;
    background: rgba(79, 172, 254, 0.1);
}

.stat-value {
    margin-left: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
}

.stat-label {
    margin-left: 1rem;
    font-size: 1.1rem;
    color: #6c757d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title {
    text-align: center;
    color: #2c3e50;
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 3rem;
}

@media (max-width: 768px) {
    .stat-value {
        font-size: 2rem;
    }

    .stat-icon {
        font-size: 1.5rem;
    }

    .section-title {
        font-size: 2rem;
    }
}
/* For Cards below search bar and above the Grid : End */

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
/*
  #sidebar {
    margin-left: -300px;
  }
  #sidebar.active {
    margin-left: 0;
  }
*/
  #sidebarCollapse span {
    display: none;
  }
  .srchbr {
    width: 100%;
      display: block;
  }
  .tablendside {
    margin-top: 15px;
  }
    .togglebtn{
        margin-right: 10px;
        margin-bottom: 10px;
    }
    
}
@media (max-width: 480px) {
    .srchbr .input-group{
        display: block;
        
    }
    .search-input input{
        min-width: 200px;
        width: 100%;
    }
    .dropdown-toggle{
        width: 100%;
        border-radius: .25rem !important;
        text-align: left;
        margin-bottom: 5px;
    }
    .searchinput.form-control{
        width: calc(100% - 42px);
        float: left;
    }
    .dropdown-toggle::after {
    position: absolute;
    top: 15px;
    right: 15px;
}
}