@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body,
html {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #21272a;
  font-weight: 400;
  background-color: #f2f4f8;
  /* overflow-x: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

a {
  color: #21272a;
}

a:hover {
  text-decoration: none;
  color: #0046bf;
}

:focus {
  outline: none !important;
}

.menu_btn {
  display: none;
}

p {
  font-size: 16px;
  color: #21272a;
}

h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 54px;
  color: rgba(49, 50, 72, 1);
}

h2 span {
  color: #0046bf;
}

h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: rgba(49, 50, 72, 1);
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  text-decoration: none;
}

.form-control,
.form-select {
  padding: 16px 16px 16px 16px;
  background: rgba(242, 244, 248, 1);
  border-radius: 5px;
  border: 0;
  color: #000;
}

.form-control::placeholder {
  color: #000;
}

/* Custom scrollbar */
.main ::-webkit-scrollbar,
html ::-webkit-scrollbar {
  width: 5px;
}

.main ::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
  border-radius: 10px;
}

.main ::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
  background: #0046bf;
  border-radius: 10px;
}

.main ::-webkit-scrollbar-thumb:hover,
html ::-webkit-scrollbar-thumb:hover {
  background: #0046bf;
}

.left {
  scrollbar-width: none;
}

.logo img {
  max-width: 100%;
  height: auto;
}

.left::-webkit-scrollbar {
  display: none;
}

.left::-webkit-scrollbar-track {
  border-radius: 0px;
}

.btn {
  border-radius: 0px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.logo.text-center.py-4 {
  padding: 3rem 0 !important;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0046bf;
  --bs-btn-border-color: #0046bf;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0046bf;
  --bs-btn-hover-border-color: #0046bf;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0046bf;
  --bs-btn-active-border-color: #0046bf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0046bf;
  --bs-btn-disabled-border-color: #0046bf;
  background-color: #0046bf !important;
  color: #fff !important;
}

.btn-outline-primary {
  --bs-btn-color: #0046bf;
  --bs-btn-border-color: #0046bf;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0046bf;
  --bs-btn-hover-border-color: #0046bf;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0046bf;
  --bs-btn-active-border-color: #0046bf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0046bf;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0046bf;
  --bs-gradient: none;
}

.btn-secondary {
  --bs-btn-color: #0046bf;
  --bs-btn-bg: #fdf025;
  --bs-btn-border-color: #fdf025;
  --bs-btn-hover-color: #0046bf;
  --bs-btn-hover-bg: #e7da0f;
  --bs-btn-hover-border-color: #e7da0f;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #0046bf;
  --bs-btn-active-bg: #e7da0f;
  --bs-btn-active-border-color: #e7da0f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0046bf;
  --bs-btn-disabled-bg: #fdf025;
  --bs-btn-disabled-border-color: #fdf025;
}

.btn-light {
  --bs-btn-color: #0046bf;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f2f4f8;
  --bs-btn-hover-color: #0046bf;
  --bs-btn-hover-bg: #f2f4f8;
  --bs-btn-hover-border-color: #f2f4f8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #0046bf;
  --bs-btn-active-bg: #f2f4f8;
  --bs-btn-active-border-color: #f2f4f8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0046bf;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

/* body{
    overflow: hidden;
} */
/* .main {
    height: calc(100vh - 290px);
    overflow: scroll;
    display: flex;
    padding-bottom: 0;
} */
.left {
  width: 256px;
  height: calc(100% - 0px);
  min-width: 256px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
  position: fixed;
  transition: all 0.5s;
  /* box-shadow: 0px 5px 25px 0px #0000001F; */
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: rgba(221, 225, 230, 1);
}

.footer.pt-5 {
  padding-top: 1rem !important;
}

.main {
  height: 100%;
  position: relative;
  z-index: 1;
}

.right {
  transition: all 0.5s;
  margin-left: 256px;
  height: calc(100vh - 175px);
  height: 100%;
  /* height: calc(100vh - 174px); */
  position: relative;
  z-index: -1;
}

.top_header {
  border-bottom: 1px solid rgba(222, 222, 222, 1);
  position: sticky;
  top: 0;
  background: rgba(242, 244, 248, 1);
  padding: 25px 35px 15px;
  z-index: 20;
  min-height: 127px;
}

header.header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #f2f4f8;
}

.right_wrapper {
  padding: 25px 35px 25px;
  height: 100%;
}

.tab-content {
  /* height: 100%; */
}

.top_header .usr_img img {
  width: 70px;
  height: 70px;
  border: 3px solid rgba(255, 255, 255, 1);
  object-fit: cover;
  border-radius: 50%;
}

.left ul li a {
  background: #fff;
  color: #3a3b7b;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.left ul li a span {
  display: inline-block;
  width: 17px;
  height: 15px;
  background: rgba(217, 217, 217, 1);
}

.left ul li a.active {
  text-decoration: none;
  color: #0046bf;
}

.left ul li a.active::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: rgba(0, 70, 191, 1);
  right: -16px;
  top: 0;
}

header,
footer {
  display: none;
}

.left ul li a.active svg path {
  stroke: #0046bf;
}

.left ul li a.active span {
  background: #0046bf;
}

.left p {
  font-size: 14px;
  font-weight: 500;
  /* line-height: 50px; */
  color: #0046bf;
  margin-bottom: 0;
  background: #feee1f;
  padding: 5px 30px;
}

/* Right block css */

.card_wrapper {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
  border-radius: 4px;
}

.card_wrapper.row {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px;
}

._card {
  background: rgba(242, 244, 248, 1);
  border-radius: 4px;
  /* position: relative; */
  /* z-index: 11; */
}

.union,
.card_heading {
  color: #0046bf;
  margin-bottom: 10px;
}

.value {
  background: rgba(242, 244, 248, 1);
  padding: 16px 24px 16px 24px;
  gap: 10px;
  border-radius: 4px 0px 0px 0px;
  color: rgba(91, 92, 97, 1);
}

.value {
  color: #5b5c61;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

div.input select {
  /* max-width: 200px; */
  width: 100%;
  margin: 24px 0;
  background: rgba(255, 255, 255, 1);
  border: 0;
  padding: 10px 20px;
  background-image: url(../admin-images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 94% center;
}

div.input select:focus {
  background: rgba(255, 255, 255, 1);
}

h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 19.8px;
}

._card .table tbody tr:last-child,
._card .table tbody tr:last-child td {
  border: 0;
}

._card .table tbody tr td:last-child {
  width: 100px;
  text-align: right;
}

.value span {
  font-size: 15px;
  font-weight: 400;
  line-height: 16.5px;
  color: #5c5c5c;
}

.total_organizer {
  max-width: 220px;
}

.total_organizer h6 {
  margin-bottom: 0;
  color: #000000;
}

.total_organizer p {
  margin-bottom: 0.5rem;
  color: #000000;
}

.filter {
  width: 100%;
}

.filter .form-control {
  padding-left: 50px;
}

.filter i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
  height: fit-content;
  font-size: 20px;
  color: rgba(0, 70, 191, 0.46);
}

.organizer_list .table {
  border: 1px solid rgba(221, 225, 230, 1);
}

.table thead tr th {
  background: rgba(0, 70, 191, 1);
  padding: 15px;
  color: #fff;
}

.table tbody tr td {
  background: #fff;
  padding: 15px;
}

/* .organizer_list .table thead tr th:first-child{
    width: 50px;
} */
.warrning_toggle .form-check-input[type="checkbox"] {
  border-radius: 0.25em;
  border: 1px solid #121619;
  background-color: transparent;
  border-radius: 0;
}

.warrning_toggle .form-check-input:checked {
  /* background-color: #fff;  */
  border: 1px solid #0046bf;
}

.warrning_toggle .form-check-input:checked[type="checkbox"] {
  background-image: url(../admin-images/check.svg);
  background-repeat: no-repeat;
}

.form-check-input:focus {
  box-shadow: none;
}

.form-label {
  margin-bottom: 12px;
  color: #0046bf;
}

.admin_access {
  height: 50px;
}

.admin_access .form-check-input {
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #bebebe;
}

.admin_access .form-check {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.inputRemove {
  color: #000000;
  border: 0;
  background-color: transparent;
  font-size: 20px;
}

.note {
  background-color: rgba(0, 70, 191, 0.1);
  padding: 14px 25px;
  margin-top: 24px;
  color: #000000;
  border-radius: 4px;
}

/* custom file upload box */
.file_upload {
  position: relative;
}
#drop_zone {
  width: 100%;
  /* height: 100px; */
  /* border: 1px solid #E0E0E0; */
  display: flex;
  background-color: rgba(0, 70, 191, 0.1);
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ccc;
  cursor: pointer;
  margin: 50px auto 0;
  flex-direction: column;
  gap: 15px;
  padding: 30px;
  min-height: 190px;
}

#drop_zone span {
  color: #21272a;
}

.file_upload input[type="file"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
  width: 0;
  height: 0;
}

#select_file {
  background: transparent;
  padding: 6px 30px;
  border: 0;
  color: #000 !important;
  text-transform: uppercase;
}

.modal-title.text-center {
  font-family: Roboto;
  font-size: 25px;
  font-weight: 700;
  line-height: 27.5px;
  text-align: left;
}

.download-template a {
  color: #0f62fe;
  text-decoration: underline;
}

.download-template h1 {
  font-size: 25px;
  font-weight: 700;
}

.rep_cards {
  gap: 15px;
}

.rep_card {
  max-width: calc(25% - 10px);
  width: 100%;
}

.rep_cards .rep_card:not(:last-child) {
  border-right: 1px solid rgba(221, 225, 230, 1);
}

.rep_cards .rep_card:last-child .union {
  font-weight: 700;
  color: #000;
}

.seprator {
  border-top: 1px solid rgba(217, 217, 217, 0.8);
  margin: 30px 10px 45px;
}

.sidebar_cetegory {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.12em;
  text-align: left;
  color: rgba(58, 59, 123, 1);
  padding: 0 10px 12px;
  text-transform: uppercase;
}

.task,
.issues {
  border: 1px solid rgba(221, 225, 230, 1);
  background: rgba(242, 244, 248, 1);
  height: 100%;
}

.task h6,
.issues h6 {
  background: rgba(0, 70, 191, 0.13);
  border-radius: 4px 4px 0 0;
  padding: 15px;
  margin-bottom: 0;
}

