/**************************************************************************************
 * @name:       corderjs.css - photo editing tool style
 * @version:    1.99.80
 * @URL:        https://datinghey.com
 * @copyright:  (c) 2023 zajacas (https://codecanyon.net/user/zajacas)
 * @licenses:   https://codecanyon.net/licenses/regular
 *              https://codecanyon.net/licenses/extended
 ***************************************************************************************/


.corderJs_gradientbg {
        background: linear-gradient(90deg, #009fff, #31f4c3);
      }
.corderJs_gradientbgdark {
        background: linear-gradient(90deg, #006eb3, #08916f);
}
        
textarea.corderJs_textarea::-webkit-input-placeholder {
    color: #f2f2f2;
}

textarea.corderJs_textarea:-moz-placeholder {
    color: #f2f2f2;
}
textarea.corderJs_textarea:-ms-input-placeholder {
    color: #f2f2f2;
}

textarea.corderJs_textarea::placeholder {
    color: #f2f2f2;
}

textarea.corderJs_textarea {
    width: 100%;
    border: none;
    outline: none;
    overflow: auto;
    resize: auto;
    height: auto;
    text-align: center;
    background: Transparent;
    border-color: Transparent;
    color: white;
}

            .corderJs_gui {
         position: absolute; 
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         z-index: 9999999999;
         background: rgba(0, 0, 0, .95  );
            }

            .corderJs_guiinit {
         margin: 0;
         position: absolute; 
         top: 50%;
         left: 50%; 
         z-index: 9999999999;
         transform: translate(-50%, -50%);
            }

            .corderJs_loader {
         position: absolute; 
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         z-index: 9999999999;
         background: #000000;
            }
                    
            .corderJs_loaderinit {
         margin: 0;
         position: absolute; 
         top: 50%;
         left: 50%; 
         z-index: 9999999999;
         transform: translate(-50%, -50%);
            }
          

.corderJs_spinner {
  width: 100px;
  height: 100px;
  background: linear-gradient(90deg, #009fff, #31f4c3);
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

#corderJs_spinner1 {
  border-radius: 50%;
  position: relative;
  animation: rotate 2s linear infinite;
}

#corderJs_spinner1::before {
  content: "";
  width: calc(100px - 15px);
  height: calc(100px - 15px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 15px solid black;
  border-top: 15px solid transparent;
}

#corderJs_spinner1::after {
  content: "";
  transform: translate(-50%, -50%);
  width: calc(100px - 15px);
  height: calc(100px - 15px);
  border-radius: 50%;
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 5px black;
}

#corderJs_spinner2 {
  border-radius: 50%;
  position: relative;
  animation: rotate 2s linear infinite;
}

#corderJs_spinner2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: black;
  width: 80%;
  height: 90%;
  border-radius: 50%;
  box-shadow: 0 0 5px 5px black;
}


#corderJs_spinner3 {
  border-radius: 50%;
  position: relative;
  animation: rotate 2s linear infinite;
}

#corderJs_spinner3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border-radius: 50%;
  animation: shadow 2s linear infinite;
}

@keyframes shadow {
  0% {
    box-shadow: inset 0 0 15px 15px black, 0 0 25px 25px black;
  }

  50% {
    box-shadow: inset 0 0 25px 25px black;
  }

  100% {
    box-shadow: inset 0 0 15px 15px black, 0 0 25px 25px black;
  }
}

#corderJs_spinner4 {
  border-radius: 50%;
  position: relative;
  animation: rotate 2s linear infinite;
}

#corderJs_spinner4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: black;
}



#corderJs_spinner5 {
  position: relative;
  animation: deform 2s linear infinite;
}

@keyframes deform {
  0% {
    border-radius: 0%;
    transform: rotate(0deg) scale(1);
  }
  50% {
    border-radius: 100%;
    transform: rotate(180deg) scale(0.8);
  }
  100% {
    border-radius: 0%;
    transform: rotate(360deg) scale(1);
  }
}


#corderJs_spinner6 {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

#corderJs_spinner6::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: black;
  width: 90px;
  height: 90px;
  z-index: 2;
}

