:root {
  --body-bg: #fff;
  --primary-bg: #fff;
  --secondary-bg: #f1f8ff;
  --txt-primary: #00a8f3;
  --txt-secondary: #88001b;
  --btn-secondary: #88001b;
  --btn-blue: #00a8f3;
  --btn-request: #f39e00;
  --btn-meet: #74b81c;
  --text-color: #212529;
  --highlight-txt: #00a8f3;
  --body-font: "Open Sans", sans-serif;
  --section-tgap: 50px;
  --section-bgap: 50px;
  --section-gap: 50px 0;
  --default-font: 'CabinetGrotesk-Regular';
  --default-font-medium: 'CabinetGrotesk-Medium';
  --default-font-bold: 'CabinetGrotesk-Bold';
  --link-color: #3883C2;
  --purple-clr: #BA548C;
  --box-shadow: rgba(0, 0, 0, 0.1);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.btn {
  border: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
  min-width: 180px;
  height: 46px !important;
  line-height: 36px;
  color: #fff !important;
}

button:focus,
.btn:focus {
  outline: none;
}

.show-add-member {
  display: none
}

.btn:hover {
  opacity: 0.9;
  color: #fff !important;
}

.bg-primary {
  background-color: var(--primary-bg) !important;
}

.btn-primary,
.hero-inner {
  background: rgb(31, 141, 205);
  background: linear-gradient(90deg,
      rgba(31, 141, 205, 1) 0%,
      rgba(109, 57, 125, 1) 53%,
      rgba(187, 82, 138, 1) 100%);
}

.btn-secondary {
  background-color: var(--btn-secondary) !important;
}

.btn-sm {
  min-width: 100px;
  height: 40px !important;
  font-size: 14px;
  padding: 0 10px;
  line-height: 40px;
}

.bg-white {
  background-color: #fff;
}

.btn-blue {
  background-color: var(--btn-blue) !important;
  cursor: pointer;
}

.btn-request {
  background-color: var(--btn-request) !important;
  cursor: pointer;
}

.btn-meet {
  background-color: var(--btn-meet) !important;
  cursor: pointer;
}

.text-primary {
  color: var(--txt-primary);
}

body .text-secondary,
body .text-secondary:hover {
  color: var(--txt-secondary) !important;
}

.loading-disable-text {
  opacity: 0.5 !important;
}

.write-msg {
  color: var(--btn-secondary) !important;
  font-size: 35px;
  margin-left: auto;
  cursor: pointer;
}

.selected-user-profile {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.add-memeber-group .individual-user {
  border-radius: 100%;
}

.show-add-member {
  display: none;
  ;
}

.request-modal-close{
  display: none;
}

.add-memeber-group .business-user {
  border-radius: 20px;
}

.selected-business-user {
  width: 50px;
  height: 50px;
  border-radius: 20px !important;
  object-fit: cover;
}

input {
  height: 50px !important;
  -moz-border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  border-radius: 20px !important;
  border-width: 2px !important;
}

.form-control:focus,
.css-1pahdxg-control,
.css-1pahdxg-control:hover {
  box-shadow: none !important;
  border-color: rgba(136, 0, 27, 0.7) !important;
  border-width: 2px !important;
}

.search_achor {
  color: #212529;
}

.link-color {
  color: var(--highlight-txt);
}

.link-color:hover,
.link-color.active {
  color: #88001b !important;
}

.search_achor:hover .search_header {
  color: var(--txt-secondary) !important;
}

.user-detail:hover a {
  color: #212529;
}



.highlight-txt {
  color: var(--highlight-txt);
}

.dark-txt {
  color: var(--btn-secondary);
}

.container {
  max-width: 1200px;
}

.spacer {
  padding: var(--section-gap);
}

.link-color {
  color: var(--text-color);
}

.br-20 {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.br-50 {
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  border-radius: 50px !important;
}

.gradient {
  background: rgb(31, 141, 205);
  background: linear-gradient(90deg,
      rgba(31, 141, 205, 1) 0%,
      rgba(109, 57, 125, 1) 53%,
      rgba(187, 82, 138, 1) 100%);
}

.text-normal {
  text-transform: none !important;
}

.custom-shadow {
  box-shadow: 0px 0px 10px var(--box-shadow);
}

/* LOGIN FORM */

.login-option {
  border: 1px solid #ced4da;
  padding: 10px 10px 10px 10px;
  height: 450px;
  border-radius: 20px;
  position: relative;
  padding-bottom: 90px;
}

.login-btn-wrap {
  position: absolute;
  bottom: -55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 1px solid #ced4da;
  width: 300px;
  border-radius: 20px;
  background-color: #fff;
  padding: 10px;
}

.login-btn-wrap>a {
  width: 100% !important;
}

div.form {
  /* border: 2px solid #ced4da; */
  border-radius: 20px;
  padding: 30px 0px;
  position: relative;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
}

.form__footer a {
  font-weight: 600;
}

.site-icon {
  width: 70px;
  height: 70px;
  /* margin-right: 10px; */
  margin-bottom: 10px;
}

.site-logo {
  max-width: 227px;
  display: inline;
  /* margin: 5px auto 0px; */
}

/* LOGIN SIGNUP SCREEN */

.login-option {
  width: 100%;
  margin: 0 auto;
}

.login-option .carousel-inner .item {
  position: relative;
  overflow: hidden;
}

.login-option .carousel-inner {
  border-radius: 20px;
  overflow: hidden;
}

#sampleSlide .carousel-indicators {
  margin-bottom: 0px;
  bottom: 15px;
}

.signup-slider__content {
  position: absolute;
  bottom: 0;
  padding: 30px 60px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b14f88+56,b14f88+100,b14f88+100&0+0,0.69+100 */
  background: -moz-linear-gradient(top,
      rgba(177, 79, 136, 0) 0%,
      rgba(177, 79, 136, 0.95) 56%,
      rgba(177, 79, 136, 0.69) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      rgba(177, 79, 136, 0) 0%,
      rgba(177, 79, 136, 0.95) 56%,
      rgba(177, 79, 136, 0.69) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      rgba(177, 79, 136, 0) 0%,
      rgba(177, 79, 136, 0.95) 56%,
      rgba(177, 79, 136, 0.69) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b14f88', endColorstr='#b0b14f88', GradientType=0);
  /* IE6-9 */
}

.signup-slider__content h4 {
  color: #fff;
}

.react-tel-input+p {
  position: absolute;
  top: 14px;
  left: 75px;
  color: #6c757d;
  margin-bottom: 0;
}

/* 03-04-2023 css start */

.login-wrapper label {
  font-family: var(--default-font-medium);
}

.link-color-text,
.link-color-purple:hover {
  color: var(--link-color);
}

.link-color-text:hover,
.link-color-purple {
  color: var(--purple-clr);
}

.login-wrapper .btn {
  background: linear-gradient(90deg, #3883C2 0%, #B7538B 100%);
  width: 100% !important;
  /* border-radius: 40px !important; */
}

.login-wrapper .form-control {
  border: 1px solid #D5DAE1 !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.form__header {
  border-bottom: 1px solid #EAECF0;
  padding-bottom: 30px;
}

.login-wrapper form,
.step-2 {
  padding: 0px 30px;
}

.theme-checkbox {
  display: grid;
  align-items: center;
  cursor: pointer;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}

.theme-checkbox input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  width: 18px;
  height: 18px !important;
  border: 1px solid #D5DAE1;
  border-radius: 4px !important;
  transform: translateY(-0.075em);
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  display: grid;
  place-content: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.theme-checkbox input[type="checkbox"]::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--link-color);
  background-color: CanvasText;
  transform-origin: center;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type="checkbox"]:checked {
  border-color: var(--link-color);
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.custom-radio__btn {
  width: 50%;
}

.custom-radio__btn .btn {
  border: 1px solid #D0D5DD !important;
  /* border-radius: 40px !important;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -ms-border-radius: 40px !important;
  -o-border-radius: 40px !important; */
  background-color: #fff !important;
  color: #667085 !important;
  padding-left: 0px !important;
  text-align: center;
}


.login-wrapper.hero {
  background: url(../images/blog-hero.png);
  background-size: cover;
}


/* 03-04-2023 css end */

/* REGISTER SCREEN */

.custom-radio__btn input {
  display: none;
}

.custom-radio__btn label {
  position: relative;
  width: 130px;
  min-width: 130px;
  padding-left: 15px;
  padding-right: 0;
  text-align: left;
  background: rgb(31, 141, 205) !important;
}

.custom-radio__btn label::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #fff;
  content: "";
  border-radius: 50%;
  right: 20px;
  opacity: 0;
}

.custom-radio__btn label::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  /* left: 0; */
  right: 21px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.custom-radio__btn input:checked+label {
  background-color: var(--purple-clr) !important;
  color: #fff !important;
}

.custom-radio__btn input:hover+label {
  background-color: #fff2f7 !important;
  color: var(--purple-clr) !important;
  border-color: #fff2f7 !important;
}

.custom-radio__btn input:checked+label::after {
  opacity: 0;
}

.custom-radio__btn input:checked:hover+label {
  background: var(--purple-clr) !important;
  color: #fff !important;
}

/*
.form form {
    overflow: hidden;
}
*/

/* .steps-control {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
*/

.react-tel-input {
  width: 100% !important;
}

.react-tel-input .flag-dropdown {
  background-color: transparent !important;
  border: none !important;
  display: flex;
  align-items: center;
}

.react-tel-input .selected-flag {
  background: transparent;
  border: none;
  padding-left: 0.75rem !important;
}

.react-tel-input .country-list {
  top: 54px !important;
  margin: -1px 0 0 0.75rem !important;
  height: 180px !important;
  width: 350px !important;
}

.react-tel-input .flag-dropdown:hover .selected-flag,
.react-tel-input .flag-dropdown.open-dropdown .selected-flag {
  background-color: transparent !important;
}

/* Invite page */

header {
  height: 90px;
  background-color: #fff;
  position: sticky;
  top: 0px;
  z-index: 9;
  border-bottom:1px solid #ddd ;
}

.logo {
  width: 180px;
}

.header-links>li>a {
  color: rgba(0, 0, 0, 0.4);
  font-size: 26px;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.header-links li {
  position: relative;
}

.header-links a:hover {
  color: var(--txt-secondary);
}

.header-links>li {
  margin-right: 20px;
}

.logged-user {
  position: relative;
  padding-right: 20px;
  z-index: 3;
  cursor: pointer;
}

.logged-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.logged-user i {
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.logged-user:hover .logged-user__name i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.profile-dropdown {
  position: absolute;
  background-color: #fff;
  width: 340px;
  top: 100px;
  right: 0px;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* padding: 20px; */
  border-radius: 20px;
}

.nav-dropdown {
  width: 180px;
  padding: 10px 15px 5px 15px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  opacity: 0;
  visibility: visible;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;

}

.nav-dropdown li {
  padding: 0 !important;
  margin-bottom: 5px !important;
}

.nav-dropdown li a {
  font-size: 1rem !important;
}


.profile-dropdown__header {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 5px;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.profile-dropdown--individual {
  display: grid;
  grid-template-columns: 80px 1fr;
}

.profile-dropdown--individual img {
  width: 80px;
  height: 80px;
  margin-right: 0px;
}

.profile-dropdown li:not(:last-child) {
  margin-bottom: 10px;
}

.profile-dropdown a {
  padding: 5px 20px;
}

.profile-dropdown a:hover svg path {
  fill: #88001b;
}


.profile-dropdown li:last-child a {
  border-bottom: none;
  padding-bottom: 0px;
}

.logged-user:hover .profile-dropdown {
  opacity: 1;
  visibility: visible;
  top: 80px;
  right: 0px;
  display: block;
}

.profile-dropdown .business-logo {
  width: 80px;
  height: 80px;
  padding: 0;
}

.profile-dropdown .business-logo img {
  width: 80px !important;
  height: 80px !important;
  all: unset;
}

.profile-dropdown .business-logo+img {
  width: 60px;
  height: 60px;
  margin: 0;
  position: relative;
}

.profile-dropdown .btn {
  width: auto;
  min-width: auto;
  line-height: inherit;
  height: auto !important;
  font-size: 14px;
  /* text-transform: capitalize; */
}

.profile-dropdown svg {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.profile-logout {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}

.search-form {
  width: 350px;
  margin-left: 40px;
  position: relative;
  z-index: 2;
}

.search-form input {
  background: #fff;
  padding-right: 40px;
  font-size: 14px;
}

.search-form .ri-search-line {
  color: #6c757d;
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
}

.search-form input:focus+.ri-search-line {
  color: rgba(136, 0, 27, 0.7) !important;
}

.tooltip-inner,
.tooltip.bs-tooltip-right .arrow:before,
.tooltip.bs-tooltip-left .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before,
.tooltip.bs-tooltip-top .arrow:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3f8aca+0,523379+32,994884+100 */
  background: #3f8aca;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3f8aca 0%, #523379 32%, #994884 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      #3f8aca 0%,
      #523379 32%,
      #994884 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3f8aca 0%, #523379 32%, #994884 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f8aca', endColorstr='#994884', GradientType=1);
  /* IE6-9 */
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #523379 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #523379 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #523379 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #523379 !important;
}

.notifications__box {
  position: absolute;
  left: 0px;
  top: 100%;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 4;
}

.header-links li.notiifcation:hover .active-notification_box-class {
  opacity: 1;
  visibility: visible;
}

.header-links li.notiifcation:hover .remove-notification_box {
  opacity: 0;
  visibility: hidden;
}

.notification__listing {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}

.notification__listing__item {
  width: calc(100% - 50px);
  padding-right: 10px;
  display: flex;
  align-items: center;
}



.notification__listing__item span {
  font-size: 14px;
  line-height: 19px !important;
  height: auto;
  display: block;
  width: -webkit-calc(100% - 55px);
  width: -moz-calc(100% - 55px);
  width: calc(100% - 55px);
}

.notification__action {
  width: 50px;
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
}

.notification__action a {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  line-height: 22px;
  text-align: center;
  margin: 0 2px;
  color: #fff;
  font-size: 13px;
  opacity: 0.8;
}

.notification__action a:hover {
  color: #fff;
  opacity: 1;
}

.rejected {
  z-index: 99999;
  background-color: var(--btn-secondary);
}

.notification__action a.accepted {
  background-color: #2289ca;
}

.invite-option {
  margin: 20px 0;
  background-color: #fff;
  border-radius: 10px;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.invite-option:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.invite-option:hover i {
  background-color: #88001b;
  color: #fff;
}

.invite-option i {
  width: 55px;
  height: 55px;
  border: 2px solid #88001b;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  color: #88001b;
  margin-right: 5px;
  vertical-align: middle;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 1.3rem;
}

.invite-option>a {
  display: block;
  padding: 20px 30px;
  font-size: 1.1rem;
}

.invite-modal textarea {
  height: 100px;
  resize: none;
  -moz-border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  border-radius: 20px !important;
  border-width: 2px !important;
}

.modal-content {
  border: none !important;
}

.mobile-toggle {
  display: none;
}

/* PROIFLE PAGE */

.welcome__content {
  padding-left: 180px;
  padding-right: 180px;
}

.welcome h1,
.profile-action .ri-more-2-fill,
.dot-icon,
.chat-footer button i {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3f8aca+0,523379+32,994884+100 */
  background: #3f8aca;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3f8aca 0%, #523379 32%, #994884 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      #3f8aca 0%,
      #523379 32%,
      #994884 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3f8aca 0%, #523379 32%, #994884 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f8aca', endColorstr='#994884', GradientType=1);
  /* IE6-9 */

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.welcome a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 120px;
}

.welcome a i {
  vertical-align: middle;
}

.back-btn {
  left: 0px;
}

.next-btn {
  right: 0px;
}

/* card */

.profile-header {
  /* background-image: url(../images/31193.jpg); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
  /*    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0 */
}

/*.profile-header .profile-header-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%)
}
*/

.cover-edit {
  background: linear-gradient(90deg,
      rgba(31, 141, 205, 1) 0%,
      rgba(109, 57, 125, 1) 53%,
      rgba(187, 82, 138, 1) 100%);
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  /* text-transform: uppercase; */
  font-size: 1rem;
  text-transform: capitalize;
  color: #fff !important;
}

.profile-header-content__inner {
  position: relative;
  top: -50px;
}

.profile-header-info {
  padding-top: 55px;
}

/*
.status-current:before {
  content: "(";
}

.status-current:after {
  content: ")";
}
*/

/* .hide-braces
 {
  visibility: hidden;
} */

.braces-visibility {
  visibility: hidden;
}

.status-label {
  display: inline;
  transition: all 0.2s ease-in-out;
}

.clip-status {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.status-current:hover .status-icons {
  visibility: visible;
}

.status-current:hover .clip-status {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.profile-header-info h3 {
  word-break: break-all;
}

.profile-header-info p {
  word-wrap: break-word;
}

.business-logo {
  width: 150px;
  height: 150px;
  padding: 4px;
  border-radius: 20px;
  border: 1px solid var(--txt-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -10px;
  background-color: #fff;
  overflow: hidden;
  z-index: 4;
}

.business-logo img {
  max-width: 100%;
  max-height: 140px;
}

.profile-header>.container {
  position: absolute;
  left: 0;
  right: 0;
}

.profile-area {
  bottom: 0px;
}

.profile-header-content {
  background-color: #fff;
  padding: 0px 30px 10px 30px;
  border-radius: 10px 20px 0px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.profile-header-img {
  width: 120px;
  height: 120px;
  margin-right: 30px;
  position: relative;
}

.profile-header-img a,
.business-logo a,
.modal-edit-profile,
.active-group {
  width: 30px;
  height: 30px;
  color: #fff;
  position: absolute;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: rgb(31, 141, 205);
  background: linear-gradient(90deg,
      rgba(31, 141, 205, 1) 0%,
      rgba(109, 57, 125, 1) 53%,
      rgba(187, 82, 138, 1) 100%);
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}

.profile-header-img img {
  max-width: 120px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}

.profile-header-info h4 {
  font-weight: 500;
  color: #fff;
}

.profile-tabs .nav-tabs {
  border: none;
}

.profile-tabs a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  border: none !important;
  border-radius: .25rem;
}

.profile-tabs ul>li:last-child a {
  margin-right: 0px;
}

.profile-tabs .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--txt-secondary) !important;
  background-color: #fff;
}

.profile-tabs {
  background: rgb(31, 141, 205);
  background: linear-gradient(90deg,
      rgba(31, 141, 205, 1) 0%,
      rgba(109, 57, 125, 1) 53%,
      rgba(187, 82, 138, 1) 100%);
}

.profile__box {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 23px;
}

.css-1pahdxg-control,
.css-yk16xz-control,
.css-1fhf3k1-control,
.css-yk16xz-control:focus {
  border-width: 2px !important;
  border-radius: 20px !important;
}

.profile__box__heading {
  margin-bottom: 30px;
}

.profile__box__heading:hover i {
  cursor: pointer;
  color: var(--txt-secondary);
}

.profile__box__options .nav-tabs {
  border-top: 1px solid #dee2e6;
}

#repoTabs>li:not(:last-child) {
  margin-right: 30px;
}

.profile__box__options a {
  color: var(--text-color);
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}

.profile__box__options a:hover,
.profile__box__options a.active {
  color: var(--txt-secondary) !important;
}

.profile__box__options i {
  margin-right: 5px;
}

.user-info__blk:not(:last-child) {
  margin-bottom: 20px;
}

.user-info__blk p:last-child {
  margin-bottom: 0;
}

.project__descp p {
  white-space: pre-wrap;
  width: 100%;
  word-wrap: break-word;
}

.user-info__heading {
  text-transform: capitalize;
}

.user-info__heading i {
  vertical-align: text-bottom;
}

.vertically-list p:not(:last-child) {
  margin-bottom: 5px;
}

.skills-listing-wrap {
  position: absolute;
  background: #fff;
  width: 300px;
  border-radius: 20px;
  padding: 15px;
  z-index: 2;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  left: 0px;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  will-change: transform;
}

.skills-listing-wrap p {
  font-size: 14px;
  margin-bottom: 5px;
}

.viewall-list:hover .skills-listing-wrap {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.tab-content textarea {
  min-height: 150px;
  border-width: 2px;
  border-radius: 20px !important;
  resize: none;
}

.edit-general,
.hide-info,
.general-setting {
  display: none;
}

.show-general,
.general-setting-show {
  display: block;
}

.project-form,
.project-hide,
.socail-media-form {
  display: none;
}

.project-show,
.socail-show {
  display: block;
}

.form-btn>input:not(:last-child) {
  margin-right: 20px;
}

.project-timeline {
  right: 0px;
}

.project__details {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}

.project-media img{
  width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
}

.project-media img:first-child{
  position: absolute;
  left: -10px;
  top: -10px;
}

/* .project__controls {
  margin-top: 30px;
} */

.service-control a {
  width: 30px;
  height: 30px;
  background: rgb(31, 141, 205);
  background: linear-gradient(90deg,
      rgba(31, 141, 205, 1) 0%,
      rgba(109, 57, 125, 1) 53%,
      rgba(187, 82, 138, 1) 100%);
  color: #fff !important;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin-right: 12px;
}

.project__controls a {
  width: 30px;
  height: 30px;
  background: rgb(31, 141, 205);
  background: linear-gradient(90deg,
      rgba(31, 141, 205, 1) 0%,
      rgba(109, 57, 125, 1) 53%,
      rgba(187, 82, 138, 1) 100%);
  color: #fff !important;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin-right: 12px;
}

.service-control a:hover {
  opacity: 0.9;

}

.project__controls a:hover {
  opacity: 0.9;
}

.projects__listing__inner:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.projects__listing__inner {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 30px;
  margin-top: 30px;
  position: relative;
  gap: 5px;
  align-items: flex-start;
}

.social-media-field input {
  padding-left: 50px;
}

.social-media-field {
  position: relative;
}

.social-media-field i {
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 40px;
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 20px;
  transform: translateY(-50%);
  line-height: 50px;
  text-align: center;
}

.ri-youtube-line {
  color: #ff0000;
}

.ri-twitter-x-line{
  color: #161616;
}

.ri-linkedin-line {
  color: #0077b5;
}

.ri-facebook-line {
  color: #4267b2;
}

label {
  text-transform: capitalize;
}

.social-media-icons i {
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 2px solid #eee;
  text-align: center;
  line-height: 48px;
  font-size: 30px;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.youtube-outline {
  border-color: #ff0000 !important;
}

.twitter-outline {
  border-color: #1da1f2 !important;
}

.linkedin-outline {
  border-color: #0077b5 !important;
}

.facebook-outline {
  border-color: #4267b2 !important;
}

.youtube-outline:hover {
  background-color: #ff0000 !important;
  color: #fff;
}

.twitter-outline:hover {
  background-color: #1da1f2 !important;
  color: #fff;
}

.linkedin-outline:hover {
  background-color: #0077b5 !important;
  color: #fff;
}

.facebook-outline:hover {
  background-color: #4267b2 !important;
  color: #fff;
}

.profile-action {
  display: flex;
  align-items: center;
  margin-top: 50px;
  position: relative;
}

.profile-action>a.frnd-btn {
  right: 50px;
}

.view-profile {
  height: 40px !important;
  line-height: 40px;
  min-width: 120px;
  padding: 0 5px;
  font-size: 14px;
}

.profile-area .frnd-btn {
  min-width: 40px;
  width: 40px;
  text-align: center;
  padding: 0;
}

.frnd-btn i {
  margin: 0px !important;
}

.profile-action>a>i {
  vertical-align: middle;
}

.profile-action ul {
  background: rgb(31, 141, 205);
  background: linear-gradient(90deg,
      rgba(31, 141, 205, 1) 0%,
      rgba(109, 57, 125, 1) 53%,
      rgba(187, 82, 138, 1) 100%);
  position: absolute;
  padding: 0;
  list-style: none;
  border-radius: 5px;
  min-width: 150px;
  top: 60px;
  right: 15px;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}

.profile-action-active {
  visibility: visible;
  opacity: 1;
}

.profile-action-active.important-list-drop {
  visibility: visible !important;
  opacity: 1 !important;
  right: 0px;
}

.call-info .profile-action .important-list-drop {
  top: -50px !important;
  z-index: 999 !important;
}

.call-info .profile-action .important-list-drop-member {
  z-index: 999 !important;
}

.card-zindex {
  z-index: 99 !important;
}

.important-list-drop a {
  font-weight: normal;
  text-align: center;
  text-transform: none;
}

.important-list-show {
  opacity: 1;
  visibility: visible;
}

.profile-action ul a,
.dropdown-list a {

  padding: 10px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  background: linear-gradient(90deg,
      rgba(31, 141, 205, 1) 0%,
      rgba(109, 57, 125, 1) 53%,
      rgba(187, 82, 138, 1) 100%);
  color: #fff !important;
  border-radius: 5px;
}



.profile-action ul li:last-child a {
  border-bottom: none;
}

.profile-action .ri-more-2-fill,
.dot-icon {
  font-size: 35px;
  cursor: pointer;
}

.profile-tabs .ri-more-2-fill {
  margin-right: -18px;
}

.profile-action ul i {
  vertical-align: text-top;
}

.chat__header.p-2 .dot-icon {
  background: none;
  color: var(--btn-secondary) !important;
  -webkit-text-fill-color: unset;
}


/* SEARCH PAGE */


.search-result .search-users__detail {
  padding-right: 140px;
}

.search-user-listing>div.search-users__wrapper:first-child {
  border-radius: 20px 20px 0px 0px;
}

.search-user-listing>div.search-users__wrapper:last-child {
  border-radius: 0px 0px 20px 20px;
}

.search-users__wrapper {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  align-items: center;
  margin-bottom: 2px;
  overflow: hidden;
}

.search-users__wrapper:hover {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.search-users__img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}

.network_card_btn {
  border: none;
  color: #88001b;
  height: 33px;
}

.search-users__detail {
  width: calc(100% - 92px);
  width: -moz-calc(100% - 92px);
  width: -webkit-calc(100% - 92px);
  padding-left: 20px;
  padding-right: 200px;
}

.search-users__detail ul li a,
.search-users__detail ul li span {
  color: var(--text-color);
  padding: 0px 5px 0px 0px;
  margin-right: 5px;
}

.search-users__detail ul li a {
  border-right: 1px solid var(--text-color);
}

/* .search-users__detail i {
  margin-right: 5px;
} */

.view-profile {
  position: absolute;
  right: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.profile-action .view-profile {
  position: static;
  top: 0px;
  transform: none;
}

.search-filter>li:not(:last-child) {
  margin-right: 20px;
}

.search-filter a {
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}

.search-filter a.active {
  color: var(--txt-secondary) !important;
  background-color: #fff !important;
}

.service-price {
  position: absolute;
  top: 24px;
  right: 24px;
}

.search-users__wrapper:hover .contact-service {
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.contact-service {
  visibility: hidden;
  margin-right: -24px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.more-service-cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
}

/* FEEDS PAGE */
.feeds-post {
  box-shadow: 0px 0px 10px var(--box-shadow);
}

.feeds-post__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.feeds-post__user img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.post_comment__listing__user img,
.post__commtent__user .feeds-post__user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.feeds-post__header input,
.post_comment__listing__review,
.post__comment__nested .post_comment__listing__commentbox {
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  margin-left: 20px;
}

.post_comment input {
  height: 40px !important;
  width: 100%;
}

.feeds-post__type i {
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 2px;
}

.link-option {
  background-color: #ff8a65;
}

.video-option {
  background-color: var(--btn-secondary);
}

.pictures-option {
  background-color: var(--btn-blue);
}

.feed_main>div {
  width: 48% !important;
}

.feeds-post__type div {
  border-right: 1px solid #ced4da;
  width: 31%;
  text-align: center;
}

.request__type div {
  border-right: 1px solid #ced4da;

  text-align: center;
}

.feeds-post__type div:last-child {
  border-right: none;
}

.card,
.modal-content {
  border-radius: 20px;
}

.card-body video {
  width: 100%;
  height: 300px;
}

.card-header:first-child {
  border-radius: 20px 20px 0px 0px;
}

.card-footer:last-child {
  border-radius: 0px 0px 20px 20px;
}

.feeds-post__type div>a {
  color: var(--text-color);
  font-size: 14px;
  padding: 5px 10px;
  text-align: center;
  display: block;
}

.feeds-post__type a:hover {
  color: var(--txt-secondary);
}

#feeds-modal textarea {
  height: 80px;
  resize: none;
  border: none;
  font-size: 20px;
}

.feeds-post__user__heading select {
  font-size: 14px;
}

.feed-btn {
  background-color: rgb(31, 141, 205) !important;
}

.feeds-post__user__heading select {
  border-width: 2px;
  border-radius: 20px;
}

.card-header .feeds-post__user img {
  width: 60px;
  height: 60px;
}

.card-header__timeline {
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
}

.card-text {
  font-size: 14px;
}

.card {
  border: none;
  box-shadow: 0px 0px 10px var(--box-shadow);
}

.card-header,
.card-footer {
  background-color: #fff;
}

.post-status span {
  font-size: 14px;
}

.post-status span img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.post-status span:not(:last-child) {
  margin-right: 10px;
}

.card-footer span,
.post_comment__listing p {
  font-size: 13px;
}

.post__action .feeds-post__type {
  width: calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  padding-right: 15px;
}

.comment-post {
  display: none;
}

.show-comments {
  display: block;
}

.post_comment__listing {
  display: flex;
}

.comment-bg {
  background-color: var(--primary-bg);
  padding: 5px 15px;
  border-radius: 20px;
  margin-bottom: 3px;
  width: 100%;
  overflow-wrap: break-word;
}

.comment-bg+span {
  display: block;
  font-size: 12px;
}

.comment-bg p {
  margin: 0px;
}

span.open-comment {
  display: flex;
  flex-direction: column;
}

span.open-comment i {
  font-size: 20px;
  line-height: 7px;
}

.post__comment__nested {
  margin-top: 0.5rem !important;
}

.post-share-link {
  position: relative;
}

.share-box {
  padding-top: 5px;
  position: absolute;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.open-share {
  visibility: visible;
  opacity: 1;
}

.single-post-share {
  visibility: visible;
  opacity: 1;
}

.carousel .slide img {
  max-width: 800px;
  margin: 0 auto;
}

.share-box ul {
  background-color: #fff;
  width: 300px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  /* position: absolute; */
  /* right: 0; */
  /* top: 100%; */
  /* z-index: 1; */
}

/*
.share-box ul::before {
    background-color: #fff;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    right: 37px;
    top: 20px;
    transform: rotate(45deg);
}
*/

.share-box a {
  padding: 10px;
  display: block;
  border-bottom: 1px solid #ced4da;
  font-size: 14px;
}

.share-box a i {
  vertical-align: middle;
}

.share-box ul>li:last-child a {
  border: none;
}

#post-modal .modal-lg {
  max-width: 90%;
}

/* #post-modal .post_comment {
    height: 350px;
    overflow-y: scroll;
} */

#post-modal .carousel-control-next {
  left: 60%;
}

#post-modal .carousel-control-prev,
#post-modal .carousel-control-next {
  width: 5%;
}

#post-modal .post__commtent__user {
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  left: 15px;
}

#post-modal .post_comment__listing__user img,
#post-modal .feeds-post__user img {
  width: 40px;
  height: 40px;
}

#post-modal .feeds-post__comment {
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  padding-left: 15px;
}

#post-modal .feeds-post__comment input {
  width: 100%;
  margin: 0px;
}

.carousel-slider .post_comment__listing,
#post-modal .post_comment__listing {
  display: flex;
}

.large-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: calc(90vh - 1rem);
}

.post-status__comments span {
  display: flex;
  align-items: center;
}

.post-status__comments span i {
  margin-left: 2px;
}

.view-reply {
  display: flex;
}

.view-reply span {
  font-size: 13px;
  display: flex;
}

.view-reply span:not(:last-child) {
  margin-right: 10px;
}

.view-reply span i {
  margin-right: 2px;
}

#post-modal .modal-dialog {
  height: 100%;
}

