.wizard {
    width: 100%;
    font-family: Lato;
}

    .wizard .wizard-title {
        color: #3f87e6;
        font-family: Lato;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        padding-bottom: 16px;
    }

    .wizard .concept {
        min-height: 248px;
        background-color: #F9F2F2;
        border-radius: 20px;
        margin-bottom: 16px;
        margin-top: 16px;
        display: flex;
    }

    .wizard .tutorial a {
        color: #3f87e6;
        text-decoration: underline;
    }

    .wizard .concept .tutorial-image {
        background-image: url('../Img/cake.jpg');
        width: 35%;
        background-size: cover;
        border-radius: 20px 0 0 20px;
        min-width: 360px;
    }

    .wizard .concept .tutorial-image-claim {
        background-image: url('../Img/claim.png');
        width: 402px;
        background-size: cover;
        border-radius: 20px 0 0 20px;
        height: 304px;
    }

    .wizard .concept img {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        height: 248px;
        width: 400px;
    }

    .wizard .concept .tutorial-description {
        padding: 20px;
        width: 65%;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .wizard .setup, .tutorial {
        box-shadow: 0 6px 12px rgba(37, 83, 157, 0.1);
        border-radius: 4px;
        background-color: #ffffff;
        padding: 24px;
    }

    .wizard .form {
        box-shadow: 0 6px 12px rgba(37, 83, 157, 0.1);
        border-radius: 4px;
        background-color: #ffffff;
        margin: 24px 0;
        padding: 24px;
    }

        .wizard .form .errorMessage {
            position: inherit;
            display: block;
            margin-top: -4px;
            width: 622px;
            text-align: right;
        }

        .wizard .form .mediaTab .errorMessage {
            text-align: inherit;
            margin-left: 4px;
            margin-top: 150px;
            position: absolute;
        }

    .wizard h1 {
        color: #4f5663;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .wizard h2 {
        color: #949DAC;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 24px;
    }

    .wizard hr {
        border: 0.5px solid #DBDEE3
    }

    .wizard p {
        color: #4f5663;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .wizard .setup-category{
        display: flex;
        flex-direction: column;
    }

        .wizard .setup-category .remove-block {
            display: inline;
            z-index: 2;
            margin: 0 10px 5px;
            color: red;
        }

        .wizard p .optional {
            opacity: 0.5;
            color: #4f5663;
            font-size: 12px;
            font-weight: 400;
            line-height: 21px;
        }

            .wizard p .optional .invisible {
                visibility: hidden
            }

    .wizard .input-box {
        display: flex;
        width: 622px;
        flex-direction: column;
    }

        .wizard .input-box .dynamic-box {
            display: flex;
            width: 654px;
        }

        .wizard .input-box .dynamic-box span {
            padding-left: 6px;
        }

        .wizard .input-box .count {

            font-size: 12px;
            line-height: 21px;
            margin-bottom: 4px;
            align-self: flex-end;
        }

    .wizard input, .wizard select, .wizard textarea {
        width: 622px;
        height: 32px;
        border-radius: 4px;
        border: 1px solid #4f5663;
        background-color: #ffffff;
        margin-bottom: 8px;
        color: #4f5663;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        padding-left: 10px;
        margin-bottom: 4px;
    }

    .wizard textarea {
        height: 88px;
    }

    .wizard input::placeholder {
        color: #898989;
    }

    .wizard .figure {
        display: inline-flex;
    }

    .wizard .figure-wizard {
        width: 262px;
        height: 147px;
        border-radius: 4px;
        border: 1px dashed;
        text-align: center;
        background-image: url(../img/platform/ic_upload.png);
        background-repeat: no-repeat;
        background-position: center;
        background-position-y: 24px;
        padding-top: 96px;
        font-size: 17px;
        font-weight: 700;
        line-height: 20px;
    }

    .wizard .Image {
        background-image: url(../img/platform/ic_upload_image.png);
    }

    .wizard .figure-wizard:hover {
        border: 1px dashed #3f87e6;
        background-image: url(../img/platform/ic_upload_hover.png);
        text-decoration: none;
        outline: none;
        color: #62A6D9;
        cursor: pointer;
    }

    .wizard .play_wizard {
        z-index: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../img/platform/play.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto;
        max-width: 260px;
        max-height: 136px;
        cursor: pointer;
    }

    .wizard .category {
        margin-bottom: 24px;
    }

    .wizard .Image:hover {
        background-image: url(../img/platform/ic_upload_image_hover.png);
    }

    .wizard .mediaTab {
        display: inline-flex;
        margin-bottom: 24px;
    }

    .wizard .figure-type {
        height: 19px;
        opacity: 0.75;
        color: #4f5663;
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
    }

    .wizard .frame {
        border-radius: 4px;
        border: 1px dashed;
        width: 260px;
        height: 146px;
        margin-left: 2px;
    }

    .wizard .figure-img {
        margin-top: 4px;
        max-width: 260px;
        max-height: 136px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .wizard .dripicons-trash {
        cursor: pointer;
    }

    .wizard a .dripicons-trash {
        position: absolute;
        margin: -28px 0 0 8px;
    }

    .wizard .add-button {
        cursor: pointer;
        width: 125px;
    }

    .wizard .icon-verified {
        display: inline-block;
        text-indent: -9999px;
        background-image: url("../Img/platform/ic_info.png");
        background-repeat: no-repeat;
        width: 21px;
        height: 20px;
        margin-left: 5px;
    }

    .wizard .add-block-btn {
        max-width: 200px;
        display: flex;
        justify-content: center;
        cursor: pointer;
    }

    .wizard [data-tooltip] {
        display: inline-block;
        position: relative;
        padding: 4px;
    }

        .wizard [data-tooltip]:before {
            content: attr(data-tooltip);
            display: none;
            position: absolute;
            background: #4f5663;
            color: #fff;
            padding: 4px 8px;
            font-size: 14px;
            line-height: 1.4;
            min-width: 350px;
            text-align: center;
            border-radius: 4px;
            font-weight: 700;
        }

    .wizard [data-tooltip-position="right"]:before {
        top: 75%;
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        margin-left: 6px;
    }

    .wizard [data-tooltip]:hover:before {
        display: block;
        z-index: 50;
    }


.onoffswitch {
    position: relative;
    width: 48px;
    height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
}

.onoffdescription {
    display: inline-block;
    padding: 16px 0px 16px 24px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 50px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 18px;
        padding: 0;
        line-height: 18px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "";
        padding-left: 10px;
        background-color: #3f87e6;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "";
        padding-right: 10px;
        background-color: #CCCCCC;
        color: #1F1F1F;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 23px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    border: 2px solid #999999;
    border-radius: 50px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