.workplace .table tbody tr td {
  background: rgba(242, 244, 248, 1);
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.workplace .table tbody tr td:last-child {
  text-align: right;
}

.pricing h6 {
  background: rgba(254, 238, 31, 1);
  border-radius: 4px 4px 130px 0px;
  width: fit-content;
  padding: 20px 40px 20px 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24.2px;
}

.pricing h6 img {
  width: 50px;
  height: 50px;
}

.price_block .value {
  background: radial-gradient(
    62.56% 62.56% at 50.99% 57.03%,
    rgba(255, 255, 255, 0.11) 0%,
    rgba(12, 101, 255, 0.11) 100%
  );
  padding: 13px;
  border-radius: 50px;
  font-family: Roboto;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.pricing ._card::after {
  background: url(../admin-images/card_vector.png) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  background-size: 100% 100%;
  pointer-events: none;
}

.addmore {
  background: rgba(254, 238, 31, 1);
  padding: 14px 24px 14px 24px;
  gap: 10px;
  border-radius: 50px;
  color: rgba(0, 0, 0, 1);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
  border: 0;
  text-transform: uppercase;
}

.inputRemove {
  background: rgba(0, 70, 191, 1);
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}

.radio-group {
  display: flex;
}

.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.custom-radio input[type="radio"] {
  display: none;
}

.radio-button {
  width: 20px;
  height: 20px;
  border: 2px solid #0046bf;
  border-radius: 50%;
  display: inline-flex;
  position: relative;
  margin-right: 10px;
  transition: background 0.3s ease;
}

.custom-radio input[type="radio"]:checked + .radio-button {
  background-color: #fff;
  border-color: #0046bf;
}

.radio-button::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0046bf;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
}

input[type="radio"]:checked + .radio-button::after {
  transform: translate(-50%, -50%) scale(1);
}

button.btn-close.ms-0 {
  position: absolute;
  right: -5px;
  top: -5px;
  background: rgba(0, 70, 191, 1);
  color: #fff;
  border-radius: 50%;
  opacity: 1;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.top_header .btn_block a i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #0046bf;
  border-radius: 50%;
  margin-right: 10px;
}

.form-select {
  background-image: url(../admin-images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 94% center;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  background-color: #f2f4f8;
}

.left ul.system li a.active svg path {
  fill: none;
  stroke: #0046bf;
}

/*.left ul:last-child li:last-child a {
  color: rgba(255, 2, 2, 1);
}*/
#logout-link {
  color: rgba(255, 2, 2, 1);
}

.nav-tabs .nav-link {
  flex-grow: 1;
  border: 1px solid rgba(0, 70, 191, 1);
  border-radius: 0;
  color: rgba(0, 70, 191, 1);
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  padding: 18px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: rgba(0, 70, 191, 1);
  color: #fff;
  border: 1px solid rgba(0, 70, 191, 1);
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: 1px solid rgba(0, 70, 191, 1);
}

.setting_card .heading {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  color: rgba(130, 130, 130, 1);
  margin-bottom: 8px;
}

.setting_value {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  text-align: left;
  color: #000;
}

.setting_card .logo {
  background: rgba(217, 217, 217, 1);
  padding: 15px 35px;
  border: 0;
  min-width: 135px;
  text-align: center;
}

.flag img {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  object-fit: cover;
}

.Plan h6 {
  background: rgba(254, 238, 31, 1);
  padding: 15px;
  text-align: center;
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
  text-transform: uppercase;
}

.Plan table tr td {
  padding: 15px 0;
}

.Plan table tr td:last-child,
.Plan table tfoot tr td {
  font-weight: 600;
}

.notic p {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: left;
  color: rgba(130, 130, 130, 1);
}

.billing_details .setting_card {
  margin-top: 0;
}

.delete_btn {
  border: 2px solid rgba(156, 156, 156, 1);
  background: rgba(156, 156, 156, 1);
  padding: 13px 30px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #fff;
}

.delete_account p {
  margin-bottom: 0;
  font-family: Roboto;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.5px;
}

.delete_account {
  padding: 24px;
  border: 1px solid rgba(221, 225, 230, 1);
}

.image_preview {
  background: rgba(242, 244, 248, 1);
  max-width: 253px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image_preview i {
  font-size: 30px;
}

.image_preview img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.image_btns button {
  padding: 10px;
}

.image_btns button:nth-child(2) {
  background: rgba(242, 244, 248, 1);
  border: 1px solid rgba(242, 244, 248, 1);
  color: rgba(33, 39, 42, 1);
}

.alert-success {
  background: rgba(217, 224, 236, 1);
  border: 0;
  border-radius: 0;
  border-left: 3px solid rgba(37, 162, 73, 1);
  color: rgba(33, 39, 42, 1);
  height: 48px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.alert-success i {
  color: rgba(37, 162, 73, 1);
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 2;
  padding: 0;
  bottom: 0;
  margin: auto;
}

.subscription_payment p {
  color: rgba(58, 59, 123, 0.6);
}

.plus_button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.plus_button .plus {
  background: #0046bf;
  width: 34px;
  height: 34px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip {
  position: absolute;
  bottom: 180%;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  background-color: rgba(0, 70, 191, 0.6);
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  border: 1px solid rgba(0, 70, 191, 1);
  width: 380px;
  padding: 15px;
}

.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  /* Adjust this value to position the arrow */
  left: 50%;
  transform: translateX(-50%);
  border-width: 14px;
  border-style: solid;
  border-color: #6690d9 transparent transparent transparent;
}

.tooltip-container:hover .tooltip {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.show_card {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(119, 204, 0, 1);
  border-radius: 4px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card_name span,
.card_holdername,
.card_expiry span {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  text-align: left;
  color: rgba(107, 107, 107, 1);
}

.card_name span:first-child {
  font-weight: 500;
  color: #000;
}

.card_name span:last-child {
  color: rgba(0, 70, 191, 1);
}

.card_expiry a {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  text-align: left;
  color: rgba(15, 98, 254, 1);
  padding: 0 8px;
}

.card_expiry a:not(:last-child) {
  border-right: 1px solid rgba(107, 107, 107, 1);
}

#add_card {
  background: rgba(254, 238, 31, 0.6);
}

#add_card i {
  background: rgba(0, 0, 0, 1);
  width: 34px;
  height: 34px;
  align-items: center;
  display: inline-flex;
  color: #fff;
  justify-content: center;
  border-radius: 50%;
}

.warrning_toggle {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(217, 217, 217, 1);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.warrning_toggle p {
  margin-bottom: 0;
}

.Download {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.2924528419971466px;
  color: rgba(69, 103, 167, 1);
  border: 1.17px solid rgba(15, 98, 254, 1);
  padding: 10px 25px;
}

.Pay {
  border: 1.17px solid rgba(0, 70, 191, 1);
  background: rgba(0, 70, 191, 1);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.2924528419971466px;
  padding: 10px 25px;
}

.Pay:hover {
  color: #fff;
}

.payment_history .table {
  margin-bottom: 0px;
  border: 1px solid rgba(221, 225, 230, 1);
}

.payment_history .table thead tr th:last-child {
  width: 200px;
}

table tbody tr td {
  vertical-align: middle;
  padding: 18px auto !important;
}

.Pending {
  background: rgba(253, 219, 202, 1);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  color: rgba(233, 113, 50, 1);
  padding: 6px 10px;
  border-radius: 30px;
}

.success {
  background: rgba(233, 243, 235, 1);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  color: rgba(83, 180, 98, 1);
  padding: 6px 10px;
  border-radius: 30px;
}

.failed {
  background: rgba(255, 200, 200, 1);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  color: rgba(234, 21, 21, 1);
  padding: 6px 10px;
  border-radius: 30px;
}

/* custom toggle button */
.on-off,
.plus-minus-icon,
.yes-no,
.yes-no-icon {
  display: inline-block;
  width: 60px;
  height: 26px;
  position: relative;
}

.on-off:before,
.on-off:after,
.plus-minus-icon:before,
.plus-minus-icon:after,
.yes-no:before,
.yes-no:after,
.yes-no-icon:before,
.yes-no-icon:after {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}

.on-off:before {
  content: "ON";
  left: 7px;
  bottom: 0px;
  font-size: 11px;
  /* color: #000; */
  font-weight: 500;
}

.on-off:after,
.plus-minus-icon:after,
.yes-no:after,
.yes-no-icon:after {
  content: "OFF";
  right: 5px;
  bottom: 0px;
  font-size: 11px;
}

.on-off input,
.plus-minus-icon input,
.yes-no input,
.yes-no-icon input {
  opacity: 0.5;
  margin-left: 10px;
}

.on-off input:checked + .slider,
.plus-minus-icon input:checked + .slider,
.yes-no input:checked + .slider,
.yes-no-icon input:checked + .slider {
  background: #0046bf;
}

.on-off input:checked + .slider:before,
.plus-minus-icon input:checked + .slider:before,
.yes-no input:checked + .slider:before,
.yes-no-icon input:checked + .slider:before {
  transform: translateX(-34px);
}

.on-off input:checked + .slider:before {
  transform: translateX(34px) !important;
}

.on-off .slider,
.plus-minus-icon .slider,
.yes-no .slider,
.yes-no-icon .slider {
  background: rgba(217, 217, 217, 1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  transition: 0.4s;
  border-radius: 30px;
}

.on-off .slider:before,
.plus-minus-icon .slider:before,
.yes-no .slider:before,
.yes-no-icon .slider:before {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  position: absolute;
  right: auto;
  top: 0;
  bottom: 0px;
  transition: 0.4s;
  border-radius: 50%;
  margin: auto;
  left: 0.5px;
}

.toggle-next {
  border-radius: 0;
}

label {
  cursor: pointer;
}

.ellipsis {
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.apply-selection {
  display: none;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}

.checkboxes {
  display: none;
  margin-top: 10px;
  background: #f2f4f8;
  padding: 24px 24px;
  border-radius: 4px;
}

.checkboxes .inner-wrap {
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.checkboxes .inner-wrap label {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between !important;
}

.checkboxes input[type="checkbox"],
.checkboxe input[type="checkbox"] {
  accent-color: #0046bf;
  width: 23px;
  height: 23px;
}

.edit_button {
  border: 2px solid rgba(192, 180, 14, 1);
  padding: 12px 20px;
  color: rgba(0, 0, 0, 1);
}

.delete_button {
  border: 2px solid rgba(15, 98, 254, 1);
  padding: 12px 20px;
}

#organiserlist_wrapper .dt-layout-row:first-child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

#organiserlist_wrapper .dt-layout-row:last-child {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

button.dt-paging-button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #0046bf;
}

.dt-paging-button.first,
.dt-paging-button.last {
  display: none;
}

.dt-paging.paging_full_numbers {
  display: flex;
  align-items: center;
  gap: 7px;
}

.dt-paging-button.previous,
.dt-paging-button.next {
  font-size: 30px;
}

.dt-paging-button.current {
  background: #0046bf;
  color: #fff;
}

.dt-layout-row.dt-layout-table .dt-layout-cell {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

input,
select.dt-input {
  padding: 10px;
  background: rgba(242, 244, 248, 1);
  border-radius: 5px;
  border: 0;
  color: #000;
}

.pricing .price_btn .btn {
  padding: 15px 15px;
}

@media (min-width: 576px) {
  .file_modal .modal-dialog {
    max-width: 487px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* new  */

@media (max-width: 1400px) and (min-width: 1201px) {
  nav#subnav{
    width: 46% !important;
  }
}

@media (max-width: 1200px) {
  .price_btn .btn {
    padding: 15px 13px;
  }

  .price_block .value {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 992px) {
  .top_header {
    height: auto;
    padding: 15px 20px 15px;
  }

  .right_wrapper {
    padding: 20px 20px 20px;
  }

  .left {
    left: -256px;
    z-index: 100;
  }

  .left.show {
    left: 0;
  }

  .right {
    margin-left: 0;
  }

  .menu_btn {
    display: inline-flex;
    border: 0;
    background-color: rgba(0, 70, 191, 1) !important;
    width: 40px !important;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 25px !important;
    color: #fff !important;
  }

  .menu_btn.close_btn {
    border-radius: 50%;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 25px !important;
    height: 25px !important;
    font-size: 17px !important;
  }

  .usr_name {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .price_block .value {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
  }

  .btn {
    padding: 10px;
  }

  .pricing h6 {
    padding: 10px 25px 10px 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24.2px;
  }

  ._card {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .issues {
    margin-top: 20px;
    height: auto;
  }

  .top_header {
    min-height: 70px;
  }

  #dynamicForm2 .row .col {
    width: 100%;
    flex: 1 0 100%;
  }

  #dynamicForm2 .row.gx-3.mt-3.my-3 .col {
    margin-bottom: 10px;
  }

  .card_wrapper.row {
    padding: 10px 0px;
  }

  .right_wrapper {
    padding: 10px 10px 10px;
  }

  .card_wrapper {
    padding: 10px;
  }

  .top_header {
    padding: 15px 10px 15px;
  }

  button.btn-close.ms-0 {
    right: 3px;
    top: 3px;
  }

  .col.d-flex.align-items-center.justify-content-end.gap-3 {
    margin: 10px 0;
    justify-content: center !important;
  }

  .seprator {
    margin: 10px 10px 23px;
  }

  .image_preview {
    max-width: 100%;
  }
  #bp-message-thread-list{
    max-height: 100% !important;
  }
}

@media (max-width: 575px) {
  .payment_card_detail {
    flex-direction: column;
    align-items: start !important;
  }
  html, body {
    height: 100% !important;
    min-height: -webkit-fill-available !important;
  }
  
  body {
    min-height: -webkit-fill-available !important;
  }
  .bp-wrap,.item-body,
  /* .bp-messages-content-wrapper,.messages-wrapper,.messages-screen,.bp-messages-container,.bp-messages-content,.item-body {
    height: 100% !important;
    min-height: 100% !important;
  } */
  .d-flex.justify-content-between.mt-4.align-items-center {
    gap: 10px;
  }

  h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }

  .addmore {
    padding: 14px 10px 14px 10px;
    font-size: 14px;
  }

  .btn {
    padding: 10px;
    font-size: 14px;
  }

  .top_header .btn_block a i {
    width: 25px;
    height: 25px;
    margin-right: 10px !important;
  }

  .tooltip {
    width: 180px;
  }

  .row .col {
    width: 100%;
    flex: 1 0 100%;
  }

  .show_card {
    padding: 15px;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }

  p {
    font-size: 14px;
    color: #21272a;
  }

  .fa-solid.fa-arrow-right.ms-3 {
    margin-left: 0.5rem !important;
  }

  .price_block .value {
    padding: 10px;
  }

  .delete_account {
    padding: 10px;
  }

  .fa-solid.fa-check.me-3 {
    margin-left: 0.2rem !important;
  }

  .alert-success {
    padding: 10px;
    font-size: 14px;
  }
}

/* validation css  */

.error-message {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
}

.text-danger {
  color: red;
}

.mt-1 {
  margin-top: 0.25rem;
}

/* Admin dashboard */
.admin_dashboard .logo.text-center.py-4 {
  padding: 1rem 0 0 !important;
}

.sidebar_btns {
  background: #feee1f;
  border-radius: 50px;
  margin: 0 10px;
  padding: 2px;
  gap: 0 2px;
}

.sidebar_btns a {
  width: 56px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: rgba(0, 29, 108, 1);
  position: relative;
  flex-grow: 1;
}

.sidebar_btns a:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.sidebar_btns .badge {
  position: absolute;
  background: rgba(218, 30, 40, 1);
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 6px;
  right: 6px;
  border-radius: 50%;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  margin: 0;
}

.admin_right .alert-primary {
  --bs-alert-color: rgba(81, 81, 81, 1);
  --bs-alert-bg: #feee1f;
  --bs-alert-border-color: #feee1f;
  --bs-alert-link-color: rgba(0, 0, 0, 1);
  max-width: 480px;
  padding: 10px;
}

.admin_right .alert-dismissible .btn-close {
  color: #fff;
  opacity: 1;
  margin-top: 0;
  width: 35px;
  height: 35px;
  background: #0046bf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -13px;
}

.admin_right h1 {
  font-family: Roboto;
  font-size: 42px;
  font-weight: 700;
  line-height: 46.2px;
  text-align: left;
}

.admin_right .btn {
  padding: 11px 15px;
}

/* .admin_right .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0F62FE;
    --bs-btn-border-color: #0F62FE;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0F62FE;
    --bs-btn-hover-border-color: #0F62FE;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0F62FE;
    --bs-btn-active-border-color: #0F62FE;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0F62FE;
    --bs-btn-disabled-border-color: #0F62FE;
} */
.admin_cards ._card {
  padding: 15px 20px;
  width: 100%;
}

.admin_cards h5 {
  font-weight: 400;
  line-height: 26.4px;
  font-size: 16px;
  margin-bottom: 0;
}

.admin_content span {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: rgba(105, 112, 119, 1);
}

.font18 {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.8px;
  text-align: left;
}

.admin_tasks .font18 {
  font-size: 16px;
  font-weight: 400;
}

.admin_tasks div.font18 {
  color: rgba(0, 70, 191, 1);
}

.admin_links {
  color: rgba(0, 70, 191, 1);
  text-decoration: underline;
}

.admin_right .nav-tabs .nav-link {
  flex-grow: 0;
  border: 0;
  border-radius: 0;
  color: rgba(33, 39, 42, 1);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  padding: 7px 0px;
  /* border-bottom: 1px solid rgba(221, 225, 230, 1);     */
}

.admin_right .nav-tabs .nav-link.active {
  color: rgba(0, 70, 191, 1);
  background: none;
  border-bottom: 2px solid rgba(0, 70, 191, 1);
}

.admin_right .nav.nav-tabs {
  border-bottom: 1px solid rgba(221, 225, 230, 1);
  margin-bottom: 15px;
}

.task_card {
  background: rgba(242, 244, 248, 1);
  border-radius: 4px;
  padding: 16px;
  border-top: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 10px;
  border: 1px solid rgba(221, 225, 230, 1);
}

.task_date {
  display: flex;
  align-items: center;
  gap: 5px;
}

.task_card p {
  font-weight: 400;
}

.priority {
  color: rgba(214, 36, 36, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 80px;
}

.Assigned_to > span {
  /* text-overflow: ellipsis;
    overflow: hidden;
    width: 160px; */
  /* height: 1.2em; */
  /* white-space: nowrap; */
  color: #0046bf;
}

.priority.medium {
  color: rgba(255, 146, 17, 1);
}

.priority.low {
  color: rgba(17, 155, 255, 1);
}

.badge.text-bg-secondary {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.admin_right p {
  margin-bottom: 0;
}

.activity_card {
  padding: 16px 0;
  border-bottom: 1px solid #ebebeb;
  min-height: 72px;
  height: 100%;
}

.activity_card .flex-shrink-0 img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
}

.date {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: rgba(124, 124, 124, 1);
}

.activity_card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: rgba(103, 103, 103, 1);
}

.activity_card p strong {
  color: #000;
  font-weight: 700;
}

.business_card {
  border: 1px solid rgba(221, 225, 230, 1);
  background: rgba(255, 255, 255, 1);
  width: calc(25% - 12px);
  border-radius: 6px 6px 3.71px 3.71px;
}

.business_img img {
  width: 100%;
  max-height: 230px;
  border-radius: 6px 6px 3.71px 3.71px;
}

.groupFilter select {
  border: 1px solid #0046bf;
  padding: 9px 16px;
  background-image: url(../admin-images/arrow_gray.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  color: #0046bf;
}

.groupFilter {
  width: 150px;
}

.group .admin_links {
  color: #525252;
}

.admin_dashboard .nav-list {
  margin-top: 50px;
}

.admin_dashboard .seprator {
  border-color: rgba(217, 217, 217, 1);
  margin: 0px 10px 10px;
  opacity: 1;
}

.more_links span {
  color: rgba(33, 39, 42, 0.5);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 50px;
}

.accordion-button {
  padding: 0;
  color: #21272a;
  /* font-weight: 600; */
}

.admin_dashboard.left ul li {
  padding: 15px 0px;
}

.admin_dashboard.left ul li:not(:last-child) {
  border-bottom: 1px solid rgba(137, 137, 176, 0.16);
}

.admin_dashboard .accordion-item {
  padding: 0;
}

.admin_dashboard.left ul li a,
.accordion-header {
  color: rgba(58, 59, 123, 1);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  align-items: start;
}

.admin_dashboard.left ul li a.active svg path {
  /* stroke: #0046BF; */
}

.admin_dashboard.left ul:last-child li:last-child a {
  color: rgba(58, 59, 123, 1);
}

.admin_dashboard.left ul li a.active {
  color: #0046bf !important;
}

.left.admin_dashboard ul li a.active::after {
  display: none;
}

.accordion-item {
  border: 0;
  padding: 10px 0;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  background: none;
  box-shadow: none;
}

.admin_dashboard .accordion-body {
  padding: 0;
}

.admin_dashboard .accordion-body ul {
  padding-left: 1.5rem;
}

.admin_dashboard.left .accordion-body ul:last-child li:last-child a {
  color: rgba(58, 59, 123, 1);
}

.admin_dashboard.left .accordion-body ul li a {
  /* padding: 10px 0; */
  font-weight: 400;
}

.admin_dashboard .accordion-button {
  gap: 10px;
  padding: 0 !important;
  border: 0 !important;
  width: 100% !important;
}

.admin_dashboard .accordion-button::after {
  background-image: url(../admin-images/angledown.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  background-size: contain;
}

.admin_dashboard h2 {
  line-height: 30px;
}

.admin_content span {
  color: #0046bf;
}

.admin_cards.card_wrapper {
  height: 100%;
}

.activity_cards {
  border-top: 1px solid rgba(221, 225, 230, 1);
}

.activity_card {
  background: rgba(242, 244, 248, 1);
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 10px;
  border: 1px solid rgba(221, 225, 230, 1);
  margin-top: 10px;
}

.groups .font18 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: rgba(49, 50, 72, 1);
}

.groups .font18::before {
  position: relative;
  display: inline-block;
  background: #0046bf;
  width: 16px;
  height: 36px;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
}

.dropdown-toggle {
  width: 140px;
  display: flex;
  align-items: center;
  border-radius: 6px;
}

.dropdown-menu {
  background: #2859ae;
  width: 186px;
  border-radius: 6px;
}

.dropdown-menu li {
  padding: 0 15px;
}

.dropdown-item {
  color: #fff;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(137, 137, 176, 0.16);
}

.search_field i {
  position: absolute;
  top: 0;
  bottom: 0;
  height: fit-content;
  margin: auto;
  left: 19px;
  font-size: 20px;
  color: rgba(0, 70, 191, 0.46);
  pointer-events: none;
}

.search_field input {
  padding-left: 50px;
}

.admin_right .form-control,
.admin_right input::placeholder,
.admin_right .form-select {
  color: #5b5c61;
}

.input_field {
  position: relative;
}

.input_field i {
  position: absolute;
  top: 0;
  bottom: 0;
  height: fit-content;
  margin: auto;
  left: 19px;
  font-size: 20px;
  color: #697077;
  pointer-events: none;
}

.input_field input {
  padding-left: 50px;
}

.filter_btn {
  background: rgba(242, 244, 248, 1);
  padding: 10px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 70, 191, 1);
  border-radius: 4px;
}

.filter_btn i {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.ui-datepicker {
  z-index: 9999 !important;
}

.completed {
  background: rgba(233, 243, 235, 1);
  border: 1px solid rgba(127, 205, 140, 1);
  color: rgba(83, 180, 98, 1) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  padding: 7px 20px;
  width: 125px;
  border-radius: 6px;
}

.in_progress {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  padding: 7px 20px;
  border-radius: 6px;
  color: rgba(236, 130, 76, 1) !important;
  background: rgba(250, 232, 223, 1);
  border: 1px solid rgba(236, 130, 76, 1);
  width: 125px;
}

.status_block span:first-child {
  color: rgba(137, 137, 137, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
}

.status_block {
  gap: 0.5rem !important;
}

.create_task_modal .modal-dialog {
  min-height: 100% !important;
  height: 100%;
  margin-right: 0;
  margin-top: 0px;
  max-width: 600px;
  margin-left: auto;
}

.create_task_modal .modal-content {
  background-color: #f2f4f8;
}

.select_field {
  position: relative;
}

.select_field i {
  position: absolute;
  top: 0;
  bottom: 0;
  height: fit-content;
  margin: auto;
  left: 19px;
  font-size: 20px;
  color: #697077;
  pointer-events: none;
}

.select_field select {
  padding-left: 50px;
}

.new_task select {
  max-width: 110px;
  background-color: transparent;
  background-image: url(../admin-images/arrow_gray.png);
  background-repeat: no-repeat;
  background-position: 100% center;
}

.new_task .form-control:focus,
.new_task .form-select:focus {
  background-color: transparent;
}

.new_task input,
.new_task select {
  color: rgba(100, 104, 106, 1);
  padding: 10px 0;
  width: fit-content;
  padding-right: 12px;
  /* min-width: 204px;
    text-align: end;
    padding-right: 17px; */
}

.Due_date input {
  max-width: 230px;
  background-color: transparent;
  text-align: right;
  padding-right: 0;
  padding-left: 22px;
  width: fit-content;
  border: 0 !important;
}

.new_task label {
  color: rgba(0, 0, 0, 1);
}

.Assignees .accordion-button {
  width: auto;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  /* color: rgba(0, 70, 191, 1); */
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  border: 0;
}

.Assignees .accordion-collapse {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
  border-radius: 4px;
  border: 1px solid rgba(212, 212, 212, 1);
  width: 400px;
  position: absolute;
  right: 0;
}

.Assignees .btn-check:checked + .btn,
.Assignees .btn.active,
.Assignees .btn.show,
.Assignees .btn:first-child:active,
.Assignees :not(.btn-check) + .btn:active {
  border: 0;
}

.Assignees .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  background: rgba(242, 244, 248, 1);
  color: rgba(0, 0, 0, 1);
  padding: 12px 15px;
  margin-bottom: 10px;
}

.Assignees .accordion-button::after {
  background-image: url(../admin-images/blue_arrow.svg);
  width: 12px;
  background-size: contain;
  background-position: center;
}

.accordion-collapse .btn_block a {
  padding: 13px 20px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.2924528419971466px;
}

.accordion-collapse .btn_block a:first-child {
  background-color: transparent;
  color: rgba(0, 70, 191, 1);
}

.search-box.form-control {
  border: 1px solid rgb(0 70 191);
  margin-bottom: 10px;
  padding: 10px 15px;
  padding-left: 36px;
}

.user_data .form-select {
  border: 1px solid rgb(0 70 191);
  border-radius: 5px;
}

.user_data .input_field i {
  left: 10px;
  color: rgba(0, 70, 191, 0.46);
}

.top_bar a {
  position: absolute;
  left: 0;
  color: rgba(0, 70, 191, 1);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
}

.top_bar h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: rgba(49, 50, 72, 1);
}

.assignee_tab,
.user_data {
  display: none !important;
}

.d-block {
  display: block !important;
}

.admin_right select option,
.create_task_modal select option {
  padding: 11px !important;
  background: #fefbfd;
  color: #0046bf;
  display: block;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* text-align: center; */
}

.create_task_modal .form-control {
  background-color: transparent;
  border: 1px solid rgba(212, 212, 212, 1);
  width: 100%;
}

.create_task_modal .form-label {
  color: rgba(0, 0, 0, 1);
}

/* .task_status select{
    color: #0046BF;
} */
.create_task_modal .btn-secondary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #7e7e7e;
  --bs-btn-border-color: #7e7e7e;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #7e7e7e;
  --bs-btn-hover-border-color: #7e7e7e;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #7e7e7e;
  --bs-btn-active-border-color: #7e7e7e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #7e7e7e;
  --bs-btn-disabled-border-color: #7e7e7e;
}

.modal-header .btn-close {
  width: 20px;
  height: 20px;
  background: rgba(0, 70, 191, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 1;
  border-radius: 50%;
}

.create_task_modal .modal-header .delete_btn {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
}

.status_block select {
  background-color: rgba(254, 232, 221, 1);
  color: rgba(236, 130, 76, 1);
  width: 132px;
  text-align: center;
  margin-bottom: 1rem;
  background-image: url(../admin-images/orange_arrow.png);
  background-position: 92% center;
  background-repeat: no-repeat;
  padding: 10px;
}

.status_block select.completed {
  background-color: rgba(233, 243, 235, 1) !important;
  background-image: url(../admin-images/green_arrow.png);
  background-repeat: no-repeat;
}

.status_block select option {
  text-align: left;
}

.status_block .form-select:focus {
  background-color: rgba(254, 232, 221, 1);
  color: rgba(236, 130, 76, 1);
}

.task_details .nav.nav-tabs {
  gap: 25px;
  border-bottom: 0;
}

.create_task_modal .nav-tabs {
  gap: 0px;
  display: flex;
  align-items: center;
  border: 0.85px solid rgba(0, 70, 191, 1);
  border-radius: 30px;
  overflow: hidden;
}

.create_task_modal .nav-tabs .nav-link {
  background: transparent;
  color: var(--blue, rgba(0, 70, 191, 1));
  width: 50% !important;
  flex-grow: 0;
  font-size: 15.77px;
  font-weight: 400;
  line-height: 22.08px;
  border-radius: 0px;
  flex-grow: 1;
  border: 0;
}

.create_task_modal .nav-tabs .nav-item.show .nav-link,
.create_task_modal .nav-tabs .nav-link.active {
  background: var(--blue, rgba(0, 70, 191, 1));
  border: 0;
  color: #fff;
}

.create_task_modal .tab-content .nav.nav-tabs {
  border: 0;
  overflow: visible;
  margin-bottom: 12px;
}

.acomment-display {
  width: 100%;
}

.acomment-reply.bp-primary-action,
.like-count.reactions_item {
  background: transparent !important;
  border: 0 !important;
  font-family: Roboto;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 19.6px !important;
}

.bp-generic-meta.activity-meta.action {
  display: flex;
  align-items: center;
}

.acomment-content_wrap {
  width: 100%;
}

.acomment-content_block {
  max-width: 200px;
}

.task_details .nav-tabs .nav-link {
  border: 1px solid rgba(212, 212, 212, 1);
  background: rgba(255, 255, 255, 1);
  flex-grow: 0;
  padding: 13px 33px;
  color: rgba(0, 0, 0, 1);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  border-radius: 4px;
  width: auto !important;
}

.task_details .nav-tabs .nav-link.active {
  background: rgb(0 70 191);
  color: #fff;
}

.task_date p {
  margin-bottom: 0;
}

.taskDate p span {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
}

.taskDate p span:last-child {
  min-width: 150px;
}

.filter_btn.w-25 {
  width: 30% !important;
}

.admin_right .issue_page_tab.nav-tabs {
  border: 1px solid rgba(0, 70, 191, 1);
  max-width: 576px;
  border-radius: 50px;
}

.admin_right .issue_page_tab.nav-tabs.only_my_headsup {
  max-width: 200px;
}

.admin_right .issue_page_tab.nav-tabs .nav-item {
  width: 50%;
}

.admin_right .issue_page_tab.nav-tabs.only_my_headsup .nav-item {
  width: 100%;
}

.admin_right .issue_page_tab.nav-tabs .nav-link {
  width: 100%;
  height: 56px;
  transition: all ease-in-out 0.5s;
  border-radius: 50px 0px 0px 50px;
}

.admin_right .issue_page_tab.nav-tabs .nav-item:last-child .nav-link {
  border-radius: 0 50px 50px 0;
}

.admin_right
  .issue_page_tab.nav-tabs.only_my_headsup
  .nav-item:last-child
  .nav-link {
  border-radius: 50px;
}

.admin_right .issue_page_tab.nav-tabs .nav-link.active {
  background: rgba(0, 70, 191, 1);
  padding: 20px 10px 20px 10px;
  gap: 10px;
  transition: all ease-in-out 0.5s;
  color: #fff;
}

.listing_table table thead tr th:not(:last-child) {
  min-width: 155px;
  text-align: center;
  border-right: 1px solid rgba(221, 225, 230, 1);
}

.listing_table table {
  border: 1px solid #dde1e6;
}

.listing_table table thead tr th {
  font-size: 14px;
  font-weight: 500;
  line-height: 15.4px;
}

.listing_table table thead tr th:first-child {
  max-width: 300px;
  text-align: left;
}

.listing_table table thead tr th:last-child {
  min-width: 83px;
  text-align: center;
}

.listing_table table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.4px;
}

.listing_table table tbody tr td {
  border-bottom: 0;
}

.listing_table table tbody tr td:not(:last-child) {
  min-width: 155px;
  text-align: center;
  border-right: 1px solid #dde1e6;
}

.listing_table table tbody tr:not(:last-child) {
  border-bottom: 1px solid #dde1e6;
}

.listing_table table tbody tr td:first-child {
  max-width: 300px;
  text-align: left;
}

.listing_table table tbody tr td:last-child {
  min-width: 83px;
  text-align: center;
  position: relative;
}

.listing_table table tbody tr td:last-child button {
  background-color: transparent;
  border: 0;
}

table .category span {
  background: rgba(242, 244, 248, 1);
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  color: rgba(0, 0, 0, 1);
  border-radius: 30px;
}

table .resolved span {
  background: rgba(233, 243, 235, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  padding: 6px 20px;
  border-radius: 30px;
  color: rgba(83, 180, 98, 1);
}

table .open span {
  background: rgba(239, 214, 214, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  padding: 6px 20px;
  border-radius: 30px;
  color: rgba(217, 98, 98, 1);
}

table .priority_box span.low {
  /*color: rgba(83, 180, 98, 1);*/
  color: #0000ff;
  font-weight: 600;
}

table .priority_box span.medium {
  color: rgba(236, 130, 76, 1);
  font-weight: 600;
}

table .priority_box span.high {
  color: rgba(217, 98, 98, 1);
  font-weight: 600;
}

table .high span i {
  margin-right: 10px;
}

.settings_dropdown {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(221, 225, 230, 1);
  background: rgba(255, 255, 255, 1);
  padding: 5px 20px;
  width: 190px;
  display: none;
  position: absolute;
  z-index: 10;
  right: 0;
}

.settings_dropdown ul {
  display: flex;
  align-items: start;
  flex-direction: column;
  margin-bottom: 0;
}

.settings_dropdown ul li {
  width: 100%;
}

.settings_dropdown ul li:not(:last-child) {
  border-bottom: 1px solid rgba(221, 225, 230, 1);
}

.settings_dropdown ul li a {
  padding: 15px 0;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.issue_type select {
  border: 1px solid rgba(212, 212, 212, 1);
  background: #fff;
  background-image: url(../admin-images/select_arrow.png);
  background-position-y: center;
  background-position-x: 98%;
  background-repeat: no-repeat;
}

.second_step label {
  color: #000000;
}

.second_step .form-control {
  border: 1px solid rgba(212, 212, 212, 1);
}

.uploader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  /* padding: 20px; */
  width: 100%;
  margin: 0 auto;
  gap: 20px;
}

.Img_block,
.video_block,
.document_block {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.upload-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* margin-bottom: 20px; */
  gap: 20px;
}

.Img_block input,
.video_block input,
.document_block input {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  height: 100%;
  opacity: 0;
  width: 100%;
}

.upload-button label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: rgba(242, 244, 248, 1);
  border: 1px solid rgba(212, 212, 212, 1);
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 18px;
  height: 102px;
  color: rgba(0, 0, 0, 0.5);
  gap: 10px;
}

.upload-button label:hover {
  background-color: #e2e2e2;
}

/* .upload-button input[type="file"] {
    display: none;
} */

.preview {
  width: 50%;
  text-align: left;
}

.preview img,
.preview video {
  max-width: 90px;
  max-height: 90px;
  /* margin-top: 10px; */
  border: 2px solid #ccc;
  border-radius: 10px;
}

.preview_block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.preview-item {
  position: relative;
  display: inline-block;
}

.close-button {
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: #0046bf;
  color: white;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.issue_category .task_priority select {
  background-color: #fff;
  padding: 0 22px;
  width: fit-content;
  color: rgba(100, 104, 106, 1);
  background-image: url(../admin-images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 92% center;
}

.issue_detail.issue_page_tab.nav-tabs .nav-item {
  width: 33%;
  flex-grow: 1;
}

.issue_detail.issue_page_tab.nav-tabs .nav-item:not(:last-child) .nav-link {
  border-right: 1px solid rgba(0, 70, 191, 1);
}

.issue_detail.issue_page_tab.nav-tabs .nav-item:nth-child(2) .nav-link {
  border-radius: 0;
}

.visible_task {
  font-family: Roboto;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  color: #000;
}

.detail_page {
  background-color: #fff;
}

.detail_page .edit_button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #fff;
  background: rgba(0, 70, 191, 0.4);
  padding: 0;
}

.issue_detail_left {
  background: rgba(242, 244, 248, 1);
  padding: 24px;
  height: 100%;
}

.bg_gray {
  background: #f2f4f8;
  padding: 15px 20px;
}

.question {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

.ques_ans p {
  color: rgba(121, 122, 124, 1);
}

.ques_ans p textarea {
  padding: 16px 16px 16px 16px;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  width: 100%;
  border: 0;
  color: #000;
  border: 1px solid #91aee1;
}

.address h6,
.address p {
  color: rgba(121, 122, 124, 1);
}

.files_heading {
  border-bottom: 1px solid rgba(242, 244, 248, 1);
  padding-bottom: 15px;
}

.uploaded_files {
  display: flex;
  align-items: center;
  gap: 15px;
}

.uploaded_files .file {
  width: 105px;
  height: 100px;
  border-radius: 5px;
}

.uploaded_files .file img,
.uploaded_files .file video {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.file {
  position: relative;
}

/* .uploaded_files .file:last-child::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0046BF;
    opacity: 0.5;
    border-radius: 5px;
} */
.blue_link {
  color: #0046bf;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
}

.file a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  color: rgba(255, 255, 255, 1);
}

.add_task {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.5px;
}

.card_wrapperr .task_card {
  border: 0;
  border-top: 1px solid rgba(221, 225, 230, 1);
}

.file_tab .uploaded_files .file {
  max-width: 210px;
  /* width: 100%; */
  max-height: 210px;
  /* height: 100%; */
  overflow: hidden;
}

.file_tab .uploaded_files .file img {
  height: 100%;
  width: 100%;
  transition: all ease-in-out 0.5s;
}

.file_tab .uploaded_files .file img:hover {
  border: 1px dashed #c4c4c4;
  transition: all ease-in-out 0.5s;
}

.file_tab .uploaded_files .file:last-child::before {
  display: none;
}

#activity-tab-pane .nav-tabs .nav-link {
  padding: 8px 30px;
}

#activity-tab-pane .nav-tabs .nav-link.active {
  background-color: rgba(0, 70, 191, 1);
  color: #fff;
}

.comment-box {
  border: 2px solid #d4d4d4;
  border-radius: 5px;
  /* padding: 10px; */
  position: relative;
  display: flex;
  align-items: center;
}

.comment-box input[type="text"] {
  width: 100%;
  border: none;
  outline: none;
  padding: 5px;
  height: 60px;
  background-color: transparent;
  padding: 0 15px;
}

.comment-box input[type="file"] {
  display: none;
}

.comment-box .upload-buttons {
  display: flex;
  gap: 10px;
  margin-right: 20px;
}

.comment-box .upload-buttons label {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.comment-box .upload-buttons i {
  width: 34px;
  height: 34px;
  background: rgba(0, 70, 191, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}

.issue_sub_tabs .all_task_details .d-flex.align-items-start {
  max-width: 400px;
}

.commnent_count {
  border: 1px solid var(--Color, rgba(212, 212, 212, 1));
  color: rgba(0, 0, 0, 1);
  padding: 3px 12px;
  border-radius: 3px;
}

.comment_text {
  width: 100%;
}

.comment_list {
  color: rgba(102, 102, 102, 1);
}

.comment_list:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(212, 212, 212, 1);
  overflow: hidden;
}

.comment_list p,
.comment_list a,
.comment_list span {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: rgba(102, 102, 102, 1);
}

span.commenter_name {
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  text-transform: capitalize;
}

.history_list div p:first-child {
  text-transform: capitalize;
}

.likes a:last-child i {
  transform: rotateY(180deg);
}

.sub_issue {
  border-bottom: 1px solid #dfdfdf !important;
  padding-bottom: 17px;
}

.Maintenance {
  border: 1px solid var(--Color, rgba(212, 212, 212, 1));
  padding: 5px 10px;
  width: fit-content;
}

.history_list {
  border-bottom: 1px solid var(--Color, rgba(212, 212, 212, 1));
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.change_status {
  background: var(--Color, rgba(212, 212, 212, 1));
  padding: 6px 15px;
}

.you {
  color: rgba(0, 70, 191, 1);
}

.history_img img {
  border: 1px dashed #c4c4c4;
  border-radius: 5px;
}

.repoert_button {
  border: 1px solid rgba(15, 98, 254, 1);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.top_header .btn_block a.repoert_button i {
  width: auto !important;
  height: auto !important;
  background-color: transparent;
  margin-right: 0 !important;
  font-size: 35px;
  color: rgba(15, 98, 254, 1);
}

.btn_block .settings_dropdown {
  top: 70px;
}

.add_issue .settings_dropdown {
  width: 300px;
}

.back_button a {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  color: rgba(49, 50, 72, 1);
}

.back_button a i {
  color: var(--blue, rgba(0, 70, 191, 1));
  font-size: 30px;
}

.issue_detail_left .assignee_tab,
.user_data {
  display: block;
}

.issue_detail_left .accordion-button {
  width: 75px;
  padding: 0;
  margin-left: auto;
  background: transparent;
}

.issue_detail_left .accordion-collapse {
  position: relative;
  max-height: 300px;
  overflow-y: scroll;
}

.dropdown_box .form-control {
  background-color: #fff;
  border: 0;
}

.dropdown_box .custom-checkbox {
  justify-content: space-between;
}

.dropdown_box .custom-checkbox span img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 50%;
}

.dropdown_box .custom-checkbox span img:nth-child(2) {
  width: 35px;
  height: 35px;
  object-fit: cover;
}

.selected_userimg img,
.img_count {
  width: 24px;
  height: 24px;
  object-fit: cover;
  display: inline-block;
}

.selected_userimg img:not(:first-child),
.img_count {
  margin-left: -15px;
  position: relative;
}

.img_count::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0046bf;
  opacity: 0.5;
  border-radius: 50%;
}

.img_count a {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
}

.upload_file_block .Img_block,
.upload_file_block .video_block {
  width: 200px;
}

.upload_file_block .preview {
  width: 200px;
  text-align: left;
}

.upload_file_block .upload-button label {
  background-color: #fff;
  height: 68px;
}

.upload_file_block .upload-button input[type="file"] {
  /* display: none; */
}

.create_task_modal p {
  margin-bottom: 0;
  word-break: break-all;
}

.dispute-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.dispute-card-header .compmay_logo,
.dispute-card-header .company_logo {
  width: 70px;
  height: 44px;
  margin-right: 10px;
}

.dispute-card-header .repoert_button {
  background-color: rgba(0, 70, 191, 0.4);
  width: 32px;
  height: 32px;
  border: 0;
  color: #fff;
}

.dispute-card-body {
  margin-bottom: 10px;
}

.dispute-card-body .company-name {
  font-family: Roboto;
  font-size: 16.07px;
  font-weight: 400;
  line-height: 22.5px;
  color: rgba(107, 107, 107, 1);
  word-break: break-word;
}

.dispute-card-body .company-name strong {
  font-weight: 600;
  color: rgba(33, 39, 42, 1);
  font: 20px;
}

.dispute-card-body .short-description {
  margin-bottom: 10px;
}

.short-description {
  font-family: Roboto;
  font-size: 14.06px;
  font-weight: 400;
  line-height: 19.69px;
  color: rgba(33, 39, 42, 1);
  word-wrap: break-word;
}

.short-description span {
  color: rgba(115, 115, 115, 1);
}

.dispute-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.dispute-card-footer .keyword {
  background-color: rgba(240, 240, 240, 1);
  border: 1px solid rgba(212, 212, 212, 1);
  border-radius: 5px;
  padding: 8px 20px;
  font-family: Inter;
  font-size: 14.44px;
  font-weight: 400;
  line-height: 13.84px;
}

.view-more {
  margin-top: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(212, 212, 212, 1);
  text-align: right;
}

.view-more a {
  color: #007bff;
  font-family: Roboto;
  font-size: 14.06px;
  font-weight: 500;
  line-height: 14.06px;
  letter-spacing: 0.476493239402771px;
  text-decoration: underline;
}

.open {
  background: rgba(250, 232, 223, 1);
  border: 1px solid rgba(236, 130, 76, 1);
  color: rgba(236, 130, 76, 1);
  font-family: Roboto;
  font-size: 14.06px;
  font-weight: 400;
  line-height: 19.69px;
  padding: 10px 30px;
  border-radius: 4px;
}

.current {
  background: rgba(233, 243, 235, 1);
  border: 1px solid rgba(83, 180, 98, 1);
  color: rgba(83, 180, 98, 1);
  font-family: Roboto;
  font-size: 14.06px;
  font-weight: 400;
  line-height: 19.69px;
  padding: 10px 30px;
  border-radius: 4px;
}

.companyname {
  font-family: Roboto;
  font-size: 14.06px;
  font-weight: 400;
  line-height: 15.47px;
  color: rgba(105, 112, 119, 1);
}

.companyname strong {
  color: rgba(33, 39, 42, 1);
}

.companyname small {
  font-family: Roboto;
  font-size: 12.05px;
  font-weight: 400;
  line-height: 21.92px;
}

.title strong {
  font-weight: 700;
  color: rgba(72, 72, 72, 1);
  font-size: 20px;
  word-break: break-word;
}

.resolved {
  border: 1px solid var(--Color, rgba(212, 212, 212, 1));
  background: rgba(239, 239, 239, 1);
  font-family: Roboto;
  font-size: 14.06px;
  font-weight: 400;
  line-height: 19.69px;
  padding: 10px 30px;
  border-radius: 4px;
  color: rgba(89, 89, 89, 1);
}

.dispute-card .resolved {
  background: green;
  color: #fff;
  border: 0;
}

.filter_by_status .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  left: 12px;
}

.filter_by_status select {
  padding-left: 40px;
}

.max-character,
#remain {
  color: red;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  display: inline-block;
}

.view-more a {
  background: transparent;
  border: 0;
}

.add_dispute .Img_block,
.add_dispute .video_block,
.add_dispute .document_block {
  width: 31%;
  overflow: hidden;
  position: relative;
}

.add_dispute .upload-button input[type="file"] {
  /* display: none; */
}

.add_dispute .upload-button label {
  height: 50px;
}

.task_priority.status select {
  color: rgba(236, 130, 76, 1);
  padding-left: 0;
  background-image: url(../admin-images/orange_arrow.png);
}

.task_priority.status .icon svg path {
  fill: rgba(236, 130, 76, 1);
}

.add_dispute .issue_category .task_priority label {
  width: 40%;
}

.add_dispute .issue_category .task_priority > .d-flex {
  width: 60%;
}

.add_dispute .task_priority .w-50 {
  width: 60% !important;
}

.award_date div span {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: rgba(137, 137, 137, 1);
}

.award_date div span:last-child {
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
}

.edit_awards_modal .upload-button label {
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  border: 0;
  border-radius: 4px;
  padding: 40px 20px;
}

.task_priority.current_status select {
  color: rgba(36, 180, 33, 1);
  background-image: url(../admin-images/green_arrow.png);
}

.task_priority.current_status .icon svg path {
  fill: rgba(36, 180, 33, 1);
}

.add_keyword input {
  padding: 0;
  border: 0 !important;
  color: rgba(0, 0, 0, 0.3);
}

.add_keyword input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.keyword {
  background-color: rgba(240, 240, 240, 1);
  border: 1px solid rgba(212, 212, 212, 1);
  border-radius: 5px;
  padding: 6px 6px;
  font-family: Inter;
  font-size: 14.44px;
  font-weight: 400;
  line-height: 13.84px;
  word-break: break-all;
}

.keyword button {
  border: 0;
  background-color: transparent;
  padding-right: 0;
}

div#clauseContainer {
  margin-top: 5px;
}

.task_priority small {
  font-family: Roboto;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 16.8px;
  color: rgba(0, 0, 0, 0.3);
}

.access label {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: rgba(33, 39, 42, 0.7);
}

.access .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}

.uploded_file > div {
  width: calc(33% - 10px);
  background-color: rgba(242, 244, 248, 1);
  padding: 10px;
}

.uploded_file > div .uploaded_files {
  gap: 8px;
}

.uploded_file > div .uploaded_files .file {
  width: 34px;
  height: 41px;
  border-radius: 5px;
}

.uploded_file > div .uploaded_files .file img {
  height: 100%;
}

.uploded_file > div .uploaded_files .file a {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: #fff;
}

.file_name {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: rgba(121, 122, 124, 1);
}

.videos div video,
.videos div img {
  height: 41px;
}

.create_form {
  background: rgba(255, 255, 255, 1);
  margin: 40px;
  padding: 50px 0;
}

.form_warap {
  max-width: 800px;
  margin: auto;
  background: rgba(242, 244, 248, 1);
  padding: 40px;
}

.form_warap.form_warap_class {
  max-width: 100%;
  background-color: transparent;
  padding: 0;
  margin: 0 40px;
}

.bp-screen-title.creation-step-name {
  display: none;
}

.form_warap label {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 28px;
}

.form_warap .submit {
  text-align: end;
}

.form_warap .submit input {
  background: var(--blue, rgba(0, 70, 191, 1)) !important;
  padding: 20px 40px 20px 40px !important;
  color: #fff !important;
  font-family: Roboto;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  letter-spacing: 0.5px !important;
  margin-left: auto;
  border-radius: 0 !important;
}

#group-creation-previous {
  background: var(--3, rgba(100, 104, 106, 1)) !important;
}

nav#group-create-tabs ol {
  display: flex;
  align-items: center;
  width: 780px;
  margin: 30px auto 0;
  padding-left: 0;
}

nav#group-create-tabs ol li {
  flex-grow: 1;
  position: relative;
  padding: 0;
  flex: 1 1 20%;
}

nav#group-create-tabs ol li.current {
  border: 0;
  background: none;
}

