#my_camera{
  margin: 0 auto;
  overflow: hidden!important;
  position: absolute;
  width: 100%!important;
  height: calc(100vh - 155px);
  top: 0;
}

#my_camera video{
  max-width: 1000px;
  width: 100%!important;
  height: 100%;
}

.btns_webcam{
  display: flex;
  justify-content: right;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-bottom: 15px;
  background: linear-gradient(rgba(255, 255, 255, 0), #4f4f4f);
}

.btns_webcam div {
  display: flex;
  width: 20%;
  cursor: pointer;
}

.btns_webcam div svg {
  width: 80px;
  margin: auto;
}

#btn_switch_camera select:focus {
  min-width: 150px;
  width: auto;
  padding: 5px;
}

.display_none{
  display: none;
}

/* App Cronos */
.app_cronos .results_container{
  padding: 15px!important;
  border: 1px solid #00c2ff!important;
  border-radius: 20px!important;
  box-shadow: 0 0 40px 0 rgb(0 0 0 / 10%)!important;
  -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.10);
  -webkit-box-shadow: 0 0 40px 0 rgb(0 0 0 / 10%);
  -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.10);
  -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.10);
  min-height: 200px;
}
.app_cronos .btn_container{
  display: none!important;
}

#imgWebcamInPopupContainer {
  width: 90%;
  position: absolute;
  bottom: 0;
}

.number_Capture_in_popup{
  position: absolute;
  border-radius: 50%;
  background-color: #0cb5e2;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 100px;
  font-weight: 800;
  font-size: 25px;
  color: #fff;
  text-shadow: 0 0.5px black;
}
.number_Capture_in_popup p{
  margin:0;
}

.slick-slider {
  max-width: 800px;
  margin: 30px auto;
}

.slick-slide img {
  display: block;
  border-radius: 10px;
  bottom: 0;
}

.slick-initialized .slick-prev:before,.slick-initialized .slick-next:before {
  color: #858585;
}

.result_picture_in_popup {
  max-width: 136px;
  margin: 10px;
  max-height: 103px;
  bottom: 0;
  border-radius: 10px;
  font-family: sans-serif;
}

#zoom{
  transform-origin: 50% 50%;
  display: inline-block;
}

.geolocation_message{
    width: 100%;
    margin-bottom: 13px;
    border: 0;
}

.result_picture .geolocation_container {
  height: 0;
}

/* LABEL ======================================= */
/* active state */

