/* Define a class for the styled link */
body {
  height: 100%;
  width: 100%;
}
.hidden{
  display:none;
}
.styled-link {
  text-decoration: none !important; /* Remove the default underline */
  position: relative; /* Create a relative positioning context */
  color: #4e73df; /* Set the link color */
}
.logo img{    width: 100%;
  padding: 30px;
  margin-top: 20px;}


/* Create an underline effect with a pseudo-element */
.styled-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px; /* Adjust the height as needed */
  bottom: -3px; /* Adjust the position to control the distance from text */
  background-color: #4e73df; /* Set the underline color */
  transform: scaleX(0); /* Initially, set the width to zero */
  transform-origin: 0 0;
  transition: transform 0.2s ease; /* Add a smooth transition effect */
}

/* Apply the underline effect on hover */
.styled-link:hover::before {
  transform: scaleX(1); /* Expand the underline on hover */
}
.logo_white {
  text-align: center;
}
.dash_cont {
  background-color: #f8f9fb;
  padding: unset !important;
}
.bio{
  text-align: center;
    font-weight: 700;
    font-size: 12px;
    padding: 2px 23px;
}
.profile {
  background-color: #ffffff;
  height: 325px;
  width: 70%;
  margin: auto;
  border-radius: 18px;
}
.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
}
.delete-icon{
  cursor: pointer;

}
.edit-icon{
  cursor: pointer;

}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.profile_img img {
  max-width: 50%;
  margin: 41px 20px 0px 21px;
  border-radius: 70px;
}
.profile_img {
  text-align: center;
}
.tab {
  border-radius: 5px;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  overflow: hidden;
  /* background-color: #7952B3; */
  opacity: 0.7;
}
#search input[type="text"]:focus {
  outline: none;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border-radius: 5px;
  border-right: 1px solid #7952b3;
}

/* Change background color of buttons on hover */
.tab button:hover {
  /* background-color: #3A3E48; */
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.7),
    rgba(121, 82, 179, 0.5)
  );
  color: #7952b3;
}

