@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
hr{    background-color: rgb(149 149 149);}
body {
  padding: 0;
  margin: 0;
  font-family: "Outfit", sans-serif;
  /* background-color: #020015; */
  background-color: #ffffff;
}
ul {
  list-style: none;
}
.resetbtn{
    font-size: 18px;
    background: #6459cc;
    color: white;
    padding: 9px 15px;
    border-radius: 6px;
    margin-left: 7px;
}
a {
  text-decoration: none;
  outline: none;
}
body a:hover,
body a:focus {
  text-decoration: none;
  color: #1f2f63;
}
a:focus {
  outline: none;
  text-decoration: underline;
}
textarea:focus {
  outline: none;
}
input {
  outline: none !important;
}
button,
button:focus {
  outline: none;
}
a img {
  border: none;
}
img {
  border: 0;
  max-width: 100%;
}
p {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
ul,
p {
  padding: 0;
  margin: 0;
}
textarea {
  resize: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
}
input::-moz-placeholder {
  opacity: 1;
  outline: none;
}
textarea::-moz-placeholder {
  opacity: 1;
  outline: none;
}
.clr {
  clear: both;
  height: 0;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul {
  padding: 0;
  list-style: none;
}
a {
  transition: 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  transition: 0.4s ease-in-out;
}
p:empty {
  display: none;
}
.logo_wrapper img {
  width: auto;max-width: 100%;
  max-height: 76px;
}

/*  */

.login_wrapper {
  padding: 40px 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.login_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  height: 100%;
}
.login_box > div {
  max-width:604px;
  width: 604px;

}
.login_wrapper .container {
  height: 100%;
}
.login_image {
  height: 100%;
}
.login_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.login-logo {
  width: auto;
  object-fit: contain;
  max-width: 182px;
  margin-bottom: 40px;
}
.login_content h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #ffffff;
  margin: 0;
}
.login_content h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  text-align: left;
  color: #fff;
}
.login_content form {
  margin-top: 40px;
  max-width: 525px;
}
.login_content form label {
  font-size: 15px;
  font-weight: 500;
  line-height: 18.2px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
}
.login_content form .form-control {
  background: #171430;
  border: none;
  border-radius: 0;
  height: 56px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #fff;
}

.login_content form > div:not(:last-child) {
  margin-bottom: 20px;
}
.forgot-password a {
  font-size: 15px;
  font-weight: 500;
  line-height: 18.2px;
  letter-spacing: -0.04em;
  text-align: left;
  color: rgba(73, 0, 255, 0.6);
}
.forgot-password {
  text-align: right;
  margin-top: -10px;
}
.sumit-btn {
  width: 100%;
  background: #8077f5;
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.41px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #ffffff;
  padding: 14px 15px;
}
.login_cnt_box {
  padding-left: 60px;
  max-height: 100%;
  overflow-y: auto;
}
.login_cnt_box::-webkit-scrollbar {
  width: 5px;
}
.login_cnt_box::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.login_cnt_box::-webkit-scrollbar-thumb {
  background: #0276bd;
  border-radius: 10px;
}

.page_wrapper {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
}
.side_header {
  width: 330px;
  flex: 0 0 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: 0.4s ease-in-out;
}
.right_content_wrapper {
  width: calc(100% - 330px);
  flex: 0 0 calc(100% - 330px);
  background: #ffffff;
  height: 100%;
  transition: 0.4s ease-in-out;
  padding: 0 10px 10px 0 !important;
}
.right-main-box {
  /* background: #f1f3f4; */
  background-color:#f3f3f3;
  border-radius: 20px !important;
  overflow: hidden;
  min-height: 100%;

}
.logo_wrapper {
  text-align: center;
  padding: 10px 20px;
  border-bottom: 1px solid #e1dce9;
  /* border-right: 1px solid #e1dce9; */
}
.navigation_wrapper {
  padding: 30px 20px;
}
.navigation_wrapper a {
  font-size: 18px;
  font-weight: 400;
  line-height: 22.68px;
  text-align: left;
  color: #333;
  opacity: 1;
  padding: 14px 33px;
  display: flex;
  align-items: center;
  border-radius: 7px;
}
.navigation_wrapper a i{
  color: #9266ff;margin-right: 10px;
}
.custom_table_wrapper {
  background: #ffffff;
  border-radius: 10px;
  padding: 12px 30px;
}
.right_filters {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.visitor-sec .filter-box {
  display: flex;
  /* width: 100%; */
  /* gap: 15px;
  margin-bottom: 15px; */
}
.visitor-sec .filter-box .filter-secl {
  /* width: 100%; */
  /* flex-flow: column; */
}
.visitor-sec .filter-box .filter-secl label {
  width: 100%;
  margin-bottom: 5px;
}
.visitor-sec
  .filter-box
  .filter-secl
  span.select2-selection.select2-selection--single {
  height: 48px;
  border: none;
  border-radius: 10px;
}
.visitor-sec .filter-box .filter-secl span#select2-user_id-container {
  /* height: 48px;
  background: #ffffff;
  border-radius: 10px; */
}
.visitor-sec .filter-box .filter-secl span.select2-selection__arrow {
  height: 100%;
}
.visitor-sec .filter-box .filter-secl input,
.visitor-sec .filter-box .filter-secl select {
  border-radius: 10px;
  height: 48px;
}
.left_header h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.04em;
  text-align: left;
}
.right_filters h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #020015;
}
.navigation_wrapper a.active {
  background: #9266ff;
  opacity: 1;
  color: #ffffff;
}
.navigation_wrapper a.active i{
  color: #fff;
}
.navigation_wrapper li:not(:last-child) {
  margin-bottom: 4px;
}
.navigation_wrapper a img {
  margin-right: 8px;
}
.bottom_navigation {
  padding: 30px 20px;
  border-top: 1px solid #e1dce9;
}
.bottom_navigation a {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.68px;
  text-align: left;
  color: #db2d2d;
  padding: 14px 33px;
  display: flex;
  align-items: center;
}
/* .search-members-gstr .filter-secl {
  display: flex;
} */

.bottom_navigation a img, .bottom_navigation a i {
  margin-right: 8px;
}
.top_header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 40px;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}

.right_header > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.right_header .dropdown-toggle {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.right_header > ul > li {
  padding: 0 16px;
  position: relative;
}
.top_header .form-select {
  font-size: 16px;
  font-weight: 300;
  line-height: 20.16px;
  text-align: left;
  color: #000000;
  border: 1px solid #0200150d;
  background-color: #f8f8f8;
  height: 56px;
  border-radius: 10px;
  width: 330px;
  box-shadow: none !important;
  outline: none !important;
}
.right_header > ul > li:last-child {
  padding-right: 0;
}
.right_header > ul > li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 27px;
  background: #000;
  opacity: 0.1;
}
.right_header .dropdown-toggle > img {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  object-fit: cover;
}
.right_header .dropdown-toggle strong {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.68px;
  text-align: left;
  color: #000;
  margin: 0 16px;
}
.right_header .dropdown-toggle strong span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: left;
}

.top_header .dropdown-menu {
  border: 1px solid #0000001a;
  width: 220px;
  box-shadow: 0px 4px 24px 0px #0000001a;
  padding: 0;
}
.profile_info {
  padding: 20px 15px;
  border-bottom: 1px solid #13131333;
}
.top_header .dropdown-menu > ul {
  padding: 20px 15px;
}
.top_header .dropdown-menu > ul a {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
  text-align: left;
  display: block;
  color: #131313;
}
.top_header .dropdown-menu > ul > li:not(:last-child) {
  margin-bottom: 20px;
}
.top_header .dropdown-toggle:after {
  width: 14px;
  height: 8px;
  border: none;
  background: url(../img/angle-down.png) no-repeat center center;
}