#post-modal .modal-dialog .large-img img {
  max-height: calc(90vh - 1rem);
  width: auto !important;
  max-width: 100%;
  object-fit: contain;
}

#post-modal .modal-dialog .col-lg-8,
#post-modal .modal-dialog .col-lg-4,
#post-modal .modal-dialog .large-img {
  height: calc(90vh - 1rem);
}

#post-modal .share-box ul {
  width: 200px;
}

.react-box {
  position: absolute;
  width: auto !important;
  border: none !important;
  display: flex;
  background-color: #fff;
  top: 30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  z-index: 1;
  border-radius: 20px;
  padding: 8px;
}

.react-icon {
  position: relative;
}

.reaction-listing {
  display: flex;
  align-items: center;
  position: relative;
}

.reaction-listing::before {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.125);
  position: absolute;
  bottom: -1px;
}

.reaction-listing .my-react img {
  border-bottom: 2px solid #88001b;
}

.reaction-listing span {
  margin-right: 2px !important;
}

.reaction-listing span img {
  width: 25px !important;
  height: 25px;
  margin-right: 0px !important;
}

.last-rection {
  border: 1px solid #88001b !important;
  border-radius: 20px;
}

/*
span img.laugh{
    width: 20px !important;
}

*/
.react-box.open-emoji {
  visibility: visible;
  opacity: 1;
}

