@font-face {
  font-family: "redHat-Regular";
  src: url("../font/RedHatDisplay-Regular.ttf");
  font-weight: "regular";
  font-style: normal;
}

body {
  overflow-x: hidden;
}

.container-custom {
  width: 100%;
  padding: 0px 45px;
}
.btn-link {
  text-decoration: none;
  color: white;
}

/* .container {
        max-width: 100%;
    }
     */
.nav-item {
  width: 100%;
  display: flex;
  align-items: center;
}

.fa-solid {
  padding-right: 10px;
}

.navbar {
  width: 13%;
  /* height: 100%; */
}

.brand-logo {
  margin: 6px 0px 30px 38px;
}
.logo-img {
  width: 140%;
  height: 100%;
}
.navbar-nav {
  text-align: left;
  width: 100%;
  display: flex;

  gap: 24px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 15px;
  font-family: "redHat-Regular";
  font-weight: 600;
  margin: 0px 0px;
  padding: 0px 0px 0px 17px;
  height: 40px;
  /* gap: 22px; */
  align-items: center;
  display: flex;
  flex-direction: row;
  color: #10234e;
}
.pad-set {
  padding-left: 26px;
}
.card {
  width: 18rem;
  margin-top: 21px;
}

.icons {
  padding-right: 10px;
  /* fill: white; Change color to white on hover */
  transition: fill 0.3s ease; /* Add transition for smooth color change */
}
.nav-item .icons {
  filter: invert(0); /* Invert the colors */
  transition: filter 0.3s ease; /* Add transition for smooth effect */
}

.nav-item:hover .icons {
  filter: invert(1); /* Invert the colors on hover */
}

.nav-item .nav-link.icons {
  fill: #ccc; /* Set initial color */
}
/* For Webkit browsers (like Chrome, Safari) */
.popup::-webkit-scrollbar {
  width: 6px;
}

