a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}

button:disabled:hover,
input:disabled:hover,
select:disabled:hover,
.form-switch:hover,
.Customize-btn:hover,
textarea:disabled:hover {
  cursor: not-allowed;
}

.btn:disabled:hover {
  cursor: not-allowed;
}

.dashboard-screen {
  padding: 20px 40px;
}

.alert-warning {
  --bs-alert-color: #000000;
  --bs-alert-bg: #fff1ee;
  --bs-alert-border-color: #fff1ee;
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
 
}

.saidbar-main {
  display: flex;
  height: 100vh;
}

.main-box {
  width: 100%;
  margin-left: 260px;
}

.sidebar {
  width: 260px;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #FFF1EE;
  border-right: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  overflow: auto;
}

.logo {
  font-size: 24px;
  font-weight: 700;
  color: #4efff6;
  text-align: center;
  margin-bottom: 30px;
}

.event-section {
  margin-bottom: 30px;
}

.event-header {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 8px;
  color: #333;
}

.event-header a {
  font-size: 13px;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}

.event-dropdown {
  width: 100%;
  padding: 10px;
  border: 1px solid #fff1ee;
  border-radius: 8px;
  color: #000000;
  font-weight: 600;
  background-color: #fff;
  margin-bottom: 10px;
}

.upgrade-btn {
  /* width: 100%; */
  padding: 5px 10px;
  background-color: #ffd8c9;
  border: none;
  border-radius: 6px;
  font-size: 12px;
  margin: 0px 30px 0px 30px;
  font-weight: bold;
  cursor: pointer;
}

.nav-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nav-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  padding: 10px;
  border-radius: 8px;
  transition: background-color 0.2s;
}

.nav-links a.active,
.nav-links a:hover {
  background-color: #FFD8C9;
}

