.dezcom-logo {
  width: 250px;
  height: 150px;
}

.right-click {
  cursor: pointer;
}

.custom-menu {
  z-index: 1000;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #0000001c;
  border-radius: 5px;
  padding: 8px;
  min-width: 13vw;
}

a.custom-menu-list {
  width: 100%;
  display: flex;
  color: #4c4b4b;
  font-weight: 600;
  font-size: 1em;
  padding: 1px 11px;
}

/* custome rounded card */
.custom-rounded-card {
  border-radius: 20px;
  /* overflow: hidden; */
  /* Optional: clean corners for children */
}

/* toastr */

#toast-container.toast-top-right {
  top: 80px !important;
  right: 20px;
}

/* rounded table */
.rounded-table {
  border-collapse: separate !important;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}

.rounded-table thead th:first-child {
  border-top-left-radius: 10px;
}

.rounded-table thead th:last-child {
  border-top-right-radius: 10px;
}

.rounded-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.rounded-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

/* change password validation icons */
input.is-valid,
input.is-invalid {
  background-position: right 2.5rem center !important;
}

/* sidebar ovveride the height of the brand logo */
.brand-logo {
  height: 90px !important;
  margin-top: 10px !important;
  /* border-bottom: 1px solid rgba(228, 228, 228, 0.1) !important; */
  border-bottom: 1px solid rgba(250, 250, 250, 0.1) !important;
}

.sidebar-menu > ul > li > .dropdown-toggle.active {
  background: rgba(0, 0, 0, 0.4) !important;
  border-radius: 22px 0 0 22px !important;
  /* border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important; */
  transition: all 0.3s ease !important;
}

/* sidebar hover */

/* Apply border radius on hover for sidebar links */

.sidebar-menu > ul > li > .dropdown-toggle:hover,
.sidebar-menu > ul > li > .dropdown-toggle:focus {
  /* border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important; */
  border-radius: 22px 0 0 22px !important;

  /* transition: all 0.2s ease-in-out !important; */
}
.sidebar-menu ul.submenu li a:hover,
.sidebar-menu ul.submenu li a:focus {
  /* border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important; 
  background-color: rgba(0, 0, 0, 0.4) !important; */
  border-radius: 22px 0 0 22px !important;

  /* transition: all 0.2s ease-in-out !important; */
}

/* 
  .card-box,
  .da-card {
    border-radius: 10px 10px 0 0 !important;
  } */

/* notificationbadge */
/* .badge.notification-active {
    width: 16px !important;
    height: 16px !important;
    background: red;
    color: black;
    font-size: 15px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    box-sizing: border-box;
  } */
