/* put your own styles to customize and override the theme */
vertical-line {
    border-left: 2px solid #000; /* change the color and thickness as needed */
    height: 500px; /* set the height of the vertical line */
    position: absolute; /* adjust the position as needed */
}

input:checked + .django-toggle-switch-slider:before {
    transform: translateX(18px) !important;
}

.django-toggle-switch-slider:before {
    height: 12px !important;
    width: 12px !important;
    left: 2px !important;
    bottom: 2px !important;
}

label.django-toggle-switch {
    width: 34px !important;
    height: 15px !important;
    top: 10px !important;
    right: 10px !important;
}

.border-right-custom{
    border-right: 1px solid #d6d8e1 !important;
}

.font-size-custom{
    font-size: 1rem!important;
}

input.textinput{
    text-transform: uppercase!important;
}

textarea.textarea{
    text-transform: uppercase!important;
}