.account-info {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.user-icon {
  font-size: 20px;
}

.email {
  font-size: 13px;
  color: #555;
}

.card-body {
  padding: 0px;
}

/* home-page-card */


.d-flex {
  display: flex;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  max-width: 1200px;
}

.url-box {
  display: flex;
  margin: 30px 0;
  position: relative;
}

.url-box input {
  flex: 1;
  padding: 10px;
  border: 2px solid #ffd8c9;
  border-right: none;
  border-radius: 5px 0 0 5px;
  font-size: 14px;
}

.copy-btn {
  background: transparent;
  color: white;
  border: none;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 0;
  cursor: pointer;
  position: absolute;
  right: 70px;
  top: 10px;
}

.open-btn {
  background: #ffd8c9;
  color: #000000;
  border: none;
  padding: 0 15px;
  font-weight: bold;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.bottom {
  display: flex;
  justify-content: space-around;
  margin-top: 0px;
  align-items: center;
  margin-bottom: 25px;
}

.left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qr-wrapper {
  padding: 6px;
  border: 6px solid #ffd8c9;
  background: white;
  border-radius: 8px;
  margin-bottom: 10px;
}

button.download-btn {
  background: #ffd8c9;
}

.qr-wrapper img {
  width: 130px;
  height: 130px;
}

.download-btn {
  background: #eee;
  border: none;
  padding: 10px 15px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}

.phone-img {
  width: 200px;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 9;
}


.phone-iframe {
  border: 0;
  width: 200px;
  height: 412px;
  position: relative;
  overflow: none;
  border-radius: 20px;
  z-index: -1;
}

.iframe-container {
  border: 8px solid #ffd8c9;
  border-radius: 30px;
  height: 420px;
}

button.btn-secondary.dropdown-toggle.event-dropdown {
  color: #000000;
  background-color: #ffd8c9;
}

ul.dropdown-menu.show a {
  color: #000000;
}

ul.dropdown-menu.show a:hover {
  color: rgb(0, 0, 0);
  background-color: #ffd8c9;

}



/* end-home-page-card */

/* upgared-plans */

.upgared-dialog {
  display: flex;
  justify-content: center;
  max-width: 100%;
}

.pricing-section {
  padding: 0px 50px 0px;
}

.modal-content {
  width: 1198px;
}

.modal-body {
  padding: 0px;
}

.modal-header {
  display: block;
  padding: var(--bs-modal-header-padding);
  text-align: end;
  border: none;
}

.model-left-box {
  text-align: center;
  padding: 10px 22px;
  background-color: #ffd8c9;
  border-radius: 10px;
  margin-top: 10px;
  max-width: 520px;
}

.model-rigth-box {
  text-align: center;
  padding: 10px 22px;
  background-color: #ffd8c9;
  border-radius: 10px;
  margin-top: 10px;
  max-width: 520px;
}

.d-flex.main-model-box {
  justify-content: center;
}

/* .digital-album-images */
div#thumbnailGallery img {
  width: 136px;
  height: 160px;
  padding: 5px;
}

.digital-album-logo {
  display: flex;
  height: 100px;
  width: 100px;
  border-radius: 59px;
  overflow: hidden;
  border: 1px solid;
}

/* .digital-album-images */

button.btn.btn-primary {
  padding: 4px 10px;
  margin-top: -24px;
  font-size: 14px;
}

.title-header {
  display: flex;
  text-align: end;
  border: none;
  padding: 5px;
}

.event-type button {
  border: 1px solid #ddd;
  margin: 5px;
  padding: 10px 15px;
  border-radius: 8px;
  background-color: white;
  transition: all 0.3s;
  color: black;
}

.features {
  list-style: none;
  padding: 0;
  margin: 30px 0px 20px 0px;
  text-align: left;
  height: 250px;
}

.btn-create {
  background-color: #00e5f5;
  color: white;
  border: none;
  width: 100%;
  padding: 12px;
  font-weight: bold;
  border-radius: 10px;
}

.form-label .required {
  color: rgb(0, 217, 255);
}

.form-control:focus {
  border-color: #ffd8c9;
  box-shadow: 0 0 0 0.2rem rgb(255 216 201);
}


/* digitel-album */
header.Made-with-fillpics {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
}

.album-container {
  z-index: 8;
  width: 100%;
  background: white;
  position: relative;
  bottom: 0;
  overflow: auto;
  padding: 0px 0px 43px 0;
  height: auto;
  overflow: auto;
}



.uploaded-display {
    height: 100%;
    padding-bottom: 30px;
    overflow: auto;
}


.Display-options-button {
  width: 50px;
  height: 50px;
  background-color: #ffd8c9;
  position: absolute;
  /* bottom: 5px; */
  border-radius: 50px;
  top: 40px;
  left: 5px;
  padding: 10px 0px 0px 3px;
}

.display-options {
  display: flex;
  text-align: left;
  gap: 10px;
}

.date-added {
  padding: 18px;
  border: 1px solid;
  border-radius: 10px;
  width: 100%;
  color: #000;
}

.date-added:hover {
  border-color: #ffd8c9;
  background-color: #ebebeb;
}


.badge {
  background: white;
  color: black;
  padding: 10px;
  font-size: 15px;
  border-radius: 0px 0px 5px 5px;
}

.gallery-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  height: 90%;
  line-height: 1.4;
  padding: 0px 20px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 9;
  justify-content: center;
}

button.btn.btn-outline-secondary {
  background-color: #fff1ee;
  border: 2px solid #ffd8c9;
  color: black;
  margin: 0px;
}

.photo-wall-qr.my-4 {
  /* border: 4px solid #000000; */
  padding: 10px;
  border-radius: 20px;
  max-height: 64vh;
  max-width: 90vh;
  overflow: hidden;
  object-fit: cover;
  min-width: 25vh;
  min-height: 25vh;
}

.gallery-thumbnails video {
  width: 160px;
  height: 160px;
  padding: 5px;
}

.photo-wall-qr.my-4 img {
  max-height: 64vh;
  max-width: 90vh;
  min-width: 25vh;
  min-height: 25vh;
  border-radius: 10px;
}

main.bg-drak {
  height: 100%;
  background-color: #ffd8c926;
}

.content h1 {
  font-size: 38px;
  font-weight: 700;
  text-shadow: 2px 2px 8px #ffd8c9;
  color: white;
  margin-bottom: 20px;
}

.add-btn {
  margin-top: 20px;
  font-size: 18px;
  background: #ffd8c9;
  color: rgb(0 0 0);
  border: none;
  padding: 10px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.add-btn:hover {
  background: #ffd8c9;
}

.digital-album-content {
  position: relative;
  overflow: hidden;
  height: 85vh;
}


.caption-info-modal {
  div#captionModal {
    z-index: 10000;
  }

  div#infoModal {
    z-index: 10000;
  }

  div#deletModal {
    z-index: 10000;
  }

  .modal.show .modal-dialog {
    align-items: self-end;
  }
}

/* end-digitel-album */



/* photo-wall */



.scroll-column {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  margin: 20px;
  max-width: 200px;
  padding: 10px;
}