.navigation_wrapper {
  max-height: calc(100vh - 217px);
  overflow-y: auto;
  margin-bottom: auto;
}
.navigation_wrapper::-webkit-scrollbar {
  width: 5px;
}
.navigation_wrapper::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.navigation_wrapper::-webkit-scrollbar-thumb {
  background: #d8cef5;
  border-radius: 10px;
}
.navigation_wrapper li:hover > a {
  opacity: 1;
  color: #9266ff;
}
.navigation_wrapper li:hover > a i{
  color: #9266ff;
}
.navigation_wrapper li:hover > a.active {
  opacity: 1;
  color: #fff;
}
.navigation_wrapper li:hover >  a.active  i{
  color: #fff;
}
.bottom_navigation li:hover > a {
  color: #e50000;
}

.login_wrapper {
  padding: 30px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.login_box {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  background-image: url(../img/society_dummy.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  justify-content: center;
  margin: 0;;
  border-radius: 30px;
  border-radius: 40px;
}
/* .login_box > div {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
} */
.login_wrapper .container {
  height: 100%;
}
.login_image {
  height: 100%;
}
.login_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.login-logo {
  width: auto;
  object-fit: contain;
  max-width: 300px;
  margin-bottom: 0px;
  position: absolute;
  top: -1px;
  left: 0;
}
.login_content h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 10px;
}
.login_content h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  text-align: left;
  color: #363333;
}
.login_content form {
  margin-top: 40px;
  max-width: 525px;
}
.login_content form label {
  font-size: 15px;
  font-weight: 500;
  line-height: 18.2px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 5px;
}
.login_content form .form-control {
  background: transparent;
  border: 1px solid rgba(73, 0, 255, 0.6);
  border-radius: 15px;
  height: 56px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #282323;

}

.login_content form > div:not(:last-child) {
  margin-bottom: 20px;
}
.forgot-password a {
  font-size: 15px;
  font-weight: 500;
  line-height: 18.2px;
  letter-spacing: -0.04em;
  text-align: left;
  color: rgba(73, 0, 255, 0.6);
}
.forgot-password {
  text-align: right;
  margin-top: -10px;
}
.sumit-btn {
  width: 100%;
  background: #8077F5;
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #ffffff;
  padding: 16px 15px;
  border-radius: 15px;
}
.sumit-btn:hover{
  background: #6b61e9;
  color: #fff;
}
.login_cnt_box {
  padding: 30px;
  max-height: 100%;
  overflow-y: autoq;
  background: #fff;
  width: 100%;
  border-radius: 30px;
}
.login_cnt_box::-webkit-scrollbar {
  width: 5px;
}
.login_cnt_box::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.login_cnt_box::-webkit-scrollbar-thumb {
  background: #6b61e9;
  border-radius: 10px;
}

.right_main_body_content {
  padding: 30px;
}
.head_content h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30.24px;
  text-align: left;
  color: #000000;
}
.head_content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 22px;
}
.setting_tab .nav-link {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;
  background: transparent;
  border: none;
  padding: 0;
  color: rgb(2 0 21 / 50%);
  padding: 0 0 12px 0;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
}
.setting_tab .nav > li:not(:last-child) {
  margin-right: 60px;
}
.setting_tab .nav {
  margin-bottom: 20px;
  display: inline-flex;
  border-bottom: 1px solid #0200151a;
}
.setting_tab .nav-link.active {
  color: rgba(73, 0, 255, 0.6);
  border-color: rgba(73, 0, 255, 0.6);
}
.bg-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px;
}
.profile-image-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.profile-pic {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
.profile-pic > img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.uploadPic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #00000080;
  display: flex;
  align-items: center;
  justify-content: center;
}
.uploadPic input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
}
.profile-image-wrapper strong {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  color: #00000080;
  display: block;
}
.profile-image-wrapper strong span {
  display: block;
}

.bg-card > div:not(:last-child) {
  margin-bottom: 30px;
}
.custom_form label {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  width: 100%;
  color: #666666;
   margin: 0 0 6px
}

.custom_form .form-control, .form-control {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #020015;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  background-color: #ffffff;
  height: 48px;
}
.custom_form .select2-container--default .select2-selection--multiple{
   border: 1px solid #0200150d;
   background-color: #f8f8f8;
   border-radius: 10px;
   min-height: 48px;
}
.bg_theme_btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background: rgba(73, 0, 255, 0.6);
  border: none;
  padding: 10px 15px;
  border-radius: 10px;
  min-width: 160px;
}
input[type="submit"].bg_theme_btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background: rgba(73, 0, 255, 0.6);
  border: none;
  min-width: 213px;
  width: auto;
  margin-top: 20px;
}
.custom_form form > div:not(:last-child) {
  margin-bottom: 20px;
}
.bg_theme_btn:hover {
  background: rgb(69 15 203 / 80%);
  color: #fff;
}
/* .right_main_body_content { max-height: calc(100% - 101px); overflow-y: auto; } */
.right_main_body_content {
  height: calc(100vh - 120px);
  overflow-y: auto;

    overflow-x: hidden;
}

/* Members */
.bg_theme_btn svg {
  margin-right: 8px;
  margin-bottom: 2px;
  width: 12px;
}
#addMemberModal .modal-dialog {
  max-width: 700px;
}
.custom_Modal .modal-header {
  background-color: #9266FF;
  border-radius: 10px 10px 0 0;
  padding: 20px 25px;
}
.custom_Modal .modal-header h3 {
  font-family: Outfit;
  font-size: 24px;
  font-weight: 500;
  line-height: 30.24px;
  text-align: left;
  color: #fff;
}
.custom_Modal .modal-header .btn-close {
  filter: brightness(0) invert(1);
  opacity: 1;
  background-size: 13px;
}
.custom_Modal .modal-content {
  border: none;
  border-radius: 12px;
}
.custom_Modal .modal-body {
  padding: 20px;
}
.border_theme_btn {
  font-family: Outfit;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  background: transparent;
  color: #020015;
  border: 1px solid #020015;
  padding: 9px 24px;
  border-radius: 10px;
  min-width: 160px;
}
.cancel_btn {
  margin-right: 8px;
}
.cancel_btn:hover {
  background: #020015;
  color: #fff;
}

.filter_table_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search_wrapper .input-group {
  max-width: 330px;
  position: relative;
}
.search_wrapper .input-group input[type="search"] {
  background: #ffffff;
  border: none;
  border: 1px solid #0200150d;
  border-radius: 10px !important;
  height: 48px;
  width: 100%;
  padding: 10px;
  padding-left: 47px;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.16px;
  text-align: left;
  color: #020015;
}
.search_wrapper .searchIcon {
  background: transparent;
  border: none;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 100%;
  z-index: 2;
}
.search_wrapper .input-group input[type="search"]::placeholder {
  color: rgb(2 0 21 / 60%);
}
.filterbtn {
  border: 1px solid #0200150d;
  background: #fff;
  border-radius: 10px;
  font-family: Outfit;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.98px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #595959;
}
.sortby svg,
.filterbtn svg {
  margin-right: 5px;
}
.right_filters > *:not(:last-child) {
  margin-right: 10px;
}