.navbar-nav .nav-item:hover {
  font-size: 15px;
  font-family: "redHat-Regular";
  font-weight: 600;
  color: white;
  background: linear-gradient(to right, #0b105c, rgba(11, 16, 92, 0));
}

.navbar-nav .nav-item .nav-link:hover {
  font-size: 15px;
  font-family: "redHat-Regular";
  font-weight: 600;
  color: white;
  background: linear-gradient(to right, #0b105c, rgba(11, 16, 92, 0));
}

.btn-nav {
  margin-top: 326px;
  margin-bottom: 16px;
  background-color: #0b105c;
  border-radius: 0 20px 20px 0;
  /* Top-left, top-right, bottom-right, bottom-left */
  height: 56px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
}

.white-bg {
  background-color: #fff;
  /* White background color */
  border-radius: 40px;
  /* Adjust the border radius as needed */
  /* padding: 200px; */
  margin-top: 15px;
  width: 100%;
  height: 98%;
  padding-bottom: 30px;
}

.profile-pic {
  border-radius: 50px;
  height: 100px;
  width: 100px;
  margin-top: 8px;
}

.head-container {
  display: flex;
  align-items: center;
}

.head-para {
  color: #8b8b8b;
}

.heading-hello {
  font-family: "redHat-Regular";
  font-weight: 800;
  font-size: 30px;
  color: #0b105c;
  margin: 0px;
}

.text-sec {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.main-section {
  display: flex;
  height: 100%;
  overflow-x: hidden;
  gap: 62px;
  width: 100%;
  /* width: 100vw; */
  background-image: url(../img/background-img.png);
  background: linear-gradient(#f9b401 0%, #fcdd8e 200%);
}

.notification-badge {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}

.notification-badge .fas {
  font-size: 20px;
  /* Adjust the icon size as needed */
}

.notification-badge .badge {
  position: absolute;
  top: -6px;
  /* Adjust the distance from the top */
  right: -8px;
  /* Adjust the distance from the right */
  background-color: red;
  /* Red background color */
  color: white;
  /* White text color */
  border: 2px solid white;
  /* White border */
  border-radius: 50%;
  /* Make it a circle */
  font-size: 8px;
  font-family: "redHat-Regular";
  font-weight: 700;
  padding: 2px 4px;
  /* Adjust padding as needed */
}

.header-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-details {
  display: flex;
  justify-content: space-between;
}

.card-details p {
  font-family: "redHat-Regular";
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0px;
  color: #10234e;
}

.details {
  display: flex;
  justify-content: space-between;
  font-family: "redHat-Regular";
  font-size: 14px;
  font-weight: 300;
}

.same-cards {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid white;
  border-radius: 10px 10px 10px 10px;
  padding: 20px 20px;
  margin-right: 12px;
  width: 377px;
  margin-bottom: 30px;
}

.main-card {
  display: flex;
  /* justify-content: space-between; */
  /* width: 97%; */
  flex-wrap: wrap;
  overflow-y: scroll;
  height: 888px;
  margin-top: 21px;
}

.buttons {
  padding: 3px;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
  /* margin-bottom: 50px; */
  border-radius: 5px;
  display: flex;
  /* justify-content: ; */
}

.multi-buttons {
  margin-top: 55px;
  /* width: 100%; */

  margin-left: 42px;
}

.btn {
  background: linear-gradient(180deg, #f9b401 0%, #fcdd8e 100%);
  outline: none;
  border: #f9b401;
  color: #0b105c;
  margin: 10px;
  font-weight: 600;
  font-family: "redHat-Regular";
  font-size: 16px;
  width: 185.16px;
  height: 44px;
}
.btn:hover {
  background: linear-gradient(180deg, #f9b401 0%, #fcdd8e 100%);
  outline: none;
  border: #f9b401;
  color: #0b105c;
  margin: 10px;
  font-weight: 600;
  font-family: "redHat-Regular";
  font-size: 16px;
}
.link-btn {
  text-decoration: none;
  color: #0b105c;
}
.btn:active {
  background: linear-gradient(180deg, #f9b401 0%, #fcdd8e 100%);
  outline: none;
  border: #f9b401;
  color: #0b105c;
  margin: 10px;
  font-weight: 600;
  font-family: "redHat-Regular";
  font-size: 16px;
}

.btn-active {
  background: linear-gradient(180deg, #f9b401 0%, #fcdd8e 100%);
  outline: none;
  border: #f9b401;
  color: #0b105c;
  font-family: "redHat-Regular";
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 277px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border-radius: 20px;
  padding: 8px 6px;
}

/* Styles for the overlay background */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* height: 100%; */
  width: 256px;
  position: relative;
  left: 40px;
  bottom: -26px;
}

.popup-text {
  font-family: "redHat-Regular";
  font-weight: 400;
  font-size: 18px;
  color: #0b105c;
  margin-bottom: -25px;
  text-align: center;
  width: 256px;
  /* height: 72px; */
}

.popup-heading {
  text-align: start;
  color: #0b105c;
  width: 263px;
  font-family: "redHat-Regular";
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 16px;
}

.popup-img {
  width: 70px;
  height: 69.99px;
  position: relative;
  top: -12.4px;
  /* bottom:300px ; */
}

.pop_btn1 {
  /* background: none; */
  /* outline: none; */
  border: none;
  color: #0b105c;
  width: 139px;
  margin: 10px;
  text-align: center;
  background: #0b105c33;
  height: 36px;
  font-weight: 600;
  font-family: "redHat-Regular";
  /* font-size: 16px; */
  border-radius: 7px;
  margin-top: 29px;
}

.pop_btn2 {
  /* background: none; */
  /* outline: none; */
  border: none;
  color: #0b105c;
  width: 139px;
  margin: 10px;
  background: linear-gradient(312.67deg, #f9b401 5.15%, #fcdd8e 134.92%);
  height: 36px;
  font-weight: 600;
  font-family: "redHat-Regular";
  /* font-size: 16px; */
  border-radius: 7px;
  margin-top: 29px;
}

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

.input-container {
  position: relative;
  width: 290px;
}

.input-icon {
  position: absolute;

  /* Adjust the left position as needed */
  top: 34%;
  transform: translateY(-50%);
}

.input-field {
  width: 100%;
  padding-left: 50px;
  /* Ensure enough padding for the icon */
  box-sizing: border-box;
  height: 64px;
  /* Adjust the height as needed */
  border: none;
  font-size: 16px;
  font-family: "redHat-Regular";
  color: #1c1c1c;
  border-bottom: 1px solid #4d4d4d;
  margin-top: 8px;
}

.pop-semi-heading {
  margin: 0;
  padding-left: 50px;
  font-family: "redHat-Regular";
  font-size: 14px;
  color: #7b869e;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.main-card::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1500px) {
  .navbar {
    width: 12%;
  }
}
@media (max-width: 1508px) {
  .btn-nav {
    margin-top: 364px;
  }
}
@media (max-width: 1200px) {
  .same-cards {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid white;
    border-radius: 13px 13px 0 0;
    padding: 20px 20px;
    margin-right: 15px;

    width: 50%;

    max-width: 100%;

    margin-bottom: 15px;

    margin-right: 0;
    /* Remove right margin for full width */
  }

  .main-card {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* Set to 100% to occupy the full width */

    /* Remove the fixed height to allow cards to adjust their height */
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .navbar-vertical.custom-sidebar {
    width: 14%;
    padding: 0;
    display: flex;
    /* height: auto; */
    margin-top: 70px;
    gap: 52px;
  }

  .navbar-nav {
    flex-direction: column;
    /* padding-left: 29px; */
  }

  .nav-item {
    /* flex-direction: column; */
    padding-left: 29px;
  }

  .head-para {
    color: #8b8b8b;
    font-size: 12px;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    font-family: "redHat-Regular";
    font-weight: 600;
    margin: 0px 0px;
    padding: 10px 0px;
    /* Add some vertical padding for readability */
    height: auto;
    /* Allow items to adjust height as needed */
    align-items: center;
    display: flex;
    flex-direction: row;
    color: #10234e;
  }

  .btn-nav {
    width: 124%;
    margin-bottom: 18px;
    text-align: center;
    margin-top: 445px;
  }

  .navbar {
    width: 17%;
    height: 100%;
  }
  .brand-logo {
    margin: -32px 0px 30px 20px;
  }
  .btn-nav {
    margin-top: 251px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1604px;
    margin-left: 0px;
    overflow-x: hidden;
  }
}
@media (max-width: 1024px) {
  .btn-nav {
    margin-top: 439px;
  }
}
@media (max-width: 1600px) {
  .nav-item {
    width: 140%;
  }
}

@media (max-width: 850px) {
  .nav-item {
    /* flex-direction: column; */
    padding-left: 10px;
  }
  .main-section {
    width: 100%;
    overflow-x: hidden;
  }
  /* .white-bg {
          width: 90%;
        } */
}

/* @media (max-width: 902px) {
    .white-bg {
      width: 98%;
    }
  } */
/* @media (max-width: 885px) {
    .white-bg {
      width: 96%;
    }
  } */
/* @media (max-width: 870px) {
    .white-bg {
      width: 94%;
    }
  } */

@media (max-width: 840px) {
  /* .white-bg {
      width: 91%;
    } */
  .btn-nav {
    width: 140%;
  }
  .multi-buttons {
    margin-top: 40px;
  }
}
@media (max-width: 820px) {
  /* .white-bg {
      width: 89%;
    } */
  .logo-img {
    width: 162%;
    height: 100%;
  }
  .btn-nav {
    margin-top: 298px;
  }
  .navbar-vertical.custom-sidebar {
    gap: 12px;
  }
}
@media (max-width: 804px) {
  .navbar-vertical.custom-sidebar {
    width: 13%;
  }
}
@media (max-width: 768px) {
  .main-card {
    height: 732px;
  }
  .btn-nav {
    margin-top: 156px;
  }
}
/* @media (max-width: 794px) {
    .white-bg {
      width: 87%;
    }
  } */
/* @media (max-width: 780px) {
    .white-bg {
      width: 85%;
    }
  } */

@media (min-width: 1500px) and (max-width: 1600px) {
  .navbar {
    width: 12%;
  }
}

/* @media (max-width: 1037px) {
  .same-cards {
    width: 100%;
  }
} */
@media (min-width: 1200px) and (max-width: 1508px) {
  .navbar {
    height: 100%;
  }
}