.left {
  left: 0;
}

.right {
  right: 0;
}

.scroll-content {
  display: flex;
  flex-direction: column;
  animation: scrollUp 15s linear infinite;
  gap: 230px;
  margin: 10px;
}

.scroll-content img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  border: 2px solid white;
  display: block;
  transition: transform 0.3s ease;
}

.qr-move-modal {
  display: none;
}


/* Zig-zag effect */
.scroll-content img:nth-child(odd) {
  transform: translateX(-10px) rotate(-1deg);
}

.scroll-content img:nth-child(even) {
  transform: translateX(10px) rotate(1deg);
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

.qr-move-modal {
  .qr-modal {
    position: fixed;
    width: 250px;
    height: auto;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 12px;
    color: white;
    z-index: 99999;
    resize: both;
    left: 20px;
    cursor: move;
    user-select: none;
    display: flex;
    flex-direction: column;
  }

  .qr-modal:hover {
    box-shadow: 0 0 0px 28px rgb(201 201 201 / 61%);
  }

  .qr-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
  }

  .qr-controls button {
    background: #ffd8c9;
    color: #000000;
    border: none;
    border-radius: 4px;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    font-size: 16px;
    cursor: pointer;
  }

  .qr-body {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    overflow: hidden;
  }

  .qr-body img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 4px solid #ffffff;
    border-radius: 5px;
    padding: 5px;
  }

  .qr-controls {
    position: absolute;
    top: -30px;
    left: 25%;
    z-index: 999;
    padding: 5px;
    border-radius: 5px;
    display: none;
  }

  .qr-modal:hover .qr-controls {
    display: flex;
    /* or block depending on your layout */
    gap: 5px;
    /* optional: space between buttons */
  }
}

.qrImage {
  width: 445;
}

.qrImagePhotoWall {
  height: auto;
  width: 445px;
}

.tab-frame {
  width: 460px;
  height: 380px;
  background-color: white;
  /* display: flex; */
  border: 8px solid #ffd8c9;
  border-radius: 15px;
  z-index: -1;
  position: relative;
}


.screens-icons.d-flex {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px;
  align-items: center;
}

.tab-layer {
  position: relative;
  z-index: 999;
}

.tab-box {
  display: flex;
  justify-content: center;
  align-items: center;
}


.tabel-box {

  max-width: 100%;
}


.how-to-do-it-modal-box {
  .modal-header h1 {
    text-align: left;
  }

  button.btn.btn-primary {
    float: left;
    padding: 4px 10px;
    margin-top: -8px;
  }

  ul {
    margin: 10px 0;
  }

  li {
    line-height: 2;
  }



}


.fullscreen-container {
  background: white;
  padding: 6px 30px;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 20px;
  /* font-size: 15px; */
}

.fullscreen-button {
  border: none;
  background: none;
  font-weight: bold;
  color: #ffd8c9;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.customize-link {
  color: #777;
  text-decoration: none;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.customize-link:hover {
  text-decoration: underline;
}

.bg-drak .event-settings {

  .popover-arrow {
    position: absolute;
    top: -2px;
    left: 80%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg) translateX(-50%);
    /* box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.05); */
    z-index: -1;
  }

  .popover-card {
    position: absolute;
    /* top: 0; */
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    width: 360px;
    padding: 20px;
    z-index: 1050;
    display: none;
    left: -260px;
  }
}

.photo-wall-logo {
  /* background: aquamarine; */
  border-radius: 50px;
  overflow: hidden;
  height: 100px;
  width: 100px;
  position: absolute;
  margin-left: 10px;
  text-align: center;
  display: flex;
  border: 2px solid;
}

/* end photo-wall  */

/* media */

button.btn.btn-outline {
  background: transparent;
  border: 2px solid #ffd8c9;
  color: #000000;
}

button.btn.btn-outline:hover {
  color: #ffd8c9;
}

button.btn.btn-outline:hover {
  color: #ffd8c9;
}

.sort-section {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: end;
}

button.sort-by.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 20px;
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffd8c9;
}

select.form-select.form-select-sm {
  width: 130px;
  color: aqua;
  font-size: 15px;
  font-weight: 600;
}

.images-clips-box {
  display: flex;
  max-width: 700px;
}


.photo-vedios-card {
  padding: 20px;
  background-color: #fff1ee;
  border-radius: 10px;
  box-shadow: 0px 0px 5px gray;
}

