.d-f-r {
    display: flex;
    flex-direction: row;
}

.d-f-c {
    display: flex;
    flex-direction: column;
}

.step-col h5 {
    font-weight: 300;
    text-transform: none;
}

.hinweis-fahrschein {
    font-size: 1rem;
    max-width: 100%;
    margin-top: 40px;
    color: #68625c;
    font-weight: 400;
    padding: 10px 20px;
    background-color: #f4f4f4;
    border-radius: 10px;
}

/* General styling */
#vehicle-upload-form.design1 {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 20px;
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 1300px;
    margin: auto;
    margin-top: -134px;
}

#vehicle-upload-form.design1 .step-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 15px;
    align-items: center;
}

button.next-step {
    text-wrap: nowrap;
    max-width: 100%;
    width: 100%;
}

button.next-step svg {
    max-height: 45px;
}

#vehicle-upload-form.design1 .step-col {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
    max-width: 100%;
}

#vehicle-upload-form.design1 .step-row.button-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.privacy-modal {
    font-weight: 300;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.privacy-modal-content h2 {
    font-size: 1.3rem;
}
.privacy-modal-content p {
    font-weight: 200;
}
.privacy-modal-content {
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin: 40vh auto;
    width: fit-content;
    max-width: 90%;
}
.privacy-modal button {
    margin: 10px;
    padding: 10px 15px;
    cursor: pointer;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
}
#accept-privacy {
    background-color: #28d087;
    padding: 5px 17px;
    font-weight: 300;
    width: 100%;
    border: 1px solid #28d087;
}
#decline-privacy {
    background-color: rgb(255, 255, 255);
    border: 2px solid lightgray;
    color: gray;
    padding: 5px 17px;
    width: 100%;
    font-weight: 200;
}
.privacy-modal button:hover {
    background-color: #000000;
}
.d-inline {
    display: flex;
    flex-direction: row;
    gap: 0;
    padding: 0;
    margin: 0;
    justify-content: center;
}
#vehicle-upload-form.design1 .optional-fields-btn {
    margin-top: 0px;
    padding: 15px;
    width: 100%;
    text-align: center;
}
#vehicle-upload-form.design1 .d-none {
    display: none;
}
#vehicle-upload-form.design1 .m-w-100 {
    max-width: 100%;
}
#vehicle-upload-form.design1 .form-head {
    border-bottom: 1px solid #e9e9e9;
    padding: 0;
    margin: 0;
    line-height: 0;
    margin-bottom: 19px;
}
#vehicle-upload-form.design1 .form-head h4 {
    font-size: 22px;
    font-weight: 200;
    line-height: 22px;
    padding: 0;
    margin: 0;
    padding-bottom: 14px;
}
@media screen and (min-width: 768px) {
    #vehicle-upload-form.design1 .step-col.l-width {
        max-width: 254px;
    }
    #vehicle-upload-form.design1 .step-row {
        flex-direction: row;
    }
    #vehicle-upload-form.design1 {
        max-width: 90%;
    }
    #vehicle-upload-form.design1 button.next-step {
        text-wrap: auto;
        max-width: min-content;
        width: unset;
    }
    .privacy-modal-content {
        max-width: 500px;
    }
    #vehicle-upload-form.design1 .optional-fields-btn {
        margin-top: 15px;
        width: 28%;
    }
}

@media screen and (min-width: 1024px) {
    #vehicle-upload-form.design1 {
        max-width: 90%;
    }
    
}

@media screen and (min-width: 1366px) {
    #vehicle-upload-form.design1 {
        max-width: 90%;
    }
}

/* Dropdown and input styling */
#vehicle-upload-form.design1 select, 
#vehicle-upload-form.design1 input {
    flex: 1;
    padding: 12px 19px;
    border: none;
    background: #eaf1f6;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    appearance: none;
    font-weight: 300;
}

#vehicle-upload-form.design1 select:focus-visible {
    border: none;
}