#corderJs_spinner6::after {
  content: "";
  background: linear-gradient(90deg, #009fff, #31f4c3);
  width: 100%;
  height: 100%;
  z-index: 1;
  filter: blur(10px);
  animation: rotate 2s linear infinite;
}
          
        .corderJs_stagecontainer {
                position: relative;
                overflow: hidden;
        }
        .corderJs_app {
  font-family: Arial, Helvetica, sans-serif;

                width: 100%; height: 100%;
        }
        @media screen and (min-width: 0px) and (max-width: 700px) {
            .corderJs_interface {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
         margin: 0;
         position: absolute; 
         overflow: hidden;
         top: 50%;
         left: 50%; 
         transform: translate(-50%, -50%);
         background-color: #000000;
         z-index: 9999999999999;  
        }
            .corderJs_footer {
                position: absolute; 
                width: 100%; 
                bottom: 0; 
                z-index: 4; 
                left: 0;
        }
            .corderJs_stage {
                position: absolute; 
                border-radius: 24px; 
                top: 0; 
                left: 0; 
                width: 100%; 
                height: 100%;
            }
            .corderJs_header {
                position: absolute; 
                width: 100%; 
                top: 5px; 
                z-index: 4; 
                left: 0;
        }
            .corderJs_header_right {
                position: absolute; 
                width: 20%; 
                top: 5px; 
                z-index: 4; 
                right: 3px;
        }  
        }
.corderJs_scalein {
    animation: corderJs_scalein 0.3s ease-in 0s;
}

@-webkit-keyframes corderJs_scalein {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    50% {
        -webkit-transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1.0);
    }
}
          .corderJs_filterin {
        width: 32px; 
        height: 32px; 
        border-radius: 50%;
          }
          
          .corderJs_pickedFilter {
          transition: transform 0.1s;
          transform: scale(1.18);
          border: 2px solid #ffffff;
          }



          
.corderJs_smloader {
  width: 10em;
  height: 10em;
  border-top: 1em solid #31f4c3;
  border-right: 1em solid transparent;
  animation: corderJs_smloader 0.4s linear infinite;
  border-radius: 50%;
  margin: auto;
}
.corderJs_head {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-left: 8.5em;
  margin-top: 0.5em;
  background-color: #31f4c3;
}
@keyframes corderJs_smloader {
  to {
    transform: rotate(360deg);
  }
}
   
