.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: #fcc40a !important;
  border-color: #fcc40a !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;
}
#main-sidebar .nav > .nav-item a p {
  color: white;
  font-size: 15px;
}
#main-sidebar .nav > .nav-item a i {
  color: #fcc40a;
  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;
  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: 150px;
  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;
}

/* 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;
  }
  .social-wall-main main {
    margin-top: 100px;
  }
  .qr-code-container .qr-code {
    max-width: 70px !important;
  }
  .qr-code-container .qr-code-text {
    font-size: 13px;
  }
  .cta-button {
    font-size: 14px !important;
    padding: 12px 10px;
  }
  .bottom-banner-text {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 650px) {
  .qr-code-container {
    bottom: 40px !important;
  }
  .cta-button {
    font-size: 11px !important;
    padding: 8px 8px;
  }
  .bottom-banner-text {
    font-size: 10px !important;
  }
  .cta-url-button-base {
    top: -42px;
  }
}

@media only screen and (max-width: 400px) {
  .fs-50 {
    font-size: 20px;
  }
  .qr-code-container {
    bottom: 69px !important;
  }
  .qr-code-container .qr-code {
    max-width: 50px !important;
  }
  .qr-code-container .qr-code-text {
    font-size: 10px;
  }
}

/* .main-panel {
  width: calc(100% - 230px) !important;
}





.sidebar {
  width: 230px !important;
}

.logo-header {
  width: 230px !important;
} */
/*font size manage -END*/
