.pretty * {
    box-sizing: border-box
}

.pretty input:not([type=checkbox]):not([type=radio]) {
    display: none
}

.pretty {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1
}

.pretty input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.pretty .state label {
    position: static;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    text-indent: 1.5em;
    min-width: calc(1em + 2px)
}

.pretty .state label:after, .pretty .state label:before {
    content: "";
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: calc(-108% - -1em);
    background-color: transparent
}

.pretty .state label:before {
    border-color: #bdc3c7
}

.pretty .state.p-is-hover, .pretty .state.p-is-indeterminate {
    display: none
}

@-webkit-keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: scale(7);
        transform: scale(7)
    }
    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.24);
        transform: scale(1.24)
    }
    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: scale(7);
        transform: scale(7)
    }
    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.24);
        transform: scale(1.24)
    }
    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes jelly {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    40% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    50% {
        -webkit-transform: scale3d(.85, 1.15, 1);
        transform: scale3d(.85, 1.15, 1)
    }
    65% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    75% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes jelly {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    40% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    50% {
        -webkit-transform: scale3d(.85, 1.15, 1);
        transform: scale3d(.85, 1.15, 1)
    }
    65% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    75% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
}

@keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #bdc3c7
    }
    to {
        box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0)
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #bdc3c7
    }
    to {
        box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0)
    }
}