/* Image Upload Styling */
#vehicle-upload-form.design1 #vehicle-image-upload {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 12px;
    background: #f8fbfd;
    border-radius: 8px;
    border: 2px dashed #ccc;
    justify-content: center;
    cursor: pointer;
    height: 95px;
    width: 100%;
    min-height: 10px;
}

#vehicle-upload-form.design1 #vehicle-image-upload .dz-preview.dz-image-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    min-height: 70px;
    display: flex;
    flex-direction: row;
}
#vehicle-upload-form.design1 #vehicle-image-upload .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 70px;
    max-height: 70px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

#vehicle-upload-form.design1 #vehicle-image-upload .dz-remove {
    font-size: 22px;
    font-weight: 600;
    padding-left: 7px;
}
#vehicle-upload-form.design1 #vehicle-image-upload .dz-preview .dz-image {
    border-radius: 3px;
    overflow: hidden;
    width: 70px;
    height: 70px;
    position: relative;
    display: block;
    z-index: 10;
}
#vehicle-upload-form.design1 #vehicle-image-upload .dz-error-mark, #vehicle-image-upload  .dz-success-mark {
    left: 38%;
}
#vehicle-upload-form.design1 #vehicle-image-upload .dz-preview .dz-progress {
    left: 43%;
    width: 70px;
}
#vehicle-upload-form.design1 #vehicle-image-upload .dz-preview .dz-details {
    display: none;
}

/* Buttons */
#vehicle-upload-form.design1 button.next-step, 
button.submit-form, 
button.back-step {
    background: #000;
    color: white;
    padding: 14px 24px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
    max-height: fit-content;
}

#vehicle-upload-form.design1 button.next-step:hover, 
button.submit-form:hover, 
button.back-step:hover {
    background: #333;
}

#vehicle-upload-form.design1 button.back-step {
    background: white;
    border: 3px solid #eaf1f6;
    color: #b3b3b3;
}
#vehicle-upload-form.design1 button.back-step:hover {
    background: #eaf1f6;
    color: black;
}












































/* General styling */
#vehicle-upload-form.design2 {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 20px;
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: auto;
}
#vehicle-upload-form.design2 .step-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 15px;
    align-items: center;
}
#vehicle-upload-form.design2 .step-col {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
    max-width: 100%;
}
#vehicle-upload-form.design2 .step-row.button-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#vehicle-upload-form.design2 .d-inline {
    display: flex;
    flex-direction: row;
    gap: 0;
    padding: 0;
    margin: 0;
    justify-content: center;
}
#vehicle-upload-form.design2 .optional-fields-btn {
    margin-top: 0px;
    padding: 15px;
    width: 100%;
    text-align: center;
}
#vehicle-upload-form.design2 .d-none {
    display: none;
}
#vehicle-upload-form.design2 .m-w-100 {
    max-width: 100%;
}
#vehicle-upload-form.design2 .form-head {
    border-bottom: 1px solid #e9e9e9;
    padding: 0;
    margin: 0;
    line-height: 0;
    margin-bottom: 19px;
}
#vehicle-upload-form.design2 .form-head h4 {
    font-size: 22px;
    font-weight: 200;
    line-height: 22px;
    padding: 0;
    margin: 0;
    padding-bottom: 14px;
}
@media screen and (min-width: 768px) {
    #vehicle-upload-form.design2 .step-col.l-width {
        max-width: 100%;
    }
    #vehicle-upload-form.design2 .step-row {
        flex-direction: column;
    }
    #vehicle-upload-form.design2 button.next-step {
        text-wrap: auto;
        width: unset;
    }
    .privacy-modal-content {
        max-width: 500px;
    }
    #vehicle-upload-form.design2 .optional-fields-btn {
        margin-top: 15px;
        width: 100%;
    }
}
/* Dropdown and input styling */
#vehicle-upload-form.design2 select, 
#vehicle-upload-form.design2 input {
    flex: 1;
    padding: 12px 19px;
    border: none;
    background: #eaf1f6;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    appearance: none;
    font-weight: 300;
}
#vehicle-upload-form.design2 select:focus-visible {
    border: none;
}
/* Image Upload Styling */
#vehicle-upload-form.design2 #vehicle-image-upload {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 12px;
    background: #f8fbfd;
    border-radius: 8px;
    border: 2px dashed #ccc;
    justify-content: center;
    cursor: pointer;
    height: 95px;
    width: 100%;
    min-height: 10px;
}
#vehicle-upload-form.design2 #vehicle-image-upload .dz-preview.dz-image-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    min-height: 70px;
    display: flex;
    flex-direction: row;
}
#vehicle-upload-form.design2 #vehicle-image-upload .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 70px;
    max-height: 70px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
