* {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.times-new-roman,
.times-new-roman h5,
.times-new-roman h1 {
  font-family: "Times New Roman", serif !important;
}

.log-bg {
  background: linear-gradient(to right, #6a11cb, #2575fc);
}

.cursor-pointer {
  cursor: pointer;
}

.log-card {
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 400px;
}

.log-title {
  font-weight: bold;
}

.bg-secondary {
  color: #fff !important;
}

.ua-icon-gray {
  background-color: rgb(243, 243, 243);
  border-radius: 7px;
}

#auCardContainer {
  overflow-x: auto;
  padding-bottom: 10px;
}

#auCardContainer::-webkit-scrollbar {
  height: 8px;
  margin-top: 5px;
}

#auCardContainer::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

#auCardContainer::-webkit-scrollbar-thumb {
  background: #0d6efd;
  border-radius: 10px;
}

.au-newImg-card {
  min-width: 120px;
  background-color: #f5f5f5;
  border-radius: 20px;
  cursor: pointer;
}

.active-card {
  border: 1px solid #0d6efd;
}

.au-newImg-element {
  height: 60px;
  width: 106px;
  object-fit: cover;
}

.sidebar-items {
  display: none;
}

.au-resize-handle {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 379px;
  width: 633px;
  background-color: transparent;
  z-index: 1;
  cursor: nwse-resize;
  padding: 30px;
}

#auComposer {
  width: 645px;
  height: 390px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
  background-color: #f0f0f0; /* Background color of the container */
  gap: 1px;
  position: relative; /* Needed for positioning the image */
}
.au-box {
  background-color: #fff; /* Box color */
  border: 1px solid #eee; /* Border color */
  position: relative; /* Needed for positioning the image */
  overflow: hidden;
}

.au-draggable {
  position: absolute;
  width: 100px; /* Initial width */
  height: 100px; /* Initial height */
  cursor: move;
  outline: 3px solid rgb(255, 193, 7);
  resize: both;
  overflow: auto;
  z-index: 2;
}

.au-fullScreen-section {
  height: 2vh;
}

.bg-gray-300 {
  background-color: #dee2e6;
  color: #495057;
}
.assign-play-h6 {
  font-size: 15px !important;
}
.font-sm {
  font-size: 14px;
}

.dataTables_wrapper .dt-buttons .dt-button {
  background: #1572e8;
  border-color: #1572e8;
  border-radius: 50px;
  cursor: pointer;
  font-size: 11px;
  padding: 7px 20px;
  margin-right: 0.5px;
  color: #fff;
}

/*font size manage -START*/

.fs-60 {
  font-size: 60px;
}
.fs-50 {
  font-size: 50px;
}
.fs-40 {
  font-size: 40px;
}
.fs-30 {
  font-size: 30px;
}
.fs-20 {
  font-size: 20px;
}

table,
th,
td,
tr,
tbody {
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table thead th {
  padding: 4px 8px !important;
}

.card-title {
  font-size: 16px !important;
}

.btn {
  font-size: 12px !important;
}
.btn-sm {
  font-size: 10px !important;
}
/*font size manage -END*/

.theme-bg-color {
  background: #fcc40a !important;
}
.theme-color {
  color: #fcc40a !important;
}
.theme-button {
  background: #b7854a !important;
  border-color: #b7854a !important;
  color: white;
}

.custom-color-input {
  height: 28px !important;
  padding: 4px 2px !important;
}

.form-control {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

#main-sidebar,
#main-sidebar .logo-header {
  /* background: red !important; */
  background: #111d29 !important;
}
#main-sidebar .nav > .nav-item a p {
  color: white;
  font-size: 15px;
}
#main-sidebar .nav > .nav-item a i {
  /* color: #fcc40a; */
  color: #b98552;
  font-size: 18px;
}

#main-sidebar .nav > .nav-item a:hover,
#main-sidebar .nav > .nav-item a:focus,
#main-sidebar .nav .nav-item.active > a {
  /* background: #fcc40a !important; */
  background: #b7854a !important;
  color: white !important;
}
#main-sidebar .nav > .nav-item a:hover i,
#main-sidebar .nav > .nav-item a:hover p,
#main-sidebar .nav > .nav-item a:focus i,
#main-sidebar .nav > .nav-item a:focus p,
#main-sidebar .nav.nav-secondary > .nav-item.active a i {
  color: white !important;
}

/* social-wall-main */
.social-wall-main main {
  margin-top: 85px;
  padding-bottom: 150px;
}

.social-wall-main img,
.social-wall-main video {
  cursor: pointer;
}

.social-wall-main video {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.social-wall-main .text-muted.small {
  font-size: 0.875rem;
}

.social-wall-main .btn-sm {
  width: 40px;
  height: 40px;
}

.social-wall-main .btn {
  transition: transform 0.2s ease;
}

.social-wall-main .btn:hover {
  transform: scale(1.1);
}

/* Social wall form main */
.social-wall-form-main body {
  margin: 0;
  height: 100vh;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.1) 10%, transparent 10%) 0
      0,
    radial-gradient(circle, rgba(0, 0, 0, 0.1) 10%, transparent 10%) 20px 20px;
  background-size: 40px 40px;
}

.social-wall-form-main .upload-dropzone {
  border: 2px dashed #8f9091;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
}