.pretty.p-default.p-fill .state label:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.pretty.p-default .state label:after {
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

.pretty.p-default input:checked ~ .state label:after {
    background-color: #bdc3c7 !important
}

.pretty.p-default.p-thick .state label:after, .pretty.p-default.p-thick .state label:before {
    border-width: .14286em
}

.pretty.p-default.p-thick .state label:after {
    -webkit-transform: scale(.4) !important;
    transform: scale(.4) !important
}

.pretty.p-icon .state .icon {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc(-108% - -1em);
    border: 1px solid transparent;
    opacity: 0
}

.pretty.p-icon .state .icon:before {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1
}

.pretty.p-icon input:checked ~ .state .icon {
    opacity: 1
}

.pretty.p-icon input:checked ~ .state label:before {
    border-color: #5a656b
}

.pretty.p-svg .state .svg {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc(-108% - -1em);
    border: 1px solid transparent;
    opacity: 0
}

.pretty.p-svg .state svg {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1
}

.pretty.p-svg input:checked ~ .state .svg {
    opacity: 1
}

.pretty.p-image .state img {
    opacity: 0;
    position: absolute;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    top: 0;
    top: calc(-108% - -1em);
    left: 0;
    z-index: 0;
    text-align: center;
    line-height: normal;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.pretty.p-image input:checked ~ .state img {
    opacity: 1
}

.pretty.p-switch input {
    min-width: 2em
}

.pretty.p-switch .state {
    position: relative
}

.pretty.p-switch .state:before {
    content: "";
    border: 1px solid #bdc3c7;
    border-radius: 60px;
    width: 2em;
    box-sizing: unset;
    height: calc(1em + 2px);
    position: absolute;
    top: 0;
    top: calc(-116% - -1em);
    z-index: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pretty.p-switch .state label {
    text-indent: 2.5em
}

.pretty.p-switch .state label:after, .pretty.p-switch .state label:before {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 100%;
    left: 0;
    border-color: transparent;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.pretty.p-switch .state label:after {
    background-color: #bdc3c7 !important
}

.pretty.p-switch input:checked ~ .state:before {
    border-color: #5a656b
}

.pretty.p-switch input:checked ~ .state label:before {
    opacity: 0
}

.pretty.p-switch input:checked ~ .state label:after {
    background-color: #5a656b !important;
    left: 1em
}

.pretty.p-switch.p-fill input:checked ~ .state:before {
    border-color: #5a656b;
    background-color: #5a656b !important
}

.pretty.p-switch.p-fill input:checked ~ .state label:before {
    opacity: 0
}

.pretty.p-switch.p-fill input:checked ~ .state label:after {
    background-color: #fff !important;
    left: 1em
}

.pretty.p-switch.p-slim .state:before {
    height: .1em;
    background: #bdc3c7 !important;
    top: calc(50% - .1em)
}

.pretty.p-switch.p-slim input:checked ~ .state:before {
    border-color: #5a656b;
    background-color: #5a656b !important
}

.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
    display: none
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover, .pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
    display: block
}

.pretty.p-has-focus input:focus ~ .state label:before {
    box-shadow: 0 0 3px 0 #bdc3c7
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state:not(.p-is-indeterminate) {
    display: none
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate {
    display: block
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate .icon {
    display: block;
    opacity: 1
}

.pretty.p-toggle .state.p-on {
    opacity: 0;
    display: none
}

.pretty.p-toggle .state .icon, .pretty.p-toggle .state .svg, .pretty.p-toggle .state img, .pretty.p-toggle .state.p-off {
    opacity: 1;
    display: inherit
}

.pretty.p-toggle .state.p-off .icon {
    color: #bdc3c7
}

.pretty.p-toggle input:checked ~ .state.p-on {
    opacity: 1;
    display: inherit
}

.pretty.p-toggle input:checked ~ .state.p-off {
    opacity: 0;
    display: none
}

.pretty.p-plain input:checked ~ .state label:before, .pretty.p-plain.p-toggle .state label:before {
    content: none
}

.pretty.p-plain.p-plain .icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.pretty.p-round .state label:after, .pretty.p-round .state label:before {
    border-radius: 100%
}

.pretty.p-round.p-icon .state .icon {
    border-radius: 100%;
    overflow: hidden
}

.pretty.p-round.p-icon .state .icon:before {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.pretty.p-curve .state label:after, .pretty.p-curve .state label:before {
    border-radius: 20%
}

.pretty.p-smooth .icon, .pretty.p-smooth .svg, .pretty.p-smooth label:after, .pretty.p-smooth label:before {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pretty.p-smooth input:checked + .state label:after {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pretty.p-smooth input:checked + .state .icon, .pretty.p-smooth input:checked + .state .svg, .pretty.p-smooth input:checked + .state img, .pretty.p-smooth.p-default input:checked + .state label:after {
    -webkit-animation: zoom .2s ease;
    animation: zoom .2s ease
}

.pretty.p-smooth.p-plain input:checked + .state label:before {
    content: "";
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pretty.p-tada:not(.p-default) input:checked + .state .icon, .pretty.p-tada:not(.p-default) input:checked + .state .svg, .pretty.p-tada:not(.p-default) input:checked + .state img, .pretty.p-tada:not(.p-default) input:checked + .state label:after, .pretty.p-tada:not(.p-default) input:checked + .state label:before {
    -webkit-animation: tada .7s cubic-bezier(.25, .46, .45, .94) 1 alternate;
    animation: tada .7s cubic-bezier(.25, .46, .45, .94) 1 alternate;
    opacity: 1
}

.pretty.p-jelly:not(.p-default) input:checked + .state .icon, .pretty.p-jelly:not(.p-default) input:checked + .state .svg, .pretty.p-jelly:not(.p-default) input:checked + .state img, .pretty.p-jelly:not(.p-default) input:checked + .state label:after, .pretty.p-jelly:not(.p-default) input:checked + .state label:before {
    -webkit-animation: jelly .7s cubic-bezier(.25, .46, .45, .94);
    animation: jelly .7s cubic-bezier(.25, .46, .45, .94);
    opacity: 1
}

.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
    border-color: transparent
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon, .pretty.p-rotate:not(.p-default) input:checked ~ .state .svg, .pretty.p-rotate:not(.p-default) input:checked ~ .state img, .pretty.p-rotate:not(.p-default) input:checked ~ .state label:after, .pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
    -webkit-animation: rotate .7s cubic-bezier(.25, .46, .45, .94);
    animation: rotate .7s cubic-bezier(.25, .46, .45, .94);
    opacity: 1
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
    border-color: transparent
}

.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
    -webkit-animation: pulse 1s;
    animation: pulse 1s
}

.pretty input[disabled] {
    cursor: not-allowed;
    display: none
}
.lighter-gray {
    color: lightgray!important;
}
.pretty input[disabled] ~ * {
    opacity: .5
}

.pretty.p-locked input {
    display: none;
    cursor: not-allowed
}

.pretty input:checked ~ .state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
    background-color: #428bca !important
}

.pretty input:checked ~ .state.p-primary .icon, .pretty input:checked ~ .state.p-primary .svg, .pretty.p-toggle .state.p-primary .icon, .pretty.p-toggle .state.p-primary .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked ~ .state.p-primary-o label:before, .pretty.p-toggle .state.p-primary-o label:before {
    border-color: #428bca
}

.pretty input:checked ~ .state.p-primary-o label:after, .pretty.p-toggle .state.p-primary-o label:after {
    background-color: transparent
}

.pretty input:checked ~ .state.p-primary-o .icon, .pretty input:checked ~ .state.p-primary-o .svg, .pretty input:checked ~ .state.p-primary-o svg, .pretty.p-toggle .state.p-primary-o .icon, .pretty.p-toggle .state.p-primary-o .svg, .pretty.p-toggle .state.p-primary-o svg {
    color: #428bca;
    stroke: #428bca
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
    background-color: #428bca !important
}

.pretty.p-switch input:checked ~ .state.p-primary:before {
    border-color: #428bca
}

.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
    background-color: #428bca !important
}

.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
    border-color: #245682;
    background-color: #245682 !important
}

.pretty input:checked ~ .state.p-info label:after, .pretty.p-toggle .state.p-info label:after {
    background-color: #5bc0de !important
}

.pretty input:checked ~ .state.p-info .icon, .pretty input:checked ~ .state.p-info .svg, .pretty.p-toggle .state.p-info .icon, .pretty.p-toggle .state.p-info .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked ~ .state.p-info-o label:before, .pretty.p-toggle .state.p-info-o label:before {
    border-color: #5bc0de
}

.pretty input:checked ~ .state.p-info-o label:after, .pretty.p-toggle .state.p-info-o label:after {
    background-color: transparent
}

.pretty input:checked ~ .state.p-info-o .icon, .pretty input:checked ~ .state.p-info-o .svg, .pretty input:checked ~ .state.p-info-o svg, .pretty.p-toggle .state.p-info-o .icon, .pretty.p-toggle .state.p-info-o .svg, .pretty.p-toggle .state.p-info-o svg {
    color: #5bc0de;
    stroke: #5bc0de
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
    background-color: #5bc0de !important
}

.pretty.p-switch input:checked ~ .state.p-info:before {
    border-color: #5bc0de
}

.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
    background-color: #5bc0de !important
}

.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
    border-color: #2390b0;
    background-color: #2390b0 !important
}

.pretty input:checked ~ .state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
    background-color: #5cb85c !important
}

.pretty input:checked ~ .state.p-success .icon, .pretty input:checked ~ .state.p-success .svg, .pretty.p-toggle .state.p-success .icon, .pretty.p-toggle .state.p-success .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked ~ .state.p-success-o label:before, .pretty.p-toggle .state.p-success-o label:before {
    border-color: #5cb85c
}

.pretty input:checked ~ .state.p-success-o label:after, .pretty.p-toggle .state.p-success-o label:after {
    background-color: transparent
}

.pretty input:checked ~ .state.p-success-o .icon, .pretty input:checked ~ .state.p-success-o .svg, .pretty input:checked ~ .state.p-success-o svg, .pretty.p-toggle .state.p-success-o .icon, .pretty.p-toggle .state.p-success-o .svg, .pretty.p-toggle .state.p-success-o svg {
    color: #5cb85c;
    stroke: #5cb85c
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
    background-color: #5cb85c !important
}

.pretty.p-switch input:checked ~ .state.p-success:before {
    border-color: #5cb85c
}

.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
    background-color: #5cb85c !important
}

.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
    border-color: #357935;
    background-color: #357935 !important
}