.react-box.open-single-post-emoji {
  visibility: visible;
  opacity: 1;
}

.react-box>a {
  border: navajowhite;
  padding: 0;
  width: auto;
  border: none;
  padding: 5px 8px !important;
  text-align: center;
}

.react-box>a span {
  font-size: 13px;
  text-transform: capitalize;
  /* display: none; */
}

.react-box img {
  max-width: 42px;
}

.users-listing {
  height: 350px;
}

.users-listing__item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.users-listing__item img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
}

#pills-details {
  margin-bottom: 0 !important;
}

#pills-details>li {
  margin-right: 20px;
}

#pills-details .nav-item>a {
  display: flex;
  color: var(--text-color) !important;
  background-color: #fff !important;
  align-items: center;
  padding: 0;
}

#pills-details .nav-item>a img {
  width: 26px;
  margin-right: 6px;
}

#like-modal .modal-dialog {
  max-width: 600px;
}

#react-modal .modal-dialog {
  max-width: 600px;
}

#view-modal .modal-dialog {
  max-width: 600px;
}

#share-modal .modal-dialog {
  max-width: 600px;
}

.post__action a {
  color: var(--text-color);
  font-size: 14px;
  line-height: 18px;
}

.post__action__inner>div {
  margin-right: 15px;
}

.post-share-link i {
  vertical-align: text-bottom;
}

.post__action__inner i {
  vertical-align: middle;
}

.ri-thumb-up-fill {
  color: #0083f3;
}

/* NETWORK PAGE */

.network {
  margin-bottom: -30px;
}

.network__box {
  margin-bottom: 30px;
  padding-top: 0 !important;
}

.post_network__box {
  margin-bottom: 30px;
  padding-top: 0 !important;
  /* min-height: 290px; */
}

.network .network__box__img,
.network .network__box__img img {
  width: 60px !important;
  height: 60px !important;
  object-fit: cover;
  /*width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
  */
}

.normal-user img {
  border-radius: 50%;
}

/* .network__action__icon i {
  font-size: 30px;
} */

.network__action {
  border-top: 1px solid #ced4da;
}

.network__box .profile-action ul {
  top: inherit;
  bottom: 40px;
}

.network__box__info p {
  min-height: 24px;
}

