/** Shopify CDN: Minification failed

Line 344:20 Expected identifier but found "/"
Line 1057:15 Expected identifier but found whitespace
Line 1057:20 Unexpected ";"

**/
#page-outter-charm-l{
  width: 100%;
  height: 100vh;
  display: none;
  flex-direction: column; /* ترتيب العناصر عموديًا */
  align-items: center;
}


.top-text-out-l {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  z-index: 2;
  text-decoration: underline;
  color:#0D6A37;
  margin:7px;
}

.top-text-out-l-name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  z-index: 2;
  text-decoration: underline;
  color:#0D6A37;
  margin:7px;
}



.circle-r-l {
    position: absolute;
    top:5px;
    right:3px;
    width: 48px;
    height: 45px;
    line-height: 39px;
    border-radius: 52%;
    font-size: -11px;
    color: #fff;
    text-align: center;
      z-index: 3;

}
.circle-l-l {
    position: absolute;
    top: 5px;
    left: 2px;
    width: 48px;
    height: 45px;
    line-height: 39px;
    border-radius: 52%;
    font-size: -11px;
    color: #fff;
    text-align: center;
    z-index: 3;
}

.container-out-l {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px; /* تقليل المسافة بين البطاقات */
  z-index: 2;
    max-width: 100%;

}

.card-out-l {
  background: white;

  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* توسيط المحتوى داخل المربع الأبيض */
  z-index: 2;
  margin: 0; /* إزالة أي هوامش */
      padding: 1px 124px;
  border: none; /* إزالة أي حدود افتراضية */
  box-sizing: border-box; /* لضمان ضبط الحواف الداخلية بشكل صحيح */
position: relative;

  
}
.card-out-green-l {
  background:#0D6A37;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* توسيط المحتوى داخل المربع الأبيض */
  
  margin: 1; /* إزالة أي هوامش */
      padding: 10px 187px;
  border: none; /* إزالة أي حدود افتراضية */
  box-sizing: border-box; /* لضمان ضبط الحواف الداخلية بشكل صحيح */
}
.card-out-bottom-l {
  background: white;
  padding: 1px 10px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* توسيط المحتوى داخل المربع الأبيض */
  z-index: 2;
  margin: 0; /* إزالة أي هوامش */
  border: none; /* إزالة أي حدود افتراضية */
  box-sizing: border-box; /* لضمان ضبط الحواف الداخلية بشكل صحيح */
}

/* الحاوية الرئيسية */
.options-container {
  display: flex; /* استخدم Flexbox لتوزيع العناصر */
  justify-content: center; /* محاذاة العناصر أفقيًا في المنتصف */
  gap: 15px; /* مسافة بين البطاقات */
padding:50px 9px;
}
.option-card-name{
  background-color: pink;
  border: none;
  color: white;
  padding: 20px 32px;
  text-decoration: none;
  margin: 24px 25px;
  cursor: pointer;
  border-radius:9px;
  font-size:19px;
}
/* البطاقات الفردية */
.option-card {
  background-color: pink; /* لون الخلفية */
  color: darkgreen; /* لون النص */
  font-size: 16px; /* حجم النص */
  font-weight: bold; /* النص عريض */
  text-align: center; /* محاذاة النص في المنتصف */
  text-decoration: underline; /* خط تحت النص */
  border-radius: 12px; /* زوايا دائرية */
  padding: 10px 27px;
  display: flex; /* استخدم Flexbox لمحاذاة النص */
  align-items: center; /* توسيط النص عموديًا */
  justify-content: center; /* توسيط النص أفقيًا */
  line-height: 1.4; /* لضبط المسافة بين الأسطر */
}


.done {
  background-color: #0D6A37;
  border: none;
  color: white;
  padding: 0px 16px;
  text-decoration: underline;
  margin: 17px 2px;
  cursor: pointer;
  font-weight: bold;

      position: absolute;
    top:4px;
    right:3px;

    line-height: 39px;
    font-size: 20px;
    color: #fff;
    text-align: center;
      z-index: 3;
}

