/* Default styles for mobile first */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face{
  font-family: mon;
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-Regular.ttf);
}

@font-face{
  font-family: monb;
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-Bold.ttf);
}


@font-face{
  font-family: popb;
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Poppins-Bold.ttf);
}

@font-face{
  font-family: pop;
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Poppins-Regular.ttf);
}


@font-face{
  font-family: mspace;
  font-style: normal;
  font-weight: normal;
  src: url(fonts/SpaceMono-Regular.ttf);
}

body{
  background-image: url(../images/14.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-attachment: fixed;
}


.TimeIconImg {
  margin-top: 5px;
}

.activity-time {
  margin-top: 20px;
  padding-left: 8px;
}

.activity-status {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
 
}

.activity-status span {
  padding: 5px 10px;
  border-radius: 5px;
  color: #000;
  font-weight: 500;
  font-size: 1.1em;
}

.activity-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#mobilePopup {
  display: none;
}

.checkbox-right {
  margin: 0;
}

.ActivityMain {
  display: none;
}

.ActivityMain h2{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  font-family: monb, sans-serif;
}

.lrow{
  display: flex;
  justify-content: center;
  align-content: center;
}

.lcol{
  display: flex;
  justify-content: center;
  align-content: center;
}
.header {
     padding: 20px 0;
    position: sticky;
    top: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 1px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 0px inset;
    z-index: 999;
    background-color: #36A9AE;
    background-image: linear-gradient(#37ADB2, #329CA0);
    border: 1px solid #2A8387;
    box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
    display: block;
    margin: 0;
    outline: 0;
    text-align: center;
    transition: box-shadow .05s ease-in-out, opacity .05s ease-in-out;
    user-select: none;
    width: 100%;
}
.header h2{
  color: #FFFFFF;
}
.header:hover {
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 2px inset, rgba(0, 0, 0, 0.4) 0 1px 2px;
  text-decoration: none;
  transition-duration: .15s, .15s;
}


.header .row {
    align-items: center;
    justify-content: center;
}
.header .row > div {
    width: auto;
}
.header .main-title-head h2 {
    font-size: 40px;
    text-transform: capitalize;
}
.breadcrumbs-header p {
    font-size: 15px;
    font-weight: 500;
}
.linkbtn {
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    outline: none;
    border: none;
    font-size: 22px;
    color: #fff;
    font-family: pop, sans-serif;
    /* max-width: 550px; */
    padding: 10px 20px;
    background-color: #31363F;
    margin-top: 3rem !important;
    margin-bottom: .5rem !important;
    width: calc(100% - 70px);
    position: relative;
    overflow: hidden;
}
.linkbtn:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    right: 0;
    top: 0;
    background: #fff;
        right: auto;
    left: -70px;
    width: 60px;
        background: url(images/timetable.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transition: .35s ease-in-out;
}


/*.linkbtn:hover:before {*/
/*    width: 50px;*/
/*}*/
.main {
  margin-left: 0;
  width: 100%;
  display: none;

}

.modal-footer button{

  height: fit-content;
  margin-top: 10px;
  padding: 11px 26px;
  

  border-radius: 4px;
  cursor: pointer;
 color: #fff;
  font-size: 15px;
  font-family: mon, sans-serif;
  background-color: #484c53;

  outline: none;
  border: none;
}

.login-form {
  display: none;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 90%;
  margin: auto;
}

.login-form input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}
.lform{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login-form h4{
  font-size: 20px;
  font-family: mon, sans-serif;
}
.regisform h4{
  margin: 20px 0px;
  padding-bottom: 10px;
    font-family: monb, sans-serif;
    border-bottom: 1px solid;
}

.regisform label{
  font-family: mon, sans-serif;
  font-size: 17px;
}

.login-form button {
  width: 100%;
  height: fit-content;
  margin-top: 10px;
  padding: 11px 26px;
  

  border-radius: 4px;
  cursor: pointer;
 
  font-size: 20px;
  font-family: mon, sans-serif;
  background-color: #484c53;

  outline: none;
  border: none;
}



.lgFrm {
  height: 100%;
  width: 100%;
}

.login-form button:hover {
  background-color: #218838;
}

#login-form {
  display: none;
}