.network-options {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
  line-height: 40px;
  margin-left: 5px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.network-options i {
  font-size: 20px;
}

.chat-icon {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d95f90+0,9c4c82+100 */
  background: rgb(217, 95, 144);
  /* Old browsers */
  background: -moz-linear-gradient(top,
      rgba(217, 95, 144, 1) 0%,
      rgba(156, 76, 130, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      rgba(217, 95, 144, 1) 0%,
      rgba(156, 76, 130, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      rgba(217, 95, 144, 1) 0%,
      rgba(156, 76, 130, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d95f90', endColorstr='#9c4c82', GradientType=0);
  /* IE6-9 */
}

.chat-icon img {
  width: 15px;
  display: block;
  /* margin: 12px auto 0px; */
  cursor: pointer;
}

.profile-header-content .chat-icon {
  margin-right: 10px;
}

.call-info-modal span {
  line-height: 24px;
  display: block;
  padding: 10px 0;
}

.call-info-modal i {
  font-size: 25px;
}

.call-info-modal img {
  width: 25px;
}

.call-info-modal span:first-child {
  border-bottom: 1px solid #ced4da;
}

.call-info-modal {
  position: absolute;
  width: 175px;
  right: 0;
  color: var(--text-color);
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid #ced4da;
  /* border-radius: 5px; */
  background-color: #fff;
  z-index: 2;
}

.call-info span:hover .call-info-modal {
  visibility: visible;
  opacity: 1;
}

.network-linked {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  min-width: 100px;
  max-width: 130px;
}

.network-fliter {
  display: flex;
  flex-wrap: wrap;
  width: auto !important;
}

.network-fliter .dropdown-toggle {
  background-color: #fff;
  border-radius: 20px !important;
  border-width: 2px !important;
  height: 50px;
  width: 160px;
  margin-right: 10px;
}

.network-fliter input {
  width: 350px;
}

/* 
.dropdown {
	position: absolute;
	width: 50px;
	height: calc(100% - 4px);
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	border-right: 2px solid #ced4da !important;
}

.dropdown button{
	background: #fff;
	height: 100%;
  border: none;
	border-radius: 20px 0px 0px 20px;
	margin-left: 2px;
	padding-left: 10px;
  color:#495057;
  font-size: 14px;
}

.network-fliter input{
  padding-left: 60px;
}
*/
.network-fliter .dropdown-menu {
  border: 2px solid #ced4da;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
}

.network-fliter .dropdown-menu a {
  color: #495057;
  font-size: 14px;
  padding-left: 10px;
  background-color: #fff;
}

.network-fliter .dropdown-menu a:hover {
  color: var(--txt-secondary);
}

.network-fliter .dropdown-menu a:not(:last-child) {
  border-bottom: 2px solid #ced4da;
}

.network__box .network__action {
  opacity: 0;
}

.network__box:hover .network__action {
  opacity: 1;
}

.work-spacer {
  min-height: 50px;
}

.network__box__img.network__box--lgthumb,
.network__box__img.network__box--lgthumb img {
  width: 100% !important;
  height: 150px !important;
  object-fit: cover;
  object-position: top;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}

/* POST PAGE */

.show-more {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  display: block;
  padding-top: 1rem;
}

.sticky-network {
  position: sticky;
  top: 30px;
}

/* GALLERY PAGE */

.picture-gallery__inner,
.video-gallery__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

.uploaded-pictures,
.uploaded__videos {
  position: relative;
}

.uploaded-pictures input,
.uploaded__videos input {
  display: none;
}

.uploaded-pictures label,
.uploaded__videos label {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: 0;
}

.uploaded-pictures label::before,
.uploaded__videos label::before {
  content: "\eb7b";
  font-family: "remixicon" !important;
  font-style: normal;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}

.uploaded-pictures input:checked+label::before,
.uploaded__videos input:checked+label::before {
  opacity: 1;
}

.uploaded-pictures img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center top;
  cursor: pointer;
}

.uploaded__videos video {
  width: 100%;
  height: 200px;
  cursor: pointer;
  object-fit: cover;
  object-position: center top;
}

.gallery__block .profile-action ul {
  width: 170px !important;
}

.del-selected {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

#large-gallery-modal .carousel .slide img,
.chat-media-modal .carousel-inner img {
  max-height: calc(90vh - 1rem);
  width: auto !important;
  max-width: 100%;
  object-fit: contain;
  height: auto !important;
  border-radius: 0px;
}

#large-gallery-modal .slider-wrapper,
#large-gallery-modal .carousel-inner,
.chat-media-modal .carousel-inner {
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

#large-gallery-modal .slider-wrapper {
  padding-top: 10px;
}

#large-gallery-modal video {
  height: -moz-calc(90vh - 1rem);
  height: -webkit-calc(90vh - 1rem);
  height: calc(90vh - 1rem);
}

.country {
  position: relative;
}

.country .select {
  position: relative;
  padding: 0 15px 0 14px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--theme-color) !important;
  background: var(--input-bg-color) !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50px;
}

.country img {
  margin-right: 5px;
}

.country .dropdown {
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
  width: 130px;
  height: 225px;
  background: var(--input-bg-color) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  z-index: 1;
}

.country .dropdown li {
  padding: 5px 10px;
  line-height: 24px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #f4c86230 !important;
}

.country .dropdown li:hover {
  background: rgba(189, 125, 13, 1);
  background: -moz-linear-gradient(left,
      rgba(189, 125, 13, 1) 0%,
      rgba(252, 212, 111, 1) 100%);
  background: -webkit-linear-gradient(left,
      rgba(189, 125, 13, 1) 0%,
      rgba(252, 212, 111, 1) 100%);
  background: linear-gradient(to right,
      rgba(189, 125, 13, 1) 0%,
      rgba(252, 212, 111, 1) 100%);
  color: #fff;
}

/* PRIVACY POLICY */

/* body{
   background-color: var(--primary-bg); 
} */

.toc__links a {
  margin-bottom: 10px;
  display: inline-block;
}

.sticky-widget {
  position: sticky;
  top: 30px;
}

.toc__links ul {
  padding-left: 15px;
}

.toc-blk ul li:not(:last-child) {
  margin-bottom: 10px;
}

/* CHAT PAGE */

.chat .container {
  padding-left: 30px;
  padding-right: 30px;
}

.chat__header {
  height: 67px;
  background-color: #fff;
  margin-bottom: 2px;
  border-bottom: 1px solid #ced4da;
  display: flex;
  align-items: center;
}

.chat__listing__users {
  display: flex;
  align-items: flex-start;
  align-items: center;
}

.chat__listing:not(:last-child) {
  margin-bottom: 5px;
}

.chat__listing__users img,
.chat-area img,
.create-footer-group img,
.add-memeber-group img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.chat__listing__users .business-user,
.chat-area__header .business-user {
  border-radius: 20px;
}

.chat__listing__users__details {
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  padding-left: 10px;
}

.chat__listing__users__details span {
  line-height: 20px !important;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-area__header {
  display: flex;
  width: 100%;
  align-items: center;
}

.chat-area .chat__header {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.chat__listing__users__details {
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  padding-left: 10px;
}

.chat-msg:not(:last-child) {
  margin-bottom: 10px;
}

.chat-msg .chat-msg__blk p {
  background-color: #eee;
  padding: 0.5rem 0.8rem;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  border-radius: 20px 20px 20px 0px;
  display: inline-block;
  max-width: 300px;
  overflow-wrap: anywhere;
  position: relative;
  margin-bottom: 0px !important;
}


.event-styles{
  background-color: #e75511;
  color: #e75511;
}
.sender .chat-msg__blk p {
  background-color: #00a8f3;
  color: #fff;
  display: inline-block;
  border-radius: 20px 20px 0px 20px;
  overflow-wrap: anywhere;
  margin-bottom: 0 !important;
}

.chat-msg.sender {
  display: flex;
}

span.unread-msg {
  background: var(--btn-secondary);
  color: #fff;
  border-radius: 50%;
  padding: 2px;
  display: inline-block;
  font-size: 10px;
  width: 19px;
  height: 19px;
  position: absolute;
  text-align: center;
  line-height: 15px;
  right: 6px;
  top: 15px;
}

.sender>div {
  margin-left: auto;
}

.chat-link-send {
  max-width: 350px;
  display: block;
  /* margin-left: auto; */
}

.chat-link-send .chat-link-cta {
  display: block;
  word-wrap: break-word;
}

.chat-link-send .Container {
  width: auto !important;
}

.media__sent,
.media__receive {
  border-radius: 20px 20px 0px 20px;
  text-align: right;
  color: #000;
  width: 100%;
  font-size: 11px;
  max-width: 200px;
  padding: 0.5rem 0.8rem;
}

.media__sent {
  background: #00a8f3;
}

.media__receive {
  background: #eee;
}

.media__sent img,
.media__receive img {
  max-width: 200px !important;
  border-radius: 10px;
  width: 100%;
  height: 200px !important;
  display: block !important;
  margin: 0 auto;
}

.chat-footer {
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  margin: 0 auto;
  padding: 10px 0;

}

.chat-footer-deactivate {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #f1f1f1;
}

.account-deactivate {
  color: #88001b;
  display: inline-block;
  border-radius: 5px;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 16px !important;
  margin-top: 2px;
}

.chat-footer form {
  display: flex;
  align-items: center;
}

.chat-footer button {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  font-size: 40px;
  cursor: pointer;
  margin-left: 15px;
  border: none;
}

.chat-footer input[type="text"] {
  border: 1px solid #ced4da;
  height: 50px;
  width: calc(100% - 60px);
  padding-left: 1rem;
}

.chat-footer input[type="submit"] {
  display: none;
}

.chat .col-md-3,
.chat .col-md-9 {
  height: calc(100vh - 100px);
}

.chat .col-md-3 {
  -ms-flex: 0 0 29%;
  flex: 0 0 29%;
  /* max-width: 29%; */
  overflow: hidden;
  border-right: 1px solid #ced4da;
}

.chat .col-md-9 {
  -ms-flex: 0 0 71%;
  flex: 0 0 71%;
  max-width: 71%;
}

.chat_listing-wrap {
  height: calc(100% - 100px);
  /* overflow-y: scroll; */
}

.chat_listing-wrap a.active,
.chat_listing-wrap a.active:hover {
  background-color: #00a8f3;
  color: #fff !important;
  border-radius: 20px;
}

.chat_listing-wrap a:hover {
  color: var(--text-color) !important;
}

.chat-body {
  height: calc(100vh - 90px - 60px - 50px - 50px);

  /* overflow-y: scroll; */
}

.chat-body-group {
  height: calc(100vh - 90px - 60px - 50px - 100px);
}

.chat-body-individual {
  height: calc(100vh - 90px - 60px - 50px - 50px);
}

.zoom-icon i {
  width: 30px;
  height: 30px;
  background-color: #00a8f3;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
}

.default-chat {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: url(../images/Pools-Chat.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

.default-chat img {
  width: 100%;
  max-width: 300px;
  align-self: center;
  /* height: 100%; */
}

.profile-business-header {
  border-bottom: 1px solid #ced4da;
}

.profile-business-header img {
  width: 35px;
  height: 35px;
}

.profile-business-header .chat__listing__users__details h6 {
  font-size: 14px;
}

.groud-users span::after {
  right: 0px;
  left: inherit;
}

.css-1fo8ikj {
  top: 8px !important;
  bottom: inherit !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
}

.chat .full-width {
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.chat-stretch{
  max-width: 75%;
  flex: 0 0 75%;
}

.chat-toggle {
  transform: translateX(-100%);
}

.chat-open {
  transform: translateX(-100%);
}

.back-chat {
  display: none !important;
}

.group-user {
  border-color: var(--highlight-txt) !important;
  border-radius: 5px !important;
}

.dropdown-list {
  background: rgb(31, 141, 205);
  background: linear-gradient(90deg,
      rgba(31, 141, 205, 1) 0%,
      rgba(109, 57, 125, 1) 53%,
      rgba(187, 82, 138, 1) 100%);
  position: absolute;
  padding: 0;
  list-style: none;
  border-radius: 5px;
  width: 150px;
  top: 60px;
  right: 15px;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}

.chat-msg__blk {
  position: relative;
}

.chat-msg__blk .play-video {
  position: absolute;
  font-size: 25px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-45%);
  pointer-events: none;
  color: #fff;
}

.user-status {
  background: var(--primary-bg) !important;
  padding: 20px;
  width: 80%;
  margin: 10px auto;
  border-radius: 20px;
  font-size: 14px;
}

.user-status img {
  width: 18px;
  height: 18px;
}

.user-status-header {
  background: rgba(109, 57, 125, 1) !important;
  padding: 10px;
  width: auto;
  margin: 1px 10px;
  border-radius: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  display: block;
}

.user-status-header p {
  position: absolute;
  width: 250px;
  z-index: 2;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  color: #787878;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 12px 0px;
  word-wrap: break-word;
}

.user-status-header p .chatData {
  /* font-size: 10px; */
  font-weight: 700;
  font-style: italic;
}

.user-status-header img {
  width: 18px;
  height: 18px;
  background-color: #fff;
}

.user-status-header:hover p {
  opacity: 1;
  visibility: visible;
}

.write-msg {
  color: var(--btn-secondary) !important;
  font-size: 35px;
  margin-left: auto;
  cursor: pointer;
}

.textarea-field {
  border-radius: 20px;
  border-width: 2px;
  resize: none;
}

#search-friend-modal .search-form input {
  font-size: 16px;
}

/* BACK TO TOP */

.back-to-top {
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  padding: 0;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  display: none;
}


/* OFFSCREEN MENU */

.offscreen-menu {
  width: 85%;
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  left: -100%;
}

.offscreen-menu__inner {
  height: 100vh;
  background-color: #fff;
}

.offscreen-menu .gradient {
  background: rgb(31, 141, 205);
  background: linear-gradient(180deg,
      rgb(31, 141, 205) 0%,
      rgb(109, 57, 125) 53%,
      rgb(187, 82, 138) 100%);
}

.offscreen-menu__inner__items {
  height: calc(100vh - 80px);
  overflow-x: hidden;
  overflow-y: auto;
}

.offscreen-menu.show {
  display: block;
  left: 0px;
  opacity: 1;
  visibility: visible;
}

.offscreen-menu.show::before {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  z-index: -1;
  top: 0;
}

.offscreen-menu .topbar__right {
  padding-top: 30px;
  flex-wrap: wrap;
}

/* .offscreen-menu .topbar__right ul li a::after{
content:attr(title);
font-size: 1rem;
position: absolute;
top: 15px;
}
*/
.offscreen-menu .topbar__right ul {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

.offscreen-menu .header-links>li {
  margin-right: 0;
  width: 100%;
  border-bottom: 1px solid #ced4da;
  padding: 0 10px;
}

.offscreen-menu .header-links>li:last-child {
  border-bottom: none;
}

.offscreen-menu .header-links>li>a>i {
  font-size: 26px;
}

.offscreen-menu .header-links>li>a {
  display: block;
  position: relative;
  padding: 8px 0;
  color: #fff;
  font-size: 1rem;
}

.offscreen-menu .header-links>li>a>i {
  margin-right: 5px;
  vertical-align: middle;
}

.offscreen-menu .notification-active {
  top: 20px;
}

.add-member-block {
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #f2f2f2;
}

.add-member-block:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.ri-close-line.menu-close {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: -32px;
  top: 30px;
  z-index: 5;
  cursor: pointer;
}

.add-member-block {
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #f2f2f2;
}

.add-member-block:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.add-memeber-group {
  display: inline-block;
  position: relative;
}

.add-memeber-group label {
  cursor: pointer;
}

.add-memeber-group input {
  /* padding: 0;
  margin-bottom: 0;
  cursor: pointer;
  width: -webkit-fill-available;
  height: 50px !important;
  position: relative;
  z-index: 5;
  opacity: 0;
  */
  display: none;
}

/* .add-memeber-group label, .add-memeber-group.added label{
  position: absolute;
  cursor: pointer;
  margin-bottom: 0;
  top: 0;
}

*/
.add-group-member-modal label.default-label {
  position: inherit;
}

.add-memeber-group label i {
  color: #53c146;
  position: absolute;
  top: 10px;
  font-size: 1.2rem;
  top: -8px;
  left: 0px;
  display: none;
}

.add-memeber-group input:checked+label i {
  display: block;
}

.add-memeber-group img {
  border-radius: 100%;
}

/* anita */
.plus-box .plus-btn {
  opacity: 0;
  width: 0px;
}

.plus-box label {
  background-color: var(--btn-secondary);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 30px;
  cursor: pointer;
  margin-bottom: 0px;
  color: #fff;
}

.plus-box {
  display: flex;
  justify-content: center;
  margin-right: 20px;
  align-items: center;
}

.active-point,
.active-point-orange,
.active-point-red {
  position: relative;
}

.active-point::after,
.active-point-orange::after,
.active-point-red::after,
.active-business-user::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 39px;
  bottom: 2px;
}

.active-business-user::after {
  left: 27px !important;
  bottom: 1px !important;
}

.active-point::after {
  background-color: green;
}

.active-point-orange::after {
  background-color: orange;
}

.active-point-red::after {
  background-color: var(--btn-secondary);
}

.last-msg-date {
  background-color: #ededed;
  max-width: 160px;
  margin: 10px auto;
  text-align: center;
  padding: 5px 0;
  border-radius: 10px;
  font-size: 13px;
}

.chat-msg__blk p span {
  font-size: 11px;
  text-align: right;
  display: block;
  line-height: 13px;
}

.group-image {
  max-width: 90px;
  display: block;
  margin: 0 auto;
  position: relative;
  padding-top: 10px;
}

.group-image a {
  position: absolute;
  top: 4px;
  right: 0px;
  font-size: 15px;
  color: white;
  background: linear-gradient(90deg,
      rgba(31, 141, 205, 1) 0%,
      rgba(109, 57, 125, 1) 53%,
      rgba(187, 82, 138, 1) 100%);
  width: 25px;
  height: 25px;
  border-radius: 100%;
  line-height: 25px;
}

.group-header img {
  max-width: 90px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}

.groudp-users img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: -10px;
}

.last-seen-css {
  font-style: italic;
  color: #6a7d90;
  font-size: 12px;
  font-weight: bolder;
  display: block;
}

.create-dropdown-list {
  width: 200px;
  background: #fff;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
}

.create-dropdown-list a {
  color: var(--text-color);
}

.delete-icon {
  font-size: 20px;
}

/* modal */
.modal-blk-logo .user-profile {
  /* padding: 11px; */
  border-radius: 50%;
}

.modal-blk-logo .user-profile {
  border: 4px solid #ebeaea;
}

.modal-blk-logo img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.modal-blk-content p {
  border-radius: 50px;
  padding: 2px 15px;
}

.modal-edit-profile {
  right: 0 !important;
}

#create-modal .modal-box {
  cursor: pointer;
}

.modal-box-content p,
.modal-blk-content input {
  margin-left: 10px;
}

/* .modal-box-logo img {
    width: 35px;
    filter: invert(1);
  } */
.modal-box-logo i {
  font-size: 24px;
}

.create-dropdown-list {
  width: 200px;
  border-radius: 5px;
}

.create-dropdown-list:hover {
  color: #fff;
  background: rgb(31, 141, 205);
  background: linear-gradient(90deg,
      rgba(31, 141, 205, 1) 0%,
      rgba(109, 57, 125, 1) 53%,
      rgba(187, 82, 138, 1) 100%);
}

.create-dropdown-list:hover a {
  color: #fff;
}

#myFile {
  opacity: 0;
  width: 0px;
}

.modal-edit-profile,
.modal-edit-profile label {
  cursor: pointer;
}

/* second-popup add group chat memeber */
.modal-dialog.add-group-member-modal.modal-lg {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.1);
}

.add-group-blk-logo img {
  border-radius: 100%;
}

.add-group-blk-logo .active-group {
  right: -13px;
  top: -13px;
  background: #027e02;
}

.modal-dialog.add-group-member-modal.modal-lg {
  max-width: 500px;
}

#modal-group-profile form {
  max-height: 280px;
  overflow-y: auto;
}

.create-footer-group:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 20px;
}

