.row, .form_error, .div_with_copy_class { 
    color: #333;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pdf417 h1 {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #111;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase; 
}
.pdf417 form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.pdf417 .inputer {
    width: 100%;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}

.on_top_input {
    position: absolute;
    left: 15px;
    width: 80% !important;
    z-index: 100;
}

.pdf417 .inputer_with_auto {
    width: 100%;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 3px;
    text-align: center;
}

.pdf417 .multiselect {
    width: 100%;
    height: 200px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 10px 10px 10px 15px;
}

.pdf417 .label {
    width: 100%;
    text-align: center;
}

.pdf417 textarea {
    width: 100%;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;    
}

.generate_button {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #5f1063;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;    
}
.stopped_button {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #40E0D0;
    color: black;
    border: 0;
    cursor: not-allowed !important;
    transition: background-color 0.2s;    
}
.generate_button_clear {
    color: #333;
    background: #c0c0c0;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 0;
    cursor: pointer;
    transition: background-color 0.2s;       
}


.pdf417 form input[type="button"] {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: #5f1063;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.pdf417 form input[type="button"]:hover {
    background-color: #5f1063;
    transition: background-color 0.2s;
}

.one_row {
    width: 100%;
    text-align: center;
    display: inline-flex;
}

.one_column {
    position: relative;
    width: 33%;    
    padding: 0 15px;
}

.pdf417 .select_pdf {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 40px 0 15px;
    background-image: url("/static/img/arrow_icon.svg");
    color: #333;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 15px;
    background-color: white;
}

.label_pdf {
    margin-bottom: 10px; 
    text-align: left;
}

.form_error {
    width: 100%;
    background: red;
    padding: 10px;
    color: white;
    margin-bottom: 10px;
}
.form_notification {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    padding: 10px;
}
.form_notification a {
    text-decoration: underline;
    color: blue;
}

.inp_height {
    display: inline-flex;
    width: 100%;
}

.new_label {
  position: relative;
  width: 100%;
}

.new_label:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 15px;
  width: 15px;
}

.light-mode .new_label:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M15.143 13.244l.837-2.244 2.698 5.641-5.678 2.502.805-2.23s-8.055-3.538-7.708-10.913c2.715 5.938 9.046 7.244 9.046 7.244zm8.857-7.244v18h-18v-6h-6v-18h18v6h6zm-2 2h-12.112c-.562-.578-1.08-1.243-1.521-2h7.633v-4h-14v14h4v-3.124c.6.961 1.287 1.823 2 2.576v6.548h14v-14z'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
}

.dark-mode .new_label:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M15.143 13.244l.837-2.244 2.698 5.641-5.678 2.502.805-2.23s-8.055-3.538-7.708-10.913c2.715 5.938 9.046 7.244 9.046 7.244zm8.857-7.244v18h-18v-6h-6v-18h18v6h6zm-2 2h-12.112c-.562-.578-1.08-1.243-1.521-2h7.633v-4h-14v14h4v-3.124c.6.961 1.287 1.823 2 2.576v6.548h14v-14z'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
}

.div_with_copy_class {
    display: none;
    z-index: 1000;
    left: 0;
    top: 0;
    position: absolute;
    padding: 10px;
}

.light-mode .div_with_copy_class {
    background: black;
    color: white;
}

.dark-mode .div_with_copy_class {
    background: white;
    color: black;
}

.dark-mode h2 {
    color: white;
}

.gen_button {
    height: 50px;
    background-color: #40E0D0;
    border: none;
    padding: 0 25px;
}

.pdf_badge {
    width: 50%;
    margin-right: 10px;
    margin-bottom: 20px;
    height: 50px;
    border: none;   
    background-color: #fff;  
}

.active_badge {
    background-color: #40E0D0 !important;   
}

*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body{
    font-family: Helvetica;
    -webkit-font-smoothing: antialiased;
    background: rgba( 71, 147, 227, 1);
}
h2{
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #111;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}

body {
    background-color: #fff;
    font-size: 1em;
    font-family: sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
    margin: auto;
    text-align: center;
}
.ld-mode button {
    border-radius: 30px;
}
.btn-group {
    border-radius: 100px;
}
.btn-group .btn+.btn {
    margin-left: 0;
}
.btn {
    border-radius: 100px;
}
.btn:focus, 
.btn:active {
    outline: none;
    box-shadow: none;
}
.light-mode {
    background-color: #eee;
    color: #111;
    transition: all 0.5s ease;
}
.light-mode .btn-group {
    transition: all 0.5s ease;
}
.ld-mode .btn {
    background: #ccc;
    color: #000;
    padding: 7px 15px;
}
.light-mode .btn:hover,
.light-mode .btn:active {
    background-color: #bbb;
}
.dark-mode {
    background-color: #222222;
    color: #eee;
    transition: all 0.5s ease;
}   
.dark-mode .btn-group {
    transition: all 0.5s ease;
}
.dark-mode .btn {
    background: #444;
    color: #fff;
}
.dark-mode .label_pdf {
    color: white;
}
.dark-mode .btn:hover, 
.dark-mode .btn:active {
    background-color: #333;
}
.btn.active {
    background-color: rgba(0,0,0,0);
}
.ld-mode {
    margin: 0 0 0 20px;
}
.dark-mode .pdf417 .inputer {
    background-color: #444;
    color: #fff;
    border-color: #707070;
}
.dark-mode .pdf417 .inputer::placeholder {
    color: #c4c4c4;
}
.dark-mode .btn:hover {
    color: #fff;
}
.dark-mode .pdf417 .select_pdf {
    background-image: url("/static/img/arrow_icon_w.svg");

}
.inp_height input#height_one, .inp_height input#height_two {
    margin-left: 10px;
    margin-right: 10px;
}
.dark-mode .pdf417 .inputer_with_auto {
    background-color: #444;
    color: #fff;
    border-color: #707070;
}
.dark-mode .pdf_badge {
    background: #444;
    color: #fff;
}
.lang_color {
    max-width: 100%;
    width: 80%;
    display: flex;
    justify-content: right;
}
.notification_test {
    display: flex;
    justify-content: left;    
}
.lang_color_test {
    display: flex;
    justify-content: right;    
}
.dummy-img {
    display: flex;
    align-items: auto;
    max-width: 20%;
    height: 70px;
    justify-content: left;
}