nav#group-create-tabs ol li a,
nav#group-create-tabs ol li span {
  display: flex;
  flex-direction: column;
}

nav#group-create-tabs ol li a span:first-child,
nav#group-create-tabs ol li span span:first-child {
  position: relative;
  padding: 10px 0;
  text-align: center;
  color: transparent;
}

nav#group-create-tabs ol li a span:first-child::before,
nav#group-create-tabs ol li span span:first-child::before {
  width: 30px;
  height: 30px;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  background: rgba(217, 217, 217, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #ffff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 10;
}

nav#group-create-tabs ol li a span:first-child::after,
nav#group-create-tabs ol li span span:first-child::after {
  background-color: rgba(217, 217, 217, 1);
  height: 2px;
  width: 100%;
  position: absolute;
  left: 51%;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
  z-index: 1;
}

nav#group-create-tabs ol li:last-child a span:first-child::after,
nav#group-create-tabs ol li:last-child span span:first-child::after {
  display: none;
}

nav#group-create-tabs ol li a span:last-child,
nav#group-create-tabs ol li span span:last-child {
  text-align: center;
}

nav#group-create-tabs ol li.current a span:last-child {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  color: rgba(0, 186, 0, 1);
}

nav#group-create-tabs ol li.current a span:first-child::before {
  background-color: rgba(0, 186, 0, 1);
}

nav#group-create-tabs ol li.current a span:first-child::after {
  background-color: rgba(0, 186, 0, 1);
}

.radio.group-status-type legend {
  font-family: Roboto;
  font-size: 22px;
  font-weight: 600;
  line-height: 30.8px;
  color: #000;
}

.bp-radio-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.buddypress-wrap .standard-form label,
.buddypress-wrap .standard-form span.label {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}

.buddypress-wrap .standard-form input[type="checkbox"],
.buddypress-wrap .standard-form input[type="radio"] {
  width: 25px !important;
  height: 25px;
}

.group-settings-selections ul {
  margin: 0;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: disc;
}

.group-settings-selections ul li {
  color: rgba(68, 68, 68, 1);
}

div#file-previews {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}

.file-preview {
  position: relative;
  height: 50px;
}

#document-previews .file-preview {
  height: 30px;
}

div#document-previews .file-preview span {
  font-size: 14px;
}

div#document-previews .file-preview .remove-documents {
  position: relative;
}

.remove-image,
.remove-documents {
  position: absolute;
  right: -6px;
  z-index: 10;
  border: 0;
  background: #0046bf;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -6px;
}

button.remove-video {
  position: absolute;
  right: -6px;
  z-index: 10;
  border: 0;
  background: #0046bf;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -6px;
}

#file-previews .file-preview img {
  height: 100%;
  width: 90px;
}

#public-group-description li {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: rgba(68, 68, 68, 1);
}

.preview_block > div {
  display: flex;
  flex-wrap: wrap;
  width: 50% !important;
}

.group-settings-selections {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

p.checkbox.bp-checkbox-wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

p.checkbox.bp-checkbox-wrap label {
  margin: 0 !important;
}

.left-menu {
  /* display: none !important; */
}

#drag-drop-area {
  border: 0 !important;
  background: #fff;
  border: 1px solid rgba(224, 223, 223, 1) !important;
}

#bp-browse-button {
  background: var(--blue, rgba(0, 70, 191, 1)) !important;
  padding: 20px 40px 20px 40px !important;
  color: #fff !important;
  font-family: Roboto;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  letter-spacing: 0.5px !important;
  margin-left: auto;
  border-radius: 0;
}

.drag-drop-info {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: rgba(0, 0, 0, 1);
}

#group-create-body .bp-cover-image-status p.warning {
  background: #0b80a400 !important;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none !important;
  color: rgba(109, 109, 109, 1) !important;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
}

.drag-drop .drag-drop-inside {
  padding: 70px 0 !important;
}

.bp-cover-image {
  margin-top: 10px !important;
}

.drag-drop .drag-drop-inside p {
  color: #000 !important;
}

.bb-panel-head,
.bb-title-wrap {
  padding: 8px 10px !important;
  background: rgba(0, 70, 191, 0.29);
  height: 60px;
}

.bb-panel-subhead h4,
.bb-title-wrap .bb-title {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  margin-bottom: 0;
}

.bb-groups-invites-right-top {
  padding: 0 !important;
}

.buddypress .buddypress-wrap .search-form-has-reset,
.search-form-has-reset {
  width: 100% !important;
  border-top: 0;
  border: 0 !important;
}

#group_invites_search {
  width: 100% !important;
}

.item-list.bp-list.all-members .item-avatar a img {
  width: 40px;
  height: 40px;
}

.bp-group-message-wrap {
  display: flex;
  align-items: center;
}

input#group_invites_search {
  padding-left: 40px;
  background: #fff;
}

.buddypress-wrap .bp-invites-search-form:before,
.buddypress-wrap form.bp-dir-search-form:before,
.buddypress-wrap form.bp-messages-search-form:before {
  font-size: 24px !important;
  opacity: 1 !important;
  top: 11px !important;
  color: rgba(0, 70, 191, 0.46);
}

.bb-groups-invites-left-inner {
  background: rgba(242, 244, 248, 1);
}

.bp-list li:after,
.bp-list li:before {
  display: none !important;
}

#group-invites-container .bb-groups-invites-left .item-list li {
  justify-content: space-between;
}

#group-invites-container .bb-groups-invites-left #members-list {
  max-height: 80vh !important;
  overflow: auto;
  margin: 0;
  padding: 0 20px;
}

.bp-feedback.info {
  box-shadow: none !important;
  margin: 20px;
  background: #fff;
  padding: 14px;
  border: 1px solid rgba(221, 221, 221, 1);
}

span.bb-icon-l.bb-icon-search {
  display: none;
}

/* Feed Page Css */

.feeds_wrapper {
  padding: 20px 40px;
}

.feeds_wrapper .row .col-lg-8 {
  background-color: #fff;
}

.activity-update-form,
.bp-nouveau-activity-form-placeholder- {
  padding: 20px;
  background: #fff;
  border: 0 !important;
}

.activity-form.focus-in--empty {
  border-radius: 10px;
}

div#whats-new-toolbar {
  background: rgba(251, 250, 249, 1) !important;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid rgba(217, 217, 217, 1) !important;
  padding: 8px 20px !important;
}

/* .buddypress-wrap .standard-form select {
  display: none;
} */

#send_group_invite_form .select2-selection__rendered {
  padding: 20px !important;
}

.bp-feedback.help .bp-icon,
.bp-feedback.info .bp-icon {
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  padding: 0;
}

body.groups.group-invites
  #send_group_invite_form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  padding: 3px 15px !important;
  background-color: #3a3a3a !important;
  border-radius: 4px !important;
  border-color: #3a3a3a !important;
}

div#bp-group-invite-content {
  padding: 20px;
}

.bb-groups-invites-right {
  background-color: #f2f4f8;
}

div#previous-next {
  display: flex;
  align-items: center;
  justify-content: center;
}

#previous-next input {
  width: fit-content !important;
  padding: 12px 30px !important;
  color: #fff;
  border-radius: 0 !important;
  background-color: rgba(176, 176, 176, 1);
}

#previous-next input:last-child {
  background: var(--blue, rgba(0, 70, 191, 1)) !important;
}

.right.admin_right .left {
  width: 100%;
  position: unset !important;
  overflow: visible;
}

.item-list.groups-list.bp-list.grid.bb-cover-enabled.left {
  /* margin: 15px 40px !important; */
  background: transparent;
  border: 0;
  padding-top: 0 !important;
}

.buddypress-wrap .grid.bp-list {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

nav.groups-type-navs.main-navs.bp-navs.dir-navs {
  padding: 30px;
}

.buddypress #buddypress.bp-dir-hori-nav .create-button {
  float: right !important;
  background: rgba(0, 70, 191, 1);
}

.buddypress #buddypress.bp-dir-hori-nav .create-button a {
  color: #fff !important;
  padding: 10px 30px;
}

.group_filter {
  padding: 20px;
  background: #fff;
  margin: 0 40px;
}

.bp-pagination.top {
  display: none;
}

button#dir-groups-search-submit {
  display: none;
}

.buddypress-wrap ul.bp-list.groups-dir-list .bs-group-cover a {
  min-height: 180px;
}

.buddypress-wrap ul.bp-list.groups-dir-list .list-wrap .item .list-title {
  margin-top: 0 !important;
}

input#dir-groups-search {
  width: 100% !important;
  padding: 12px !important;
  padding-left: 40px !important;
  background: rgba(242, 244, 248, 1) !important;
  border-radius: 5px !important;
}

form#dir-groups-search-form {
  border: 0;
}

.bp-pagination.bottom {
  display: none;
}

h2.list-title.groups-title {
  font-family: Roboto;
  font-size: 20px !important;
  font-weight: 500;
  line-height: 22px !important;
  color: rgba(72, 72, 72, 1);
  margin: auto !important;
}

p.item-meta.group-details {
  background: transparent;
}

