
.sw-main {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

    .sw-main .sw-container {
        display: block;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative;
    }

    .sw-main .step-content {
        display: none;
        position: relative;
        margin: 0;
        height: 100%;
        height: 730px;
    }

    .sw-main .sw-toolbar {
        margin-left: 0
    }

.sw-theme-default {
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

    .sw-theme-default .sw-container {
        height: 730px;
    }

    .sw-theme-default .step-content {
        padding: 10px;
        border: 0 solid #d4d4d4;
        background-color: #FFF;
        text-align: right;
    }

    .sw-theme-default .sw-toolbar {
        background: #f9f9f9;
        border-radius: 0 !important;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0 !important
    }

    .sw-theme-default .sw-toolbar-top {
        border-bottom-color: #ddd !important
    }

    .sw-theme-default .sw-toolbar-bottom {
        border-top-color: #ddd !important
    }

    .sw-theme-default > ul.step-anchor > li > a, .sw-theme-default > ul.step-anchor > li > a:hover {
        border: none !important;
        color: #bbb;
        text-decoration: none;
        outline-style: none;
        background: transparent !important;
        border: none !important
    }

    .sw-theme-default > ul.step-anchor > li.clickable > a:hover {
        color: #4285f4 !important;
        background: transparent !important
    }

    .sw-theme-default > ul.step-anchor > li > a::after {
        content: "";
        background: #4285f4;
        height: 2px;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        transition: all 250ms ease 0s;
        transform: scale(0)
    }

    .sw-theme-default > ul.step-anchor > li.active > a {
        border: none !important;
        color: #4285f4 !important;
        background: transparent !important
    }

        .sw-theme-default > ul.step-anchor > li.active > a::after {
            transform: scale(1)
        }

    .sw-theme-default > ul.step-anchor > li.done > a {
        border: none !important;
        color: #000 !important;
        background: transparent !important
    }

        .sw-theme-default > ul.step-anchor > li.done > a::after {
            background: #5cb85c;
            transform: scale(1)
        }

    .sw-theme-default > ul.step-anchor > li.danger > a {
        border: none !important;
        color: #d9534f !important;
        background: transparent !important
    }

        .sw-theme-default > ul.step-anchor > li.danger > a::after {
            background: #d9534f;
            transform: scale(1)
        }

    .sw-theme-default > ul.step-anchor > li.disabled > a, .sw-theme-default > ul.step-anchor > li.disabled > a:hover {
        color: #eee !important
    }

@-webkit-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1)
    }

    50% {
        transform: rotate(180deg) scale(1.1)
    }

    100% {
        transform: rotate(360deg) scale(1)
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1)
    }

    50% {
        transform: rotate(180deg) scale(1.1)
    }

    100% {
        transform: rotate(360deg) scale(1)
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1)
    }

    50% {
        transform: rotate(180deg) scale(1.1)
    }

    100% {
        transform: rotate(360deg) scale(1)
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1)
    }

    50% {
        transform: rotate(180deg) scale(1.1)
    }

    100% {
        transform: rotate(360deg) scale(1)
    }
}

.sw-theme-default > ul.step-anchor > li.loading:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #4285f4;
    border-right-color: #4285f4;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation: ld 1s ease-in-out infinite;
    -o-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite
}

.boxSupport {
    background-color: white;
    border-top: solid 5px #00c395;
    border-radius: 10px;
    width: auto;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
    /*box-shadow: 0px 0px 1px 1px;
    -webkit-box-shadow: rgba(0, 195, 149, 0.61) 0px 0px 20px 1px;*/
}

.boxShadow {
    background-color: white;
    border-top: solid 5px #00c395;
    border-radius: 10px;
    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
    height: auto;
    /*box-shadow: 0px 0px 1px 1px;
    -webkit-box-shadow: rgba(0, 195, 149, 0.61) 0px 0px 20px 1px;*/
}

.boxShadowMS {
    background-color: white;
    border-top: solid 5px #00c395;
    border-radius: 10px;
    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
    height: auto;
    /*box-shadow: 0px 0px 1px 1px;
    -webkit-box-shadow: rgba(0, 195, 149, 0.61) 0px 0px 20px 1px;*/
}

.boxAccept {
    background-color: white;
    border-top: solid 5px #00c395;
    border-radius: 10px;
    width: auto;
    margin: 0 auto;
    margin-top: 40px;
    margin-left: 50px;
    margin-right: 50px;
    height: auto;
}

.boxPay {
    background-color: white;
    border-top: solid 5px #00c395;
    border-radius: 10px;
    width: auto;
    margin: 0 auto;
    margin-top: 40px;
    margin-left: 50px;
    margin-right: 50px;
    height: auto;
}

.btnSelectStep1 {
    margin-right: 13%;
}

.inputTexts {
    width: 300px;
}

.mapStep4 {
    width: 300px;
    height: 350px;
}



@media screen and (max-width : 480px) {
    .boxShadow {
        background-color: white;
        border-top: solid 5px #00c395;
        border-radius: 10px;
        width: 330px;
        margin: 0 auto;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px;
        height: auto;
    }

    .boxShadowMS {
        background-color: white;
        border-top: solid 5px #00c395;
        border-radius: 10px;
        width: 330px;
        margin: 0 auto;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px;
        height: auto;
    }

    .btnSelectStep1 {
        margin-right: 10px;
    }

    .inputTexts {
        width: 260px;
    }

    .checkedStep2 {
        font-size: 12px;
    }

    .boxPay {
        background-color: white;
        border-top: solid 5px #00c395;
        border-radius: 10px;
        width: auto;
        margin: 0 auto;
        margin-top: 40px;
        margin-left: 10px;
        margin-right: 10px;
        height: auto;
    }

    .boxAccept {
        background-color: white;
        border-top: solid 5px #00c395;
        border-radius: 10px;
        width: auto;
        margin: 0 auto;
        margin-top: 40px;
        margin-left: 10px;
        margin-right: 10px;
        height: auto;
    }

    .sw-main .step-content {
        display: none;
        position: relative;
        margin: 0;
        height: 100%;
        height: 1200px;
    }

    .mapStep4 {
        width: 280px;
        height: 350px;
    }
}
