.project-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 60px;
  overflow-y: auto;
}
.dates {
  border: 1px solid #ebeff2;
  border-radius: 5px;
  padding: 20px 0px;
  margin: 10px 20px;
  font-size: 16px;
  color: #265ea1;
  font-weight: 600;
  overflow: auto;
}
.dates div {
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
}
.dates strong,
.stats strong {
  display: block;
  color: #39444d;
  font-size: 11px;
  font-weight: 700;
}
.dates span {
  width: 1px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: #ebeff2;
}
div.start {
  color: #2ecc71;
}
div.ends {
  color: #af2222;
}

.stats {
  border-top: 1px solid #ebeff2;
  background: #f7f8fa;
  overflow: auto;
  padding: 15px 0;
  font-size: 16px;
  color: #265ea1;
  font-weight: 600;
  border-radius: 0 0 5px 5px;
}
.stats div {
  border-right: 1px solid #b7bdc2;
  width: 50%;
  float: left;
  text-align: center;
}

.stats div:nth-of-type(2) {
  border: none;
}

/* custom rifbbon cards */
.shape {
  border-style: solid;
  border-width: 0 110px 70px 0;
  float: right;
  height: 0px;
  width: 0px;
  -ms-transform: rotate(360deg); /* IE 9 */
  -o-transform: rotate(360deg); /* Opera 10.5 */
  -webkit-transform: rotate(360deg); /* Safari and Chrome */
  transform: rotate(360deg);
}

.shape-text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  right: -60px;
  top: 2px;
  white-space: nowrap;
  -ms-transform: rotate(30deg); /* IE 9 */
  -o-transform: rotate(360deg); /* Opera 10.5 */
  -webkit-transform: rotate(30deg); /* Safari and Chrome */
  transform: rotate(30deg);
}

.projectcard {
  min-height: 300px;
  height: auto;
}

/* .project:hover{
	transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
  } */
.projectcard {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
  margin: 15px 0;
  overflow: hidden;
}
.project-success {
  border-color: #5cb85c;
}
.project-success .shape {
  border-color: transparent #5cb85c transparent transparent;
  border-color: rgba(255, 255, 255, 0) #5cb85c rgba(255, 255, 255, 0)
    rgba(255, 255, 255, 0);
}
.project-warning {
  border-color: #2472d9;
}
.project-warning .shape {
  border-color: transparent #265ea1 transparent transparent;
  border-color: rgba(255, 255, 255, 0) #265ea1 rgba(255, 255, 255, 0)
    rgba(255, 255, 255, 0);
}
.project-content {
  padding: 0 20px 10px;
}

.sskills {
  background: transparent;
  border: 1px solid#22af46;
  color: #22af46;
  font-size: 10px;
  padding: 5px;
  font-weight: bolder;
  border-radius: 5px;
  margin: 3px;
  display: inline-flex !important;
}
.pskills {
  background: transparent;
  border: 1px solid#af2222;
  color: #af2222;
  font-size: 10px;
  padding: 5px;
  font-weight: bolder;
  border-radius: 5px;
  margin: 3px;
  display: inline-flex !important;
}

.progress-bar {
  background-image: linear-gradient(
    120deg,
    #84fab0 0%,
    #8fd3f4 100%
  ) !important;
}
.badge {
  background-color: #bbbbbb;
  border-radius: 0.5rem;
  border-radius: 3px;
}
.bg-white {
  background: white;
}
.custom-border {
  border: 1px solid rgb(230, 230, 230);
}
#cardstyle1 {
  background-image: linear-gradient(
    to top,
    #0051a2 0%,
    #0051a2 100%
  ) !important;
  /* background-color: #172c41 !important; */
}
#cardstyle3 .card-title,
#cardstyle2 .card-title,
#cardstyle1 .card-title,
#cardstyle4 .card-title {
  color: #ffffffcc !important;
  text-align: center;
}
#cardstyle3 h3,
#cardstyle2 h3,
#cardstyle1 h3,
#cardstyle4 h3 {
  font-size: 40px;
  padding: 0;
  font-weight: bold;
  color: #ffffffcc;
  margin-top: 10px;
}
#cardstyle3 i,
#cardstyle2 i,
#cardstyle1 i,
#cardstyle4 i {
  font-size: 17px;
  border: 1px solid #d0d4d7;
  border-radius: 50%;
  padding: 5px 10px;
  background-color: #e4eaec;
  color: #122233;
}

