@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
/* navbar section start  */
.navbar-motersDesign .navbar-ui li .items-nav:hover,
.navbar-motersDesign .navbar-ui li.active .items-nav{
  font-family: 'Poppins-Medium', sans-serif;
}
.navbar-motersDesign .navbar-ui li,
.navbar-motersDesign .navbar-ui li .items-nav{
  color: #fff;
  font-size: 14px;
  font-family: 'Poppins-Regular',sans-serif;
  padding: 11px 4px;
  display: block;
}
.navbar-motersDesign .brand-logo{
  width: 144px;
}
.navbar-motersDesign{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-motersDesign .navbar-toggler{
  display: none;
}
.desktop-none-nav{
  display: none;
  justify-content: space-between;
  align-items: center;
}
.navbar-ui.nav-flex{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
.humandtum-navbar{
  background: #8ccbe2;
  padding: 0px 12px;
  position: relative;
}
.nav-dropdown-flex{
  padding: 0;
  margin: 0;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.2s;
  background: #caf1ff;
  top: 61px;
  z-index: 991;
  transform: translateY(10px);
}
.nav-dropdown-flex li a{
  font-size: 14px;
  color: #171949;
  font-family: 'Poppins-Medium', sans-serif;
  padding: 13px 6px;
  display: block;
  position: relative;
}
.nav-dropdown-flex li a:hover::after,
.nav-dropdown-flex li a.active::after{
  content: "";
  background: #E63462;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 20px;
  display: inline-block;
  left: 0;
  right: 0;
}
.nav-dropdown-flex li a:hover
.nav-dropdown-flex li a.active{
  color: #E63462;
  font-family: 'Poppins-SemiBold', sans-serif;
}
.profile-body-bg{
  background: url(../images/body-profile-bg.png);
  background-size: cover;
  background-repeat: repeat;
}
.navbar-motersDesign .navbar-ui .dropdown-nav:hover .nav-dropdown-flex{
  display: flex;
  transform: translateY(0px);
}

.table-inner-main thead tr th{
  background: #caf1ff;
  border-radius: 8px 8px 0px 0px;
  padding: 7px 40px;
}
.table-inner-main thead tr th .title-table{
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Poppins-SemiBold',sans-serif;
  color: #10351F;
}
.table-inner-main tbody tr td{
  padding: 12px 14px;
  background: #fff;
}
.table-inner-main tbody tr{
  vertical-align:top;
}
.table-inner-main tbody tr td:first-child{
  padding-left: 40px;
  border-left: 1px solid #d1d1d1;
}
.table-inner-main tbody tr td:last-child{
  border-right: 1px solid #d1d1d1;
}
.table-inner-main tbody tr:last-child td{
  border-bottom: 1px solid #d1d1d1;
}
.table-inner-main tbody tr:first-child td{
  border-top: 1px solid #d1d1d1;
}
.body-table-title{
  margin: 0;
  font-size: 13px;
  font-family: 'Poppins-SemiBold', sans-serif;
  background: #eafaff;
  width: max-content;
  border-radius: 4px;
  padding: 4px 8px;
  color: #0d242c;
}
.body-table-subtitle{
  margin: 0;
  font-size: 14px;
  font-family: 'Poppins-Medium', sans-serif;
  color: #4A150A;
  margin-top: 4px;
}
.progress-profiles .progress{
  height: 7px;
  border-radius: 10px;
  background: #EBEBEB;
}
.progress-profiles .progress .progress-bar{
  animation: progress 6s;
  border-radius: 10px;
  background: linear-gradient(90deg, #E54BE6 0%, #DA49E5 8.92%, #8A99E9 53.69%, #3AE9ED 100%);
}
.progress-profiles h4{
  margin: 0;
  font-size: 12px;
  color: #10351F;
  font-family: 'Poppins-SemiBold', sans-serif;
}
.progress-profiles p{
  margin: 0;
  font-size: 12px;
  color: #10351F;
  font-family: 'Poppins-Bold',sans-serif;
}
.profile-bottom-contents .title-profile{
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-family: 'Poppins-SemiBold',sans-serif;
  color: #10351F;
}
.profile-bottom-contents .title-profile span{
  color: #4A150A;
  font-family: 'Poppins-Bold',sans-serif;
}
.left-user-mainprofiles{
  width: 20%;
  background: #fff;
  box-shadow: 0px 0px 4px 0px #00000036;
  border-radius: 8px 0px 8px 0px;
  overflow: hidden;
}
.top-userprofile-vb{
    overflow: hidden;
}
.top-userprofile-vb .prfile-u-img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
}
.profile-bottom-contents{
  padding: 10px;
}
.myprofile-topheader-design{
  display: flex;
  flex-wrap: wrap;
}
.right-user-mainprofiles{
  width: 80%;
}
.top-profile-details{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #8ccbe2;
  margin: 0;
  padding: 6px 10px 6px 19px;
}
.top-profile-details li{
  width: 23%;
}
.top-profile-details .cst-size-headbar{
  width: 25%;
}
.top-profile-details li h2{
  font-size: 24px;
  font-family: 'Poppins-Bold',sans-serif;
  color: #fff;
  margin: 0;
  padding: 6px 0px;
}
.top-profile-details li p{
  margin: 0;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Poppins-SemiBold',sans-serif;
  font-size: 14px;
  padding: 6px 0px;
}
.space-top-right-prf{
  padding-left: 18px;
}
.profiles-btn-groups{
  display: flex;
  gap: 12px;
}
.profiles-btn-groups .btn-profile{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  box-shadow: 0px 0px 4px 0px #0000002e;
  background: #fff;
  font-size: 14px;
  color: #4A150A;
  font-family: 'Poppins-SemiBold',sans-serif;
  gap: 5px;
  padding: 10px 12px;
}
.common-main-section-chat{
  padding-left: 54px;
}

/* right chat list  */
.right-chatlist-main{
  background: #fff;
  box-shadow: -2px 0px 7px 0px #0000002e;
  position: fixed;
  top: 90px;
  width: -webkit-fill-available;
  padding-right: 4px;
}
.top-chat-header-design{
  padding: 22px 22px 10px;
}
.user-chat-heading{
  display: flex;
  align-items: center;
  gap: 12px;
}
.user-chat-heading .user-chat-img{
  height: 58px;
  width: 58px;
  border-radius: 100%;
  overflow: hidden;
}
.user-chat-img .chat-users{
  height: 58px;
  width: 58px;
  object-fit: cover;
  border-radius: 100%;
  object-position: top;
}
.user-chat-contents h4{
  margin: 0;
  font-size: 18px;
  color: #4A150A;
  font-family: 'Poppins-Bold',sans-serif;
}
.user-chat-contents p{
  margin: 0;
  font-size: 14px;
  color: #10351F;
  font-family: 'Poppins-Medium', sans-serif;
  margin-top: 3px;
}
.chat-search-input {
    position: relative;
    margin: 0 22px 6px;
}
.chat-search-input .chat-search{
  width: 100%;
  font-size: 14px;
  font-family: 'Poppins-Regular',sans-serif;
  border: none;
  outline: none;
  border-bottom: 1px solid #bfbfbf;
  padding: 8px 8px 8px 22px;
}
.chat-search-input i{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  align-content: center;
  color: #a9a9a9;
  font-size: 14px;
}
.bottom-chat-listingmain{
  height: calc(100vh - 14.7rem);
  overflow: auto;
  padding: 10px 22px 8px;
}
.single-chat-list{
  display: flex;
  gap: 2px;
  padding: 10px 0px;
  cursor: pointer;
}
.chat-usere-contants{
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.user-chat-leftprofile .profile-chat{
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.user-chat-right-contents h4{
  margin: 0;
  font-size: 14px;
  font-family: 'Poppins-SemiBold',sans-serif;
  color: #4A150A;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.user-chat-right-contents p{
  margin: 0;
  font-size: 11px;
  font-family: 'Poppins-Regular',sans-serif;
  color: #959595;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 3px;
}
.chatlist-right-action{
  text-align: end;
  width: 66px;
  min-width: 66px;
}
.chatlist-right-action .msg-time{
  color: #BABABA;
  font-family: 'Poppins-Regular',sans-serif;
  font-size: 12px;
}
.chatlist-right-action .msg-count{
  background: #8ccbe2;
  color: #fff;
  height: 15px;
  width: max-content;
  min-width: 15px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-family: 'Poppins-Regular',sans-serif;
  padding: 2px;
  margin-left: auto;
  margin-top: 3px;
}

/* dashboard page  */
.right-dashboard-header{
  width: 80%;
  padding-left: 18px;
}
.edit-title-profile{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.edit-title-profile p{
  margin: 0;
  font-size: 14px;
  color: #4A150A;
  font-family: 'Poppins-Medium', sans-serif;
}
.edit-title-profile i{
  color: #E63462;
  font-size: 15px;
}
.top-overview-heading{
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-right: 10px;
  flex-wrap: wrap;
}
.top-overview-heading h4{
  margin: 0;
  margin-right: 30px;
  color: #4A150A;
  font-family: 'Poppins-Bold',sans-serif;
  font-size: 18px;
}
.top-overview-heading p{
  margin: 0;
  font-size: 14px;
  font-family: 'Poppins-Medium', sans-serif;
  color: #10351F;
  display: flex;
  align-items: center;
  gap: 6px;
}
.top-overview-heading p i{
  font-size: 18px;
  color: #8ccbe2;
}
.overview-countbox-main{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.countbox-overviews{
  background: #caf1ff;
  padding: 8px 10px;
  width: 32.5%;
}
.countbox-overviews h4{
  margin: 0;
  font-size: 26px;
  font-family: 'Poppins-SemiBold', sans-serif;
  color: #171949;
}
.countbox-overviews p{
  margin: 0;
  font-size: 13px;
  color: #171949;
  font-family: 'Poppins-Medium', sans-serif;
  margin-top: 2px;
}
.view-matches-maindiv h2{
  margin: 0;
  color: #4A150A;
  font-family: 'Poppins-Bold',sans-serif;
  font-size: 18px;
}
.inner-viewmatch-boxed{
  background: url(../images/bg-profile-design.png) no-repeat, #caf1ff;
  border-radius: 6px;
  padding: 15px;
  background-position: 21px -19px;
  background-size: 180px;
  margin-top: 7px;
}
.match-profile-update-right img{
  height: 70px;
  width: 70px;
  object-fit: contain;
}
.match-profile-update-right h4{
  margin: 0;
  font-size: 14px;
  color: #4A150A;
  font-family: 'Poppins-Bold',sans-serif;
  font-style: italic;
  margin-top: 6px;
}
.match-profile-update-right p{
  margin: 0;
  font-size: 14px;
  color: #4A150A;
  font-family: 'Poppins-Regular',sans-serif;
  margin-top: 4px;
}
.match-profile-update-right .btn-match-d{
  font-size: 14px;
  color: #fff;
  background: #E63462;
  font-family: 'Poppins-Medium', sans-serif;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 4px;
  margin-top: 6px;
}
.left-award-img .award{
  margin-top: 58px;
  height: 115px;
  width: 115px;
  object-fit: contain;
}
.dashboard-right-ads .ads-design{
  width: 100%;
  height: 418px;
  border-radius: 8px;
  object-fit: fill;
}
.featured-profile-main h2{
  margin: 0;
  color: #4A150A;
  font-family: 'Poppins-Bold',sans-serif;
  font-size: 20px;
}
.feature-profile-slider .feature-items{
    margin-right: 8px;
}
.pr-0-desk{
  padding-right: 0;
}
.featured-profile-main{
  box-shadow: 0px 0px 4px 0px #00000040;
  padding: 15px 20px;
  border-radius: 8px;
}
.featured-profiles-box{
  background: url(../images/bg-fatured-profile.png) no-repeat, linear-gradient(104.21deg, #C4D0FA 0%, #F1F4FF 100%);
  border-radius: 8px;
  padding: 24px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-position: 100% 0%;
    min-height: 170px;
}
.featured-profiles-box .left-feature-img{
  height: 100px;
  width: 100px;
  min-width: 100px;
  border-radius: 100%;
  box-shadow: 0px 0px 9.76px 0px #00000040;
  overflow: hidden;
}
.left-feature-img .feature-user{
  height: 100px;
  width: 100px;
  border-radius: 100%;
  object-fit: cover;
  box-shadow: 0px 0px 9.76px 0px #00000040;
}
.right-feature-contents h4{
  font-size: 18px;
  color: #8ccbe2;
  font-family: 'Poppins-Bold',sans-serif;
  margin: 0;
}
.icon-details-pr img{
  height: 24px;
  width: 24px;
  object-fit: contain;
  background: linear-gradient(104.21deg, #C4D0FA 0%, #F1F4FF 100%);
  border-radius: 100%;
  min-width: 24px;
  padding: 4px;
  box-shadow: 0px 0px 1px 0px #00000040;
}
.details-profile-sng{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 12px;
}
.inner-grid-catag{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.details-profile-sng p{
  margin: 0;
  font-size: 12px;
  color: #8ccbe2;
  font-family: 'Poppins-SemiBold', sans-serif;
}
.featured-profiles-box.bg-1{
  background: url(../images/bg-fatured-profile.png) no-repeat, linear-gradient(104.21deg, #FF9DB6 0%, #F9A3B9 0.01%, #FCE6EC 100%);
  background-position: 100% 0%;
}
.featured-profiles-box.bg-2{
  background: url(../images/bg-fatured-profile-01.png) no-repeat, linear-gradient(90deg, #FF9DB6 0%, #B0E8C0 0.01%, #B0E8C0 98.37%);
  background-position: 100% 0%;
}
.bg-1 .icon-details-pr img{
  background: linear-gradient(104.21deg, #FF9DB6 0%, #F9A3B9 0.01%, #FCE6EC 100%);
}
.bg-2 .icon-details-pr img{
  background: linear-gradient(180deg, #BFE9D0 0%, rgba(193, 255, 218, 0) 100%);
}
.inner-featured-profiles .px-spacing{
  padding: 0px 6px;
}
.common-profile-main-sect{
  box-shadow: 0px 0px 4px 0px #00000040;
  padding: 15px 20px 8px;
  border-radius: 8px;
}
.common-profile-main-sect h2{
  margin: 0;
  color: #4A150A;
  font-family: 'Poppins-Bold',sans-serif;
  font-size: 20px;
}
.single-profile-design > a{
  display: block;
  overflow: hidden;
}
.single-profile-design{
  background: #caf1ff;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  min-height: 245px;
}
.profile-items{
  margin: 0px 4px;
}
.single-profile-design .profile-recomand{
  height: 145px;
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: top;
}
.single-profile-design h4{
  background: #E63462;
  margin: 0;
  margin-top: -4px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: 'Poppins-SemiBold', sans-serif;
  padding: 8px 6px 4px;
  border-radius: 0px 0px 4px 4px;
}
.single-profile-design p{
  margin: 0;
  font-size: 11px;
  font-family: 'Poppins-Regular',sans-serif;
  color: #1B1B1B;
  padding: 7px 10px;
}
.more-profile-text{
  display: inline-block;
  color: #979797;
  font-family: 'Poppins-SemiBold', sans-serif;
  margin-top: 5px;
}
.common-profile-slider .owl-buttons .owl-next:after{
  content: "" !important;
  background: url(../images/owl-arrow-pr.png) no-repeat !important;
  background-size: 16px !important;
  display: inline-block;
  height: 36px;
  width: 36px;
  min-width: 36px;
}
.common-profile-slider .owl-buttons .owl-prev:after{
  content: "" !important;
  background: url(../images/owl-arrow-pr.png) no-repeat !important;
  background-size: 16px !important;
  display: inline-block;
  height: 36px;
  width: 36px;
  min-width: 36px;
  transform: rotate(180deg);
}
.common-profile-slider.owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: -104px;
  right: -13px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: unset;
  width: unset;
}
.common-profile-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: -104px;
  left: -13px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: unset;
  width: unset;
}
.notification-in-dashbox{
  box-shadow: 0px 0px 4px 0px #00000040;
  padding: 16px;
  border-radius: 6px;
  max-height: 446px;
  overflow: auto;
}
.notification-in-dashbox h2{
  margin: 0;
  color: #4A150A;
  font-family: 'Poppins-Bold',sans-serif;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.notification-in-dashbox h2 i{
  color: #E63462;
}
.single-notification{
  margin-top: 14px;
}
.single-notification .notification-img{
  height: 45px;
  width: 45px;
  border-radius: 100%;
  object-fit: cover;
}
.single-notification h4{
  margin: 0;
  font-size: 16px;
  color: #4A150A;
  font-family: 'Poppins-SemiBold', sans-serif;
  margin-top: 5px;
}
.single-notification p{
  margin: 0;
  font-size: 14px;
  color: #848484;
  font-family: 'Poppins-SemiBold', sans-serif;
  margin-top: 2px;
}
.meetings-call-box{
  background: #8ccbe2;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px;
}
.meeting-video-bg{
  width: 30%;
  text-align: center;
}
.meeting-video-bg .bnr-meet{
  height: 180px;
  width: 182px;
  object-fit: contain;
}
.meeting-center-content{
  width: 35%;
}
.meeting-center-content h4{
  font-size: 28px;
  margin: 0;
  font-family: 'Poppins-Bold',sans-serif;
  color: #fff;
  font-style: italic;
}
.meeting-center-content p{
  font-size: 16px;
  margin: 0;
  font-family: 'Poppins-Bold',sans-serif;
  color: #fff;
  margin-top: 4px;
}
.time-datebox-flex{
  display: flex;
  gap: 6px;
}
.time-datebox-flex .date-time-box{
  height: 70px;
  width: 70px;
  background: #E63462;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 24px;
  color: #fff;
  padding: 10px;
}
.time-datebox-flex .date-time-box span{
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 0;
  font-family: 'Poppins-SemiBold', sans-serif;
}
.compass-design-main{
  box-shadow: 0px 0px 4px 0px #00000040;
  padding: 15px 20px;
  border-radius: 8px;
  background: #fff;
}
.progress-compass{
  display: flex;
  align-items: center;
  gap: 8px;
}
.progress-compass h4{
  margin: 0;
  min-width: 40%;
  width: 40%;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #10351F;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 13px;
}
.progress-compass h4 i{
  background: linear-gradient(180deg, #F48724 0%, #FEDC18 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress-compass.progress-2 h4 i{
  background: #8ccbe2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress-compass.progress-3 h4 i{
  background: #ADED24;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress-compass.progress-4 h4 i{
  background: #FF66A0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress-compass .progress-person{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.progress-compass .progress-person .progress{
  width: 100%;
  height: 7px;
  border-radius: 10px;
  background: #EBEBEB;
}
.progress-compass .progress-person .progress .progress-bar{
  background: linear-gradient(180deg, #F48724 0%, #FEDC18 100%);
}
.progress-compass.progress-2 .progress-person .progress .progress-bar{
  background: #8ccbe2;
}
.progress-compass.progress-3 .progress-person .progress .progress-bar{
  background: #ADED24;
}
.progress-compass.progress-4 .progress-person .progress .progress-bar{
  background: #FF66A0;
}
.progress-compass.progress-5 .progress-person .progress .progress-bar{
  background: linear-gradient(90deg, #E54BE6 0%, #DA49E5 8.92%, #8A99E9 53.69%, #3AE9ED 100%);
}
.progress-person p{
  margin: 0;
  font-size: 13px;
  font-family: 'Poppins-Bold',sans-serif;
  color: #10351F;
}
.link-seen-notification{
  color: #171949;
  font-family: 'Poppins-Medium', sans-serif;
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
}
.gauge-charts-maindesign{
  position: relative;
  margin-top: -56px;
}
.gauge-charts-maindesign .gauge-container {
  position: relative;
  width: 100%;
}
.gauge-charts-maindesign canvas {
  width: 100%;
  height: auto;
}
.gauge-charts-maindesign .speed-label {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Poppins-SemiBold', sans-serif;
  color: #10351F;
  font-size: 14px;
}
.low-high-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
.low-high-labels .low, .low-high-labels .high {
  font-size: 12px;
  font-family: 'Poppins-SemiBold', sans-serif;
  padding: 5px 15px;
  border-radius: 8px;
  background: #caf1ff;
  color: #10351F;
}
.indicator-design .needle {
  position: absolute;
  width: 6px;
  height: 70px;
  background: linear-gradient(to bottom, blue, purple);
  top: -70px;
  left: 48%;
  transform-origin: bottom center;
  border-radius: 3px;
}
.indicator-design .needle-base {
  position: absolute;
  width: 18px;
  height: 18px;
  background: purple;
  border-radius: 50%;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  z-index: 10;
}
.indicator-design{
  position: relative;
  margin-top: -68px;
}
.flex-table-field{
  display: flex;
  align-items: center;
  gap: 6px;
  width: 180px;
}
.verify-social{
  height: 26px;
  width: 26px;
  background: #1f9766;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.verify-social.not-verify{
  background: #971f1f;
}
.social-verify-flex-cnt{
  display: flex;
  gap: 10px;
}
.text-nowrap{
  text-wrap-mode: nowrap;
}
.btn-chip-label{
  background: #a47ee8;
  width: max-content;
  padding: 6px 16px;
  border-radius: 40px;
  color: #fff;
  box-shadow: inset 0px 0px 6px 2px #a47ee8;
  font-family: 'Poppins-Medium', sans-serif;
  display: inline-block;
  margin: 2px;
}
.body-table-subtitle .choose-label{
  margin: 0;
  font-size: 14px;
  font-family: 'Poppins-SemiBold',sans-serif;
  color: #a1750f;
  margin-left: 6px;
}

/* membership page  */
.mebership-humandtum-main{
  padding: 52px 0px;
  /*background: url(../images/flower-design-01.png) no-repeat -9% 0%, url(../images/flower-design-02.png) no-repeat 111% 78%, #f2eae3;*/
  background: #fff;
  background-size: 213px , 301px;
}
.mebership-titles{
  color: #1d194d;
  font-size: 32px;
  font-family: "Ubuntu", sans-serif;
  text-transform: capitalize;
  margin: 0;
  text-align: center;
}
.membership-second-inner-table{
  margin-top: 26px;
}
.membership-second-inner-table table.table.table-bordered {
    border-color: #8ccbe2;
}
/*.membership-second-inner-table .table-responsive .table {*/
/*  background: url(../images/faq-table-bg-new.jpg);*/
/*}*/
.membership-second-inner-table .table-responsive{
  border-radius:10px;
}
.membership-second-inner-table .table-responsive .table > thead tr th {
  background: #8ccbe2;
  color: #ffffff;
  border-color: #909090;
  vertical-align: middle;
  width: 20%;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  text-align: center;
}
.table>:not(:first-child) {
    border-top: 2px solid currentColor;
}
.membership-second-inner-table .table-responsive .table > tbody tr th {
  border-color: #909090;
  width: 20%;
  font-size: 16px;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  color:#00106c;
}
.membership-second-inner-table .table-responsive .table > tbody tr td {
  border-color: #909090;
  width: 20%;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  color:#00106c;
}
.membership-inrsm-design{
  margin-top: 26px;
}
.membership-inrsm-design h4{
  color: #00106c;
  font-size: 24px;
  font-family: "Ubuntu", sans-serif;
  text-transform: capitalize;
  margin: 0;
}
.membership-inrsm-design p{
  color: #21215c;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  margin: 0;
  margin-top: 15px;
}
.membership-inrsm-design p.text-italy{
  font-style: italic;
}
.membership-inrsm-design h5.primary{
  color: #8ccbe2;
}
.membership-inrsm-design h5{
  color: #212529;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  margin: 0;
  margin-top: 15px;
}
.membership-inrsm-design p span{
  font-family: "Ubuntu", sans-serif;
}
.signature-btn-main{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 12px;
  justify-content: center;
}
.btn-signature{
  font-family: "Ubuntu", sans-serif;
  background: #8ccbe2;
  border: 1px solid #8ccbe2;
  color: #fff;
  display: inline-block;
  padding: 11px 16px;
  font-size: 15px;
  /*text-transform: uppercase;*/
  transition: all 0.3s;
}
.btn-signature:hover{
  background: transparent;
  color: #8ccbe2;
}
.membership-tabs-design{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  margin: auto;
  margin-top: 26px;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 2px #8ccbe2;
}
.membership-tabs-design .membership-items{
  width: 33.33%;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  color: #000;
  font-size: 15px;
  border: 1px solid #8ccbe2;
  padding: 11px 16px;
}
.membership-tabs-design .membership-items.active{
  background: #8ccbe2;
  color: #fff;
}
@media only screen and (max-device-width: 1200px) {
  .common-main-section-chat{
    padding-left: 0px;
  }
  .right-chatlist-main{
    display: none;
  }
  .pr-0-desk {
    padding-right: 15px;
  }
}
@media only screen and (max-device-width: 991px) {
  .navbar-ui-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background-color: white;
    transition: transform 0.4s ease-in-out;
    z-index: 1000;
    overflow: auto;
    border-radius: 0px 22px 22px 0px;
    padding: 14px 6px 20px 20px;
  }
  .navbar-ui-wrapper.active {
      transform: translateX(100%);
  }
  .navbar-motersDesign .navbar-toggler{
    background: #E63462;
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-ui .close-toggle{
    background: #E63462;
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 100%;
    color: #fff;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-motersDesign .navbar-ui li .items-nav {
    font-size: 14px;
    display: block;
    padding: 8px 12px;
    border-radius: 6px;
    margin-bottom: 2px;
    color: #4A150A;
  }
  .navbar-motersDesign .navbar-ui li .items-nav:hover, .navbar-motersDesign .navbar-ui li.active .items-nav {
    background: #4a150a1a;
  }
  .navbar-ui.nav-flex{
    display: block;
  }
  .nav-dropdown-flex{
    position: unset;
    display: block;
    background: #4a150a1a;
    border-radius: 8px;
    transform: unset;
  }
  .desktop-none-nav{
    display: flex;
  }
  .nav-dropdown-flex li a {
    font-size: 13px;
    padding: 8px 10px;
  }
  .humandtum-navbar{
    padding: 12px 12px;
  }
  .navbar-motersDesign .navbar-ui li{
    padding: 2px 4px;
  }

  .top-profile-details li{
    width: 50%;
  }
  .left-user-mainprofiles {
    width: 230px;
  }
  .right-user-mainprofiles{
    width: 100%;
    margin-top: 16px;
  }
  .right-dashboard-header{
    width: 100%;
    margin-top: 16px;
    padding-left: 0;
  }
  .space-top-right-prf {
    padding-left: 0px;
  }
  .countbox-overviews{
    width: 32.8%;
  }
}
@media only screen and (max-device-width: 768px) {
  .common-table-design{
    overflow: auto;
  }
}
@media only screen and (max-device-width: 568px) {
  .top-profile-details li{
    width: 100%;
  }
  .profiles-btn-groups{
    flex-wrap: wrap;
  }
  .left-user-mainprofiles {
    width: 100%;
  }
  .top-userprofile-vb .prfile-u-img{
    height: 320px;
  }
  .countbox-overviews {
    width: 49%;
  }
  .common-profile-main-sect {
    padding: 12px 10px 6px;
  }
  .meetings-call-box {
    gap: 6px;
    padding: 12px 8px;
  }
  .meeting-video-bg .bnr-meet{
    height: 98px;
    width: 98px;
  }
  .meeting-center-content h4{
    font-size: 16px;
  }
  .meeting-center-content p{
    font-size: 12px;
  }
  .time-datebox-flex .date-time-box {
    height: 52px;
    width: 52px;
    border-radius: 6px;
    font-size: 14px;
    padding: 5px;
  }
  .mebership-humandtum-main{
    /*background: #f2eae3;*/
    padding: 30px 0px;
  }
  .membership-inrsm-design h4{
    font-size: 20px;
  }
  .membership-inrsm-design p{
    font-size: 14px;
    margin-top: 8px;
  }
  .mebership-titles{
    font-size: 28px;
  }
  .membership-second-inner-table{
    margin-top: 14px;
  }
  .membership-second-inner-table .table-responsive .table > thead tr th,
  .membership-second-inner-table .table-responsive .table > tbody tr td,
  .membership-second-inner-table .table-responsive .table > tbody tr th{
    font-size: 14px;
  }
  .membership-inrsm-design {
    margin-top: 18px;
  }
  .membership-tabs-design{
    width: 100%;
    margin-top: 18px;
  }
  .membership-tabs-design .membership-items{
    font-size: 14px;
  }
}
#frei_user_brand > div:last-child {
    display: none;
}
#frei {
    height: auto !important;  /* This will override any height set on the div */
}

/*sidebar*/
.dash-sicon  {
    padding-left: 0px;
}
.dash-sicon li
{
	display: inline-block;
	width: 23%;
	cursor: pointer;
	text-align: center;
}
.dash-sicon li i
{
	font-size: 30px;
}
.social-verify-icon{
    height: 40px !important;
    width: 40px !important;
}
#google-plus i
{
	color: #db4a39;
}
#facebook i
{
	color: #3b5998;
}
#twitter i
{
	color: #00acee;
}
#linkedin i
{
	color: #0e76a8;
}

.chats-tabsbtngroups{
  padding: 0px 22px 10px;
}
.chats-tabsbtngroups .nav-tabs{
  display: flex;
  border: none;
}
.chats-tabsbtngroups .nav-tabs > li{
  width: 100%;
  float: unset;
  margin: 0;
}
.chats-tabsbtngroups .nav-tabs > li > a{
  background: transparent;
  border: none;
  margin: 0;
  border-radius: 8px;
  text-align: center;
  font-family: 'Poppins-SemiBold',sans-serif;
  padding: 11px 16px !important;
  font-size: 14px;
  color: #000;
  position: relative;
}
.chats-tabsbtngroups .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover,
.chats-tabsbtngroups .nav-tabs > li.active > a:focus{
  background: #8ccbe2;
  color: #fff;
  border: none;
}
.chats-tabsbtngroups .nav-tabs > li > a .count-notification{
  background: #fff;
  color: #8ccbe2;
  font-family: 'Poppins-Medium', sans-serif;
  font-size: 11px;
  height: 18px;
  min-width: 18px;
  position: relative;
  top: -8px;
  display: inline-block;
  border-radius: 10px;
  padding: 2px;
}
.notification-tab-padding{
    padding: 0px 14px;
}
.notification-withdesign{
    width: 100%;
}
.notification-withdesign .chat-first-left{
    width: unset;
}
.notification-withdesign .chat-first-left img {
    border-radius: 100%;
    width: 42px;
    min-width: 42px;
    height: 42px;
}
.notification-withdesign .chat-left{
    /*100%*/
    width: 73%;
    margin: 0;
}
.notification-withdesign .noti-profile-headings{
    display: flex;
    align-items: center;
    gap: 8px;
}
.cst-size-headbar p img{
    filter: hue-rotate(300deg);
}
.top-profile-details li p img{
    filter: hue-rotate(300deg);
}
.title-table img{
    filter: hue-rotate(300deg);
}
.title-profile img{
    filter: hue-rotate(300deg);
}
.btn-profile img{
    filter: hue-rotate(300deg);
}