body {
  background-image: linear-gradient(#0E1627, #13213D);
  margin: 0;
}

body::-webkit-scrollbar {
  display: none;
}

.flex {
  display: flex;
}

.sticky {
  position: sticky;
  backdrop-filter: blur(4px);
  top: 16px;
  z-index: 99;
}

.main {
  background-image: url(../assets/bg.png);
  font-family: "Saira", sans-serif !important;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: row;
  gap: 12px;
  padding: 16px 0;
  font-weight: 500;
  background-size: contain;
}

/* link style
-------------------------------------------------------------- */
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar {
  position: fixed;
  background-color: #1C2E51b0;
  color: white;
  padding: 12px;
  width: 256px;
  height: 96%;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  z-index: 103;
  transition: all 0.3s ease-in-out;
}

.side-head {
  background-color: #ffffff;
  width: auto;
  display: flex;
  flex-direction: row;
  padding: 8px;
  color: #0E1627;
  border-radius: 48px;
  margin-bottom: 24px;
}

.side-head img {
  width: 48px;
  margin: 0 8px 0 0;
}

.side-head h3 {
  margin: auto 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.side-head h3 span {
  color: #EB3B55;
}

.menuhead {
  width: auto;
  text-align: center;
  border-bottom: 4px solid #EB3B55;
  margin: 8px;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu ul li {
  list-style: none;
  margin: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  transition: 0.3s ease;
}

.menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bttn:hover {
  border: 1px solid #EB3B55;
  box-shadow: 0 0 10px 0 #EB3B55 inset, 0 0 8px 0 #EB3B55;
}

.bttn.active {
  background-color: #EB3B55;
  color: white;
  box-shadow: 0 2px 8px #eb3b55a0;
}

/* .menu ul li:active {
  background-color: #EB3B55;
  border: none;
} */
.menu ul li a i {
  margin-right: 4px;
}

.menufoot {
  margin: auto 0 0 0;
}

.copyright {
  padding: 4px 16px;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  background-color: #0E1627;
  border-radius: 12px;
  margin: 4px;
}

.copyright a {
  color: #EB3B55;
  text-decoration: none;
}

.logout {
  width: 96%;
  background-color: #FFDADB;
  color: #542122;
  padding: 8px;
  border-radius: 24px;
  margin: 4px;
  border: none;
}

.logout i {
  margin: 0 8px;
}

.cc-dashboard {
  position: relative;
  inset-inline-end: 0;
  width: calc(100% - 280px);
  transition: all 0.5s ease;
  margin-left: 280px;
  inset-block-start: -8px;
  height: 100%;
}

.contentcenter {
  background-color: #0E162724;
  color: white;
  padding: 12px;
  width: 100%;
  min-height: 104vh;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  backdrop-filter: blur(4px);
}

.button-circle {
  width: 100%;
  font-size: 24px;
  text-align: center;
  line-height: 48px;
  color: #0E1627;
  background-color: #ffffff;
  border-radius: 24px;
  border: none;
  margin: 8px 0;
}

.button-circle2 {
  width: 100%;
  font-size: 24px;
  text-align: center;
  line-height: 48px;
  color: #0E1627;
  background-color: #ffffff;
  border-radius: 24px;
  border: none;
  margin: 8px 0;
}

.centerhead {
  background-color: #ffffff;
  padding: 0px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 48px;
  border-radius: 24px;
  flex-wrap: wrap;
  margin: 8px 0;
}

.centerhead h4 {
  color: #0E1627;
  font-weight: 700;
  line-height: 48px;
  margin: 0;
}

.centerhead p {
  color: #EB3B55;
  font-weight: 500;
  margin: 0;
}

.cc-main {
  background-image: url(../assets/bg\ 1.png);
  padding: 16px;
  margin: 16px 8px;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  background-blend-mode: overlay;
  background-color: #586a8b;
}

.cc-head h2 {
  color: #0E1627;
  margin: 0 0 12px 12px;
}

.flex-self {
  display: flex;
}

.button-arrow {
  width: 32px;
  text-align: center;
  line-height: 24px;
  color: #0E1627;
  background-color: #ffffff;
  border-radius: 24px;
  margin: 8px;
  border: none;
}

.mt-24 {
  margin-top: 24px;
  padding: 12px;
}

.optionbox {
  background-color: #0E1627;
  height: 120px;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.optionbox p span {
  color: #8AC441;
}

.optionbox p {
  margin: 0;
  font-size: 14px;
}

.optionbox a {
  display: flex;
  justify-content: space-between;
}

.optionbox a i {
  font-size: 40px;
  color: #8AC441;
}

.optionbox a img {
  width: 48px;
}

.cc-notification {
  padding: 16px;
  margin: 12px 0;
  border-radius: 24px;
  background-color: #0E1627;
}

.bg-2 {
  background-color: #1C2E51;
}

.noti-head {
  text-align: left;
  border-bottom: 4px solid #EB3B55;
  margin: 4px;
  display: flex;
  justify-content: space-between;
}

.viewbttn {
  background-color: #fff;
  color: #0E1627;
  padding: 1px 16px;
  border-radius: 20px;
  height: 24px;
}

.noti-main {
  margin: 8px 4px;
  padding: 0;
}

.noti-main ul::-webkit-scrollbar {
  display: none;
}

.noti-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 320px;
  min-height: 200px;
  overflow-y: scroll;
}

.noti-main ul li {
  background-color: #13213D;
  text-align: left;
  list-style: none;
  margin: 8px 0;
  padding: 12px;
  border-radius: 8px;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border-inline: 2px solid #eb3b55;
}

.noti-main ul li i {
  margin: 0 12px;
}

.noti-main ul li a {
  text-align: center;
  /* background-color: #EB3B55; */
  color: #fff;
  padding: 0 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.noti-bttn {
  border-color: #EB3B55;
  box-shadow: 0 0 20px 20px #EB3B55 inset, 0 0 0 0 #EB3B55;
  transition: all 150ms ease-in-out !important;

  &:hover {
    box-shadow: 0 0 10px 0 #EB3B55 inset, 0 0 8px 4px #EB3B55;
  }
}

.noti-main ul li h5 {
  font-size: 16px;
  line-height: 18px;
}

.noti-main ul li p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin: 0 0 8px;
}

.impt {
  background-color: #EB3B55;
  color: white;
  padding: 2px 0px;
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 8px;
  z-index: 9;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(235, 59, 85, 1);
  }

  70% {
    box-shadow: 0 0 0 12px rgb(235, 59, 85, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(235, 59, 85, 0);
  }
}

.noti-head2 {
  text-align: left;
  border-bottom: 4px solid #407BFF;
  margin: 4px;
  display: flex;
  justify-content: space-between;
}

.noti-main2 {
  margin: 8px 4px;
  padding: 0;
}

.noti-main2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 320px;
  min-height: 200px;
  overflow-y: scroll;
}

.noti-main2 ul::-webkit-scrollbar {
  display: none;
}

.noti-main2 ul li {
  background-color: #13213D;
  text-align: left;
  list-style: none;
  margin: 8px 0;
  padding: 12px;
  border-radius: 8px;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-inline: 2px solid #407BFF;
}

.noti-main2 ul li i {
  margin: 0 12px;
}

.noti-main2 ul li a {
  text-align: center;
  /* background-color: #407BFF; */
  color: #fff;
  padding: 0 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.noti-bttn2 {
  border-color: #407BFF;
  box-shadow: 0 0 20px 20px #407BFF inset, 0 0 0 0 #407BFF;
  transition: all 150ms ease-in-out !important;

  &:hover {
    box-shadow: 0 0 10px 0 #407BFF inset, 0 0 8px 4px #407BFF;
  }
}

.noti-main2 ul li h5 {
  font-size: 16px;
  line-height: 18px;
}

.noti-main2 ul li p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin: 0 0 8px;
}

.date_ {
  line-height: 20px;
  color: #8AC441;
  /* margin: 8px 0; */
  border: none;
  font-size: 12px;
}

.detail-box1 {
  font-size: 12px;
  background-color: #0E1627;
  margin: 4px;
  padding: 12px;
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 24px;
}

.detail-box2 {
  font-size: 12px;
  background-color: #0E1627;
  margin: 4px;
  padding: 12px;
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 24px;
}

.db-title {
  padding: 4px 10px;
  width: 135px;
  border-radius: 16px;
  background-color: #1C2E51;
}

.detail-box1 p,
.detail-box2 p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

/* table css  */
table {
  width: 99%;
  border-collapse: collapse;
  background-color: #1c2e51;
  overflow: hidden;
  margin: 4px;
}

th,
td {
  padding: 12px;
  text-align: center;
  border-radius: 2px;
}

th {
  background-color: #0E1627;
}

td {
  background-color: #1c2e51;
}

.paid {
  color: #ffffff;
  border: 1px solid #8AC441;
  padding: 4px 8px;
  border-radius: 12px;
  width: 88px;
  align-self: center;
  justify-self: center;
  background-color: #0e1627;
}

.unpaid {
  border: 1px solid #EB3B55;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 12px;
  width: 88px;
  align-self: center;
  justify-self: center;
  background-color: #0e1627;
}

.pay-now {
  background-color: #407BFF;
  color: white;
  padding: 8px 16px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
}

.print {
  background-color: #EB3B55;
  color: white;
  padding: 2px 12px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
}

.view {
  background-color: #8AC441;
  color: black;
  padding: 2px 12px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
}

.totalname {
  color: white;
  padding: 7px 16px;
  border-radius: 12px;
  border: 1px solid #8AC441;
  cursor: pointer;
}

.totalamount {
  background-color: #0E1627;
  color: white;
  padding: 8px 16px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
}

.uploaded {
  background-color: #0E1627;
  color: white;
  padding: 4px 16px;
  border-radius: 12px;
  border: 1px solid #8AC441;
  cursor: default;
}

.upload {
  background-color: #EB3B55;
  color: white;
  padding: 4px 16px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
}

.profilebar {
  position: fixed;
  background-color: #1C2E51b0;
  color: white;
  padding: 12px;
  width: 280px;
  height: 88vh;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  backdrop-filter: blur(4px);
  inset-inline-end: -296px;
  inset-block-start: 90px;
  z-index: 103;
  transition: all 0.3s ease-in-out;
}

.profilehead {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.profile {
  background-color: #ffffff;
  color: #0E1627;
  padding: 8px 16px;
  border-radius: 24px;
  margin: 4px;
}

.profile i {
  margin: 0 4px;
}

.noti {
  background-color: #EB3B55;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 24px;
  margin: 4px;
}

.l-out {
  background-color: #FFDADB;
  color: #542122;
  padding: 8px 14px;
  border-radius: 24px;
  margin: 4px;
}

.profilepic {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
  color: #ffffff;
}

.profilepic img {
  background-color: #ffffff;
  border: 2px solid white;
  width: 120px;
  height: 120px;
  margin: 4px;
  border-radius: 12px;
}

.studentname h4,
.studentname h5 {
  text-align: center;
  margin: 4px;
}

.studentname h5 {
  color: #8AC441;
  font-size: 14px;
  line-height: 20px;
}

.studentname p {
  font-size: 12px;
  background-color: #ffffff;
  color: #0E1627;
  line-height: 24px;
  padding: 0 20px;
  border-radius: 4px;
  margin: 8px 0;
}

.studentname p span {
  font-weight: 600;
}

.col-12 {
  color: #ffffff;
  text-align: center;
  margin: 4px;
}

.studentinfo h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.studentinfo p {
  font-size: 12px;
  background-color: #86b7fe;
  color: #0E1627;
  line-height: 24px;
  padding: 0 20px;
  border-radius: 4px;
  margin: 4px 0;
  text-align: center;
}

.viewprofile {
  justify-self: center;
  color: #ffffff;
  background-color: #0E1627;
  padding: 8px 16px;
  font-size: 16px;
  transition-duration: 0.4s;
  border-radius: 24px;
  border: 1px solid #EB3B55;
  box-shadow: 0 0 20px 20px #EB3B55 inset, 0 0 0 0 #EB3B55;
  margin: auto 0 0 0;
  transition: all 150ms ease-in-out !important;

  &:hover {
    box-shadow: 0 0 10px 0 #EB3B55 inset, 0 0 8px 4px #EB3B55;
  }
}

/* .viewprofile:focus {
    background-color: #778297;
  } */
.viewprofile i {
  margin: 0 4px;
}

/* responsive */
@media (min-width:1150px) {}

@media (min-width:440px) {
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }
}

#sidebar {
  inset-inline-start: -296px;
  /* Default: Closed on all screens */
  transition: inset-inline-start 0.3s;
}

#cc-dashboard {
  width: 100%;
  /* Full width by default */
  margin-left: 0;
  /* No margin shift */
  transition: width 0.3s, margin-left 0.3s;
}

