@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
:root {
  --primary-color: #127FBE;
  --primary-gray: #EAEAEA;
  --primary-green: #50A88E;
}

@font-face {
  font-family: kalpurush;
  src: url("../fonts/kalpurush.ttf") format("opentype");
  unicode-range: U+0980-09FF;
}
@font-face {
  font-family: PoppinsRegular;
  src: url("../fonts/Poppins-Regular.ttf");
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "kalpurush", "Roboto";
}

@media print {
  div {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
  position: relative;
  min-height: 100vh;
}

th, td {
  white-space: nowrap;
}

td {
  font-family: "kalpurush", "PoppinsRegular";
}

[readonly], [disabled] {
  background: rgb(245, 245, 245);
  color: #323232;
  border: 1px solid #d7d7d7;
}

[data-richText] ul {
  list-style: disc !important;
  padding-left: 16px;
}

ul {
  list-style: disc !important;
}

ul.mobile_menu {
  list-style: none !important;
}

ol {
  list-style: decimal !important;
}

[data-richText] ol {
  list-style: decimal !important;
  padding-left: 16px;
}

[data-option-btns] .active {
  background: #333;
  color: #EAEAEA;
}

.font-kalpurush {
  font-family: "kalpurush";
}

.default-profile {
  background-image: url("../images/default_profile_photo.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.id-card-bg-img {
  background-image: url("../images/id_card_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.default-album {
  background-image: url("../images/album.png");
  background-size: cover;
  background-repeat: no-repeat;
}

nav ul {
  list-style: none !important;
}

@font-face {
  font-family: ABeeZee;
  src: url("../fonts/ABeeZee-Regular.ttf");
}
.font-abeezee {
  font-family: "ABeeZee" !important;
}

@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Regular.ttf");
}
.font-poppins {
  font-family: "PoppinsRegular" !important;
}

.font-montserrat {
  font-family: "Montserrat" !important;
}

.font-default {
  font-family: "PoppinsRegular", "kalpurush";
}

#admin-panel {
  font-family: "Roboto" !important;
}

.h-120 {
  height: 36rem;
}

.font-roboto-regular {
  font-family: "Roboto" !important;
}

.bg-primary {
  background-color: var(--primary-color);
}

.hover\:bg-primary:hover {
  background-color: var(--primary-color);
}

.bg-gray {
  background-color: var(--primary-gray);
}

.bg-green {
  background-color: var(--primary-green);
}

.text-primary {
  color: #127FBE;
}

.hover\:text-primary:hover {
  color: #127FBE;
}

.border-primary {
  border-color: #127FBE;
}

.hover\:border-primary:hover {
  border-color: #127FBE;
}

.h-40p {
  height: 40%;
}

.h-60p {
  height: 60%;
}

.nav-shadow {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.navbar {
  display: flex;
  align-items: center;
  background-color: #fff;
}

.navbar .nav-logo {
  padding: 2px 2rem;
}

[contenteditable=true] {
  background-color: #f5f5f5;
  width: 100%;
}

[contenteditable=true]:focus {
  outline: none;
}

.navbar .nav-items {
  display: flex;
  flex-grow: inherit;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
}

.navbar .nav-items .nav-top {
  height: 40%;
}

.hero-bg-img {
  min-height: 540px;
  background: linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url("/images/Rajshahi_College_Campus_01 1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-green {
  background-color: var(--primary-green);
  border: 3px solid var(--primary-green);
}

.btn-primary {
  background-color: var(--primary-color);
  border: 3px solid var(--primary-color);
}

.triangle-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 30px solid rgb(60, 60, 60);
  border-bottom: 20px solid transparent;
  cursor: pointer;
}

.triangle-right-disabled {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 30px solid rgb(175, 175, 174);
  border-bottom: 20px solid transparent;
}

.triangle-left {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 30px solid rgb(60, 60, 60);
  border-bottom: 20px solid transparent;
  cursor: pointer;
}

.triangle-left-disabled {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 30px solid rgb(175, 175, 175);
  border-bottom: 20px solid transparent;
}

.registration-container {
  background: linear-gradient(106.9deg, rgba(18, 127, 190, 0.85) 7.07%, rgba(4, 2, 97, 0.59) 81.11%);
  background-image: url("../images/bg-registration.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

#reg-form input, #reg-form select {
  border: none;
  border-radius: 5px;
}

#reg-form input.error, #reg-form div.error {
  outline: rgb(201, 27, 27) solid 1px;
  color: rgb(201, 27, 27);
}

#reg-form input.valid, #reg-form div.valid {
  outline: rgb(6, 156, 86) solid 1px;
  color: rgb(6, 156, 86);
}

.login-container {
  background: linear-gradient(106.9deg, rgba(18, 127, 190, 0.85) 7.07%, rgba(4, 2, 97, 0.59) 81.11%);
  background-image: url("../images/bg-registration.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

input#birth_date:focus {
  outline: none !important;
}

.min-h-12 {
  min-height: 12rem;
}

.min-h-20 {
  min-height: 22rem;
}

.carousel {
  position: relative;
  height: 550px;
  overflow: hidden;
}

div[data-slides] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

div[data-slide] {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease-in-out;
  transition-delay: 300ms;
}

div[data-slide][data-active-slide] {
  z-index: 30;
  opacity: 1 !important;
  pointer-events: all !important;
  transition-delay: 0ms !important;
}

div[data-active], div[data-selected-method] {
  border: 1px solid #50A88E;
  color: #50A88E;
}

#snackbar {
  background: #333;
  color: white;
  padding: 10px 16px;
  border-radius: 6px;
  position: fixed;
  z-index: 100;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  font-family: "PoppinsRegular";
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

._sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
._print-only {
  visibility: hidden;
}

@media screen and (max-width: 600px) {
  .carousel {
    height: 220px;
  }
  div[data-slide] {
    transition-delay: 0ms !important;
  }
  .h-120 {
    height: 25rem;
  }
}
@media print {
  .no-print, .no-print * {
    display: none !important;
  }
  ._print-only {
    visibility: visible !important;
    height: 100%;
  }
  ._printable {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  ._printable::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
}
.promiseBtn {
  background-color: rgb(185, 185, 185);
  color: #323232;
}

/*# sourceMappingURL=styles.css.map *//*# sourceMappingURL=public-styles.css.map */