.card-outter-word-white {
  background:white;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* توسيط المحتوى داخل المربع الأبيض */
  z-index: 2;
  margin: 1; /* إزالة أي هوامش */
      padding: 0px 70px;
  border: none; /* إزالة أي حدود افتراضية */
  box-sizing: border-box; /* لضمان ضبط الحواف الداخلية بشكل صحيح */
}

.p-glitter{
  
  text-align: center;
    font-size: 13px;
    font-weight: 1000;
  z-index: 2;
  text-decoration: underline;
  color:#0D6A37;
  margin:7px;

}

.scroll-wrapper {
  max-height: 150px; 
  overflow-y: auto;  
  overflow-x: hidden;
  background-color: #f5f5f5;
  box-sizing: border-box;
  margin:0px -4px;
  max-width: 86%;  
    -webkit-overflow-scrolling: touch;


}

#color-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 0px;
  padding-left:15%;
  
}

.color-box {
  padding:0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:7px 20px;
  text-align: center;
    font-size: 18px;
    font-weight: 1000;
  text-decoration: underline;
  color:#0D6A37;
  font-weight: bold;
/* border: 2px solid #000000; */
  cursor: pointer;
   width: 58%;
   
}


.scroll-wrapper::-webkit-scrollbar {
  padding: 2px; 
  width:10px;         
}

.scroll-wrapper::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;    
}

.scroll-wrapper::-webkit-scrollbar-thumb {
  background-color:pink;

  border-radius: 8px;        
  border: 2px solid  #0D6A37; 
  padding:0px 2px;
}
.scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #ff80aa;
}





.scroll-wrapper-glitter {
  max-height: 150px; 
  overflow-y: auto;  
  overflow-x: hidden;
  background-color: #f5f5f5;
  box-sizing: border-box;
  margin:0px -4px;
  max-width: 86%;  
    -webkit-overflow-scrolling: touch;
}

#color-container-glitter {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 0px;
  padding-left:15%;
  
}

.color-box-glitter {
  padding:0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:7px 20px;
  text-align: center;
    font-size: 18px;
    font-weight: 1000;
  text-decoration: underline;
  color:#0D6A37;
  font-weight: bold;
/* border: 2px solid #000000; */
  cursor: pointer;
   width: 58%;
   
}


.scroll-wrapper-glitter::-webkit-scrollbar {
  padding: 2px; 
  width:10px;         
}

.scroll-wrapper-glitter::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;    
}

.scroll-wrapper-glitter::-webkit-scrollbar-thumb {
  background-color:pink;

  border-radius: 8px;        
  border: 2px solid  #0D6A37; 
  padding:0px 2px;
}
.scroll-wrapper-glitter::-webkit-scrollbar-thumb:hover {
  background-color: #ff80aa;
}



.add-photo{
    padding:0px 0px;
}

.accordion {
width: 85%;
margin: auto;
display:none;

}

.accordion-item {
background-color: #fff;
/* border-bottom: 1px solid black; /* إضافة خط أسود في الأسفل / */
border-bottom:1 solid white;
margin-bottom: 0px; / يمكن تعديل هذا إذا كنت تريد مسافة بين العناصر */
overflow: hidden;
transition: all 0.3s ease;
padding:0px 0px;
text-align: center;
position: relative;
}

.accordion-button {
width: 400px;
background: white;
cursor: pointer;
padding: 15px 20px;
font-size: 16px;
border: none;
text-align: center;
outline: none;
display: flex;
align-items: center;
transition: background 0.3s ease;
color: inherit;
}

.span-style{
position: absolute;
top: 18px;
transform: translateY(-50%);
right: 160px; /* على الجانب الأيسر */
font-size: 18px;
font-weight: bold;
color:#0D6A37;
text-decoration:underline;
}

.accordion-button:hover {
background:white;
}


.arrow {
    position: absolute;
    right: 20px; /* على الجانب الأيسر */
    font-size: 18px;
    transition: transform 0.3s ease;
    top: 13px;
    transform-origin: center;
    color:#0D6A37;
}

.accordion-content {
display: none;
padding: 15px 20px;
background-color:#0D6A37;
border-top: 1px solid #ddd; /* تم الإبقاء على هذا الخط لأنه يفصل الزر عن المحتوى عند الفتح */
line-height: 1.6;
color: inherit;
}