.social-wall-form-main .upload-dropzone p {
  margin: 0;
  color: #8f9091;
}

.social-wall-form-main .upload-dropzone:hover {
  background-color: #eeeeee;
}

.social-wall-form-main .upload-icon {
  font-size: 50px;
  margin-bottom: 10px;
  color: #000000;
}

.social-wall-form-main .btn-upload {
  background-color: #e01b25;
  color: white !important;
  border: none;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 10px;
}

.social-wall-form-main .btn-upload:hover {
  background-color: #e01b25;
}

.social-wall-form-main .file-names {
  margin-top: 15px;
  color: #8f9091;
}

.social-wall-form-main .btn-blue-custom {
  background-color: #fcc40a;
  border-color: #fcc40a;
  color: white;
}

.custom-card-height {
  height: 200px !important;
}
.custom-card-img-overlay {
  padding: 10px;
}
.custom-card-img-overlay .star-icon {
  font-size: 20px;
  cursor: pointer;
  transition: color 0.3s ease;
  color: #ffffff;
  text-shadow: 0 0 2px #000;
}
.custom-card-img-overlay .star-icon.red-icon {
  color: #ff0000 !important;
}
.m-action-button-icons .btn {
  background-color: #efefef;
  padding: 8px 12px;
  border-radius: 6px;
}
.m-action-button-icons .btn:focus,
.m-action-button-icons .btn:active {
  outline: none !important;
  box-shadow: none;
}
.m-action-button-icons .btn i {
  font-size: 15px;
  color: gray;
}
#m-posts-container {
  --bs-gutter-x: 1.5rem;
}
#m-posts-container .card {
  min-height: 390px;
}
#m-posts-container .card .caption-area {
  min-height: 98px;
}
#m-posts-container .card-body {
  padding: 12px;
}

/* .page-sidebar-section::-webkit-scrollbar{
  display: none;
} */

/* Account Settings page */
.imgs-account-con .imgs-account-bs {
  min-height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.imgs-account-con .account-imgs {
  max-height: 100px;
  max-width: 120px;
}

.cta-button {
  font-weight: 700;
  font-size: 22px !important;
}

@media only screen and (max-width: 786px) {
  .fs-50 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 400px) {
  .fs-50 {
    font-size: 20px;
  }
}

.conversations-body .message-out .message-body .message-content:before {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  position: absolute;
  right: -9px;
  top: 12px;
}

.rounded-image {
  border-radius: 50%; /* perfect circle */
  width: 60px; /* set width to match height for circle */
  height: 60px;
  object-fit: cover; /* makes sure image doesn't stretch */
}

.chat-media-box {
  width: 100px !important;
  height: 60px !important;
  border-radius: 8px !important;
  margin-bottom: 4px !important;
  cursor: pointer !important;
  background-color: transparent !important;
}

.conversations-body .message-out .message-body .message-content,
.messages-wrapper .messages-body .message-out .message-body .message-content {
  background: #1572e8;
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  width: fit-content;
}

/* Container nav */
.custom-tab-nav {
  display: flex;
  /* flex-direction: column; */
  padding: 0.5rem;
  gap: 0.5rem;
  max-width: 100%;
}

/* 
@media (min-width: 576px) {
  .custom-tab-nav {
    flex-direction: row;
  }
} */

/* Each button tab */
.tab-btn {
  flex: 1;
  padding: 0.75rem 1rem;
  border: none;
  background: #f5f5f5;
  color: #333;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}

/* Hover effect */
.tab-btn:hover {
  background: #e0e0e0;
}

/* Active tab style */
.tab-btn.active {
  background-color: #007bff;
  color: white;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

@media (min-width: 800px) {
  .page-sidebar {
    transform: translateZ(0);
    left: 0;
  }
}

.tab-btn.active {
  background-color: #232122;
  color: white;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

/* Donor editable */
.not-editable-modal input,
.not-editable-modal select {
  border: none;
  cursor: default;
  pointer-events: none; /* Prevent mouse events */
  user-select: none; /* Prevent text selection */
  appearance: none; /* Hide browser-specific styles */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.editable-modal,
.editable-modal select {
  cursor: pointer;
}

.editable {
  border: none !important;
  cursor: default !important;
  /* pointer-events: none; Prevent mouse events */
  user-select: none !important; /* Prevent text selection */
  appearance: none !important; /* Hide browser-specific styles */
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

.otp-input {
  width: 40px;
  height: 50px;
  font-size: 24px;
  border-radius: 5px;
}

/* @media (min-width: 1200.5px) {
  .page-sidebar {
      transform: translateZ(0);
      left: 80%;
  }
} */

/* @media (min-width:1200.5px)
{
  #main-sidebar, #main-sidebar .logo-header {
   
left: 0;
    
  }
} */

/* .main-panel {
  width: calc(100% - 230px) !important;
}



.sidebar {
  width: 230px !important;
}

.logo-header {
  width: 230px !important;
} */
/*font size manage -END*/

/* .item-whatsapp a:hover{
  background-color: rebeccapurple !important;
} */


.bold-label {
  font-weight: bold;
}


.bold-border {
  border-width: 3px;  /* Ya jo thickness aap chahte hain */
  border-color: #c8c2c2;  /* Black color border */
}