p.last-activity.item-meta {
  display: none !important;
}

.item-meta-wrap.has-meta {
  text-align: center !important;
  width: 100%;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: rgba(72, 72, 72, 1);
}

/*.grid-filters {
  display: none !important;
} */

.group_detail_page {
  padding: 40px;
}

p.bp-group-meta.bp-group-type {
  display: none !important;
}

div#item-header-content > div:first-child {
  float: left;
}

.group-actions-absolute {
  justify-content: end;
}

#buddypress div#item-header-cover-image h2 a,
#buddypress div#item-header-cover-image h2 {
  font-family: Roboto;
  font-size: 26px !important;
  font-weight: 600;
  line-height: 28.6px;
  color: rgba(33, 39, 42, 1) !important;
  text-shadow: none !important;
  margin-bottom: 0 !important;
}

p.highlight.bp-group-meta.bp-group-status.bp-tooltip {
  background: transparent;
  margin-left: auto;
  text-align: left;
  width: fit-content;
  padding: 0 !important;
  color: rgba(72, 72, 72, 1);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}

#item-header-cover-image #item-header-avatar img.avatar {
  max-width: 170px !important;
  height: 145px;
  object-fit: cover;
  border: 2.91px solid rgba(255, 255, 255, 1);
}

.group-description p {
  background: transparent;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  padding: 0;
  color: rgba(72, 72, 72, 1);
}

ul#group-admins li a img {
  width: 40px !important;
  height: 40px;
  /* overflow: hidden; */
  border: 0 !important;
}

#item-header-cover-image #item-header-avatar {
  height: 145px;
}

nav#object-nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

nav#object-nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(255, 255, 255, 1);
  border: 0;
}

nav#object-nav ul li {
  padding: 0;
  border: 0;
}

/* nav#object-nav ul li a .count {
    display: none;
} */

nav#object-nav ul a,
nav#object-nav ul li a {
  color: rgba(72, 72, 72, 1) !important;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  position: relative;
  padding: 0.7em calc(0.5em + 2px);
}

nav#object-nav ul li a:hover,
nav#object-nav ul a:hover {
  color: #fff !important;
  background: #0046bf !important;
}

nav#object-nav ul li.selected a {
  color: rgba(0, 70, 191, 1) !important;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400 !important;
  line-height: 21px;
  position: relative;
}

nav#object-nav ul li.selected a:hover {
  color: #fff !important;
}

nav#object-nav ul li.selected {
  position: relative;
}

nav#object-nav ul li.selected::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0px;
  left: 0;
  background-color: rgba(0, 70, 191, 1);
  height: 4px;
}

.group_detail_page .group-search.members-search.bp-search {
  width: 100%;
}

.group_detail_page input#group-members-search {
  padding: 12px;
  padding-left: 40px;
  background: #fff;
  width: 100%;
}

.group_detail_page button.group-button.join-group.button {
  border: 1px solid rgba(186, 186, 186, 1);
  background: rgba(242, 242, 242, 1);
  border-radius: 5px;
}

.groups_list,
.updates_list {
  border: 1px solid rgba(208, 208, 208, 1);
  border-radius: 10px;
}

.groups_list ul,
.updates_list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.groups_list ul li,
.updates_list ul li,
.groups_list ul li a,
.updates_list ul li a {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 15px;
}

.updates_list li img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.groups_list li img {
  width: 100px;
  height: 40px;
  object-fit: cover;
}

.groups_list li .group-info,
.updates_list li .update-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.groups_list li .group-info strong {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: rgba(102, 102, 102, 1);
  word-break: break-all;
}

.updates_list li .update-info strong {
  color: rgba(33, 39, 42, 1);
  font-family: Roboto;
  font-size: 13.59px;
  font-weight: 400;
  line-height: 14.95px;
  margin-right: 8px;
}

.updates_list li .update-info span {
  font-family: Roboto;
  font-size: 13.59px;
  font-weight: 400;
  line-height: 14.95px;
  color: rgba(33, 39, 42, 1);
}

.groups_list li .group-info span,
.updates_list li .update-info span {
  font-size: 14px;
  color: #777;
}

.see-all {
  text-align: right;
  font-size: 14px;
  color: #007bff;
  cursor: pointer;
}

.groups_list h2 {
  margin-bottom: 0;
}

.item-avatar a img {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  /* background: red; */
}

ul#members-list {
  background: #fff;
  /* padding: 20px 15px; */
}

.list-wrap.no-secondary-buttons.no-primary-buttons {
  background: rgba(242, 244, 248, 1);
  border: 1px solid rgba(221, 221, 221, 1);
}

ul#members-list li.item-entry.item-entry-header {
  font-family: Roboto;
  font-size: 26px;
  font-weight: 400;
  line-height: 39px;
  color: rgba(49, 50, 72, 1);
}

.member-status {
  background-color: rgba(0, 186, 0, 1) !important;
  border: 0 !important;
}

a.send-message {
  background: rgba(0, 70, 191, 1) !important;
  color: #fff !important;
  padding: 14px 25px !important;
  width: max-content !important;
  margin: auto;
  font-family: Roboto;
  font-size: 12.33px !important;
  font-weight: 400 !important;
  line-height: 18.49px !important;
}

h2.list-title.member-name a {
  font-family: Roboto;
  font-size: 16.86px;
  font-weight: 600;
  line-height: 18.55px;
  text-align: center;
  color: rgba(33, 39, 42, 1);
}

.group-search.activity-search.bp-search {
  width: 100%;
}

input#group-activity-search {
  width: 100%;
  padding: 12px;
  background: #fff;
  padding-left: 40px;
}

div#item-body {
  background: #fff;
  padding: 24px;
  margin-top: 24px;
}

.bp-manage-group-container {
  display: flex;
  gap: 20px;
}

nav#subnav {
  width: 30%;
  background: rgba(242, 244, 248, 1);
  border-radius: 10px;
  height: max-content;
  padding: 20px;
  margin-top: 0;
}

ul.subnav {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}

form#group-settings-form {
  background: rgba(242, 244, 248, 1);
  border-radius: 10px;
  height: auto;
  padding: 24px;
}

.bp-groups-admin-tab.current.selected {
  background: rgba(0, 70, 191, 1);
  padding: 6px;
  border: 0;
}

.bp-groups-admin-tab.current.selected a {
  background: transparent;
  color: #fff !important;
}

.bb-model-footer {
  display: block !important;
}

form#group-settings-form label {
  font-family: Roboto;
  font-size: 14.42px;
  font-weight: 400;
  line-height: 20.19px;
  text-align: left;
  color: rgba(105, 112, 119, 1);
  margin: 10px 0 !important;
}

form#group-settings-form input,
form#group-settings-form textarea {
  border: 0.9px solid rgba(216, 216, 216, 1) !important;
  background: rgba(255, 255, 255, 1) !important;
}

p.bp-controls-wrap {
  display: flex;
  align-items: center;
  gap: 7px;
}

form#group-settings-form input[type="submit"] {
  border-radius: 0px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-left: auto;
  display: flex;
  background: #0046bf !important;
  color: #fff;
}

.bp-radio-wrap label {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 22.4px !important;
  color: #000 !important;
}

.bp-checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 7px;
}

div#item-header-content {
  padding-right: 20px !important;
}

div#item-actions {
  padding-top: 0px !important;
}

p.drag-drop-buttons {
  background: #fff;
  border: 0.9px solid rgba(216, 216, 216, 1);
  padding: 17px;
  margin: 15px 30px !important;
  border-radius: 6px;
}

.drag-drop-buttons #bp-browse-button {
  background: rgba(242, 244, 248, 1) !important;
  border: 1px solid rgba(216, 216, 216, 1) !important;
  border-radius: 8px;
  color: #000 !important;
}

ul#group-admins li a {
  padding: 0;
}

.group-description {
  margin-bottom: 5px !important;
}

textarea.editable-textarea {
  padding: 16px 16px 16px 16px;
  background: rgb(255 255 255);
  border-radius: 5px;
  border: 0;
  color: #000;
  width: 100%;
}

.dropdown-toggle::after {
  right: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}

.assignee_img {
  flex-shrink: 0;
}

button.reply {
  background: transparent;
  border: 0;
  color: rgba(83, 81, 81, 1);
}

button.comment_submit {
  background: rgba(0, 70, 191, 0.7);
  color: #fff;
  border: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 10px;
  min-width: 40px;
}

.Reply_comment {
  padding: 0 0px 0 85px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 10px;
}

.comment_list .comment-box.mt-4 {
  margin-top: 0.5rem !important;
}

.Reply_comment::after,
.replies::after {
  position: absolute;
  height: calc(100% + 30px);
  width: 2px;
  content: "";
  border: 1px dashed rgba(0, 0, 0, 0.2);
  top: -20px;
  left: 61px;
}

.replies {
  padding: 0 85px;
  margin-top: 20px;
  position: relative;
}

.files_previews > div {
  width: 33%;
  height: max-content;
}

.files_previews > div .file-preview {
  position: relative;
  height: 90px;
}

.files_previews {
  display: flex;
  width: 100%;
  gap: 20px;
}

.files_previews .preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  word-break: break-all;
}

.commenter_img,
.assignee_img {
  position: relative;
}

.commenter_img img.thumb_img {
  position: absolute;
  width: 18px;
  height: 18px;
  object-fit: cover;
  bottom: -5px;
  right: -6px;
}

.assignee_img img.thumb_img {
  position: absolute;
  width: 18px;
  height: 18px;
  object-fit: cover;
  bottom: -3px;
  right: -1px;
}

.commenter_img img {
  width: 34px;
  border-radius: 50%;
}

div#view_imagePreview img,
div#view_videoPreview img,
div#view_documentPreview img {
  width: 34px;
  height: 41px;
  border-radius: 5px;
}

div#preview-container {
  position: relative;
  top: 18px;
  left: 5px;
  width: max-content;
  bottom: 0;
}

div#preview-container img {
  height: 100%;
  padding: 5px 0;
  max-width: 100% !important;
  width: 100%;
  object-fit: cover;
  min-width: 100px;
  min-height: 100px;
  margin: auto;
  height: 100px;
  margin-left: 0;
  max-width: 140px;
  padding: 0 12px;
}

div#preview-container button {
  position: absolute;
  top: 0;
  right: -30px;
  background: #0046bf !important;
  border: 0;
  color: #fff !important;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  bottom: 0;
  margin: auto !important;
  margin-top: 0 !important;
}

/* Styles for the lightbox */
.lightbox {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1000;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Lightbox content (image) */
.lightbox-content {
  display: block;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 70vw;
    max-height: 70vh;
}

/* Caption text */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
}

/* Close button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Image gallery styling */
.gallery img {
  width: 100px;
  margin: 10px;
  cursor: pointer;
  border: 2px solid #ccc;
  transition: 0.3s;
}

.gallery img:hover {
  border-color: #777;
}

.item-all-members nav#subnav {
  display: none;
}

.item-body input#group-members-search {
  background: rgba(242, 244, 248, 1) !important;
}

.heads_up_card .card-title {
  font-family: Roboto;
  font-size: 19.04px;
  font-weight: 700;
  line-height: 20.94px;
  color: rgba(72, 72, 72, 1);
}

.acknowledged {
  background: #e9f3eb;
  border: 0.95px solid #53b462;
  padding: 4px 12px;
  border-radius: 30px;
  color: #53b462;
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.2px;
}

.unacknowledged {
  background: rgba(168, 36, 42, 0.1);
  border: 0.95px solid rgba(168, 36, 42, 1);
  padding: 4px 12px;
  border-radius: 30px;
  color: rgba(168, 36, 42, 1);
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.2px;
}

.heads_up_card .flex-shrink-0 img {
  border: 1px solid rgba(0, 70, 191, 1);
  border-radius: 50%;
  width: 22px;
  height: 22px;
}

.heads_up_card .flex-grow-1 {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 19.8px;
  text-align: left;
  color: rgba(72, 72, 72, 1);
}

/* .heads_up_card .d-flex.justify-content-between.my-3 {
    border-bottom: 1px solid rgba(0, 70, 191, 0.1);
    padding-bottom: 20px;
} */
.list_action_btns {
  border-top: 1px solid rgba(0, 70, 191, 0.1);
  padding-top: 20px;
}

.list_action_btns span {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.2px;
  color: rgba(163, 163, 163, 1);
}

.list_action_btn p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  text-align: left;
}

.headsup table tbody tr td:nth-child(2) img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.incomplete span {
  background: rgba(234, 21, 21, 0.1);
  color: rgba(234, 21, 21, 1);
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  padding: 5px 12px;
  border-radius: 30px;
  width: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.headsup table tbody tr td:last-child {
  color: rgba(0, 0, 0, 0.5);
}

.Draft span {
  background: rgba(255, 240, 219, 1);
  color: rgba(244, 122, 8, 1);
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  padding: 5px 12px;
  border-radius: 30px;
  width: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.headsup_modal.create_task_modal .modal-dialog {
  max-width: 100%;
  background-color: rgba(242, 244, 248, 1);
}

.headsup_modal .Img_block,
.headsup_modal .video_block,
.headsup_modal .document_block {
  width: 33%;
  position: relative;
}

/* .headsup_modal .modal-fullscreen .modal-body{
    overflow-x: hidden;
} */
.headsup_modal .upload-button label {
  height: 50px;
}
.headsup_modal .Commentslist {
  overflow: hidden;
}
.comment_text.img_lightbox.d-flex.flex-column.gap-2{
  gap: 0 !important;
}
.headsup_modal button.reply{
  margin-top: 8px;
}
.headsup_modal .card_wrapper {
  background: rgba(248, 248, 248, 1);
}

.headsup_modal .form-select,
.headsup_modal .form-control {
  border: 1px solid rgba(212, 212, 212, 1);
}

.headsup_modal .row .bg_white {
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    height: 100%;
    max-height: 90vh;
    overflow: scroll;
}
.headsup_modal .commenter_name{
    width: 150px;          /* control how many characters fit */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.setting_toggle {
  border: 1px solid rgba(212, 212, 212, 1);
  padding: 8px 22px;
  border-radius: 10px;
}

.setting_toggle .form-switch {
  padding-left: 0em;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  padding: 15px 0;
}

.setting_toggle .form-switch .form-check-input {
  width: 3em;
}

.setting_toggle .form-switch:nth-child(1) {
  border-bottom: 1px solid rgba(212, 212, 212, 1);
}

.publish_message {
  padding: 24px;
  color: rgba(0, 0, 0, 0.5);
}

.headsup_modal .activity_card {
  background-color: #fff;
  border: 0;
  margin: 0;
  padding: 0 !important;
  height: auto;
}

.headsup_comment .commentbox {
  margin-bottom: 20px;
}

.upper_div {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(221, 220, 220, 1);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.bottom_div {
  padding-top: 20px;
  border-top: 1px solid rgba(221, 220, 220, 1);
}

.acknowledge,
.headsup_comment {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.acknowledge {
  height: auto;
}

.headsup_comment p {
  font-family: Roboto;
  font-size: 12.06px;
  font-weight: 400;
  line-height: 14.13px;
  color: rgba(103, 103, 103, 1);
  text-align: center;
}

.headsup_comment h6 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: rgba(49, 50, 72, 1);
}

.headsup_comment button {
  border: 0;
  background-color: transparent;
  font-size: 25px;
}

.headsup_comment button i {
  background: transparent !important;
  color: rgba(0, 70, 191, 1) !important;
}

.headsup_comment .upload-buttons {
  margin-right: 5px;
}

.headsup .settings_dropdown {
  width: 200px;
}

.headsup_modal.headsup_view .modal-dialog {
  max-width: 1100px;
  margin: auto;
  margin-top: 20px;
  height: max-content;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2,
.gallaryslider2 {
  height: 300px;
  overflow: hidden;
  width: 100%;
}

.mySwiper,
.gallaryslider {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide,
.gallaryslider .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 267px;
}

embed {
  width: 100% !important;
  height: 100% !important;
}

.mySwiper .swiper-slide-thumb-active,
.gallaryslider .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img,
.gallaryslider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 267px;
}

.headsup_view.headsup_modal .card_wrapper {
  background: #fff;
}

.modal-dialog-scrollable .modal-content {
  height: 100%;
}

.headsup_view .modal-header .btn-close {
  width: 20px;
  height: 20px;
  background: rgba(0, 70, 191, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 100;
}

#edit_modal .acknowledge {
  height: 45% !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "\f104";
  font-weight: 600;
  font-family: "Font Awesome 6 free";
  font-size: 35px;
  width: 48px;
  height: 48px;
  background: rgba(0, 70, 191, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "\f105";
  font-weight: 600;
  font-family: "Font Awesome 6 free";
  font-size: 35px;
  width: 48px;
  height: 48px;
  background: rgba(0, 70, 191, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 50%;
}

.bottom_div p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}

.headsup_view h6 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: rgba(49, 50, 72, 1);
  border-bottom: 1px solid rgba(230, 230, 230, 1);
  padding-bottom: 10px;
}

.headsup_edit_page {
  background: rgba(242, 244, 248, 1);
}

.headsup_edit_page h6 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(49, 50, 72, 1);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(230, 230, 230, 1);
}

#view_modal.modal.fade .modal-dialog {
  background: rgba(242, 244, 248, 1);
}

#view_modal .modal-header {
  padding: 0;
}

#view_modal .modal-content {
  background-color: transparent;
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
  background: transparent;
  border: 0;
}

.page-item:first-child .page-link {
  background: transparent;
  border: 0;
}

/* .pagination .page-item:not(:last-child,:first-child){
    width:42px;
    height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.pagination .page-item:not(:last-child, :first-child) .page-link {
  color: #697077;
  width: 42px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .active>.page-link, .page-link.active{
    color:rgba(0, 70, 191, 1) ;
} */
.pagination .page-item .page-link {
  color: rgba(105, 112, 119, 1);
}

.page-item:last-child .page-link {
  color: rgba(0, 70, 191, 1);
}

.pagination .page-item .page-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.5px;
}

.pagination .page-item.active .page-link {
  background: rgba(0, 70, 191, 0.12);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: rgba(0, 70, 191, 1) !important;
}

.media-item {
  position: relative;
  width: 75px;
  /* height: 27px; */
}

.media-item img {
  width: 100px;
  height: 100px;
}

.media-item video {
  width: 100%;
  height: 100%;
}

.media-item video {
  width: 76px;
  height: 76px;
  object-fit: cover;
}

.gallaryslider2 .swiper-slide video {
  width: 140px;
  height: 140px;
  object-fit: cover;
  margin-top: 20px;
}

input[type="search"] {
  background: white !important;
  padding: 10px !important;
  color: #000;
  padding-left: 38px !important;
  width: 100% !important;
}

.screen-content.members-directory-content {
  padding: 20px;
  padding-top: 0;
}

.buddypress-wrap .subnav-filters {
  padding: 0 20px !important;
  margin-bottom: 0 !important;
}

.grid > li .list-wrap {
  background: rgba(242, 244, 248, 1) !important;
  border: 1.03px solid rgba(221, 221, 221, 1) !important;
  border-radius: 10px !important;
}

a.friendship-button {
  padding: 5px 10px !important;
  width: max-content !important;
  margin: auto;
  color: #fff !important;
  font-size: 12.33px !important;
  font-weight: 400 !important;
  line-height: 18.49px !important;
  background: rgba(156, 156, 156, 1) !important;
}

.select-wrap select {
  background: #fff !important;
  padding: 10px !important;
}

.buddypress-wrap .subnav-filters .select-wrap {
  margin-right: 0 !important;
}

.buddypress-wrap .select-wrap span.select-arrow {
  z-index: 1 !important;
}

body.group-members.members:not(.groups) .buddypress-wrap .grid.bp-list > li {
  border-bottom: none;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  min-width: 0;
  padding: 0 5px;
  margin-bottom: 10px;
}

#buddypress .members-list > li,
.buddypress-wrap ul.bp-list.groups-dir-list > li {
  min-width: auto !important;
}

.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav {
  border-bottom: 1px solid rgba(222, 222, 222, 1) !important;
  box-shadow: none !important;
  padding: 6px 6px;
  background: #80808012;
}

.bp-navs ul li a {
  align-items: center;
  gap: 10px !important;
}

.bp-navs ul li .count {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.next {
  margin-top: 24px;
  margin-left: auto;
  display: flex;
}

.table-responsive.listing_table {
  overflow: visible;
}

body.groups .grid > li .list-wrap {
  background: rgba(255, 255, 255, 1) !important;
  border: 1.03px solid rgba(221, 225, 230, 1) !important;
  border-radius: 10px !important;
}

body.messages .buddypress-wrap {
  max-width: 100% !important;
}

body.messages nav#subnav {
  width: 100%;
  overflow: visible;
  background: transparent;
}

body.messages .right {
  padding: 0 20px;
}

.messages-wrapper #subnav .subnav {
  flex-direction: row;
}

body.messages div#item-body {
  background-color: transparent;
}

.bp-messages-nav-panel {
  background-color: #fff;
}

body.messages
  .buddypress-wrap
  .subnav-filters
  div
  button#user_messages_search_submit {
  position: absolute;
}

body.messages input[type="search"] {
  border: 0 !important;
  background: rgba(242, 244, 248, 1) !important;
}

.user-messages-search span.bb-icon-l.bb-icon-search {
  display: block;
  position: absolute;
}

.message-lists .thread-item {
  border: 0;
  margin: 0 20px;
  padding: 0px 10px;
}

.message-lists .thread-item.current {
  background: rgba(0, 70, 191, 0.1);
  border: 0;
}

#message-threads .bp-message-link.current {
  background: transparent;
  color: rgba(33, 39, 42, 1);
  border: 0;
}

.bp-messages-content {
  background: #fff;
  margin-left: 20px;
  padding-top: 0px;
  padding-left: 0 !important;
}

#bp-message-thread-list li.divider-date {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
}

#bp-message-thread-list {
  background: transparent !important;
  max-height: initial !important;
  max-height: 480px;
  height: 100%;
  overflow: scroll;
}

#bp-message-thread-list {
  padding: 0 0em !important;
}

body.messages .col-md-4 {
  display: none;
}

body.messages .col-md-8 {
  flex: 0 0 auto;
  width: 100%;
}

#bp-message-thread-list li {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 10px 0 !important;
}

.message-metadata {
  display: none;
}

.standard-form.send-reply,
.bp-messages-content #bp-message-content {
  background: rgba(242, 244, 248, 1);
  border: 1px solid rgba(228, 226, 226, 1);
  margin-left: 12px !important;
  margin-right: 12px !important;
  padding-bottom: 10px !important;
}

#send_message_form .select2-selection--multiple {
  border: 0 !important;
}

/* form#send_message_form {
  padding: 0px;
} */
.compose .bp-messages-recipient {
  display: flex;
  padding: 0;
  margin: 2px 0px !important;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid;
  padding: 0 10px 10px 10px !important;
  border-bottom: 1px solid rgba(222, 222, 222, 1) !important;
}

.compose #buddypress #send_message_form .select2-search__field {
  padding: 10px !important;
  background: transparent !important;
}

.messages-wrapper #subnav #compose-personal-li.current {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

p.bp-message-content_foot_note {
  display: none;
}