#vehicle-upload-form.design2 #vehicle-image-upload .dz-remove {
    font-size: 22px;
    font-weight: 600;
    padding-left: 7px;
}
#vehicle-upload-form.design2 #vehicle-image-upload .dz-preview .dz-image {
    border-radius: 3px;
    overflow: hidden;
    width: 70px;
    height: 70px;
    position: relative;
    display: block;
    z-index: 10;
}
#vehicle-upload-form.design2 #vehicle-image-upload .dz-error-mark, #vehicle-image-upload  .dz-success-mark {
    left: 38%;
}
#vehicle-upload-form.design2 #vehicle-image-upload .dz-preview .dz-progress {
    left: 43%;
    width: 70px;
}
#vehicle-upload-form.design2 #vehicle-image-upload .dz-preview .dz-details {
    display: none;
}
/* Buttons */
#vehicle-upload-form.design2 button.next-step, 
button.submit-form, 
button.back-step {
    background: #000;
    color: white;
    padding: 14px 24px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
    max-height: fit-content;
}
#vehicle-upload-form.design2 button.next-step:hover, 
button.submit-form:hover, 
button.back-step:hover {
    background: #333;
}
#vehicle-upload-form.design2 button.back-step {
    background: white;
    border: 3px solid #eaf1f6;
    color: #b3b3b3;
}
#vehicle-upload-form.design2 button.back-step:hover {
    background: #eaf1f6;
    color: black;
}


















