.pagination {
  list-style: none;
}
.chat-sec {
  width: 75% !important;
  padding: 35px 10px;
}
.view_tbl {
  margin-top: 15px;
  margin-bottom: 15px;
}

.table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.view-label {
  border-bottom: 3px solid #32a850;
  display: inline-block;
  padding-bottom: 3px;
  width: fit-content;
  font-weight: 600;
}
/* .dataTables_wrapper {
  margin-top:-40px;
} */
.group_ttl {
  font-size: 20px;
  text-transform: capitalize;
}
.add_sec {
  text-align: right;
}
.no-gutters {
  /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
  border: 1px solid #ccc;
  border-radius: 5px;
}

.card-imgsec {
  text-align: center;
  padding: 20px;
}
.card-imgsec img {
  height: 100px;
  width: 100px;
}
.error-message {
  color: red;
}
.view_sec {
  /* margin:0 auto; */
  margin: 10px;
}
/* .view_tbl{width:80%;margin:0 auto;} */
.view_tbl th {
  width: 15%;
}
.heading {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #000080;
  font-weight: 600;
}

.button-container {
  display: flex;
  gap: 10px; /* Space between buttons */
  margin-top: 10px;
}

.note-submit-btn,
.note-back-btn {
  padding: 8px 16px;
  font-size: 13px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 10px;
}

.note-submit-btn {
  background-color: #28a745;
  color: white;
}

.note-back-btn {
  background-color: #dc3545;
  color: white;
}

.note-submit-btn:hover {
  background-color: #218838;
}

.note-back-btn:hover {
  background-color: #c82333;
}
.success_msg {
  color: green;
  font-style: italic;
  text-align: center;
}
/* Style for DataTable */
#contactsTable {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.note-form {
  padding: 20px 0px 0px 10px;
}

.note-label {
  font-weight: bold;
  display: block;
  /* margin-bottom: 15px; */
  font-size: 15px;
}
/* .ml-auto{
margin-top: 10px !important;
} */
.note-textarea {
  width: 100%;
}

.note-submit-btn {
  background-color: #28a745;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
  margin-top: 10px;
}

.note-submit-btn:hover {
  background-color: #218838;
}

#contactsTable thead {
  background-color: #d6eedc; /* Green Header */
  color: #fff;
  text-align: left;
}

#contactsTable th,
#contactsTable td {
  color: gray;
  text-align: center;
  padding: 12px;
  border-bottom: 1px solid #ddd;
}

#contactsTable tbody tr:nth-child(even) {
  background-color: #f8f9fa; /* Light grey alternate rows */
}

#contactsTable tbody tr:hover {
  background-color: #e9ecef; /* Row hover effect */
}

/* Pagination Styling */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 5px 10px;
  margin: 2px;
  border-radius: 5px;
  background-color: #28a745;
  color: white !important;
  border: none;
  cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #218838;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 4px;
}

.dataTables_wrapper .dataTables_filter input:focus {
  border-color: #28a745;
  outline: none;
  box-shadow: 0px 0px 5px rgba(40, 167, 69, 0.5);
}

.clear {
  clear: both;
}
.notes_tbl {
  width: 70%;
  float: left;
  margin: 20px;
}
.notes_tbl1 {
  float: left;
  margin: 20px;
}
.pagination li {
  border-bottom: none;
}
.afterlogin-greenbox {
  margin-top: 0px;
  border: 1px solid #32a850;
  padding: 20px;
  text-align: left;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  /* margin-left: 10px; */
  border-radius: 10px;
}
.psd_sec {
  justify-content: center;
  text-align: center;
}
.step_sec {
  text-align: -webkit-center;
}
.container {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}

.steps-section {
  text-align: center;
}
.afterlogin-bluebox {
  margin-top: 0px;
  /* margin-left: 10px; */
  border: 1px solid #1c52b5;
  padding: 20px;
  text-align: center;
  font-size: 28px;
  color: #1c52b5;
  border-radius: 10px;
  /* line-height: 36px;
  margin-bottom: 30px; */
}
#profileform {
  margin: 0 auto;
  text-align: center;
  width: 75%;
  margin-top: 32px;
}
#profileform p {
  font-size: 17px;
}