.pretty input:checked ~ .state.p-warning label:after, .pretty.p-toggle .state.p-warning label:after {
    background-color: #f0ad4e !important
}

.pretty input:checked ~ .state.p-warning .icon, .pretty input:checked ~ .state.p-warning .svg, .pretty.p-toggle .state.p-warning .icon, .pretty.p-toggle .state.p-warning .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked ~ .state.p-warning-o label:before, .pretty.p-toggle .state.p-warning-o label:before {
    border-color: #f0ad4e
}

.pretty input:checked ~ .state.p-warning-o label:after, .pretty.p-toggle .state.p-warning-o label:after {
    background-color: transparent
}

.pretty input:checked ~ .state.p-warning-o .icon, .pretty input:checked ~ .state.p-warning-o .svg, .pretty input:checked ~ .state.p-warning-o svg, .pretty.p-toggle .state.p-warning-o .icon, .pretty.p-toggle .state.p-warning-o .svg, .pretty.p-toggle .state.p-warning-o svg {
    color: #f0ad4e;
    stroke: #f0ad4e
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
    background-color: #f0ad4e !important
}

.pretty.p-switch input:checked ~ .state.p-warning:before {
    border-color: #f0ad4e
}

.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
    background-color: #f0ad4e !important
}

.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
    border-color: #c77c11;
    background-color: #c77c11 !important
}