.displayInput label{
  color:#999; 
  font-size:13px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

.displayInput textarea:focus ~ label, .displayInput input:focus ~ label{
  top:-20px;
  font-size:14px;
  color:#5264AE;
}

.valideLabel label{
  top:-20px!important;
  font-size:14px!important;
  color:#5e5c5c!important;
}

.displaycheckbox input[type="radio"] {
  background-color: #21e81400;
  border: 0.1em solid rgb(63 63 63);
  border-radius: 50%;
  box-shadow: inset 0 0 0 0 #5b5b5b;
  cursor: pointer;
  font: inherit;
  height: 1.5em;
  outline: none;
  width: 1.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.capture_picture .displaycheckbox input[type="radio"]:checked {
  border: 0.1em solid #21af3f;
  background-color: #59e733;
  box-shadow: inset 0 0 0 0.3375em #d0ffc9;
  -webkit-transition: background .2s, box-shadow .1s;
  transition: background .2s, box-shadow .1s;
}

/* BOTTOM BARS ================================= */
.displayInput .bar { 
  position:relative; 
  display:block; 
  width:100%; 
}
.capture_picture .displayInput .bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#5264AE; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.displayInput .bar:before {
  left:50%;
}
.displayInput .bar:after {
  right:50%; 
}

/* active state */
.displayInput textarea:focus~.bar:before,
.displayInput textarea:focus~.bar:after,
.displayInput input:focus~.bar:before,
.displayInput input:focus~.bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.displayInput .highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.displayInput textarea:focus~.highlight,
.displayInput input:focus~.highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from { background:#5264AE; }
        to {
          width: 0;
          background: transparent;
        }
}
@-moz-keyframes inputHighlighter {
  from { background:#5264AE; }
        to {
          width: 0;
          background: transparent;
        }
}
@keyframes inputHighlighter {
  from { background:#5264AE; }
        to {
          width: 0;
          background: transparent;
        }
}

.results_container .displaycheckbox {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.results_container .display_input_checkbox {
  align-self: center;
  align-content: center;
  display: flex;
  align-items: center;
}
.display_input_checkbox label{
  margin: 0 10px;
  font-size: 18px;
}

.btn_container{
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 18px;
}

.btn_container div{
  width: 49%;
  cursor: pointer;
}

.btn_file_container input::file-selector-button {
  cursor: pointer;
}

.more_buttons div {
  width: 32%;
}

.btn_file_container {
  position: relative;
} 

.btn_container .input-file-trigger, .btn_container .btn_showcam, .btn_container .btn_getImageAi6 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 19px 0;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Montserrat' !important;
  border: none;
  transition: all .4s;
}

.btn_container .input-file-trigger {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .btn_container .input-file-trigger, .btn_container .btn_showcam, .btn_container .btn_getImageAi6 {
    width: 100%;
    min-width: 270px;
    margin-right: 0;
  }
}

.text_or p{
  padding: 0 40px;
}
.text_or b{
  padding: 0 10px;
}

.popup_capture_contenu {
  background: url(./img/backCam.svg);
}

.display_images_ai6{
  display: none;
}
.getImageAi6 .popup_capture_contenu{
  overflow: scroll!important;
  font-family: "Poppins", sans-serif;
  background-color: #f7f5fa!important;
  color: #212027;
}
.getImageAi6 .documents_images_body{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}

.getImageAi6 .checkbox_image_item{
  border-radius: 10px;
  padding: 10px;
  margin: 20px 10px;
  white-space: nowrap;
}

.getImageAi6 .checkbox_image_item:hover{
  border-radius: 10px;
  padding: 10px;
  margin: 20px 10px;
  white-space: nowrap;
}
.getImageAi6 .checkbox_image_item img{
  width: 200px;
}

.getImageAi6 .checkbox_image_item [type="checkbox"]{
  display: none;
}
.getImageAi6 .checkbox_image_item + .getImageAi6 .checkbox_image_item {
  margin-top: 15px;
}

.getImageAi6 .checkbox_image_item label{
  display: block;
  padding: 15px 20px 15px 60px;
  background: #ffffff;
  border-radius: 8px;
  border:2px solid rgba(255,255,255,0.1);
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
  min-width: 300px;
  box-shadow: 0 2px 8px 0 rgb(5 34 97 / 10%);
}
.getImageAi6 .checkbox_image_item label:after,
.getImageAi6 .checkbox_image_item label:before {
  content: "";
  position: absolute;
}
.getImageAi6 .checkbox_image_item label:after{
  height: 20px;
  width: 20px;
  border: 2px solid #7367FC;
  left: 20px;
  top: calc(50% - 12px);
  transition: .2s ease-in-out 0s;
  border-radius: 4px;
}
.getImageAi6 .checkbox_image_item label:before{
  border-left:2px solid #fff;
  border-bottom:2px solid #fff;
  height: 5px;
  width: 14px;
  left: 24px;
  top: calc(50% - 5PX);
  transform: scale(2) rotate(-20deg);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: .2s ease-in-out 0s;
}
.getImageAi6 .checkbox_image_item [type="checkbox"]:checked ~ label{
  border-color: #7367FC;
}
.getImageAi6 .checkbox_image_item [type="checkbox"]:checked ~ label:after{
  background: #7367FC;
}
.getImageAi6 .checkbox_image_item [type="checkbox"]:checked ~ label:before{
  opacity: 1;
  visibility: visible;
  transform: scale(1) rotate(-45deg);
}

/* fin checkbox */

/* Popup images */

.body_popup .navBasContainer{
  width: 100%;
  display: flex;
  /* flex-wrap: nowrap; */
  justify-content: space-around;
  background-color: #b9b9b9a3;
  padding: 16px;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
}

#images_dossier button {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

#images_dossier .closePopUp{
  background-color:#db3535;
  color:#fff;
}

#images_dossier .btnSelectionner{
  opacity: .5;
  cursor: none;
}
.select_bg_green{
  background-color: #51c951!important;
  cursor: pointer!important;
  opacity: 1!important;
}

.btn_container .input-file {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.btn_container .input-file:hover+.input-file-trigger,
.btn_container .input-file:focus+.input-file-trigger,
.btn_container .input-file-trigger:hover,
.btn_container .input-file-trigger:focus,
.btn_container .btn_showcam:hover,
.btn_container .btn_showcam:focus {
  background: #34495E;
  color: #f2fcff;
  font-weight: 800;
}

.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 1em 0;
}
.btn_container .file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}
.btn_container .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
}