.bp-personal-sub-tab.current.selected {
  padding: 0;
  border: 0;
  background: transparent;
}

body.profile nav#subnav {
  width: 100%;
  padding: 10px 10px;
}

body.profile nav#subnav ul {
  flex-direction: row !important;
  align-items: center;
}

.profile-fields.bp-tables-user tbody {
  display: flex;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
}

.profile-fields.bp-tables-user tbody tr {
  display: flex;
  flex-direction: column;
  width: calc(50% - 5px);
  background: rgba(245, 247, 250, 1) !important;
  border-radius: 10px;
}

.buddypress-wrap .bp-tables-report tr.alt td,
.buddypress-wrap .bp-tables-user tr.alt td,
.buddypress-wrap table.wp-profile-fields tr.alt td {
  background: rgba(245, 247, 250, 1) !important;
}

.buddypress-wrap .public .profile-fields td.label {
  width: 100% !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  color: rgba(130, 130, 130, 1);
  padding-bottom: 0 !important;
}

.buddypress-wrap table.profile-fields .data {
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  color: rgba(0, 0, 0, 1);
}

.buddypress-wrap .profile.public .profile-group-title {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  margin-bottom: 15px;
}

body.groups input#group-activity-search {
  background: rgba(245, 247, 250, 1) !important;
}

.bp-document-listing
  .media-search-form
  .bp-dir-search-form
  .nouveau-search-submit {
  display: none;
}

input#group-document-search {
  background: rgba(245, 247, 250, 1) !important;
  border: 0;
  border-radius: 30px;
  padding: 13px !important;
  padding-left: 39px !important;
}

.bp-media-header-wrap .media-search-form:after {
  display: none !important;
}

.groups-header #item-header-cover-image #item-actions,
.groups-header #item-header-cover-image #item-header-content {
  padding-bottom: 0 !important;
}

#dir-activity-search-form #dir-activity-search {
  height: auto !important;
}

.activity-update-form,
.bp-nouveau-activity-form-placeholder- {
  margin: 0 !important;
}

.bb-media-length-1 .bb-activity-media-elem.media-activity {
  width: 100%;
  margin-top: 20px;
}

.bb-media-length-1 .bb-activity-media-elem .entry-img img {
  width: 100%;
  max-height: 300px;
  height: 100%;
  background-size: 100% 100%;
  border-radius: 10px;
  /* margin-top: 20px !important; */
}

.activity-list.bp-list .activity-item {
  box-shadow: 0 0 9px 3px #d2d2d2 !important;
  border: 1px solid #b7b7b7c7 !important;
  border-radius: 12px !important;
}

body.activity .bb-activity-media-wrap {
  margin-top: 15px !important;
}

.bb-media-model-wrapper
  .activity-comments
  .acomment-foot-actions
  .generic-button,
.buddypress-wrap .activity-comments .acomment-foot-actions .generic-button {
  margin: 0px 0 !important;
}

.headsup_comment p {
  text-align: left;
}

.reply,
.like-count {
  font-family: Roboto;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 19.6px;
  text-align: left;
  color: #000 !important;
}

form#comment-form {
  position: sticky;
  bottom: 0px;
  background: #fff;
  padding-bottom: 15px;
  width: 100%;
}

.Commentslist {
  max-height: 100%;
  overflow: scroll;
  padding: 24px 0px 0;
}

.headsup_comment .Commentslist {
  overflow: inherit;
  padding-top: 0;
}

.headsup_comment .Commentslist .comment_lists {
  overflow: scroll;
  max-height: 75vh;
}

/* Hide scrollbar for Chrome, Edge, and Safari */
.Commentslist::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for Firefox */
.Commentslist {
  scrollbar-width: none;
  /* Firefox */
}

.heads_up_view_title {
  word-break: break-word;
}

/* Hide scrollbar for Internet Explorer and older Edge */
.Commentslist {
  -ms-overflow-style: none;
  /* Internet Explorer and Edge */
}

.headsup_edit_page .row.gy-3 div:last-child .bg_white {
  padding: 0;
}

.headsup_edit_page form#comment-form {
  padding: 20px;
}

.headsup_edit_page div#edit_modal {
  padding: 0 20px;
}

.activity-list li.bbp_reply_create .activity-content .activity-inner,
.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.blogs .activity-content .activity-inner {
  max-width: 86% !important;
  margin-left: auto;
}

.bb-media-model-wrapper .activity-comments .acomment_inner,
.buddypress-wrap .activity-comments .acomment_inner {
  width: 50%;
}

.business_cards {
  align-items: start !important;
}

.users-header #item-header-avatar:hover .link-change-overlay {
  position: absolute;
  left: 3px;
  right: 3px;
  top: 0px !important;
  height: 145px !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border-radius: 0% !important;
  width: 170px !important;
  margin: auto !important;
}

#item-header a.link-change-cover-image > i,
#item-header a.link-change-profile-image > i,
#item-header a.position-change-cover-image > i {
  font-size: 34px;
  background: #0046bf !important;
  color: #fff !important;
  border-radius: 20px;
  padding: 0;
  width: 34px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.awards_card_action ul li a {
  display: flex;
  justify-content: space-around;
}

.awards_card_action ul li a i {
  color: #fff;
  background-color: rgba(106, 134, 182, 1);
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.share_block {
  width: 400px;
  display: none;
  position: absolute;
  left: 50px;
  border: 1px solid rgba(231, 230, 230, 1);
  top: 50px;
  z-index: 100;
}

.share_list.checkboxes {
  background: transparent;
  padding: 0;
}

.awards_list .col-md-6:nth-child(even) .share_block {
  left: auto;
  right: 135px;
}

.item-send-invites .item-avatar a img {
  height: 40px;
}

.checkboxes input[type="radio"],
.checkboxe input[type="radio"] {
  accent-color: #0046bf;
  width: 23px;
  height: 23px;
}

.selected_userimg .img_counter,
.img_counter {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0046bfa1;
  border-radius: 50%;
  color: #fff;
}

.issue_max_height {
  max-height: 300px;
  overflow-y: scroll;
}

div#item-header-content {
  padding: 15px !important;
}

.bb-groups-invites-left {
  flex: 0 0 40% !important;
}

#buddypress #header-cover-image .header-cover-img {
  top: 0 !important;
}

.assignee_img img {
  width: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.taskDate p {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.taskDate p span:first-child {
  display: flex;
  gap: 6px;
  /* width: 50%; */
}

.taskDate p span:first-child strong {
  text-transform: capitalize;
}

.issue_detail_left .accordion-button {
  width: 230px;
  justify-content: end;
  gap: 10px;
}

span#Reportissue {
  position: absolute;
  right: 17px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  width: 170px;
  text-align: end;
}

.accordion-button::after {
  margin-left: 0;
}

.checkboxes .inner-wrap label span img:first-child {
  width: 35px;
  border-radius: 50%;
}

.checkboxes .inner-wrap label span img:nth-child(3),
.checkboxes .inner-wrap label span img:nth-child(4),
.checkboxes .inner-wrap label span img {
  width: 35px;
  height: 35px;
}

.priority.low {
  color: blue;
  /* font-weight: 600; */
}

.priority.medium {
  color: rgba(236, 130, 76, 1);
  /* font-weight: 600; */
}

table tbody tr td.open {
  border: 1px solid #dde1e6 !important;
}

.Assigned_to {
  max-width: 790px;
}

.Assigned_to {
  max-width: 790px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.task_date span {
  width: 130px;
}

.backBtn {
  width: 30px;
  height: 30px;
  background: rgba(0, 70, 191, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 1;
  border-radius: 50%;
  padding: 0;
}

.btn.accordion-button.form-select.toggle-next {
  background-image: none;
}

.custom-select {
  position: relative;
  width: 140px;
}

.select-selected {
  background-color: transparent;
  padding: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row-reverse;
  justify-content: center;
}

.select-selected:after {
  content: "\f107";
  /* FontAwesome down arrow icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  height: max-content;
  color: #000;
}

.select-items div,
.select-selected {
  color: #333;
}

.select-items {
  position: absolute;
  background-color: #f1f1f1;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ddd;
  z-index: 99;
  text-align: center;
}

.select-items div {
  padding: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.select-items div:hover {
  background-color: #ddd;
}

.select-hide {
  display: none;
}

.select-arrow-active:after {
  content: "\f106";
  /* FontAwesome up arrow icon */
}

.fa-icon {
  margin-right: 5px;
}

/* Color styles based on selection */
.high {
  color: red;
}

.medium {
  color: orange;
}

.low {
  color: green;
}

/* .priority_select option{
    color: rgba(83, 180, 98, 1);
} */
.priority_select,
#due_date {
  cursor: pointer;
}

.uploaded_files .file a {
  color: #000;
  display: flex;
  gap: 10px;
}

.uploaded_files .file a i {
  color: rgba(0, 0, 0, 0.5);
}

.share_block ul {
  max-height: 236px;
  overflow: scroll;
  padding-right: 10px;
}

.issue_status_change.resolved:focus {
  background-color: rgba(233, 243, 235, 1);
  color: rgba(83, 180, 98, 1);
}

.issue_status_change.open:focus {
  color: rgba(236, 130, 76, 1);
  background-color: rgba(254, 232, 221, 1);
}

.issue_status_change.open {
  background-color: rgba(254, 232, 221, 1);
  color: rgba(236, 130, 76, 1);
}

.issue_status_change.resolved {
  background-color: rgba(233, 243, 235, 1);
  border: 1.05px solid rgba(127, 205, 140, 1);
  color: rgba(83, 180, 98, 1);
  background-image: url(../admin-images/green_arrow.png);
  background-repeat: no-repeat;
}

.comment_lists.mt-5 {
  overflow: scroll;
  max-height: 530px;
  height: 530px;
  position: relative;
}

.comment_list_scroll .comment_lists.mt-5 {
  max-height: 100%;
}

.back_top a {
  background-color: #0046bf;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.back_top {
  background-color: #0046bf;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: none;
}

.back_top.show {
  display: block;
}

.file-preview video {
  width: 90px;
}

.comment_text p img {
  max-height: 110px;
  object-fit: cover;
}

div#all_container .assignee_img img,
.all_task_details .assignee_img img {
  width: 30px;
}

/* #all_container .d-flex.align-items-start.gap-3.pb-4.mw-100{
    align-items: center !important;
} */
#all_container .d-flex.align-items-start.gap-3.pb-4.mw-100 .taskDate.w-100.mt-3,
.all_task_details
  .d-flex.align-items-start.gap-3.pb-4.mw-100
  .taskDate.w-100.mt-3 {
  margin-top: 0 !important;
}

.history_list
  .d-flex.align-items-center.justify-content-between.mb-2
  .d-flex.align-items-center {
  width: 60%;
}

#issue_link a {
  color: #0046bf;
}

.sidebar_btns a:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 1);
}

.sidebar_btns a.active {
  background: rgba(255, 255, 255, 1);
  border-radius: 0;
}

.sidebar_btns a:nth-child(3) {
  border-radius: 0 30px 30px 0;
}

.sidebar_btns a:nth-child(3).active {
  background: rgba(255, 255, 255, 1);
  border-radius: 0 30px 30px 0;
}

.sidebar_btns a:first-child.active {
  border-radius: 30px 0px 0px 30px;
}

.notify_header {
  background: rgba(225, 234, 249, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}

.notification_list ul li {
  padding: 24px;
  background: #fff;
  border-top: 2px solid rgba(232, 232, 232, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notification_list ul li.unread_notification {
  background: rgba(249, 247, 230, 1);
  /* position: relative; */
  /* padding-left: 48px; */
}

.read_notification .form-check-input[type="checkbox"] {
  border-color: #0046bf !important;
}

.notification_list ul li .flex-shrink-0 img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

li.unread_notification .flex-shrink-0 img {
  border-radius: 50%;
}

.read_notification .flex-shrink-0 img {
  border-radius: 50%;
  height: 35px !important;
}

.notification_time p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  color: #000;
  background: transparent;
  text-align: left;
  padding: 0;
  word-break: break-word;
  cursor: pointer;
  margin-bottom: 0;
}
.notification_time p a{
  background:transparent !important;
}
.notification_time span {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: rgba(100, 104, 106, 1);
}

.view_filter select {
  width: 140px;
}

.sort_by {
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 15px;
  border-radius: 4px;
}

.sidebar_btns {
  position: relative;
  margin-top: 18px !important;
}

.notification_popup {
  position: fixed;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(225, 234, 249, 1);
  width: 390px;
  left: 2%;
  top: 15%;
  z-index: 99999999999 !important;
  display: none;
}

.notification_popup.active {
  display: block;
}

.left.admin_dashboard {
  overflow: visible;
}

.popup_header p {
  background-color: transparent;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  color: rgba(98, 98, 98, 1);
  padding: 0;
  margin: 0;
}

.popup_header a {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  flex-grow: unset;
  width: fit-content;
  color: rgba(0, 70, 191, 1);
}

.popup_header {
  background: rgba(225, 234, 249, 1);
  padding: 15px;
}

.admin_dashboard .nav-list {
  margin-top: 50px;
  height: calc(100vh - 200px);
  overflow: scroll;
}

.popup_list li {
  background-color: #f2f4f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup_list li.unread_notification {
  background: #f9f7e6;
}

.unread_dot {
  display: none;
}

.popup_list li.unread_notification .unread_dot {
  display: inline-flex;
  width: 10px;
  height: 10px;
  background: rgba(0, 70, 191, 1);
  /* position: absolute; */
  border-radius: 50%;
}

.popup_list li.unread_notification .d-flex.align-items-start.gap-2,
.popup_list li.read_notification .d-flex.align-items-start.gap-2 {
  padding: 10px;
  border-bottom: 1px solid rgba(220, 220, 220, 1);
}

.notification_list ul li.unread_notification .unread_dot {
  display: inline-flex;
  width: 10px;
  height: 10px;
  background: rgba(0, 70, 191, 1);
  /* position: absolute; */
  border-radius: 50%;
  margin-right: 10px;
}

.view_notification {
  background: #e1eaf9;
  padding: 12px;
  text-align: center;
  width: 100% !important;
  border-radius: 0 !important;
  font-family: Roboto;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 19.6px;
  display: block;
}

.provide_access .modal-dialog {
  background: #f2f4f8;
}

.provide_access .modal-dialog .modal-content {
  background-color: transparent;
}

.provide_access .checkboxes {
  padding: 0;
  background-color: transparent;
}

.provide_access .checkboxes .inner-wrap {
  padding: 0;
}

.card_wrapper.selected_user {
  max-height: 210px;
  overflow: scroll;
}

.access_list .inner-wrap.card_wrapper {
  max-height: 250px;
  overflow: scroll;
}

.provide_access .btn-secondary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #7e7e7e;
  --bs-btn-border-color: #7e7e7e;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #7e7e7e;
  --bs-btn-hover-border-color: #7e7e7e;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #7e7e7e;
  --bs-btn-active-border-color: #7e7e7e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #7e7e7e;
  --bs-btn-disabled-border-color: #7e7e7e;
}

ul.popup_list.mb-0 {
  max-height: 350px;
  overflow: scroll;
}

.notification_btn span {
    background-color: #0046bf;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -9px;
    left: 11px;
}

/* Basic styles for the select box */
.select_with_icon .form-select {
  width: 200px;
  color: black;
  text-align: center;
}

/* Ensure dropdown options are always black */
.select_with_icon .form-select option {
  color: black;
  /* Keep the option text black */
}

.select_with_icon select {
  background-image: none;
  appearance: none;
}

.select_with_icon .priority-icon {
  display: none;
}

.filter_dropdown .dropdown-menu {
  border: 1px solid #dde1e6;
  background: #fff;
  width: 260px;
  padding: 0;
}

.filter_dropdown .dropdown-menu .dropdown-item {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 20px;
}

.filter_dropdown .dropdown-menu .dropdown-item > span {
  display: flex;
  align-items: center;
  gap: 15px;
}

.filter_dropdown .dropdown-menu li {
  padding: 0;
}

.filter_dropdown .dropdown-menu .dropdown-item i {
  font-size: 25px;
}

.filter_dropdown .dropdown-item.active,
.filter_dropdown .dropdown-item:active {
  color: #fff;
}

.filter_dropdown .dropdown-item:active i {
  color: #fff !important;
}

.filter_wrapper,
.add_filters {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all ease-in-out 1s;
  flex-wrap: wrap;
}

.filter_wrapper .dropdown-menu {
  background-color: #fff;
  box-shadow: 0px 4px 6.3px 0px #00000040;
  max-width: 400px;
  width: 400px;
  z-index: 36;
}

.all-filters li label,
#all-filters li label,
.selected-filters li label,
.selected-filters2 li label,
.all-filters2 li label,
#selected-filters li label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  width: 100%;
  background-color: transparent;
  border: 0;
}

.all-filters .btn.btn-outline-primary {
  padding: 15px !important;
  color: #000000;
  text-transform: capitalize;
}

.all-filters .btn-check:checked + .btn,
.all-filters .btn.active,
.all-filters .btn.show,
.all-filters .btn:first-child:active,
.all-filters :not(.btn-check) + .btn:active {
  background-color: #f5f3cc;
  color: #5b5c61;
  border-color: #f5f3cc;
}

.all-filters li label input,
.selected-filters li label input,
#all-filters li label input,
#selected-filters li label input {
  width: 20px;
  height: 20px;
  accent-color: #0046bf;
}

.filter_wrapper .multi-dropdown .dropdown-toggle,
.priority_dropdown .dropdown-toggle {
  max-width: 100%;
  width: 100%;
  padding-right: 30px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-transform: capitalize;
  background: #f2f4f8;
}

button.remove_filter {
  background: #f5f3cc;
  color: #0046bf;
  border: 0;
  border-radius: 50%;
  font-size: 22px;
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.priority_filter.filter_wrapper .dropdown-menu {
  width: 250px;
  max-width: 250px;
}

.date_filter li {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}

.date_filter li:last-child {
  border-bottom: 0;
}

.date_filter input {
  max-width: 150px;
  border: 1px solid #b6b6b6;
  color: #424242;
}

.date_filter .input_fields {
  position: relative;
}

.date_filter .input_fields i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  right: 10px;
  pointer-events: none;
  color: #7e7e7e;
}

.add_filters .buttons button {
  flex-grow: 1;
}

.date_filter button {
  background-color: transparent;
  border: 0;
  width: 100%;
  text-align: left;
}

.add_filters .buttons button.btn-secondary {
  background: #9c9c9c;
  border-color: #9c9c9c;
  color: #fff;
}

.filter_wrapper {
  display: none;
}

.filter_checkbox input {
  position: absolute;
  background-color: transparent;
}

.filter_checkbox .btn.btn-outline-primary {
  padding: 16px 16px 16px 16px;
  background-color: rgba(242, 244, 248, 1);
  color: #5b5c61;
  width: 100%;
  border: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  text-transform: capitalize;
}

.filter_checkbox .btn-check:checked + .btn,
.btn.active,
.filter_checkbox .btn.show,
.filter_checkbox .btn:first-child:active,
.filter_checkbox :not(.btn-check) + .btn:active {
  background-color: #f5f3cc;
}

.filter_checkbox .btn.btn-outline-primary i {
  position: relative;
  left: 0;
  margin: 0;
}

.select2-search.select2-search--dropdown {
  display: none;
}

.select2-container {
  background-color: #f2f4f8;
  /* width: 100% !important; */
  height: 100%;
}

span.selection {
  width: 100%;
  height: 100%;
  border: 0;
}

.select2-container--default .select2-selection--single {
  background-color: #f2f4f8;
  border: 0;
  border-radius: 4px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  margin: auto;
  bottom: 0;
}

.select2-results__option span i,
.select2-selection__rendered span i {
  font-weight: 500;
  font-size: 23px;
  color: #000;
}

.select2-results__option span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  width: 100%;
}

.select2-selection__rendered span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #0046bf;
  color: #fff;
}

.select2-container--default
  .select2-results__option[aria-selected="true"]
  span
  i,
.select2-container--default
  .select2-results__option--highlighted[aria-selected]
  span
  i {
  color: #fff;
}

.select2-results__option {
  border-bottom: 1px solid #dde1e6;
}

.ui-datepicker-prev .ui-icon {
  background-image: url(../images/ui-icons_444444_256x240.png) !important;
}

.ui-datepicker-next .ui-icon {
  background-image: url(../images/ui-icons_444444_256x240.png) !important;
}

.custom_select {
  overflow-x: hidden;
}

.setting_form h6 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 19.8px;
  color: #21272a;
}

.setting_form .form-control,
.setting_form .form-select,
.setting_right .form-control {
  background: #ffffff;
}

.setting_form .form-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  margin-bottom: 8px;
  color: #21272a;
}

.notification_setting h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 19.8px;
  color: #000000;
}

.notification_details ul.notification_setting_list:not(:last-child),
.notification_edit ul.notification_setting_edit:not(:last-child) {
  border-bottom: 1px solid #c0bcbc;
  padding-bottom: 20px;
  margin-top: 15px;
}

.notification_setting_list,
.notification_setting_edit {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.notification_details
  ul.notification_setting_list
  .user_notification_setting:not(:last-child) {
  margin-bottom: 20px;
}

.user_notification_setting {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 8px;
}

.user_notification_setting span,
.notification_setting_edit label {
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  color: #565656;
}

.notification_setting input,
.notification_setting select.dt-input {
  padding: 0;
  border-radius: 2px;
}

.notification_setting .form-check-input[type="checkbox"] {
  border-radius: 2px;
}

.notification_setting .form-check-input:checked {
  background-color: #0858e2;
  border-color: #0858e2;
}

.profileImg {
  width: 100px;
  height: 100px;
}

.profileImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.edit_img {
  position: absolute;
  top: 50%;
  transform: translateY(-20%);
  background: #0046bf;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -15px;
}

.edit_img input {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.edit_img i {
  position: absolute;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
}

.toggle-password {
  float: right;
  cursor: pointer;
  margin-right: 15px;
  margin-top: -41px;
  color: #bbbbbb;
  font-size: 25px;
}

.password_edit label {
  color: #21272a;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
}

.btnBlock .btn-secondary,
.deleteAccount_box .btn-secondary,
.setting_form .btn-secondary {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
  color: #fff;
}

.deleteAccount i {
  font-size: 20px;
}

.deleteAccount_box label {
  color: #21272a;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
}

.code {
  max-width: 12% !important;
  text-align: center;
}

.form-control.disabled,
.form-select.disabled,
.form-check.disabled {
  pointer-events: none;
  /* Prevents interaction */
  opacity: 1;
}

.save_settingForm {
  display: none;
}

/* .notification_edit{
    display: none;
} */
.contact_left {
  background: rgba(254, 238, 31, 0.2);
  height: 100%;
}

.contact_details ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.contact_form .input-group {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
  align-items: center;
}

.contact_form .input-group .input-group-text {
  background: rgba(0, 70, 191, 0.44);
  border: 0;
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.contact_form .input-group .form-control {
  background: transparent;
  color: rgba(82, 81, 81, 1);
}

.contact_form .form-control {
  background-color: #fff;
  color: rgba(82, 81, 81, 1);
}

.contact_form .form-control::placeholder {
  color: rgba(130, 130, 130, 0.59);
}

.contact_right h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 35.2px;
  color: rgba(0, 70, 191, 1);
}

.terms_condition li {
  color: rgba(86, 86, 86, 1);
}

.terms_condition h6 {
  text-transform: capitalize;
}

.notSelected_check,
.Selected_check {
  max-height: 130px;
  overflow-y: scroll;
}

.Selected_check {
  gap: 0rem !important;
}

.logout_text h5 a {
  color: rgba(0, 70, 191, 1);
}

.logout_text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: rgba(0, 0, 0, 1);
}

.logout_block button,
.logout_block a {
  flex-grow: 1;
  width: 50%;
}

.logout_block .btn-secondary {
  background: rgba(212, 212, 212, 1);
  border-color: rgba(212, 212, 212, 1);
  color: rgba(0, 0, 0, 1);
}

.logout_modal .modal-content {
  background: rgba(242, 244, 248, 1);
  padding: 30px;
}

.logout_modal .modal-content .modal-body {
  background: rgba(255, 255, 255, 1);
}

.logout_block {
  padding: 8px 50px 15px;
}

.files_previews > div .file-preview {
  position: relative;
  height: 90px;
}

button.edit-remove-image,
.edit-remove-video,
.edit-remove-documents {
  position: absolute;
  right: -6px;
  z-index: 10;
  border: 0;
  background: #0046bf;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -6px;
}

a.remove-media,
.remove_image {
  position: absolute;
  background: #0046bf;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -6px;
  right: -6px;
  color: #fff;
  border: 0;
  border-radius: 50%;
}

.treeDots a.repoert_button i {
  width: auto !important;
  height: auto !important;
  background-color: transparent;
  margin-right: 0 !important;
  font-size: 25px;
  color: rgba(15, 98, 254, 1);
}

.treeDots .repoert_button {
  border: 1px solid rgba(15, 98, 254, 1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.notify_seleted_div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* event css */
.event_creation_steps .tabs-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 20px 0;
  margin-bottom: 20px;
  width: 80%;
  margin: 0 auto;
}

.event_creation_steps .tab-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  flex: 1;
  text-align: center;
}

.event_creation_steps .tab-item .circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ccc;
  border: 2px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  color: white;
  font-size: 14px;
}

