.dashboard {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 15px 15px 60px 15px;
  box-sizing: border-box;
}

.p-20 {
  padding: 20px !important;
}

.user_card {
  border: none;
  box-shadow: 0 0px 15px 0 rgb(0 0 0 / 5%), 0 0px 15px 0 rgb(0 0 0 / 5%);
  border-radius: 0.25rem;
  margin-bottom: 24px;
  padding: 30px;
  min-height: 300px;
  background-color: #fff;
}

.user_pic {
  width: 116px;
  height: 116px;
  background-color: #ddd;
  margin: 15px auto;
  border-radius: 200px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.user_name {
  font-weight: 600;
  margin-bottom: 0px;
  color: #000;
  font-size: 22px;
  text-transform: capitalize;
}

.designation {
  color: #333;
  font-size: 14px;
}

.card_head {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 15px;
}

.view_ctrl {
  margin-bottom: 15px;
}

.view_ctrl label {
  font-size: 12px;
  color: #999;
  display: inline-block;
  width: 100%;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.view_ctrl span {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.view_ctrl span a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.sub_head {
  font-size: 18px;
  font-weight: 600;
}

.small_cards {
  border: none;
  box-shadow: 0 0px 15px 0 rgb(0 0 0 / 5%), 0 0px 15px 0 rgb(0 0 0 / 5%);
  border-radius: 0.25rem;
  margin-bottom: 10px;
  padding: 15px;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  display: flex;
}

.card_icon {
  width: 36px;
  text-align: center;
  line-height: 36px;
  float: left;
  margin-right: 10px;
  height: 36px;
  color: #fff;
  background-color: #ddd;
  border-radius: 100px;
  font-size: 18px;
}

.card_text {
  float: left;
  width: calc(100% - 50px);
}

.small_cards .card_text h5 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
}

.small_cards .card_text span {
  font-size: 11px;
  color: #666;
}

.view_icon {
  line-height: 36px !important;
}

.green_icon {
  background-color: #27ae60;
}

.orange_icon {
  background-color: #f9896b;
}

.vilot_icon {
  background-color: #51459e;
}

@media (min-width: 1210px) {
  .container {
    max-width: 1320px !important;
  }
}

.card-title {
  font-size: 16px;
  margin-bottom: 0.75rem !important;
}

.card-text {
  font-size: 14px;
}

.recent-activities-hover {
  transition: box-shadow 0.5s ease, transform 0.5s ease;
}

.recent-activities-hover:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.reminder .btn-primary {
  color: #fff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
}

.reminder .btn-primary:hover {
  color: #fff !important;
  background-color: #0069d9 !important;
  border-color: #0062cc !important;
}

.reminder .btn:hover {
  color: #212529 !important;
  text-decoration: none !important;
}

.reminder .btn-primary:not(:disabled):not(.disabled).active,
.reminder .btn-primary:not(:disabled):not(.disabled):active,
.reminder .show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #0062cc !important;
  border-color: #005cbf !important;
}

.reminder .btn-primary.focus,
.reminder .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5) !important;
}

.alert-modal-title {
  display: flex;
  text-align: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  align-items: center;
}

.icon-yellow {
  height: 30px;
  width: 40px;
}

.alert-modal-body {
  display: flex;
  flex-direction: column;
}

.alert-modal-body-header {
  font-size: 16px;
  text-align: center;
  color: #aa0601;
  font-weight: 600;
}

.alert-modal-body-content {
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  font-weight: 550;
  font-size: 14px;
}

.alert-modal-body-div {
  display: flex;
  gap: 5px;
}

.alert-modal-body-content p {
  margin-bottom: 0px;
  letter-spacing: 0.5px;
}

@keyframes alertFadeText {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fade-text {
  animation: alertFadeText 2s ease-in-out infinite;
  color: #ff0000;
}