.create-footer-group i::before {
  background-color: var(--btn-secondary);
  top: 0;
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: -19px;
  left: -19px;
  border-radius: 50%;
  cursor: pointer;
}

.modal-box-logo {
  background: linear-gradient(90deg,
      rgb(31, 141, 205) 0%,
      rgb(109, 57, 125) 53%,
      rgb(187, 82, 138) 100%);
  width: 40px;
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 100%;
}

/* /anita */

.password-field {
  position: relative;
}

.password-field i {
  position: absolute;
  right: 20px;
  top: 13px;
  cursor: pointer;
}

.profile-wrapper a {
  margin-right: 0 !important;
}

.profile-wrapper a.view-profile {
  width: 40px;
  height: 40px !important;
  min-width: auto;
  border: 2px solid #fff !important;
  line-height: 35px;
  margin-right: 0px !important;
  border-radius:20px ;
}

.profile-wrapper i {
  color: #fff;
  -webkit-text-fill-color: unset !important;
}

.editable-text button {
  font-size: 15px;
  color: white;
  background: linear-gradient(90deg,
      rgba(31, 141, 205, 1) 0%,
      rgba(109, 57, 125, 1) 53%,
      rgba(187, 82, 138, 1) 100%);
  width: 25px;
  height: 25px;
  border-radius: 100%;
  line-height: inherit;
  display: block;
  min-width: auto;
}

.editable-text input {
  border-radius: 0px !important;
  height: 40px !important;
}

.editable-text,
.editable-text ._2_49w,
.editable-text ._3sXmF._1EEDX._38077 {
  height: 40px !important;
}

._2_49w {
  justify-content: center;
  align-items: center;
}

._2_49w>div {
  width: auto;
}

.modal-header .close {
  position: absolute;
  right: 24px;
  top: 15px;
}

.editable-text button svg {
  margin-top: -3px;
}

.editable-text button svg path {
  fill: #fff;
}

._3sXmF._1EEDX._38077:hover {
  background-color: transparent;
}

.upload-files {
  display: flex !important;
  grid-gap: 15px !important;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0px !important;
}

.upload-files .media-box {
  width: 23%;
}

.upload-files .media-box img,
.upload-files .media-box video {
  height: 150px !important;
  width: 100%;
}

/* MEMBERS SCREEN */

.no-member {
  border: 2px dashed rgba(0, 0, 0, 0.125);
  padding: 20px;
}

.no-member a {
  text-decoration: underline;
}

.no-member h5 {
  line-height: 1.85rem;
}

.network__box--outline {
  border: 1px solid #ced4da;
  padding: 10px;
}

/* BECOME SELLER */

.instruction__wrap__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 15px;
}

.instruction__wrap__inner i {
  font-size: 25px;
  color: #a94c87;
}

.instruction__logo {
  width: 40px;
}

.instruction__content {
  padding-top: 6px;
  width: calc(100% - 40px);
  padding-left: 10px;
}

.instruction__content p {
  margin-bottom: 0px;
}

.seller-img,
.seller-img img {
  width: 80px;
  height: 80px;
}

.business-logo.seller-img {
  padding: 0;
}

/* STEP 1 */

.seller-tabs .btn-blue {
  color: #fff;
  padding: 0px;
}

.progess-bar__loader {
  display: none;
}

.seller-tabs {
  counter-reset: section;
}

/* .seller-tabs > li{
  pointer-events: none;

} */