.tab-links .active a {
  background-color: #2834a7 !important;
  /* opacity: 0.7; */
  color: white;
  box-shadow: 0 6px 6px hsl(0deg 0% 0% / 0.3);
}
.tabs {
  margin-bottom: 20px;
  text-align: center; /* Center the tabs */
}
.post ul li {
  margin-right: 5px;
  display: inline-block;
}
.grayborder {
  border: 1px solid #d7d9db;
  border-radius: 5px;
}
.p15 {
  padding: 15px;
}
ul {
  list-style-type: none;
  padding: 0; /* Optional: Removes left padding */
  margin: 0; /* Optional: Removes default margins */
}
/* img {
  width: 100%;
} */

.tab-links {
  list-style: none;
  padding: 0;
  display: inline-block; /* Center the list */
}

.tab-links li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.tab-links a {
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #32a850;
  color: #fff;
}
/* .tab-links a:hover {
  background-color: #000;
  opacity: 0.7;
  color: white;
} */
.tab-content .tab {
  display: none;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.tab-content .tab.active {
  display: block;
}
.imgspace img {
  width: 25%;
}
.error {
  color: red;
  font-size: 14px;
  width: 100%;
}

.nohover {
  pointer-events: none;
}

input[type="text"] {
  color: #272727;
  padding: 7px 15px;
  width: 100%;
  font-size: 14px;
}

text {
  font-size: 16px;
  color: #535353;
  line-height: 1.6em;
  font-weight: 400;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans";
}

.backbutton1 {
  color: #fff;
  position: absolute;

  right: 2%;
  bottom: 112%;
}

.dropdownContainer {
  position: relative;
}

.dropdown-toggle {
  cursor: pointer;
}

ul.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: -101px;
  min-width: 500px;
  text-align: left;
  padding: 0;
  border: 1px solid #32a850;
  border-radius: 0 0 0.2em 0.2em;
  background: #fff;
  z-index: 9999;
}

/* up arrow*/
ul.dropdown:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 377px;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: rgba(115, 187, 22, 1) transparent;
}

ul.dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 379px;
  border-width: 0 8px 7px 7px;
  border-style: solid;
  border-color: #fff transparent;
}

ul.dropdown li {
  display: block;
  padding: 5px;
  margin-right: 0px;
  list-style-type: none;
  border-top: 1px solid lightgrey;
}

ul.dropdown li:hover {
  background-color: #eee;
}

ul.dropdown li:first-child {
  list-style-type: none;
  border-top: none;
}

ul.dropdown .fa-circle {
  font-size: 15px;
  color: rgba(115, 187, 22, 1);
}

ul.dropdown li a {
  text-decoration: none;
  display: block;
  color: black;
}

@media (max-width: 992px) {
  .content {
    margin: 0;
    padding: 0;
  }
  #posting {
    margin-top: 40%;
  }

  /* #tabs {
    margin-top: 40%;
  } */
}
.profile-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #f9f9f9;
}

.profile-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.profile-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #858796;
  object-fit: cover;
  margin-bottom: 15px;
}

.profile-details h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 10px 0;
  color: #333;
}

.profile-details .email {
  font-size: 1rem;
  color: #666;
  margin: 5px 0;
}

.profile-details .description {
  font-size: 0.9rem;
  color: #555;
  margin: 10px 0 0;
}
.profile-card {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.edit-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #1c52b5;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.edit-icon:hover {
  background-color: #0056b3;
}

.edit-icon i {
  font-size: 16px;
  color: #fff;
}

.err {
  text-align: center;
  color: red;
  font-weight: 600;
}
.mlt_logo {
  text-align: center;
}
.mlt_logo {
  margin: 36px 0px;
}
.mlt_logo img {
  width: auto;
}
.steps-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  margin-top: 30px;
}

.steps-container {
  /* display: flex; */
  justify-content: center;
}