.upload-limit-box {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.upload-limit-box {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.tab-buttons .btn {
  border-radius: 25px;
  margin-right: 10px;
  font-size: 14px;
  padding: 5px 20px;
}

.photo-grid img {
  width: 100px;
  height: auto;
}

a.btn.upload-photo {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
}

a.btn.upgrade {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 10px 20px;
}

.event-card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  width: 300px;
}

.event-footer {
  border-top: 1px solid #eee;
  margin-top: 1rem;
  padding-top: 0.75rem;
  text-align: center;
  font-weight: 500;
  color: #999;
  text-decoration: none;
}


button.menu-btn {
  background: transparent;
  border: none;
}

.dropdown-menu a {
  font-weight: 500;
}

.event-plan {
  font-size: 12px;
  background-color: #f3f3f3;
  padding: 2px 8px;
  border-radius: 10px;
  color: #555;
}

.icon-text {
  display: flex;
  align-items: center;
  gap: 6px;
}

.icon-text i {
  font-size: 1rem;
}

.dropdown-toggle::after {
  display: none;
}

.modal-body input {
  margin-top: 0.5rem;
}

.modal-confirm-text {
  font-weight: 500;
}

.tab-buttons.mb-3 {
  display: flex;
  justify-content: space-between;
}

.table-responsive {
  box-shadow: none;
  border-radius: 0px;
  border: none;
}

label.upgrade.upload-photo.btn-primary {
  text-align: center;
  width: 100%;
  padding: 100px 20px;
  border: 2px dotted #ffd8c9;
  border-radius: 8px;
  line-height: 1.9;
}

i.fa-solid.fa-play {
    font-size: 20px;
    margin: 5px 5px;
}


/* media */


/* upload-page */
.upload-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffd8c9;
  background-color: white;
  box-shadow: 0px 0px 5px #ffd8c9;
  z-index: 999;
  position: fixed;
  top: 0;
}

.upload {
  height: auto;
  align-items: center;
}

.upload-box {
  transition: all 0.3s ease;
}

.preview-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.image-card {
  width: 300px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
}

.image-card img {
  width: 100%;
  display: block;
  padding: 20px;
  max-height: 400px;
  height: auto;
}

.caption-box {
  padding: 10px;
  border-top: 1px solid #eee;
}

.caption-box input {
  width: 100%;
  padding: 5px 8px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.delete-btn i {
  position: absolute;
  right: 5px;
  font-size: 18px;
  color: red;
  cursor: pointer;
  /* bottom: 5px; */
  padding: 10px;
}

.floating-plus {
  position: fixed;
  bottom: 15%;
  right: 20px;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  width: 80px;
  height: 80px;
  text-align: center;
  justify-content: center;
  font-size: 50px;
  color: #ffd8c9;
  cursor: pointer;
  z-index: 9;
}

div#offcanvasBottom {
  height: 150px;
}


.upload-btn {
  bottom: 0px;
  left: 5%;
  transform: translateX(-50%);
  background: #ffd8c9;
  color: rgb(0, 0, 0);
  border: none;
  padding: 12px 30px;
  border-radius: 12px;
  font-weight: bold;
  z-index: 999;
  position: relative;
}

.modal-option {
  padding: 10px;
  cursor: pointer;
  font-weight: 500;
}

.modal-option:hover {
  background: #f0f0f0;
}

footer.navbar-footer {
  background-color: white;
  position: fixed;
  width: 100%;
  text-align: center;
  bottom: 0;
  padding: 20px;
  border-top: 1px solid #ffd8c9;
  box-shadow: 0px 0px 5px #ffd8c9;
}

.preview-box {
  border-radius: 10px;
  height: auto;
  background-size: cover;
  background-position: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 20rem;
}

.image-card img {
  object-fit: contain;
  height: 250px;
}

/* Modal Card */
.modal-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  width: 430px;
  max-width: 95%;
  max-height: 33rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  overflow: auto;
  height: 100%;
}


.overlay.active {
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 20px;
  width: 100%;
}

/* end-upload-page */

/* events-settings */
.tab-btn {
  cursor: pointer;
  padding: 10px 20px;
  border: none;
  background: none;
  font-weight: bold;
  color: #000;
}

.link-input {
  width: 510px;
}

.tab-btn.active {
  color: #ffd8c9;
  border-bottom: 2px solid #ffd8c9;
}

.tab-content.active {
  display: block;
  max-width: 900px;
}


.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.event-type-btns button {
  margin-right: 10px;
}