.seller-tabs>li>a {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

.seller-tabs>li a::before {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -2px;
  content: "";
  transition: all 0.5s ease-in-out;
  transform-origin: left;
  background: linear-gradient(90deg,
      rgba(31, 141, 205, 1) 0%,
      rgba(109, 57, 125, 1) 53%,
      rgba(187, 82, 138, 1) 100%);
  display: none;
}

.seller-tabs>li a.active::before {
  display: block;
}

.seller-tabs img {
  max-width: 40px;
  margin-right: 5px;
}

/*.seller-tabs > li > a::before {
	counter-increment: section;
	content: counter(section);
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 23px;
	margin-right: 6px;
}
*/

.seller-tabs a {
  position: relative;
  padding: 15px 20px 15px 20px;
  color: var(--text-color) !important;
  z-index: 2;
  font-weight: 600;
  background-color: transparent !important;
  list-style-type: none;
  /*-webkit-clip-path: polygon(0% 0%, 60% 0%, 70% 50%, 60% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 60% 0%, 70% 50%, 60% 100%, 0% 100%); */
}

/*
.seller-tabs a.active{
background: linear-gradient(
    90deg,
    rgba(31, 141, 205, 1) 0%,
    rgba(109, 57, 125, 1) 53%,
    rgba(187, 82, 138, 1) 100%
  );
}

.seller-tabs li:first-child a{
  background:#a33d7d !important
}

.seller-tabs li:nth-child(2) a{
  background: #332c73 !important
}

.seller-tabs li:last-child a{
  background: #1387ca !important
}

.seller-tabs li:nth-child(n+2) {
  position: relative;
}
.seller-tabs li:nth-child(2)  a{
  z-index: 4;
  left: -103px;
  padding-left: 45px;
  width: 350px;
  position: relative;
}
.seller-tabs li:nth-child(3) a{
  z-index: 3;
  left: -100px;
}
.seller-tabs li:last-child a{
  z-index: 2;
  padding-left: 45px;
  left: -245px;
  width: 310px;
}


.seller-tabs li:first-child a.active::before{
  background-color: #fff;
  color:#a33d7d !important
}

.seller-tabs li:nth-child(2) a.active::before{
  background-color: #fff;
  color:#332c73 !important
}

.seller-tabs li:last-child a.active::before{
  background-color: #fff;
  color:#1387ca !important
}
*/

.seller-tabs li a {
  color: #fff;
  background-color: transparent;
}

.seller-name {
  width: -moz-calc(100% - 80px - 30px);
  width: -webkit-calc(100% - 80px - 30px);
  width: calc(100% - 80px - 30px);
  margin-left: auto;
}

.custom-input {
  display: flex;
  flex-wrap: wrap;
}

.custom-input>div {
  margin-right: 15px;
}

.custom-input input {
  display: none;
}

.custom-input label {
  position: relative;
  font-size: 15px;
  min-width: 130px;
  text-align: center;
  border: none;
  color: #fff;
  border-radius: 20px;
  padding: 5px 10px;
  cursor: pointer;
}

.custom-input label::before {
  width: 10px;
  height: 10px;
  background: #fff;
  content: "";
  border-radius: 100%;
  display: inline-block;
  right: 10px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-input label::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  right: 11px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.checkbox__items label {
  background-color: transparent !important;
  border: 2px solid #ced4da;
  color: rgb(33, 37, 41);
}

.custom-input input:checked+label::after {
  opacity: 1;
}

/* STEP 3 */


.switch input {
  display: none;
}

.timing-block {
  display: flex;
  align-items: center;
  gap: 20px;
}

.timing-block:not(:last-child) {
  margin-bottom: 20px;
}

.timing-block>span {
  width: 90px;
}

.select-field {
  height: 40px !important;
  border-width: 2px !important;
  border-radius: 20px !important;
  min-width: 100px;
}

.switch {
  padding-top: 6px;
}

.switch input {
  height: auto !important;
}

.time-zone {
  display: grid;
  grid-template-columns: 15% 200px;
  align-items: center;
  gap: 10px;
}

.time-zone__label {
  width: 15%;
}

.timer-input {
  display: grid;
  grid-template-columns: repeat(2, 180px);
  gap: 10px;
  width: 100%;
}

/* .css-yk16xz-control,
.css-1pahdxg-control,
.css-1fhf3k1-control {
  height: 50px;
} */

/* .css-yk16xz-control>div,
.css-1pahdxg-control>div,
.css-1fhf3k1-control>div {
  height: 100%;
} */


.css-b8ldur-Input,
.css-e8izw0-Mt,
.css-1bwsx9e-Input,
.css-11n7hhy-Mt {
  padding: 0 !important;
  margin: 0 !important;
}

.timer-input .css-1okebmr-indicatorSeparator,
.css-1fhf3k1-control .css-109onse-indicatorSeparator,
.css-g1d714-ValueContainer .css-1okebmr-indicatorSeparator,
.css-yk16xz-control .css-1okebmr-indicatorSeparator {
  display: none;
}

/* 
div[class$="ValueContainer"], div[class$="y4-Mt"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
} */

.select__control {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* #root input[type="checkbox"], #root input[type="radio"]{
  height: auto !important;
} */
.select__input input,
#pills-contact .timer-input input,
#pills-contact .timing-block input {
  height: auto !important;
}

.switch input+label {
  position: relative;
  border-radius: 20px;
  width: 45px;
  height: 15px;
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  background-color: #dee2e6;
  margin: 0px 30px 0px 5px;
}

.switch input+label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.2s linear;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.switch input:checked+label {
  background-color: var(--btn-blue) !important;
}

.switch input:checked+label::before {
  background-color: #fff !important;
  left: 27px;
}

.switch input:focus+label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}

.add-timer input {
  width: 100px;
  height: 30px !important;
  margin-right: 10px;
  font-size: 14px;
}

.hourly-rate i {
  font-size: 24px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-right: 2px solid #ced4da;
  padding-right: 4px;
}

.hourly-rate input {
  padding-left: 50px;
}

.select-ui {
  height: 50px;
  border-width: 2px;
  border-radius: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select-arrow.svg) no-repeat;
  background-position: center right;
}

.rc-time-picker-clear {
  right: 14px !important;
  font-size: 14px !important;
}

/* NEW SELLER TAB */

.seller-tabs {
  position: relative;
  margin-bottom: 0px !important;
}

.progess-bar {
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
}

.progess-bar__loader {
  position: absolute;
  left: 0px;
  bottom: -2px;
  content: "";
  transition: all 0.5s ease-in-out;
  border-radius: 50px;
  /* width: 33.33%; */
  z-index: 1;
  height: 4px;
  /*clip-path: polygon(0 0, 100% 0%, 96% 100%, 0 100%); */
  background: linear-gradient(90deg,
      rgba(31, 141, 205, 1) 0%,
      rgba(109, 57, 125, 1) 53%,
      rgba(187, 82, 138, 1) 100%);
}

.seller-tabs>li {
  width: 33.33%;
  text-align: center;
}

/* .create-select-field .css-g1d714-ValueContainer {
  height: 50px;
} */

/* .css-b8ldur-Input,
.css-1bwsx9e-Input {
  height: 100% !important;
} */

.btn-wrapper {
  margin-bottom: -10px;
}

.btn-wrapper a,
.btn-wrapper input,
.btn-wrapper .btn {
  margin-bottom: 10px;
}

.btn-blank {
  background-color: transparent;
  border: none;
}

.level-select {
  max-width: 220px;
}

.table-wrapper {
  overflow-x: auto;
}

#language-table {
  white-space: nowrap;
}

#language-table th {
  min-width: 150px;
}

/* SERVICES PAGE */

.services-listing__inner {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.services-listing__inner:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.pending-service{
  margin-inline-start: auto !important;
    padding: 5px;
    border-radius: 5px;
    background: #fea92f;
    color: white;
} 

.modal-size .modal-dialog {
  max-width: 500px !important;
}

.services-listing__header>img {
  width: 40px;
}

/* chat component */
.user_profile-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user_profile-info {
  margin-top: 20px;
}

.user_profile-wrap .user_profile-name {
  display: flex;
  align-items: center;
  gap: 6px;
}

.user_profile-wrap .user_profile-name img {
  width: 17px;
  height: 17px;
  border-radius: 20px;

}

.user_profile-wrap .user_logo {
  width: 50px;
  height: 50px;
  border-radius: 7px;
  border: 1px solid var(--txt-secondary);
}

.user_profile-wrap .group_logo {
  width: 50px;
  height: 50px;
  border-radius: 7px;
  border: 1px solid var(--txt-secondary);
}
.user_profile-wrap .user_profile-subimg {
  display: flex;
}

.user_profile-wrap .user_profile-subimg img {
  width: 20px;
  border-radius: 25px;
  height: 20px;
}

.user_profile-tabs .nav-link {
  padding: 0 10px;
  border: 0;
  font-size: 14px;
  color: var(--text-color);
}

.user_profile-tabs .nav-link.active {
  border-bottom: 1px solid #ced4da;
  color: var(--txt-secondary);
}

.user_profile-tabs+.tab-content {
  padding: .5rem;
  /* overflow: hidden; */
}

.event-time{
  background:none;
}

.assignment-list {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  /* background-color: #e86a1e; */
  color: white;
  border-radius: 20px;
}

.assignment-list i{
  top: 3px;
  right: 3px;
}

.upload_placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

.upload_project_icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}


/* By default, the label is hidden when is_edit is true */
.upload_project_icon.show-on-hover {
  display: none;
}

/* When is_edit is true and label is being hovered, display it */
.upload_project_icon.show-on-hover:hover {
  display: block; /* or inline, or any other appropriate display value */
}




/* SERVICES PROVDER PAGE */

.services-search{
  max-width: 550px;
    margin: 0 auto;
    position: relative;
}

.services-search input {
  border-radius: 50px !important;
  border-radius: 50px;
  border: 1px solid rgba(52, 64, 84, 0.13) !important;
  background: #FFF;
  padding: .375rem 7.7rem .375rem .75rem;
}

.services-search  .btn {
  background: #B7538B !important;
  position: absolute;
  top: 50%;
  right: 5px;
  min-width: auto;
  padding: 8px 30px;
  line-height: normal;
  height: auto !important;
  transform: translateY(-50%);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
}

.services-grid__items img {
  width: 100%;
  height: 220px;
  border-radius: 20px;
  object-fit: cover;
}

.services-grid__items a:last-child {
  display: block;
  background: #B7538B;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 8px 10px;
  margin-top: 12px;
}

.service-provider__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.service-provider__item {
  border-radius: 22.868px;
  border: 1px solid var(--gray-200, #EAECF0);
  background: #FFF;
  display: grid;
  grid-template-columns: 100px 1fr;
  padding: 20px;
  gap: 30px;
  /* place-items: flex-start; */
}

.service-provider__item img{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  cursor: pointer;
}

.service-provider__item > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.service-provider__item a{
  border-radius: 10px !important;
  max-width: 180px;
  width: 100%;
}

.login__popup-wrap .btn {
  line-height: 30px;
  border: 2px solid #fff !important;
}

.login__popup-wrap .btn-white {
  background: #fff;
  color: #000 !important;
}
.login__popup-wrap .btn-outline {
  background: transparent;
}
.login__popup-wrap .btn-outline,
.login__popup-wrap .btn-white {
  height: unset !important;
  width: unset !important;
  min-width: 120px;
  border-radius: 15px;
}

.react-toast-notifications__container .react-toast-notifications__toast__icon-wrapper{
  background:linear-gradient(90deg, #3883C2 0%, #B7538B 100%)!important;
}
.react-toast-notifications__container .react-toast-notifications__toast--error .react-toast-notifications__toast__icon-wrapper {
  background: #FF5630 !important;
}
.react-toast-notifications__toast{
  background-color: #f8f8f8 !important;
  color: #000 !important;
}

.react-toast-notifications__toast__content{
  line-height: 24px !important;
}

.react-toast-notifications__toast{
  box-shadow: 0 0px 20px rgba(0,0,0,0.20) !important;
}

/* MEDIA QUERY START */

@media (max-width: 1200px) {

  /* FEEDS MODAL */
  .feeds input.form-control {
    font-size: 0.9rem;
  }

  .login-option {
    height: auto;
  }
}

@media (max-width: 991px) {
  /* GENERAL */

  .full-md {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* HEADER */
  .search-form {
    width: 300px;
  }

  .notifications__box {
    right: 0px;
  }

  /* CHAT PAGE */
  .full-width {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .chat .flex-nowrap {
    /* flex-wrap: wrap !important; */
    overflow: hidden;
  }

  .back-chat {
    display: inline-block !important;
    text-indent: -8px;
    color: var(--btn-secondary);
  }

  .back-chat i {
    font-size: 40px;
  }

  .chat .col-md-3 {
    border-right: 0px;
  }

  .chat-footer {
    position: fixed;
    bottom: 40px;
  }

  .chat-body {
    height: calc(100vh - 90px - 60px - 50px - 100px);
  }

  .chat-body-group {
    height: calc(100vh - 90px - 60px - 50px - 150px);
  }

  /* NOTIFICATION PAGE */

  .search-users__detail span.text-right {
    text-align: left !important;
  }

  /* profile page */

  .profile-header-info {
    padding-top: 55px;
  }

  /* modal post */

  #post-modal .modal-dialog {
    height: auto;
  }

  /* POST SLIDER */

  #post-modal .modal-dialog .col-lg-8,
  #post-modal .modal-dialog .col-lg-4,
  #post-modal .modal-dialog .large-img {
    height: auto !important;
  }

  /* body #post-modal .modal-dialog .large-img {
    height: calc(60vh - 100px) !important;
    margin-bottom: 20px;
  } */
  /* 
  div#post-modal .modal-dialog div.large-img img {
    height: calc(50vh - 80px) !important;
  } */
}

@media (max-width: 850px) {
  .header-links>li>a {
    font-size: 20px;
  }

  .search-form {
    width: 220px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .profile-header-info.business-profile {
    width: -moz-calc(100% - 520px);
    width: -webkit-calc(100% - 520px);
    width: calc(100% - 520px) !important;
  }
}

@media (max-width: 767px) {


  /* GENERAL STYLE */
  .btn {
    font-size: 14px;
  }

  h1,
  .h1 {
    font-size: 32px !important;
  }

  h2,
  .h2 {
    font-size: 28px !important;
  }

  .btn-wrapper {
    justify-content: center !important;
  }

  /* LOGIN SCREEN */

  .login-wrapper {
    height: auto;
  }

  .site-logo {
    max-width: 200px;
  }

  .form__header h1 {
    font-size: 24px !important;
  }

  .site-icon {
    margin-bottom: 15px;
  }

  /* HEADER */

  .header-links {
    display: none !important;
  }

  .logo {
    max-width: 150px;
  }

  header .search-form {
    margin-left: auto;
  }


  /** HEADER MENU */
  .topbar__right ul {
    display: none;
  }

  /* .offscreen-menu{
        display: none;
    }
    */
  header .user-widget {
    position: static !important;
    display: block !important;
    border-radius: 0px !important;
    box-shadow: none;
    height: 100%;
  }

  .user-widget__cover {
    border-radius: 0px !important;
  }

  .logged-user {
    padding-right: 0px;
  }

  .logged-user img {
    cursor: pointer;
  }

  .mobile-toggle {
    display: block;
    cursor: pointer;
  }

  .offscreen-menu .search-form {
    display: block !important;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 20px auto 0px auto;
  }

  .offscreen-menu .topbar__right ul {
    display: flex !important;
  }

  /* .header-inner {
    justify-content: space-between;
  } */

  .topbar__right {
    margin-left: inherit !important;
  }

  .topbar__right .logged-user .logged-user__name,
  .topbar__right .logged-user .profile-dropdown {
    display: none;
  }

  .offscreen-menu .logged-user__name,
  .offscreen-menu .profile-dropdown {
    display: block !important;
  }

  .ri-menu-line.mobile-toggle {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.4);
    margin-right: 10px;
  }

  /* MY PROFILE */

  .project-timeline {
    display: none;
  }

  .timeline-hide {
    display: block !important;
  }

  div.feeds-post {
    margin-bottom: 30px;
  }

  /* GALLERY */
  .uploaded-pictures img,
  .uploaded__videos video,
  .grid .media-box img,
  .grid .media-box video,
  .grid .media-box img,
  .grid .media-box video {
    width: 100%;
    height: 150px;
  }

  /* FEEDS MODAL */
  .btn-spacer {
    margin-top: 10px;
  }

  /* NOTIFICATION SCREEN */
  .notifications-actions {
    padding-right: 0px !important;
    padding-left: 0px;
  }

  .search-user-listing .request-user.ml-auto {
    position: static;
    transform: none;
  }

  .search-user-listing .request-user a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
  }

  .share-box {
    width: 150px;
  }

  /* PROFILE HEADER */

  .profile-header-content__inner {
    flex-wrap: wrap;
  }

  .profile-action {
    /* width: 100%; */
    margin-top: 30px;
  }

  .profile-header-info h3 {
    font-size: 1.1rem;
  }

  .profile-header-info span {
    font-size: 13px;
  }

  .profile-header-content .important-list-drop {
    left: 15px !important;
  }

  /*NETWORK PAGE */
  .search-form {
    /* width: 100%; */
    margin-left: 0px;
  }


  /* MODAL */

  #post-modal .post__commtent__user {
    position: static;
    margin-top: 50px;
  }

  #post-modal .modal-dialog .control-arrow {
    height: 50vh;
  }

  #post-modal .control-next {
    right: 0px !important;
  }

  #post-modal .post__commtent__user {
    width: 100% !important;
  }

  /* CHAT CSS */

  .chat .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .chat {
    padding: 0px !important;
  }

  /* BECOME SELLER STEPS */

  .instruction__content {
    padding-top: 0px;
  }

  .seller-tabs a {
    font-size: 14px;
  }

  .contact-service-blk {
    transform: none !important;
    visibility: visible;
    margin-right: 0;
  }

  .service-price {
    top: 16px;
    font-size: 1rem;
  }

  /* post slider arrows */
  .modal .carousel.carousel-slider .control-arrow {
    top: 150px !important;
  }

  /* post slider arrows ends */
}