#otpForm {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}



#Registration_form {
  display: none;
 /*  width: 90%; */
}

/* #loader-1 {
  margin-top: calc(50vh - 200px);
}
 */
#loader {
  left: 50%;
  top: 50%;
  height: 15vw;
  width: 15vw;
  margin: -10vw 0 0 -10vw;
  border: 3px solid transparent;
  border-top-color: #ff8080;
  border-bottom-color: #ff8080;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: 2s linear infinite spin;
  -moz-animation: 2s linear infinite spin;
  -o-animation: 2s linear infinite spin;
  animation: 2s linear infinite spin;
  display: none;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  border: 3px solid transparent;
  z-index: 1;
  border-top-color: #88c8ed;
  border-radius: 50%;
  -webkit-animation: 3s linear infinite spin;
  -moz-animation: 3s linear infinite spin;
  -o-animation: 3s linear infinite spin;
  animation: 3s linear infinite spin;
}

#loader:after {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  border: 3px solid transparent;
  border-top-color: #dfe159;
  z-index: 2;
  border-radius: 50%;
  -webkit-animation: 1.5s linear infinite spin;
  -moz-animation: 1.5s linear infinite spin;
  -o-animation: 1.5s linear infinite spin;
  animation: 1.5s linear infinite spin;
}

#inner {
  width: 60%;
  height: 60%;
  border-radius: 50%;
}

.flex-center {
  position: absolute;
}
/*  */

.modal{

margin-top: 50px;

}

.modal11 {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.modal-content1 {
    text-align: center;
}
.close-btn {
    cursor: pointer;
    float: right;
    font-size: 20px;
}

.modal-content h4{
  margin: 20px 50px;
/*   font-size: 20px; */
  font-family: monb, sans-serif;
  border-bottom: 1px solid;

}
.modal-content p{
  margin: 20px 50px;
  font-size: 15px;
  font-family: mon, sans-serif;

}



@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.regform{
 background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 50px 20px;
/*   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  margin: 20px auto;
}

.act-time{
  display: flex;
  justify-content: end;
  font-family: mon, sans-serif;
}

.act-list{
  margin: 20px 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.card-title{
  margin-bottom: 20px;
  justify-content: center;
  display: flex;
  border-bottom: 1px dotted;
  padding-bottom: 10px;

}

.f-chk{

  font-size: 20px;
}


input[type=text], select, input[type=tel], input[type=email]{
  margin-bottom: 20px;
}

/* .regisform input[type=radio]{
  display: none;
} */


.regisform .form-select{
  font-family: mon, sans-serif;
}

/* .regisform label{
  padding: 5px 10px;
  background-color: #218838;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
} */

#teach:checked ~ .label1,
#prin:checked ~ .label2
{
  background-color: rgb(170, 170, 170);
}

.regisform .form-check-input{
  display: none;
}

.form-check-label{
  padding: 5px 10px;
  border: 2px solid grey;
  border-radius: 12px;
  color: #000;
  cursor: pointer;
  font-size: 20px;
}

.regisform button{
  width: 100%;
  height: fit-content;
  margin-top: 10px;
  padding: 11px 26px;
  

  border-radius: 4px;
  cursor: pointer;
 
  font-size: 20px;
  font-family: mon, sans-serif;
  background-color: #484c53;

  outline: none;
  border: none;
}

.ActivityMain button{
 /*  background-image: linear-gradient(to bottom right, #407df5, #8c39eb); */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  outline: none;
  border: none;
  font-size: 18px;
  color: white;
  font-family: pop, sans-serif;
  min-width: 390px;
  padding: 10px 20px;
  background-color: #31363F;
  /* background-color: #f3d281; */
  
}


@media (max-width: 576px) {
  .col-sm-12 {
      /* flex: 0 0 auto; */
      width: 80%;
  }
  .header .row{
      flex-direction: column;
  }
}


@media (max-width: 768px) {
  .col-sm-12 {
      /* flex: 0 0 auto; */
      width: 80%;
  }
}

.btn:hover{
  color: #fff !important;
    background-color: #5c636a !important;
    border-color: #565e64 !important;
}
.linkbtn {
  width: 100%;
  font-size: 1.1rem;
  text-align: center;
}

