/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    /* overflow: hidden; */
    margin: 0;
    font-family: Arial, sans-serif;
  }
  p {
    margin-bottom: 5px;
  }
  .v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  
  .fullscreen-button {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
  }
  
  .fullscreen-open {
    background-image: url("media/fullscreen_open.svg");
  }
  
  .fullscreen-close {
    background-image: url("media/fullscreen_close.svg");
  }
  
  /* removes tap blinking on ios devices */
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  /* `````````````````````My CSS`````````````````` */
  .English_Chinese {
    /* position: absolute; */
    top: 10px;
    right: 440px;
    width: 45px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    z-index: 3;
    background-image: url(./icons/ench.svg);
  }
  
  .swiper {
    width: 100%;
    /* height: 100%; */
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0; */
    margin-bottom: 20px;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .container1 {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    /* background-color: #b3bec7; */
  }
  .left,
  .right {
    box-sizing: border-box;
    height: 100vh;
  }
  .left {
    position: relative;
    flex: 1;
    background-color: #7f7f7f;
  }
  .right {
    background-color: #e4eaef;
    border: 3px solid rgb(224, 224, 224);
    border-radius: 10px;
    width: 500px; /* Right side fixed width */
    padding: 15px;
  }
  .right .face {
    display: flex;
    /* justify-content: space-between; */
  }
  @media (max-width: 768px) {
    .container1 {
      flex-direction: column; /* Change to vertical layout on mobile */
    }
    .left,
    .right {
      width: 100%;
      /* height: 80vh;    */
    }
    .left {
      flex: unset;
      height: 66vh;
    }
    .right {
      height: auto;
    }
  }
  .btn-group,
  .btn-group-vertical {
    margin: 5px 0;
    width: 100%;
    text-align: center;
  }
  button.btn.btn-primary.collapsed {
    margin-bottom: 10px;
  }
  img {
    border-radius: 5px;
  }
  .container {
    text-align: center;
  }
  
  .size-display {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .slider-container {
    display: flex;
    align-items: center;
  }
  
  #progressBar-length,
  #progressBar-width {
    width: 100%;
  }
  .container {
    text-align: center;
  }
  
  .size-display {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .slider-container {
    display: flex;
    align-items: center;
  }
  
  #progressBar-length,
  #progressBar-width {
    width: 100%;
  }
  .pannelBorder {
    border: 2px solid #f1f1f1;
    padding: 10px;
    border-radius: 14px;
    box-shadow: 2px 2px 6px 0px rgb(185 185 185 / 80%);
    margin-bottom: 10px;
  }
  
  .v3d-annotation {
    color: #ffffff;
    background: rgba(9, 119, 236, 0.8);
    border: 1px solid #fff;
    font-size: 18px;
    line-height: 13px;
  }
  
  .v3d-annotation-dialog {
    color: #ffffff;
    background: rgba(9, 119, 236, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    top: 30px;
    left: -40px;
    min-width: 100px;
  }
  
  .v3d-simple-preloader-logo {
    background-image: url("media/simple_preloader_logo.svg");
  }
  
  .v3d-simple-preloader-bar {
    background: linear-gradient(90deg, #ffffff, #3a37eb);
    height: 5px;
    border-color: #1458ae;
  }
  