/* Error Page START */

.error-title {
    font-size: 220px;
    margin-bottom: 40px;
    text-shadow: 5px 5px 5px #5a5a5a;
}
.error-text {
    font-size: 40px;
    margin-bottom: 0;
}
.error-page {
    height: 100vh;
    background: #eee;
}
.error-page .container, .error-page .row {
    height: 100%;
}

/* Error Page END */


/* Responsive START */

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }    
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }    
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }    
}

@media(min-width: 1200px){
    .dummy-img {
        max-width: 2%;
        margin-bottom: 30px;
    }
    .lang_color {
        max-width: 98%;
        width: 98%;
    }
    .container {
        max-width: 1140px;
    }
}


@media(max-width: 900px){
    body .col, body .col-1, body .col-2, body .col-3, body .col-4, body .col-5, body .col-6, body .col-7, body .col-8, body .col-9, body .col-10, body .col-11, body .col-12 {
        max-width: 100%;
        flex: auto;
    }
    #body form .col-3 {
        width: 50%;
    }
    #body form .btn-group {
        margin-left: 0;
    }
    .pdf417 h2 {
        font-size: 25px;
    }
    .row {
        margin: 0;
        display: inline;
    }
    .dummy-img {
        max-width: 100%;
        justify-content: center;
        margin-bottom: 30px;
    }
    .lang_color {
        max-width: 100%;
        width: 100%;
    }
}

.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}

.align-items-center {
-ms-flex-align: center!important;
align-items: center!important;
}

.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}

.col, .col-1, .col-10, .col-11,
.col-12, .col-2, .col-3, .col-4,
.col-5, .col-6, .col-7, .col-8, .col-9,
.col-auto, .col-lg, .col-lg-1, .col-lg-10,
.col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
.col-lg-8, .col-lg-9, .col-lg-auto, .col-md,
.col-md-1, .col-md-10, .col-md-11, .col-md-12,
.col-md-2, .col-md-3, .col-md-4, .col-md-5,
.col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-md-auto, .col-sm, .col-sm-1, .col-sm-10,
.col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-sm-auto, .col-xl, .col-xl-1,
.col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2,
.col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6,
.col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}

.col {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}

.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}

.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;    
}

.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}

.dark-mode .gen_button_new {
  background-color: rgba(10, 10, 10, 0.9);
  color: rgba(255, 255, 255, 0.7);
}

.gen_button_new {
  height: 50px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 8px;
  border: none;
}

.shop-item {
  text-align: center;
  margin: 0 0 40px;
}

.shop-item-image {
  display: flex;
  position: relative;
  overflow: hidden;
}

.two_img_inside_item {
  width: 255px !important;
}

.shop-item-image img {
  width: 100%;
}

.shop-item-detail,
.shop-item-image:after {
  transition: all 0.4s ease-in-out 0s;
}

.shop-item-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.shop-item-detail {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  padding: 20px;
  opacity: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #aaa;
}

.shop-item-title {
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 15px 0 5px;
}

/* Shop item hover */
.shop-item:hover .shop-item-image:after {
  background: rgba(255, 255, 255, 0.7);
}

.shop-item:hover .shop-item-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

@media (min-width: 768px) {
  .toggle {
     margin-left: -170px;
  }
}


@media (max-width: 768px) {
  .toggle {
     margin-left: -28%;
  }
}

.toggle {
   cursor: pointer;
}

.toggle input[type="checkbox"] {
   display: none;
}
 .toggle label {
   cursor: pointer;
   position: relative;
}

.light-mode .toggle input[type="checkbox"] + label::before {
  border: 1px solid #eee;
  background: #eee;
}

.dark-mode .toggle input[type="checkbox"] + label::before {
  border: 1px solid #444;
  background: #444;
}

.toggle input[type="checkbox"] + label::before {
   content: ' ';
   cursor: pointer;
   display: block;
   height: 18px;
   width: 45px; 
   border-radius: 9px;
   position: absolute;
   top: 0px;
   left: 60px; 
}

.light-mode .toggle input[type="checkbox"] + label::after {
   background-image: url("/static/img/sun.svg");
}

.dark-mode .toggle input[type="checkbox"] + label::after {
   background-image: url("/static/img/moon.svg");
}

.toggle input[type="checkbox"] + label::after {
   content: ' ';
   cursor: pointer;
   display: block;
   border: 1px solid #40E0D0;
   background: #40E0D0;
   background-repeat: no-repeat;
   background-position: center;
   height: 30px;
   width: 30px;
   border-radius: 50%;
   position: absolute;
   top: -6px;
   left: 55px;
   transition: all 0.3s ease-in;
}
 .toggle input[type="checkbox"]:checked + label::after {
   cursor: pointer;
   left: 80px;
   transition: all 0.3s ease-in;
}

.navbar-custom .nav li {
  cursor: pointer;
}

.border-0 {
  float:right;
}

.dark-mode a,
.dark-mode .shop-item {
    color: white !important;
}

.pb-top {
    padding-top: 65px;
}

/* Responsive END */