@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html,
* {
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
}

.subscribed {
  background-color: #06D85F;
}

.AdminPannelCont {
  overflow: hidden;
  /* height: 100vh; */
  width: 100%;
  display: flex;
  flex-direction: column;
}

.contentContainer {
  display: flex;
}
.EditPopContainer{
  top: 0;
  left: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #00000096;
}
.EditPop{

  padding: .5cm 1cm;
  background-color: #fff;
}
.EditPop a{
  color: red !important;
}
.EditPop form{
display: flex;
flex-wrap: wrap;

}
.EditPop input{
  border: 1px solid #004e75;
  outline: none;
  padding: 5px;
  margin: 5px 0px;
}

.EditPop button{
  background-color:  #004e75;
  border: none;
  color: white;
  padding: 10px;
  outline: none;
}
.AdminPannelCont>div {
  flex: 1;
}
.innerDivs div{
  padding: 10px;
}
.contentCont {
  /* background-color: #06D85F; */
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  width: 100%;
}
.AdminSearch{
  padding: 10px;
  width: 100%;
  /* background-color: #06D85F; */
}
.AdminSearch input{
  padding: 10px;
  outline: none;
  border: none;
  border: 1px solid #004e75;
  font-size: 16px;
}
.AdminSearch button{
  padding: 10px;
  outline: none;
  border: none;
  color: white;
  background-color: #004e75;
  font-size: 16px;
}

.specialMailFeed {
  /* background-color: #06D85F; */
  display: flex;
  /* align-items: center; */
  width: 100%;
}

.msgBody {
  background-color: #acabab;
  width: 65%;
}

.feebackContainer {
  /* z-index: -1; */
  position: relative;
  margin: 0px 5px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  width: 90%;
  height: 2.5cm;
  padding: 10px;
  border-bottom: 1px solid #000000;
  /* border-radius: 10px; */
}

.feebackContainer:hover {
  background-color: #f0f0f0;

}

.unread {
  background-color: #acabab;
}

.important {
  background-color: #c0d5df;
}

.feebackContainer>div {
  flex: 1;

}

.ImportantFeedButton {
  color: black !important;
}

.feedsContainer {
  /* background-color: #004e75; */
  display: flex;
  flex-direction: column;
  width: 60vh;
  /* flex-wrap: wrap; */
}

.feedEmail {
  font-weight: bold;
  margin-top: 10px;
  font-size: 15px;
}

.feedtime {
  font-size: 12px;
}

.FeedSenderName {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
}

.feedOpt {
  left: 0;
  position: absolute;
  color: #000000;
  /* height: .5cm; */
  padding: 10px;
}

.feedOpt:hover .feedOptDrop {
  display: block;
}

.feedOptDrop {
  border: 1px solid #000000;
  display: none;
  overflow: hidden;
  width: 3cm;
  /* height: cm; */
  border-radius: 5px;
  background-color: #fff;
}

.feedOptDrop form {
  display: flex;
  flex-direction: column;
  border: none;
}

.feedOptDrop button {
  /* border-bottom: 1px solid #c0d5df; */
  /* font-weight: bold; */
  background-color: transparent;
  /* color: #fff; */
  border: none;
  /* margin: 5px; */
  padding: 5px;
  color: #000000;
}

.feedOptDrop button:hover {
  background-color: #c0d5df;
}

.FeedTitleBtn {
  text-transform: uppercase;
  padding: 5px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-left: 1cm;
}

.emailOrPhoneBtn {
  margin-top: -10px;
  display: flex;
  flex-direction: column;
  /* background-color: #06D85F; */
  width: 100%;
  /* align-items: start; */
}

.FeedTitle {
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
  width: 100%;
  font-size: 18px;
  border-bottom: 1px solid #000000;
  font-weight: bold;
  margin-bottom: 20px;
}

.emailOrPhone {
  border-top: 1px solid #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  /* justify-content: space-evenly; */
}

/* .AdminPannelCont > .contentCont {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 3;
  background-color: #eefdff;
  align-items: center;
} */
#barbtn {
  color: #004e75;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}

.displeBlock {
  /* display: block !important; */
  display: none;
}

.navigation {
  width: 7cm;
  height: 80vh;
  /* padding: 10px; */
  background-color: #c0d5df;
}

.subscribedNot {
  font-size: 12px;
  margin-left: 2px;
  padding: 2px;
  font-weight: bold;
  background-color: #06D85F;
}

.pendingNot {
  font-size: 12px;
  margin-left: 2px;
  padding: 2px;
  font-weight: bold;
  background-color: #ffd000;
}

.bannedNot {
  font-size: 12px;
  margin-left: 2px;
  padding: 2px;
  font-weight: bold;
  background-color: #db1e1e;
}

.topNav {
  /* padding: 10px; */
  height: 10vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  /* position: absolute; */
  background-color: #c0d5df;
}

