/* dashboard */
.dashBoard .profileBox,
.dashBoard .bussinessCard {
  min-height: 443px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.cProfileBox {
  border-left: 6px solid var(--bgWarning);
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cProfileBox ul {
  list-style-type: disc;
  font-size: var(--small);
  color: var(--bgDarkGrey-1);
}
.dashBoard .addBtn {
  width: 40px;
  height: 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.dashBoard .addBtn img {
  max-width: 30%;
}
/* .dashBoard .profileBox .profileInfo p.anual{
    font-size: var(--xxSmall);
} */

.pCompleteWrapper .pCompleteBox {
  height: 10px;
  background-color: var(--bgPrimaryLight);
  border: 2px solid var(--bgPrimaryLight);
  width: 180px;
  margin: 0 auto;
}
.pCompleteWrapper .pCompleteBox .profile-complete-bar {
  background-color: var(--bgPrimary);
}
.pCompleteWrapper p {
  color: var(--bgPrimary);
  font-size: var(--xxSmall);
  font-family: var(--montserrat);
  font-weight: var(--bold);
}
.b-logo {
  border-radius: 50rem;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  border: 1px solid #eee;
  margin: 2px;
  padding: 5px;
  line-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bussinessCard .bList ul li img {
  width: 60px;
  height: 60px;
  border-radius: 50rem;
  object-fit: contain;
}

.bussinessCard .bList ul li p.bussiness {
  font-size: var(--small);
  color: var(--bgDarkGrey-1);
  font-weight: var(--semiBold);
}

.bussinessCard .bList ul li p.brand {
  font-size: var(--xxSmall);
  color: var(--bgLightGrey-10);
}

.bussinessCard .bList ul {
  height: 310px;
  overflow: auto;
}
.bussinessCard .bList ul li {
  margin-bottom: 10px;
}
.bussinessCard .bList .noBussiness .icon {
  width: 30px;
  height: 30px;
}
.bussinessCard .noData,
.mdEvents .noData {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100% - 45px);
}
.bussinessCard .noData .box,
.mdEvents .noData .box,
.feedBox .noData .box {
  border: 1px dashed var(--bgLightGrey-10);
  border-radius: 14px;
  width: 80%;
  padding: 15px;
  margin: 0 auto;
}
.bussinessCard .noData svg.icon,
.feedBox .noData svg.icon {
  width: 25px;
  height: 25px;
}
.mdEvents .noData svg.icon {
  width: 25px;
  height: 25px;
  color: var(--bgLightGrey-10);
}
.bussinessCard .brder,
.mdEvents .brder,
.feedBox .noData .brder {
  border: 1px solid var(--bgLightGrey-10);
  border-radius: 50rem;
  padding: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.bussinessCard .noData p,
.mdEvents .noData p {
  color: var(--bgLightGrey-10);
  font-size: var(--xxSmall);
  /* font-weight: var(--semiBold); */
}
.dashBoard .btn.btnGrey {
  color: var(--bgMain);
  padding: 9px 0;
  transition: var(--transition);
  margin: 0 auto;
  font-size: var(--xxSmall);
}

.dashBoard .btn.btnGrey:hover {
  color: white;
}

.dashBoard table.dataTable tbody td {
  color: var(--bgDarkGray-1);
}
.feedBox,
.myFamilyDash,
.contentBox {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  background: var(--bgBeige);
  border-radius: 16px;
}
.memberShipCard {
  background: var(--bgMemberCard);
  border-radius: 14px;
  padding: 14px;
  color: white;
  /* min-height: 165px; */
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.memberShipCard h5 {
  text-transform: capitalize;
}

.memberShipCard ul {
  list-style-type: disc;
  margin: 0 0 15px;
  padding: 0;
}

.memberShipCard ul li {
  font-size: var(--xxxSmall);
  font-weight: var(--semiBold);
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  padding: 0 0 0 12px;
  margin: 0 0 5px;
}
.memberShipCard ul li:before {
  content: " ";
  width: 6px;
  height: 6px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
}
.memberShipCard ul li::marker {
  color: white;
}

.feedList ul li {
  padding: 20px 0;
  border-bottom: 1px solid var(--bgLightGrey-20);
}

.feedList ul li:last-child {
  border-bottom: none;
}

.feedList ul li .feedImg {
  width: 55px;
  height: 55px;
  border-radius: 50rem;
  color: white;
  /* flex: 1; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.feedList ul li .myFeedImg {
  width: 55px;
  height: 55px;
  background-color: var(--bgPrimary);
  border-radius: 50rem;
  color: white;
  /* flex: 1; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.feedList ul li .feedImg.announce {
  background-color: var(--bgWarning);
}

.feedList ul li .feedImg.news {
  background-color: var(--bgSuccess);
}

.feedList ul li .feedImg img {
  width: 30px;
}

.feedList ul li .feedInfo {
  flex: 4;
}

.feedList ul li p {
  color: var(--bgDarkGrey-1);
}

.feedList ul li p .annTitle {
  font-size: var(--xSmall);
  font-family: var(--montserrat);
  font-weight: var(--bold);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: normal;
  color: var(--bgDarkGrey-1);
}

.feedList ul li p:last-child {
  font-weight: var(--semiBold);
  font-size: var(--xxSmall);
}
.myFamilyDash .profWrapper {
  padding: 0 36px 0 18px;
}
.myFamilyDash .profWrapper .profBox {
  width: 48px;
  height: 48px;
  border-radius: 50rem;
  background-color: var(--bgPrimary);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
}
.myFamilyDash .profWrapper .profBox .prof {
  width: 48px;
  height: 48px;
  border-radius: 50rem;
}

.myFamilyDash .profWrapper .profBox:nth-child(2) {
  border: 1px solid white;
  left: -10px;
}

.myFamilyDash .profWrapper .profBox:nth-child(3) {
  border: 1px solid white;
  left: -20px;
}

.myFamilyDash .profWrapper .profBox:nth-child(4) {
  border: 1px solid white;
  left: -30px;
}

.myFamilyDash .profWrapper .profBox:nth-child(5) {
  border: 1px solid white;
  left: -40px;
}
.myFamilyDash .profWrapper .profBox .profText{
  position: relative;

}
.myFamilyDash .profWrapper .profBox .profText .toolTip{
  position: absolute;
  top: 25px;
  left: 15px;
  /* border: 1px solid var(--bgLightGrey-10); */
  background-color: white;
  border-radius: 5px;
  color: black;
  width: max-content;
  z-index: 1;
  padding: 0px 5px;
  font-size: var(--xxxSmall);
  /* font-weight: var(--semiBold); */
  line-height: 10px;
  display: none;
  transition: all .3s ease-in;
}
.myFamilyDash .profWrapper .profBox .profText:hover .toolTip{
  display: block;
}
/* Events */
.mdEvents{
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.mdEvents.directoWrap {
box-shadow: none;
}

.mdEvents .eventBox {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
    rgb(209, 213, 219) 0px 0px 0px 1px inset;
  border-radius: 20px;
  padding: 10px;
}
.mdEvents .eventBox .eventImg {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    border-radius: 14px;
    height: 120px;
    border: 1px solid var(--bgLightGrey-20);
    padding: 3px 3px;
}
.mdEvents .eventBox .eventImg img {
    width: 100%;
    min-height: 110px;
    max-height: 110px;
    border-radius: 14px;
  /* height: 120px;
    object-fit: cover;
    border-radius: 20px; */
}
/* .mdEvents .topHead{
    max-width: 564px;
} */
.mdEvents .eventBox .eventInfo {
  padding: 8px 14px 0;
}

.mdEvents .eventBox .eventInfo h6 {
  color: var(--bgDarkGrey-1);
  font-family: var(--montserrat);
  font-weight: var(--bold);
  font-size: var(--small);
  margin-bottom: 10px;
  height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mdEvents .eventBox .eventInfo p {
  color: var(--bgDarkGrey-1);
  font-size: var(--xxSmall);
}

.mdEvents .owl-theme .custom-nav{
  position: absolute;
  top: 3%;
  right: 6%;
  margin-top: 0;
  text-align: end;
}
.custom-nav-2{
  position: absolute;
  top: -1%;
  right: 8%;
  margin-top: 0;
  text-align: end;
}

.mdEvents .owl-theme .custom-nav .owl-prev,
.mdEvents .owl-theme .custom-nav .owl-next,.custom-nav-2 .owl-prev,.custom-nav-2 .owl-next {
  position: absolute;
  height: auto;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  background: transparent !important;
}
.mdEvents .owl-theme .custom-nav .owl-prev:hover i,.custom-nav-2 .owl-next:hover i,.custom-nav-2 .owl-prev:hover i,
.mdEvents .owl-theme .custom-nav .owl-next:hover i {
  color: var(--bgPrimary);
}

.mdEvents .owl-theme .custom-nav i,.custom-nav-2 i {
  font-size: 1.5rem;
  color: var(--bgLightGrey-20);
}

.mdEvents .owl-theme .custom-nav .owl-prev,.custom-nav-2 .owl-prev{
  right: -6px;
}
.mdEvents .playPause .customPlay {
  display: none;
}
.mdEvents .playPause .cursorPointer:hover i,.playPause .cursorPointer:hover i {
  color: var(--bgPrimary);
}
/* Coming soon */
.commingWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.commingWrapper .commingBox {
  border: 1px dashed var(--bgLightGrey-20);
  padding: 20px;
  width: 300px;
  height: 250px;
  /* text-align: center; */
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.commingWrapper .commingBox h4 {
  color: var(--bgLightGrey-20);
  font-family: var(--montserrat);
  font-size: var(--xlarge);
  font-weight: var(--semiBold);
}
.commingWrapper .commingBox img {
  width: 100px;
}

/* Admin Dashboard */
.highcharts-container {
  width: 100% !important;
}
.highcharts-background {
  fill: white;
}

/*  */
/* Director */
/* .directorBox {
  min-height: 260px;
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.directorBox img{
  width: 100%;
  min-height: 150px;
  max-height: 150px;
  object-fit: cover;
  object-position: top;
}
.directorBox h5{
  font-size: 14px;
} */

/*  */
.directorWrapper .dBox{
  padding: 50px 10px;
}
.directorWrapper .dBox img{
  max-width: 150px;
}
.directorWrapper .ambBox{
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid var(--bgLightGrey-30);
  padding-bottom: 10px;
}
.directorWrapper .ambBox .shortName{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--bgPrimary);
  display: flex;
  justify-content: center;
  align-items: center;
}
.directorWrapper .ambBox .info h4{
  font-size: 12px;
  line-height: 12px;
}