.accordion-item.active .accordion-content {
display: block;
}

.accordion-item.active .arrow {
 transform: rotate(180deg);
}

@media (max-width: 600px) {
.accordion-button {
font-size: 14px;
padding: 17px 16px;
}

.accordion-content {
font-size: 14px;
padding: 12px 16px;
text-align: center;

}
}





#color-container-charms {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}


.scroll-wrapper-charms {
  width: 100%;
  max-width: 100vw;     /* ارتفاع أقصى للحاوية */
  overflow-y: auto;       /* تمكين التمرير العمودي */
  box-sizing: border-box;
  background-color:white;
overflow-x: hidden; 
padding: 0 5px;        /* مساحة صغيرة داخلية */
  margin: 0 auto; 

  -webkit-overflow-scrolling: touch; /* سلاسة التمرير في iOS */
 
}


.scroll-wrapper-charms::-webkit-scrollbar {
  width: 10%;          
}

.scroll-wrapper-charms::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;    
}

.scroll-wrapper-charms::-webkit-scrollbar-thumb {
  background-color:pink;

  border-radius: 8px;        
  border: 2px solid  #0D6A37; 
  padding:0px 2px;
}




.color-box-charms {
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:-6px;
  text-align: center;
    font-size: 18px;
    font-weight: 1000;
  text-decoration: underline;
  color:#0D6A37;
  font-weight: bold;
border: 2px solid #000000;


  cursor: pointer;
}

.red-circle {
    padding: 66px;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 60;
    display: flex;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    left: 41%;
    bottom: 18%;
    z-index: 60;
    display: flex;
    line-height: 0;
    font-size: 0;
  overflow: hidden; 
    /* animation: blink 1s infinite; */

}
.glitter-circle {
    padding: 66px;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 61;
    display: flex;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    left: 41%;
    bottom: 18%;
    z-index: 60;
    display: flex;
    line-height: 0;
    font-size: 0;
  overflow: hidden; 
    /* animation: blink 1s infinite; */

}
.glitter-circle img {
width: 210px;
    height: 500px;
    object-fit: contain;
    position: absolute;
    top: 46%;
    left: 54%;
    transform: translate(-50%, -50%);
  border-radius: 50%; /* تحافظ على الشكل الدائري */
}
.image-display{
    border-radius: 50%;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 80;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    left: 41%;
    bottom: 18%;
    background-image:"{{ 'necklace-l.png' | asset_url }}";
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.red-circle img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: grab;
  transform-origin: center center;
  user-select: none;
} 

/* الحاوية */
.img-container {
  position: absolute;
  width: 60px;
  height: 60px;
  cursor: move;
  transform-origin: center center;

}

.img-container img {
  width: 79px;
  height: 68.64px; 
  object-fit: contain;
  user-select: none;
}
.handle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: black;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}

.remove-handle {
  top: -10px;
  right: -10px;
}

.rotate-handle {
  bottom: -10px;
  right: -10px;
  background:rgb(250, 135, 181);
  color: white;
}