.event_creation_steps .tab-item.active .circle,
.event_creation_steps .tab-item.filled .circle {
  background-color: rgba(0, 186, 0, 1);
  border-color: rgba(0, 186, 0, 1);
  color: #fff;
}

.event_creation_steps .circle:after {
  content: "✔";
  color: #fff;
  font-size: 14px;
}

.event_creation_steps .tab-item.active .circle:after,
.event_creation_steps .tab-item.filled .circle:after {
  color: #fff;
}

.event_creation_steps .tab-item span {
  font-size: 14px;
  color: #777;
}

.event_creation_steps .tab-item.active span,
.event_creation_steps .tab-item.filled span {
  color: rgba(0, 186, 0, 1);
  font-weight: bold;
}

/* Gray background line */
.event_creation_steps .tabs-container:before {
  content: "";
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ccc;
  z-index: 0;
  width: 76%;
  margin: auto;
}

/* Progress line (green line) */
.event_creation_steps .progress-line {
  position: absolute;
  top: 34px;
  height: 2px;
  background-color: rgba(0, 186, 0, 1);
  z-index: 1;
  transition: width 0.4s ease;
}

.show_steps_data {
  padding: 30px;
}

.event_creation_steps .tab-content {
  display: none;
  margin-top: 20px;
  width: 100%;
  margin: 0 auto;
}

.event_creation_steps .tab-content .bg_gray {
  padding: 30px;
}

.event_creation_steps .tab-content.active {
  display: block;
}

.event_creation_steps .fill_line {
  width: 76%;
  position: absolute;
  margin: auto;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.show_steps_data .form-label {
  color: rgba(0, 0, 0, 1);
}

.show_steps_data .form-control,
.show_steps_data .form-select {
  background-color: #fff;
  border: 1px solid rgba(212, 212, 212, 1);
}

.show_steps_data h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

.show_steps_data .form-check-input[type="checkbox"] {
  border: 1px solid rgba(15, 98, 254, 1);
  border-radius: 2px;
}

.show_steps_data .form-check-input:checked {
  background-color: rgba(15, 98, 254, 1);
}

.grayHr {
  border-bottom: 1px solid rgba(212, 212, 212, 1);
}

.btn-secondary.secondary-gray {
  --bs-btn-color: #fff !important;
  --bs-btn-bg: #6c757d !important;
  --bs-btn-border-color: #6c757d !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #5c636a !important;
  --bs-btn-hover-border-color: #565e64 !important;
  --bs-btn-focus-shadow-rgb: 130, 138, 145 !important;
  --bs-btn-active-color: #fff !important;
  --bs-btn-active-bg: #565e64 !important;
  --bs-btn-active-border-color: #51585e !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  --bs-btn-disabled-color: #fff !important;
  --bs-btn-disabled-bg: #6c757d !important;
  --bs-btn-disabled-border-color: #6c757d !important;
}

.show_steps_data h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30.8px;
  color: rgba(0, 0, 0, 1);
}

.eventSetting .form-check-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #000;
  margin-left: 5px;
}

.eventSetting ul li ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  list-style-type: disc;
  color: rgba(68, 68, 68, 1);
}

.uploadPhoto {
  max-width: 210px;
}

.eventPhotoBlock {
  max-width: 740px;
  margin: auto;
}

.uploadEventPhoto {
  max-width: 740px;
  height: 240px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: rgba(242, 244, 248, 1);
  text-align: center;
  border: 1px solid rgba(224, 223, 223, 1);
  align-items: center;
  justify-content: center;
}

.uploadPhoto input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.uploadPhoto button {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.5px;
  padding: 15px 20px !important;
}

.eventImg {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
}

.eventImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eventProfile {
  display: flex;
  gap: 15px;
}

.eventProfile h6 {
  font-weight: 600;
}

.deletePhoto {
  background-color: rgba(84, 99, 125, 1);
  padding: 10px;
  width: 160px;
  border: 0;
  color: #fff;
}

.leftHeader,
.rightHeader {
  background: rgba(0, 70, 191, 0.29);
  padding: 13px;
  border-right: 2px solid rgba(200, 200, 200, 1);
}

.shareInvition > div {
  width: 50%;
}

.listBlock,
.sendBox {
  background: rgba(242, 244, 248, 1);
  border-right: 2px solid rgba(200, 200, 200, 1);
  padding: 24px;
  height: 100%;
}

.listBlock .custom-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid rgba(221, 225, 230, 1);
}

.listBlock .custom-checkbox span img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.listBlock .custom-checkbox input {
  border: 1px solid rgba(217, 217, 217, 1) !important;
  width: 30px;
  height: 30px;
}

.rightHeader {
  padding: 17px 13px;
  border: 0 !important;
}

.card_wrapper.info {
  background: #ffffff;
  border: 1px solid #dddddd;
}

.card_wrapper.info i {
  font-size: 25px;
  color: #808080;
}

.sendInvition {
  height: 100%;
}

.sendBox {
  border: 0;
}

.checkedBadge {
  background: #3a3a3a;
  padding: 5px 13px !important;
  width: fit-content;
  color: #fff;
  border-radius: 5px;
}

.checkedBadge button {
  border: 0;
  background: #ffffff;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 50%;
}

.showCheckedMamber {
  display: flex;
  align-items: start;
  gap: 10px;
  flex-wrap: wrap;
  padding: 30px 0;
  min-height: 200px;
  max-height: 200px;
  overflow-y: scroll;
}

.listBlock,
.sendBox {
  min-height: 490px;
  max-height: 490px;
}

.listBlock .inner-wrap {
  overflow-y: scroll;
  height: 365px;
}

.eventCoverPhoto .eventImg {
  height: 200px;
}

.eventCoverPhoto .eventImg img {
  object-fit: cover;
}

.eventList .business_card {
  border: 1px solid #dde1e6;
  border-radius: 10px;
}

form#new-post br {
  display: none;
}

select#bbp_stick_topic_select {
  padding: 10px;
  border-radius: 20px;
}

.task_priority.current_status select {
  padding: 10px;
}

.task_priority.current_status select.open {
  color: rgba(118, 118, 118, 1);
  background: rgba(204, 204, 204, 1);
  border: 1px solid rgba(195, 195, 195, 1);
  background-image: url(../admin-images/gray-arrow.png);
  background-repeat: no-repeat;
  background-position: 92% center;
}

.task_priority.current_status select.resolved {
  background-color: rgba(233, 243, 235, 1);
  border: 1.05px solid rgba(127, 205, 140, 1);
  color: rgba(83, 180, 98, 1);
  background-image: url(../admin-images/green_arrow.png);
  background-repeat: no-repeat;
}

/* event detail css */
.coverImg img {
  max-height: 300px;
  object-fit: cover;
  object-position: top;
}

.eventProfile {
  padding: 0 30px 30px;
}

.eventProfileImg img {
  border: 2.91px solid rgba(255, 255, 255, 1);
}

.eventProfileImg {
  margin-top: -40px;
  width: 200px;
  height: 200px;
}

.eventPrifileDetail {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 15px;
  width: 83%;
}

.eventButton {
  background: rgba(242, 242, 242, 1);
  border: 1px solid rgba(186, 186, 186, 1);
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.eventButton i {
  font-size: 20px;
  height: 20px;
}

.eventerProfile img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  object-fit: cover;
}

.eventTabs .nav.nav-tabs {
  background: rgba(255, 255, 255, 1);
  gap: 30px;
  margin: 24px 0;
  border: 0;
  padding: 0 20px;
}

.eventTabs .nav.nav-tabs li button {
  padding: 20px 0px;
  color: rgba(102, 102, 102, 1);
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.mamberCards {
  display: flex;
  align-items: start;
  gap: 15px;
  flex-wrap: wrap;
}

.mamberCard {
  background: rgba(242, 244, 248, 1);
  border: 1px solid rgba(221, 221, 221, 1);
  padding: 25px;
  max-width: calc(33% - 12px);
  width: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mambersImg {
  width: 130px;
  height: 130px;
  margin: auto;
  border-radius: 50%;
}

.mambersImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.badge {
  background: rgba(0, 70, 191, 1);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(255, 255, 255, 1);
  padding: 10px 20px;
  width: max-content;
  margin: auto;
  border-radius: 30px;
}

.sendMessagetn {
  font-family: Roboto;
  font-size: 11.24px;
  font-weight: 400;
  line-height: 16.86px;
}

.sendMessagetn i {
  font-size: 20px;
}

.mamberCard h3 {
  font-size: 16.86px;
  font-weight: 600;
  line-height: 18.55px;
}

.evenTitleWrap h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 28.6px;
  color: rgba(33, 39, 42, 1);
}

.discussionBox {
  background: rgba(242, 244, 248, 1);
  border: 0.94px solid rgba(217, 217, 217, 1);
}

.discussionBox h5 {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  color: rgba(49, 50, 72, 1);
  padding: 10px 20px;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.discussion {
  padding: 0px 20px;
}

.discussionBox .sendBtn {
  padding: 25px 20px;
  border-top: 1px solid rgba(217, 217, 217, 1);
  text-align: end;
}

.discussion textarea {
  min-height: 200px;
  width: 100%;
  color: rgba(105, 112, 119, 1);
  border: 0;
  background: transparent;
  font-size: 14.96px;
  font-weight: 400;
  line-height: 20.94px;
}

.uploadImgBox,
.uploadFileBox {
  width: 30px;
  height: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fileUpload {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
}

.uploadImgBox input,
.uploadFileBox input {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  opacity: 0;
}

.fileUpload i {
  color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
}

.messageList table thead tr th:first-child {
  width: 65%;
}

.messageList table thead tr th {
  background-color: #fff;
  color: #000;
  min-width: 200px;
}

.messageList table thead tr th:nth-child(2) {
  min-width: 50px;
}

.messageList table tbody tr td p {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

button.delete-document-btn,
.delete-video-btn,
.delete-image-btn {
  position: absolute;
  right: -6px;
  z-index: 10;
  border: 0;
  background: #0046bf;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -6px;
}

.heads_up_card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.old {
  color: rgba(118, 118, 118, 1);
  background: rgba(204, 204, 204, 0.3);
  border: 1px solid rgba(195, 195, 195, 1);
  font-size: 14.06px;
  font-weight: 400;
  line-height: 19.69px;
  padding: 10px 30px;
  border-radius: 4px;
}

.lightbox-trigger {
  cursor: pointer;
}

.gallaryslideradd {
  height: 100px;
}

.gallaryslideradd video {
  height: 100px;
  width: 100%;
  object-fit: fill;
}

.gallaryslideradd img {
  height: 100px;
  object-fit: cover;
  /* width: 100px;   */
}

/* .gallaryslideradd .swiper-slide{
    width: 100px;
} */
.gallaryslider2add video {
  width: 100%;
  height: 267px;
  object-fit: cover;
}

i.bi.bi-filetype-doc,
i.bi.bi-filetype-pdf {
  width: 100px;
  height: 100px;
  background: #0046bf;
  color: #ffff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

i.bi.bi-filetype-pdf {
  width: 100px;
  height: 100px;
  background: #f40f02;
  color: #ffff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.view-more p {
  border-radius: 5px;
  padding: 12px 20px;
  font-family: Inter;
  font-size: 14.44px;
  font-weight: 400;
  line-height: 13.84px;
  background: rgb(0 70 191 / 28%);
  color: #0046bf;
  font-weight: 600;
}

.cropper-crop-box {
  /* height: 200px !important; */
  /*transform: translateY(0px) !important;*/
}

.uploaded_files.uploaded_documents .file {
  background: #0046bf94;
  color: #fff;
}

.uploaded_files.uploaded_documents .file a i {
  color: #fff;
  font-size: 30px;
}

.add_dispute_color.open,
.editDisputeStatus.open {
  background-color: rgba(254, 232, 221, 1);
  color: rgba(236, 130, 76, 1);

  border: 0 !important;
}

.add_dispute_color.resolved,
.editDisputeStatus.resolved {
  background-image: url(../admin-images/gray-arrow.png) !important;
  background-repeat: no-repeat;
  /* border: 1px solid var(--Color, rgba(212, 212, 212, 1)) !important; */
  background-color: transparent !important;
  color: rgba(89, 89, 89, 1) !important;
  border: 0 !important;
  width: 103px !important;
}

.add_dispute_color {
  padding: 10px !important;
}

.media-item .bi.bi-filetype-doc,
.media-item .bi.bi-filetype-pdf {
  width: 75px;
  height: 80px;
}

.media-item video {
  height: 60px !important;
}

/*.cropper-container.cropper-bg{
    height: 500px !important;
    width: 500px !important;
}*/
.cropper-view-box img {
  width: 100%;
  height: 100%;
}

.preview-block .swiper-slide {
  border: 1px solid #dddcdc;
}

.resolvedStatus svg path {
  fill: rgb(131, 131, 131) !important;
}

.Note {
  color: #212121b0;
  height: 50px;
  vertical-align: middle;
  display: flex;
  align-items: end;
  font-size: 14px;
}

.page-id-189 .Note {
  align-items: start;
}

#edit_documentPreview .file-preview {
  width: 60px;
  height: 60px;
  background: #0046bf94;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

#edit_documentPreview .file-preview a:first-child {
  color: #fff;
  font-size: 24px;
}

.remove_document {
  position: absolute;
  background: #0046bf;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -6px;
  right: -6px;
  color: #fff;
  border: 0;
  border-radius: 50%;
}

.listing_table table tbody tr td:first-child a {
  color: #0046bf;
}

.dispute-card {
  height: 100%;
}

.pagination {
  align-items: center;
  margin-top: 25px;
  /* justify-content: center; */
}

.page-numbers.current {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #0046bf1f;
  color: #0046bf;
  border-color: #0046bf1f;
  border-radius: 0;
}

.checkboxes .inner-wrap label span {
  text-transform: capitalize;
}

.commentbox img#profileImage {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.comment_right.ms-3 {
  margin-left: 0 !important;
}

form#comment-form {
  padding-bottom: 0;
}

.publishedDatefilter {
  max-height: 500px;
  overflow-x: scroll;
}

.checkProgressTable table thead tr {
  background: rgba(0, 70, 191, 1);
  padding: 15px;
  color: #fff;
}

.checkProgressTable table tbody tr td:first-child span {
  background-color: rgb(0 70 191 / 50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-transform: capitalize;
  color: #fff;
}

.checkProgressTable table tbody tr td:last-child span.pending {
  background: rgba(255, 240, 219, 1);
  color: rgba(244, 122, 8, 1);
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  padding: 5px 12px;
  border-radius: 30px;
  /* width
    width: fit-content;: 76px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-left: 0;
}

.checkProgressTable table tbody tr td:nth-child(2) span.pending {
  background: rgba(255, 240, 219, 1);
  color: rgba(244, 122, 8, 1);
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  padding: 5px 12px;
  border-radius: 30px;
  /* width: 76px; */
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-left: 0;
}

.checkProgressTable table tbody tr td:last-child span {
  background: rgba(255, 240, 219, 1);
  color: rgba(244, 122, 8, 1);
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  padding: 5px 12px;
  border-radius: 30px;
  /* width: 76px; */
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-left: 0;
}

.task_card p a {
  color: #0046bf !important;
  cursor: pointer;
  /* / text-decoration: underline; / */
}

.table-responsive.checkProgressTable {
  max-height: 350px;
  overflow-y: scroll;
  height: 100%;
}

.checkProgressTable table thead {
  position: sticky;
  top: 0;
}

a.Attachment {
  color: #0046bf;
}

.notification_time p strong {
  cursor: pointer;
  flex-shrink: 0;
}

.pageNotFound {
  background: url(../images/404.png) no-repeat;
  /* background-image: url(../admin-images/arrow-down.svg); */
  background-size: cover;
  border-radius: 15px;
  height: 100vh;
  display: flex;
  align-items: center;
}

.pageNotFound h1 {
  font-family: Poppins;
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ff0004;
}

.pageNotFound h2 {
  font-family: Poppins;
  font-size: 48px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1a2e35;
}

.text404 p {
  margin-top: 35px;
}

button.remove_filter_archive.reset_form_archive {
  background: #f5f3cc;
  color: #0046bf;
  border: 0;
  border-radius: 50%;
  font-size: 22px;
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.view-report.card.heads_up_card {
  height: 100%;
}

.heads_up_view_description,
.headsup_comment p {
  word-break: break-word;
}

.headsup_comment p,
.headsup_comment .comment_time {
  padding-right: 8px;
}

.filterScroll {
  max-height: 130px;
  overflow-y: scroll;
}

div.dt-container .dt-paging .dt-paging-button {
  display: inline-flex !important;
  padding: 0.5em 0em !important;
}

.dt-paging-button.disabled.first,
.dt-paging-button.last {
  display: none !important;
}

.dt-paging-button.next {
  margin-top: 0 !important;
}

button.accordion-buttonn {
  background: transparent;
  border: 0;
  /* border-bottom: 1px solid rgba(137, 137, 176, 0.16); */
  width: 100%;
  text-align: left;
  padding-bottom: 13px;
  background: #fff !important;
  border-color: #ccc !important;
  border-style: solid !important;
  border-width: 1px !important;
  color: #555 !important;
  pointer-events: none !important;
  font-size: inherit !important;
  font-weight: 400 !important;
  outline: 0 !important;
  line-height: 1.3 !important;
  padding: 0.3em 0.7em !important;
  text-align: left !important;
  text-decoration: none !important;
  width: auto !important;
  width: 100% !important;
}

button.accordion-buttonn {
  border: 0 !important;
}

.priority {
  color: rgba(137, 137, 137, 1);
}

.evenTitleWrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.evenTitleWrap span:last-child {
  margin-top: 15px;
}

.evenTitleWrap span:nth-child(3) {
  font-weight: 600;
}

.evenTitleWrap h3 {
  margin-bottom: 0;
  color: rgba(0, 70, 191, 1);
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.evenTitleWrap h3:hover {
  text-decoration: underline;
  transition: all ease-in-out 0.3s;
}

.startMeeting {
  color: #0046bf;
  margin-bottom: 0;
  background: #feee1f;
  padding: 10px 30px;
  border: 0;
  text-align: center;
  justify-content: center;
}

.placeholderText2,
.placeholderText {
  text-transform: capitalize;
}

.row-icon {
  background-image: none !important;
}

#logout-link {
  cursor: pointer;
}

#inviteModal .modal-dialog {
  max-width: 800px;
  max-height: 500px;
  height: 100%;
}

.inviteBtns {
  position: sticky;
  bottom: -16px;
  background: #fff;
  padding: 12px 0;
}

.admin_btns .dropdown-item {
  padding-left: 0.5rem;
}

.admin_btns .dropdown-item img {
  display: none;
}

.all-filters li label span img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 0 !important;
}

.cur {
  display: flex;
  align-items: center;
}

.cur img.avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
}

.files_previews .preview {
  height: fit-content;
}

@media (min-width: 576px) {
  .logout_modal .modal-dialog {
    max-width: 660px;
  }

  #checkProgress .modal-dialog {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .provide_access .modal-dialog {
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* RESPONSIVE CSS OF ADMIN */
@media screen and (min-width: 32em) {
  body.group-members.members:not(.groups) .buddypress-wrap .grid.bp-list > li {
    flex: 50% !important;
    max-width: 50% !important;
  }

  a.send-message {
    background: rgba(0, 70, 191, 1) !important;
    color: #fff !important;
    padding: 7px 15px !important;
    width: max-content !important;
    margin: auto;
  }
}

@media screen and (min-width: 62em) {
  body.group-members.members:not(.groups) .buddypress-wrap .grid.bp-list > li {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }
}

@media screen and (min-width: 75em) {
  body.group-members.members:not(.groups) .buddypress-wrap .grid.bp-list > li {
    flex: 25% !important;
    max-width: 25% !important;
  }
}

@media (max-width: 1524px) {
  .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav ul {
    overflow-x: scroll;
    scrollbar-width: thin;
    white-space: nowrap;
  }
}

@media (max-width: 1440px) {
  .item-edit-details .bp-manage-group-container {
    flex-direction: column;
  }

  .item-edit-details .bp-manage-group-container nav#subnav {
    width: 100%;
  }

  .item-edit-details .bp-manage-group-container nav ul {
    flex-direction: row;
  }

  .mamberCard {
    padding: 13px;
  }

  .sendMessagetn i {
    font-size: 14px;
    margin-left: 0.5rem !important;
  }

  .mambersImg {
    width: 100px;
    height: 100px;
  }

  .admin_right .btn {
    padding: 10px 10px;
  }

  .mamberCard {
    gap: 6px;
  }

  .eventTabs .nav.nav-tabs {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    overflow-y: hidden;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
  }

  .eventTabs .nav.nav-tabs::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
  }

  .eventTabs .listBlock,
  .eventTabs .sendBox {
    min-height: 550px;
    max-height: 550px;
  }

  .deletePhoto {
    width: 210px;
  }
}

