.hide {
            display: none !important;
        }

        .remove-acc-section {
            padding: 60px 40px;
            background: url(/assets/img/wb-bg.png);
            background-size: cover;
            border-radius: 44px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 175px;
        }

        .form-block {
            background: #fff;
            padding: 30px;
            border-radius: 32px;
            width: 480px;
            height: 550px;
            box-shadow: 0 3px 6px 0 #2228341F;
        }

        .step-content {
        }

        .step-content .logo {
            margin-bottom: 30px;
        }

        .step-content .title {
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .step-content .sub-title {
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 15px;
        }

        .step-content .form-input {
            margin-top: 30px;
        }

        .step-content .form-input label {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 5px;
            display: block;
        }

        .step-content .form-input .input {
            display: block;
            width: 100%;
            padding: 12px 8px;
            background-color: #fff;
            border: 1px solid #e2e6eb;
            border-radius: 16px;
            font-weight: 400;
            color: #232427;
            transition: box-shadow .3s;
            font-size: 16px;
        }

        .step-content .form-input .input::placeholder {
            color: #A1A9B7;
        }

        .step-content .input-code {
            display: flex;
            gap: 10px;
        }

        .step-content .input-code .input {
            padding: 20px 4px;
            font-size: 30px;
            text-align: center;
            font-weight: 400;
        }

        .step-content .input-code.invalid .input {
            color: #F50537;
        }

        .step-content .form-input .input:focus {
            box-shadow: 0 0 0 3px #374DFB1A;
            outline: none;
        }

        .form-steps {
            height: calc(100% - 40px);
        }

        .step {
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .step-footer {
            margin-top: auto;
            text-align: center;
            display: flex;
            justify-content: space-between;
            gap: 30px;
        }

        .step-footer button {
            border-radius: 20px;
            padding: 15px 32px 15px 32px;
            width: 100%;
            display: block;
            border: none;
            color: #fff;
            font-size: 17px;
            font-weight: 500;
        }

        .step-footer button.invalid {
            background: #E2E6EB;
        }

        .step-footer button.valid {
            cursor: pointer;
            background: #374DFB;
        }

        .step-footer button.default {
            background: #fff;
            color: #5D677A;
            box-shadow: 0 1px 3px 0 #2228341F;
            cursor: pointer;
        }

        .step-footer button.danger {
            background: #F50537;
            color: #fff;
            box-shadow: 0 1px 3px 0 #2228341F;
            cursor: pointer;
        }

        .step .step-message {
            text-align: center;
            font-size: 14px;
            margin-top: 10px;
        }

        .step .step-message.default {
            color: #818999;
        }

        .step .step-message.primary {
            color: #374DFB;
        }

        .step .step-message.danger {
            color: #F50537;
        }

        .step .step-message.success {
            color: #15BF8C;
        }


        .step-2 .step-message.resend-code {
            cursor: pointer;
        }

        .step-4 {
        }

        .step-4 .step-content {
            text-align: center;
            margin-top: 15%;
        }

        .step-4 .step-content .title {
            font-size: 20px;
        }

        .step-4 .step-content .sub-title {
            font-size: 20px;
        }

        .step-4 .step-content .icon {
            margin-bottom: 30px;
        }

        .step-4 .step-content .icon img {
        }