/* General styling */
#vehicle-upload-form.design3 {
    display: flex;
    flex-direction: column;
    /*background: white;*/
    padding: 20px;
    /*border-radius: 12px;*/
    border: none;
    /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
    width: 100%;
    margin: auto;
}
#vehicle-upload-form.design3 .step-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 15px;
    align-items: center;
}
#vehicle-upload-form.design3 .step-col {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
    max-width: 100%;
}
#vehicle-upload-form.design3 .step-row.button-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#vehicle-upload-form.design3 .d-inline {
    display: flex;
    flex-direction: row;
    gap: 0;
    padding: 0;
    margin: 0;
    justify-content: center;
}
#vehicle-upload-form.design3 .optional-fields-btn {
    margin-top: 0px;
    padding: 15px;
    width: 100%;
    text-align: center;
    width: 100%;
    text-align: left;
    background-color: #e4dcd5;
    max-width: fit-content !important;
    padding: 10px 20px !important;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 10px;
    align-self: flex-start;
}
#vehicle-upload-form.design3 .optional-fields-btn a {
    color: black;
}
#vehicle-upload-form.design3 .d-none {
    display: none;
}
#vehicle-upload-form.design3 .m-w-100 {
    max-width: 100%;
}
#vehicle-upload-form.design3 .form-head {
    border-bottom: 1px solid #e9e9e9;
    padding: 0;
    margin: 0;
    line-height: 0;
    margin-bottom: 19px;
}
#vehicle-upload-form.design3 .form-head h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
}
#vehicle-upload-form.design3 .form-head p {
    padding: 0;
    margin: 0;
    line-height: normal;
    margin-bottom: 12px;
    margin-top: 2px;
}
#vehicle-upload-form.design3 .idradio {
    width: 100%;
}
#vehicle-upload-form.design3 .idcheckbox {
    width: 100%;
}
/* Buttons */
#vehicle-upload-form.design3 button.next-step, 
button.submit-form, 
button.back-step {
    background: #000;
    color: white;
    padding: 14px 24px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
    max-height: fit-content;
}
.powered-by-container {
    width: 100%;
    text-align: right;
    padding-top: 10px;
    padding-right: 23px;
    color: black;
    font-size: 0.7rem;
    display: none;
}
.powered-by-container a {
    color: #f35e5e;
    font-weight: 500;
}
.powered-by-container a:hover {
    color: #00CC61;
}
@media screen and (min-width: 768px) {
    #vehicle-upload-form.design3 .step-col.l-width {
        max-width: 100%;
    }
    #vehicle-upload-form.design3 .step-row {
        flex-direction: row;
    }
    #vehicle-upload-form.design3 button.next-step {
        text-wrap: auto;
        width: unset;
    }
    .privacy-modal-content {
        max-width: 500px;
    }
    #vehicle-upload-form.design3 .optional-fields-btn {
        padding-top: 0px;
        width: 100%;
    }
    #vehicle-upload-form.design3 .idradio {
        width: 50%;
    }
    #vehicle-upload-form.design3 .idcheckbox {
        width: 50%;
    }
    #vehicle-upload-form.design3 button.next-step, button.submit-form, button.back-step {
        min-height: 96px;
        min-width: 100px;
        max-height: 100%;
    }
    .ankauf-page .powered-by-container {
        color: black;
        display: block;
    }
    .powered-by-container {
        color: white;
        display: block;
    }
    .hinweis-fahrschein {
        max-width: 80%;
    }
}
/* Dropdown and input styling */
#vehicle-upload-form.design3 select,
#vehicle-upload-form.design3 input[type="text"],
#vehicle-upload-form.design3 input[type="number"],
#vehicle-upload-form.design3 input[type="email"],
#vehicle-upload-form.design3 input[type="tel"],
#vehicle-upload-form.design3 textarea {
    flex: 1;
    padding: 12px 19px;
    border: none;
    background: #eaf1f6;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    appearance: none;
    font-weight: 400;
}

#vehicle-upload-form.design3 select:focus-visible {
    border: none;
}

#vehicle-upload-form.design3 .paragraf {
    margin-top: 10px;
    text-align: left;
}
/* Image Upload Styling */
#vehicle-upload-form.design3 #vehicle-image-upload {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 12px;
    background: #f8fbfd;
    border-radius: 8px;
    border: 2px dashed #ccc;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    min-height: 95px;
    flex-wrap: wrap;
}
#vehicle-upload-form.design3 #vehicle-image-upload .dz-preview.dz-image-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    min-height: 70px;
    display: flex;
    flex-direction: row;
}
#vehicle-upload-form.design3 #vehicle-image-upload .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 70px;
    max-height: 70px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
#vehicle-upload-form.design3 #vehicle-image-upload .dz-remove {
    font-size: 22px;
    font-weight: 600;
    padding-left: 7px;
}
#vehicle-upload-form.design3 #vehicle-image-upload .dz-preview .dz-image {
    border-radius: 3px;
    overflow: hidden;
    width: 70px;
    height: 70px;
    position: relative;
    display: block;
    z-index: 10;
}
#vehicle-upload-form.design3 #vehicle-image-upload .dz-error-mark, #vehicle-image-upload  .dz-success-mark {
    left: 38%;
}
#vehicle-upload-form.design3 #vehicle-image-upload .dz-preview .dz-progress {
    left: 43%;
    width: 70px;
}
#vehicle-upload-form.design3 #vehicle-image-upload .dz-preview .dz-details {
    display: none;
}

#vehicle-upload-form.design3 button.next-step:hover, 
button.submit-form:hover, 
button.back-step:hover {
    background: #333;
}
#vehicle-upload-form.design3 button.back-step {
    background: white;
    border: 3px solid #eaf1f6;
    color: #b3b3b3;
}
#vehicle-upload-form.design3 button.back-step:hover {
    background: #eaf1f6;
    color: black;
}