#cardstyle1 i {
  color: #458fd5;
}
#cardstyle2 i {
  color: #449d96;
}
#cardstyle3 i {
  color: #9e623f;
}
#cardstyle4 i {
  color: #9e623f;
}
#cardstyle2 {
  background-image: linear-gradient(
    to top,
    #006359 0%,
    #006359 100%
  ) !important;
  /* background: #122233 !important; */
}
#cardstyle3 {
  background-image: linear-gradient(
    to top,
    #792d00 0%,
    #792d00 100%
  ) !important;
  /* background: #172c42 !important; */
}
#cardstyle3 .container,
#cardstyle2 .container,
#cardstyle1 .container,
#cardstyle4 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cardstyle3 .card-body,
#cardstyle2 .card-body,
#cardstyle1 .card-body,
#cardstyle4 .card-body {
  padding: 8px !important;
}
#student_table {
  background-color: #cfd2d0;
}
#student_table tbody tr button {
  background: #3d5c73;
  outline: none;
  border: none;
  color: #e4eaec;
  border-radius: 5px;
}
#student_table tbody tr td {
  color: #122233 !important;
  white-space: nowrap;
}
#project_search_btn {
  margin-bottom: 20px;
  background: #39444d;
  color: white;
  float: right;
}
#student_table_head {
  font-weight: bold;
}
#student_table_head tr th {
  color: #122233;
  font-weight: bold;
  white-space: nowrap;
}
.tag-success {
  font-size: 100% !important;
}
.border-right {
  border-right: 1px solid #000000 !important;
}
.card-body p {
  max-height: 98px;
  min-height: 98px;
  overflow: hidden;
}
.search-btn {
  margin: 10px 0px;
}
.pr0 {
  padding-right: 0 !important;
}

.main-card .card-header {
  background-color: #fff !important;
  margin-top: 0;
}
#student_table .badge {
  padding: 10px;
  width: 100%;
}
#student_table tbody tr button {
  width: 100%;
}
.completed {
  background: #23b322 !important;
  color: #fff !important;
  border-radius: 3px !important;
}
.approved {
  background: #23b323 !important;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 3px;
}
.pending {
  background: #ded705 !important;
  color: #615555;
  border-radius: 3px;
}
.in-progress {
  background: #61b6ca !important;
  border-radius: 3px;
}
.rejected {
  background: #d42e08 !important;
  border-radius: 3px;
}
.re-assigned {
  background: #265da2 !important;
  color: #fff !important;
  border-radius: 3px;
}
.pb10 {
  padding-bottom: 10px;
}
#student_table_wrapper {
  padding: 15px 20px;
}
/* equal card height */
.row-equal > div[class*="col-"] {
  /*display: flex;*/
  flex: 1 0 auto;
}

.row-equal .card {
  width: 100%;
}

/* ensure equal card height inside carousel */
.carousel-inner > .row-equal.active,
.carousel-inner > .row-equal.next,
.carousel-inner > .row-equal.prev {
  display: flex;
}

/* prevent flicker during transition */
.carousel-inner > .row-equal.active.left,
.carousel-inner > .row-equal.active.right {
  opacity: 0.5;
  display: flex;
}

/* control image height */
.card-img-top-250 {
  max-height: 250px;
  overflow: hidden;
}

.modal-dialog {
  /* width: 1300!important; */
  width: 100% !important;
  height: 100% !important;
  max-width: 60% !important;
  overflow: auto !important;
}
.student-countboard .card-title {
  font-size: 17px;
}
#postsCarousel .card-footer {
  background-color: #ffffff;
}
#postsCarousel .btn-primary {
  background-color: #7460ee;
  padding-left: 10px;
}