.btn-selected {
  border: 2px solid #06f3fa !important;
  background-color: #06f3fa36;
}

.upload-box,
.bg-box {
  width: 100%;
  max-width: 500px;
  height: auto;
  border: 2px dashed #ffd8c9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  color: #555;
  font-size: 22px;
  text-align: center;
  flex-direction: column;
  font-weight: 700;
  box-shadow: 0px 0px 15px 0px #ffd8c983;
}

.color-picker-box {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  background: #ffd8c9;
}

.pro-badge,
.plus-badge {
  background-color: #ffd8c9;
  font-size: 12px;
  color: #000000;
  padding: 2px 6px;
  border-radius: 8px;
  margin-left: 5px;
}

.switch {
  height: 20px;
}

.caption-theme-text {
  margin-top: 5px;
  font-size: 14px;
}


.invite-btn {
  color: #000000;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.badge-owner {

  color: #000000;

  padding: 5px 10px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: bold;
}

.table-wrapper {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}

.table th {
  background-color: #fafafa;
}

.pagination-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  align-items: center;
}

.pagination .page-link {
  border-radius: 8px;

}

.section-title {
  font-weight: bold;
}

.upgrade-tag {
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 5px;
  margin-left: 5px;
  font-weight: bold;
}

.info-text {
  font-size: 14px;
  color: #555;
}

.media-checkboxes label {
  margin-right: 15px;
}

.form-switch .form-check-input {
  width: 3em;
  height: 1.5em;
  background-color: #ddd;
  border: none;
}

.form-switch .form-check-input:checked {
  background-color: #ffd8c9;
}

.permission-options {
  display: flex;
  gap: 20px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.permission-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  flex: 1 1 30%;
  cursor: pointer;
  transition: 0.3s;
}

.permission-card.active {
  border: 2px solid #ffd8c9;
  background-color: #fff1ee;
}

.permission-card h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

.permission-card p {
  font-size: 14px;
  color: #555;
}

.toggle-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0;
}

.event-settings {
  .section h4 {
    font-weight: 600;
  }

  .section small {
    color: #666;
  }

  .toggle {
    float: right;
    position: relative;
  }

  .switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 22px;
  }

  .switch input {
    opacity: 1;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 22px;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
  }

  input:checked+.slider {
    background-color: #ffd8c9;
  }

  input:checked+.slider:before {
    transform: translateX(22px);
  }

  .media-duration {
    display: flex;
    justify-content: space-between;

  }

  .duration-box {
    width: 90px;
    text-align: center;
  }

  input.madia-duration {
    padding: 10px 10px;
    width: 70%;
    border-radius: 5px;
    border: 2px solid #ffd8c9;
    text-align: center;
  }

  .duration-box span {
    display: block;
    font-weight: bold;
  }

  .image-upload {
    margin-top: 10px;
  }

  .preview-img {
    width: 100px;
    margin-top: 10px;
  }

  .remove-btn {
    display: block;
    background-color: #00e1ff;
    color: #fff;
    padding: 4px 8px;
    border: none;
    border-radius: 9px;
    margin-top: 5px;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
  }

  .Album-btn {
    display: block;
    background-color: #00e1ff;
    color: #fff;
    padding: 4px 8px;
    border: none;
    border-radius: 9px;
    margin-top: 5px;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
  }

  .album-container {
    position: relative;
  }

  .change-btn {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    left: 20px;
  }


  .upload-box {
    width: 100px;
    height: 100px;
    border: 2px dashed #00eaff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
    color: #444;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
    padding: 0;
    background-size: cover;
    background-position: center;
  }

  .upload-box input {
    display: none;
  }

  #image-container {
    margin-top: 10px;
  }

  .preview-img {
    width: 100px;
    border-radius: 6px;
    display: none;
    padding: 10px;
    overflow: hidden;
  }

  #image-container {
    margin-top: 0px;
    position: absolute;
    top: 0;
  }

  .image-upload {
    margin-top: 10px;
    position: relative;

  }

  .edit-opacity {
    font-size: 12px;
    margin-top: 5px;
    color: #666;
    display: block;
    background: transparent;
    border: 0;
  }

  .event-logo {
    position: absolute;
    padding: 2px 2px;
    font-size: 12px;
    bottom: 0px;
  }

  .upload-container {
    position: relative;
  }

  .note-box.mb-3 {
    background-color: #fff1ee;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #80808045;
  }

  .popover-card {
    position: absolute;
    /* top: 0; */
    background: #fff1ee;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    width: 360px;
    padding: 20px;
    z-index: 1050;
    display: none;
    left: -130px;
  }

  .popover-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #fff1ee;
    transform: rotate(45deg) translateX(-50%);
    /* box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.05); */
    z-index: -1;
  }

  .form-range::-webkit-slider-thumb {
    background: #ffd8c9;
  }

  .btn-hotpink {
    background-color: #ffd8c9;
    color: #000000;
  }

  .btn-hotpink:hover {
    background-color: #000000;
    color: #ffffff;
  }

  .text-note {
    font-size: 0.9rem;
  }

  .upload-box {
    width: 100px;
    height: 100px;
    border: 2px dashed #ffd8c9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }

  .upload-box img {
    max-width: 100%;
    max-height: 100%;
  }

  .btn-remove,
  .btn-change {
    position: absolute;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    z-index: 2;
  }

  .btn-edit {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    font-size: 12px;
    padding: 0;
  }

  .btn-remove {
    top: 0px;
    left: 0px;
    background: #ffd8c9;
    color: #000000;
  }

  .btn-change {
    bottom: 0px;
    left: 20px;
    background: #ffd8c9;
    color: black;
  }

  s .btn-edit {
    bottom: 5px;
    left: 5px;
    background: white;
    color: black;
    display: flex;
    align-items: center;
    gap: 0px;
    font-size: 10px;
    padding: 5px;
  }

  .upload-placeholder {
    color: #444;
    font-weight: 500;
    padding: 40px 25px;
    font-size: 15px;
  }

  input[type="file"] {
    display: none;
  }

  button.btn.btn-danger.btn-sm.ms-2.remove-collab-btn {
    color: #ffffff;
    background: #e10000;
    padding: 4px 10px;
    margin: 0px;
  }

  .disabled>.page-link,
  .page-link.disabled {
    color: rgb(0 0 0);
    border: none;
    background: none;
    font-weight: 700;
  }
}