.custom_table_wrapper > *:not(:last-child) {
  margin-bottom: 12px;
}
.table-responsive table th,
.table-responsive table td {
  padding: 16px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table-responsive table th:first-child,
.table-responsive table td:first-child {
  padding-left: 0px;
}
.table-responsive table th {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: left;
  color: #020015;
}
.table-responsive table td {
  font-family: Outfit;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #5f5f66;
}
.status_select select {
  box-shadow: none !important;
  outline: none !important;
  background-color: transparent;
  border: none;
  padding: 0;
  display: inline-block;
  max-width: 73px;
  background-position-x: right;
  font-family: Outfit;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  text-align: left;
  color: #020015;
}
.actions {
  display: inline-flex;
  align-items: center;
}
.actions > *:not(:last-child) {
  margin-right: 10px;
}
.status_select:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  vertical-align: middle;
  background: #696969;
  margin-right: 2px;
}
input[value="1"] + .status_select:before {
  background: #3ba509;
}
input[value="0"] + .status_select:before {
  background: #d70f0f;
}
.status_select select {
  background-size: 10px;
  max-width: 65px;
}
.head_content p {
  font-family: Outfit;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  text-align: left;
  color: rgb(2 0 21 / 80%);
}
.profile_info h5 {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  text-align: left;
  margin: 0;
  color: #131313;
}
.profile_info p {
  font-family: Outfit;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  text-align: left;
  color: rgb(19 19 19 / 50%);
}

/* sociaty management */
.add_society_wrapper .nav {
  justify-content: center;
  background: rgba(73, 0, 255, 0.6)1a;
  padding: 15px;
}
#addSocietyModal .modal-body {
  padding: 0;
}
.add_society_wrapper .tab-content {
  padding: 20px;
}
.add_society_wrapper .nav-link {
  background: transparent;
  border: none;
  padding: 0;
}
.add_society_wrapper .nav-link span {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(73, 0, 255, 0.6);
  border-radius: 100%;
  color: #fff;
  margin-bottom: 13px;
  background: rgba(73, 0, 255, 0.6);
}
.add_society_wrapper .nav-link strong {
  display: block;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: rgba(73, 0, 255, 0.6);
}
.add_society_wrapper .nav li {
  padding: 0 65px;
  position: relative;
}
.add_society_wrapper .nav li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 18px;
  width: 132px;
  height: 1px;
  right: -65px;
  background: rgba(73, 0, 255, 0.6);
}
.add_society_wrapper .active_item ~ li .nav-link span {
  color: rgba(73, 0, 255, 0.6);
  background: transparent;
}
.add_society_wrapper .active_item ~ li .nav-link {
  pointer-events: none;
}
#addSocietyModal .modal-dialog {
  max-width: 700px;
}

.block_wrapper .accordion-button {
  background: rgba(73, 0, 255, 0.6);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #fff;
  border-radius: 10px !important;
}
.block_wrapper .accordion-item {
  border: none;
  border-radius: 10px !important;
  margin-bottom: 10px;
}
.block_wrapper .accordion-body {
  border: 1px solid;
  border-color: #1100001a;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.block_wrapper .accordion-button:not(.collapsed) {
  border-radius: 10px 10px 0 0 !important;
}
.block_wrapper .accordion-button:after {
  filter: brightness(0) invert(1);
  background-size: 17px;
  background-position: center;
}
.block_fields > div:not(:last-child) {
  margin-bottom: 20px;
}
.block_fields h5 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  width: 100%;
  color: #000000;
}
.blocks_table table th {
  background: rgb(100 89 204 / 10%);
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  color: rgba(73, 0, 255, 0.6);
}
.blocks_table table th:not(:first-child) {
  text-align: center;
}
.blocks_table table th {
  padding: 15px 20px;
}
.blocks_table .block-field {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #12171d;
  width: 104px;
  border: 1px solid #13131333;
  height: 34px;
  border-radius: 10px;
  text-align: center;
  padding: 5px;
}

.blocks_table table td {
  padding: 5px 20px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #12171d;
}
.blocks_table table td:not(:first-child) {
  text-align: center;
}
.blocks_table table tbody tr:first-child td {
  padding-top: 10px;
}
.blocks_table table tbody tr:last-child td {
  padding-bottom: 10px;
}

.block_wrapper > div:not(:last-child) {
  margin-bottom: 20px;
}
.addBlock_section {
  text-align: center;
}
.add_block_field {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  color: rgba(73, 0, 255, 0.6);
  display: inline-flex;
  align-items: center;
}
.add_block_field svg {
  margin-right: 8px;
}
.block_wrapper .accordion-button {
  box-shadow: none !important;
}
.add_block_field {
  font-size: 13px;
}
.add_block i.fa-building {
    color: #000;
    font-size: 20px;
    display: inline-block;
    margin-top: 7px;
}
/* access & permissions */
.select_admin .form-select {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.16px;
  text-align: left;
  color: #000000cc;
  height: 56px;
  background-color: #fff;
  border: 1px solid #0200150d;
  border-radius: 10px;
  width: 100%;
  max-width: 330px;
  box-shadow: none !important;
}
.select_admin {
  width: 100%;
  margin-bottom: 15px;
}
.access_checkbox_wrapper .check_groups {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.access_checkbox_wrapper .check_groups h5 {
  margin: 0;
  width: 40%;
  text-align: right;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  color: #020015;
}
.access_checkbox_wrapper .check_groups .check_fields {
  margin-left: 20px;
  width: 100%;
  max-width: 320px;
}
.access_checkbox_wrapper > div:not(:last-child) .check_fields {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.form-check-input {
  box-shadow: none;
  width: 20px;
  height: 20px;
  border-radius: 0 !important;
  margin-left: -29px !important;
  border-color: #d9d9d9;
}
.form-check-input:checked {
  background-color: rgba(73, 0, 255, 0.6);
  border-color: rgba(73, 0, 255, 0.6);
}
.form-check {
  padding-left: 30px;
}
.check_fields > div:not(:last-child) {
  margin-bottom: 10px;
}

/* Society detail */
.society_detail_page .head_content h2 a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #131313;
  display: inline-flex;
  align-items: center;
}
.society_detail_page .head_content h2 a svg {
  margin-right: 5px;
}
.society_details p {
  font-family: Outfit;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
  text-align: left;
  color: #4d4d4d;
  text-transform: uppercase;
  margin-bottom: 5px;
  width: 100%;
}
.society_details br + p + p {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  text-align: left;
  color: #131313;
  width: 100%;
  margin-bottom: 20px;
}
.society_details h4 {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  text-align: left;
  color: #131313;
  width: 100%;
  margin-bottom: 10px;
}
/* .society_details > ul { display: flex; flex-wrap: wrap; row-gap: 30px; margin: 0 -5px; width: calc(100% - 140px); } */
.society_details > ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin: 0 -5px;
  width: 100%;
}
.society_details > ul > li {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 5px;
  word-wrap: break-word;
  margin-top: 10px;
}