.hideNavBarsCont {
  /* background-color: #06608d; */
  width: 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profileOptions {
  display: flex;
  margin-right: 1cm;
}

.showMinDivs {
  display: flex;
  /* background-color: #004e75; */
}

.signOutbutton {
  display: flex;
  align-items: center;
  padding: 5px;
  border: 1px solid #333;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.signOutbutton a {
  color: #333;
}

.TecherPannelLogoCont {
  width: 2cm;
  padding: 10px;
}

.TecherPannelLogoCont>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.TecherPannelLinks {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.navigationIcons {
  padding: 10px;
  width: .5cm;
  background-color: #333;
}

.TecherPannelLinks a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 5px 0px 0px 10px;
  background-color: #06608d;
  text-decoration: none;
  color: white;
  align-items: center;
  display: flex;
  overflow: hidden;

  /* justify-content: space-between; */
}

.TecherPannelLinks a div {
  padding: 0 10px;
  overflow: hidden;
}

.TecherPannelLinks>div {
  /* margin: 5px 0px 0px 10px; */
  /* background-color: #06608d; */
  text-decoration: none;
  color: white;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

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

.TecherPannelLinks a:hover {
  background-color: #ffffff;
  color: #004e75;
}

.Details {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
}

form {
  width: 100%;
}

.TeacherActions {
  display: flex;
  /* justify-content: space-evenly; */
  padding: 10px;
}

table {
  align-self: center;
  border-collapse: collapse;
  width: 25cm;
  border: 0px;
  margin: 10px;
}

table th {
  border: none;
  background-color: #004e75;
  padding: 5px;
  color: #ffffff;
}

table tr {
  background-color: #ffffff;
  /* padding: 10px; */
}

table tr td {
  font-size: 13px;
  border: none;
  /* background-color: #ffffff; */
  padding: 2px;
  cursor: default;
}

table tr:hover {
  background-color: #eceaea;
}

.MoreNavigation,
.user_min_nav {
  display: none;
}

.showOption {
  display: none;
  /* border-radius: 20px; */
  position: absolute;
  background-color: #ffffff;
  color: #004e75;
  border: 1px solid #004e75;
  justify-content: center;
}

.showOption button {
  /* border-radius: 20px; */
  border: none;
  width: 3cm;
  padding: 3px;
  background-color: white;
}
.showOption div a{
  color: #000000 !important;
}
.showOption div.editLink{
  padding: 5px;
}
.showOption div.editLink:hover{
  background-color: #06D85F;
}

.showOption button:hover {
  background-color: #c4dcdf;
  cursor: pointer;
}

.option {
  cursor: pointer;
  text-align: center;
}
.banned{
  background-color: orange;
}
.option:hover .showOption {
  display: block;
}

.searchForm {
  display: flex;
}

.addStudentPop {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: #004e7523;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popCont {
  width: 40%;
  /* height: 3cm; */
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid #004e75;
  display: flex;
  flex-direction: column;
  padding: 20px;
  /* justify-content: center; */
  /* align-items: center; */
}

.close {
  align-self: flex-end;
}

.addStdntTitle {
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #004e75;
}

.addStdntInput {
  align-self: center;
}

.addStdntInput input {
  width: 10cm;
  background-color: #c4dcdf;
  padding: 10px;
  border-radius: 20px;
  border: none;
  outline: none;
  font-size: 16px;
}

.addStdntButton {
  align-self: center;
}

.addStdntButton button {
  margin: 10px;
  width: 5cm;
  background-color: #004e75;
  color: #ffffff;
  padding: 10px;
  border-radius: 20px;
  border: none;
  font-size: 16px;
}

.addStudentForm {
  align-self: center;
}

.goToSignUp {
  background-color: #004e75;
}

.SignUpForm input {
  background-color: #004e75;
  color: #ffffff;
  font-weight: bold;
}

.SignUpForm input:focus {
  border: 1px solid #004e75;
  background-color: #ffffff;
  color: #004e75;
}

.SignUpForm input:-ms-input-placeholder {
  color: #ffffff;
}

.SignUpForm input::-webkit-input-placeholder {
  color: #ffffff;
}

.SignUpForm input:focus::-webkit-input-placeholder {
  color: #004e75;
}

.nameCont {
  background-color: #fff;
  cursor: pointer;
  padding: 10px;
}

.name {
  /* font-size: 20px; */
  font-weight: bold;
  /* color: #ffffff; */
  color: #333;
}

.subname {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.59);
}

.boxContainer {
  display: flex;
  background: #fff;
  width: 25%;
  margin: 10px;
}

.boxContainer1 {
  background-color: #88ddab;
  /* border: 1px solid #06D85F; */
}

.boxContainer .img {
  color: #004e75;
  font-size: 50px;
  display: flex;
  background-color: #06D85F;
  width: 30%;
  justify-content: center;
  align-items: center;
}

.boxContainer .img2 {
  color: #fff;
  font-size: 50px;
  display: flex;
  background-color: #333;
  width: 30%;
  justify-content: center;
  align-items: center;
}

.boxContainer2 {
  background-color: #a1a1a1;
  /* border: 1px solid #333; */
}

.boxContainer .img3 {
  color: #fff;
  font-size: 50px;
  display: flex;
  background-color: orange;
  width: 30%;
  justify-content: center;
  align-items: center;
}

.boxContainer3 {
  /* position: relative; */
  background-color: #fcbf70;
  /* border: 1px solid orange; */
}

.moreVisitInfo {
  /* background-color: #004e75; */
  width: 10%;
  font-weight: bold;
  color: #004e75;
  /* position: absolute; */
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: orange;
}

.moreVisitInfo:hover {
  color: #ffff;
}

.quickButtons {
  align-items: center;
  display: flex;
}

.mainNotifictionsContainer {
  display: none;
}

.notificationbtn:hover .mainNotifictionsContainer {
  display: block;
}

.ConfigBtns {
  display: flex;
}

.ConfigBtns>div {
  padding: 10px;
}

.notifictionsContainer {
  z-index: 1;
  cursor: default;
  padding: 5px;
  margin-top: .2cm;
  color: #333;
  font-size: 13px;
  width: 7cm;
  background-color: #fff;
  position: absolute;
  display: flex;
  flex-direction: column;
}

.notifictionsContainer>a {
  color: #000000;
  padding: 10px;
  /* margin: 5px 0px; */
  /* background-color: #c0d5df; */
  border-top: 1px solid #000000;
}

.notifictionsContainer>a:hover {
  background-color: #eceaea;
}

.quickButtons>div {
  /* background-color: #06D85F; */
  font-size: 20px;
  padding: 10px;
  margin: 10px;
}

.quickButtons>div i {
  color: #004e75;
}

.contbox {
  width: 70%;
  color: #004e75;
  padding: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.contbox .link {
  text-align: center;
  /* margin-top: 10px; */
  padding: 2px;
  background-color: #004e75;
  width: 30%;
}

.contbox .value {
  font-weight: bold;
  font-size: 20px;
}

.contbox .valueVisits {
  width: 100%;
  margin: 2px;
  border-top: 1px solid #004e75;
  font-weight: bold;
  font-size: 16px;
}

.cb {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.btns {
  background-color: white;
  /* Green */
  border: none;
  color: white;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  color: black;
  border: 2px solid #004e75;
}

.btns:hover {
  background-color: #004e75;
  ;
  color: white;
}

.btns1 {
  border: none;
  color: white;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: #004e75;
  ;
  color: white;
}

.btns1:hover {
  color: black;
  background-color: white;
  /* Green */
  border: 2px solid #004e75;


}

.placeholder {
  background-color: white;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border: 2px solid #004e75;
}

.sort {
  background-color: white;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border: 2px solid #004e75;
}

.TeacherActions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}







.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.button:hover {
  background: #06D85F;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.Transactions {
  margin: 10px;
  background-color: #f0eded;
}

.traHeader {
  color: white;
  padding: 5px;
  font-size: 20px;
  background-color: #004e75;
}

.traContainer {
  display: flex;
  justify-content: center;
  color: #333;
  padding: .1cm;
}

.traBody {
  border-left: 1px solid #004e75;
  text-align: center;
  padding: .5cm 1cm .5cm 1cm;
  cursor: pointer;
}

.traBody:hover {
  background-color: #333;
  color: white;
}

.balanceM {
  display: flex;
  padding: 5px;
  background-color: #06D85F;
  font-weight: bold;
}

.goal {
  background-color: #464545;
  color: white;
}

.btnDetails {
  margin: 5px;
  padding: 5px;
  background-color: #004e75;
  color: white;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: #06D85F;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

.couponForm form {
  margin: 10px 0px;
  border: 1px solid #004e75;
  padding: 10px;
}

.couponForm table th {
  padding: 1px !important;
  background-color: #464545 !important;

}

.couponForm input,
.couponForm select {
  width: 4cm;
  border: 1px solid #004e75;
  color: #004e75;
  padding: 5px;
  font-size: 16px;
  outline: none;
}

.couponForm button,
.couponForm input[type=reset] {
  width: 5cm;
  background-color: #004e75;
  color: #ffffff;
  padding: 5px;
  border: none;
  font-size: 16px;
}

.couponForm input[type=number] {
  width: 2cm !important;
}

@media (max-width: 700px) {
  .box {
    width: 70%;
  }

  .popup {
    width: 70%;
  }
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  color: black;
}

.bbx {
  display: flex;
  flex-direction: row;
}

.a {
  color: black;
}

.a:hover {
  color: #06D85F;
}

@media (max-width:500px) {

  .MoreNavigation,
  .user_min_nav {
    display: block;
  }

  .navigation {
    display: none;
  }

  .displeBlock {
    display: block;

  }



  .showMinDivs {
    display: none;
    position: absolute;
    margin-left: -2cm;
    top: 1.5cm;
    width: 4cm;
    height: 3cm;
    background-color: #fff;
    padding: 10px;
    z-index: 2;
  }

  .profileOptions:hover .showMinDivs {
    display: block;
  }

  .ConfigBtns {
    background-color: white;
    position: absolute;
    top: 1.5cm;
    z-index: 2;
    /* width: 4cm;
    height: 3cm; */
    display: none;
  }

  .quickButtons:hover .ConfigBtns {
    display: block;
  }

  .boxContainer {
    width: 80%;
  }

  .cb {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
}