@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
@import url(reactjs-popup/dist/index.css);
.plan-status {
  font-weight: 600; }

.vh-100 {
  height: 100vh; }

.fs-18px {
  font-size: 18px; }

.fs-20px {
  font-size: 20px; }

.fs-100px {
  font-size: 100px; }

.fw-700 {
  font-weight: 700; }

.heading {
  font-family: "Raleway", sans-serif;
  font-weight: 600; }

.para {
  font-family: "Montserrat", sans-serif; }

table, th, td {
  font-family: "Montserrat", sans-serif; }

.box-card {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px; }

.heading-color {
  padding: 15px; }

.submit-btn {
  background-color: #1f2e54 !important;
  color: #fff !important;
  transition: 0.5s !important; }

.submit-btn:hover {
  background-color: #ddd !important;
  color: #000 !important; }

.mt-70px {
  margin-top: 70px !important; }

.pd-x-25px {
  padding: 0 25px; }

.pdf-plan {
  width: 50px; }

.cursor-pointer {
  cursor: pointer; }

.forgot-password {
  text-decoration: underline;
  width: fit-content; }
  .forgot-password p {
    color: #000; }
  .forgot-password p:hover {
    color: gray; }

.pdf-card {
  box-shadow: 0px 0px 7px #c3c3c3;
  width: fit-content;
  padding: 15px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #fff; }

.pdf-card:hover {
  box-shadow: 0 0 5px #c3c3c3; }

.decoration-none {
  text-decoration: none;
  color: #000; }

.decoration-none:hover {
  text-decoration: none;
  color: #000; }

.w-fit-content {
  width: fit-content; }

.profile-img {
  width: 50px;
  height: 50px;
  background-color: gainsboro;
  overflow: hidden;
  border-radius: 5px; }

.logo-in .bpc-logo {
  color: #0048ff;
  font-size: 18px; }
.logo-in img {
  width: 100%; }
@media only screen and (max-width: 800px) {
  .logo-in img {
    width: 150px; } }

@media only screen and (max-width: 800px) {
  .md-logout-icon {
    font-size: 25px;
    padding-right: 8px; } }
.menu-in .active {
  border: 3px solid #1212FE;
  border-radius: 5px; }
.menu-in p {
  color: #fff; }
.menu-in .menu-img {
  width: 20px !important; }

.css-card {
  background-color: #EDEDED;
  color: #2e2f37;
  border-radius: 5px; }
  .css-card a {
    color: #2e2f37 !important;
    text-decoration: underline; }

.card-in {
  width: 250px;
  transition: 0.4s;
  cursor: pointer; }
  .card-in img {
    border-radius: 5px;
    width: 100%; }
  .card-in .card-details {
    background-color: #1f2e54;
    border-radius: 5px;
    color: #fff; }
    .card-in .card-details .card-title {
      font-weight: 600;
      border-radius: 5px; }

@media only screen and (max-width: 1500px) {
  .card-in {
    width: 230px; } }
@media only screen and (max-width: 1100px) {
  .card-in {
    width: 200px; } }
@media only screen and (max-width: 800px) {
  .card-in {
    width: 230px; } }
@media only screen and (max-width: 500px) {
  .card-in {
    width: 100%; } }
.card-in:hover {
  transform: scale(1.05);
  z-index: 1000 !important; }

.card-img-in {
  position: relative; }
  .card-img-in .overlay-disabled {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0009; }
  .card-img-in .bi-play-circle-fill, .card-img-in .bi-lock-fill {
    position: absolute;
    z-index: 10000 !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    opacity: 0;
    transition: 0.4s; }
  .card-img-in .bi-play-circle-fill {
    color: red; }
  .card-img-in .bi-lock-fill {
    color: red; }

.card-img-in:hover .bi-play-circle-fill, .card-img-in:hover .bi-lock-fill {
  opacity: 1; }

.swiper {
  padding: 50px 0 !important; }

.table-inside {
  padding: 20px;
  background-color: white;
  border-radius: 5px; }

input[type=text] {
  overflow: visible;
  padding: 7px 12px;
  border-radius: 5px;
  border: 1px solid gainsboro; }

table {
  font-family: "Montserrat", sans-serif;
  border-collapse: collapse;
  width: 100%; }

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px; }

.plan-desc {
  width: 60%; }

@media only screen and (max-width: 1100px) {
  .plan-desc {
    width: 80%; } }
@media only screen and (max-width: 800px) {
  .plan-desc {
    width: 100%; } }
.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
  width: 100%; }

.left-menu {
  width: 15%;
  position: fixed;
  height: 97%;
  border-radius: 10px;
  margin: 10px;
  box-shadow: 10px 10px 15px gainsboro;
  background-color: #1f2e54; }

@media only screen and (max-width: 800px) {
  .left-menu {
    width: 25%;
    transform: translate(-250px, 0); } }
.body-in {
  min-height: 100vh;
  background-color: #F6F6F6; }
  .body-in .center-body {
    width: 100%; }
    .body-in .center-body .main-body {
      width: 85%;
      margin-left: 15%; }
    @media only screen and (max-width: 800px) {
      .body-in .center-body .main-body {
        width: 100%;
        margin-left: 0; } }

.header {
  box-shadow: 10px 10px 15px gainsboro;
  background-color: #fff;
  width: calc(94% - 15%);
  margin-top: 15px;
  border-radius: 10px;
  position: fixed;
  right: 3%;
  z-index: 9; }

@media only screen and (min-width: 800px) {
  nav.navbar.navbar-expand-lg.navbar-light.custom-bg.header-sm-md {
    display: none; } }
@media only screen and (max-width: 800px) {
  .d-flex.align-itmes-center.justify-content-between.py-3.px-3.header.header-lg-xl {
    display: none !important; }

  .header {
    width: 94%; }

  .custom-bg {
    background-color: #1f2e54 !important;
    color: #fff !important; }

  .navbar-light .navbar-toggler {
    background: #fff; }

  .navbar-nav li a {
    color: #fff !important; }

  .bpc-light-logo {
    color: #fff; } }
.logout-icon {
  font-size: 16px;
  cursor: pointer; }

.login-img {
  background-image: url("./../img/kartik.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .login-img h1, .login-img p {
    color: #fff; }

.login-bg-clr {
  background-color: #fff; }

.login-logo img {
  width: 180px;
  padding: 10px 0; }

.error-msg {
  color: red; }

.css-login-form {
  width: 70%; }

.login-bg:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  left: 0; }

.login-content {
  z-index: 10; }

@media only screen and (max-width: 800px) {
  .css-login-form {
    width: 100%; } }
@media only screen and (max-width: 500px) {
  .css-login-form {
    width: 100%; } }
.modal {
  font-size: 12px; }

.modal > .header {
  width: 100%;
  border-bottom: 1px solid gray;
  font-size: 18px;
  text-align: center;
  padding: 5px; }

.modal > .content {
  width: 100%;
  padding: 10px 5px; }

.modal > .actions {
  width: 100%;
  padding: 10px 5px;
  margin: auto;
  text-align: center; }

.modal > .close {
  cursor: pointer;
  position: absolute;
  display: block;
  padding: 2px 5px;
  line-height: 20px;
  right: -10px;
  top: -10px;
  font-size: 24px;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #cfcece; }

.table-agreement {
  width: 100%; }

.vimeo-player {
  width: 100%;
  min-height: 450px; }

@media only screen and (max-width: 500px) {
  .vimeo-player {
    min-height: 320px; } }
.PhoneInputInput {
  border: none;
  outline: none; }

@keyframes anvil {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 0;
    box-shadow: 0 0 0 rgba(241, 241, 241, 0); }
  1% {
    transform: scale(0.96) translateY(10px);
    opacity: 0;
    box-shadow: 0 0 0 rgba(241, 241, 241, 0); }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
    box-shadow: 0 0 500px rgba(241, 241, 241, 0); } }
.popup-content {
  -webkit-animation: anvil 0.3s cubic-bezier(0.38, 0.1, 0.36, 0.9) forwards; }

svg.popup-arrow {
  display: none; }

.popup-content {
  margin: auto;
  background: transparent;
  width: 50%;
  padding: 5px;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  max-height: 600px;
  position: fixed !important; }

@media only screen and (max-width: 500px) {
  .popup-content {
    width: 100%; } }
.popup-overlay {
  background: rgba(0, 0, 0, 0.5);
  pointer-events: initial !important; }

/*# sourceMappingURL=style.css.map */