/* Create an active/current tablink class */
.tab button.active {
  /* background-color: #3A3E48; */
  background-color: #7952b3;
  color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

table {
  width: 100%;
}
.btn-discussion {
  margin-bottom: 5px;
}

.titles button {
  margin-bottom: 5px;
  border: none;
  padding: 10px 100px;
  background-color: #3a3e48;
  opacity: 0.9;
  color: #fff;
}

.titles {
  display: table-caption;
}

.pagination button {
  background: tan;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  padding: 0px 5px;
  margin-right: 10px;
  height: 18px;
}
th {
  border-top: 1px solid #7952b3;
  border-bottom: 1px solid #7952b3;
  padding: 10px;
  font-weight: 500;
}
td {
  padding: 10px;
}
i {
  color: #7952b3;
}
.tab-menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tab-item a {
  text-decoration: none;
  color: #000; /* Default text color */
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.tab-item.active a {
  color: #7952b3; /* Active tab text color */
  border-bottom: 2px solid #7952b3; /* Active tab underline color */
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .tab-pane.active {
  display: block;
}

.pro_sec {
  float: right;
}
.clear {
  clear: both;
}
.top {
  margin: 0px;
  padding: 0px;
}
.dropbtn {
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-right: 60px;
  float: right;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 20px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  text-decoration: done;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.searchTerm:focus {
  outline: none;
}
.wrap {
  width: 100%;
}
.search {
  display: flex;
}

.search-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 5px;
}

.searchTerm {
  border: none;
  height: 100%;
}
.searchButton {
  border: none;
  background: none;
}
.custom-file-upload {
  border: 1px solid #ccc;
  width: 130px;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}
.custom-file-upload:hover {
  background-color: #f2f2f2;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.container {
  margin: 0 auto;
  /* width: 750px; */
  border-radius: 5px;
}

.people-list {
  width: 260px;
  float: left;
}

.people-list .search {
  padding: 20px;
}

.people-list input {
  border-radius: 3px;
  border: none;
  padding: 14px;
  color: white;
  background: #6a6c75;
  width: 90%;
  font-size: 14px;
}

.people-list .fa-search {
  position: relative;
  left: -25px;
}

.people-list ul {
  padding: 20px;
  height: 770px;
}

.people-list ul li {
  padding-bottom: 20px;
}

.people-list img {
  float: left;
}

.people-list .about {
  float: left;
  margin-top: 8px;
  padding-left: 8px;
}

.people-list .status {
  color: #92959e;
}


.chat {
  width: 754px;
  background: #f2f5f8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: block !important;
  color: #434651;
}

.chat .chat-header {
  padding: 20px;
  border-bottom: 2px solid white;
}

.chat .chat-header img {
  float: left;
}

.chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
  margin-top: 6px;
}

.chat .chat-header .chat-with {
  font-weight: bold;
  font-size: 16px;
}

.chat .chat-header .chat-num-messages {
  color: #92959e;
}

.chat .chat-header .fa-star {
  float: right;
  color: #d8dadf;
  font-size: 20px;
  margin-top: 12px;
}

.chat .chat-history {
  padding: 30px 30px 20px;
  border-bottom: 2px solid white;
  overflow-y: scroll;
  height: 350px;
}

.chat .chat-history .message-data {
  margin-bottom: 15px;
}

.chat .chat-history .message-data-time {
  color: lighten(#92959e, 8%);
  padding-left: 6px;
}

.chat .chat-history .message {
  color: white;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  margin-bottom: 30px;
  width: 90%;
  position: relative;
  word-wrap: break-word;
}

.chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #b4a0d1;
  border-width: 10px;
  margin-left: -10px;
}

.chat .chat-history .image {
  color: white;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  margin-bottom: 30px;
  width: 40%;
  position: relative;
}

.chat .chat-history .image:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #b4a0d1;
  border-width: 10px;
  margin-left: -10px;
}

.chat .chat-history .my-message {
  background: #b4a0d1;
}

.chat .chat-history .other-message {
  background: #7952b3;
}

.chat .chat-history .other-message:after {
  border-bottom-color: #7952b3;
  left: 93%;
}

.chat .chat-message {
  padding: 10px;
}

.chat .chat-message textarea {
  width: 100%;
  border: none;
  padding: 10px 20px;
  font: 14px/22px "Lato", Arial, sans-serif;
  margin-bottom: 10px;
  border-radius: 5px;
  resize: none;
  height: 65px;
  border-color: #000;
  border-style: solid;
}

.chat .chat-message .fa-file-o,
.chat .chat-message .fa-file-image-o {
  font-size: 16px;
  color: gray;
  cursor: pointer;
}

.chat .chat-message .btn-send {
  float: right;
  color: #f2f5f8;
  text-transform: uppercase;
  cursor: pointer;
  background: #7952b3;
  border-color: #583c81;
}

.chat .chat-message .btn-send:hover {
  background-color: #432c64;
}

.btn-wait {
  color: #fff !important;
  background-color: orange !important;
  border-color: orange !important;
}
.btn-wait:hover {
  background-color: rgb(226, 150, 8) !important;
}
.btn-red {
  color: #fff !important;
  background-color: red !important;
  border-color: red !important;
}
.btn-red:hover {
  background-color: rgb(134, 2, 2) !important;
}
.hover {
  margin-bottom: unset;
  margin-top: 4px;
}
.trigger-btn {
  margin-top: unset;
  margin-bottom: unset;
}
.online,
.offline,
.me {
  margin-right: 3px;
  font-size: 10px;
}

.online {
  color: #b4a0d1;
}

.offline {
  color: #e38968;
}

.me {
  color: #7952b3;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.float-right {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.popup-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

/* Popup content styles */
.popup-content {
  text-align: center;
}

/* Style the success message */
#success-message {
  font-weight: bold;
  color: green;
}
#background-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the transparency as needed */
  display: none; /* Initially hidden */
  z-index: 999; /* Ensure it's above other content */
}
.modal-dialog {
  width: 400px;
  margin: 30px auto;
}
#popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  padding: 100px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

/* Popup content styles */
#popup-content {
  text-align: center;
}

/* Style the success message */
#success-message {
  font-weight: bold;
  color: green;
}
.modal-confirm {
  color: #636363;
  width: 325px;
}
.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}
.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}
.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}
.modal-confirm .form-control,
.modal-confirm .btn {
  min-height: 40px;
  border-radius: 3px;
}
.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -5px;
}
.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}
.modal-confirm .icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #82ce34;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
  font-size: 58px;
  position: relative;
  top: 3px;
}
.modal-confirm.modal-dialog {
  margin-top: 80px;
}
.modal-confirm .btn {
  color: #fff;
  border-radius: 4px;
  background: #82ce34;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border: none;
}
.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
  background: #6fb32b;
  outline: none;
}
.trigger-btn {
  display: inline-block;
  /* margin: 100px auto; */
}
.tab {
  border-radius: 5px;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  overflow: hidden;
  /* background-color: #7952B3; */
  opacity: 0.7;
}
a {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 14px;
  /* color:#000 !important; */
}

#search input[type="text"]:focus {
  outline: none;
}

.button:hover {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.7),
    rgba(121, 82, 179, 0.5)
  );
  color: #7952b3;
}

.button {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border-radius: 5px;
  border-right: 1px solid #7952b3;
}

