﻿main {
  height: 100vh;
  overflow-y: auto;
}

.form-control::placeholder {
  font-size: 0.95rem;
  color: #aaa;
  font-style: italic;
}
.card {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: none;
}
/* .rounded {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
} */
.figure2 {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.timeline-badge {
  width: 50px; /* Adjust as needed */
  height: 50px; /* Adjust as needed */
}

/* .timeline-panel {
              margin-left: 60px;
          } */

@media (max-width: 770px) {
  .sidebar-dashboard {
    display: none;
  }
  .mobile-nav-class {
    display: none;
  }
}

a {
  color: inherit !important;
}

.btn-onclick {
  transition: all 0.3s ease;
}
.btn-onclick:hover {
  transform: scale(1.1);
}
.nav-select.active {
  background-color: #64748b;
  color: #fff;
}
.notification-nav-item {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.side-scroll {
  margin-top: 30px;
}
#contentDiv {
  display: none; /* Initially hide the div */
}
.btn-close {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid black !important;
}
.has-search .form-control {
  padding-left: 2.375rem;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.btn {
  border: none;
}

.filter_btn_color {
  background-color: #f6f6f6;
}

.card-anim2 {
  height: 400px;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;

  background-color: #0056a2;
  text-align: center;
  border: 1px solid #fff;
  /* Transform Propertys */
  --rotate-animation: rotate(45deg);
  --scale-animation: scale(0);
  /* Backgrounds - Social Media Hover */
  --bg-facebook: blue;
  --bg-instagram: linear-gradient(to right, #8a2387, #e94057, #f27121);
  --bg-twitter: rgb(25, 173, 206);
  --bg-linkedin: rgb(30, 48, 131);
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
@media only screen and (max-width: 991px) {
  .res-scroll {
    height: 93vh;
    overflow: auto;
    padding-bottom: 100px;
    background-color: #41406c;
  }
}
.image_class_lightbox {
  width: 500px;
}
.sidebar-dashboard {
  background-color: var(--nav-bg);

  height: 100vh;
  /* position: sticky;
      top: 0;
      background-size: cover;
      background-image: url(../images/sidebar-bg.png);
      background-repeat: round; */
}
/*.container-card-inner{
      height:60vh;
      overflow:auto;
  }*/
.nav-font-dark {
  color: inherit;
}
.arabic {
  direction: rtl;
  font-family: "Arial", sans-serif; /* Change the font-family as needed */
}
.dir-nav {
  margin: 0px 0px 0px auto !important;
}
.arabic .dir-nav {
  margin: 0px auto 0px 0px !important;
}
.arabic dropdown-menu-end[data-bs-popper] {
  right: -106px;
  left: auto;
}
.dropdown-menu {
  font-size: 12px !important;
}
.nav-font {
  color: #ffff !important;
  font-size: 10px;
}