#postsCarousel .tag {
  background-color: #26c6da;
  padding: 5px;
  font-size: 12px !important;
}
* {
  margin: 0;
  padding: 0;
}
.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate > input:checked ~ label {
  color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
.img-block {
  height: auto;
  text-align: center;
}
.img-block img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.mentor-search .card {
  box-shadow: 0px 0px 15px -5px #888888;
  margin: 12px 0px 10px 0px;
}
.mentor-search .card .container {
  text-align: center;
  padding: 20px;
}
.mentor-search .card .btn {
  margin: 10px 0;
  background: #39444d;
  color: #fff;
  box-shadow: 0px 0px 15px -5px #888888;
}
.mentor-detail .skills-title {
  font-size: 18px;
}
.mentor-detail h5 {
  line-height: 22px;
  letter-spacing: 0.9px;
}

.slots-tab a {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 10px;
  text-decoration: none;
}
.slots-tab a.active {
  color: #fff;
  background-color: #275d70;
}
.middle-img img {
  margin-top: 5%;
}
.slots-available .time-slots td {
  font-size: 14px;
}
.slots-available thead {
  background: #030046;
  color: #fff;
}
.no-slot {
  background-color: #a52323 !important;
  cursor: not-allowed !important;
  color: #fff;
}
.slots-available .btn.btn-primary {
  background-color: #0700a7;
}
.mentor-detail .tags .tag {
  color: #39444d;
  margin-right: 5px;
  font-size: 16px;
  background: #e6e6e6;
}
.mentor-detail .tags .search-technology {
  color: #39444d;
  margin-right: 3px;
  margin-bottom: 3px;
  font-size: 16px;
  background: #e6e6e6;
}
.search-btn .btn {
  box-shadow: 0 0 9px;
}
@media only screen and (max-width: 768px) {
  .mentor-search .card {
    width: 95% !important;
  }
}

.swal2-container {
  display: -webkit-box !important;
  display: flex !important;
  position: fixed !important;
  z-index: 300000 !important;
}

.my-swal {
  z-index: X !important;
}
/* #user_image {
	height: -webkit-fill-available;
} */
.no-msg {
  margin: 10px 0;
  padding: 25px;
  background: #fff;
  display: flex;
  justify-content: center;
  font-size: 20px;
  color: #030046;
}
.user-name-student .select2-container--default .select2-selection--single {
  border: 1px solid #dcdcdc;
  height: 35px;
}
.review-name {
  font-size: 15px;
  font-weight: 500;
  color: #39444d;
  margin-left: 5px;
}
.review-img {
  width: 40px;
  height: 40px;
}
.review-content {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 20px;
  border-radius: 4px;
  position: relative;
  margin-top: 10px;
}
.review-content::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
  content: "";
  top: -10px;
  left: 10px;
  position: absolute;
}
body#page-blocks-profile_details-index ::-webkit-scrollbar-thumb {
  background: #b8babf !important;
  border-radius: 0px;
}
body#page-blocks-profile_details-index ::-webkit-scrollbar {
  width: 10px !important;
  height: 7px;
}
@media only screen and (max-width: 600px) {
  /* For mobile phones: */
  h2 {
    font-size: 25px !important;
  }
  .site-navbar .navbar-header .hamburger::before,
  .site-navbar .navbar-header .hamburger .hamburger-bar,
  .site-navbar .navbar-header .hamburger::after {
    background-color: #000 !important;
  }
  .site-navbar .navbar-header .navbar-toggler {
    color: #030303;
  }
  .modal-dialog {
    max-width: 100% !important;
  }
  body#page-local-student-index div.dataTables_wrapper div.dataTables_length {
    text-align: left;
  }
  body#page-local-student-index div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
    margin-left: -13px;
  }
  body#page-local-student-index .page-content {
    margin: 10px 14px;
  }
  body#page-local-student-index .page-header,
  body#page-local-student-project_details .page-header {
    margin: 0px 15px;
  }
  button.close.goback-project {
    font-size: 10px;
  }
  body#page-local-student-project_details h4.title {
    font-size: 16px;
  }
  body#page-local-student-project_details .panel {
    margin: 0px 20px;
  }
}

/*santosh 
 * free tooltips
*/

.sevendays-popup {
  border-radius: 10px;
  border: solid 1px rgba(201, 209, 219, 0.11);
  box-shadow: 0 20px 30px 0 rgba(60, 29, 137, 0.08);
  position: absolute;
  top: -8px;
  right: 30px;
  padding: 10px 10px 0;
}
.fa-calendar-size {
  font-size: 24px;
  color: #ff6a67;
}
.d-flex {
  display: flex;
}
.al-center {
  align-items: center;
}
.mr-30 {
  margin-right: 30px;
}
.freetrail-text {
  font-weight: bold;
  font-size: 14px;
}
.renew-close {
  border-left: 1px solid #9b9b9b;
  position: relative;
  top: -5px;
}
.renew-not-btn {
  padding-bottom: 10px;
  border-bottom: 1px solid #9b9b9b;
  padding-left: 10px;
  color: #003a76;
  padding-top: 10px;
  cursor: pointer;
  padding-right: 10px;
}
.renew-close-btn {
  padding-left: 15px;
  padding-top: 10px;
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
  padding-right: 10px;
}
.mt-30 {
  margin-top: 150px;
}
.fa-video-camera-des {
  color: #003a76;
  font-size: 24px;
}
.reminder-text {
  width: 280px;
}

#freetrail {
  position: absolute; /*or fixed*/
  right: 0px;
}