.red-circle-1 {
    padding: 6px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 60;
    display: flex;
    line-height: 0;
    font-size: 0;
    left: 51%;
    bottom: 78%;
    z-index: 60;
    display: flex;
    line-height: 0;
    font-size: 0;
        /* animation: blink 1s infinite; */

}
.red-circle-2 {
    padding: 6px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 60;
    line-height: 0;
    font-size: 0;
    left: 56%;
    bottom: 70%;
    z-index: 60;
    display: flex;
    line-height: 0;
    font-size: 0;
    display:none;
        /* animation: blink 1s infinite; */

}
.red-circle-3 {
    padding: 6px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 60;
    line-height: 0;
    font-size: 0;
    left: 59%;
    bottom: 56%;
    z-index: 60;
    display: flex;
    line-height: 0;
    font-size: 0;
    display:none;
        /* animation: blink 1s infinite; */

}
.red-circle-4 {
    padding: 6px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 60;
    line-height: 0;
    font-size: 0;
    left: 59%;
    bottom: 40%;
    z-index: 60;
    display: none;
    line-height: 0;
    font-size: 0;
        /* animation: blink 1s infinite; */

}
.red-circle-5 {
    padding: 6px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 60;
    line-height: 0;
    font-size: 0;
    left: 57%;
    bottom: 25%;
    z-index: 60;
    display: none;
    line-height: 0;
    font-size: 0;
        /* animation: blink 1s infinite; */

}
.red-circle-6 {
    padding: 6px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 60;
    line-height: 0;
    font-size: 0;
    left: 54%;
    bottom: 14%;
    z-index: 60;
    display: none;
    line-height: 0;
    font-size: 0;
        /* animation: blink 1s infinite; */

}
.red-circle-7 {
    padding: 6px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 60;
    line-height: 0;
    font-size: 0;
    left: 49%;
    bottom: 9%;
    z-index: 60;
    display: none;
    line-height: 0;
    font-size: 0;
        /* animation: blink 1s infinite; */

}

.red-circle-8 {
    padding: 6px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 60;
    display: none;
    line-height: 0;
    font-size: 0;
    left: 44%;
    bottom: 13%;
    z-index: 60;
    line-height: 0;
    font-size: 0;
        /* animation: blink 1s infinite; */

}
.red-circle-9 {
    padding: 6px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 60;
    line-height: 0;
    font-size: 0;
    left: 41%;
    bottom: 24%;
    z-index: 60;
    display: none;
    line-height: 0;
    font-size: 0;
        /* animation: blink 1s infinite; */

}
.red-circle-10 {
    padding: 6px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 60;
    line-height: 0;
    font-size: 0;
    left: 39%;
    bottom: 39%;
    z-index: 60;
    display: none;
    line-height: 0;
    font-size: 0;
        /* animation: blink 1s infinite; */

}
.red-circle-11 {
    padding: 6px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 60;
    line-height: 0;
    font-size: 0;
    left: 39%;
    bottom: 56%;
    z-index: 60;
    display: none;
    line-height: 0;
    font-size: 0;
        /* animation: blink 1s infinite; */

}
.red-circle-12 {
    padding: 6px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 60;
    line-height: 0;
    font-size: 0;
    left: 42%;
    bottom: 69%;
    z-index: 60;
    display: none;
    line-height: 0;
    font-size: 0;
        /* animation: blink 1s infinite; */


}
.red-circle-13 {
    padding: 6px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 60;
    line-height: 0;
    font-size: 0;
    left: 47%;
    bottom: 78%;
    z-index: 60;
    display: none;
    line-height: 0;
    font-size: 0;
        /* animation: blink 1s infinite; */


}
.red-circle-new img {
    padding: 8px;
    object-fit: contain;
    user-select: none;

}

.necklace-out {
    position: relative;
    z-index: 50;
    margin: -24px 124px;
    left: 1%;
}

.button {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    background-color: pink; /* لون الخلفية */
    color: #0D6A37; /* لون النص */
    border-radius: 8px;        
    border: 1px solid #0D6A37; 
    padding: 10px 20px; /* تحسين padding */
    left: 12%;
}
.button:after{
  position:none;
  
}

.next {
  background-color: pink;
  border: none;
  color: white;
  padding: 12px 64px;
  margin: 6px 2px;
  cursor: pointer;
    border: 1px solid #0D6A37; 
    border-radius: 8px;        

      position: absolute;
    left:38%;
    bottom: -30%;

    line-height: 108%;
    font-size: 20px;
    color: #0D6A37;
    text-align: center;
      z-index: 6;
}
.back {
  background-color: pink;
  border: none;
  color: white;
  padding: 12px 64px;
  margin: 6px 2px;
  cursor: pointer;
    border: 1px solid #0D6A37; 
    border-radius: 8px;        

      position: absolute;
    left:38%;
    bottom: -58%;

    line-height: 108%;
    font-size: 20px;
    color: #0D6A37;
    text-align: center;
      z-index: 6;
}