@media (max-width: 1199px) {
  .admin_right .right_wrapper {
    padding: 20px 14px 20px;
  }

  .admin_right .alert-primary {
    max-width: 330px;
  }

  .task_card .d-flex.align-items-center.justify-content-between {
    flex-direction: column;
    align-items: start !important;
    gap: 20px;
  }

  .heads_up_card .flex-grow-1 {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    line-height: 19.8px;
    text-align: left;
    color: rgba(72, 72, 72, 1);
    margin-left: 0.5rem !important;
  }

  .unacknowledged {
    padding: 5px;
  }

  .list_action_btn p {
    display: flex;
    align-items: center;
    gap: 4px;
    color: rgba(0, 0, 0, 0.5);
  }

  .list_action_btn {
    gap: 8px !important;
  }

  .group_detail_page {
    padding: 20px;
  }

  .groups_list,
  .updates_list {
    padding: 15px 20px;
  }

  ul#members-list {
    padding: 0;
  }

  div#item-body {
    padding: 20px;
  }

  .groups_list li img {
    width: 45px;
    height: 45px;
    object-fit: cover;
  }

  #item-header-cover-image #item-header-avatar img.avatar {
    max-width: 110px !important;
    height: 110px;
  }

  #buddypress #header-cover-image.cover-small {
    height: 225px;
    background-position: center center;
  }

  .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav ul {
    overflow-x: scroll;
    scrollbar-width: thin;
  }

  /* WebKit browsers */
  .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs)
    nav
    ul::-webkit-scrollbar {
    height: 6px;
  }

  .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs)
    nav
    ul::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;
  }

  .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs)
    nav
    ul::-webkit-scrollbar-track {
    background: #0046bf;
  }

  .users-header #item-header-avatar a.link-change-profile-image {
    top: 0 !important;
    left: 50%;
    margin-left: 0 !important;
    transform: translateX(-50%);
    bottom: 0;
    margin: auto;
  }

  .users-header #item-header-avatar:hover .link-change-overlay {
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border-radius: 0% !important;
    width: 100% !important;
  }

  #item-header-cover-image #item-header-avatar {
    height: 100% !important;
    padding: 0 0em !important;
  }

  .users-header #item-header-avatar:hover .link-change-overlay {
    left: 0px !important;
    right: 0px !important;
  }

  div#item-header-avatar {
    width: 110px !important;
  }

  h2.user-nicename {
    text-align: left;
  }

  .shareInvition {
    flex-direction: column;
  }

  .shareInvition > div {
    width: 100%;
  }

  .sendMessagetn {
    font-size: 10;
  }

  .evenTitleWrap h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: rgba(33, 39, 42, 1);
  }

  .eventProfile {
    padding: 0 12px 15px;
  }

  .mamberCard {
    max-width: calc(50% - 12px);
  }
}

@media (max-width: 992px) {
  .task_card .d-flex.align-items-center.justify-content-between {
    flex-direction: row;
    align-items: center !important;
    /* gap: 20px; */
  }

  #item-header-cover-image #item-header-avatar img.avatar {
    margin: 0;
  }

  #item-header-cover-image #item-header-avatar {
    height: 100%;
  }

  #item-header-cover-image #item-header-avatar {
    padding: 0 !important;
  }

  .form_warap.form_warap_class {
    margin: 0 10px;
  }

  .create_form {
    background: rgba(255, 255, 255, 1);
    margin: 40px;
    padding: 10px 0;
  }

  .create_form {
    margin: 10px;
    padding: 10px 0;
  }

  #group-invites-container .bb-groups-invites-left .item-list li {
    padding: 8px 10px;
  }

  .bb-groups-invites-left .group-invites-search {
    padding: 6px !important;
  }

  .right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .business_card {
    width: calc(33% - 9px);
  }

  .admin_right .top_header {
    flex-wrap: wrap;
  }

  .admin_right .alert-primary {
    order: 4;
    max-width: 100%;
    width: 100% !important;
    margin: 15px 10px 0;
  }

  .task_card .d-flex.align-items-center.justify-content-between {
    flex-direction: column;
    align-items: start !important;
    gap: 20px;
  }

  .task_card .d-flex.align-items-center.justify-content-between .d-flex {
    width: 100%;
    justify-content: space-between;
  }

  h2 {
    font-size: 20px;
    line-height: 40px;
  }

  .back_button a {
    font-size: 16px;
    line-height: 28px;
  }

  .back_button a i {
    color: var(--blue, rgba(0, 70, 191, 1));
    font-size: 18px;
  }

  .usr_name h2 {
    margin-bottom: 0;
  }

  .repoert_button {
    width: 35px;
    height: 35px;
  }

  .top_header .btn_block a.repoert_button i {
    font-size: 25px;
  }

  .admin_right .btn {
    padding: 5px 10px;
  }

  .issue_detail_left .accordion-button {
    width: 93px;
  }

  .activity-list li.bbp_reply_create .activity-content .activity-inner,
  .activity-list li.bbp_topic_create .activity-content .activity-inner,
  .activity-list li.blogs .activity-content .activity-inner {
    max-width: 100% !important;
  }

  .group_detail_page .row {
    gap: 15px 0;
  }

  /* .buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li{
        background: transparent !important;
    } */
  #item-header-cover-image #item-header-content .bp-group-status {
    display: block !important;
  }

  .groups-header
    #cover-image-container
    #item-header-content
    .bp-group-meta-wrap {
    text-align: left;
  }

  .group-description p {
    text-align: left;
  }

  .groups-header
    #cover-image-container
    #item-header-content
    .group-actions-wrap {
    align-items: start !important;
  }

  .groups-header
    #cover-image-container.left
    #item-header-content
    .group-actions-absolute {
    justify-content: end !important;
  }

  .groups-header #item-header-cover-image #item-actions,
  .groups-header #item-header-cover-image #item-header-content {
    padding-top: 0 !important;
  }

  #item-header-cover-image #item-header-avatar {
    height: max-content;
  }

  .groups-header .action .button {
    margin-right: 0 !important;
  }

  .buddypress-wrap .subnav-filters {
    padding: 0 !important;
  }

  .buddypress-wrap
    #members-list.bp-list.members-group-list
    li.item-entry-header {
    margin: 0px 0 !important;
  }

  div#item-body {
    padding: 10px 20px;
  }

  .admin_dashboard .nav-list {
    margin-top: 0;
  }

  .bp-subnavs li.current a,
  .bp-subnavs li.current a:focus,
  .bp-subnavs li.current a:hover,
  .bp-subnavs li.selected a,
  .bp-subnavs li.selected a:focus,
  .bp-subnavs li.selected a:hover {
    background: #0046bf;
    color: #fff !important;
    border: 0;
  }

  nav.groups-type-navs.main-navs.bp-navs.dir-navs {
    padding: 15px;
  }

  ul.component-navigation.groups-nav li:not(:last-child) {
    display: inline-flex;
  }

  nav#object-nav ul li {
    background: transparent;
  }

  .subnav-filters.filters.clearfix ul,
  .subnav-filters.filters.clearfix ul li {
    width: 100%;
  }

  #group-invites-container .bb-groups-invites-left #members-list {
    max-height: 55vh !important;
  }

  .form_warap.form_warap_class {
    flex-direction: column;
  }

  nav#group-create-tabs ol li.current a span:last-child {
    font-size: 14px;
  }

  nav#group-create-tabs ol {
    width: 550px;
  }
}

@media (max-width: 575px) {
  .business_card {
    width: calc(50% - 9px);
  }

  .contact_details {
    padding: 1.5rem !important;
  }

  .contact_form .input-group {
    padding: 10px;
  }

  #activity-tab-pane .nav-tabs .nav-link {
    padding: 8px 20px;
  }

  .admin_right .issue_page_tab.nav-tabs {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .issue_detail_left {
    padding: 15px;
  }

  .checkboxes {
    padding: 10px;
  }

  .address.p-4 {
    padding: 0.5rem !important;
  }

  .bg_gray {
    padding: 15px 15px;
  }

  .history_list .d-flex {
    gap: 10px;
  }

  .history_list .d-flex p {
    width: 50%;
  }

  .task_search .col-xxl-6.col-sm-8.col-7 .d-flex {
    flex-wrap: wrap;
  }

  .filter_btn.w-25,
  .search_field.position-relative.w-75 {
    width: 100% !important;
  }

  .font18 {
    font-size: 14px;
  }

  .uploaded_files {
    flex-wrap: wrap;
  }

  .file_tab .uploaded_files .file {
    width: calc(50% - 10px);
    /* height: 130px; */
    max-width: 100%;
  }

  .top_header .btn_block a i {
    width: 20px;
    height: 20px;
    margin-right: 10px !important;
  }

  .tab-content.px-4.mt-4 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .card_wrapperr .task_card {
    padding: 10px 0;
  }

  /* .task_date span {} */

  .admin_right .alert-primary {
    margin: 30px 10px 0;
  }

  .admin_right h6 {
    font-size: 14px;
  }

  .business_content.p-3.pt-4 {
    padding: 0.5rem !important;
  }

  .admin_cards {
    padding: 10px;
  }

  .admin_cards h5 {
    margin-bottom: 0;
    font-weight: 500;
  }

  .admin_right p {
    font-size: 14px;
  }

  .admin_links {
    font-size: 14px;
  }

  .admin_dashboard.left ul li a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }

  .activity_card p strong {
    font-size: 14px;
    font-weight: 500;
  }

  .admin_right h1 {
    font-size: 25px;
    line-height: 30.2px;
  }

  .admin_right .alert-primary {
    font-size: 14px;
  }

  .task_search .col-7,
  .task_search .col-5 {
    width: 100%;
    max-width: 100%;
  }

  .heads_up_card .card-title {
    font-size: 16.04px;
  }

  .heads_up_card .flex-grow-1 {
    font-size: 16px;
  }

  .profile-fields.bp-tables-user tbody tr {
    width: calc(100% - 0px);
  }

  .profileImg {
    width: 70px;
    height: 70px;
  }

  .fist_icon {
    gap: 1rem !important;
  }

  .fist_icon img {
    width: 40px;
  }

  .event_creation_steps .tabs-container {
    width: 100%;
  }

  .event_creation_steps .tab-item span {
    font-size: 12px;
    color: #777;
  }

  .event_creation_steps .tab-content .bg_gray {
    padding: 12px;
  }

  .admin_right .btn {
    padding: 12px 10px !important;
  }

  .shareInvition.d-flex.align-items-start.row.ms-0.me-0 {
    flex-direction: column;
  }

  .shareInvition > div {
    width: 100%;
  }

  .eventPrifileDetail .d-flex.align-items-center.justify-content-between {
    flex-wrap: wrap;
    gap: 10px;
  }

  .uploadEventPhotoBlock .d-flex.align-items-center.text-start.gap-3.my-4 {
    flex-wrap: wrap;
  }

  .mamberCard {
    max-width: 100%;
  }

  nav#group-create-tabs ol {
    width: 360px;
  }

  nav#group-create-tabs ol li a span:first-child::before,
  nav#group-create-tabs ol li span span:first-child::before {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }

  nav#group-create-tabs ol li.current a span:last-child {
    font-size: 10px;
    font-weight: 600;
  }

  nav#group-create-tabs ol li a span:first-child,
  nav#group-create-tabs ol li span span:first-child {
    padding: 10px 0 0;
  }

  nav#group-create-tabs ol li {
    flex: 0 0 16%;
  }

  .heroText h1 {
    font-size: 28px;
    line-height: 40.33px;
  }

  .px-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .bookfreeDemo {
    height: 50px;
    border-radius: 20px;
    padding: 0 !important;
  }

  .text404 p {
    margin-top: 15px;
  }

  .pageNotFound {
    align-items: start;
    /* gap: 30px; */
  }

  .pageNotFound .container .row {
    gap: 30px;
    flex-direction: column-reverse;
    padding-top: 30px;
  }

  .text404 {
    text-align: center;
  }

  .pageNotFound h1,
  .pageNotFound h2 {
    text-align: center;
  }
}

.share_list span img {
  width: 35px;
}

.buddypress-wrap .bp-invites-search-form:before,
.buddypress-wrap form.bp-dir-search-form:before,
.buddypress-wrap form.bp-messages-search-form:before {
  display: none;
}

.table.errorTable tbody tr th {
  background: #0046bf;
  padding: 10px 20px;
  color: #fff;
}

p.suggest {
  color: gray;
  font-style: italic;
  font-size: 14px;
}

.pac-container {
  z-index: 9999999999999999999;
}

.buddypress-wrap .bp-pagination,
.bp-pagination-links.bottom {
  display: block !important;
}

p.pag-data {
  display: flex;
  margin-right: auto;
  align-items: center;
  gap: 20px;
}

.next.page-numbers {
  margin-top: 0;
}

a.prev.page-numbers,
.next.page-numbers {
  width: 50px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #0046bf1f;
  color: #0046bf;
  border-color: #0046bf1f;
  border-radius: 0;
}

.subscriptionProducts {
  background-color: #ffffff;
  padding: 24px;
}

.subscriptionProducts ul {
  display: flex;
  align-items: start;
  gap: 20px;
}

.subscriptionProducts ul li {
  border: 1.01px solid #e2dfdf;
  background: #fff;
  max-width: calc(25% - 15px);
  width: 100%;
  min-height: 340px;
  border-radius: 10.12px;
}

.subscriptionProducts ul li h5 {
  margin-bottom: 0;
  color: #000;
  font-size: 24.29px;
  font-weight: 500;
  line-height: 36.44px;
}

.headingBlock {
  padding: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.seatsWrapper {
  border-bottom: 1px solid #e2dfdf;
  border-top: 1px solid #e2dfdf;
  padding: 12px 0;
}

.seatsWrapper span {
  color: #000;
}

.subscriptionProducts ul li span bdi {
  font-size: 42px;
  font-weight: 700;
  line-height: 49.22px;
  letter-spacing: 0.5060908794403076px;
  color: #001c30;
}

.Price,
.quantity {
  padding: 5px 30px 20px;
}

.quantity label {
  font-size: 17.86px;
  font-weight: 500;
  line-height: 20.93px;
  letter-spacing: 0.6379753351211548px;
  display: block;
}

.quantityBlock input {
  width: 65px !important;
  border: 0.78px solid #b6bbc4;
  border-radius: 30px;
  padding: 5px;
  text-align: center;
}

.quantityBlock a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #8e96a4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4d4d4;
}

.quantityBlock a:last-child {
  background-color: #0046bf;
}

/* .subscriptionProducts button{

} */
.profile.edit .buddypress-wrap .standard-form select {
  display: inline-block;
}

.cardPage {
  background: #ffffff;
  padding: 24px;
  border-radius: 15px;
}

.product-thumbnail img {
  width: 72px !important;
  height: 72px !important;
  background: #efecbb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  background: #f2f4f8;
  padding: 15px;
  border: 0;
  border-radius: 15px;
}

.shop_table thead tr th {
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
}

/* .product-remove{
    display: none;
} */
.subscription-details {
  display: none;
}

td.product-price {
  color: #0046bf;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

#coupon_code {
  width: 200px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100% !important;
  background: #f2f4f8;
  padding: 15px;
  border-radius: 15px;
}

.cart_totals h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  padding: 15px 0;
  margin-bottom: 0;
  padding-top: 0;
}

.shop_table.shop_table_responsive {
  border: 0 !important;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #8e96a4 !important;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  font-size: 16px;
  font-weight: 500;
  color: #001c30;
  padding: 18px 0 !important;
  border: 0;
}

.cart_totals table tbody tr td {
  text-align: right;
}

/* .shop_table.shop_table_responsive tr td{
    text-align: right;
} */
img.mamberFist {
  position: absolute;
  left: 0%;
  top: 0;
  bottom: 0;
  /* transform: translateY(-50%); */
  margin: auto;
  width: 35px;
  height: 35px;
}

.bp-pagination.bottom {
  background: #fff !important;
  padding-left: 15px !important;
  padding-top: 20px !important;
}

.checkout-button {
  background-color: #0046bf !important;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
  border-radius: 6px;
}

.wc-proceed-to-checkout {
  padding: 0 !important;
}

.wc-proceed-to-checkout a {
  margin-bottom: 0 !important;
}

i.fa-solid.fa-cart-shopping {
  background-color: transparent !important;
  color: #fff !important;
}

.cartBtn {
  border-radius: 6px;
}

.cartBtn span bdi {
  position: absolute;
  top: -10px;
  right: -1px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4ce14;
  border-radius: 50%;
  color: #001c30;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.53px;
}

.product-price span bdi {
  color: #0046bf;
  font-size: 16px;
  font-weight: 700;
}

.input-text {
  border: 0.86px solid #b6bbc4;
  background: #f5f7f8;
  height: 48px;
}

.cardWrapper {
  background: #ffffff;
  padding: 24px;
  border-radius: 15px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 100% !important;
}

.checkOutForm .cardGray {
  background: #f2f4f8;
  padding: 24px;
  border-radius: 12px;
}

.shop_table.woocommerce-checkout-review-order-table {
  border: 0 !important;
}

.select2-container .select2-selection--single {
  height: 48px !important;
  border: 0.86px solid #b6bbc4 !important;
  background: #f5f7f8 !important;
}

.form-row.form-row-first.validate-required,
.form-row.form-row-last.validate-required {
  width: 100%;
}

#members-all .count {
  display: none !important;
}

.thankYouWrapper {
  background: #f2f4f8;
  padding: 20px;
  border-radius: 20px;
  /* max-width: 600px; */
  margin: auto;
}

.thankYouWrapper p {
  font-weight: 700;
  font-size: 24px;
  line-height: 28.13px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.orderDetailsBlock table.shop_table th,
.orderDetailsBlock table.shop_table td {
  padding: 15px !important;
}

.orderDetailsBlock table.shop_table,
.orderDetailsBlock address {
  background: #f2f4f8;
}

.thankYouWrapper ul.order_details {
  margin-bottom: 0 !important;
}

.thankYouWrapper .icon {
  width: 100px;
  height: 100px;
  background: #d2f4e5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.thankYouWrapper .icon::after {
  background-color: #c2efda;
  width: 70%;
  height: 70%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.thankYouWrapper .icon i {
  font-size: 30px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #21be79;
  color: #fff;
  border-radius: 50%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  display: none !important;
}

.buddypress-wrap
  .members-list:not(.grid)
  .list-wrap-inner
  .item-avatar
  img:not(.mamberFist) {
  width: 100px;
  min-width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.buddypress-wrap .members-list:not(.grid) .list-wrap .list-wrap-inner {
  display: flex;
  justify-content: start;
  align-items: center;
}

.buddypress-wrap
  ul.bp-list.groups-dir-list
  li.item-entry
  .group-avatar-wrap
  img.avatar {
  height: 75px !important;
}

.buddypress-wrap ul.bp-list.groups-dir-list .list-wrap .item .list-title {
  margin: 0 !important;
}

.buddypress-wrap ul.bp-list.groups-dir-list .list-wrap .item .item-block * {
  text-align: left !important;
}

.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry .item-desc {
  width: fit-content;
}

#message-threads .bp-message-link .thread-avatar img.avatar {
  border-radius: 50%;
}

#send_message_form {
  padding: 20px;
  margin: 0;
  position: relative;
  color: var(--bb-body-text-color);
  height: 80vh;
  max-height: 80vh;
  min-height: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
}

.bp-messages-content #bp-message-content {
  margin: auto 0 0 !important;
}

#bp-message-thread-list {
  flex: 1;
}

.bp-messages-content-wrapper {
  padding-bottom: 20px !important;
}

#bp-message-thread-list img.avatar,
.bp-messages-content .single-message-thread-header .thread-avatar img {
  border-radius: 50%;
}

.buddypress-wrap .members-list:not(.grid) .list-wrap-inner .item-avatar img {
  position: relative;
  left: 0;
  transform: translateY(0%);
}

.buddypress-wrap .members-list:not(.grid) .list-wrap-inner .item-avatar {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}

.updates_list .profile-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 250px;
}

.updates_list .profile {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.updates_list .profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Tooltip Styles */
.updates_list .tooltip {
  visibility: hidden;
  background-color: black;
  color: white;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  position: absolute;
  bottom: 113%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
  font-size: 14px;
  font-weight: bold;
  width: max-content;
}

/* Tooltip Arrow */
.updates_list .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

/* Show Tooltip on Hover */
.updates_list .profile:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.visibility-toggle-link.button,
#profile-group-edit-submit {
  color: #fff !important;
  background: #0046bf !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 15px !important;
}

#buddypress .bb_more_options .bb_more_options_list.is_visible li {
  width: 100% !important;
}

#buddypress .bb_more_options .bb_more_options_list.is_visible li a:hover {
  background-color: #0046bf !important;
  background: #0046bf !important;
  color: #fff !important;
  width: 100%;
}

.compose #buddypress #send_message_form .select2-search__field {
  border: 1px solid #80808024 !important;
  background: rgba(242, 244, 248, 1) !important;
  padding: 20px !important;
}

.notification-item {
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  margin: auto;
}

img.mamberFist {
  position: relative !important;
}

.user-icon {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  /* transform: translateY(-70%); */
  /* margin: auto; */
  display: flex;
  align-items: center;
  width: auto;
  height: max-content;
}

.buddypress-wrap
  .members-list:not(.grid)
  .list-wrap
  .list-wrap-inner
  .user-icon {
  position: relative;
  transform: translateY(0%);
}

@media (max-width: 575px) {
  .thankYouWrapper ul.order_details li {
    width: 100%;
    margin: 0;
    padding: 0;
    border-right: 0px !important;
    border-bottom: 1px dashed #cfc8d8;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.activity-list .activity-item.mini .activity-avatar img.FB_profile_pic,
.activity-list .activity-item.mini .activity-avatar img.avatar {
  object-fit: cover;
  min-height: 86px;
}

.notification_Buttons {
  position: absolute;
  right: 0;
  top: -68px;
}

.user_notification_setting.ps-5.allComments {
  font-style: italic;
}

.user_notification_setting span {
  font-size: 16px;
  line-height: 24px;
  color: #21272a;
  font-weight: 400;
}

.bp-subnavs li.current a,
.bp-subnavs li.selected a,
.buddypress-wrap .bp-navs li:not(.current) a:focus,
.buddypress-wrap .bp-navs li:not(.current) a:hover,
.buddypress-wrap .bp-navs li:not(.selected) a:focus,
.buddypress-wrap .bp-navs li:not(.selected) a:hover {
  background: #0046bf !important;
  color: #fff !important;
}

.buddypress-wrap .members-list li .list-wrap .member-name {
  display: flex;
  align-items: center;
}

.buddypress-wrap .grid.bp-list > li .list-title {
  justify-content: center;
}

.buddypress-wrap .members-list li .item .primary-action .generic-button button {
  margin: auto;
}

.dynamic.selected a {
  background: #0046bf !important;
  color: #fff !important;
}

.subnav-search.clearfix {
  width: 100%;
}

.dir-search.activity-search.bp-search {
  width: 100%;
}

.buddypress-wrap .subnav-filters {
  padding: 0 !important;
}

#dir-activity-search-form #dir-activity-search {
  background-color: #f2f4f8 !important;
  height: 48px !important;
  width: 100% !important;
  border-radius: 20px;
  padding: 20px !important;
  border: 1px solid #dedede;
}

#buddypress .bb_more_options .bb_more_options_list,
.bb_more_options .bb_more_options_list {
  border: 1px solid #f2f4f8;
  padding: 12px;
}

#buddypress .bb_more_options .bb_more_options_list > .generic-button button,
#buddypress .bb_more_options .bb_more_options_list > .generic-button a {
  width: 100%;
  /* color: ; */
}

