@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
}
.viewdetails-btn {
  background-color: transparent;
  border: none;
  color: black;
}

.bg-color{
  background-color: rgba(0, 134, 188);
}
/* Remove hover effect */
.viewdetails-btn:hover {
  background-color: transparent;
  color: black;
}

.panel-primary > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}

.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-primary {
    border-color: #337ab7;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fa-trash {
  background-color: transparent !important;
  border: none !important;
}
.calendar {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.calendar th,
.calendar td {
  text-align: center;
  padding: 10px;
}

.current-month {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}

tbody .today {
  background-color: #007bff !important;
  color: #ffffff;
  border-radius: 50%;
}

.custom-padding-top{
  padding-top:10px;
}

.custom-height50px {
  height:50px;
}

.underline-input {
  border: none;
  border-bottom: 1px solid #ced4da; /* You can customize the underline color */
  border-radius: 0;
  background-color: transparent;
}
.navbar {
  border: none;
}
.datestring {
  padding-top:18%;
  color:white;
}
.navbar-nav>li:hover {
  
  border-bottom: 2px solid #ffffff;
}
.active-navbar {
  content: "";
  left: 0;
  right: 0;
  border-bottom: 2px solid #ffffff;
}
.navbar{
  transition: all 0.5s;
}
.navbar-scrolled{
  background: rgba(135, 206, 235, .9);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
  border-color: transparent;
}
.dropdown:hover>.dropdown-menu {
display: block;
}

.dropdown>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
  pointer-events: none;
}
.dropdown-menu .dropdown-item:hover {
  background-color: rgba(135, 206, 235, .74); /* Green color when hovering */
}

/* CAROSSEL */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 
.carousel-caption {
    text-shadow: 0 1px 4px rgba(0,0,0,.9);
  font-size:17px
}
.carousel-caption h3 {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
}
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 100%;
    } 
    .item:nth-child(1) {
      background: url('https://snap-photos.s3.amazonaws.com/img-thumbs/960w/HZZKGVVJ6I.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

    .item:nth-child(2) {
      background: url('https://snap-photos.s3.amazonaws.com/img-thumbs/960w/D2ROMCUEIV.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

    .item:nth-child(3) {
      background: url('https://snap-photos.s3.amazonaws.com/img-thumbs/960w/PU9HHZB5QW.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

.outline-black {
  outline: 2px solid black;
}
.card{
  padding: 1em .5em .5em;
  text-align: center;
  border-radius: 2em;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  height: 24em;
  margin-top:20px;
}
.card-tilte{
  font-weight: bold;
  font-size: 1.5em;
}

.jacquard-24-regular {
  font-family: "Jacquard 24", system-ui;
  font-weight: 400;
  font-style: normal;
}
.hidden{
  opacity: 0;
  filter: blur(1px);
  transform: translateY(10%);
  transition: all 1s;
}
.show{
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.animationfromLEFT_hidden{
  opacity: 0;
  filter: blur(1px);
  transform: translateX(-10%);
  transition: all 1s;
}
.animationfromLEFT_show{
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.animationfromRIGHT_hidden{
  opacity: 0;
  filter: blur(1px);
  transform: translateX(10%);
  transition: all 1s;
}
.animationfromRIGHT_show{
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
    .stroke-black {
  -webkit-text-stroke: 0.5px black; /* For WebKit-based browsers like Chrome and Safari */
        text-stroke: 0.5px black; /* Standard syntax */
}

.zilla-slab-light {
  font-family: "Zilla Slab", serif;
  font-weight: 300;
  font-style: normal;
}

.zilla-slab-regular {
  font-family: "Zilla Slab", serif;
  font-weight: 400;
  font-style: normal;
}

.zilla-slab-medium {
  font-family: "Zilla Slab", serif;
  font-weight: 500;
  font-style: normal;
}

.zilla-slab-semibold {
  font-family: "Zilla Slab", serif;
  font-weight: 600;
  font-style: normal;
}

.zilla-slab-bold {
  font-family: "Zilla Slab", serif;
  font-weight: 700;
  font-style: normal;
}

.zilla-slab-light-italic {
  font-family: "Zilla Slab", serif;
  font-weight: 300;
  font-style: italic;
}

.zilla-slab-regular-italic {
  font-family: "Zilla Slab", serif;
  font-weight: 400;
  font-style: italic;
}

.zilla-slab-medium-italic {
  font-family: "Zilla Slab", serif;
  font-weight: 500;
  font-style: italic;
}

.zilla-slab-semibold-italic {
  font-family: "Zilla Slab", serif;
  font-weight: 600;
  font-style: italic;
}

.zilla-slab-bold-italic {
  font-family: "Zilla Slab", serif;
  font-weight: 700;
  font-style: italic;
}
@keyframes slidetoUP {
  from{
      transform: translateY(50px);
  }
  to{
      transform: translateY(0);
  }
}
.animationUP{
  animation-name: slidetoUP;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.circle-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  background-color: transparent; /* You can change the background color */
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.circle-btn:hover {
  background-color: transparent; /* Change color on hover */
}

/* Adjust the icon size */
.circle-btn img {
  width: 30px;
  height: 30px;
}
.welcome{
    font-size: 25px;
    font-family: roboto, sans-serif;
}
.account-subtitle{
  font-family: Arial, Helvetica, sans-serif;
  color: #aaa;
  font-size: 16px;
}
.account-subtitle a{
  
  text-decoration: none;
}
.form-label-over {
  position: relative;
  padding-bottom: 1.5rem; /* Adjust as needed */
}

.form-label-over label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  pointer-events: none;
  color: #495057; /* Text color for the label */
  transition: all 0.1s ease-out;
}

.form-label-over input {
  padding-top: 1.5rem; /* Ensure space for the label */
  border-radius: 0; /* Remove rounded corners if needed */
}

.form-label-over input:focus + label,
.form-label-over input:not(:placeholder-shown) + label {
  font-size: 0.75rem;
  transform: translateY(-1.5rem);
  color: #007bff; /* Text color for the label when input is focused */
}
.form-group {
position: relative;
}
.form-group label {
font-size: 13px;
color: #ababab;
font-weight: 500;
position: absolute;
top: -10px;
left: 20px;
background: #fff;
margin-bottom: 0;
padding: 0 5px;
}
.form-group .studentlabel {
  font-size: 13px;
  color: #ababab;
  font-weight: 500;
  position: absolute;
  top: -10px;
  left: 2px;
  background: #fff;
  margin-bottom: 0;
  padding: 0 5px;
  }
.login-danger,
.star-red {
color: red;
}
.profile-views {
  
position: absolute;
right: 25px;
top: 50%;
transform: translateY(-50%);
}
.forgotpass a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.remember-me .custom_check {
  color: #878787;
  font-size: 14px;
  font-weight: 400;
}
.remember-me .custom_check .checkmark {
  width: 20px;
  height: 20px;
  top: 0;
  border: 1px solid #c1ccdb;
}
.custom_check {
  color: #1b2559;
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom_check input:checked ~ .checkmark {
  background-color: #3d5ee1;
  border-color: #3d5ee1;
}
.custom_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 21px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  border-radius: 6px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