#appearance {
  .preview-phone {
    border: 8px solid #000;
    border-radius: 30px;
    padding: 15px;
    max-width: 300px;
    background-size: cover;
    background-position: center;
    height: 550px;
    color: rgb(0, 0, 0);
    position: relative;
    overflow: hidden;
  }

  .preview-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 22px;
  }

  .phone-text {
    text-align: justify;
    color: white;
    padding: 5px;
  }

  .nav-item .nav-link {
    color: #000000;
  }

 a.nav-link.active {
    border-bottom: 2px solid #ffd8c9;
}
  ul#settingsTabs {
    border-bottom: 2px solid gray;
  }

  a.nav-link {
    border: none;
  }

  .preview-content {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 2px;
    padding: 5px;
    width: 100%;
  }

  .form-label {
    font-weight: 600;
  }

  .tab-pane input,
  .tab-pane textarea {
    margin-bottom: 1rem;
  }



  .form-check-label span {
    color: rgb(0, 0, 0);
    cursor: pointer;
    font-weight: 600;
    margin-left: 4px;
  }

  .tooltip-inner {
    background-color: #222;
    color: #fff;
    font-size: 0.875rem;
    padding: 6px 10px;
    border-radius: 6px;
  }
}

/* end-events-settings */


/* footer-navbar */

.footer-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff1ee;
  border-top: 1px solid #eee;
  z-index: 999;
  padding: 8px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  display: none;
  z-index: 9999;
}

.footer-nav a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-nav a.active {
  color: #ffd8c9;
  font-weight: 500;
}

.footer-nav a.active .icon-bg {
  background: #ffd8c9;
  padding: 10px;
  border-radius: 12px;
  margin-bottom: 4px;
}

.footer-nav i {
  font-size: 20px;
  margin-bottom: 4px;
}




.digital-appearance{

.digital-preview-phone {
    border: 8px solid #000;
    border-radius: 50px;
    padding: 0px;
    max-width: 500px;
    background-size: cover;
    background-position: center;
    height: 800px;
    color: rgb(0, 0, 0);
    position: relative;
    overflow: hidden;
    width: 100%;
}
}

   section.digital-welcome-section.p-0 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

 .digital-appearance {
    width: 100%;
    max-width: 600px;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
 .digital-preview-overlay{
    background-image: url('../images/allbum.png');
    background-size: cover;
    background-repeat: no-repeat;   
    background-position: center;
    height: 100%;
    width: 100%;
   }
   