.pretty input:checked ~ .state.p-danger label:after, .pretty.p-toggle .state.p-danger label:after {
    background-color: #d9534f !important
}

.pretty input:checked ~ .state.p-danger .icon, .pretty input:checked ~ .state.p-danger .svg, .pretty.p-toggle .state.p-danger .icon, .pretty.p-toggle .state.p-danger .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked ~ .state.p-danger-o label:before, .pretty.p-toggle .state.p-danger-o label:before {
    border-color: #d9534f
}

.pretty input:checked ~ .state.p-danger-o label:after, .pretty.p-toggle .state.p-danger-o label:after {
    background-color: transparent
}

.pretty input:checked ~ .state.p-danger-o .icon, .pretty input:checked ~ .state.p-danger-o .svg, .pretty input:checked ~ .state.p-danger-o svg, .pretty.p-toggle .state.p-danger-o .icon, .pretty.p-toggle .state.p-danger-o .svg, .pretty.p-toggle .state.p-danger-o svg {
    color: #d9534f;
    stroke: #d9534f
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
    background-color: #d9534f !important
}

.pretty.p-switch input:checked ~ .state.p-danger:before {
    border-color: #d9534f
}

.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
    background-color: #d9534f !important
}

.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
    border-color: #a02622;
    background-color: #a02622 !important
}

.pretty.p-bigger .icon, .pretty.p-bigger .img, .pretty.p-bigger .svg, .pretty.p-bigger label:after, .pretty.p-bigger label:before {
    font-size: 1.2em !important;
    top: calc(-135% - -1em) !important
}

.pretty.p-bigger label {
    text-indent: 1.7em
}

@media print {
    .pretty .state .icon, .pretty .state label:after, .pretty .state label:before, .pretty .state:before {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }
}

.calc-form {
    background-color: #fff;
    min-height: 360px;
    border-top: 8px solid #272d38;
    padding: 50px 30px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    margin: 2em 0;
    position: relative
}

.calc-form a {
    color: #03c96a
}

.calc-form form {
    max-width: 700px;
    margin: auto
}

.calc-form p {
    line-height: 1.5
}

.calc-heading {
    font-family: gibson, times new roman, times, baskerville, georgia, serif;
    color: #2e4152;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: .65px;
    line-height: 1.3;
    margin-bottom: 10px
}

