
/* FONTS */

/* General */
body { font-family: "Poppins"; font-weight: 300; }
main.py-4 { padding: 0px!important; }

a { color: #0eafb9; text-decoration: none; }
a:link { text-decoration: none; }
a:hover { color: #15bfca; text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }


/* Buttons */
.btn { padding: 10px 40px; font-size: 22px; font-weight: 600; border-radius: 8px; }

.btn.btn-primary { background: #e94190; border-color: #e94190; }
.btn.btn-primary:hover { background: #dc3483; border-color: #dc3483; }

.btn.btn-outline-primary { background: none; color: #e94190; border-color: #e94190; }
.btn.btn-outline-primary:hover { background: #e94190; color: #ffffff; border-color: #e94190; }

.btn.btn-secondary { background: #1dcfda; border-color: #1dcfda; }
.btn.btn-secondary:hover { background: #07d7e4; border-color: #07d7e4; }

.btn.btn-outline-secondary { background: none; color: #1dcfda; border-color: #1dcfda; }
.btn.btn-outline-secondary:hover { background: #1dcfda; color: #ffffff; border-color: #1dcfda; }


/* Alerts */
.alert-danger { color: #db0000; background-color: #ffe8e8; border: 2px #db0000 solid; font-size: 22px; padding: 14px 20px; margin-bottom: 25px; }


/* Navigation */
nav.navbar { background: #940794 url('../assets/start-panel-bg.jpg') center -450px no-repeat; background-size: 1920px; top: 0px; width: 100%; box-shadow: none !important; position: fixed; z-index: 11; }
    nav.navbar .container { max-width: 1240px; }
    nav.navbar .navbar-brand { color: #ffffff; font-weight: 400; }
    nav.navbar .navbar-brand:hover { color: #0eafb9; }
    nav.navbar .navbar-brand:focus { color: #ffffff; }

    nav.navbar #navbarSupportedContent { display: flex !important; flex-basis: auto; }
    nav.navbar .navbar-nav .dropdown-menu { position: absolute!important; }

    nav.navbar .settings-icon { font-size: 0px; }
        nav.navbar .settings-icon i { color: #ffffff; font-size: 34px; padding: 0px; }
        nav.navbar .settings-icon:hover i { color: #0eafb9; }
        nav.navbar .settings-icon.show i { color: #0eafb9; }
        nav.navbar .settings-icon.dropdown-toggle::after { display: none; } 


/* Visual Panel */
.visual-panel { background: #000000 url('../assets/visual-panel-bg.jpg') center bottom no-repeat; background-size: cover; padding: 80px 50px 500px 50px; overflow: hidden; position: relative; }
    .visual-panel .container { max-width: 1400px; }
    .visual-panel .card { background: none; border: none; }
    .visual-panel .card-header { display: none; }

    .visual-panel .card-body { background: none; max-width: 540px; padding: 0px; flex: 0px; border: 0px; }
        .visual-panel .card-body h3 { color: #73e05e; font-size: 52px; line-height: 62px; font-weight: 600; margin-bottom: 34px; }
        .visual-panel .card-body p { color: #ffffff; font-size: 24px; line-height: 32px; margin-bottom: 30px; }
        .visual-panel .card-body .logo { width: 280px; margin-bottom: 40px; }

    .visual-panel .card-footer { background: none; max-width: 460px; padding: 0px; flex: 0px; border: 0px; }
        .visual-panel .card-footer .btn { margin-top: 10px; }

    .visual-panel .bottom-content { max-width: 460px; margin-top: 200px; }
        .visual-panel .bottom-content img { max-width: 210px; margin-bottom: 35px; }
        .visual-panel .bottom-content p { color: #ffffff; font-size: 22px; line-height: 28px; margin-bottom: 50px; }
        .visual-panel .bottom-content p.small { font-size: 18px; line-height: 26px; margin: 0px; }

    .visual-panel .side-img { background-size: 1200px; background-position: -250px 150px; background-repeat: no-repeat; width: 1300px; height: 1300px; position: absolute; top: -260px; right: -450px; 
    mask: url('../assets/start-panel-side-img-mask.svg') 50% center no-repeat; -webkit-mask: url('../assets/start-panel-side-img-mask.svg') 50% center no-repeat; }
        
    
/* Footer Panel */
.footer-panel { background: #ffffff; padding: 130px 50px 190px 50px; margin-top: -400px; position: relative; mask: url('../assets/footer-panel-mask.svg') top center no-repeat; -webkit-mask: url('../assets/footer-panel-mask.svg') top center no-repeat; mask-size: 100%; -webkit-mask-size: 100%; }
    .footer-panel .container { max-width: 1400px; }
    .footer-panel .content { max-width: 540px; }
        .footer-panel .content h3 { font-weight: 700; margin-bottom: 15px; }
        .footer-panel .content h3 span { color: #73e05e; }
        .footer-panel .content p { font-size: 19px; line-height: 26px; margin-bottom: 20px; }
        .footer-panel .content p.small { color: #666666; font-size: 16px; line-height: 24px; margin: 0px; }


/* Step Panel */
.step-panel { background: #ffffff; min-height: 100vh; padding: 90px 50px 30px 50px; overflow: hidden; position: relative; }
    .step-panel .container { max-width: 1400px; position: relative; z-index: 1; }
    .step-panel .card { background: none; border: none; min-height: 800px; }
    .step-panel .card-header { display: none; }

    .step-panel .card-body { background: none; max-width: 750px; padding: 0px; flex: 0px; border: 0px; position: relative; }
        .step-panel .card-body .step { position: absolute; width: 100%; top: 0px; left: 0px; }
        .step-panel .card-body h3 { color: #82039c; font-size: 36px; line-height: 42px; font-weight: 400; margin-bottom: 34px; }
        .step-panel .card-body p { color: #333333; font-size: 22px; line-height: 28px; margin-bottom: 30px; }
        .step-panel .card-body p br + strong { font-size: 23px; font-weight: 600; display: block; margin-top: 20px; }
        .step-panel .card-body input.form-control { font-size: 22px; border: 2px #82039c solid; font-weight: 300; }
        .step-panel .card-body input.form-control::placeholder { color: #82039c; font-weight: 300; }
        .step-panel .card-body input.form-control.is-invalid { border-color: #db0000; }
        .step-panel .card-body input.form-control.is-invalid::placeholder { color: #db0000; }
        .step-panel .card-body .form-set { margin-bottom: 20px; }
        .step-panel .card-body .form-group { margin-bottom: 25px; }
        .step-panel .card-body .form-check { min-height: 0px; padding-left: 0px; margin-left: 0px; margin-bottom: 0px; }
        .step-panel .card-body .form-check.inline { display: inline-block; margin-left: 0px; margin-right: 30px; }
        .step-panel .card-body label.title { color: #82039c; font-size: 22px; line-height: 28px; margin-bottom: 16px; display: block; }
        .step-panel .card-body label.title.small { color: #333333; font-size: 18px; line-height: 26px; font-weight: 400; }
        .step-panel .card-body label.title.is-invalid { color: #db0000; }
        .step-panel .card-body label.title.inline { display: inline-block; margin-right: 10px; }
        .step-panel .card-body label.title.inline + input.form-control { font-size: 16px; display: inline-block; width: 42%; max-width: 100px; }
        .step-panel .card-body .form-set label.title.inline + input.form-control { max-width: 100%; }

        .step-panel .card-body .radio { margin-bottom: 20px; padding-left: 0px; margin-right: 0px; position: relative; }
            .step-panel .card-body .radio label { color: #82039c; font-size: 22px; line-height: 28px; padding-left: 40px; }
            .step-panel .card-body .radio label::before { border-color: #82039c; width: 30px; height: 30px; margin-left: 0px; }
            .step-panel .card-body .radio label::after { background: #0eafb9; left: 5px; top: 5px; width: 20px; height: 20px; margin-left: 0px; }
            .step-panel .card-body .radio input { width: 100%; height: 100%; margin-top: -1px; margin-left: 0px; border-radius: 0px; position: absolute; }
            .step-panel .card-body .radio.small label { color: #333333; font-size: 18px; line-height: 26px; font-weight: 400; padding-left: 34px; }
            .step-panel .card-body .radio.small label::before { width: 26px; height: 26px; }
            .step-panel .card-body .radio.small label::after { width: 16px; height: 16px; left: 5px; top: 5px; }

        .step-panel .card-body .checkbox { margin-bottom: 20px; padding-left: 0px; margin-right: 0px; position: relative; }
            .step-panel .card-body .checkbox label { color: #82039c; font-size: 22px; line-height: 28px; padding-left: 40px; }
            .step-panel .card-body .checkbox label::before { border-color: #82039c; width: 30px; height: 30px; margin-left: 0px; }
            .step-panel .card-body .checkbox label::after { background: none; background-size: 20px!important; content: "" !important; left: 5px; top: 5px; width: 20px; height: 20px; margin-left: 0px; }
            .step-panel .card-body .form-check-input:checked[type="checkbox"] + label::after { background: url('../assets/check-solid.png') 50% center no-repeat; }
            .step-panel .card-body .checkbox input { width: 100%; height: 100%; margin-top: -1px; margin-left: 0px; border-radius: 0px; position: absolute; }
            .step-panel .card-body .checkbox.small label { color: #333333; font-size: 16px; line-height: 24px; font-weight: 400; padding-left: 34px; }
            .step-panel .card-body .checkbox.small label::before { width: 26px; height: 26px; }
            .step-panel .card-body .checkbox.small label::after { width: 16px; height: 16px; left: 5px; top: 5px; background-size: 16px!important; }

        .step-panel .card-body .radio-feature { border: 2px #82039c solid; border-radius: 20px; margin-bottom: 40px; position: relative; overflow: hidden; }
            .step-panel .card-body .radio-feature .radio { display: block; padding: 0px; margin: 0px; }
                .step-panel .card-body .radio-feature .radio input { width: 90%; height: 70px; margin: 0px; top: 0px; left: 0px; border-radius: 0px; }
                .step-panel .card-body .radio-feature .radio label { padding-left: 0px; }
                .step-panel .card-body .radio-feature .radio label::before { margin-left: 20px; margin-top: 27px; }
                .step-panel .card-body .radio-feature .radio label::after { margin-left: 20px; margin-top: 27px; }
                    .step-panel .card-body .radio-feature .radio label .content { padding: 25px 20px 25px 70px; position: relative; }
                        .step-panel .card-body .radio-feature .radio label .content strong { color: #82039c; font-size: 24px; line-height: 30px; font-weight: 400; margin-bottom: 12px; display: block; }
                        .step-panel .card-body .radio-feature .radio label .content p { font-size: 19px; line-height: 26px; font-weight: 400; margin: 0px; }
                        .step-panel .card-body .radio-feature .content .inline-scroll { height: 130px; overflow: auto; padding-right: 25px; }
                        .step-panel .card-body .radio-feature input:checked[type="radio"] + label { background: rgba(139, 6, 160, 0.05); }
                        .step-panel .card-body .radio-feature ::-webkit-scrollbar { -webkit-appearance: none; width: 7px;}
                        .step-panel .card-body .radio-feature ::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(0, 0, 0, .5);  box-shadow: 0 0 1px rgba(255, 255, 255, .5); }

    .step-panel .card-footer { background: none; max-width: 660px; padding: 0px; flex: 0px; border: 0px; }
        .step-panel .card-footer .btn { font-size: 22px; padding: 8px 30px; margin-top: 10px; margin-right: 20px; }
        
    .step-panel .bottom-content { max-width: 500px; margin-top: 220px; }
        .step-panel .bottom-content img { max-width: 210px; margin-bottom: 35px; }
        .step-panel .bottom-content p { color: #990099; font-size: 22px; line-height: 28px; margin-bottom: 0px; }

    .step-panel .side-img { background-size: 1200px; background-position: -250px 150px; background-repeat: no-repeat; width: 1300px; height: 1300px; position: absolute; top: -400px; right: -550px;
        mask: url('../assets/start-panel-side-img-mask.svg') 50% center no-repeat; -webkit-mask: url('../assets/start-panel-side-img-mask.svg') 50% center no-repeat; }

    .step-panel .lines-bg { background: url('../assets/lines-bg.png') top left no-repeat; width: 980px; height: 980px; position: absolute; top: -90px; right: -230px; background-size: 980px; }

    .step-panel .step.hidden { display: block; visibility: hidden; opacity: 0; z-index: unset; }
    .step-panel .step.visible { display: block; visibility: visible; opacity: 1; z-index: 1; }

    .step-panel .card-body .step.hidden h3 { visibility: hidden; opacity: 0; transition: 0.3s; transition-timing-function: ease-in; transition-delay: 0.3s; }
    .step-panel .card-body .step.visible h3 { visibility: visible; opacity: 1; transition: 0.3s; transition-timing-function: ease-in; transition-delay: 0.3s; }

    .step-panel .card-body .step.hidden p { visibility: hidden; opacity: 0; transition: 0.3s; transition-timing-function: ease-in; transition-delay: 0.6s; }
    .step-panel .card-body .step.visible p { visibility: visible; opacity: 1; transition: 0.3s; transition-timing-function: ease-in; transition-delay: 0.6s; }

    .step-panel .card-body .step.hidden .fields.col-12 { visibility: hidden; opacity: 0; transition: 0.3s; transition-timing-function: ease-in; transition-delay: 0.9s; }
    .step-panel .card-body .step.visible .fields.col-12 { visibility: visible; opacity: 1; transition: 0.3s; transition-timing-function: ease-in; transition-delay: 0.9s; }

    .step-panel .card-body .step.hidden .buttons.col-12 { visibility: hidden; opacity: 0; transition: 0.3s; transition-timing-function: ease-in; transition-delay: 1.2s; }
    .step-panel .card-body .step.visible .buttons.col-12 { visibility: visible; opacity: 1; transition: 0.3s; transition-timing-function: ease-in; transition-delay: 1.2s; }

    /* Steps */
    .step-panel .card-body .step-two { margin-bottom: 30px; }
        .step-panel .card-body .step-two h3 { margin-bottom: 20px; }

    .step-panel .card-body .step-three { margin-bottom: 30px; }
        .step-panel .card-body .step-three h3 { margin-bottom: 20px; }

    .step-panel .card-body .step-five { margin-bottom: 30px; }

    .step-panel .card-body .step-six { margin-bottom: 30px; }
        .step-panel .card-body .step-six h3 { margin-bottom: 20px; }

    /* Steps - Finish */
    .step-panel.finish .card { min-height: 0px; }
        .step-panel.finish .card .card-body { max-width: 520px; }
            .step-panel.finish .card .card-body h3 { font-size: 54px; line-height: 62px; font-weight: 600; margin-bottom: 28px; }
            .step-panel.finish .card .card-body p { font-size: 30px; line-height: 38px; }



/* Admin Dashboard Panel */
.dashboard-panel { padding: 0px!important; min-height: 800px; position: relative; overflow: hidden; }
    .dashboard-panel .container { max-width: 1240px; width: 100%; }
    .dashboard-panel .blue-bg { background: #940794 url('../assets/start-panel-bg.jpg') 50% center no-repeat; background-size: 1920px; height: 380px; width: 100%; position: absolute; }
    .dashboard-panel .content-section { padding: 0px 0px 0px 0px; position: relative; }
        .dashboard-panel .content-section .container { padding-top: 80px; position: relative; }
        .dashboard-panel .content-section h2 { color: #ffffff; font-size: 60px; line-height: 68px; font-weight: 600; margin-bottom: 10px; }
        .dashboard-panel .content-section h5 { color: #ffffff; font-size: 28px; line-height: 36px; }

    .dashboard-panel .content-section .logout-icon { position: absolute; top: 30px; right: 15px; display: block; font-size: 0px; }
        .dashboard-panel .content-section .logout-icon i { color: #ffffff; font-size: 40px; } 
        .dashboard-panel .content-section .logout-icon:hover i { color: #0eafb9; }

    .dashboard-panel .features { margin-top: 70px; }

    .dashboard-panel .dashboard-feature { background: #fff; padding: 18px; border-radius: 15px; border: 2px #82039c solid; width: 100%; margin: auto auto 30px auto; position: relative; transition-timing-function: ease-in; transition: 0.2s; }
        .dashboard-panel .dashboard-feature .icon-holder { background: #82039c; width: 70px; height: 70px; border-radius: 50%; border: 1px #82039c solid; text-align: center; margin-bottom: 15px; position: relative; transition-timing-function: ease-in; transition: 0.2s; }
            .dashboard-panel .dashboard-feature .icon-holder i { color: #ffffff; font-size: 36px; position: absolute; left: 0px; right: 0px; top: 50%; transform: translateY(-50%); margin: auto; }
        .dashboard-panel .dashboard-feature h5 { color: #82039c; font-size: 28px; line-height: 36px; font-weight: 600; margin-bottom: 10px; }
        .dashboard-panel .dashboard-feature h6 { color: #666666; font-size: 19px; line-height: 25px; font-weight: 500; margin-bottom: 0px; }

    .dashboard-panel .dashboard-feature:hover { background: #f4f4f4; border-color: #0eafb9; }
        .dashboard-panel .dashboard-feature:hover .icon-holder { background: #0eafb9; border-color: #0eafb9; }
        .dashboard-panel .dashboard-feature:hover h5 { color: #0eafb9; }

        
/* Admin Header */
.admin-header { background: #940794 url('../assets/start-panel-bg.jpg') center -505px no-repeat; background-size: 1920px; height: auto; padding: 25px 0px; width: 100%; top: 56px; position: fixed; z-index: 10; transition-timing-function: ease-in; transition: 0.2s; }
    .admin-header .container { max-width: 1240px; position: relative; z-index: 1; }

    .admin-header h3.title { color: #ffffff; font-size: 34px; line-height: 40px; margin: 0px; }
    .admin-header .btn { font-size: 19px; padding: 5px 20px; margin-left: 15px!important; font-weight: 600; border-width: 2px; }

    .admin-header .right { float: right; }
        .admin-header .right .home-icon { position: absolute; top: 30px; right: 0px; display: block; font-size: 0px; }
            .admin-header .right .home-icon i { color: #ffffff; font-size: 40px; } 
            .admin-header .right .home-icon:hover i { color: #0eafb9; }
        .admin-header .right .logout-icon { position: absolute; top: 30px; right: 0px; display: block; font-size: 0px; }
            .admin-header .right .logout-icon i { color: #ffffff; font-size: 40px; } 
            .admin-header .right .logout-icon:hover i { color: #0eafb9; }

    .admin-header.scrolled { padding: 12px 0px; transition-timing-function: ease-in; transition: 0.2s; }

    .admin-header + .admin-panel { margin-top: 149px; }


/* Admin Panel */
.admin-panel { background: #ffffff; padding: 50px 0px; min-height: 500px; }
    .admin-panel .container { max-width: 1240px; position: relative; z-index: 1; }
    .admin-panel .card { background: none; border: none; min-height: 800px; }
        .admin-panel .card-header { display: none; }
        .admin-panel .card-body { background: none; padding: 0px; flex: 0px; border: 0px; position: relative; }
            .admin-panel .card-body .form-group { margin-bottom: 25px; }
                .admin-panel .card-body .form-group label { font-size: 18px; margin-bottom: 6px; }
                .admin-panel .card-body .form-group label .red { color: #db0000; }

    .admin-panel .card.settings { min-height: 0px; margin-bottom: 45px; }
        .admin-panel .card.settings .btn { padding: 5px 20px; font-size: 19px; }
        .admin-panel .card.settings .card-header { display: block; color: #82039c; font-size: 32px; line-height: 38px; font-weight: 600; background: none; border: 0px; padding: 0px; margin-bottom: 22px; }
        .admin-panel .card.settings .card-footer { background: none; border: 0px; padding: 0px; margin-bottom: 22px; }
            .admin-panel .card.settings .card-footer .btn { float: none!important; margin-top: 25px; margin-left: 0px!important; margin-right: 15px!important; }

    .admin-panel .accordion-body p { color: #0eafb9; font-size: 20px; line-height: 26px; font-weight: 600; margin: 5px 0px 0px 0px; }
    .admin-panel .accordion-body .btn.btn-primary { font-size: 16px; padding: 5px 15px; }
    .admin-panel .accordion-body .cke { margin-top: 15px; margin-bottom: 35px; }
    .admin-panel .accordion-body .options-setting { margin-top: 10px; margin-bottom: 25px; }
    .admin-panel .accordion-button:not(.collapsed) { color: #000; background-color: rgba(139, 6, 160, 0.15); }

    .admin-panel .table th { vertical-align: middle; font-weight: 600; }
    .admin-panel .table th a { color: #82039c; }
    .admin-panel .table td { vertical-align: middle; }
    .admin-panel .table .text-right { text-align: right; }
    .admin-panel .table .btn { padding: 5px 5px!important; font-size: 20px; line-height: 20px; border-radius: 8px; height: auto; }
    .admin-panel .table .text-right .btn { margin-left: 5px; }


    .admin-panel .pagination { margin-top: 20px; }
        .admin-panel .pagination .page-link { color: #0eafb9; }
        .admin-panel .pagination .page-item.active .page-link { color: #ffffff; background-color: #0eafb9; border-color: #0eafb9; }



/* Login Panel */
.login-panel { background: #910794 url('../assets/start-panel-bg.jpg') top center no-repeat; background-size: cover; min-height: 100vh; padding: 90px 50px; overflow: hidden; position: relative; }
    .login-panel .container { max-width: 1400px; }
    .login-panel .card { background: none; border: none; }
    .login-panel .card-header { display: none; }

    .login-panel .card-body { background: #ffffff; max-width: 460px; padding: 50px 40px; flex: 0px; border: 0px; border-radius: 20px; }
        .login-panel .card-body h3 { color: #666666; font-size: 60px; line-height: 68px; font-weight: 600; margin-bottom: 34px; }
        .login-panel .card-body p { color: #666666; font-size: 28px; line-height: 36px; margin-bottom: 30px; }
        .login-panel .card-body img { max-width: 190px; margin-bottom: 45px; }

        .login-panel .card-body .form-control { color: #666666; font-size: 18px; border-bottom: 1px solid #ccc; padding-left: 0px; border-left: 0px; border-right: 0px; border-top: 0px; border-radius: 0px; text-align: left; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0); transition-timing-function: ease-in; transition: 0.2s; }
        .login-panel .card-body .form-control::placeholder { color: #666666; }
        .login-panel .card-body .form-control:hover { border-bottom: 1px solid #333333; transition-timing-function: ease-in; transition: 0.2s; }
        .login-panel .card-body .form-control:focus { border-bottom: 1px solid #333333; transition-timing-function: ease-in; transition: 0.2s; }
        .login-panel .card-body .form-control.is-invalid { border-bottom: 1px solid #d90e0a; }
        .login-panel .card-body .form-control.is-invalid::placeholder { color: #d90e0a!important; }

        .login-panel .card-body .form-group { margin-bottom: 30px; }
            .login-panel .card-body .form-group label { font-size: 18px; padding: 0px; }

        .login-panel .card-body .form-group.label-above { position: relative; margin-bottom: 30px; }
        .login-panel .card-body .form-group.label-above.password { margin-bottom: 22px; }
            .login-panel .card-body .form-group.label-above span { visibility: hidden; opacity: 0; z-index: 3; color: #666666; font-size: 18px; position: absolute; text-align: left; left: 0px; top: 4px; transition-timing-function: ease-in; transition: 0.2s; }
            .login-panel .card-body .form-group.label-above .form-control:focus + span { visibility: visible; opacity: 1; color: #888888; font-size: 16px; top: -21px; transition-timing-function: ease-in; transition: 0.2s; }
            .login-panel .card-body .form-group.label-above .form-control { z-index: 2; position: relative; background: none; }
            .login-panel .card-body .form-group.label-above .form-control::placeholder { color: #666666; transition-delay: 1s; transition-timing-function: ease-in; transition: 0.6s; }
            .login-panel .card-body .form-group.label-above .form-control:focus::placeholder { color: #ffffff!important; transition-delay: 1s; transition-timing-function: ease-in; transition: 0.6s; }

    .login-panel .card-body .checkbox { position: relative; padding: 0px; }        
        .login-panel .card-body .checkbox label { color: #666666; font-size: 22px; line-height: 28px; padding-left: 40px; }
        .login-panel .card-body .checkbox label::before { border-color: #82039c; width: 30px; height: 30px; margin-left: 0px; }
        .login-panel .card-body .checkbox label::after { background: none; background-size: 20px!important; content: "" !important; left: 5px; top: 5px; width: 20px; height: 20px; margin-left: 0px; }
        .login-panel .card-body .form-check-input:checked[type="checkbox"] + label::after { background: url('../assets/check-solid.png') 50% center no-repeat; }
        .login-panel .card-body .checkbox input { width: 100%; height: 100%; margin-top: -1px; margin-left: 0px; border-radius: 0px; position: absolute; }

    .login-panel .card-body .form-check { min-height: 0px; padding-left: 0px; margin-left: 0px; margin-bottom: 0px; }
        .login-panel .card-body .form-check label { font-size: 18px; }
    .login-panel .card-body .link { color: #82039c; font-size: 18px; display: block; margin: 22px 0px; }
    .login-panel .card-body .btn { width: 100%; font-size: 22px; padding: 8px 30px; }

    .login-panel .card-body .alert-danger { padding-right: 50px; margin-bottom: 42px; }

    .login-panel .bottom-content { max-width: 460px; margin-top: 120px; }
        .login-panel .bottom-content img { max-width: 210px; margin-bottom: 35px; }
        .login-panel .bottom-content p { color: #ffffff; font-size: 22px; line-height: 28px; margin-bottom: 50px; }
        .login-panel .bottom-content p.small { font-size: 18px; line-height: 26px; margin: 0px; }



/* Footer Internal */
.footer-internal { background: #910794 url('../assets/start-panel-bg.jpg') top center no-repeat; background-size: cover; padding: 25px 50px 50px 50px; }
    .footer-internal .container { max-width: 1400px; }
    .footer-internal p { color: #ffffff; font-size: 18px; line-height: 26px; margin-bottom: 0px; }
    .footer-internal p.right { float: right; font-weight: 600; }
    .footer-internal p a { color: #ffffff; }
    .footer-internal p a:hover { color: #0eafb9; }
    .admin-panel + .footer-internal .container { max-width: 1240px; }
    .dashboard-panel + .footer-internal .container { max-width: 1240px; }


/* Modals */
.modal-content .modal-header { padding: 12px 15px; }
    .modal-content .modal-header .modal-title { color: #82039c; font-size: 28px; }

.modal-content .modal-body { background: #f3f3f3; padding: 18px 15px 20px 15px; }
    .modal-content .modal-body .form-group { margin-bottom: 0px; }
    .modal-content .modal-body .form-group + .form-group { margin-bottom: 30px; }
        .modal-content .modal-body .form-group label { font-size: 18px; margin-bottom: 6px; }
    .modal-content .modal-body table { width: 100%; }
        .modal-content .modal-body table th { padding: 8px 10px; font-size: 17px; border-bottom: 2px #ccc solid; }
        .modal-content .modal-body table td { padding: 8px 10px; font-size: 16px; border-bottom: 1px #ccc solid; }
        .modal-content .modal-body table tr:last-child td { border: 0px; }

.modal-content .modal-footer { display: block; text-align: center; }
    .modal-content .modal-footer .btn { font-size: 19px; padding: 5px 20px; }

.option .modal-content .modal-body .form-group { margin-bottom: 25px; }
.option .modal-content .modal-body h5 { color: #0eafb9; font-size: 20px; font-weight: 600; margin-top: 10px; margin-bottom: 12px; }


/* Smaller Devices */

@media screen and (max-width: 1700px) {

    .step-panel .side-img { background-size: 900px; width: 1100px; height: 1100px; top: -300px; right: -550px; }
    .step-panel .lines-bg { width: 780px; height: 780px; }

}

@media screen and (max-width: 1420px) {

    .step-panel .side-img { background-size: 800px; width: 1000px; height: 1000px; top: -240px; }
    .step-panel .lines-bg { width: 680px; height: 680px; }

    .visual-panel .side-img { background-size: 1000px; width: 1100px; height: 1100px; top: -200px; }

}

@media screen and (max-width: 1300px) {

    .step-panel .side-img { background-size: 700px; width: 900px; height: 900px; top: -210px; }
    .step-panel .lines-bg { width: 580px; height: 580px; }

}

@media screen and (max-width: 1200px) {

    .visual-panel .card-body .logo { width: 240px; margin-bottom: 30px; }
    .visual-panel .card-body h3 { font-size: 42px; line-height: 52px; margin-bottom: 24px; }
    .visual-panel .card-body p { font-size: 20px; line-height: 30px; }

    .step-panel .side-img { background-size: 600px; width: 800px; height: 800px; top: -210px; }
    .step-panel .lines-bg { width: 480px; height: 480px; }

    .step-panel .card { min-height: 0px; }
        .step-panel .card-body .step { position: relative; }
        .step-panel .step.hidden { display: none; visibility: visible; opacity: 1; z-index: unset; }
        .step-panel .step.visible { display: block; }

    .visual-panel .side-img { background-size: 700px; width: 900px; height: 900px; top: -210px; }

    .login-panel { padding: 60px 30px; } 

}

@media screen and (max-width: 1100px) {

    .step-panel { padding: 70px 30px 30px 30px; }
        .step-panel .side-img { top: auto; bottom: -150px; }
        .step-panel .lines-bg { top: auto; bottom: 0px; }

    .footer-internal { padding: 25px 30px 50px 30px; }

}

@media screen and (max-width: 991px) {

    .step-panel .bottom-content { max-width: 380px; }

    .step-panel .side-img { bottom: -250px; }
    .step-panel .lines-bg { bottom: -120px; }

    .visual-panel .card-body { max-width: 380px; }
        .visual-panel .card-body h3 { font-size: 50px; line-height: 58px; }
        .visual-panel .card-body p { font-size: 24px; line-height: 32px; }

    .visual-panel .side-img { background-size: 580px; width: 780px; height: 780px; top: -210px; }

}

@media screen and (max-width: 767px) {

    .alert-danger { font-size: 18px; }

    nav.navbar { padding: 0px; }
        nav.navbar .settings-icon { padding: 8px 0px; }
        nav.navbar .settings-icon i { font-size: 30px; }

    .step-panel { padding: 60px 10px 30px 10px; }
        .step-panel .card-body h3 { font-size: 30px; line-height: 36px; }
        .step-panel .card-body p { font-size: 20px; line-height: 26px; }
        .step-panel .card-body .radio label { font-size: 20px; line-height: 28px; }
        .step-panel .card-body .checkbox label { font-size: 20px; line-height: 28px; }
        .step-panel .card-body label.title.inline { display: block; margin-right: 0px; }
        .step-panel .card-body label.title.inline + input.form-control { display: block; width: 100%; }
        .step-panel .card-footer .btn { font-size: 18px; padding: 8px 10px; margin-right: 15px; }

    .step-panel .card-body .radio-feature .radio label .content { padding: 25px 25px 25px 70px; }
        .step-panel .card-body .radio-feature .radio label .content p { font-size: 17px; line-height: 24px; }

    .step-panel .bottom-content img { max-width: 180px; }
    .step-panel .bottom-content p { font-size: 18px; line-height: 24px; }

    .step-panel .side-img { background-size: 400px; width: 700px; height: 700px; background-position: -170px 150px; }
    .step-panel .lines-bg { background-size: 600px; width: 380px; height: 380px; }

    .step-panel.finish .card .card-body h3 { font-size: 36px; line-height: 44px; }
    .step-panel.finish .card .card-body p { font-size: 24px; line-height: 32px; }


    .visual-panel { padding: 70px 10px; }
        .visual-panel .card-body { max-width: 340px; }
            .visual-panel .card-body h3 { font-size: 46px; line-height: 52px; }
            .visual-panel .card-body p { font-size: 22px; line-height: 28px; }
            .visual-panel .card-footer .btn { font-size: 18px; padding: 8px 10px; margin-right: 15px; }

        .visual-panel .bottom-content { max-width: 260px; margin-top: 120px; }
            .visual-panel .bottom-content img { max-width: 180px; }
            .visual-panel .bottom-content p { font-size: 20px; line-height: 28px; }
            .visual-panel .bottom-content p.small { font-size: 16px; line-height: 24px; }

        .visual-panel .side-img { background-size: 430px; width: 700px; height: 700px; background-position: -170px 150px; bottom: -150px; top: auto; right: -530px; }

    .admin-header { padding: 2px 0px 12px 0px; top: 46px; }
        .admin-header h3.title { font-size: 24px; line-height: 30px; margin-bottom: 12px; }
        .admin-header .btn { font-size: 16px; padding: 4px 16px; float: none!important; margin-left: 0px !important; margin-right: 10px !important; }
    .admin-header.scrolled { padding: 2px 0px 12px 0px; top: 46px; }
    
    .admin-header + .admin-panel { margin-top: 138px; }

    .dashboard-panel .content-section h2 { font-size: 46px; line-height: 54px; }
    .dashboard-panel .content-section h5 { font-size: 24px; line-height: 32px; }

    .login-panel { padding: 40px 10px; }
        .login-panel .card-body { padding: 40px 25px; }
        .login-panel .bottom-content { margin-top: 70px; }
            .login-panel .bottom-content p { margin-bottom: 30px; }

    .footer-internal p.right { float: none; margin-bottom: 10px; }

}


@media screen and (max-width: 550px) {

    .step-panel .bottom-content { max-width: 250px; margin-top: 100px; }

    .visual-panel { padding: 70px 10px 165px 10px; }
        .visual-panel .side-img { bottom: -250px; }
        .visual-panel .card-body h3 { font-size: 40px; line-height: 46px; margin-bottom: 24px; }
        .visual-panel .card-body p { font-size: 20px; line-height: 28px; margin-bottom: 20px; }

    .visual-panel .bottom-content p { margin-bottom: 30px; }

    .footer-internal { padding: 25px 10px 50px 10px; }
        .footer-internal p { font-size: 16px; line-height: 24px; }

}