.custom_form textarea.form-control {
  height: 130px;
}
input[type="date"] {
  position: relative;
  background-image: url(../img/calendar.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
input[type="time"] {
  position: relative;
  background-image: url(../img/clock.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
input[type="time"]::-webkit-calendar-picker-indicator {
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: transparent;
  cursor: pointer;
}

.custom_table_wrapper table th {
  padding: 13px;
  border-top: 1px solid #d9d9d9;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.04em;
  color: #5f5f66;
  text-transform: uppercase;
  white-space: nowrap;
}
.owned-blue {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #8077f5;
  padding: 5px 17px;
  border-radius: 30px;
  border: 1px solid #8077f5;
  background: #8077f51a;
}
.vacant-red {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #c90202;
  padding: 5px 17px;
  border-radius: 30px;
  border: 1px solid #c90202;
  background: #c902021a;
}

.table-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.table-pagination a {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  text-align: left;
  color: #000;
}
.table-pagination a:hover,
.table-pagination a.active {
  background: rgba(73, 0, 255, 0.6);
  color: #fff;
}
.table-pagination a:hover svg {
  fill: #ffffff;
}

.visitor-sec {
  padding: 12px 0 6px;
}
.complaints-page-table table {
  min-width: 990px;
}
.table-select-btn select {
  border: 1px solid #5f5f66;
  border-radius: 5px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #5f5f66;
}

.table-responsive::-webkit-scrollbar {
  height: 5px;
}
.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #929292;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: rgba(73, 0, 255, 0.6);
}
.visitors-table table {
  min-width: 880px;
}
a.download-icon {
  background: rgba(73, 0, 255, 0.6);
}
.add-polls-btn-box {
  display: flex;
  justify-content: end;
  margin-bottom: 24px;
}
a.edit-icon {
  /* background: #8077f5; */
}
a.delete-icon {
  background: #f4efef;
}
.add-polls-btn {
  border: none;
  background: rgba(73, 0, 255, 0.6);
  padding: 14px 40px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.41px;
  letter-spacing: -0.04em;
  text-align: left;
  display: flex;
  align-items: center;
}
.add-polls-btn svg {
  margin-right: 10px;
}
.create-polls .modal-header {
  background: #020015;
  padding: 18px 20px;
}
.create-polls .modal-header h1 {
  /* font-family: Product Sans Medium; */
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #fff;
}
.create-polls .modal-header button.btn-close {
  filter: invert(1);
}
.create-polls .modal-content {
  border-radius: 10px;
  overflow: hidden;
  border: none;
}
.save-close-btn {
  display: flex;
  justify-content: space-between;
}
.save-close-btn button {
  width: 49%;
}
/* .save-close-btn .close-btn {
  border: 1px solid #262626;
  color: #262626;
  padding: 13px 50px;
  margin-right: 10px;
  background: none;
  border-radius: 5px; /* font-family: Product Sans Medium; */
/* font-size: 16px;
  font-weight: 500;
  line-height: 19.41px;
  letter-spacing: -0.04em;
  text-align: left; */
/* } */
.save-close-btn .cancel_btn{
      font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.04em;
    background: #dcdcdf;
    border: none;
    padding: 13px 20px;
    border-radius: 5px;
    color: #3f3e44;
    text-align: center;
}
.save-close-btn .cancel_btn:hover{
      background: #c3c3c3;
}
.save-close-btn .submint-btn {
  /* font-family: Product Sans Medium; */
  font-size: 16px;
  font-weight: 500;
  line-height: 19.41px;
  letter-spacing: -0.04em;
  text-align: left;
  background: rgba(73, 0, 255, 0.6);
  border: none;
  padding: 13px 30px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
.save-close-btn .submint-btn:hover{
  background: rgb(69 15 203 / 80%);
    color: #fff;
}
.create-polls .modal-body {
  padding: 20px;
}
.create-polls .modal-body label {
  /* font-family: Product Sans Medium; */
  font-size: 15px;
  font-weight: 500;
  line-height: 18.2px;
  letter-spacing: -0.04em;
  text-align: left;
  width: 100%;
  margin-bottom: 11px;
  color: #666666;
}
.create-polls .modal-body input,
.create-polls .modal-body select {
  width: 100%;
  background: #f5f5f5;
  border: none;
  padding: 17px 15px;
  border-radius: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.41px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-bottom: 18px;
}
.option-put {
  display: flex;
}
.option-put .add-new-put {
  padding: 0;
  background: rgba(73, 0, 255, 0.6);
  border: none;
  border-radius: 6px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  height: 54px;
}
.option-put .add-new-put:hover, .option-put .add-new-put:focus{
      background: rgb(69 15 203 / 80%);
    color: #fff;
}
.option-put .remove-option {
  padding: 0;
  background: #c90202;
  border: none;
  border-radius: 6px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  height: 54px;
  color: #fff;
}
.option-put .remove-option:hover{
  background: #9f1212;
}
.create-polls .modal-body input::placeholder {
  color: #000;
}
td.event-user img {
  width: 45px;
  height: 30px;
  border-radius: 3px;
}
.up-status-btn button {
  /* font-family: Product Sans; */
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #8077f5;
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid #8077f5;
  background: #8077f51a;
}
.yellow-status-btn button {
  /* font-family: Product Sans; */
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #e9a907;
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid #e9a907;
  background: #e9a9071a;
}
.green-status-btn button {
  /* font-family: Product Sans; */
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #3ba509;
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid #3ba509;
  background: #3ba5091a;
}
.grey-status-btn button {
  /* font-family: Product Sans; */
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #67676c;
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid #67676c;
  background: #67676c1a;
}
.date-time {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.date-fild {
  width: 49%;
}
.create-polls textarea {
  width: 100%;
  height: 130px;
  background: #f5f5f5;
  border: none;
  border-radius: 10px;
  padding: 10px;
}
.actions a.call-icon {
  background: #c90202;
}
.exp-status-btn button {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #c90202;
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid #c90202;
  background: #c902020f;
  /* text-transform: uppercase; */
}

.faq-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
.faq-heading h2 {
  /* font-family: Product Sans Medium; */
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #020015;
}
.faq-heading a {
  /* font-family: Product Sans Medium; */
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #8077f5;
  text-decoration: underline;
}
.faq-cont .fax-box {
  background: #fff;
  border-radius: 10px;
  width: calc(65% - 30px);
}
.faq-cont .accordion {
  padding: 20px;
}
.faq-cont .accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 24px;
}
.faq-cont .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #fff;
}
.faq-cont .accordion .accordion-item button.accordion-button {
  /* font-family: Product Sans Medium; */
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #5f5f66;
  padding: 24px 0 0 0;
}
.faq-cont .accordion .accordion-item .accordion-body {
  padding: 10px 0 0 0; /* font-family: Product Sans; */
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #5f5f66;
}
.faq-cont .accordion .accordion-item button.accordion-button:focus {
  box-shadow: none;
}
.faq-cont {
  display: flex;
  justify-content: space-between;
}
.contact-us-help {
  background: #fff;
  border-radius: 10px;
  width: 35%;
}
.contact-us-help label {
  font-size: 15px;
  font-weight: 500;
  line-height: 18.2px;
  letter-spacing: -0.04em;
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
  color: #666666;
}
.contact-us-help form {
  padding: 15px 20px;
}
.contact-us-help form input {
  width: 100%;
  background: #f5f5f5;
  border: none;
  padding: 17px 15px;
  border-radius: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.41px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-bottom: 18px;
}
.contact-us-help form textarea {
  padding: 12px;
  height: 120px;
  width: 100%;
  border-radius: 15px;
  border: none;
  background: #f5f5f5;
  margin-bottom: 15px;
}
.contact-us-help form input::placeholder {
  color: #b3b3b3;
}
.contact-us-help form button {
  width: 100%; /* font-family: Product Sans Medium; */
  font-size: 16px;
  font-weight: 500;
  line-height: 19.41px;
  letter-spacing: -0.04em;
  text-align: center;
  border: none;
  padding: 15px;
  border-radius: 4px;
  color: #fff;
  background: #8077f5;
}
.personal-info {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-flow: wrap;
}
.personal-info .tab-content {
  padding: 20px;
  width: calc(100% - 290px);
}
.personal-info ul {
  border: none;
  flex-flow: column;
  width: 290px;
  border-right: 1px solid #ccc;
  padding: 15px 0;
}
.personal-info ul li {
  width: 100%;
  padding: 5px 0;
}
.personal-info ul li button {
  width: 100%;
  text-align: left;
  padding: 13px 25px;
  border-radius: 0 !important;
  border-left: 5px solid #fff !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: -0.04em;
  color: #80808a;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.personal-info ul li button.active,
.personal-info ul li button:hover,
.personal-info ul li button:focus {
  border: none;
  border-left: 5px solid #8077f5 !important;
  color: #8077f5 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.personal-info ul li img {
  margin-right: 7px;
}
.personal-info ul li button img {
  filter: grayscale(1);
  margin-bottom: 2px;
}
.personal-info ul li button.active img,
.personal-info ul li button:hover img,
.personal-info ul li button:focus img {
  filter: none;
}
.personal-info .tab-content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #020015;
  padding-bottom: 18px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.personal-info .tab-content label {
  font-size: 15px;
  font-weight: 500;
  line-height: 18.2px;
  letter-spacing: -0.04em;
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
  color: #666666;
}
.personal-info .tab-content input {
  width: 100%;
  background: #f5f5f5;
  border: none;
  padding: 17px 15px;
  border-radius: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.41px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-bottom: 18px;
}
.personal-info .tab-content .email-phone {
  display: flex;
  justify-content: space-between;
}
.personal-info .tab-content .email-phone .phone {
  width: 48%;
}
.personal-info .tab-content button {
  /* font-family: Product Sans Medium; */
  font-size: 16px;
  font-weight: 500;
  line-height: 19.41px;
  letter-spacing: -0.04em;
  text-align: center;
  border: none;
  padding: 15px 70px;
  border-radius: 10px;
  color: #fff;
  background: #8077f5;
  margin-top: 10px;
  margin-bottom: 10px;
}
.personal-info .tab-content input::placeholder {
  color: #b3b3b3;
}

.overview-page ul {
  /* display: flex; */
  display: grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  flex-flow: wrap;
  gap:20px;
  /* gap: 1%; */

}
.overview-page ul li {
  /* width: 24%; */
  margin: 0 0 0px;
}
.overview-page ul li a {
  border: 1px solid #0000001a;
  padding: 20px 30px;
  border-radius: 10px;
  display: block;
  align-items: center;
  background: #fff;
      height: 100%;
      position: relative;
}
.overview-page ul li .unit-img-box {
  background: #ffffffad;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 8px;
      position: absolute;
   left: 0;
    top: 0;
}
.overview-page ul li .unit-text-box{
      padding-left: 62px;position: relative;min-height: 50px;display: flex;
    align-items: center;
}
.overview-page ul li h4 {
  /* font-family: Product Sans Medium; */
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #5f5f66;
  text-transform: uppercase;
}
.overview-page ul li h3 {
  /* font-family: Product Sans Medium; */
  font-size: 32px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.04em;
  color: #020015;
  margin-top: 20px;
}
.complaints-box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  height: 100%;
}
.com-viewall h4 {
  /* font-family: Product Sans Medium; */
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #020015;
}
.overview-page ul li .month {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-align: center;
    text-transform: uppercase;
    margin-top: 14px;

    padding: 10px 15px;
    color: #ffffff;
}
.overview-page ul li .light_gray .month {    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(128, 119, 245, 0.5) 49.52%, rgba(255, 255, 255, 0) 100%);

}
.overview-page ul li .light_yellow .month {  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 176, 158, 0.5) 49.52%, rgba(255, 255, 255, 0) 100%);


}
.com-viewall span{
  font-weight: 300; font-style: Italic; font-size: 14px; letter-spacing: -0.04em;color: #8D8D8D;
}
.com-viewall a {
  /* font-family: Product Sans Medium; */
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #8077f5;
  text-decoration: underline;
}
.overview-page {
  margin-bottom: 30px;
}
.complaints-table table {
  min-width: 609px;
}
.complaints-sos .table-responsive table th {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.04em;
  color: #5F5F66;
  padding: 13px 10px;
  text-transform: uppercase;
}
.complaints-sos .table-responsive table th:first-child,
.complaints-sos .table-responsive table td:first-child {
  padding-left: 0;
}
.complaints-table table {
  min-width: 558px;
}
.tab-select-btn select {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.04em;
  text-align: center;
  border: 1px solid #5f5f66;
  border-radius: 5px;
  padding: 3px;
}
.com-viewall {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.sos-box {
  background: #E1488C26;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
}
.sos-box .sos-fire {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.sos-box .sos-fire h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #020015;
}
.sos-box .sos-fire a {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #8077f5;
  text-decoration: underline;
}
.sos-box li {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
}
.sos-box li .fire-img-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.fire-img-text .fire-img {
  width: 44px;
  height: 44px;
  background: #c902021a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.fire-img-text h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #020015;
  margin-bottom: 5px;
}
.sos-box li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.04em;
  color: #666666;
}
.fire-content {
  padding: 0 10px;
}
.fire-img-text .call-img {
  background: #c90202;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}
.complaints-sos .col-lg-8,
.complaints-sos .col-lg-4 {
  margin-bottom: 20px;
}
.notic-board-tab table {
  min-width: 390px;
}
.acti-list {
  display: flex;
  align-items: center;
}

/* ---14 nov-- */
.search-full-box {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.search-full-box input#search {
  border-radius: 10px!important;
  padding: 8px 10px;
  width: auto;
  height: 48px;
}
.search-full-box button.bg_theme_btn {
  border-radius: 0 10px 10px 0;
}
.custom_table_wrapper table {
  min-width: 810px;
}
.search-full-box button.bg_theme_btn {
  padding: 8px 30px;
  min-width: auto;
  height: 48px;
}
.search_wrapper .input-group {
  max-width: 100%;
  position: relative;
  flex-flow: wrap;
  align-items: end;
  justify-content: space-between;
}
.filter-secl .form-control {
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #efefef;
}
.filter-box {
  display: flex;
  flex-flow: wrap;
}
.search_wrapper.search-members-gstr {
  width: 100%;
  min-width: 100%;
}
/* .search-members-gstr .filter-secl {
  width: 200px;
  margin-right: 10px;
} */

/* --irf:30-11-2024--- */
.image-fit {
  width: 130px;
  height: 130px;
  border-radius: 10px;
  object-fit: cover;
}
.select2-container--default .select2-selection--single {
  background-color: #f5f5f5 !important;
  border: 1px solid #f2f2f3 !important;
  border-radius: 10px !important;
  padding: 4px !important;
}
.select2-container .select2-selection--single {
  height: 48px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 48px !important;
  right: 6px !important;
}
div .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 40px;}