.toggle-handles {

      position: absolute;

  width: 4%;
  height: 12%;
  border: none;
  border-radius: 10px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  cursor: pointer;
  transition: background-color 0.2s ease;
        z-index: 6;
    left:28%;
    bottom: 199%;
}

/* العين المفتوحة */
.toggle-handles.eye-open {
  background-image: url('https://fonts.gstatic.com/s/i/materialiconsoutlined/visibility/v6/24px.svg');
}

/* العين المغلقة (عليها شطب) */
.toggle-handles.eye-closed {
  background-image: url('https://fonts.gstatic.com/s/i/materialiconsoutlined/visibility_off/v6/24px.svg');
}

.toggle-handles:hover {
  background-color: #e0e0e0;
}


.toggle-handles {

      position: absolute;

  width: 4%;
  height: 12%;
  border: none;
  border-radius: 10px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  cursor: pointer;
  transition: background-color 0.2s ease;
        z-index: 6;
    left:28%;
    bottom: 199%;
}

.name-circle {

width: 34vw;
    height: 33vw;
    max-width: 125px;
    max-height: 131px;
  min-width: 70px;          
  min-height: 70px;
  background-color: transparent;
  color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
  word-break: break-word;
  transition: font-size 0.2s ease;
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  padding: 3%;
  overflow: hidden;
  font-size: 8px; /* ✅ الخط ثابت بحجم 8 */

}


/* .photo-circle{
      padding: 66px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 60;
    display: flex;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    left: 41%;
    bottom: 18%;
    z-index: 60;
    display: flex;
    line-height: 0;
    font-size: 0;
  overflow: hidden; 
} */


/* .photo-circle {
    padding: 72px;
  border-radius: 50%;
  background-color: #eee;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;

  /* مهم لسلوك اللمس */
  touch-action: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
}

/* نترك العرض الطبيعي للصورة لكن نمنع max-width الافتراضي */
/* .photo-circle img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center center;
  transform: translate(-50%, -50%) scale(1);
  max-width: none;
  max-height: none;
  cursor: grab;
  touch-action: none;
  pointer-events: none; /* نخلي الحاوية هي المتلقية للأحداث */
  -webkit-user-drag: none;
  user-drag: none;
} */

/* عندما نضغط لتسحب نغيّر المؤشر */
/*.photo-circle.grabbing img {
  cursor: grabbing;
} */

/* زر الرفع */
.upload-photo {
  text-align: center;
  margin-top: 20px;
  
}
.upload-photo img {
  width: 60px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.upload-photo img:hover { transform: scale(1.1); }


.photo-circle {
    padding: 66px;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 60;
    display: flex;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    left: 41%;
    bottom: 18%;
    z-index: 60;
    display: flex;
    line-height: 0;
    font-size: 0;
  overflow: hidden; 
    /* animation: blink 1s infinite; */

}


.photo-circle img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: grab;
  transform-origin: center center;
  user-select: none;
} 

.screenshot {
background-color: white;
    border: none;
    color: white;
    padding: 13px 32px;
    margin: 6px 2px;
    cursor: pointer;
    border: 1px solid #0D6A37;
    border-radius: 8px;
    position: absolute;
    left: 34%;
    bottom: -36%;
    line-height: 108%;
    font-size: 20px;
    color: #0D6A37;
    text-align: center;
    z-index: 6;
}
.tocart {
  background-color: pink;
  border: none;
  color: white;
  padding: 12px 64px;
  margin: 6px 2px;
  cursor: pointer;
    border: 1px solid #0D6A37; 
    border-radius: 8px;        

      position: absolute;
    left:38%;
    bottom: -85%;

    line-height: 108%;
    font-size: 20px;
    color: #0D6A37;
    text-align: center;
      z-index: 8;
}
.screenshotUploadBtn
{
  background-color: pink;
  border: none;
  color: white;
  padding: 12px 64px;
  margin: 6px 2px;
  cursor: pointer;
    border: 1px solid #0D6A37; 
    border-radius: 8px;        

      position: absolute;
    left:38%;
    bottom: -70%;

    line-height: 108%;
    font-size: 20px;
    color: #0D6A37;
    text-align: center;
      z-index: 8;
}