.pagination button.active {
  background-color: #aaaaaa;
  color: #000;
}

.tab button:hover {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.7),
    rgba(121, 82, 179, 0.5)
  );
  color: #7952b3;
}

.tab button.active {
  background-color: #7952b3;
  color: white;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

table {
  width: 100%;
}

.btn-discussion {
  margin-bottom: 5px;
}

.titles button {
  margin-bottom: 5px;
  border: none;
  padding: 10px 100px;
  background-color: #3a3e48;
  opacity: 0.9;
  color: #fff;
}

.titles {
  display: table-caption;
}

.pagination {
  border: none;
  color: #fff;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 12px;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 5%;
  float: right;
}

.pagination button {
  border: none;
  background: #7952b3;

  color: #fff;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 12px;
}

th {
  border-top: 1px solid #7952b3;
  border-bottom: 1px solid #7952b3;
  padding: 10px;
  font-weight: 500;
}

td {
  padding: 10px;
}

i {
  color: #7952b3;
}

.tab-menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tab-item a {
  text-decoration: none;
  color: #000;
  /* Default text color */
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.tab-item.active a {
  color: #7952b3;
  /* Active tab text color */
  border-bottom: 2px solid #7952b3;
  /* Active tab underline color */
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .tab-pane.active {
  display: block;
}

/* #{
float:inline-end;
} */

.header {
  padding: 20px 30px;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.pro_sec {
  float: right;
}

.clear {
  clear: both;
}

.top {
  margin: 0px;
  padding: 0px;
}

.dropbtn {
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn span {
  vertical-align: middle;
  font-size: inherit;
}

.dropbtn a:hover {
  text-decoration: none;
  /* Remove underline */
}

.dropdown {
  position: relative;
  display: inline-block;
  /* float: right; */
  margin-right: 0px !important;
  padding: 3px;
}

.dropdown-content {
  right: 0;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 30px;
}

.dropdown-content a {
  color: black;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content li {
  list-style: none;
}

.dropdown-content a:hover {
  text-decoration: done;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.searchTerm:focus {
  outline: none;
}

.wrap {
  width: 100%;
}

.search {
  display: flex;
}

.search-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 5px;
  width: 95%;
}

.searchTerm {
  border: none;
  height: 100%;
  width: 100%;
}

.searchButton {
  border: none;
  background: none;
}

.buy {
  float: right;
  background: #7952b3;
  margin-top: 27px;
  border-radius: 25px;
  color: white;
  border: none;
  padding: 10px 20px;
  animation: blinkBackground 2s infinite alternate,
    blinkText 2s infinite alternate;
}

.buy:hover {
  color: #000 !important;
}
.notify1 {
  position: absolute;
  padding: 5px 10px;
  border-radius: 50%;
  background-color: red;
  color: white;
  top: 7px;
  left: 354px;
}
.notify {
  position: relative;
}

.notify .circle {
  position: absolute;
  top: 23px;
  right: -5px;
  width: 20px;
  height: 20px;
  background-color: green;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

    .step-box {
        display: flex;
        align-items: center;
        border: 1px solid #7952b396;
        box-shadow: #7952b396 0px 30px 60px -45px inset, #7952b300 0px 18px 36px -8px inset;
        border-radius: 4px;
        overflow: hidden;
        background: linear-gradient(to right, #fff, #f4f7fd);
        /* light gradient background */
        transition: 0.3s;
        text-align: left;
        max-width: 420px;
        /* wider than default */
        margin: 0 auto;
    }

    .headig-step {
        color: #5d467e;
        font-weight: 600;
    font-size: 26px;
    }

    .step-box:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        box-shadow: #7952b396 0px 30px 60px -45px inset, #7952b300 0px 18px 36px -8px inset;
    }

    .step-number {
        background-color: #5d467e;
        color: #fff;
        font-weight: bold;
        padding: 10px 15px;
        font-size: 14px;
        min-width: 50px;
        text-align: center;
    }

    .step-text {
        flex: 1;
        padding: 0px 14px;
        font-size: 15px;
        color: #5d467e;
        font-weight: 500;
    }

    .main-step-conatiner {
        width: 97%;
        margin: 0 auto;
    }

@keyframes blinkBackground {
  0%,
  100% {
    background-color: #7952b3;
  }

  50% {
    background-color: #301934;
  }
}

@keyframes blinkText {
  0%,
  100% {
    color: white;
  }

  50% {
    color: white;
  }
}

#addDiscussionBtn {
  transition: background-color 0.3s ease-in-out;
}

#addDiscussionBtn:hover {
  background-color: #6b479f;
}

#addDiscussionBtn:hover span i {
  color: #000;
}
.custom-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 1000;
}

.custom-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 400px;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}


