{"version":3,"sources":["webpack://metronic/./demo2/src/sass/pages/wizard/wizard-6.scss"],"names":[],"mappings":"AAAA;EACE,UAAU,EAAE;EACZ;IACE,aAAa;IACb,mBAAmB,EAAE;IACrB;MACE,kBAAkB;MAClB,yGAAyG;MACzG,qBAAqB,EAAE;MACvB;QACE,aAAa;QACb,mBAAmB,EAAE;MACvB;QACE,aAAa;QACb,mBAAmB;QACnB,uBAAuB;QACvB,yGAAyG;QACzG,eAAe;QACf,YAAY;QACZ,mBAAmB;QACnB,yBAAyB;QACzB,kBAAkB,EAAE;QACpB;UACE,aAAa;UACb,iBAAiB,EAAE;QACrB;UACE,gBAAgB;UAChB,cAAc;UACd,kBAAkB,EAAE;MACxB;QACE,aAAa;QACb,sBAAsB;QACtB,uBAAuB,EAAE;QACzB;UACE,cAAc;UACd,gBAAgB;UAChB,kBAAkB,EAAE;QACtB;UACE,cAAc;UACd,mBAAmB,EAAE;MACzB;QACE,yGAAyG,EAAE;QAC3G;UACE,yGAAyG;UACzG,yBAAyB,EAAE;UAC3B;YACE,cAAc;YACd,aAAa,EAAE;UACjB;YACE,cAAc,EAAE;QACpB;UACE,cAAc,EAAE;QAClB;UACE,cAAc,EAAE;MACpB;QACE,yGAAyG;QACzG,yBAAyB,EAAE;QAC3B;UACE,cAAc;UACd,qBAAqB,EAAE;QACzB;UACE,aAAa,EAAE;MACnB;QACE,cAAc,EAAE;MAClB;QACE,cAAc,EAAE;;AAExB;EACE;IACE,WAAW,EAAE;IACb;MACE,aAAa,EAAE,EAAE","file":"css/pages/wizard/wizard-6.css","sourcesContent":[".wizard.wizard-6 .wizard-content .wizard-nav {\n  padding: 0; }\n  .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps {\n    display: flex;\n    align-items: center; }\n    .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step {\n      padding: 0.75rem 0;\n      transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;\n      margin-bottom: 1.5rem; }\n      .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-wrapper {\n        display: flex;\n        align-items: center; }\n      .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-icon {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;\n        min-width: 46px;\n        height: 46px;\n        border-radius: 12px;\n        background-color: #F3F6F9;\n        margin-right: 1rem; }\n        .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-icon .wizard-check {\n          display: none;\n          font-size: 1.4rem; }\n        .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-icon .wizard-number {\n          font-weight: 600;\n          color: #3F4254;\n          font-size: 1.35rem; }\n      .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-label {\n        display: flex;\n        flex-direction: column;\n        justify-content: center; }\n        .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {\n          color: #181C32;\n          font-weight: 600;\n          font-size: 1.24rem; }\n        .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-desc {\n          color: #B5B5C3;\n          font-size: 0.925rem; }\n      .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=\"current\"] {\n        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease; }\n        .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=\"current\"] .wizard-icon {\n          transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;\n          background-color: #C9F7F5; }\n          .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=\"current\"] .wizard-icon .wizard-check {\n            color: #1BC5BD;\n            display: none; }\n          .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=\"current\"] .wizard-icon .wizard-number {\n            color: #1BC5BD; }\n        .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=\"current\"] .wizard-label .wizard-title {\n          color: #181C32; }\n        .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=\"current\"] .wizard-label .wizard-desc {\n          color: #B5B5C3; }\n      .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=\"current\"]:last-child .wizard-icon, .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=\"done\"] .wizard-icon {\n        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;\n        background-color: #C9F7F5; }\n        .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=\"current\"]:last-child .wizard-icon .wizard-check, .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=\"done\"] .wizard-icon .wizard-check {\n          color: #1BC5BD;\n          display: inline-block; }\n        .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=\"current\"]:last-child .wizard-icon .wizard-number, .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=\"done\"] .wizard-icon .wizard-number {\n          display: none; }\n      .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=\"current\"]:last-child .wizard-label .wizard-title, .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=\"done\"] .wizard-label .wizard-title {\n        color: #B5B5C3; }\n      .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=\"current\"]:last-child .wizard-label .wizard-desc, .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=\"done\"] .wizard-label .wizard-desc {\n        color: #D1D3E0; }\n\n@media (max-width: 767.98px) {\n  .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step {\n    width: 100%; }\n    .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-wrapper .svg-icon {\n      display: none; } }\n"],"sourceRoot":""}