.step-item {
  margin-top: 20px;
  display: flex;
  border: 2px solid #337bb6;
  border-radius: 50px;
  padding: 10px 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.step-item:hover {
  transform: scale(1.05);
}

.step-number {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: radial-gradient(circle, #fff 35%, rgb(220, 239, 254) 0%);
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: #337bb6;
}

.step-text {
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  line-height: 45px;
  color: #337bb6;
  margin-left: 10px;
}

.posts {
  background-color: #ffffff;
  /* padding: 15px; */
}

/* Title styling */
.posts h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

/* Line below title */
.title-line {
  border: none;
  border-top: 2px solid #6fa2cd; /* Blue color for the line */
  margin: 10px 0;
}

/* List styling */
.posts ul {
  list-style-type: disc;
  margin: 0;
  padding-left: 20px;
}

.posts ul li {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #5a8db8;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  line-height: 26px;
  cursor: pointer;
  font-size: 16px;
}

/* Hover effect on list items */
.posts ul li:hover {
  text-decoration: underline;
  color: #0056b3; /* Slightly darker blue for hover */
}

body {
  height: 100%;
  width: 100%;
}
.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;
  padding: 0px !important;
}

@media (max-width: 600px) {
  .logo img {
    padding: 0px !important;
  }
  .table-header .but-new{
    margin-bottom:30px;
  }
}

/* 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 {
  line-height: 30px;
  padding: 10px;
}
/* i {
  color: #1A4FB7;
} */
.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: 10px;
  text-align: center;
  cursor: pointer;
}
.custom-file-upload:hover {
  background-color: #f2f2f2;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.container {
  justify-content: center !important;
  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: 0.8rem; */
  /* 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;
  text-transform: capitalize;
}

.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;
}

.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;
}

@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;
}
.aster {
  color: red !important;
}

.paragraph {
  width: 100%;
  height: 200px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  /* margin-left: 15px;
  margin-right: 15px; */
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: white;
  color: #092063;
  /* padding: 20px 20px; */
  border-radius: 10px;
  line-height: 30px;
}
.banner-slider {
  width: 100%;
  /* max-width: 1200px; */
  margin: auto;
}

.banner-slider img {
  width: 100%;
  /* height: auto; */
  display: block;
  opacity: 1;
}
.img_opacity {
  display: block;
  width: 100%;
  filter: brightness(67%);
}
.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* font-weight: bold; */
  width: 90%;
  text-align: justify;
  color: #ffffff;

  border-radius: 10px;
  line-height: 30px;
}
.tx_opacity {
  margin-top: 4px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
}
/*---------*/
.example1 {
  /* float: left; */
  position: relative;
  z-index: 1;
  display: flex;
  width: 450px;
  /* margin-left: -128px; */
}
@media (max-width: 600px) {
  .example1 {
    width: 100% !important;
  }
}