/* Popup */

#popup_div_capture{
  display: none;
  position: fixed;
  padding-top: 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
  z-index: 999999;
  max-height: 100%;
}

#popup_div_capture .popup_capture_contenu{
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  max-width: 100%;
  border-radius: 20px;
  border-left: 0.4rem solid #712a7d!important;
  overflow: auto;
  height: 100vh;
  overflow: hidden;
}

.displayPopUp .popup_capture_contenu{
  overflow: scroll;
}

#popup_div_capture .popup_capture_contenu .close_popup{
  cursor: pointer;
  position: absolute;
  background: #f53449;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white!important;
  z-index: 9999;
  opacity: 1!important;
  font-size: 2rem;
  top: 40px;
  right: 40px;
  font-weight: 700;
  text-shadow: 0 1px 0 #424242;
}

/* Modal save draw */
.modal_close_popup{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 9999;
  color: white;
  padding-top: 10%;
}
.modal_close_popup > div{
  background-color: #D1E7DD;
  border-color: #194330;
  color: #194330;
  display: flex;
  padding: 10px 20px;
  font-size: 18px;
  font-family: sans-serif;
  border-radius: 10px;
  max-width: 400px;
  margin: auto;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.modal_close_popup p{
  color: #194330;
  font-size: 16px;
  font-family: sans-serif;
  margin-right: 15px;
}

#popup_div_capture .popup_capture_contenu .titre_text_popup{
  padding: 1rem 1.25rem;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}

#popup_div_capture .popup_capture_contenu .body_popup{
  padding: 0.25rem;
}

#popup_div_capture .popup_capture_contenu .titre_text_popup h2{
  font-size: 4rem;
  color: #712a7d;
  font-family: 'Lato','roboto',sans-serif;
  text-align: center;
  padding: 10px;
}

.body-overflow-hidden{
  overflow: hidden;
}

#popup_div_capture .popup_capture_contenu .body_popup img{
  max-width : 100px
}

/* svg return */
#return_camera .cls-1{
  fill:#fff;
}
#return_camera .cls-2{
  fill:url(#linear-gradient);
}
#return_camera .cls-3{
  fill:url(#linear-gradient-2);
}

/* btn draw */
.display_dessin_block .buttonDrawContainer, .display_dessin_block .checkbox_dessin_container{
  display: flex;
  justify-content: flex-end;
}

.display_dessin_none .buttonDrawContainer, .display_dessin_none .checkbox_dessin_container{
  display: none;
}
.display_dessin_none .displayInput {
  margin: 22px 0;
}

.buttonDrawContainer button {
  margin: 5px;
  color: #fff;
  border-radius: 5px;
  padding: 8px 15px !important;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}
.buttonDrawImg {
  border: none;
  z-index: 1;
}

/* Modal save draw */
.modal_close_popup{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 9999;
  color: white;
  padding-top: 10%;
}
.modal_close_popup > div{
  background-color: #D1E7DD;
  border-color: #194330;
  color: #194330;
  display: flex;
  padding: 10px 20px;
  font-size: 18px;
  font-family: sans-serif;
  border-radius: 10px;
  max-width: 400px;
  margin: auto;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.modal_close_popup p{
  color: #194330;
  font-size: 16px;
  font-family: sans-serif;
  margin-right: 15px;
}

/* Popup Draw in image */

.draw_button_container{
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  background-color: #353942db;
  padding: 7px;
  width: 100%;
  height: 9vh;
  min-height: 70px;
  right: 0;
  color: #fff;
}
.draw_outils_container{
  display: flex;
  align-items: center;
}
#size-picker{
  max-width: 80px;
}