@media (min-width: 767px) {
  /* MY PROFILE */

  .timeline-hide {
    display: none;
  }
}

@media (min-width: 668px) {
  .profile-header-info {
    width: -moz-calc(100% - 380px);
    width: -webkit-calc(100% - 380px);
    width: calc(100% - 380px);
  }
}

@media (max-width: 667px) {

  /* PROFILE PAGE */
  .profile-header-content__inner {
    flex-wrap: wrap;
  }

  .profile-header-content {
    height: 100px;
    min-height: 150px;
    max-height: 180px;
  }

  .profile-tabs a {
    margin-right: 10px;
  }

  .profile-header-content__inner .profile-header-img>img+a {
    bottom: -9px;
  }

  /* BUSINESS PROFILE */

  .business-logo {
    width: 90px;
    height: 90px;
  }

  .profile-header-img,
  .profile-header-img img {
    width: 80px;
    height: 80px;
  }

  .profile-action {
    /* width: 100%; */
    margin-top: 20px;
  }

  .network__action .profile-action {
    width: auto;
  }

  /* BECOME SELLER */

  .progess-bar__loader {
    display: none;
  }

  .progess-bar {
    border-bottom: none;
  }

  .seller-tabs {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
  }

  .seller-tabs>li {
    width: auto;
  }

  .seller-tabs>li:not(:last-child) {
    margin-right: 30px;
  }

  .seller-tabs a {
    position: relative;
    padding-bottom: 20px;
  }

  /* LANGUAGE TABLE */

  #language-table th,
  #language-table td,
  #language-table select,
  #language-table .btn-blank {
    font-size: 14px;
  }

  div.swipe-input {
    display: flex;
    align-items: center;
    position: absolute;
    top: inherit;
    bottom: 0px;
    right: 0;
    /* left: 46px; */
    flex-wrap: wrap;
  }

  .status-wrapper {
    width: 100%;
  }

  div.swipe-input>label {
    margin-right: 10px;
  }

  input.pullee {
    width: 180px;
  }

  /* edit profile Timer Input */
  .time-zone {
    grid-template-columns: 100%;
  }

  .timer-input {
    grid-template-columns: repeat(1, 1fr);
  }

  .timing-block {
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {

  /* HEADER */

  .header-inner {
    position: relative;
  }

  .topbar__right {
    margin-left: auto !important;
  }

  header .search-form {
    width: auto;
  }

  header .search-form {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    width: 40px;
    transition: width .5s;
    will-change: transform;
    margin-right: 0px;
  }

  header .search-form>div input {
    border-color: #fff;
    padding-right: 25px;
    pointer-events: none;
  }

  header .search-form .form-group {
    padding-right: 5px;
  }

  .input-extend {
    width: calc(100% - 72px) !important;
  }

  .input-extend input {
    border-color: #ced4da !important;
    pointer-events: all !important;
  }

  /* NETWORK PAGE */
  .col-50 {
    width: 50% !important;
  }

  .network-options {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .chat-icon img {
    margin: 10px auto 0px;
  }



  .call-info-modal {
    left: 0px;
    right: inherit;
  }

  .profile-action ul {
    left: 15px;
  }

  .chat-options .call-info-modal {
    right: 0px;
    left: inherit;
  }

  /* NETWORK PAGE */
  .important-list-drop {
    right: 0px !important;
    left: inherit !important;
  }

  /* profile page */
  .profile-header-info+div .call-info-modal {
    right: 0px;
    left: inherit;
  }

  .profile-tabs .container .row {
    flex-wrap: nowrap;
    align-items: center;
  }

  .profile-tabs .container .row .col-sm-8 {
    width: 80%;
  }

  .profile-tabs .container .row .col-sm-4 {
    width: 19%;
  }

  .profile-tabs a {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .btn-linked {
    width: 40px;
    min-width: 30px;
    height: 40px !important;
    border-radius: 50%;
    padding: 0;
    line-height: 38px !important;
  }

  .btn-linked span {
    display: none;
  }

  .search-filter a {
    font-size: 14px;
    padding: 0.5rem;
  }

  .login-wrapper form,
  .step-2 {
    padding: 0px 20px;
  }
}

@media (max-width: 567px) {
  .network-fliter {
    flex-direction: column;
    width: 100% !important;
  }

  .network-fliter .dropdown-toggle,
  .network-fliter input {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }

  .network-fliter .dropdown-menu {
    width: 100%;
  }

  .network-fliter>.dropdown {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  /* GENERAL STYLE */

  .login-btn-wrap {
    max-width: 90%;
  }

  /* SEND INVITATION */

  .invite-option>a {
    padding: 10px;
    font-size: 0.9rem;
  }

  .invite-option i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  /* MY PROFILE */

  .profile-header-content {
    height: 100px;
  }

  .profile-header-img {
    width: 80px;
    height: 80px;
  }

  .profile-header-img img {
    max-width: 80px;
    width: 80px;
    height: 80px;
  }

  .btn-full {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .save-more {
    margin-top: 15px;
  }

  .general-setting {
    min-width: 100px;
  }

  #repoTabs>li:not(:last-child) {
    margin-right: 5px;
  }

  .skills-listing-wrap {
    width: 250px;
  }

  /* GALLERY */
  .picture-gallery__inner,
  .video-gallery__inner,
  .grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* POSTS */

  .react-box img {
    max-width: 25px;
  }

  .share-box ul {
    width: 100%;
  }

  /* NOTIFICATION */

  .search-users__detail h5 {
    font-size: 1rem;
  }

  .feeds-post__header input {
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    margin-left: 10px;
    font-size: 10px;
  }

  /* BECOME SELLER */

  .hourly-rate {
    width: 100% !important;
  }

  /* post slider arrows */
  .modal .carousel.carousel-slider .control-arrow {
    top: 75px !important;
  }

  /* post slider arrows ends */
}

@media (max-width: 479px) {

  /* BECOME SELLER */
  div.swipe-input {
    left: 40px;
  }

  .btn-wrapper a,
  .btn-wrapper input,
  .btn-wrapper .btn {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px !important;
  }

  /* LOGIN PAGE */

  .custom-radio {
    flex-wrap: wrap;
  }

  .custom-radio__btn {
    width: 100%;
    margin-right: 0px !important;
  }

  .custom-radio__btn label {
    width: 100%;
  }

  .steps-control>a,
  .login-wrapper .w-50,
  .login-wrapper .w-75 {
    width: 100% !important;
  }

  .steps-control>a {
    margin-top: 10px;
  }

  .form__footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .form__footer a {
    margin-right: 0px !important;
  }

  /* POSTS */

  .feeds-post .feeds-post__user img {
    width: 50px;
    height: 50px;
  }

  input.share-thought {
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    padding: 6px;
  }

  .feeds-post__type i {
    display: block;
    text-align: center;
    margin: 0 auto 5px auto;
  }

  .profile-header-info+div {
    width: 100%;
  }

  .profile-header-info+div .call-info-modal {
    left: 0px;
    right: inherit;
  }

  /* NETWORK PAGE */
  .network .col-50 {
    width: 100% !important;
  }

  div.col-50.col-mb-50 {
    width: 50% !important;
  }

  .network__action .call-info-modal {
    left: inherit;
    right: 0;
  }

  /* PROFILE HEADER */

  .profile-header-info {
    width: 100%;
    padding-top: 15px;
  }

  .profile-header-content {
    height: 220px !important;
    max-height: inherit;
  }

  .my-profile .profile-header-content {
    height: 240px !important;
  }

  /* SEARCH PAGE */
  .search-users .col-md-6 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .search-users .col-md-6>div {
    width: 100%;
    padding: 1rem !important;
  }

  .notification-result.search-users .col-md-6>div {
    padding: 0px !important;
  }

  .search-users .view-profile {
    position: static;
    transform: none;
    margin-top: 10px;
  }

  .search-users.notification-result .view-profile.btn-blue {
    width: 100%;
  }

  /* .search-users .search-users__img {
    margin: 10px auto;
  }

  .search-users__detail {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
  }
  */

  .view-profile {
    height: 35px !important;
    line-height: 35px;
    min-width: 100px;
    padding: 0 5px;
    font-size: 14px;
  }

  .search-result .search-users__detail {
    padding-right: 0;
  }

  .notifications-actions {
    padding-left: 10px;
  }

  .search-users__wrapper {
    align-items: flex-start;
  }

  .search-users .search-users__img,
  .search-users__img img {
    width: 50px !important;
    height: 50px;
  }

  .search-users__detail>a.link-color {
    margin-top: 20px;
  }

  .welcome__content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .welcome a {
    bottom: -35% !important;
    top: auto;
    margin: 0px 16px;
  }

  .search-users__detail {
    width: calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
  }

  /* MEMBER PAGE */

  #members-modal .search-form input {
    font-size: 14px;
  }

  #members-modal .search-form .ri-search-line {
    font-size: 15px;
    right: 5px;
  }

  .service-btn {
    font-size: 12px !important;
    height: 35px !important;
    line-height: 11px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
  }
}

@media (max-width: 420px) {

  /* BECOME SEMINAR BLOCK */


  div.swipe-input {
    left: 40px;
  }

  .seller-img {
    margin-right: 10px;
  }

  .seller-name {
    width: -moz-calc(100% - 80px - 10px);
    width: -webkit-calc(100% - 80px - 10px);
    width: calc(100% - 80px - 10px);
  }

  .timing-block {
    flex-wrap: wrap;
  }

  .timing-block>.switch {
    margin-left: auto;
  }

  .switch input+label {
    margin-right: 0px;
  }

  .add-timer {
    width: 100%;
    margin-top: 5px;
    justify-content: space-between;
  }

  .add-timer input {
    width: 100%;
  }
}





/* 

swipe effect input
 */

/* .pullee {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 200px;
}

.pullee:active::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  transform: scale(1.1);
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.pullee:active::-moz-range-thumb {
  border: 0;
  transform: scale(1.1);
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.pullee:active::-ms-thumb {
  transform: scale(1.1);
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.pullee:focus {
  outline: none;
}

.pullee::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  border: 0;
  width: 30px;
  height: 30px;
  background: rgb(187, 82, 138) url(../images/swipe-arrow.svg);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: 50% 50%;
  border-radius: 20px;
  transform: scale(1);
  -webkit-transition: transform ease-out 100ms;
  transition: transform ease-out 100ms;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.swipeleft .pullee::-webkit-slider-thumb {
  transform: rotate(180deg);
}

.swipedown .pullee::-webkit-slider-thumb {
  transform: rotate(90deg);
}

.pullee::-moz-range-thumb {
  border: 0;
  display: block;
  width: 30px;
  height: 30px;
  background:  rgb(187, 82, 138) url(../images/swipe-arrow.svg);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  transform-origin: 50% 50%;
  transform: scale(1);
  -moz-transition: transform ease-out 100ms;
  transition: transform ease-out 100ms;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}


.swipeleft .pullee::-moz-range-thumb {
  transform: rotate(180deg);
}

.swipedown .pullee::-moz-range-thumb {
  transform: rotate(90deg);
}

.pullee::-ms-thumb {
  border: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: rgb(187, 82, 138) url(../images/swipe-arrow.svg);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  transform-origin: 50% 50%;
  transform: scale(1);
  -moz-transition: transform ease-out 100ms;
  transition: transform ease-out 100ms;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.swipeleft .pullee::-ms-thumb {
  transform: rotate(180deg);
}

.swipedown .pullee::-ms-thumb {
  transform: rotate(90deg);
}

.center-xy:hover .swipe-input-values .dropdown-list {
  opacity: 1;
  visibility: visible;
}

.pullee::-webkit-slider-runnable-track {
  height: 35px;
  box-sizing: content-box;
  border-radius: 1rem;
  background-color: #fff;
  border: 2px solid rgb(187, 82, 138);
  padding-left: 2px;
  padding-top: 2px;
}

.pullee::-moz-range-track {
  height: 35px;
  box-sizing: content-box;
  border-radius: 1rem;
  background-color: #fff;
  border: 2px solid rgb(187, 82, 138);
  
}

.pullee::-moz-focus-outer {
  border: 0;
}

.pullee::-ms-track {
  height: 35px;
  box-sizing: content-box;
  border-radius: 1rem;
  background-color: #fff;
  border: 2px solid rgb(187, 82, 138);
  padding-left: 5px;
}

.pullee::-ms-fill-lower,
.pullee::-ms-fill-upper {
  background-color: transparent;
}

.pullee::-ms-tooltip {
  display: none;
}

end */

.swipe-input {
  position: absolute;
  top: 20px;
  right: 50px;
}

.swipe-input ul {
  background: rgb(31, 141, 205);
  background: linear-gradient(90deg,
      rgba(31, 141, 205, 1) 0%,
      rgba(109, 57, 125, 1) 53%,
      rgba(187, 82, 138, 1) 100%);
  position: absolute;
  padding: 0;
  opacity: 1;
  visibility: visible;
  list-style: none;
  border-radius: 5px;
  min-width: 150px;
  left: auto;
  right: 0px;
  top: 48px;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

.swipe-input ul.show {
  opacity: 1;
  visibility: visible;
}

.swipe-input ul>li {
  width: 100%;
}

.swipe-input ul>li>a {
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
}

.pullee {
  width: 200px;
  height: 45px !important;
  background: #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  padding: 0px 5px;
  transition: opacity 0.5s;
  position: relative;
  border: 2px solid rgb(187, 82, 138);
}

.pullee::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  width: 30px;
  height: 30px;
  background: rgb(187, 82, 138) url(../images/swipe-arrow.svg);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  -moz-transition: transform ease-out 100ms;
  transition: transform ease-out 100ms;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.pullee::-moz-range-thumb {
  border: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: rgb(187, 82, 138) url(../images/swipe-arrow.svg);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  transform-origin: 50% 50%;
  transform: scale(1);
  -moz-transition: transform ease-out 100ms;
  transition: transform ease-out 100ms;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.swipeleft .pullee::-webkit-slider-thumb {
  transform: rotate(180deg);
}

.swipeleft .pullee::-moz-range-thumb {
  transform: rotate(180deg);
}

.swipedown .pullee::-webkit-slider-thumb {
  transform: rotate(90deg);
}

.swipedown .pullee::-moz-range-thumb {
  transform: rotate(90deg);
}

.swipeleft .pullee::-ms-thumb {
  transform: rotate(180deg);
}

.swipedown .pullee::-ms-thumb {
  transform: rotate(90deg);
}

.swiperight .pullee::-ms-thumb {
  transform: rotate(0deg);
}

.center-xy:hover .swipe-input-values .dropdown-list {
  opacity: 1;
  visibility: visible;
}

/* .pullee:before {
  content: "slide to unlock";
  color: #8a8a8a;
  position: absolute;
  left: 100px;
  top: 10px;
  z-index: 1;
  font-size: 32px;
} */

/* .pullee::-webkit-slider-thumb:before {
  color: #8a8a8a;
  position: absolute;
  left: 5px;
  top: -10px;
  z-index: 1;
  font-size: 56px;
  font-weight: bold;
  content: "→";
} */

.status-icon {
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  margin-right: 5px;
  justify-content: center;
  align-items: center;
}

.status-icon img,
.status-current img {
  width: 23px;
  height: 23px;
}

.status-wrapper {
  display: inline-block;
}

.status-wrapper p {
  position: absolute;
  width: 200px;
  right: 0;
  z-index: 2;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  color: #787878;
  top: 85px;
  font-size: 14px;
  font-weight: 500;
  /* border: 1px solid #111;
   */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 12px 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.name-status p {
  position: absolute;
  width: 250px;
  z-index: 2;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  color: #787878;
  top: 85px;
  /* border: 1px solid #111;
   */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 12px 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.name-status p {
  top: 30px;
  left: 0px;
}

.individua-status p {
  top: 30px;
  left: 55px;
}

.question_hover {
  display: inline-block;
}

.status-wrapper>label:hover+div p,
.name-status span:hover+p {
  opacity: 1;
  visibility: visible;
}

.status-wrapper>label+div {
  opacity: 0;
}

.status-wrapper>label:hover+div {
  opacity: 1;
}

.country .signup-input {
  border: 2px solid #ced4da;
  border-radius: 20px;
  padding: 0.375rem 0.75rem;
  height: 50px;
}

.country .signup-input.PhoneInput--focus {
  border-color: rgba(136, 0, 27, 0.7) !important;
}

.country .signup-input.PhoneInput .PhoneInputInput {
  border: none;
  height: 40px !important;
}

.country .signup-input.PhoneInput .PhoneInputInput:focus-visible {
  outline: none;
}

.cropper-crop-box,
.cropper-view-box {
  border-radius: 50%;
}

.cropper-view-box {
  box-shadow: 0 0 0 1px #39f;
  outline: 0;
}

.status-current img {
  /* border: 1px solid green; */
  border-radius: 50%;
  padding: 2px;
}

.table td,
.table th {
  vertical-align: middle;
}

.microlink_card {
  max-width: 100% !important;
}

.disabledTimeZoneSelect {
  pointer-events: none;
  opacity: 0.5;
}

/* remove eye icon on microsoft edge browser */
input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.btn_fix {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 24px !important;
  margin: 0 0 0 auto !important;
  gap: 0.25rem !important;
}

.btn_fix i {
  font-size: 16px;
  /* margin: 2px 8px 0 0; */
}

/* .modal {
  overflow-y: auto;
} */

.upper-modal {
  z-index: 1051;
}

.time-modal{
  z-index: 99999;
}

.modal-backdrop:not(:last-of-type) {
  z-index: 1050;
}

/* .manage-account {
  background-color: var(--text-color);
  ;
} */


.upper-modal .fc-col-header,
.upper-modal .fc-scrollgrid-sync-table,
.upper-modal .fc-daygrid-body.fc-daygrid-body-unbalanced {
  max-width: 100%;
  width: 100% !important;
}
.upper-modal .fc .fc-scroller-liquid-absolute {
  position: relative !important;
}

.custom-event-style p{
  width:100%;


}

.event-style-css {
  background: orange;
  width: 100%;
  border-radius: 10px;
  position: relative;
}

.event-style-css p {
  background-color: orange !important;
  width: 100%;
}
.event-style-css p .dot-icon {
  top: 13px;
  right: 5px;
  height: 29px;
  padding-top: 6px;
  color: #fff !important;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 32%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f8aca', endColorstr='#994884', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.assignment-list {
  transition: 400ms;
  background: #f3f3f3;
  cursor: pointer;
  padding-inline: 20px;
}

.assignment-list:hover {
  background-color: #f7c568;
}

.schedule-msg-style {
  max-width: 100% !important;

}

.date_req_input .react-datepicker-wrapper {
  display: block;
}
.date_req_input .react-datepicker-wrapper input {
  height: 57px !important;
}

.request_opt_wrap {
  padding: 15px !important;
  border-radius: 10px;
  background-color: #FFF;
  color: var(--text-color);
  position: absolute;
  top: 10px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.request_opt_wrap:hover,
.dot-icon:hover + .request_opt_wrap {
  opacity: 1;
  visibility: visible;
}
.request_opt_wrap li {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 10px;
}
.request_opt_wrap li:last-child {
  margin-bottom: 0;
}
.request_opt_wrap li i {
  font-size: 18px;
}

.feeds-opt [class^=" css-"][class$="-control"] > div {
  max-height: 54px;
}

.icon-wrap i {
  width: 100%;
  max-width: 22px;
  background: #00a8f3;
  height: 22px;
  border-radius: 50px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 20px;
  }
  .icon-wrap {
  display: flex;
  align-items: flex-start !important;
  width: calc(100% - 12px );
  }
  .theme-icon i {
    background-color: #fff;
    color: #00a8f3;
  }
  .seprater {
    width: 2px;
    height: 34px;
    background: #ddd;
    margin: 0 26px 0 0;
}

.pending-text {
  font-size: 12px;
  background: #fff;
  padding: 7px 15px;
  border-radius: 100px;
}

.event-accordian .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
  outline: 0 none !important;
  outline-offset: 0 !important;
  box-shadow: 0 0 0 0.2rem #ffffff00 !important;
}
.p-accordion.event-accordian .p-accordion-header .p-accordion-header-link {
  justify-content: space-between !important;
}

.p-accordion.event-accordian .p-accordion-header .p-accordion-header-link svg {
    order: 2 !important;
}
.btn-wrapbox {
  gap: 8px;
  width: 100%;
  justify-content: end;
  margin: 0 0 10px;
}
.act_btn {
  padding: 5px 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 15px;
  justify-content: center;
  cursor: pointer;
}
.pending-approval {
  background: #fff;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  max-width: fit-content;
  gap: 5px;
  font-weight: 600;
  position: absolute;
    right: 40px;
    top: 10px;
}
.pending-approval i {
  all: unset;
  color:#0077b5;
}