.calc-logo {
    margin-bottom: 5px;
    padding-bottom: 20px
}

.calc-desc {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    color: #525353
}
.calc-desc-first {
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    color: #525353
}

.calc-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: end;
    align-items: flex-end
}

.calc-col-half {
    width: 100%
}

@media (max-width: 767px) {
    .calc-col-half:not(:last-child) {
        margin-bottom: 10px
    }

    .calc-col-half .calc-input-wrap {
        padding-right: 0
    }

    .calc-col-half img {
        display: block;
        margin: auto
    }
}

@media (min-width: 768px) {
    .calc-col-half {
        width: 50%
    }
}

.calc-row .calc-input-wrap {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start
}

@media (min-width: 768px) {
    .calc-row .calc-input-wrap {
        padding-right: 20px
    }
}

.calc-row .calc-input-wrap input {
    margin-right: 0
}

.calc-input-wrap {
    display: -webkit-box;
    display: flex;
    margin: auto;
    -webkit-box-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .calc-input-wrap {
        margin-bottom: 1rem
    }
}

@media (min-width: 768px) {
    .calc-input-wrap {
        max-width: 500px
    }
}

.calc-input-wrap input {
    margin-right: 20px
}

.calc-label {
    color: #5c6a76;
    display: block;
    font-weight: 700;
    margin-bottom: 7px;
    font-size: 14px;
    font-family: gibson, times new roman, times, baskerville, georgia, serif
}

.calc-label--big {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px
}

.calc-label--big strong {
    color: #03c96a
}

.calc-input {
    position: relative
}

.calc-input input {
    width: 100%;
    border: 2px solid #ddd;
    padding: 15px;
    margin: 0 !important
}

.calc-btn, .calc-input-wrap input {
    border-radius: 5px;
    height: 50px;
    line-height: 50px
}

.calc-btn {
    font-size: 16px;
    font-weight: 700;
    background-color: #03c96a;
    color: #fff;
    padding: 0 50px;
    letter-spacing: 1px;
    border: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-family: gibson, times new roman, times, baskerville, georgia, serif
}

@media (max-width: 480px) {
    .calc-btn {
        margin-top: 10px
    }
}

.calc-btn:hover {
    cursor: pointer
}

.calc-btn:focus {
    outline: 0
}

.calc-step:not(.calc-step-final):not(.calc-step-results) {
    max-width: 500px;
    margin: auto;
    text-align: center
}

.calc-step label {
    display: block
}

.calc-step__info {
    margin-bottom: 10px
}

.calc-step-final img, .calc-step-results img {
    display: block;
    margin: auto
}

.calc-step-final {
    padding-bottom: 40px
}

.calc-step-final .calc-input-wrap:not(:last-child) {
    margin-bottom: 20px
}

.calc-step-final .calc-row {
    -webkit-box-align: start;
    align-items: flex-start;
    text-align: right;
    margin: 0 -20px
}

.calc-step-final .calc-row-list {
    max-width: 400px;
    margin: 0 auto 30px
}

.calc-step-final .calc-row .calc-input-wrap {
    padding: 0 20px
}

.calc-step-final .calc-row label {
    text-align: left
}

.calc-step-final .calc-row .calc-btn {
    margin-top: 27px;
    margin-right: 20px
}

.calc-step-progress {
    margin-bottom: 50px
}

.calc-tip {
    color: #525353;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 13;
    font-size: 14px
}

.calc-h1, .calc-h2, .calc-h3 {
    font-family: gibson, times new roman, times, baskerville, georgia, serif;
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 40px
}

.calc-h2 {
    font-size: 34px
}

.calc-h2, .calc-h3 {
    border-bottom: none
}

.calc-h3 {
    font-size: 24px
}

@media (max-width: 767px) {
    .calc-h3 {
        margin-bottom: 15px
    }
}

.calc-bold-amount {
    text-align: center;
    font-size: 22px
}