.corderJs_scrollbar {
scroll-behavior: smooth;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.corderJs_scrollbar::-webkit-scrollbar {
    display: none;
}
          
          
        @media screen and (min-width: 701px) and (max-width: 3000px) {
            .corderJs_interface {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;         margin: 0;
         position: absolute; 
         top: 50%;
         left: 50%; 
         transform: translate(-50%, -50%);
         z-index: 9999999999999;   
         border-radius: 24px;
         border-top: 25px solid #000000;
         border-bottom: 25px solid #000000;
         border-left: 9px solid #000000;
         border-right: 9px solid #000000;
         background-color: #000000;
        }
            .corderJs_footer {
                position: absolute; 
                width: 100%; 
                bottom: 0; 
                z-index: 4; 
                left: 0;
        }
            .corderJs_stage {
                position: absolute; 
                border-radius: 24px; 
                top: 0; 
                left: 0; 
                width: 100%; 
                height: 100%;
            }
            .corderJs_header {
                position: absolute; 
                width: 100%; 
                top: 5px; 
                z-index: 4; 
                left: 0;
        }
            .corderJs_header_right {
                position: absolute; 
                width: 20%; 
                top: 5px; 
                z-index: 4; 
                right: 3px;
        }  
        }
        
        .corderJs_fixcenter {
         margin: 0;
         position: fixed; 
         top: 50%;
         left: 50%; 
         transform: translate(-50%, -50%);
        }
          
        .corderJs_poscenter {
         margin: 0;
         position: absolute; 
         top: 50%;
         left: 50%; 
         transform: translate(-50%, -50%);
        }

        .corderJs_border5 {
         border-radius: 5px;
        }
        
        .corderJs_border10 {
         border-radius: 10px;
        }
        
        .corderJs_border20 {
         border-radius: 20px;
        }
        
        .corderJs_pad5 {
         padding: 5px;   
        }
        
        .corderJs_pad10 {
         padding: 10px;   
        }
        
        .corderJs_pad15 {
         padding: 15px;   
        }
        
        .corderJs_zmax {
         z-index: 9999999999999;   
        }
        
        .corderJs_bgblack {
         background-color: #000000;
        }
          
        .corderJs_bgwhite {
         background-color: #FFFFFF;
        }
          
        .corderJs_bggreyl {
         background: linear-gradient(180deg, rgba(18,18,18,1) 0%, rgba(62,62,62,1) 100%);;
        }
          
        .corderJs_tblack {
         color: #000000;
        }
          
        .corderJs_twhite {
         color: #FFFFFF;
        }
          
        .corderJs_relative {
         position: relative;
        }
        
        .corderJs_circle {
         border-radius: 50%;
        }
          
        .corderJs_border1w {
         border: 1px solid #FFFFFF;
        }
          
        .corderJs_pointer {
         cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
        }
          
        .corderJs_dflex {
         display: flex; 
        }
          
        .corderJs_aitems {
         align-items: center;
        }
          
        .corderJs_jcenter {
         justify-content: center;
        }
          
        .corderJs_jend {
         justify-content: end;
        }
          
        .corderJs_jstart {
         justify-content: start;
        }
          
        .corderJs_fw {
         width: 100%; 
        }
          
        .corderJs_fh {
         height: 100%; 
        }
          
        .corderJs_fboth {
         height: 100%; 
         width: 100%; 
        }
          
        .corderJs_dflex {
         display: flex; 
         height: 100%; 
         width: 100%; 
         align-items: center;
}

.corderJs_fadein {
  -webkit-animation: corderJs_fadein 0.4s ease-in-out forwards;
  animation: corderJs_fadein 0.4s ease-in-out forwards;
}



@keyframes corderJs_fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.corderJs_facewrapper {
  display: flex;
  justify-content: center;
  align-items: center;
    height: 200px;
    text-align: center;
    position: relative;
    width: 100%;
}

.corderJs_facewrapper svg {
    fill: #f2f2f2;
    stroke: #f2f2f2;
}

svg.corderJs_idchecked {
    fill: #8bc34a;
    stroke: #8bc34a;
}

svg.corderJs_iderror {
    fill: #f44336;
    stroke: #f44336;
}

.corderJs_scanbar {
    height: 100%;
    position: absolute;
    -webkit-transition: opacity .2s ease;
            transition: opacity .2s ease;
    width: 100%;
}

.corderJs_scanbar:before {
    background: #03a9f4;
    border: 1px solid #9adefe;
    border-radius: 5px;
    box-shadow: 2px 2px 3px rgba(51, 51, 51, .3);
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 110%;
    z-index: 2;
}

.corderJs_iddefault,
.corderJs_idchecked,
.corderJs_iderror {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    transition: opacity .3s ease-in-out .2s;
    width: 100%;
}

.corderJs_idchecked,
.corderJs_iderror {
    opacity: 0;
    transition: opacity .2s ease-in-out 0;
}

.corderJs_facewrapper.corderJs_animatescan .corderJs_scanbar {
    animation: corderJs_scaning 2s linear;
    animation-direction: alternate;
    animation-iteration-count: 4;
}

@-webkit-keyframes corderJs_scaning {
    0% { transform: translateY(0); }
    30% { transform: translateY(-40%); }
    70% { transform: translateY(40%); }
    100% { transform: translateY(0); }
}

@keyframes corderJs_scaning {
    0% { transform: translateY(0); }
    30% { transform: translateY(-40%); }
    70% { transform: translateY(40%); }
    100% { transform: translateY(0); }
}

.corderJs_facewrapper.corderJs_scansuccess .corderJs_idchecked,
.corderJs_facewrapper.corderJs_scanerror .corderJs_iderror {
    opacity: 1;
}

.corderJs_facewrapper.corderJs_scansuccess .corderJs_iddefault,
.corderJs_facewrapper.corderJs_scansuccess .corderJs_scanbar,
.corderJs_facewrapper.corderJs_scanerror .corderJs_iddefault,
.corderJs_facewrapper.corderJs_scanerror .corderJs_scanbar {
    opacity: 0;
    visibility: hidden;
}
            
            

.color-picker-container {
  width: 350px;
  height: 400px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  position: absolute;
  background: white;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 20px;
}

.color-picker-header {
  height: 40px;
  width: 100%;
  border-bottom: 1px solid lightgrey;
}

#hsl-selected-color-back, #hsl-selected-color {
  width: 100%;
  height: 80px;
  border-radius: 10px;
  margin: 10px 0;
  margin-top: 10px;
  background: radial-gradient(black 15%, transparent 16%) 0 0, radial-gradient(black 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 8px 9px;
  background-color: #282828;
  background-size: 16px 16px;
}

#hsl-selected-color {
  margin-top: 0;
  border: 1px solid lightgrey;
}

.slider-group {
  width: 100%;
}
.slider-group .slider-container {
  height: 40px;
  width: 100%;
  padding: 10px 0;
  margin-top: 15px;
}
.slider-group input[type=range] {
  width: 100%;
  -webkit-appearance: none;
  height: 27px;
  border-radius: 8px;
  border: 1px solid lightgrey;
}
.slider-group input[type=range]:focus {
  outline: none;
}
.slider-group input[type=range]::-webkit-slider-thumb {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid lightgrey;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 0px;
}
.slider-group input[type=number] {
  position: absolute;
  margin: -5px 0;
  right: 20px;
  width: 60px;
  text-align: center;
}
.slider-group label {
  width: 10%;
  height: 24px;
  line-height: 12px;
  text-align: center;
  text-transform: capitalize;
}
.slider-group input[type=range], .slider-group label {
  float: left;
}