.draw_btn_save_container{
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.btn_draw{
  transition: 0.5s;
  padding: 6px 13px;
  cursor: pointer;
}

.btn_draw:hover{
  transition: 0.5s;
  border: 1px solid #313338;
  padding: 6px 13px;
  border-radius: 14px;
  color:#fdffd3;

}

.btn_draw p{
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 400;
}

.btn_draw i{
  font-size: 33px;
}
.btn_outils i{
  font-size: 25px;
}

.draw_outils_container button, .draw_outils_container input{
  margin: 5px 10px;
}

.draw_btn_save_container button{
  margin: 5px 10px;
}

#sketchpad img, .canvas_container{
  max-width: 100%;
  max-height: 90vh;
  overflow: scroll;
}

.btn_outils{
  position: relative;
}

.outils_container .btn_outil{
  position: relative;
  min-width: 45px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #52555d;
  margin: 10px;
  box-shadow: 1px 1px 1px #0c0c0c;
  cursor: pointer;
}

.outils_container .btn_outil:hover{
  transition: 0.5s;
  box-shadow: -2px -2px 0px #0c0c0c;
}

.outils_container .btn_outil i{
  font-size: 14px;
}

.outils_container{
  min-width: 378px;
  height: 68px;
  position: absolute;
  background-color: #52555de6;
  top: -33px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 25px 25px 0 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  opacity: 1;
}

.outils_container_none{
  transition: 0.5s;
  top: 45px;
  opacity: 0;
  visibility: hidden;
}

#popup_div_capture .popup_capture_contenu:has(#sketchpad){
  overflow: scroll!important;
  height: 100vh;
}
.capture_picture .canvas_sketchpad{
  background: #FFF;
  /* width: 400px;
  height: 400px; */
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
  cursor: crosshair;
  background-repeat: no-repeat;
  background-position: center;
  justify-content: center;
  align-items: center;
  -background-size: cover;
  oz-background-size: cover;
  background-size: cover;
}

.jpg_canvas_container{
  position: relative;
  display: grid;
  height: 100%;
}

.jpg_canvas_container_cronos{
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
}

.capture_picture input[type="button"] {
  padding: 5px;
  width: 30px;
  margin: 0px 0px 2px 0px;
}

.sortable_scroll_icone{
  position: absolute;
  z-index: 999;
  background-color: #dbdbdb73;
  padding: 20px;
  font-size: 22px;
  cursor: all-scroll;
}
.sortable_scroll_icone:hover{
  color:rgb(12, 207, 6)
}

.sortable_active .sortable_scroll_icone{
  display: block;
}
.sortable_disabled .sortable_scroll_icone{
  display: none;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
  width: 12px;
}
::-webkit-scrollbar:horizontal {
  height: 12px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

@media only screen and (max-width: 600px) {
  .btn_container .input-file {
    width: 100%;
  }

  .btn_file_container, .btn_showcam_container, .btn_getImageAi6_container{
    min-width: 100%;
  }

  .btn_container {
    flex-direction: column;
    /* width: 100%; */
  }

  .draw_outils_container button, .draw_outils_container input{
    margin: 5px 0;
    width: 81px;
  }
  .draw_btn_save_container button {
    margin: 3px 3px;
    min-width: 206px;
  }

  .draw_button_container {
    padding: 10px 5px;
    height: 10vh;
    min-height: 80px;
  }

  .scroll::-webkit-scrollbar {
    width:5px;
  }
  .scroll::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius:5px;
  }
  .scroll::-webkit-scrollbar-thumb {
    border-radius:5px;
    -webkit-box-shadow: inset 0 0 6px red;
  }
  
}

@media only screen and (max-width: 480px) {
  #btn_take_picture, #btn_switch_camera, #btn_close_camera {
    padding: 5px;
    margin: 5px;
    min-width: 45px;
  }

  #btn_take_picture svg, #btn_switch_camera svg, #btn_close_camera svg {
    width: 65px;
  }
}

.comment_icon {
  position: relative;
  font-size: 1.8rem;
  color: #70cc74;
  z-index: 98;
  cursor: pointer;
}