.calc-bold-amount, .calc-bold-amount span {
    font-family: gibson, times new roman, times, baskerville, georgia, serif
}

.calc-bold-amount span {
    color: #03c96a;
    font-size: 120%
}

.calc-bold-percentage-big {
    font-size: 54px;
    color: #2e4152;
    font-weight: 700;
    font-family: 'Gibson', "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    margin-top: 20px;
}
.calc-total {
    font-family: 'Gibson', "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-size: 32px;
}
.tooltip {
    position: absolute;
    overflow: hidden;
    border: 1px solid #5c6a76;
    border-radius: 50%;
    padding: 0 6px 0 6px;
    margin: -3px 3px;
}

.tooltip:hover {
    overflow: visible
}

.tooltip:hover .tooltip-content {
    opacity: 1
}

.tooltip .tooltip-content {
    background: #fff;
    box-shadow: 0 5px 10px 5px rgba(54, 54, 54, .3);
    box-sizing: border-box;
    color: #2e4152 !important;
    font-size: 12px;
    letter-spacing: 1px;
    max-width: 350px;
    min-width: 300px;
    padding: 1em;
    position: absolute;
    opacity: 0;
    transition: all .3s ease
}

.tooltip .tooltip-content::after {
    background: #fff;
    content: "";
    height: 10px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px
}

