/* ul.elementor-nav-menu.position-static.log-in-btn-ul li {
    background: transparent;
    border-radius: 5px;
    border: 1px solid #cb0074;
} */

ul.elementor-nav-menu.position-static.log-in-btn-ul li a:first-child {
  border-right: 1px solid;
}
ul.elementor-nav-menu.position-static.log-in-btn-ul li a {
  color: #cb0074 !important;
}
.bg-theme-pink {
  background-color: #cb0074;
}
.bt-menu .dropdown-menu.shadow.show {
  background: #eee !important;
  border: none;
}
.bt-menu .dropdown-menu a:hover {
  margin: 5px 0;
  background-color: #a6005f;
  padding: 5px;
  color: #fff;
}
.pink-text-color {
  color: #cb0074;
}
.bt-menu .dropdown-menu a {
  margin: 5px 0px;
  color: #cb0074;
  padding: 5px;
  background: #e7e7e7;
  border: none;
  font-weight: 500;
}
.nav-pink-btn a {
  transition: 0.5s;
  color: #fff !important;
}
.nav-pink-btn {
  background: #cb0074;
  margin: 0 2px !important;
  border-radius: 5px;
}

/* loginprivate css */
.dropdown-item a,
.dropdown-item a:hover,
.dropdown-item a:focus {
  color: #000;
}

.dropdown-item.active,
.dropdown-item:active {
  background: transparent;
  color: #000;
}
div#loginPrivate {
  width: 175px;
  display: flex;
  align-items: center;
}
div#loginPrivate .dropdown-toggle::after {
  margin-right: 10px;
}
div#loginPrivate .dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #71c0c794;
}
.user-pic {
  width: 25%;
  height: 45px;
  overflow: hidden;
  border-radius: 25px;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.user-pic img {
  height: fit-content;
  border-radius: 100%;
  background: #eee;
}
div#loginPrivate button {
  display: flex;
  background: #0e95a196;
  border-radius: 25px;
  align-items: center;
}
.user-name {
  color: #fff;
  text-align: center;
  flex-grow: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 1px;
  margin: 0 10px;
}
.loginout-btns {
  display: flex;
  align-items: center;
  margin: 0 6px;
}
.loginout-btns i {
  border: 2px solid;
  border-radius: 100%;
  margin: 0 1px;
  width: 35px !important;
  display: flex;
  font-size: 18px;
  height: 35px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.theme-default-green {
  color: #009398 !important;
}
.cursor-pointer {
  cursor: pointer;
}

/* notification bar */
.notification-ui .dropdown-menu.show {
  display: block;
  background: #f2ffff;
}

.notification-ui a:after {
  display: none;
}

.notification-ui_icon {
  position: relative;
}

.notification-ui_icon .unread-notification {
  display: inline-block;
  height: 7px;
  width: 7px;
  border-radius: 7px;
  background-color: #71c0c7;
  position: absolute;
  top: 7px;
  left: 12px;
}
.unread-message-dot {
  display: inline-block;
  height: 7px;
  width: 7px;
  border-radius: 7px;
  background-color: #71c0c7;
  position: absolute;
  top: 8px;
  right: 12px;
}
@media (min-width: 900px) {
  .notification-ui_icon .unread-notification {
    left: 20px;
  }
}

.notification-ui_dd {
  padding: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
  border: 0;
  max-width: 400px;
}

@media (min-width: 900px) {
  .notification-ui_dd {
    min-width: 400px;
    position: absolute;
    left: -192px;
    top: 70px;
  }
}

.notification-ui_dd:after {
  content: "";
  position: absolute;
  top: -30px;
  left: calc(50% - 7px);
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f2ffff;
  border-left: 15px solid transparent;
}

.notification-ui_dd .notification-ui_dd-header {
  border-bottom: 1px solid #ddd;
  background: #f2ffff;
}

.notification-ui_dd .notification-ui_dd-content {
  max-height: 500px;
  overflow: auto;
}

.notification-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  margin: 0;
  padding: 10px 25px;
  border-bottom: 1px solid #ddd;
}

.notification-list--unread {
  position: relative;
  /* background: #71c0c77a; */
  margin: 0;
  padding: 10px 25px;
}
.notification-ui_icon i {
  font-size: 20px;
}
.notification-list--unread:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 1px);
  border-left: 2px solid #009398;
}

.notification-list .notification-list_img img {
  height: 48px;
  width: 48px;
  border-radius: 50px;
  margin-right: 20px;
}

.notification-list .notification-list_detail p {
  margin-bottom: 5px;
  line-height: 1.2;
}

.notification-list .notification-list_feature-img img {
  height: 48px;
  width: 48px;
  border-radius: 5px;
  margin-left: 20px;
}