.comment_icon.filled::after {
  content: '';
  position: absolute;
  top: -6%;
  right: -6%;
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
}

.result_picture .palette_icon {
  font-size: 1.8rem;
  z-index: 98;
  cursor: pointer;
}



/* Gestion du loader  */
.result_picture .ai_button{
  background-color: #87255B;
  padding: 3px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 7px;
}
.result_picture .ai_button svg{
  height: 25px;
  width: 25px;
}
.result_picture .generating_IA_loader{
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 100;
}
.result_picture .generating_IA_loader .loader_anim{
  border: 5px solid transparent; 
  border-top: 5px solid #87255B; 
  border-radius: 50%;    
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  transform: translate(-50%, -50%); 
}

.result_picture  .generating_IA_loader p{
  padding: 25px;
  padding-top: 5px;
  font-size: 15px;
}
  
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.comment_icon {
  position: relative;
}

.capture_picture_container .result_picture{
  flex: 1 300px;
  margin: 13px;
  border-radius: 15px 10px 10px 15px;
  position: relative;
  min-height: 200px;
  height: auto;
  background-color: #ffffff;
  box-shadow: 10px 10px 10px rgb(221, 221, 221);
  overflow: hidden;
}

.capture_picture .displayInput { 
  position:relative; 
  margin: 10px 0; 
}
.capture_picture .displayInput textarea,.capture_picture .displayInput input{
  font-size:18px;
  padding:10px 0px 10px 0px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #757575;
}
.capture_picture .displayInput textarea:focus,.capture_picture .displayInput input:focus { 
  outline:none;
}

.capture_picture_container .results_container{
  display: flex;
  flex-flow: row wrap;
  overflow-y: auto;
  max-height: calc(100vh - 235px);
}

body:has(#app.capture_picture) .capture_picture_container .result_picture{
  max-width: 45%;
}

.capture_picture_container {
  position: relative;
}

.capture_picture_container .result_picture img {
  max-width: 100%;
  bottom: 100%;
  object-fit: cover;
  align-self: center;
  max-height: 500px;
  margin: 0 auto;
}

.capture_picture .drawButtonColor {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 40%;
  left: -15%;
  background-image: url(./img/rectangle-10-1.svg);
  background-size: 100% 100%;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  display: none;
  z-index: 9999; 
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: white;
  padding: 15px;
  width: 80%;
  border-radius: 5px;
  position: relative;
  margin: auto;
}

.popup-content-supp {
  background: white;
  padding: 20px;
  width: 480px;
  border-radius: 5px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}

.fa-circle-xmark:before, .fa-times-circle:before, .fa-xmark-circle:before {
  content: "\f057";
  right: 2%;
  top: 10px;
  font-size: 1.8rem;
  color: #f07c7c;
  z-index: 98;
  cursor: pointer;
}

.add_text_popup, .closePopupBtn {
  position: absolute;
  top: 31px;
  font-size: 1.8rem;
  z-index: 98;
  cursor: pointer;
}

.add_text_popup {
  right: 17%;
}

.closePopupBtn {
  right: 6%;
}

.containTtl{
  display: block;
  padding: 19px 0;
  background: #505050;
  border-radius: 10px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 8px;
  width: 100%;
  border: none;
}

.number_Capture_in_result_picture{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  min-height: 28px;
  border-radius: 50%;
  background-color: #a0a0a0;
  color: #fff;
  font-weight: 600;
}

.slide-number {
  background-color: white;
  position: absolute;
  border-radius: 50%;
  height: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 20px;
  margin: 5px;
  bottom: 10%;
}

.deleteBtn{
  margin-top: 3%;
  width: 35%;
  border-radius: 10px;
}

.close_icon {
  font-size: 1.8rem;
  color: #f07c7c;
  z-index: 98;
  cursor: pointer;
}

.app_cronos .close_icon {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
  font-size: 1.8rem;
  color: #f07c7c;
  z-index: 98;
  cursor: pointer;
}

.btns_resultPicture {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 55px;
  height: 100%;
  padding: 15px 0;
  position: absolute;
  top: 0;
  right: 0;
}