#location {
  height: 48px;
  width: 48%;
  border: 2px solid #d7d9db;
  margin-top: 20px;
  padding-left: 10px;
}
.search_bar {
  padding: 8px;
  font-size: 17px;
  border: 2px solid #d3d3d3;
  float: left;
  width: 100%;
  background: white;
  margin-top: 20px;
}
input,
textarea {
  display: inline-block;
  font-size: 14px !important;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  resize: none;
  padding: 7px 15px !important;
  line-height: 22px;
}
.search_icon {
  float: left;
  width: 20%;
  padding: 10px;
  color: black;
  font-size: 17px;
  border: 2px solid #d3d3d3;
  border-left: none;
  margin-top: 20px;
  cursor: pointer;
  background: #cbcbcb none repeat scroll 0 0;
}
button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  /* padding: 0; */
  background: transparent;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.fa-search:before {
  content: "\f002";
}
.social {
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: #1c52b5;
}
.sec-title h2 {
  cursor: pointer;
  position: relative;
  font-size: 22px;
  margin-bottom: 40px;
  text-transform: capitalize;
  color: black;
  font-weight: 700;
}
.sec-title h2.left:before {
  position: absolute;
  content: "";
  background: #32a850;
  width: 50px;
  height: 3px;
  left: 0px;
  bottom: -15px;
}
.input {
  border: 1px solid #d7d9db;
  -webkit-border-radius: 0 !important;
  color: #5d5d5d !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  color: inherit;
  font-size: 14px;
  height: 45px;
  vertical-align: middle;
  padding: 10px 15px;
  transition: border-color 0.15s ease-in-out 0 box-shadow 0.15s ease-in-out 0;
  -webkit-writing-mode: horizontal-tb;
  background: none;
}
.g-b {
  border: 1px solid #1c52b5;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  background-color: #1c52b5;
  margin-bottom: 5px;
  font-size: 14px;
}
.g-b:hover {
  border: 1px solid #1c52b5;
  color: #1c52b5 !important;
  background-color: #fff;
}
.buttong {
  border: 1px solid #1c52b5;
  color: #fff !important;
  text-transform: uppercase;
  padding: 6px 10px;
  background-color: #1c52b5;
  margin-bottom: 5px;
  font-size: 14px;
  width: 130px;
  text-align: center;
  margin-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.buttong:hover {
  border: 1px solid #1c52b5;
  color: #1c52b5 !important;
  background-color: #fff;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
.chat-text {
  border: 1px solid #b2beb5 !important;
  border-radius: 10px;
  width: 1080px;
}
.chat-send {
  padding: 0;
  margin-top: 4px;
  float: left;
}

.col-xs-11 {
  width: 91.66666667%;
}
.fa-send:before {
  content: "\f1d8";
}
@media (min-width: 992px) {
  .col-md-1 {
    float: left;
  }
}
.scroller {
  line-height: 24px;
  height: 300px;
  overflow-y: scroll;
  scrollbar-width: thin;
  /* padding:15px; */
}
.pull-right {
  float: right !important;
}
.msd {
  line-height: 24px;
}
.for {
  width: 1300px;
  margin-left: 9px;
}
.col-md-11 {
  float: left;
}
.test {
  /* margin: 0; */
  margin-left: -9px;
}
/* .ige{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
} */
.fa-comment-dots {
  margin-right: 2px;
}
.container.cls {
  margin: 0px;
}
p.post-desc {
  margin: 8px;
}
.row.code {
  display: block;
  margin: 0 auto;
}
.guest {
  width: 10%;
  background-color: #1c52b5;
  padding: 10px 15px;
  margin: 22px 0px;
  color: #fff;
  border-radius: 5px;
}
img.res {
  width: 30%;
}
.custom-button {
  margin-top: 0px;
  background-color: #2834a7;
  color: #32a850;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
}

.custom-button:hover {
  background-color: #32a850 !important;
  color: #fff !important ;
}
.desc {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.news-container {
  padding-left: 15px;
}
.text-gray-600 {
  color: #858796 !important;
}
.freetrial-img {
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
}
.mltpower-img {
  text-align: left;
  padding-left: 10px;
  margin-top: 10px;
}
.m-0 {
  margin: 0px;
}
@media (max-width: 575px) {
  .freetrial-img {
    text-align: center !important;
  }
  .mltpower-img {
    text-align: center !important;
    margin-top: 15px !important;
  }
}
@media (max-width: 991px) {
  .logo {
    padding-left: 30px;
  }
  .navbar-nav li {
    padding-left: 10px;
  }
  .imgspace img {
    width: 50% !important;
  }
}
.btn-outline-success:hover {
  color: #ffffff !important;
  background-color: #32a850 !important;
  border-color: #32a850 !important;
}

/*contact*/
.table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.table-header {
  margin-left: 10px;
}
/* #contactsTable_wrapper {
  margin-left: 10px;
} */
.odd {
  background-color: #eaeaea !important;
}
table.dataTable.display tbody tr.odd > .sorting_1 {
  background-color: #eaeaea !important;
}
.text-primary {
  color: #1c52b5 !important;
}
table.dataTable.no-footer {
  border-bottom: none !important;
}
.table-responsive {
  
  display: table !important;
}
@media (max-width: 772px) {
  .con_box {
    margin-top: 20px;
  }
}

@media (max-width: 420px) {
  .table-header .but-new{
    margin-bottom:30px;
  }
  .table-responsive {
    margin-left: 0px !important;
  }
  .con_box {
    margin-left: 0px !important;
  }
  .table-header {
    flex-direction: column;
  }
  .border-success {
    margin-bottom: 20px;
  }
  .container {
    max-width: none !important;
  }
  #contactsTable_wrapper {
    margin-left: 0px !important;
  }
  .table-responsive {
    display: block !important;
  }
}
.sidebar {
  margin-bottom: 10px !important;
  min-height: 0px !important;
}

.btn-success:hover {
  border-color: #32a850 !important;
}
.btn-outline-success {
  color: #32a850 !important;
  border-color: #32a850 !important;
}
.but-new {
  color: #32a850;
  border: 1px solid #32a850 !important;
  padding: 12px 15px;
  background-color: #fff;
  border-radius: 5px;
  /* margin-bottom: 10px; */
  font-size: 14px;
  
}
.but-new:hover {
  color: #fff !important;
  background-color: #32a850 !important;
}
.disabled-button {
  background-color: #d3d3d3; /* Light gray */
  color: #666; /* Dark gray */
  cursor: not-allowed;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
}
/* .no-gutters {
  margin: 10px 0px 0px 10px !important;
} */
.but-newdisabled {
  color: #ffffff;
  border: 1px solid gray;
  padding: 12px 15px;
  border-radius: 5px;
  background-color: gray;
}
.but-newdisabled:hover {
  color: #ffffff;
}
/*side bar*/
.sidebar {
  float: left;
  width: 100% !important;
  transition: all 0.5s ease;

  background: linear-gradient(to bottom, #e8edf7, #ffffff);
}

.sidebar ul a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 65px;
  font-size: 15px;
  color: #1c52b5; /* Text color blue */
  padding-left: 20px;
  box-sizing: border-box;
  border-bottom: 1px dotted; /* Blue dotted line */
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.4s;
  /* Background color */
}
.sidebar ul a .shadow {
  background-color: #f9f9f9;
}
.sidebar ul li:hover a {
  padding-left: 10px;
}

.sidebar ul a i {
  color: #1c52b5; /* Icon color blue */
  margin-right: 11px;
}

.sidebar ul .current a,
.sidebar ul .current a i {
  color: #32a850 !important; /* Text and icon color green for current page */
}

@media (max-width: 992px) {
  .sidebar {
    float: none;
  }
}
/* Mobile View (Screens smaller than 576px) */
@media (max-width: 576px) {
  .sidebar {
    margin-bottom: 40px !important;
    min-height: auto;
    height: auto;
    width: 100% !important;
  }
}

.pagination {
  border: none;
  color: #fff;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 12px;
  margin: 0 auto;
  margin-top: 2% !important;
  display: flex !important;
  justify-content: center !important;
}
.img-responsive {
  width: 100%;
}
.justify-center {
  align-items: center;
}

div#user-selection {
  line-height: 27px;
}
.login{
  border:1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  margin: 69px 0px;
}
.private{
  border:1px solid #1c52b5;
  border-radius: 10px;
  padding: 20px;
  margin: 150px 0px;
}
@media (max-width:991px){
  .private{
    margin: 30px 0px !important;
  }
  
}
/*view dashbord page*/
.steps {
  font-weight:600;
   font-size: 30px;
   line-height: 36px;
   color: #000080;
   
}
@media (min-width: 1200px) {
  
  .left-float {
      float: left;
  }
  .right-float {
      float: right;
  }
  .inline-block {
      display: inline-block;
  }
}
/*free page*/
.container {
  flex: 1;
  /* Ensures this takes up remaining space */
}

.content1 {

  min-height: calc(106vh - 250px);
}

@media (max-width: 992px) {
  .content1 {
      margin: 0;
      padding: 0;
      min-height: calc(106vh - 250px);
  }
}
.but-new1 {
  color: #32a850;
  border: 1px solid #32a850 !important;
  padding: 3px 15px;
  background-color: #fff;
  border-radius: 5px;
  /* margin-bottom: 10px; */
  font-size: 14px;
  
}
.but-new1:hover {
  color: #fff !important;
  background-color: #32a850 !important;
}
h4 {
  font-family: 'Roboto', sans-serif;
}