.bb_more_options_list.is_visible div button,
.bb_more_options_list.is_visible div a {
  width: 100% !important;
}

.bb_more_options_list.is_visible div button:hover,
.bb_more_options_list.is_visible div a:hover {
  color: #fff !important;
  background-color: rgba(0, 70, 191, 1) !important;
}

#buddypress .bb_more_options .bb_more_options_list .generic-button > button,
#buddypress .bb_more_options .bb_more_options_list a,
#buddypress .bb_more_options .bb_more_options_list button,
.bb_more_options .bb_more_options_list .generic-button > button,
.bb_more_options .bb_more_options_list a,
.bb_more_options .bb_more_options_list button {
  color: #fff !important;
}

#submit {
  color: #fff !important;
  background-color: rgba(0, 70, 191, 1) !important;
  padding: 15px 20px;
}

/* .notification_edit span{
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  color: #565656;
} */
nav.groups-type-navs.main-navs.bp-navs.dir-navs,
.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav {
  display: flex;
  justify-content: space-between;
}

.groups.dir-list.listing_cards {
  padding: 0 40px;
}

.buddypress-wrap .bp-pagination {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0;
}

#delete-account-personal-li {
  display: none;
}

.termsConditionModal {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#termsAndCondition .modal-dialog {
  max-width: 800px;
  width: 100%;
}

.activity-list .activity-item.mini .activity-avatar img.FB_profile_pic,
.activity-list .activity-item.mini .activity-avatar img.avatar,
.activity-list .activity-item .activity-avatar img.avatar {
  width: 100% !important;
  height: 43px;
  min-height: 43px;
  max-width: 100% !important;
}

.activity-list .activity-item div.item-avatar {
  width: 43px !important;
}

.buddypress-wrap .members-list.grid.bp-list > li .item-avatar img.avatar {
  width: 100%;
  min-width: 126px;
  max-width: 126px;
  max-height: 126px;
  object-fit: cover;
  object-position: top;
  height: 100%;
}

.top_header p {
  font-size: 14px;
  line-height: 18px;
  color: gray;
}

.bp-tabs-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav ul {
  overflow-x: scroll;
  white-space: nowrap;
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #ccc transparent;
  /* Firefox */
    max-width: 100%;
    padding: 0 20px;
}

/* WebKit browsers */
.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs)
  nav
  ul::-webkit-scrollbar {
  height: 6px;
  /* Change this to make scrollbar thinner or thicker */
}

.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs)
  nav
  ul::-webkit-scrollbar-track {
  background: transparent;
}

.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs)
  nav
  ul::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

@media (max-width: 991px) {
  nav#subnav {
    width: 100%;
  }
}

.Reply_comment .comment-box input[type="text"] {
  height: 45px;
}

/* .bp-compose-message .bp-messages-nav-panel,
.bp-view-message .bp-messages-nav-panel {
  display: block !important;
} */

ol.terms-condition-list ol.typechange,
ol.terms-condition-list ol.normalType {
  padding-left: 0;
}

ol.terms-condition-list li ol.typechange,
ol.terms-condition-list li ol.normalType {
  list-style-type: none;
  /* Remove default numbering */
  counter-reset: list-counter;
}

ol.terms-condition-list li ol.typechange > li,
ol.terms-condition-list li ol.normalType > li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 2rem;
}

ol.terms-condition-list li ol.typechange > li::before {
  content: attr(data-counter) " ";
  position: absolute;
  left: 0;
}

ol.terms-condition-list li ol.normalType > li::before {
  content: "(" counter(list-counter, lower-alpha) ") ";
  position: absolute;
  left: 0;
}

ol.terms-condition-list li ol > li ol {
  padding-left: 1.5rem !important;
}

ol.romanType,
ol.capitalType {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 20px;
}

ol.romanType > li,
ol.capitalType > li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 25px;
}

ol.capitalType > li::before {
  content: "(" counter(list-counter, upper-alpha) ") ";
  position: absolute;
  left: 0;
}

ol.romanType > li::before {
  content: "(" counter(list-counter, lower-roman) ") ";
  position: absolute;
  left: 0;
}

ol.terms-condition-list li br {
  display: none;
}

.italic {
  font-style: italic;
}

@media (max-width: 767px) {
  .right.admin_right div.p-3 {
    padding: 0 !important;
  }

  body.messages div#item-body {
    padding: 0 !important;
  }

  .single-headers {
    margin-bottom: 0 !important;
  }

  div#item-body {
    margin-top: 0 !important;
  }

  .standard-form.send-reply,
  .bp-messages-content #bp-message-content {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .bp-messages-content {
    margin-left: 1px;
  }

  .bp-messages-content #bp-message-content {
    padding: 10px 5px !important;
  }

  #whats-new-formatting-toolbar .post-elements-buttons-item,
  #whats-new-messages-toolbar .post-elements-buttons-item,
  #whats-new-toolbar .post-elements-buttons-item {
    margin-right: 0px !important;
  }
}

.form-select.priority_select.low,
.low.priority-icon i {
  color: blue !important;
}

.select-selected.low {
  color: blue !important;
}

button#download_csv {
  background: transparent;
  border: 1px solid gray;
  color: gray;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  font-size: 23px;
}

ol.terms-condition-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

ol.terms-condition-list > li,
ol.terms-condition-list > li .listHeading {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  /* text-transform: capitalize; */
}

.listHeading {
  padding-top: 12px;
}

.uperline {
  border-top: 1px solid lightgray;
  margin-top: 10px;
  padding-top: 12px;
}

ol.terms-condition-list ol {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

ol.terms-condition-list ol li {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

ol.terms-condition-list > li h5 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

ol.number {
  counter-reset: section;
  list-style-type: none;
}

.number > li::before {
  counter-increment: section;
  font-weight: bold;
  content: counters(section, ".") " ";
}

ol.text {
  counter-reset: my-badass-counter;
  list-style-type: none;
}

.text > li::before {
  content: counter(my-badass-counter, lower-alpha) ". ";
  counter-increment: my-badass-counter;
  font-weight: bold;
}

ol.terms-condition-list ol li::before {
  font-weight: 500;
}

.terms-condition-list li {
  margin-bottom: 10px;
}

dl.thread-participants + .actions {
  position: absolute;
  right: 20px;
}

.bp-back-to-thread-list [class*="bb-icon"] {
  font-size: 24px;
  color: var(--bb-headings-color);
}

@media screen and (max-width: 1080px) {
  .message-thread-header .thread-avatar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .message-thread-header .bp-back-to-thread-list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .message-thread-header .thread-participants {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
  }
}

button[name="update_cart"] {
  display: none !important;
}

.Representative .seatsWrapper {
  border-bottom: 0;
  border-top: 0;
  padding: 12px 0;
  background: #f2f4f8;
  border-radius: 12px;
}

.messages .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav ul {
  overflow: visible !important;
}

.organizer .w-33 {
  width: 33%;
}

.organizer .btn_block .btn {
  height: 56px;
}

#bp-message-thread-list img.avatar {
  border: 1px solid #0046bf5e;
}

.emojionearea .emojionearea-button {
  line-height: 1;
  cursor: pointer;
  display: none !important;
}

.bp-single-message-content .bb-activity-media-elem {
  min-width: 100%;
}

#message_content {
  margin-bottom: 10px;
  height: 100px;
  overflow-y: scroll;
  border-bottom: 1px solid #85a6e080;
}

#bp-message-thread-list .bp-message-content-wrap p:last-child {
  margin-bottom: 0;
  word-break: break-all;
}

div#ac-input-1175 {
  height: 80px !important;
  overflow: scroll !important;
  padding-bottom: 0 !important;
}
.bp-messages-content-wrapper{
  height: calc(69vh + 94px) !important;
  overflow: hidden;
  justify-content: space-between;
}
#bp-message-thread-list{
  max-height: 440px !important;
  height: 100%;
  overflow: scroll;
  margin-bottom: 0 !important;
}
.new-message {
    display: flex;
    flex-direction: column;
    max-height: calc(100% - 200px);
}
@media (max-width: 767px) {
  .bp-messages-content-wrapper {
    padding: 0 !important;
  }
.new-message{
  max-height: calc(100% - 140px);
}
  #message_content {
    height: 70px;
  }

  .message-lists .thread-item {
    margin: 0 !important;
  }

  .standard-form.send-reply,
  .bp-messages-content #bp-message-content {
    padding-bottom: 0 !important;
  }

  .bp-messages-content #bp-message-content #whats-new-messages-attachments {
    display: none !important;
  }

  .bp-messages-content-wrapper {
    height: calc(100vh - 90px) !important;
  }
#bp-message-thread-list{
      max-height: 676px !important;
}
  form#send-reply {
    position: relative;
    margin: 0 15px 10px;
    z-index: 999;
    padding: 0 10px;
    background: transparent;
    border: 0;
  }
  .ac-textarea {
    height: 70px !important;
    overflow: scroll !important;
    padding-bottom: 0 !important;
  }

  div#item-header-content > div:first-child {
    float: none;
  }
}

section.woocommerce-removed-products div {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 10px 12px;
  border-radius: 12px;
}

section.woocommerce-removed-products div table th,
section.woocommerce-removed-products div table td,
section.woocommerce-removed-products div p {
  color: #ff4949;
}

.business_content h6,
.buddypress-wrap ul.bp-list.groups-dir-list .list-wrap .item .list-title {
  word-break: break-all;
}

.bb-onscreen-notification-enable
  .bb-onscreen-notification
  .notification-list
  .read-item
  .notification-avatar
  img {
  height: 100%;
  border-radius: 50%;
}

.bb-onscreen-notification-enable
  .bb-onscreen-notification
  .notification-list
  .read-item
  .notification-content
  span {
  font-size: 14px;
  line-height: 120%;
}

.notification-content span a {
  word-break: break-all;
}

span.posted {
  font-size: 12px !important;
}

.shop_table tfoot tr th,
.shop_table tfoot tr td {
  padding: 15px;
}

.bb-bp-group-title {
  /* max-width: 80%; */
  text-align: left;
}

.bb-bp-group-title,
.admin_right p {
  /* word-break: break-all; */
  word-wrap: break-word;
}

.woocommerce-privacy-policy-text p,
.proceed_checkout {
  font-size: 12px;
  color: rgba(130, 130, 130, 1);
}

.byUnion.text-danger.mx-1 {
  color: inherit !important;
  font-weight: normal;
}

.page-id-222 .form-control:read-only {
  background: #949596;
  color: #fff;
}

/* new */

.thread-content.unread,
.thread-item.unread,
.message-thread.unread,
.message.unread,
.thread.unread,
li.unread {
  background-color: #e8f5ff !important;
  font-weight: 700 !important;
  border-radius: 6px !important;
}

/* Ensure children inherit the weight */
.thread-content.unread * {
  font-weight: 700 !important;
}
.commentbox.d-flex.align-items-center.gap-3.mt-4{
    margin-bottom: 15px !important;
}
/* Wrapper */
.bp-tabs-wrapper {
  position: relative;
}

/* UL horizontal scroll */
.bp-tabs-wrapper ul {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
}

.bp-tabs-wrapper ul::-webkit-scrollbar {
  display: none;
}

/* Buttons */
.bp-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
}

.bp-scroll-prev {
  left: 0px;
}

.bp-scroll-next {
  right: 0px;
}

.bp-scroll-btn i {
  font-size: 14px;
  line-height: normal;
}

/* For message 15-01-2026 */
div#item-header {
    margin-bottom: 0;
}
div#item-body {
    margin-top: 0;
    padding: 0;
}
div#item-body {
    padding: 20px;
}
.bp-messages.info{
  margin-bottom: 20px !important;
  margin-left: 0 !important;
}
/* @media(max-width:480px){
  .bp-messages-content-wrapper{
      padding-bottom: 103px !important;
  }
} */
.activity-link-preview-image img{
    width: 100% !important;
    height: 100% !important;
}
.activity-link-preview-container{
  padding: 15px !important;
}
form#retry-form {
    display: flex;
    gap: 20px;
    width: 50%;
    margin: auto;
    flex-direction: column;
}
form#retry-form button{
  width: 100%;
  max-width: max-content;
}
.bb-activity-more-options-wrap.action {
    position: absolute !important;
    top: 0 !important;
    transform: translate(0px, 0px) !important;
}
.page-id-276 .acomment-content_block{
  max-width: 100%;
}
.page-id-276 .acomment_inner{
  width: 100% !important;
}
div#message_content p {
    word-wrap: break-word;
    word-break: break-word;
}
#bp-message-thread-list li.login-user{
  background: #0046bf0d !important;
}
.add-dispute-page .issue_category label{
  width: 180px  ;
}
.add-dispute-page .upload-button label{
      height: 64px;
}
.add-dispute-page .Img_block,.add-dispute-page .video_block,.add-dispute-page .document_block{
  width: fit-content;
  min-width: 180px;
} 
.add-dispute-page .files_previews {
  width: fit-content;
}
.add-dispute-page .files_previews > div{
  min-width: 180px;
}
.edit-dispute-page .nav-tabs .nav-link{
  padding: 18px;
}
.edit-dispute-page > nav .nav-tabs{
  max-width: 500px; 
  border: 0.85px solid rgba(0, 70, 191, 1) !important;
}
.settings_dropdown ul li a{
  display: flex;
  align-items: center;
  gap: 10px;
}
.settings_dropdown ul li i{
  background: #6A86B6;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.no_documents{
  word-break: break-word;
}
.edit-dispute-page .Reply_comment::after,.edit-dispute-page .replies::after{
  display: none;
} 
.edit-dispute-page .comment_list{
  border-bottom: 1px solid var(--Color, #D4D4D4);
}
.edit-dispute-page .comment_list .comment_list{
  border-bottom: 0;
}
 .tags-section {
    background: #f4f5f8;
    /* padding: 14px 16px 16px; */
    /* border-bottom: 1px solid #e0e3ea; */
  }
  .selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 36px;
  }
  .tag-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px 5px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    animation: tagIn 0.18s ease;
  }
  @keyframes tagIn {
    from {
      opacity: 0;
      transform: scale(0.85);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  .tag-chip .remove-btn {
    background: rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    color: inherit;
    line-height: 1;
    padding: 0;
    transition: background 0.15s;
  }
  .tag-chip .remove-btn:hover {
    background: rgba(0, 0, 0, 0.18);
  }
  .limit-msg {
    margin-top: 10px;
    font-size: 12px;
    color: #c0392b;
    font-weight: 500;
    background: #fdecea;
    border: 1px solid #f5c6c2;
    border-radius: 20px;
    padding: 3px 12px;
    display: inline-block;
  }
  .search-section {
    padding: 14px 16px 0;
  }
  .search-input {
    width: 100%;
    border: 1px solid #d0d4de;
    border-radius: 8px;
    padding: 10px 14px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    color: #333;
    outline: none;
    transition:
      border-color 0.2s,
      box-shadow 0.2s;
    background: #fff;
  }
  .search-input:focus {
    border-color: #7baef0;
    box-shadow: 0 0 0 3px rgba(123, 174, 240, 0.15);
  }
  .search-input:disabled {
    background: #f0f1f4;
    color: #aaa;
    cursor: not-allowed;
  }
  .buttons-section {
    padding: 14px 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .cat-btn-wrap {
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    overflow: visible;
    position: relative;
    width: 100%;
  }
  .cat-btn-wrap[data-cat="0"] {
    background: #acd1f2;
    color: #4b7ca7;
  }
  .cat-btn-wrap[data-cat="1"] {
    background: #d0acdc;
    color: #825791;
  }
  .cat-btn-wrap[data-cat="2"] {
    background: #eb9696;
    color: #a75353;
  }
  .cat-btn-wrap[data-cat="3"] {
    background: #f4c07d;
    color: #a6773c;
  }
  .cat-btn-wrap[data-cat="4"] {
    background: #99c99f;
    color: #3b8042;
  }
  .cat-btn-checkbox-area {
    display: flex;
    align-items: center;
    padding: 7px 6px 7px 10px;
    cursor: pointer;
  }
  .cat-btn-checkbox-area input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    flex-shrink: 0;
    margin: 0;
  }
  .cat-btn-label {
    padding: 7px 12px 7px 8px;
    cursor: pointer;
    user-select: none;
    transition: filter 0.15s;
  }
  .cat-btn-label:hover {
    filter: brightness(0.92);
  }
  .divider-line {
    width: 1px;
    height: 22px;
    background: rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
  }
  .dropdown-wrap {
    position: relative;
  }
  .dropdown-wrap .dropdown {
    display: none;
    position: relative;
    top: 10px;
    left: 0;
    background: #fff;
    border: 1px solid #dde0e8;
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    min-width: 180px;
    z-index: 100;
    padding: 6px 0;
    animation: dropIn 0.15s ease;
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #c5c9d6 transparent;
  }
  .dropdown-wrap .dropdown::-webkit-scrollbar {
    width: 5px;
  }
  .dropdown-wrap .dropdown::-webkit-scrollbar-track {
    background: transparent;
  }
  .dropdown-wrap .dropdown::-webkit-scrollbar-thumb {
    background: #c5c9d6;
    border-radius: 10px;
  }
  @keyframes dropIn {
    from {
      opacity: 0;
      transform: translateY(-6px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .dropdown-wrap .dropdown.open {
    display: block;
  }
  .dropdown-wrap .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    cursor: pointer;
    transition: background 0.1s;
    font-size: 13.5px;
    color: #333;
  }
  .dropdown-wrap .dropdown-item:hover {
    background: #f5f6fa;
  }
  .dropdown-wrap .dropdown-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    flex-shrink: 0;
    border: 2px solid #676767;
  }
  .dropdown-wrap .dropdown-item input[type="checkbox"]:disabled {
    cursor: not-allowed;
    opacity: 0.45;
  }
  .dropdown-wrap .dropdown-item.disabled-item {
    color: #aaa;
    cursor: not-allowed;
  }
  .btn-cancel {
    padding: 9px 24px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #e8eaee;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: background 0.15s;
  }
  .btn-cancel:hover {
    background: #d8dbe2;
  }
  .btn-next {
    padding: 9px 28px;
    border-radius: 8px;
    border: none;
    background: #3a74d4;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: background 0.15s;
  }
  .btn-next:hover {
    background: #2e63be;
  }
  .form-check-input:focus {
    box-shadow: none;
  }
  .form-check-input:checked[type="checkbox"] {
    background-color: transparent;
    border: 2px solid #0046bf !important;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230046BF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  }
  .form-check-input[type="checkbox"] + label {
    font-size: 16px;
  }
  .form-check-input:checked[type="checkbox"] + label {
    color: #0046bf;
  }
  .parent-checkbox.form-check-input:checked[type="checkbox"] {
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.45) !important;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='rgba(0,0,0,0.55)' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  }

        /* Card wrapper */
    .ul-card {
      background: #ffffff;
      border: 1px solid #d0d4dd;
      border-radius: 6px;
      width: 100%;
      overflow: hidden;
    }

    /* Header */
    .ul-card__header {
      background: #0046BF30;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 16px;
    }

    .ul-card__see-all {
      font-size: 14px;
      font-weight: 600;
      color: #1a1a2e;
      text-decoration: underline;
      cursor: pointer;
      letter-spacing: 0.01em;
    }

    .ul-card__add-btn {
      display: flex;
      align-items: center;
      gap: 6px;
      background: transparent;
      border: none;
      cursor: pointer;
      font-size: 13px;
      font-weight: 700;
      color: #0046BF;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      padding: 0;
    }

    .ul-card__add-icon {
      width: 22px;
      height: 22px;
      background: #0046BF;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .ul-card__add-icon svg {
      width: 13px;
      height: 13px;
      fill: #ffffff;
    }

    /* Item row */
    .ul-card__item {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 14px 16px;
      border-bottom: 1px solid #e0e3ea;
      gap: 12px;
    }

    .ul-card__item:last-child { border-bottom: none; }

    .ul-card__item-left { flex: 1; min-width: 0; }

    .ul-card__item-title {
      font-size: 13.5px;
      font-weight: 500;
      color: #4EADEA;
      line-height: 1.4;
      margin-bottom: 8px;
      cursor: pointer;
      text-decoration: none;
      display: block;
    }

    .ul-card__item-title:hover { text-decoration: underline; }

    .ul-card__tags { display: flex; flex-wrap: wrap; gap: 6px; }

    .ul-card__tag {
      display: inline-block;
      border: 1px solid #C4D3ED;
      border-radius: 4px;
      padding: 5px 10px;
      font-size: 14px;
      font-weight: 500  ;
      color: #121619;
      background: #F2F4F8;
    }

    .ul-card__item-right {
      text-align: right;
      flex-shrink: 0;
      white-space: nowrap;
    }

    .ul-card__item-date  { font-size: 12.5px; color: #444; display: block; margin-bottom: 2px; }
    .ul-card__item-creator { font-size: 12.5px; color: #444; display: block; }

    /* Responsive */
    @media (max-width: 520px) {
      .ul-card__item { flex-direction: column; gap: 8px; }
      .ul-card__item-right { text-align: left; }
      .ul-card__add-btn span:last-child { display: none; }
    }

    @media (max-width: 360px) {
      .ul-card__header { padding: 10px 12px; }
      .ul-card__item   { padding: 12px; }
    }
    .step-second .remove-btn{
      display: none;
    }
    .selected_tabs_pre {
    display: flex;
    gap: 1rem;
    margin-top: 20px;
}
    .selected_tabs_pre .tag1{
      background: #DEEAFE;
      border: 1px solid #C9DCFC;
      padding: 8px 20px;
      color: #537EC6;

    }
    .selected_tabs_pre .tag2{
      background: #E4F6EA;
      border: 1px solid #C7EDD5;
      padding: 8px 20px;
      color: #80CE9A;

    }
    .selected_tabs_pre .tag3{
      background: #EAE4F7;
      border: 1px solid #D8CCF0;
      padding: 8px 20px;
      color: #9B83D1;

    }
    .selected_tabs_pre .tag4{
      background: #FCEBDF;
      border: 1px solid #EDCFB9;
      padding: 8px 20px;
      color: #CA9976;

    }
    .reminder-table th{
      background: #0046BF30 !important;
    }
    .reminder-table th:last-child{
      text-align: end;
    }
.reminder-table .ul-card{
  border-radius: 12px 12px 0 0 ;
}
.reminder-table table{
  border: 1px solid  #D8D8D8;
}
  .reminder-table td {
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    vertical-align: middle;
}
.reminder-table tr{
  border-bottom:  1px solid #D8D8D8;
}
.delete-btn {
  border: 0;
  background-color: transparent;
}
.document-icon{
  background-color: #F2F4F8;
  padding: 20px;
  color: #E5252A;
}
.edit-issue-update-details .file-preview{
  width: max-content;
  height: auto !important;
}
div#issue-pagination {
    width: max-content;
    margin: 20px auto;
    gap: 12px;
}
.back_btn_angle{
  background-color: transparent;
  border: 1px solid #000000;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000000  ;
}
.mobile-table> li> strong{
  color: #000;
}
.mobile-table> li.col{
  justify-content: space-between;
}