@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");

@font-face {
  font-family: "Urbanist-Medium";
  src: url("../fonts/Urbanist-Medium.woff2") format("woff2"),
    url("../fonts/Urbanist-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist-Bold";
  src: url("../fonts/Urbanist-Bold.woff2") format("woff2"),
    url("../fonts/Urbanist-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist-ExtraBold";
  src: url("../fonts/Urbanist-ExtraBold.woff2") format("woff2"),
    url("../fonts/Urbanist-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist-SemiBold";
  src: url("../fonts/Urbanist-SemiBold.woff2") format("woff2"),
    url("../fonts/Urbanist-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist-Light";
  src: url("../fonts/Urbanist-Light.woff2") format("woff2"),
    url("../fonts/Urbanist-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist-Regular";
  src: url("../fonts/Urbanist-Regular.woff2") format("woff2"),
    url("../fonts/Urbanist-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Urbanist-Regular";
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #c7a65e;
}

::-webkit-scrollbar-track {
  background: #dedede;
}
a {
  text-decoration: none;
  color: #2b2b2b;
}
a:hover {
  text-decoration: none;
  color: #000;
}

p {
  font-size: 0.9rem;
}

hr:not([size]) {
  height: 1px;
  color: #808080;
}
h4 {
  font-family: "Urbanist-SemiBold";
  font-size: 1.5rem;
}
.theme-color {
  color: #c7a65e;
}
.login-section {
  background: #000;
  color: #fff;
  height: 100vh;
  padding: 25px 0;
}
.login-form {
  padding: 80px;
}
.login-form h4 {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  font-family: "Urbanist-Bold";
  margin-bottom: 20px;
}
.login-logo {
  text-align: center;
  margin-bottom: 20px;
}
.login-logo img {
  width: 200px;
}
.common-btn {
  background: #c7a65e;
  background: linear-gradient(
    0deg,
    rgba(199, 166, 94, 1) 0%,
    rgba(251, 226, 154, 1) 50%,
    rgba(190, 155, 67, 1) 100%
  );
  padding: 7px 20px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-family: "Urbanist-SemiBold";
  color: #000;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
.common-btn.login-btn {
  padding: 10px 20px;
  font-size: 18px;
}
.common-btn.dropdown-toggle {
  padding: 5.5px 20px;
}
.common-btn:hover {
  background: #c7a65e;
  background: linear-gradient(
    90deg,
    rgba(199, 166, 94, 1) 0%,
    rgba(251, 226, 154, 1) 50%,
    rgba(190, 155, 67, 1) 100%
  );
}
.common-outline-btn {
  background: transparent;
  padding: 7px 20px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-family: "Urbanist-SemiBold";
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
  border: 1px solid #fff;
}
.common-outline-btn:hover {
  background: #c7a65e;
  color: #000;
  border: 1px solid #c7a65e;
}
.login-right-img {
  height: calc(100vh - 50px);
  overflow: hidden;
}
.login-right-img img {
  height: 100%;
  object-fit: cover;
}
.rounded-img {
  border-radius: 24px;
}
.login-form .form-control {
  background: transparent;
  border: 1px solid #626d77;
  height: 48px;
  color: #808080;
  padding-left: 45px;
}
.login-form .form-control::placeholder {
  color: #808080;
}
.login-form .form-check-label {
  color: #808080;
}
.login-icon {
  position: absolute;
  top: 15px;
  left: 15px;
}
.eye-icon {
  position: absolute;
  top: 15px;
  right: 15px;
}
.popup-common-btn {
  font-size: 18px;
  font-family: "Urbanist-SemiBold";
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  padding: 12px 20px;
}
label.login-lbl {
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  border-radius: 10px !important;
  position: relative;
  display: flex;
  align-items: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: transparent !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: #808080 !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  caret-color: #808080 !important;
  transition: background-color 9999s ease-in-out 0s;
}

/*Modal CSS*/
.logout-in {
  text-align: center;
}
.logout-in img {
  width: 70px;
  margin-bottom: 15px;
}
.logout-in p span {
  color: #c7a65e;
}
.modal.light-bg-modal {
  background: rgb(204 204 204 / 36%);
}
.light-bg-modal .modal-content {
  border-radius: 20px;
}
.light-bg-modal .modal-body {
  border-radius: 20px;
}

/*Dashboard CSS*/
.dashboard-wrap {
  background: #000;
  color: #fff;
}
.dashboard-logo {
  text-align: center;
}
.dashboard-logo img {
  width: 150px;
  margin-top: 30px;
  transition: all 0.3s ease;
}
.sidebar {
  min-height: 100vh;
  border-right: 1px solid #aaa;
  height: 100%;
}
.sidebar-menu {
  margin-top: 30px;
  padding: 0 10px;
  padding-left: 0;
}
.sidebar-menu ul {
  margin: 0;
  padding: 0;
}
.sidebar-menu ul li {
  list-style: none;
  margin-bottom: 15px;
}
.sidebar-menu ul li a {
  color: #fff;
  padding: 7px 15px;
  font-family: "Urbanist-Medium";
  border-radius: 4px;
  text-decoration: none;
  width: 100%;
  display: block;
  transition: 0.3s;
}
.sidebar-menu ul li a span {
  padding-left: 7px;
}
.sidebar-menu ul li a:hover {
  background: #c7a65e;
  background: linear-gradient(
    0deg,
    rgba(199, 166, 94, 1) 0%,
    rgba(251, 226, 154, 1) 50%,
    rgba(190, 155, 67, 1) 100%
  );
  color: #000;
}
.sidebar-menu ul li a:hover img.black-menu-icon {
  display: inline-block;
}
.sidebar-menu ul li a:hover img.white-menu-icon {
  display: none;
}
.sidebar-menu ul li a.active img.black-menu-icon {
  display: inline-block;
}
.sidebar-menu ul li a.active img.white-menu-icon {
  display: none;
}
.sidebar-menu ul li a.active {
  background: #c7a65e;
  background: linear-gradient(
    0deg,
    rgba(199, 166, 94, 1) 0%,
    rgba(251, 226, 154, 1) 50%,
    rgba(190, 155, 67, 1) 100%
  );
  color: #000;
}

.sidebar-menu ul li a img {
  width: 15px;
}
.black-menu-icon {
  display: none;
}
/*Submenu CSS*/
.sidebar-menu .submenu {
  /* display: none; */
  background: #000;
  border: 1px solid #808080;
  border-radius: 5px;
  margin-top: 10px;
}
.sidebar-menu ul li .submenu li {
  margin-bottom: 0;
}
.sidebar-menu ul li .submenu a {
  border-bottom: 1px solid #808080;
}
.sidebar-menu ul li .submenu a:hover {
  background: transparent;
  color: #c7a65e;
}
.sidebar-menu ul li .submenu a.active {
  background: transparent;
  color: #c7a65e;
}
.submenu li a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.submenu li a:hover {
  color: #007bff;
}
.submenu li a {
  position: relative;
}
.has-submenu .submenu-icon {
  position: relative;
}
.has-submenu .submenu-icon:before {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #c7a65e;
}
.col-lg-3.sidebar-col.w5 .has-submenu .submenu-icon:before {
  content: "";
}
.sidebar-menu ul li.has-submenu .submenu-icon.active:before {
  color: #000;
}
.has-submenu:hover .submenu-icon:before {
  color: #000;
}

.col-lg-3.sidebar-col {
  width: 20%;
  padding-right: 0px;
  transition: all 0.3s ease;
}
.col-lg-9.main-col {
  width: 80%;
  padding-left: 0;
  transition: all 0.3s ease;
}
.top-menu {
  padding: 7px 0;
  border-bottom: 1px solid #aaa;
  padding-left: 15px;
}
.top-menu a {
  color: #fff;
}
.user-icon {
  width: 35px;
}
.menu-bar {
  width: 23px;
}
.main-body {
  padding-left: 15px;
}
.col-lg-9.main-col.w95 {
  width: 95%;
}
.col-lg-3.sidebar-col.w5 {
  width: 5%;
}
.sidebar-col.w5 .sidebar-menu ul li a span {
  display: none;
}
.sidebar-col.w5 .sidebar-menu ul li a {
  text-align: center;
}
.sidebar-col.w5 .dashboard-logo img {
  width: 50px;
}
/*Search Input*/
.search-input {
  position: relative;
}
.form-control {
  border: 1px solid #808080;
  color: #808080;
  background: transparent;
  font-size: 14px;
}
.search-input a {
  position: absolute;
  color: #808080;
  right: 10px;
  top: 7px;
}
.table-profile-img {
  width: 40px;
}
table thead tr th {
  background: #c7a65e !important;
  color: #000;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
}
table tbody tr td {
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
table tbody tr td {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-width: 1px !important;
}
table thead tr th {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
table thead tr th:first-child {
  border-radius: 5px 0 0 5px;
}
table thead tr th:last-child {
  border-radius: 0 5px 5px 0;
}
table tbody tr td:first-child {
  border-radius: 5px 0 0 5px;
}
table tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}
table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table tbody tr:nth-child(odd) {
  background-color: #000000; /* Very dark */
}

.table tbody tr:nth-child(even) {
  background-color: #111111; /* Slightly lighter */
}

/*Pagination*/
.page-item.active .page-link {
  background: #c7a65e;
  background: linear-gradient(
    0deg,
    rgba(199, 166, 94, 1) 0%,
    rgba(251, 226, 154, 1) 50%,
    rgba(190, 155, 67, 1) 100%
  );
  color: #000;
  border: 1px solid transparent;
}
.page-item .page-link {
  border: 1px solid #808080;
  background: transparent;
  color: #fff;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
}
.pagination .page-item {
  margin-right: 10px;
}
/* card body css */
.card-content {
  padding-left: 1rem;
  padding-top: 1rem;
}
.card-img-top {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.card-title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 18px;
}
/* Card right corner icon CSS */
.dashboard-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 15px;
}

.card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.card-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 8px;
  z-index: 1;
}

.card-icons .icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: linear-gradient(
    0deg,
    rgba(199, 166, 94, 1) 0%,
    rgba(251, 226, 154, 1) 50%,
    rgba(190, 155, 67, 1) 100%
  );
  padding: 5px;
  border-radius: 5px;
}
/* Card right corner icon CSS */
.member-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(
    0deg,
    rgba(199, 166, 94, 1) 0%,
    rgba(251, 226, 154, 1) 50%,
    rgba(190, 155, 67, 1) 100%
  );
  color: #000;
  font-size: 12px;
  font-family: "Urbanist-SemiBold";
  padding: 4px 12px;
  border: none;
  border-radius: 5px;
  z-index: 1;
  cursor: default;
}
/* Membership css */
.main-body .heading {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  font-family: "Urbanist-SemiBold";
  line-height: 100%;
  letter-spacing: 0%;
  background: linear-gradient(
    0deg,
    rgba(199, 166, 94, 1) 0%,
    rgba(251, 226, 154, 1) 50%,
    rgba(190, 155, 67, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.button-list {
  padding: 12px 80px;
  border-radius: 10px;
  font-family: "Urbanist-SemiBold";
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  border: none;
  background: linear-gradient(
    0deg,
    rgba(199, 166, 94, 1) 0%,
    rgba(251, 226, 154, 1) 50%,
    rgba(190, 155, 67, 1) 100%
  );
  text-align: center;
}
.modal .btn-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #000;
  color: #c7a65e;
  opacity: 1;
}
.modal-close-btn {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: -55px;
}
.membership-content {
  background: #191919;
  padding: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}

/*Upload image css*/
.avatar-upload {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: -30px;
  z-index: 1;
  bottom: -30px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 20px !important;
  margin-right: 13px;
  border-radius: 50px;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  background: url("/../images/upload-icon.svg");
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  width: 20px; 
  height: 20px;
  display: inline-block;
}

.avatar-upload .avatar-preview {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/*popup icon*/
.popup-control,
.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
}

.position-relative .popup-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.popup-control {
  padding-left: 40px;
}

/* Dropdown styling */
select.form-control {
  padding: 12px 15px;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  padding-left: 40px;
}

/* Left icon */
.select-icon-left {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
}

/* Right icon */
.select-icon-right {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  z-index: 1;
  pointer-events: none;
}
img.select-icon-left {
  padding-right: 48px;
}
/* Modal Content */
.custom-modal-content {
  background: #000;
  color: #fff;
  border-radius: 16px;
  padding: 20px;
  border: none;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
}

/* Close Button */
.custom-close-btn {
  text-align: right;
}
.custom-close-btn .btn-close {
  background: none;
  color: #fff;
  font-size: 22px;
}

/* Title */
.custom-body .modal-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Avatar Upload */
.custom-avatar-upload {
  text-align: center;
  margin-bottom: 20px;
}
.custom-avatar-upload input {
  display: none;
}
.custom-avatar-upload label {
  display: inline-block;
  background: #1a1a1a;
  padding: 20px;
  border-radius: 12px;
  cursor: pointer;
}
.custom-avatar-preview {
  width: 100px;
  height: 100px;
  margin: 15px auto;
  border-radius: 12px;
  background-color: #222;
  background-size: cover;
  background-position: center;
}

/* Input Fields */
.custom-input input,
.custom-select select {
  width: 100%;
  background: #1a1a1a;
  border: 1px solid #333;
  color: #fff;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  outline: none;
}
.custom-input input::placeholder {
  color: #aaa;
}

/* Select Box */
.custom-select {
  position: relative;
}
.custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Button */
.custom-btn {
  background: #ffd700;
  color: #000;
  border: none;
  border-radius: 12px;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.custom-btn:hover {
  background: #e6c200;
}
.event-upload {
  position: relative;
  margin: 0 auto 20px auto;
  width: 95%;
  max-width: 100%; /* ensure no restriction */
  height: auto; /* auto height (responsive) */
}

.event-upload .event-edit {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}

.event-upload .event-edit input {
  display: none;
}

.event-upload {
  position: relative;
}

.event-upload .event-edit {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.event-upload .event-edit input + label {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #c7a65e;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.event-upload .event-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.event-upload .event-edit input + label:after {
  content: "";
  background: url("/../images/upload.svg") no-repeat center;
  background-size: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
}

.event-upload .event-preview {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  border: 2px solid #f8f8f8;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  background: #ececec;
}

.event-upload .event-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: 60px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.event-upload .event-preview > div.uploaded {
    background-size: 120px auto;
}


/*event form css*/
/* Event Input */
.event-control {
  width: 100%;
  padding: 12px 40px 12px 12px; /* space right for icon */
  background: #000;
  border: 1px solid #333;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  outline: none;
  position: relative;
}

/* Icon Right Side */
.event-icon-right {
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.event-icon-url {
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  pointer-events: none;
}
/* Textarea same style */
.textarea-control {
  resize: none;
  padding-right: 12px;
}
.delete-popup {
  width: 50px !important;
}
.common-btn-1 {
  background: #c7a65e;
  background: linear-gradient(
    0deg,
    rgba(199, 166, 94, 1) 0%,
    rgba(251, 226, 154, 1) 50%,
    rgba(190, 155, 67, 1) 100%
  );
  padding: 3px 45px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-family: "Urbanist-SemiBold";
  color: #000;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
.common-outline-btn-1 {
  background: transparent;
  padding: 3px 45px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-family: "Urbanist-SemiBold";
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
  border: 1px solid #fff;
}
.common-outline-btn-1:hover {
  background: #c7a65e;
  color: #000;
  border: 1px solid #c7a65e;
}
#membersOnly {
  border-radius: 3px;
  border: 1px solid #c7a65e;
  background: 000;
}
#membersOnly:checked {
  background-color: #c7a65e;
  border-color: #c7a65e;
  color: #000;
}
#CreateEvent .event-upload .event-edit input + label {
  height: 30px;
  width: 30px;
  border-radius: 5px;
}
.form-check-input:checked {
  background-color: white;
  border-color: black;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.common-heading {
  font-size: 30px;
  font-family: "Urbanist-Bold";
  font-weight: 700;
  line-height: 100%;
}
.popup-text {
  font-size: 18px;
  font-family: "Urbanist-SemiBold";
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
.common-btn.popup-btn {
  font-size: 14px;
  font-family: "Urbanist-SemiBold";
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  padding: 12px 20px;
}
.table-btn-icon {
  height: 20px;
  margin-top: -3px;
}
.common-btn.dropdown-toggle::after {
  display: none !important;
}
.popup-parag {
  font-size: 17px;
  font-family: "Urbanist-SemiBold";
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
.top-button {
  display: flex;
  justify-content: flex-end;
}
.bottom-right-text {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  text-align: right;
  margin: 0;
  position: absolute;
  right: 20px;
  top: auto;
}
.accordion-bod p {
  background: #ffffff33;
}
.common-btn-2 {
  display: flex;
}
.common-sub-btn {
  padding: 8px 35px;
}
.parent-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.action-cell {
  width: 1%;
  white-space: nowrap;
  padding-right: 0;
  text-align: left;
}
.accordion-header {
  display: flex;
}
.pending-text {
  color: #fff;
}
.common-outline-btn-delete {
  background: #fff;
  padding: 8px 42px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-family: "Urbanist-SemiBold";
  color: #000;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
  border: 1px solid #fff;
}
.common-outline-btn-delete:hover {
  background: #c7a65e;
  color: #000;
  border: 1px solid #c7a65e;
}
.common-btn-2 {
  background: #c7a65e;
  background: linear-gradient(
    0deg,
    rgba(199, 166, 94, 1) 0%,
    rgba(251, 226, 154, 1) 50%,
    rgba(190, 155, 67, 1) 100%
  );
  padding: 8px 10px;
  border: none;
  text-align: center;
  font-size: 12px;
  font-family: "Urbanist-SemiBold";
  color: #000;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
.accordion-button {
  color: #000 !important;
}
.accordion-button:not(.collapsed) {
  background: linear-gradient(
    0deg,
    rgba(199, 166, 94, 1) 0%,
    rgba(251, 226, 154, 1) 50%,
    rgba(190, 155, 67, 1) 100%
  ) !important;
  border: #fff !important;
}
.accordion-button {
  background: linear-gradient(
    0deg,
    rgba(199, 166, 94, 1) 0%,
    rgba(251, 226, 154, 1) 50%,
    rgba(190, 155, 67, 1) 100%
  ) !important;
  border: #fff !important;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
}
.icon-btn-faq {
  cursor: pointer;
  background: linear-gradient(
    0deg,
    rgba(199, 166, 94, 1) 0%,
    rgba(251, 226, 154, 1) 50%,
    rgba(190, 155, 67, 1) 100%
  );
  margin-left: 5px;
  border-radius: 5px;
  line-height: 25px;
}
.accordion-action-btn {
  width: 35px;
  height: 35px;
  padding: 5px;
}
.accordion-item {
  margin-bottom: 10px;
  background: transparent;
}
.accordion-item:first-of-type .accordion-button {
  border-radius: 8px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 8px;
}
.accordion-body {
  background: #474747;
  margin-top: 10px;
  border-radius: 8px;
  color: #fff;
}
.accordion-button:not(.collapsed)::after {
  background: url(../images/down-icon.svg);
}
.accordion-button::after {
  background: url(../images/down-icon.svg);
}
.sub-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  font-family: "Urbanist-SemiBold";
  background: linear-gradient(
    0deg,
    rgba(199, 166, 94, 1) 0%,
    rgba(251, 226, 154, 1) 50%,
    rgba(190, 155, 67, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.membership-content ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.membership-content ul li {
  position: relative;
  padding-left: 20px; 
  margin-bottom: 8px;
  line-height: 1.4;
}
.membership-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px; /* vertical align dot center with text */
  width: 2px;
  height: 2px;
  background-color: #fff;
  border-radius: 50%;
}
.about-inner-img {
  margin-bottom: 1rem;
}
.sub-inner-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  font-family: "Urbanist-SemiBold";
}
.common-outline-footer {
  background: transparent;
  padding: 12px 80px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-family: "Urbanist-SemiBold";
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
  border: 1px solid #fff;
}
.common-footer {
  background: linear-gradient(
    0deg,
    rgba(199, 166, 94, 1) 0%,
    rgba(251, 226, 154, 1) 50%,
    rgba(190, 155, 67, 1) 100%
  );
  padding: 12px 80px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-family: "Urbanist-SemiBold";
  color: #000;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
.gradient-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 22px;
  height: 22px;
  border: 1px solid #c7a65e;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  background: transparent;
}

/* Checked state with gradient background */
.gradient-checkbox:checked {
  background: linear-gradient(
    0deg,
    rgba(199, 166, 94, 1) 0%,
    rgba(251, 226, 154, 1) 50%,
    rgba(190, 155, 67, 1) 100%
  );
  border: 1px solid #000;
}

.gradient-checkbox:checked::after {
  content: "\2714"; /* ✔ */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black; 
  font-size: 16px;
  font-weight: bold;
}
.count-badge {
  position: relative;
  background: white;
  color: black;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: bold;
  margin-left: 6px;
}
.date-text {
  font-size: 14px; 
  color: #000; 
}

.daterangepicker {
  background-color: white !important; 
  color: black !important;
}

.daterangepicker td.available {
  color: black !important; 
}
.daterangepicker .calendar-table th,
.daterangepicker .drp-calendar .month {
  background-color: transparent !important;
  color: black !important; 
}

.daterangepicker .drp-calendar .calendar-table thead {
  background-color: white !important; 
}
input[name="daterange"] {
  position: relative;
  top: 10px;
  left: 0px;
  width: 0px;
  height: 0px;
  pointer-events: none;
}
/* Input field */
.common-btn input[name="datefilter"] {
  border: none;
  background: transparent;
  color: white;
  outline: none;
  padding: 0;
  width: 100px;
  font-size: 14px;
  cursor: pointer;
  transition: width 0.3s ease;
}

.common-btn input[name="datefilter"].wide {
  width: 210px;
}
a.status-p-r {
    display: flex;
}
/* Dropdown dark background */
.custom-dropdown {
  background-color: #000;
  border-radius: 10px;
  padding: 10px;
  min-width: 180px;
}

/* Individual item */
.custom-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 8px 12px;
  color: #fff;
  background-color: transparent;
  transition: background-color 0.3s;
}

/* Hover or active effect */
.custom-dropdown .dropdown-item:hover,
.custom-dropdown .dropdown-item.active {
  background-color: #fff !important;
  color: #000 !important;
}

/* Status icon spacing */
.status-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}


/* SS311025 Begin */

.page-item.disabled .page-link {
    background-color: #000;
    border-color: #808080;
    color: #fff;
}
.search-input a {
    top: 50%;
    transform: translateY(-50%);
}
.sidebar-col.w5 .dashboard-logo a{
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: block;
}
.sidebar-col.w5 .dashboard-logo a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 15px;
}
#addUserForm .container,#editUserForm .container,#editEventForm .container,#addEventForm .container{
    padding: 0;
}
#addUserForm img.select-icon-right, #editUserForm img.select-icon-right {
    width: 15px;
}
#addUserForm img.select-icon-left, #editUserForm img.select-icon-left {
    padding-right: 0;
    width: 15px;
}
#addUserForm .form-control:focus, #editUserForm .form-control:focus {
    background-color: #000;
    color: #fff;
}
#deleteUserForm .col-lg-12 button,#logoutForm  .col-lg-12 button,#deleteEventForm  .col-lg-12 button,#suspendUserForm  .col-lg-12 button,#approveUserForm  .col-lg-12 button{
    min-width: 145px;
    height: 42px;
    flex-grow: 1;
    padding-left: 20px;
    padding-right: 20px;
}
#delete-Succ .modal-dialog,#logOut  .modal-dialog,#deleteEventModal  .modal-dialog,#suspend-Succ  .modal-dialog,#activation-Succ  .modal-dialog{
    max-width: 350px;
}
#delete-Succ .popup-parag,#logOut  .popup-parag,#deleteEventModal  .popup-parag,#suspend-Succ  .popup-parag,#activation-Succ  .popup-parag{
    max-width: 310px;
}
.sidebar-col.w5 .sidebar-menu li{
    margin-bottom: 5px;
}
.card-icons a{
    background: linear-gradient(0deg,rgba(199, 166, 94, 1) 0%,rgba(251, 226, 154, 1) 50%,rgba(190, 155, 67, 1) 100%);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-icons .icon {
    width: 18px;
    height: auto;
    cursor: unset;
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.sidebar-menu ul li a.active img.white-menu-icon,.sidebar-menu ul li a:hover img.white-menu-icon {
    display: inline-block;
    filter: brightness(0);
}
.dashboard-card {
    background: #191919;
}
#event-list-container{
    --bs-gutter-y: 24px;
}
/* .event-upload .event-preview > div{
    background-size: 48px auto;
} */
#addEventForm .form-check,#editEventForm .form-check{
    padding-left: 0;
}
.request-page .back-btn{
    padding: 4px;
    width: 34px;
    height: 34px;
}
#editEventForm .event-upload,#addEventForm .event-upload{
    width: 100%;
}
#paginationCenter{
    margin-top: 20px;
}
.sidebar-col.w5 .sidebar-menu li:last-child{
    margin-bottom: 0;
}
.sidebar-col.w5 .sidebar-menu li:last-child a{
    border-bottom: 0;
}

/* End Of SS311025 */
    

/*For Tablet and iPad Screens*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .login-form {
    padding: 15px;
  }
  .login-right-img {
    height: 100%;
    overflow: hidden;
  }
  .login-section {
    height: 100%;
  }
}
/*Mobile CSS*/
@media only screen and (max-width: 767px) {
  .login-form {
    padding: 15px;
  }
  .login-right-img {
    height: 100%;
    overflow: hidden;
  }
  .login-section {
    height: 100%;
  }
}

