.loopOptionWrapper .loopOption {
  margin-right: 1rem;
  /* margin-left: 1rem; */
  margin-bottom: 1rem;
  flex-basis: 44%;
  color: #b4bad0;
  width: 100%;
  cursor: pointer;
  height: 50px;
  display: flex;
  overflow: hidden;
  min-width: 100px;
  text-align: center;
  align-items: center;
  user-select: none;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  background-color: #222532;
}

.loopOptionWrapper .audioOption {
  margin-right: 1rem;
  /* margin-left: 1rem; */
  margin-bottom: 1rem;
  flex-basis: 44%;
  color: #b4bad0;
  width: 100%;
  cursor: pointer;
  height: 50px;
  display: flex;
  overflow: hidden;
  min-width: 100px;
  text-align: center;
  align-items: center;
  user-select: none;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  background-color: #222532;
}

.loopOptionWrapper .audioOption {
  color: #fff;
  background-color: #535a70;
}

.loopOptionWrapper .loopOption:hover {
  color: #fff;
  background-color: #535a70;
}

.active {
  background: #1b2fe7 !important;
  color: #fff !important;
}

.actives {
  background: #1b2fe7 !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .mobileColumn {
    order: 2;
    /* padding-bottom: 2rem; */
    border: none !important;
    padding-left: 2rem !important;
  }

  ..fixed-bottom-custom {
    position: absolute;
  }

  #exportBtn {
    width: 150px !important;
    margin: 0px 10px;
  }

  #VContainer {
    max-width: 100%;
    padding: 15px !important;
    height: 50vh !important;
    border: none !important;
  }

  #VDemo {
    max-width: 100%;
  }

  .fixed-top {
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    /* height: 100vh; */
  }

  .main-video-container {
    height: 100% !important;
  }
}
spinner {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9); /* Semi-transparent background */
  justify-content: center;
  align-items: center;
  z-index: 999999999999999; /* Ensure it's above other elements */
}

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

/* Additional styling for the text */
.spinner-container p {
  margin-top: 20px;
  font-size: 18px;
  color: white; /* White text for visibility on dark overlay */
  display: block;
  width: 100%;
  margin: 0 auto;
}

.spinner-msg {
  position: absolute;
  top: 66%;
  color: #fff;
}

.main-video-container {
  height: calc(100vh - 12vh);
}

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