.gothe-switch {
    display: inline-flex;
    align-items: center;
    min-height: 1.75rem;
    margin: 0 0.65rem 0 0;
    padding: 0;
    vertical-align: middle;
}

.gothe-switch .form-check-input {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 2.75rem;
    min-width: 2.75rem;
    height: 1.5rem;
    margin: 0;
    border: 1px solid #8a94a3;
    border-radius: 999px !important;
    background: #c8ced6 !important;
    background-image: none !important;
    box-shadow: none;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease;
}

.gothe-switch .form-check-input::after {
    content: "";
    position: absolute;
    top: 0.14rem;
    left: 0.16rem;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
    transition: transform 160ms ease;
}

.gothe-switch .form-check-input:checked {
    border-color: #198754 !important;
    background: #198754 !important;
    background-image: none !important;
}

.gothe-switch .form-check-input:checked::after {
    transform: translateX(1.23rem);
}

.gothe-switch .form-check-input:focus-visible {
    outline: 3px solid rgba(13, 110, 253, 0.3);
    outline-offset: 2px;
}

.gothe-switch .form-check-input:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.gothe-switch .form-check-label {
    margin-left: 0.5rem;
}