.tooltip.top .tooltip-content {
    bottom: calc(100% + 1.5em);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.bottom .tooltip-content {
    bottom: calc(-100% - 1.8em);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.bottom .tooltip-content::after {
    top: -5px
}

.tooltip.right .tooltip-content {
    left: calc(100% + 1.5em);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right .tooltip-content::after {
    left: -5px;
    margin-top: -5px;
    top: 50%
}

.tooltip.left .tooltip-content {
    right: calc(100% + 1.5em);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.left .tooltip-content::after {
    right: -5px;
    margin-top: -5px;
    top: 50%
}

.calc-bold-amount-big {
    font-size: 42px;
    color: #03c96a;
    font-weight: 700
}

.calc-bold-block {
    font-size: 22px;
    font-family: gibson, times new roman, times, baskerville, georgia, serif;
    margin-bottom: 15px !important
}

.calc-bold-block span {
    display: block
}

.calc-bold-block strong span {
    color: #03c96a;
    font-size: 120%
}

.calc-left {
    text-align: left
}

.calc-row-center {
    -webkit-box-align: center;
    align-items: center
}

.calc-row-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important
}

.calc-list {
    padding: 0 20px
}

.calc-list span {
    color: #83b352
}

.calc-list li {
    display: -webkit-box;
    display: flex
}

.calc-list li span {
    margin-left: auto
}

.calc-table {
    width: 100%;
    margin: 20px auto 40px;
    border-bottom: 2px solid #ccc
}

@media (min-width: 768px) {
    .calc-table {
        max-width: 500px
    }
}

@media (max-width: 480px) {
    .calc-table tbody tr td:last-child {
        text-align: right;
        padding-right: 10px
    }
}

.calc-table td, .calc-table th {
    text-align: left;
    padding: 5px 0;
    border: 0
}

.calc-table td:first-child, .calc-table th:first-child {
    padding-left: 10px
}

.calc-table th {
    font-size: 18px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    font-family: gibson, times new roman, times, baskerville, georgia, serif
}

.calc-table tbody tr:nth-child(odd) td {
    background: #e5e5e5
}

.calc-table .calc-total {
    font-weight: 700
}

.calc-table .calc-green {
    color: #03c96a
}

.calc-title-h3 {
    font-family: gibson, times new roman, times, baskerville, georgia, serif;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 40px
}

.creditcard span, .creditlimit span {
    font-size: 16px !important;
    color: #525353 !important
}

span.ybox {
    content: '';
    color: #03c96a !important;
    margin-right: 2px !important;
    font-size: 45px !important;
    vertical-align: middle !important;
    display: inline-block !important;
    margin-top: -5px !important
}

span.gbox {
    content: '';
    color: #E5E5E5 !important;
    margin-right: 2px !important;
    font-size: 45px !important;
    vertical-align: middle !important;
    display: inline-block !important;
    margin-top: -5px !important
}

.calc-bb-green {
    border-bottom: 4px solid #03c96a;
    font-weight: 400;
}

.calc-bb-red {
    border-bottom: 4px solid red
}

.calc-table .calc-red {
    color: red
}

.calc-results-summary {
    max-width: 600px;
    margin: auto
}

.calc-results-summary .calc-heading {
    font-weight: 700;
    font-size: 18px
}

.calc-back {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 20px;
    color: #03c96a;
    border: 0;
    position: absolute;
    left: 15px;
    bottom: 25px;
    background: 0 0
}

.calc-back svg {
    display: inline-block;
    height: 14px;
    margin-right: 8px
}

.calc-back svg path {
    fill: #03c96a !important
}

.calc-tip-small {
    font-size: 15px;
    font-style: italic
}

.calc-per:after {
    margin-left: 20px;
    color: #eee;
    font-size: 150%;
    display: inline-block;
    vertical-align: middle
}

.calc-per.calc-needs:after {
    content: "50%"
}

.calc-per.calc-saving:after {
    content: "20%"
}

.calc-per.calc-wants:after {
    content: "30%"
}

.calc-mt5 {
    margin-top: 2rem;
    font-size: 14px;
}

.calc-d-block {
    display: block
}

.calc-mb2 {
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .calc-mb0 {
        margin-bottom: 0
    }

    .calc-pb2 {
        padding-bottom: 15px
    }

    .calc-pl2 {
        padding-left: 15px
    }

    .calc-pl3 {
        padding-left: 25px
    }

    .calc-f4 {
        font-size: 1rem
    }
}

.calc-text-center {
    text-align: center
}

.calc-overlay > * {
    opacity: .5
}

.calc-bars {
    width: 100%;
    border-bottom: 1px solid silver;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    -webkit-box-align: end;
    align-items: flex-end;
    padding: 0 2em;
    text-align: center;
    margin-bottom: 40px
}

.calc-bars .calc-bar {
    width: 80px
}

.calc-bars .calc-bar div {
    position: relative
}

.calc-bars .calc-bar span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(130%);
    transform: translateY(130%);
    font-size: 14px
}

.calc-bars .calc-bar p {
    text-align: center;
    font-size: 22px;
    font-family: gibson, times new roman, times, baskerville, georgia, serif;
    color: #03c96a;
    font-weight: 700;
    margin-bottom: 0
}

.plus-button {
    border: 2px solid #d3d3d3;
    background-color: #2e4152 !important;
    font-size: 16px;
    height: 2.5em;
    width: 2.5em;
    border-radius: 999px;
    position: relative
}

.plus-button::after, .plus-button::before {
    content: "+";
    display: block;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.plus-button:::before {
    height: 1em;
    width: .2em
}

.plus-button:::after {
    height: .2em;
    width: 1em
}

.plus-button--large {
    font-size: 22px
}

.calc-bars .calc-bar-small div {
    height: 100px;
    background: #ccc
}

.calc-bars .calc-bar-large div {
    height: 200px;
    background: #000
}

.calc-bar-placeholder {
    height: 5px;
    background: #ddd;
    width: 100%;
    max-width: 80%;
    margin: 0 auto
}

.pretty .state label {
    font-size: 15px
}

.pretty .state label:after, .pretty .state label:before {
    width: calc(.8em + 2px);
    height: calc(.8em + 2px);
    top: calc(-108% - -1.5em)
}

.tooltip-label {
    margin: 0;
    padding: 0;
    line-height: 10px
}

.calc-label li {
    list-style-type: none;
    margin-left: 0;
    line-height: 10px;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
}
.results, .percent-text {
    font-family: 'Gibson', "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
.tooltip-label span {
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    white-space: nowrap;
}