.idswitch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .idswitch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .idslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .idslider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .idslider {
    background-color: #2196F3;
  }
  
  input:focus + .idslider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .idslider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .idslider.round {
    border-radius: 34px;
  }
  
  .idslider.round:before {
    border-radius: 50%;
  }











  .idradio {
    margin-top: 10px;
    width: 50%;
  }

  .idradio label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    margin-top: 7px;
    /* Accessible outline */
    /* Remove comment to use */
    /*
      &:focus-within {
          outline: .125em solid $primary-color;
      }
    */
  }
  .idradio label input {
    position: absolute;
    left: -9999px;
  }
  .idradio label input:checked + span {
    background-color: #d6d6e5;
  }
  .idradio label input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em #867565;
  }
  .idradio label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
  }
  .idradio label span:hover {
    background-color: #d6d6e5;
  }
  .idradio label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #867565;
  }












  .checkbox-wrapper-1 *,
  .checkbox-wrapper-1 ::after,
  .checkbox-wrapper-1 ::before {
    box-sizing: border-box;
  }
  .checkbox-wrapper-1 [type=checkbox].substituted {
    margin: 0;
    width: 0;
    height: 0;
    display: inline;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .checkbox-wrapper-1 [type=checkbox].substituted + label:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 1.15em;
    width: 1.15em;
    margin-right: 0.6em;
    color: rgba(0, 0, 0, 0.275);
    border: solid 0.06em;
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em inset, 0 0 0 0.07em transparent inset;
    border-radius: 0.2em;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="white" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center, white;
    background-size: 0;
    will-change: color, border, background, background-size, box-shadow;
    transform: translate3d(0, 0, 0);
    transition: color 0.1s, border 0.1s, background 0.15s, box-shadow 0.1s;
  }
  .checkbox-wrapper-1 [type=checkbox].substituted:enabled:active + label:before,
  .checkbox-wrapper-1 [type=checkbox].substituted:enabled + label:active:before {
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset;
    background-color: #f0f0f0;
  }
  .checkbox-wrapper-1 [type=checkbox].substituted:checked + label:before {
    background-color: #867565;
    background-size: 0.75em;
    color: rgba(0, 0, 0, 0.075);
  }
  .checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled:active + label:before,
  .checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled + label:active:before {
    background-color: #867565;
    color: rgba(0, 0, 0, 0.275);
  }
  .checkbox-wrapper-1 [type=checkbox].substituted:focus + label:before {
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(255, 65, 75, 0.2), 0 0 0 5px rgba(255, 65, 75, 0.0);
  }
  .checkbox-wrapper-1 [type=checkbox].substituted:focus:active + label:before,
  .checkbox-wrapper-1 [type=checkbox].substituted:focus + label:active:before {
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(255, 65, 75, 0.2), 0 0 0 5px rgba(255, 65, 75, 0.0);
  }
  .checkbox-wrapper-1 [type=checkbox].substituted:disabled + label:before {
    opacity: 0.5;
  }

  .checkbox-wrapper-1 [type=checkbox].substituted.dark + label:before {
    color: rgba(255, 255, 255, 0.275);
    background-color: #222;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="rgba(34, 34, 34, 0.999)" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>');
  }
  .checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled:active + label:before,
  .checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled + label:active:before {
    background-color: #444;
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(255, 255, 255, 0.1) inset;
  }
  .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked + label:before {
    background-color: #a97035;
    color: rgba(255, 255, 255, 0.075);
  }
  .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled:active + label:before,
  .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled + label:active:before {
    background-color: #c68035;
    color: rgba(0, 0, 0, 0.275);
  }
  .checkbox-wrapper-1 [type=checkbox].substituted + label {
    -webkit-user-select: none;
    user-select: none;
  }

  .idcheckbox {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: 10px;
    width: 50%;
  }