/* --------------notifiaction---------- */
li.notification-box {
  position: relative;
}
a.noti-btn { height: 40px; width: 40px; display: block; line-height: 36px; background: #F1F3F4; border-radius: 40px; text-align: center; }

.noti-box {
  position: absolute;
  right: 13px;
  top: 32px;
  background: #fff;
  border-radius: 10px;
  width: 400px;
  box-shadow: 0px 4px 50px 0px #0000003d;
  overflow: hidden;
  display: none;
  z-index: 9;
}
.noti-heading {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.noti-heading h3 {
  font-family: Outfit;
  font-size: 22px;
  font-weight: 600;
  line-height: 27.72px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #131313;
}
.noti-heading a {
  font-family: Outfit;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(73, 0, 255, 0.6);
}
.noti-box ul li:hover {
  background: #00071f1a;
}
.noti-box ul li p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #131313cc;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.noti-box ul li a {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 6px 12px;
  background: rgba(73, 0, 255, 0.6);
  border-radius: 4px;
  color: #fff;
  margin-top: 16px;
  display: inline-block;
}
.noti-box ul li .info-noti {
  position: relative;
  padding: 16px 0;
  width: 100%;
}
.noti-box ul li .info-noti span {
  position: absolute;
  right: 0;
  bottom: 16px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #13131380;
}
.noti-box ul li .icon {
  padding: 15px 0;
  margin-right: 10px;
}
.noti-box ul li .request-box {
  display: flex;
  border-top: 1px solid #ccc;
  padding: 0 20px !important;
}
.noti-box ul li.unread .request-box {
  display: flex;
  border-top: 1px solid #ccc;
  background: #f0f4ff;
  width: 100%;
}
.noti-box ul li .icon img {
  opacity: 0.8;
}
.noti-box ul li:hover .icon img {
  opacity: 1;
}
.noti-box ul li:hover p {
  color: #131313;
}
.noti-box ul li a:hover {
  background: #020015;
}
.noti-box.show {
  display: block;
}
.noti-box button#load-more-btn {
  width: 100%;
  border: none;
  padding: 14px;
  background: #ffffff;
  border-top: 1px solid #ccc;
}
.noti-box ul {
  max-height: 400px;
  overflow: auto;
}
.noti-box ul::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}
.noti-box ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.noti-box ul::-webkit-scrollbar-thumb {
  background: rgba(73, 0, 255, 0.6);
}
.noti-box ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* notification-settings */
.setting-list .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 26px;
}
.setting-list .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.setting-list .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.setting-list .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.setting-list input:checked + .slider {
  background-color: #8077f5;
}
.setting-list input:focus + .slider {
  box-shadow: 0 0 1px #8077f5;
}
.setting-list input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(26px);
}
.setting-list .slider.round {
  border-radius: 34px;
}
.setting-list .slider.round:before {
  border-radius: 50%;
}
.setting-list ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.setting-list ol li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  border-bottom: 1px solid #f1f3f4;
}
.setting-list ol li label.switch {
  width: 54px;
  margin: 0 0 0 10px;
}
.setting-list ol li h3 {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.setting-list ol li p {
  font-size: 15px;
  font-weight: 500;
  line-height: 18.2px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #666666;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.event-title-box,
.date-fild,
.event-add-des {
  position: relative;
}
.create-polls span.text-danger.err {
  position: absolute;
  left: 8px;
  bottom: -1px;
  font-size: 14px;
}
td.text-center.status-td {
  min-width: 110px;
}

.society_details {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
}
.society_details img {
  width: 120px;
  border-radius: 120px;
  margin-right: 20px;
  height: 120px;
}
.add-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: rgba(73, 0, 255, 0.6);
  border-radius: 10px;
  color: #fff;
  font-size: 25px;
}
.add-more-btn:hover{    background: rgb(69 15 203 / 80%);color: #fff;}
.add-remove-btn {
  align-items: end;
  margin-bottom: 14px;
}
.add-remove-btn input {
  margin: 0 !important;
}
#loginForm .form_group {
  position: relative;
}
#loginForm .form_group .toggle-password {
  position: absolute;
  top: 47px;
  right: 14px;
  color: #8077f5;
}
.flatpickr-calendar {
  width: 115px !important;
  padding-right: 5px !important;
}
.item-list .item-sub-menu {
  display: none;
}
.item-list.show-items .item-sub-menu {
  display: block;
  background: #e1dce9;
  width: 100%;
  left: 0px;
  top: 46px;
  padding: 11px;
  z-index: 1;
  border-radius: 10px;
}
li.item-list {
  position: relative;
}
.item-list button.item-drop-btn {
  position: absolute;
  top: 8px;
  right: 13px;
  background: none;
  border: none;
  opacity: 1;
  color: #7e7e7e;
}
.item-list .active + button.item-drop-btn{ color: #fff;}
.item-list.show-items .item-sub-menu a {
  padding: 10px 15px;
  font-size: 16px;
}
.item-list.show-items .item-sub-menu a:hover, .item-list.show-items .item-sub-menu a.active {
  background: transparent;
    color: #9266ff;
}
.item-list button.item-drop-btn:hover {
  opacity: 1;
}
#addStaffModal .modal-body {
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
.choosefile {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
.choosefile button.btn.btn-success {
    background: rgba(73, 0, 255, 0.6);
    border: none;
    padding: 9px 22px;
    border-radius: 10px;
    line-height: 26px;
}
.choosefile button.btn.btn-success:hover{
  background: rgb(69 15 203 / 60%);
}
.memberBx {
  display: flex;
  align-items: center;
  gap: 30px;
}

.choosefile input#fileInput {
  max-width: 250px;
}

/* add by sunil  */
.filter-w-150{width: 150px;}
.members_page .memberBx{gap: 15px;}
.members_page .memberBx .bg_theme_btn{padding: 10px 15px; min-width: auto;}
.clear_btn{font-size: 16px; background: rgba(73, 0, 255, 0.6); color: white; padding: 9px 15px; border-radius: 6px; margin-left: 7px;}
a.clear_btn:hover, a.clear_btn:focus{background: rgb(69 15 203 / 60%); color: white;}

.input-file-field .form-control[type=file]{padding: 8px 16px;color: #666;border-radius: 10px}
.custom_form .form-control[type=file]{padding: 12px 16px;color: #666;border-radius: 10px}
.input-file-field .form-control[type=file]::file-selector-button, .custom_form .form-control[type=file]::file-selector-button {
 color: #fff;
  background: rgba(73, 0, 255, 0.6);
  border: 0;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  padding: 8px 10px;
  text-transform: uppercase;
  border-radius: 10px !important;
}

.input-file-field .form-control[type="file"]::file-selector-button:hover, .custom_form .form-control[type="file"]::file-selector-button:hover {
  background: rgb(69 15 203 / 60%) !important;
  color: #fff;
  opacity: 1;
}


.input-file-field  .form-control:hover:not(:disabled):not([readonly])::file-selector-button, .custom_form .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: rgb(69 15 203 / 60%) !important;
}

.light-purple{border: 3px solid rgba(73, 0, 255, 0.1) !important; background: rgba(73, 0, 255, 0.15) !important;}
.light_yellow{background: rgba(253, 240, 237, 1) !important;border: 3px solid rgba(73, 0, 255, 0.1) !important;}
.light_red{background: rgba(225, 72, 140, 0.15) !important;border: 3px solid rgba(225, 72, 140, 0.1) !important;}
.light_gray{background: rgba(233, 230, 240, 1) !important;border: 3px solid rgba(73, 0, 255, 0.1) !important;}

.page-item.active .page-link{    background: rgba(73, 0, 255, 0.6);color: #fff;border-color: rgba(73, 0, 255, 0.6);}
.page-link, .page-link:hover{color: rgba(73, 0, 255, 0.6);}
.propertybx{display: flex; justify-content: flex-end;}
/* propertyModel */
.propertyModelBx .modal-dialog {
    max-width: 1100px;
    border: none;
}

.propertyModelBx .modal-content {
    border: none;
}

.propertyModelBx button.btn-close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 35px;
    height: 35px;
    background-color: #f00000;
    opacity: 1;
    color: #fff;
    border-radius: 60px;
    z-index: 9;
}

.propertyModelBx button.deleteBlock { width: auto !important; }
.actionBx {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-w-175{    width: 175px;}
.memberNameImg { width: 260px; }
.memberNameImg .img { width: 44px; }

.tab_dashboard .nav-tabs{margin: 0 -12px 20px; border: none;}
.tab_dashboard li.nav-item { width: 50%;padding:  0 12px;}
.tab_dashboard .nav-tabs .nav-link{font-weight: 500; font-size: 32px; line-height: 100%; letter-spacing: -0.04em; text-align: center ;background: transparent;color: #8077F5;border-radius: 16px;  padding: 18px 12px;border-color: #8077F5;cursor: pointer;}
.tab_dashboard .nav-tabs .nav-link.active{background: #8077F5;color: #fff;}

.tab_dashboard .nav-tabs .complaint .nav-link{color: #C90202;border-color: #C90202;background: transparent;}
.tab_dashboard .nav-tabs .complaint .nav-link.active{color: #fff;border-color: #C90202;background: #C90202;}


.btn-close{background-image: url("data:image/svg+xml;base64,IDxzdmcgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMTQuMzU4OCAxNS43ODA3TDcuOTk4NzUgOS40MTA3TDEuNjM4NzUgMTUuNzgwN0wwLjIxODc1IDE0LjM2MDdMNi41ODg3NSA4LjAwMDdMMC4yMTg3NSAxLjY0MDdMMS42Mzg3NSAwLjIyMDcwM0w3Ljk5ODc1IDYuNTkwN0wxNC4zNTg4IDAuMjMwNzAzTDE1Ljc2ODggMS42NDA3TDkuNDA4NzUgOC4wMDA3TDE1Ljc2ODggMTQuMzYwN0wxNC4zNTg4IDE1Ljc4MDdaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=");}


#collect .modal-dialog{max-width: 700px;}
.billdetial { background: #F5F5F5; padding: 15px 20px; border-radius: 15px; }


.billdetial tr th {
    color: #A8A8A8;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 7px 0;
    letter-spacing: -0.04em;
}

.billdetial tr td {
    color: #666666;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 7px 0;
    text-align: right;
    letter-spacing: -0.04em;
}

.billdetial table {
    width: 100%;
}
.billdetial tr:last-child th, .billdetial tr:last-child td {border: none;}
.search-new{position: relative;}
.search-new button.filterBtn { background: rgba(128, 119, 245, 0.1); border: none; position: absolute; right: 5px; top: 4px; height: 40px; width: 56px; border-radius: 10px; }


.search-new.search-full-box input#search{ width: 100%;}
.complaint_new_desgin{margin: 0 0 20px;}
.complaint_new_desgin .search_wrapper .input-group {    max-width: inherit;    }
/* Responsive */
@media (max-width: 1399px) {
  .side_header {
    width: 285px;
    flex: 0 0 285px;
  }
  .right_content_wrapper {
    width: calc(100% - 285px);
    flex: 0 0 calc(100% - 285px);
  }
  .search-members-gstr .filter-secl {
    width: 160px;
  }
  .complaint_new_desgin .search-members-gstr .filter-secl{width: 100%;}
}
@media (max-width: 1350px){
  .search-full-box input#search{width: 170px;}
  .search-members-gstr.members_filter .filter-secl{width: 112px;}
  .sos-filter.search-members-gstr.members_filter .filter-secl{width: 130px;}
.search-members-gstr.members_filter .filter-secl.filter-w-175{width: 172px;}
.search-members-gstr.members_filter .filter-secl.filter-w-150{    width: 114px;}
.search-full-box input#search{        width: 134px;}
.search-full-box button.bg_theme_btn{padding: 8px 13px;}

}
@media (max-width: 1199px) {
  .logo_wrapper{border: none;}
  /* login */

  .login_content form {
    max-width: 100%;
  }

  .side_header {
    position: fixed;
    right: 0;
    top: 0;
    width: 330px;
    height: 100%;
    z-index: 999;
    background: #fff;
    border-left: 1px solid #ddd;
    display: none;
  }
  .right_content_wrapper {
    width: 100%;
    flex: 0 0 100%;
    position: relative;
    /* z-index: 2; */
  }
  .bottom_navigation {
    padding: 7px 20px;
  }
  .togger_sidebar {
    background: transparent;
    border: none;
  }
  .togger_sidebar svg {
    width: 30px;
    height: 30px;
  }
  .left_header {
    margin-right: auto;
    margin-left: 20px;
  }

  .side_header {
    transition: 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(330px);
  }
  .side_header.open {
    display: flex;
    animation: sidebar 0.4s ease-in-out forwards;
  }
  .side_header.open + .right_content_wrapper{opacity: .5;}
  @keyframes sidebar {
    0% {
      transform: translateX(330px);
      opacity: 0;
    }
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }
  .navigation_wrapper {
    max-height: calc(100vh - 65px);
  }

  /* login */

  .login_content form {
    max-width: 100%;
  }
  .login_box {
    margin: 0;
  }
  .right_content_wrapper {
    padding: 10px !important;
  }
  .search-members-gstr.members_filter .filter-secl {width: 130px; }
  .sos-filter.search-members-gstr.members_filter .filter-secl{width: 150px;}

  .members_page .filter-box{width: 100%;justify-content: space-between;}
  .members_page .search-full-box{width: 100%;}
  .members_page .search-full-box input#search{width: 100%;}
  .search-members-gstr.members_filter .filter-secl, .sos-filter.search-members-gstr.members_filter .filter-secl, .search-members-gstr.members_filter .filter-secl.filter-w-175, .search-members-gstr.members_filter .filter-secl.filter-w-150{width: calc(33.33% - .75rem);}
  .search-full-box button.bg_theme_btn {    padding: 8px 23px;    }
  .overview-page ul li a{padding: 15px 15px;}
  .overview-page ul li .unit-img-box{left: 0px;}
  .tab_dashboard .nav-tabs .nav-link{font-size: 24px;}
  .overview-page ul li h4{    font-size: 14px;}
  .overview-page ul li h3{font-size: 26px;    margin-top: 15px;}
  .overview-page ul li .month{padding: 8px 0px;font-size: 14px;}
}

@media (max-width: 991px) {
  /* Login */
  .login-logo {
    margin-bottom: 25px;
  }
  .login_content h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .login_content h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .login_content form {
    margin-top: 25px;
  }
  .login_wrapper .container {
    padding: 0 !important;
  }

  .top_header .form-select {
    width: 250px;
    height: 48px;
  }
  .right_header .dropdown-toggle > img {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
  .right_header .dropdown-toggle strong {
    font-size: 16px;
    line-height: 20px;
    margin: 0 10px;
  }
  .right_header .dropdown-toggle strong span {
    font-size: 14px;
    line-height: 18px;
  }
  .togger_sidebar svg {
    width: 28px;
    height: 28px;
  }
  .setting_tab .nav > li:not(:last-child) {
    margin-right: 20px;
  }
  .bg_theme_btn,
  .border_theme_btn {
    padding: 12px 20px;
    min-width: auto;
  }
  .bg-card {
    padding: 20px;
  }

  /* Login */
  .login-logo {
    margin-bottom: 25px;
  }
  .login_content h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .login_content h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .login_content form {
    margin-top: 25px;
  }
  .login_wrapper .container {
    padding: 0 !important;
  }
   .login_wrapper{padding: 20px;}
   .login_box {
    margin: 0;
    padding: 110px 20px 110px;
    border-radius: 20px;
  }
  .login_cnt_box{    padding: 20px;}
  /* members */
  /* .members_page .table-responsive > table { width: 925px; } */

  /* add society */
  /* .settings_table .table-responsive > table { width: 900px; } */

  /* society detail */
  .society_details > ul > li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .overview-page ul li {
    /* width: 49%; */
    /* margin-bottom: 10px; */
  }
  .overview-page ul{    gap: 10px;}
  .search-full-box input#search {
    padding: 15px;
    width: 220px;
  }

  .overview-page ul li h3{font-size: 20px;}
  .personal-info ul{    width: 230px;}
.personal-info .tab-content{width: calc(100% - 230px);  }
.login-logo {  max-width: 180px;}

 .tab_dashboard .nav-tabs .nav-link { font-size: 20px;border-radius: 10px; padding: 15px 12px; }
 .tab_dashboard .nav-tabs{margin: 0 -7px 20px;}
.tab_dashboard li.nav-item{padding: 0 7px;}
.overview-page ul{grid-template-columns: repeat(2, minmax(0, 1fr));}
#collect{padding: 0 5px;}
}

@media (max-width: 767px) {
  .side_header{width: 300px;}
  /* Login */
  .login_box > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .login_wrapper {
    padding: 20px 0;
  }
  .login_cnt_box {
    text-align: center;
  }
  .login_content h5,
  .login_content h3 {
    text-align: center;
  }
  .login_content form {
    text-align: left;
  }

  .top_header {
    padding: 10px 5px 15px;
    border: none;
  }
  .right_main_body_content {
    padding: 15px;
  }
  .head_content h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .left_header {
    /* width: 100%;
    margin: 0;
    order: 3;
    margin-top: 12px; */
  }
  .top_header .form-select {
    width: 100%;
    margin-top: 14px;
  }
  .right_main_body_content {
    max-height: inherit;
  }
  .page_wrapper {
    height: auto;
  }
  .setting_tab .nav {
    flex-direction: column;
    width: 100%;
    border: none;
  }
  .setting_tab .nav > li {
    margin: 0 !important;
    width: 100%;
  }
  .setting_tab .nav-link {
    border: none;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: rgba(73, 0, 255, 0.6);
    background: rgba(73, 0, 255, 0.6)2e;
    border: none;
    padding: 12px 24px;
    border-radius: 10px;
  }
  .setting_tab .nav > li:not(:last-child) {
    margin-bottom: 7px !important;
  }
  .setting_tab .nav-link.active {
    background: rgba(73, 0, 255, 0.6);
    color: #fff;
  }
  .profile-image-wrapper {
    flex-direction: column;
  }
  .profile-pic {
    margin: 0 0 10px;
  }
  .profile-image-wrapper strong {
    text-align: center;
  }
  .custom_form .row > div {
    flex: 0 0 100%;
  }
  .custom_form form > div:not(:last-child) {
    margin-bottom: 15px;
  }
  .custom_form form > div > div ~ div {
    margin-top: 15px;
  }
  .bg_theme_btn[type="submit"] {
    width: 100%;
    text-align: center;
  }

  .navigation_wrapper a {
    font-size: 16px;
    padding: 14px 20px;
  }

  /* Login */
  .login_box > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .login_wrapper {
    padding: 20px 0;
  }
  .login_cnt_box {
    text-align: center;
  }
  .login_content h5,
  .login_content h3 {
    text-align: center;
  }
  .login_content form {
    text-align: left;
  }

  /* members */
  .filter_table_head {
    flex-direction: column-reverse;
  }
  .search_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .right_filters {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .search_wrapper .input-group {
    max-width: 100%;
  }
  .right_filters {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .custom_table_wrapper > *:not(:last-child) {
    margin-bottom: 10px;
  }
  .left_head {
    width: 100%;
    margin-bottom: 15px;
  }
  .table-responsive table th,
  .table-responsive table td {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .table-responsive table th {
    font-size: 15px;
  }

  .profile_info,
  .top_header .dropdown-menu > ul {
    padding: 12px;
  }
  .top_header .dropdown-menu > ul > li:not(:last-child) {
    margin-bottom: 12px;
  }
  .table-responsive table th:first-child,
  .table-responsive table td:first-child {
    padding-left: 10px;
  }
  .custom_Modal .modal-header h3 {
    font-size: 18px;
    line-height: 25px;
  }

  /* add society */
  .add_society_wrapper .nav li {
    padding: 0 35px;
  }
  .add_society_wrapper .nav-link strong {
    font-size: 12px;
  }
  .add_society_wrapper .nav-link span {
    font-size: 14px;
    width: 30px;
    height: 30px;
    margin-bottom: 4px;
  }
  .add_society_wrapper .nav li:not(:last-child):after {
    width: 80px;
    right: -37px;
    top: 15px;
  }

  .add_society_wrapper .nav li {
    padding: 0 35px;
  }
  .add_society_wrapper .nav-link strong {
    font-size: 12px;
  }
  .add_society_wrapper .nav-link span {
    font-size: 14px;
    width: 30px;
    height: 30px;
    margin-bottom: 4px;
  }
  .add_society_wrapper .nav li:not(:last-child):after {
    width: 80px;
    right: -37px;
    top: 15px;
  }
  .blocks_table table th {
    padding: 12px 10px;
  }
  .blocks_table table td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .blocks_table .table-responsive > table {
    width: 350px;
  }
  .blocks_table .block-field {
    font-size: 13px;
  }
  .complaints-sos .col-md-6 {
    margin-bottom: 20px;
  }
  .memberBx {
    flex-wrap: wrap;
  }
  .members_page .search-full-box button.bg_theme_btn{width: 100px;padding: 8px 20px;}
  .custom_table_wrapper{    padding: 15px;}
  .input-file-field .form-control[type=file]{padding: 10px 16px;font-size:13px; }
.input-file-field .form-control[type=file]::file-selector-button {
  font-size: 11px;
  padding: 5px 3px;
  border-radius: 6px !important;
}
.propertyModelBx .modal-dialog {
    margin: .5rem;
            margin-top: 20px;
}
.propertyModelBx button.btn-close {right: -5px; top: -5px;}
.personal-info ul{width: 100%;flex-flow: row;overflow-x: auto;   padding: 0;        border-right: none;}
.personal-info ul li{width: auto; padding: 1px 0; }
.personal-info .tab-content{width: 100%;}
.personal-info ul li button{           padding-left: 10px;width: auto; margin-right: 5px;white-space: nowrap;}
.personal-info ul li button.active, .personal-info ul li button:hover, .personal-info ul li button:focus{ border-left: none !important; border-bottom: 5px solid #8077f5 !important;}
  .overview-page ul li .unit-text-box{padding-left: 45px;min-height: 38px;}
  .overview-page ul li .unit-img-box{height: 38px; width: 38px; left: 0;}
.overview-page ul li a {padding: 15px 10px;}
.overview-page ul li h4{font-size: 12px;}

.noti-box{    right: -72px;width: 310px;}
.noti-heading h3{    font-size: 16px;}
}
@media (max-width: 575px) {
  /* society detail */
  .society_details > ul > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .access_checkbox_wrapper .check_groups h5 {
    width: 100%;
    text-align: left;
  }
  .access_checkbox_wrapper .check_groups .check_fields {
    width: 100%;
    max-width: 100%;
    margin: 15px 0 0;
  }
  .select_admin .form-select {
    width: 100%;
    max-width: 100%;
  }
  .overview-page ul li {
    width: 100%;
  }
  .search-full-box input#search {
    width: 180px;
  }
  .members_page .filter-box{flex-direction: column;}
  .search-members-gstr.members_filter .filter-secl, .sos-filter.search-members-gstr.members_filter .filter-secl, .search-members-gstr.members_filter .filter-secl.filter-w-175, .search-members-gstr.members_filter .filter-secl.filter-w-150{width: 100%;}
  .overview-page { margin-bottom: 20px; }
  .right_header .dropdown-toggle strong{display: none;}
  .left_header h1{font-size: 20px;}
  .tab_dashboard .nav-tabs .nav-link{font-size: 16px;border-radius: 7px; padding: 13px 12px;}
}

@media(max-width:450px){
  .right_main_body_content { padding: 10px; }
.overview-page ul li .unit-text-box{padding-left: 38px;min-height: 32px;}
.overview-page ul li .unit-img-box{height: 32px; width: 32px; left: 0;}
.overview-page ul li a {padding: 15px 8px;}
.overview-page ul li h4{font-size: 11px; line-height: 15px; max-width: 90px;}
    .overview-page ul li h3 {
        font-size: 18px;
    }
    .overview-page ul li .month{    margin-top: 8px;}
}
