﻿body {
    overflow-x: hidden !important;
}

.custom-swal-content { color: lime;}
.accordion {
    margin: auto;
    width: 520px;
}

    .accordion #cb1, #cb2, #cb3, #cb4, #cb5, #cb10, #cb20, #cb30, #acc-close {
        display: none;
    }

.box {
    position: relative;
    background: transparent !important;
    height: 54px;
    transition: all .15s ease-in-out;
}

    .box::before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        pointer-events: none;
        border: 1px groove lightgrey;
       /* box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);*/
    }

header.box {
    background: #00BCD4 !important;
    z-index: 100;
    cursor: initial;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px -2px rgba(0,0,0,.12),0 2px 4px -4px rgba(0,0,0,.24);
}

header .box-title {
    margin: 0;
    font-weight: normal;
    color: white;
    cursor: initial;
}

.box-title {
    width: calc(100% - 40px);
    height: 54px;
    line-height: 64px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.box-content {
    width: calc(100% - 40px);
    padding: 0px 10px;
    color: rgba(0,0,0,.54);
    display: none;
}

.box-close {
    position: absolute;
    height: 64px;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

input:checked + .box {
    height: auto;
    margin: 16px 0;
    box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}

    input:checked + .box .box-title {
        border-bottom: 1px solid rgba(0,0,0,.18);
    }

    input:checked + .box .box-content,
    input:checked + .box .box-close {
        display: inline-block;
    }

.arrows section .box-title {
    padding-left: 44px;
    width: calc(100% - 64px);
}

    .arrows section .box-title:before {
        position: absolute;
        display: block;
        content: '\203a';
        font-size: 18pt;
        left: 20px;
        top: -2px;
        transition: transform .15s ease-in-out;
        color: rgba(0,0,0,.54);
    }

input:checked + section.box .box-title:before {
    transform: rotate(90deg);
}


.title {
    margin: 60px 10px 10px 30px;
    position: relative;
    z-index: 2;
}

.holder {
    min-height: 650px;
    width: 100%;
}

:focus {
    outline: none;
}

input, textarea, select, button {
    font-size: 14px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

textarea {
    resize: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.wrapper {
    width: auto;
    height: auto;
    padding: 2px 50px 10px;
    position: relative;
    z-index: 1
}

.wizard {
    position: relative;
}

.steps .current-info, .steps .number {
    display: none;
}

.steps ul {
    display: flex;
    justify-content: start;
    margin-bottom: 35px;
}

    .steps ul li {
        margin-right: 10.8%;
        position: relative;
    }

        .steps ul li:last-child {
            margin-right: 0;
        }

        .steps ul li .step-arrow {
            position: absolute;
            top: 30%;
            left: 80px;
            max-width: 77%;
        }

        .steps ul li .step-order {
            display: block;
            text-align: left;
            text-transform: uppercase;
            font-size: 12px;
            color: #666;
            margin-top: 14px;
        }

        .steps ul li img {
            max-width: 60%;
        }
        
.form-row {
    display: flex;
    margin-bottom: 20px;
}

    .form-row .form-holder {
        width: 50%;
        margin-right: 20px;
    }

        .form-row .form-holder:last-child {
            margin-right: 0;
        }

        .form-row .form-holder.w-100 {
            width: 100%;
            margin-right: 0;
        }

    .form-row .form-group {
        width: 50%;
        display: flex;
    }

        .form-row .form-group .form-holder {
            margin-right: 21px;
        }

            .form-row .form-group .form-holder:last-child {
                margin-right: 0;
            }

.form-holder {
    position: relative;
}

    .form-holder i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        font-size: 16px;
    }

        .form-holder i.zmdi-eye {
            cursor: pointer;
        }

.form-control {
    border: 1px solid #e6e6e6 !important;
    width: 100% !important;
    background: none;
    font-size: 12px !important;
    padding: 5px 25px 5px 10px !important;
    color: #495057 !important;
}

    .form-control:focus {
        border-color: #8eb852;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-moz-placeholder {
        color: #999;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control:-moz-placeholder {
        color: #999;
    }

.actions {
    margin-top: -40px;
}

    .actions ul {
        display: flex;
        justify-content: space-between;
    }

        .actions ul.step-4 {
            justify-content: center;
        }

            .actions ul.step-4 li:first-child {
                display: none;
            }

    .actions li a {
        border: none;
        display: inline-flex;
        height: 38px;
        width: 120px;
        align-items: center;
        color: #fff;
        cursor: pointer;
        background: #8eb852;
        text-transform: capitalize;
        justify-content: center;
        letter-spacing: 1px;
        font-size: 13px;
        border-radius: 3px;
     
    }

        .actions li a:hover {
            background: #a1d15e;
        }

    .actions li:first-child a {
        width: 97px;
    }

    .actions li:last-child a {
        width: 97px;
        margin-right: 400px;
    }

@media (max-width: 991px) {
    .steps ul li .step-arrow {
        top: 45%;
        left: 102%;
    }
}

@media (max-width: 767px) {
    body {
        background: none;
        height: auto;
        display: block;
    }

    .steps ul li .step-arrow {
        top: 35%;
    }

    .wrapper {
        width: auto;
        padding: 0;
        height: auto;
        position: relative;
        z-index: 1;
    }

    .wizard {
        height: auto;
        padding: 40px 20px 20px;
    }

    .form-row {
        display: block;
    }

        .form-row .form-holder {
            width: 100%;
            margin-right: 0;
            margin-bottom: 25px;
        }

        .form-row .form-group {
            width: 100%;
            display: block;
        }

    .actions ul {
        flex-direction: column;
        align-items: flex-end;
    }

        .actions ul li {
            margin-bottom: 20px;
        }
}

.bubbly-button {
    display: inline-block;
    font-size: 1em;
    padding: 10px 20px;
    margin-top: 20px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #645cd4;
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 25px rgb(123 52 236 / 79%);
}

        .bubbly-button:focus {
            outline: 0;
        }

        .bubbly-button:before,
        .bubbly-button:after {
            position: absolute;
            content: '';
            display: block;
            width: 140%;
            height: 100%;
            left: -20%;
            z-index: -1000;
            transition: all ease-in-out 0.5s;
            background-repeat: no-repeat;
        }

        .bubbly-button:before {
            display: none;
            top: -75%;
            background-image: radial-gradient(circle, #ff7b48 30%, transparent 30%), radial-gradient(circle, transparent 30%, #ff7b48 30%, transparent 30%), 
                              radial-gradient(circle, #ffaf01 30%, transparent 30%), radial-gradient(circle, #ffaf01 30%, transparent 30%), 
                              radial-gradient(circle, transparent 10%, #655fd1 15%, transparent 20%), radial-gradient(circle, #655fd1 20%, transparent 20%),
                              radial-gradient(circle, #ff7b48 30%, transparent 30%), radial-gradient(circle, #ff7b48 30%, transparent 30%), 
                              radial-gradient(circle, #655fd1 30%, transparent 30%);
            background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
        }

        .bubbly-button:after {
            display: none;
            bottom: -75%;
            background-image: radial-gradient(circle, #655fd1 30%, transparent 30%), radial-gradient(circle, #655fd1 30%, transparent 30%), 
                              radial-gradient(circle, transparent 10%, #ffaf01 15%, transparent 20%), radial-gradient(circle, #ffaf01 20%, transparent 20%), 
                              radial-gradient(circle, #655fd1 20%, transparent 20%), radial-gradient(circle, #655fd1 20%, transparent 20%), 
                              radial-gradient(circle, #ffaf01 20%, transparent 20%);
            background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
        }

        .bubbly-button:active {
            transform: scale(0.9);
            background-color: #d3006b;
            box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
        }

        .bubbly-button.animate:before {
            display: block;
            animation: topBubbles ease-in-out 0.75s forwards;
        }

        .bubbly-button.animate:after {
            display: block;
            animation: bottomBubbles ease-in-out 0.75s forwards;
        }

    @keyframes topBubbles {
        0% {
            background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
        }

        50% {
            background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
        }

        100% {
            background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
            background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
        }
    }

    @keyframes bottomBubbles {
        0% {
            background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
        }

        50% {
            background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
        }

        100% {
            background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
            background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
        }
    }