@media (min-width: 992px) {
  #sidebar {
    inset-inline-start: 12px;
    /* Open by default on desktop */
  }

  #cc-dashboard {
    width: calc(100% - 280px);
    /* Adjust width when sidebar is open */
    margin-left: 280px;
    /* Shift when sidebar is open */
  }
}

/* login-page */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

#reg_login {
  position: relative;
  min-height: 100vh;
  /* background-color: #f8dd30; */
  background-image: url(login-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

#reg_login .container {
  position: relative;
  width: 800px;
  height: 500px;
  background: #fff;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

#reg_login .container .user {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

#reg_login .container .user .imgBx {
  position: relative;
  width: 50%;
  height: 100%;
  transition: 0.5s;
}

#reg_login .container .user .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#reg_login .container .user .formBx {
  position: relative;
  width: 50%;
  height: 100%;
  background: #1c2e51;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  transition: 0.5s;
}

#reg_login .container .user .formBx form h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}

#reg_login .container .user .formBx form input {
  position: relative;
  width: 100%;
  padding: 10px;
  background: #f5f5f5;
  color: #333;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 8px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
  border-radius: 30px;
}

#reg_login .container .user .formBx form input:hover {
  border: 1px solid #62260dab;
}

#reg_login .container .user .formBx form input[type="submit"] {
  max-width: 100px;
  background: #62260dab;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

#reg_login .container .user .formBx form input[type="submit"]:hover {
  transition: 0.5s;
  background: #62260d;
}

#reg_login .container .user .formBx form .signup {
  position: relative;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

#reg_login .container .user .formBx form .signup a {
  font-weight: 600;
  text-decoration: none;
  color: #00fff3;
}

#reg_login .container .signupBx {
  pointer-events: none;
}

#reg_login .container.active .signupBx {
  pointer-events: initial;
}

#reg_login .container .signupBx .formBx {
  left: 100%;
}

#reg_login .container.active .signupBx .formBx {
  left: 0;
}

#reg_login .container .signupBx .imgBx {
  left: -100%;
}

#reg_login .container.active .signupBx .imgBx {
  left: 0%;
}

#reg_login .container .signinBx .formBx {
  left: 0%;
}

#reg_login .container.active .signinBx .formBx {
  left: 100%;
}

#reg_login .container .signinBx .imgBx {
  left: 0%;
}

#reg_login .container.active .signinBx .imgBx {
  left: -100%;
}

@media (max-width: 991px) {
  #reg_login .container {
    max-width: 400px;
  }

  #reg_login .container .imgBx {
    display: none;
  }

  #reg_login .container .user .formBx {
    width: 100%;
  }
}