@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/montserrat-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('./fonts/montserrat-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/montserrat-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/montserrat-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('./fonts/montserrat-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/montserrat-v12-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
body {
    margin: 65px auto 24px;
    box-shadow: none;
    background: #F4F4F4;
    padding: 0;
    max-width: 700px;
}
* {
    font-family: 'Montserrat', sans-serif;
}
.w3eden label {
    font-weight: normal;
}
.w3eden .btn {
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 7.5px 16px;
    border-radius: 2px;
}
.w3eden .btn.btn-primary {
    background-color: #1abc9c;
    border-color: #1abc9c;
    color: #ffffff;
}
.w3eden .button {
    cursor: pointer;
    margin: 0;
    padding: 14px 16px;
    border: none;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    transition: color .25s cubic-bezier(.16,.83,.31,.99),background-color .25s cubic-bezier(.16,.83,.31,.99);
    border-radius: 5px;
    transition: all .1s ease-in-out;
}
.w3eden .button-primary{
    /*background: #525df9;*/
    background: #04BEFD;
    color: #fff;
    padding: 15px 28px;
}
.w3eden .button-secondary{
    background: #6dd345;
    color: #fff;
}
.wpdmpp-setup-actions{
    text-align: center;
}


.left-padding {
    margin-top: 25px;
    margin-left: 66px;
}
.option-note{
    color: #c3c3c3;
    padding-left: 66px;
    font-size: 15px;
}
p.option-note-no-pad{
    color: #c3c3c3;
    margin-top: 10px;
    font-size: 15px;
}
p.option-note-no-pad code{
    color: #525df9;
    background-color: transparent;
}
.gateway-settings-paypal,
.gateway-settings-testpay,
.gateway-settings-cashpay,
.gateway-settings-chequepay{
    margin-left: 66px;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 6px;
    margin-top: 20px;
}

#wpdmpp-logo {
    border: 0;
    margin: 0 0 24px;
    padding: 0;
    text-align: center;
}
#wpdmpp-logo img {
    max-width: 40%;
}
ul.wpdmpp-setup-steps {
    list-style-type: none;
    padding: 0;
    text-align: center;
    margin: 30px auto;
}
ul.wpdmpp-setup-steps li {
    display: inline-block;
    background-color: #cccccc;
    color: #ffffff;
    padding: 0.75rem 2rem;
    transition: all 0.4s ease;
    text-indent: 1rem;
}
ul.wpdmpp-setup-steps li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
ul.wpdmpp-setup-steps li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
ul.wpdmpp-setup-steps li:last-child:after,
ul.wpdmpp-setup-steps li:last-child:before {
    display: none;
}
ul.wpdmpp-setup-steps li:after,
ul.wpdmpp-setup-steps li:before {
    content: "";
    position: absolute;
    background-color: #cccccc;
}
ul.wpdmpp-setup-steps li:after {
    border-radius: 3px;
    border-right: 3px solid white;
    border-top: 3px solid white;
    height: 1.9rem;
    width: 1.9rem;
    margin-top: -0.45rem;
    margin-left: 1rem;
    -webkit-transform: rotate(45deg);
}
ul.wpdmpp-setup-steps li.current {
    /*background-color: #8557D3;*/
    background-color: #04BEFD;
}
ul.wpdmpp-setup-steps li.current:after,
ul.wpdmpp-setup-steps li.current:before {
    /*background-color: #8557D3;*/
    background-color: #04BEFD;
}
ul.wpdmpp-setup-steps li.completed {
    background-color: #04BEFD;
}
ul.wpdmpp-setup-steps li.completed:after,
ul.wpdmpp-setup-steps li.completed:before {
    background-color: #04BEFD;
    /*background-color: #4cd964;*/
}
.wpdmpp-setup-content {
    padding: 2em;
    margin: 0 0 20px;
    background: #fff;
    overflow: hidden;
    zoom: 1;
    border-radius: 6px;
}

/*Toogle*/
input.sw {
    opacity: 0;
    position: absolute;
    left: -9999px;
}
input.sw + label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    display: inline-block;
    height: 30px;
    width: 51px;
    position: relative;
    -webkit-box-shadow: inset 0 0 0px 2px #e4e4e4;
    box-shadow: inset 0 0 0px 2px #e4e4e4;
    border-radius: 60px;
    /* White toggle */
}
input.sw + label:before {
    content: "";
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    border-radius: 15px;
    background: rgba(76, 217, 100, 0);
    -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}
input.sw + label:after {
    content: "";
    position: absolute;
    display: block;
    height: 28px;
    width: 28px;
    top: 50%;
    margin-top: -14px;
    left: 1px;
    border-radius: 60px;
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}
input.sw + label span {
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    margin-left: 51px;
    padding-left: 16px;
}
input.sw:checked + label:before {
    width: 51px;
    background: #4cd964;
    -webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1) !important;
    transition: width 0.2s cubic-bezier(0, 0, 0, 0.1) !important;
}
input.sw:checked + label:after {
    left: 22px;
}
input.sw:checked + label {
    -webkit-box-shadow: inset 0 0 0px 25px #e4e4e4;
    box-shadow: inset 0 0 0px 25px #e4e4e4;
    -webkit-transition: -webkit-box-shadow 2.5s cubic-bezier(0, 1.2, 0.94, 0.95);
    transition: -webkit-box-shadow 2.5s cubic-bezier(0, 1.2, 0.94, 0.95);
    transition: box-shadow 2.5s cubic-bezier(0, 1.2, 0.94, 0.95);
    transition: box-shadow 2.5s cubic-bezier(0, 1.2, 0.94, 0.95), -webkit-box-shadow 2.5s cubic-bezier(0, 1.2, 0.94, 0.95);
}
hr {
    background: transparent;
    height: 1px;
    border: 0;
    margin: 20px 0;
    border-top: 1px solid #F2F2F2;
}
/*Toogle end*/


.wpdmpp-return-to-dashboard {
    font-size: 0.85em;
    color: #b5b5b5;
    margin: 1.18em 0;
    display: block;
    text-align: center;
}
.setup-complete h1{
    text-align: center;
    font-size: 20px;
}
.setup-complete .well{
    background: transparent;
    box-shadow: none;
    border: 1px solid #f2f2f2;
    margin: 30px auto;
    font-size: 15px;
}
.setup-complete .well .btn{
    text-transform: none;
}
.setup-complete .well h3.cta-heading{
    margin-top: 0px;
    font-size: 18px;
}
.setup-complete .well p{
    font-size: 15px;
    line-height: 25px;
}
.wpdmpp-setup .btn-info{
    background-color: #04BEFD;
    border-color: #04BEFD;
}
.wpdmpp-setup .btn-success{
    background-color: #4cd964;
    border-color: #4cd964;
}