* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    text-transform: none;
    text-decoration: none
}

:root {
    --default: 150, 150, 150;
    --primary: 31, 116, 255;
    --danger: 255, 71, 87;
    --success: 70, 201, 58;
    --dark: 30, 30, 30;
    --warning: 255, 186, 0
}

.vs-component button {
    border: 1px solid hsla(0, 0%, 100%, 0);
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden;
    position: relative;
    margin: 5px
}

.material-icons {
    font-size: 1rem
}

.mt1 {
    margin-top: 1px
}

.mb1 {
    margin-bottom: 1px
}

.ml1 {
    margin-left: 1px
}

.mr1 {
    margin-right: 1px
}

.mt2 {
    margin-top: 2px
}

.mb2 {
    margin-bottom: 2px
}

.ml2 {
    margin-left: 2px
}

.mr2 {
    margin-right: 2px
}

.mt3 {
    margin-top: 3px
}

.mb3 {
    margin-bottom: 3px
}

.ml3 {
    margin-left: 3px
}

.mr3 {
    margin-right: 3px
}

.mt4 {
    margin-top: 4px
}

.mb4 {
    margin-bottom: 4px
}

.ml4 {
    margin-left: 4px
}

.mr4 {
    margin-right: 4px
}

.mt5 {
    margin-top: 5px
}

.mb5 {
    margin-bottom: 5px
}

.ml5 {
    margin-left: 5px
}

.mr5 {
    margin-right: 5px
}

.mt10 {
    margin-top: 10px
}

.mb10 {
    margin-bottom: 10px
}

.ml10 {
    margin-left: 10px
}

.mr10 {
    margin-right: 10px
}

.mt15 {
    margin-top: 15px
}

.mb15 {
    margin-bottom: 15px
}

.ml15 {
    margin-left: 15px
}

.mr15 {
    margin-right: 15px
}

.mt20 {
    margin-top: 20px
}

.mb20 {
    margin-bottom: 20px
}

.ml20 {
    margin-left: 20px
}

.mr20 {
    margin-right: 20px
}

.mt25 {
    margin-top: 25px
}

.mb25 {
    margin-bottom: 25px
}

.ml25 {
    margin-left: 25px
}

.mr25 {
    margin-right: 25px
}

.mt30 {
    margin-top: 30px
}

.mb30 {
    margin-bottom: 30px
}

.ml30 {
    margin-left: 30px
}

.mr30 {
    margin-right: 30px
}

.mt35 {
    margin-top: 35px
}

.mb35 {
    margin-bottom: 35px
}

.ml35 {
    margin-left: 35px
}

.mr35 {
    margin-right: 35px
}

.mt40 {
    margin-top: 40px
}

.mb40 {
    margin-bottom: 40px
}

.ml40 {
    margin-left: 40px
}

.mr40 {
    margin-right: 40px
}

.mt45 {
    margin-top: 45px
}

.mb45 {
    margin-bottom: 45px
}

.ml45 {
    margin-left: 45px
}

.mr45 {
    margin-right: 45px
}

.mt50 {
    margin-top: 50px
}

.mb50 {
    margin-bottom: 50px
}

.ml50 {
    margin-left: 50px
}

.mr50 {
    margin-right: 50px
}

.mt55 {
    margin-top: 55px
}

.mb55 {
    margin-bottom: 55px
}

.ml55 {
    margin-left: 55px
}

.mr55 {
    margin-right: 55px
}

.mt60 {
    margin-top: 60px
}

.mb60 {
    margin-bottom: 60px
}

.ml60 {
    margin-left: 60px
}

.mr60 {
    margin-right: 60px
}

.mt65 {
    margin-top: 65px
}

.mb65 {
    margin-bottom: 65px
}

.ml65 {
    margin-left: 65px
}

.mr65 {
    margin-right: 65px
}

.mt70 {
    margin-top: 70px
}

.mb70 {
    margin-bottom: 70px
}

.ml70 {
    margin-left: 70px
}

.mr70 {
    margin-right: 70px
}

.mt75 {
    margin-top: 75px
}

.mb75 {
    margin-bottom: 75px
}

.ml75 {
    margin-left: 75px
}

.mr75 {
    margin-right: 75px
}

.mt80 {
    margin-top: 80px
}

.mb80 {
    margin-bottom: 80px
}

.ml80 {
    margin-left: 80px
}

.mr80 {
    margin-right: 80px
}

.mt85 {
    margin-top: 85px
}

.mb85 {
    margin-bottom: 85px
}

.ml85 {
    margin-left: 85px
}

.mr85 {
    margin-right: 85px
}

.mt90 {
    margin-top: 90px
}

.mb90 {
    margin-bottom: 90px
}

.ml90 {
    margin-left: 90px
}

.mr90 {
    margin-right: 90px
}

.mt95 {
    margin-top: 95px
}

.mb95 {
    margin-bottom: 95px
}

.ml95 {
    margin-left: 95px
}

.mr95 {
    margin-right: 95px
}

.mt100 {
    margin-top: 100px
}

.mb100 {
    margin-bottom: 100px
}

.ml100 {
    margin-left: 100px
}

.mr100 {
    margin-right: 100px
}

.pt1 {
    padding-top: 1px
}

.pb1 {
    padding-bottom: 1px
}

.pl1 {
    padding-left: 1px
}

.pr1 {
    padding-right: 1px
}

.pt2 {
    padding-top: 2px
}

.pb2 {
    padding-bottom: 2px
}

.pl2 {
    padding-left: 2px
}

.pr2 {
    padding-right: 2px
}

.pt3 {
    padding-top: 3px
}

.pb3 {
    padding-bottom: 3px
}

.pl3 {
    padding-left: 3px
}

.pr3 {
    padding-right: 3px
}

.pt4 {
    padding-top: 4px
}

.pb4 {
    padding-bottom: 4px
}

.pl4 {
    padding-left: 4px
}

.pr4 {
    padding-right: 4px
}

.pt5 {
    padding-top: 5px
}

.pb5 {
    padding-bottom: 5px
}

.pl5 {
    padding-left: 5px
}

.pr5 {
    padding-right: 5px
}

.pt10 {
    padding-top: 10px
}

.pb10 {
    padding-bottom: 10px
}

.pl10 {
    padding-left: 10px
}

.pr10 {
    padding-right: 10px
}

.pt15 {
    padding-top: 15px
}

.pb15 {
    padding-bottom: 15px
}

.pl15 {
    padding-left: 15px
}

.pr15 {
    padding-right: 15px
}

.pt20 {
    padding-top: 20px
}

.pb20 {
    padding-bottom: 20px
}

.pl20 {
    padding-left: 20px
}

.pr20 {
    padding-right: 20px
}

.pt25 {
    padding-top: 25px
}

.pb25 {
    padding-bottom: 25px
}

.pl25 {
    padding-left: 25px
}

.pr25 {
    padding-right: 25px
}

.pt30 {
    padding-top: 30px
}

.pb30 {
    padding-bottom: 30px
}

.pl30 {
    padding-left: 30px
}

.pr30 {
    padding-right: 30px
}

.pt35 {
    padding-top: 35px
}

.pb35 {
    padding-bottom: 35px
}

.pl35 {
    padding-left: 35px
}

.pr35 {
    padding-right: 35px
}

.pt40 {
    padding-top: 40px
}

.pb40 {
    padding-bottom: 40px
}

.pl40 {
    padding-left: 40px
}

.pr40 {
    padding-right: 40px
}

.pt45 {
    padding-top: 45px
}

.pb45 {
    padding-bottom: 45px
}

.pl45 {
    padding-left: 45px
}

.pr45 {
    padding-right: 45px
}

.pt50 {
    padding-top: 50px
}

.pb50 {
    padding-bottom: 50px
}

.pl50 {
    padding-left: 50px
}

.pr50 {
    padding-right: 50px
}

.pt55 {
    padding-top: 55px
}

.pb55 {
    padding-bottom: 55px
}

.pl55 {
    padding-left: 55px
}

.pr55 {
    padding-right: 55px
}

.pt60 {
    padding-top: 60px
}

.pb60 {
    padding-bottom: 60px
}

.pl60 {
    padding-left: 60px
}

.pr60 {
    padding-right: 60px
}

.pt65 {
    padding-top: 65px
}

.pb65 {
    padding-bottom: 65px
}

.pl65 {
    padding-left: 65px
}

.pr65 {
    padding-right: 65px
}

.pt70 {
    padding-top: 70px
}

.pb70 {
    padding-bottom: 70px
}

.pl70 {
    padding-left: 70px
}

.pr70 {
    padding-right: 70px
}

.pt75 {
    padding-top: 75px
}

.pb75 {
    padding-bottom: 75px
}

.pl75 {
    padding-left: 75px
}

.pr75 {
    padding-right: 75px
}

.pt80 {
    padding-top: 80px
}

.pb80 {
    padding-bottom: 80px
}

.pl80 {
    padding-left: 80px
}

.pr80 {
    padding-right: 80px
}

.pt85 {
    padding-top: 85px
}

.pb85 {
    padding-bottom: 85px
}

.pl85 {
    padding-left: 85px
}

.pr85 {
    padding-right: 85px
}

.pt90 {
    padding-top: 90px
}

.pb90 {
    padding-bottom: 90px
}

.pl90 {
    padding-left: 90px
}

.pr90 {
    padding-right: 90px
}

.pt95 {
    padding-top: 95px
}

.pb95 {
    padding-bottom: 95px
}

.pl95 {
    padding-left: 95px
}

.pr95 {
    padding-right: 95px
}

.pt100 {
    padding-top: 100px
}

.pb100 {
    padding-bottom: 100px
}

.pl100 {
    padding-left: 100px
}

.pr100 {
    padding-right: 100px
}

.ft5 {
    font-size: 5px
}

.ft10 {
    font-size: 10px
}

.ft15 {
    font-size: 15px
}

.ft20 {
    font-size: 20px
}

.ft25 {
    font-size: 25px
}

.ft30 {
    font-size: 30px
}

.ft35 {
    font-size: 35px
}

.ft40 {
    font-size: 40px
}

.ft45 {
    font-size: 45px
}

.ft50 {
    font-size: 50px
}

.ft55 {
    font-size: 55px
}

.ft60 {
    font-size: 60px
}

.ft65 {
    font-size: 65px
}

.ft70 {
    font-size: 70px
}

.ft75 {
    font-size: 75px
}

.ft80 {
    font-size: 80px
}

.ft85 {
    font-size: 85px
}

.ft90 {
    font-size: 90px
}

.ft95 {
    font-size: 95px
}

.ft100 {
    font-size: 100px
}

.con-vs-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin: 5px
}

.con-vs-avatar.large {
    width: 50px;
    height: 50px
}

.con-vs-avatar.small {
    width: 24px;
    height: 24px
}

.con-vs-avatar.small .vs-avatar-text {
    font-size: .9375em
}

.con-vs-avatar .dot-count {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    z-index: 100
}

.con-vs-avatar .dot-count.badgeNumber {
    width: auto;
    height: auto;
    top: -3px;
    right: 0;
    border-radius: 4px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: .625em;
    color: #fff
}

.con-vs-avatar .vs-avatar-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.con-vs-avatar .con-img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%
}

.con-vs-avatar-primary,
.dot-count-primary {
    background: #1f74ff
}

.vs-avatar-text-primary {
    color: #1f74ff
}

.con-vs-avatar-secondary,
.dot-count-secondary {
    background: #7931b1
}

.vs-avatar-text-secondary {
    color: #7931b1
}

.con-vs-avatar-danger,
.dot-count-danger {
    background: #ff4757
}

.vs-avatar-text-danger {
    color: #ff4757
}

.con-vs-avatar-success,
.dot-count-success {
    background: #46c93a
}

.vs-avatar-text-success {
    color: #46c93a
}

.con-vs-avatar-warning,
.dot-count-warning {
    background: #ffba00
}

.vs-avatar-text-warning {
    color: #ffba00
}

.con-vs-avatar-dark,
.dot-count-dark {
    background: #1e1e1e
}

.vs-avatar-text-dark {
    color: #1e1e1e
}

.con-vs-avatar-light,
.dot-count-light {
    background: #f5f5f5
}

.vs-avatar-text-light {
    color: #f5f5f5
}

.vs-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vs-breadcrumb .disabled-link {
    opacity: .5;
    pointer-events: none
}

.vs-breadcrumb ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem
}

.vs-breadcrumb a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: rgba(0, 0, 0, .4)
}

.vs-breadcrumb a:focus,
.vs-breadcrumb a:hover {
    color: rgba(0, 0, 0, .7);
    text-decoration: none !important
}

.vs-breadcrumb li.vs-active {
    cursor: default
}

.vs-breadcrumb .separator {
    color: rgba(0, 0, 0, .4);
    padding: 0 .5rem
}

.vs-breadcrumb.material-icons {
    vertical-align: middle;
    font-size: inherit
}

.vs-breadcrumb.vs-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vs-breadcrumb.vs-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vs-breadcrumb.vs-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vs-breadcrumb .vs-breadcrumb-text.vs-breadcrumb-text-primary {
    color: #1f74ff
}

.vs-breadcrumb .vs-breadcrumb-text.vs-breadcrumb-text-secondary {
    color: #7931b1
}

.vs-breadcrumb .vs-breadcrumb-text.vs-breadcrumb-text-danger {
    color: #ff4757
}

.vs-breadcrumb .vs-breadcrumb-text.vs-breadcrumb-text-success {
    color: #46c93a
}

.vs-breadcrumb .vs-breadcrumb-text.vs-breadcrumb-text-warning {
    color: #ffba00
}

.vs-breadcrumb .vs-breadcrumb-text.vs-breadcrumb-text-dark {
    color: #1e1e1e
}

.vs-breadcrumb .vs-breadcrumb-text.vs-breadcrumb-text-light {
    color: #f5f5f5
}

.vs-button {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent
}

.vs-button.large {
    padding: 12px;
    font-size: 1em
}

.vs-button.small {
    padding: 7px;
    font-size: .7em
}

.vs-button:disabled {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.vs-button .vs-button-icon {
    z-index: 100;
    display: block;
    position: relative;
    font-size: 1.125em;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.vs-button .vs-button-backgroundx {
    border-radius: 50%;
    width: 10px;
    position: absolute;
    height: 10px;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, .5);
    box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, .5)
}

.vs-button .vs-button-text {
    position: relative;
    color: inherit;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.vs-button-border {
    padding: 9px
}

.vs-button-border.isActive .vs-button-icon,
.vs-button-border.isActive .vs-button-text,
.vs-button-flat.isActive .vs-button-icon,
.vs-button-flat.isActive .vs-button-text {
    color: #fff !important
}

.vs-button-filled:hover {
    -webkit-box-shadow: 0 9px 28px -9px;
    box-shadow: 0 9px 28px -9px
}

.vs-button-line {
    padding: 9px 10px;
    border-radius: 0;
    overflow: visible;
    border-style: solid
}

.vs-button-line .vs-button-linex {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px
}

.vs-button-line:hover .vs-button-icon,
.vs-button-line:hover .vs-button-text {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.vs-button-line:hover .vs-button-linex {
    width: 100% !important
}

.vs-button-gradient:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 8px 25px -8px #aaa;
    box-shadow: 0 8px 25px -8px #aaa
}

.vs-button-gradient:active {
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-box-shadow: 0 8px 0 -8px #aaa;
    box-shadow: 0 8px 0 -8px #aaa
}

.vs-button-relief {
    padding: 10px
}

.vs-button-relief:active {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.includeIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    padding-top: 9px;
    padding-bottom: 8px
}

.vs-button-primary.vs-button-filled {
    background: #1f74ff
}

.vs-button-primary.vs-button-filled:hover {
    -webkit-box-shadow: 0 8px 25px -8px #1f74ff;
    box-shadow: 0 8px 25px -8px #1f74ff
}

.vs-button-primary.vs-button-border,
.vs-button-primary.vs-button-flat {
    border: 1px solid #1f74ff;
    background: transparent !important;
    color: #1f74ff
}

.vs-button-primary.vs-button-border .vs-button-text.isActive,
.vs-button-primary.vs-button-flat .vs-button-text.isActive {
    color: #fff !important
}

.vs-button-primary.vs-button-border:hover,
.vs-button-primary.vs-button-flat:hover {
    background: rgba(31, 116, 255, .08) !important
}

.vs-button-primary.vs-button-border .vs-button-backgroundx,
.vs-button-primary.vs-button-flat .vs-button-backgroundx {
    background: #1f74ff;
    -webkit-box-shadow: inset 0 0 60px 0 #1f74ff;
    box-shadow: inset 0 0 60px 0 #1f74ff
}

.vs-button-primary.vs-button-flat {
    border: none !important
}

.vs-button-primary.vs-button-line {
    color: #1f74ff;
    border-color: rgba(31, 116, 255, .2)
}

.vs-button-primary.vs-button-line .vs-button-linex {
    background: #1f74ff
}

.vs-button-primary.vs-button-gradient {
    background: linear-gradient(30deg, #1f74ff, #3a1fff) !important;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-button-primary.vs-button-relief {
    background: #1f74ff;
    -webkit-box-shadow: 0 3px 0 0 #004cc8;
    box-shadow: 0 3px 0 0 #004cc8
}

.vs-button-secondary.vs-button-filled {
    background: #7931b1
}

.vs-button-secondary.vs-button-filled:hover {
    -webkit-box-shadow: 0 8px 25px -8px #7931b1;
    box-shadow: 0 8px 25px -8px #7931b1
}

.vs-button-secondary.vs-button-border,
.vs-button-secondary.vs-button-flat {
    border: 1px solid #7931b1;
    background: transparent !important;
    color: #7931b1
}

.vs-button-secondary.vs-button-border .vs-button-text.isActive,
.vs-button-secondary.vs-button-flat .vs-button-text.isActive {
    color: #fff !important
}

.vs-button-secondary.vs-button-border:hover,
.vs-button-secondary.vs-button-flat:hover {
    background: rgba(121, 49, 177, .08) !important
}

.vs-button-secondary.vs-button-border .vs-button-backgroundx,
.vs-button-secondary.vs-button-flat .vs-button-backgroundx {
    background: #7931b1;
    -webkit-box-shadow: inset 0 0 60px 0 #7931b1;
    box-shadow: inset 0 0 60px 0 #7931b1
}

.vs-button-secondary.vs-button-flat {
    border: none !important
}

.vs-button-secondary.vs-button-line {
    color: #7931b1;
    border-color: rgba(121, 49, 177, .2)
}

.vs-button-secondary.vs-button-line .vs-button-linex {
    background: #7931b1
}

.vs-button-secondary.vs-button-gradient {
    background: linear-gradient(30deg, #7931b1, #b131a9) !important;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-button-secondary.vs-button-relief {
    background: #7931b1;
    -webkit-box-shadow: 0 3px 0 0 #55227c;
    box-shadow: 0 3px 0 0 #55227c
}

.vs-button-danger.vs-button-filled {
    background: #ff4757
}

.vs-button-danger.vs-button-filled:hover {
    -webkit-box-shadow: 0 8px 25px -8px #ff4757;
    box-shadow: 0 8px 25px -8px #ff4757
}

.vs-button-danger.vs-button-border,
.vs-button-danger.vs-button-flat {
    border: 1px solid #ff4757;
    background: transparent !important;
    color: #ff4757
}

.vs-button-danger.vs-button-border .vs-button-text.isActive,
.vs-button-danger.vs-button-flat .vs-button-text.isActive {
    color: #fff !important
}

.vs-button-danger.vs-button-border:hover,
.vs-button-danger.vs-button-flat:hover {
    background: rgba(255, 71, 87, .08) !important
}

.vs-button-danger.vs-button-border .vs-button-backgroundx,
.vs-button-danger.vs-button-flat .vs-button-backgroundx {
    background: #ff4757;
    -webkit-box-shadow: inset 0 0 60px 0 #ff4757;
    box-shadow: inset 0 0 60px 0 #ff4757
}

.vs-button-danger.vs-button-flat {
    border: none !important
}

.vs-button-danger.vs-button-line {
    color: #ff4757;
    border-color: rgba(255, 71, 87, .2)
}

.vs-button-danger.vs-button-line .vs-button-linex {
    background: #ff4757
}

.vs-button-danger.vs-button-gradient {
    background: linear-gradient(30deg, #ff4757, #c40052) !important;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-button-danger.vs-button-relief {
    background: #ff4757;
    -webkit-box-shadow: 0 3px 0 0 #e40014;
    box-shadow: 0 3px 0 0 #e40014
}

.vs-button-success.vs-button-filled {
    background: #46c93a
}

.vs-button-success.vs-button-filled:hover {
    -webkit-box-shadow: 0 8px 25px -8px #46c93a;
    box-shadow: 0 8px 25px -8px #46c93a
}

.vs-button-success.vs-button-border,
.vs-button-success.vs-button-flat {
    border: 1px solid #46c93a;
    background: transparent !important;
    color: #46c93a
}

.vs-button-success.vs-button-border .vs-button-text.isActive,
.vs-button-success.vs-button-flat .vs-button-text.isActive {
    color: #fff !important
}

.vs-button-success.vs-button-border:hover,
.vs-button-success.vs-button-flat:hover {
    background: rgba(70, 201, 58, .08) !important
}

.vs-button-success.vs-button-border .vs-button-backgroundx,
.vs-button-success.vs-button-flat .vs-button-backgroundx {
    background: #46c93a;
    -webkit-box-shadow: inset 0 0 60px 0 #46c93a;
    box-shadow: inset 0 0 60px 0 #46c93a
}

.vs-button-success.vs-button-flat {
    border: none !important
}

.vs-button-success.vs-button-line {
    color: #46c93a;
    border-color: rgba(70, 201, 58, .2)
}

.vs-button-success.vs-button-line .vs-button-linex {
    background: #46c93a
}

.vs-button-success.vs-button-gradient {
    background: linear-gradient(30deg, #46c93a, #3ac976) !important;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-button-success.vs-button-relief {
    background: #46c93a;
    -webkit-box-shadow: 0 3px 0 0 #308e27;
    box-shadow: 0 3px 0 0 #308e27
}

.vs-button-warning.vs-button-filled {
    background: #ffba00
}

.vs-button-warning.vs-button-filled:hover {
    -webkit-box-shadow: 0 8px 25px -8px #ffba00;
    box-shadow: 0 8px 25px -8px #ffba00
}

.vs-button-warning.vs-button-border,
.vs-button-warning.vs-button-flat {
    border: 1px solid #ffba00;
    background: transparent !important;
    color: #ffba00
}

.vs-button-warning.vs-button-border .vs-button-text.isActive,
.vs-button-warning.vs-button-flat .vs-button-text.isActive {
    color: #fff !important
}

.vs-button-warning.vs-button-border:hover,
.vs-button-warning.vs-button-flat:hover {
    background: rgba(255, 186, 0, .08) !important
}

.vs-button-warning.vs-button-border .vs-button-backgroundx,
.vs-button-warning.vs-button-flat .vs-button-backgroundx {
    background: #ffba00;
    -webkit-box-shadow: inset 0 0 60px 0 #ffba00;
    box-shadow: inset 0 0 60px 0 #ffba00
}

.vs-button-warning.vs-button-flat {
    border: none !important
}

.vs-button-warning.vs-button-line {
    color: #ffba00;
    border-color: rgba(255, 186, 0, .2)
}

.vs-button-warning.vs-button-line .vs-button-linex {
    background: #ffba00
}

.vs-button-warning.vs-button-gradient {
    background: linear-gradient(30deg, #ffba00, #c4ff00) !important;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-button-warning.vs-button-relief {
    background: #ffba00;
    -webkit-box-shadow: 0 3px 0 0 #b38200;
    box-shadow: 0 3px 0 0 #b38200
}

.vs-button-dark.vs-button-filled {
    background: #1e1e1e
}

.vs-button-dark.vs-button-filled:hover {
    -webkit-box-shadow: 0 8px 25px -8px #1e1e1e;
    box-shadow: 0 8px 25px -8px #1e1e1e
}

.vs-button-dark.vs-button-border,
.vs-button-dark.vs-button-flat {
    border: 1px solid #1e1e1e;
    background: transparent !important;
    color: #1e1e1e
}

.vs-button-dark.vs-button-border .vs-button-text.isActive,
.vs-button-dark.vs-button-flat .vs-button-text.isActive {
    color: #fff !important
}

.vs-button-dark.vs-button-border:hover,
.vs-button-dark.vs-button-flat:hover {
    background: rgba(30, 30, 30, .08) !important
}

.vs-button-dark.vs-button-border .vs-button-backgroundx,
.vs-button-dark.vs-button-flat .vs-button-backgroundx {
    background: #1e1e1e;
    -webkit-box-shadow: inset 0 0 60px 0 #1e1e1e;
    box-shadow: inset 0 0 60px 0 #1e1e1e
}

.vs-button-dark.vs-button-flat {
    border: none !important
}

.vs-button-dark.vs-button-line {
    color: #1e1e1e;
    border-color: rgba(30, 30, 30, .2)
}

.vs-button-dark.vs-button-line .vs-button-linex {
    background: #1e1e1e
}

.vs-button-dark.vs-button-gradient {
    background: linear-gradient(30deg, #1e1e1e, #626262) !important;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-button-dark.vs-button-relief {
    background: #1e1e1e;
    background: #4b4b4b;
    -webkit-box-shadow: 0 3px 0 0 #151515;
    box-shadow: 0 3px 0 0 #151515
}

.vs-button-light.vs-button-filled {
    background: #f5f5f5
}

.vs-button-light.vs-button-filled:hover {
    -webkit-box-shadow: 0 8px 25px -8px #f5f5f5;
    box-shadow: 0 8px 25px -8px #f5f5f5
}

.vs-button-light.vs-button-border,
.vs-button-light.vs-button-flat {
    border: 1px solid #f5f5f5;
    background: transparent !important;
    color: #f5f5f5
}

.vs-button-light.vs-button-border .vs-button-text.isActive,
.vs-button-light.vs-button-flat .vs-button-text.isActive {
    color: #fff !important
}

.vs-button-light.vs-button-border:hover,
.vs-button-light.vs-button-flat:hover {
    background: hsla(0, 0%, 96%, .08) !important
}

.vs-button-light.vs-button-border .vs-button-backgroundx,
.vs-button-light.vs-button-flat .vs-button-backgroundx {
    background: #f5f5f5;
    -webkit-box-shadow: inset 0 0 60px 0 #f5f5f5;
    box-shadow: inset 0 0 60px 0 #f5f5f5
}

.vs-button-light.vs-button-flat {
    border: none !important
}

.vs-button-light.vs-button-line {
    color: #f5f5f5;
    border-color: hsla(0, 0%, 96%, .2)
}

.vs-button-light.vs-button-line .vs-button-linex {
    background: #f5f5f5
}

.vs-button-light.vs-button-gradient {
    background: linear-gradient(30deg, #f5f5f5, #f5f5f5) !important;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-button-light.vs-button-relief {
    background: #f5f5f5;
    -webkit-box-shadow: 0 3px 0 0 #ababab;
    box-shadow: 0 3px 0 0 #ababab
}

.vs-divider {
    width: 100%;
    position: relative;
    display: block;
    margin: 15px 0;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vs-divider .after,
.vs-divider .before {
    position: relative;
    display: block;
    width: 100%
}

.vs-divider .vs-divider-text {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    white-space: nowrap;
    background: #fff;
    padding-left: 12px;
    padding-right: 12px;
    font-size: .9375em
}

.vs-divider i.icon-divider {
    font-size: 1.25em
}

.vs-divider-border-primary {
    border-top-color: #1f74ff
}

.vs-divider-text-primary {
    color: #1f74ff
}

.vs-divider-border-secondary {
    border-top-color: #7931b1
}

.vs-divider-text-secondary {
    color: #7931b1
}

.vs-divider-border-danger {
    border-top-color: #ff4757
}

.vs-divider-text-danger {
    color: #ff4757
}

.vs-divider-border-success {
    border-top-color: #46c93a
}

.vs-divider-text-success {
    color: #46c93a
}

.vs-divider-border-warning {
    border-top-color: #ffba00
}

.vs-divider-text-warning {
    color: #ffba00
}

.vs-divider-border-dark {
    border-top-color: #1e1e1e
}

.vs-divider-text-dark {
    color: #1e1e1e
}

.vs-divider-border-light {
    border-top-color: #f5f5f5
}

.vs-divider-text-light {
    color: #f5f5f5
}

.fade-select-enter-active {
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s
}

.fade-select-leave-active {
    -webkit-transition: opacity .15s, -webkit-transform .15s;
    transition: opacity .15s, -webkit-transform .15s;
    transition: transform .15s, opacity .15s;
    transition: transform .15s, opacity .15s, -webkit-transform .15s
}

.fade-select-enter,
.fade-select-leave-to {
    opacity: 0;
    -webkit-transform: translate(0) scale(.95) !important;
    transform: translate(0) scale(.95) !important;
    -webkit-box-shadow: 0 10px 0 -5px transparent;
    box-shadow: 0 10px 0 -5px transparent
}

.con-select {
    position: relative;
    width: 200px;
    clear: both
}

.con-select .icon-select {
    position: absolute;
    right: 5px;
    font-size: 1.0625em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.con-select.activeOptions:not(.autocompletex) .input-select {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.con-select.activeOptions .icon-select {
    -webkit-transform: translateY(-50%) rotate(-180deg) !important;
    transform: translateY(-50%) rotate(-180deg) !important
}

.input-select {
    width: 100%;
    position: relative;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding-right: 20px;
    cursor: pointer
}

.scrollx ul {
    padding-right: 4px
}

.vs-select-options {
    padding: 4px;
    padding-top: 6px;
    padding-left: 5px;
    padding-bottom: 6px;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .1);
    border-radius: 5px;
    position: absolute;
    z-index: 40000;
    background: #fff
}

.vs-select-options ul {
    max-height: 260px;
    overflow: auto;
    padding-left: 0 !important;
    padding: 0
}

.vs-select-options ul li {
    margin: 0
}

.vs-select-options ul .vs-select-item-btn {
    display: block;
    text-align: left;
    color: rgba(0, 0, 0, .8);
    padding: 7px;
    border: 0;
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 !important
}

.vs-select-options ul .vs-select-item-btn .icon-item {
    position: absolute;
    font-size: 1em;
    left: 5px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    top: 50%
}

.vs-select-options ul .vs-select-item-btn:focus,
.vs-select-options ul .vs-select-item-btn:hover {
    background: #f5f5f5
}

.vs-select-options ul .vs-select-item-btn.con-icon.activex {
    padding-left: 25px
}

.vs-select-options ul .vs-select-item-btn.con-icon.activex .icon-item {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vs-select-primary .vs-select-item-btn.activex {
    background: rgba(31, 116, 255, .1) !important;
    color: #1f74ff;
    font-weight: 700
}

.vs-select-secondary .vs-select-item-btn.activex {
    background: rgba(121, 49, 177, .1) !important;
    color: #7931b1;
    font-weight: 700
}

.vs-select-danger .vs-select-item-btn.activex {
    background: rgba(255, 71, 87, .1) !important;
    color: #ff4757;
    font-weight: 700
}

.vs-select-success .vs-select-item-btn.activex {
    background: rgba(70, 201, 58, .1) !important;
    color: #46c93a;
    font-weight: 700
}

.vs-select-warning .vs-select-item-btn.activex {
    background: rgba(255, 186, 0, .1) !important;
    color: #ffba00;
    font-weight: 700
}

.vs-select-dark .vs-select-item-btn.activex {
    background: rgba(30, 30, 30, .1) !important;
    color: #1e1e1e;
    font-weight: 700
}

.vs-select-light .vs-select-item-btn.activex {
    background: hsla(0, 0%, 96%, .1) !important;
    color: #f5f5f5;
    font-weight: 700
}

.vs-select-item-btn {
    background: transparent;
    padding: 5px;
    width: 100%;
    margin: 0 !important;
    text-transform: capitalize
}

.vs-select-item-btn.disabledx {
    opacity: .4
}

.vs-select-item-btn span.searchx {
    background: rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    font-weight: 700;
    color: inherit
}

.vs-switch {
    border-radius: 12px;
    border: 0;
    min-width: 42px;
    height: 22px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vs-switch .input-switch {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 200;
    opacity: 0;
    cursor: pointer
}

.vs-switch .text-switch {
    position: absolute;
    display: block;
    font-size: .625em;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap
}

.vs-switch .text-switch,
.vs-switch .text-switch .icons-switch {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.vs-switch .text-switch .icons-switch {
    font-size: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 16px;
    padding: 0 2px
}

.vs-switch .text-switch.text-on {
    padding-left: 6px;
    left: 0;
    color: #fff;
    -webkit-transform: translate(10px);
    transform: translate(10px)
}

.vs-switch .text-switch.text-off {
    right: 0;
    padding-right: 5px;
    color: #a0a0a0;
    -webkit-transform: translate(-10px);
    transform: translate(-10px)
}

.vs-switch .text-switch.active-text {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.vs-switch:disabled {
    opacity: .5
}

.vs-switch .vs-circle-switch {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    background: #fff;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1)
}

.vs-switch:active:not(.vs-circle-switch) .vs-circle-switch {
    width: 24px;
    border-radius: 15px
}

.vs-switch.vs-switch-active:active .vs-circle-switch {
    width: 24px;
    margin-left: calc(100% - 29px)
}

.vs-switch.vs-switch-active .vs-circle-switch {
    margin-left: calc(100% - 22px)
}

.vs-switch-primary {
    background: #e2e2e2
}

.vs-switch-primary.vs-switch-active {
    background: #1f74ff
}

.vs-switch-secondary {
    background: #e2e2e2
}

.vs-switch-secondary.vs-switch-active {
    background: #7931b1
}

.vs-switch-danger {
    background: #e2e2e2
}

.vs-switch-danger.vs-switch-active {
    background: #ff4757
}

.vs-switch-success {
    background: #e2e2e2
}

.vs-switch-success.vs-switch-active {
    background: #46c93a
}

.vs-switch-warning {
    background: #e2e2e2
}

.vs-switch-warning.vs-switch-active {
    background: #ffba00
}

.vs-switch-dark {
    background: #e2e2e2
}

.vs-switch-dark.vs-switch-active {
    background: #1e1e1e
}

.vs-switch-light {
    background: #e2e2e2
}

.vs-switch-light.vs-switch-active {
    background: #f5f5f5
}

.con-vs-checkbox {
    position: relative;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px
}

.con-vs-checkbox input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 200;
    cursor: pointer;
    background: #55d775
}

.con-vs-checkbox input[type=checkbox]:active:checked+span.checkbox_x span._check {
    -webkit-transform: translate(3px) !important;
    transform: translate(3px) !important
}

.con-vs-checkbox input[type=checkbox]:active:checked+span.checkbox_x i {
    -webkit-transform: translate(6px) !important;
    transform: translate(6px) !important
}

.con-vs-checkbox input[type=checkbox]:checked+span.checkbox_x {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important
}

.con-vs-checkbox input[type=checkbox]:checked+span.checkbox_x span._check {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.con-vs-checkbox input[type=checkbox]:checked+span.checkbox_x i {
    opacity: 1;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    color: #fff !important
}

.con-vs-checkbox span.checkbox_x {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5px
}

.con-vs-checkbox span.checkbox_x span._check {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 10
}

.con-vs-checkbox span.checkbox_x i {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 100;
    font-size: 1.125em;
    opacity: 0;
    -webkit-transform: translate(30px);
    transform: translate(30px);
    -webkit-transform-origin: center;
    transform-origin: center
}

.vs-checkbox-primary ._check {
    background: #1f74ff
}

.vs-checkbox-primary .checkbox_x {
    border: 2px solid #b4b4b4
}

.vs-checkbox-primary input:checked+span.checkbox_x {
    border: 2px solid #1f74ff !important
}

.vs-checkbox-secondary ._check {
    background: #7931b1
}

.vs-checkbox-secondary .checkbox_x {
    border: 2px solid #b4b4b4
}

.vs-checkbox-secondary input:checked+span.checkbox_x {
    border: 2px solid #7931b1 !important
}

.vs-checkbox-danger ._check {
    background: #ff4757
}

.vs-checkbox-danger .checkbox_x {
    border: 2px solid #b4b4b4
}

.vs-checkbox-danger input:checked+span.checkbox_x {
    border: 2px solid #ff4757 !important
}

.vs-checkbox-success ._check {
    background: #46c93a
}

.vs-checkbox-success .checkbox_x {
    border: 2px solid #b4b4b4
}

.vs-checkbox-success input:checked+span.checkbox_x {
    border: 2px solid #46c93a !important
}

.vs-checkbox-warning ._check {
    background: #ffba00
}

.vs-checkbox-warning .checkbox_x {
    border: 2px solid #b4b4b4
}

.vs-checkbox-warning input:checked+span.checkbox_x {
    border: 2px solid #ffba00 !important
}

.vs-checkbox-dark ._check {
    background: #1e1e1e
}

.vs-checkbox-dark .checkbox_x {
    border: 2px solid #b4b4b4
}

.vs-checkbox-dark input:checked+span.checkbox_x {
    border: 2px solid #1e1e1e !important
}

.vs-checkbox-light ._check {
    background: #f5f5f5
}

.vs-checkbox-light .checkbox_x {
    border: 2px solid #b4b4b4
}

.vs-checkbox-light input:checked+span.checkbox_x {
    border: 2px solid #f5f5f5 !important
}

.con-vs-radio {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.con-vs-radio:hover .vs-radiox-borde {
    border: 2px solid #a0a0a0 !important
}

.con-vs-radio .vs-radiox-labelx {
    margin-left: 5px
}

.con-vs-radio input[type=radio] {
    position: absolute;
    left: 0;
    opacity: 0;
    width: 20px
}

.con-vs-radio input[type=radio]:checked+.vs-radiox {
    cursor: default
}

.con-vs-radio input[type=radio]:checked+.vs-radiox .vs-radiox-circle {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    opacity: 1 !important
}

.con-vs-radio input[type=radio]:checked+.vs-radiox .vs-radiox-borde {
    opacity: 0;
    -webkit-transform: scale(.3) !important;
    transform: scale(.3) !important
}

.con-vs-radio input[type=radio]:active+.vs-radiox .vs-radiox-borde {
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important
}

.con-vs-radio input[type=radio]:disabled+.vs-radiox {
    opacity: .4 !important
}

.con-vs-radio input[type=radio]:disabled+.vs-radiox .vs-radiox-circle {
    pointer-events: none
}

.con-vs-radio input[type=radio]:disabled+.vs-radiox .vs-radiox-borde {
    border: 2px solid #b4b4b4 !important;
    background: #d2d2d2;
    pointer-events: none
}

.con-vs-radio .vs-radiox {
    width: 18px;
    height: 18px;
    position: relative;
    display: block;
    border-radius: 50%;
    cursor: pointer
}

.con-vs-radio .vs-radiox .vs-radiox-borde {
    background: transparent
}

.con-vs-radio .vs-radiox .vs-radiox-borde,
.con-vs-radio .vs-radiox .vs-radiox-circle {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    top: 0
}

.con-vs-radio .vs-radiox .vs-radiox-circle {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: 0
}

.vs-radio-primary .vs-radiox-circle {
    background: #1f74ff;
    -webkit-box-shadow: 0 3px 12px 0 rgba(31, 116, 255, .4);
    box-shadow: 0 3px 12px 0 rgba(31, 116, 255, .4)
}

.vs-radio-secondary .vs-radiox-circle {
    background: #7931b1;
    -webkit-box-shadow: 0 3px 12px 0 rgba(121, 49, 177, .4);
    box-shadow: 0 3px 12px 0 rgba(121, 49, 177, .4)
}

.vs-radio-danger .vs-radiox-circle {
    background: #ff4757;
    -webkit-box-shadow: 0 3px 12px 0 rgba(255, 71, 87, .4);
    box-shadow: 0 3px 12px 0 rgba(255, 71, 87, .4)
}

.vs-radio-success .vs-radiox-circle {
    background: #46c93a;
    -webkit-box-shadow: 0 3px 12px 0 rgba(70, 201, 58, .4);
    box-shadow: 0 3px 12px 0 rgba(70, 201, 58, .4)
}

.vs-radio-warning .vs-radiox-circle {
    background: #ffba00;
    -webkit-box-shadow: 0 3px 12px 0 rgba(255, 186, 0, .4);
    box-shadow: 0 3px 12px 0 rgba(255, 186, 0, .4)
}

.vs-radio-dark .vs-radiox-circle {
    background: #1e1e1e;
    -webkit-box-shadow: 0 3px 12px 0 rgba(30, 30, 30, .4);
    box-shadow: 0 3px 12px 0 rgba(30, 30, 30, .4)
}

.vs-radio-light .vs-radiox-circle {
    background: #f5f5f5;
    -webkit-box-shadow: 0 3px 12px 0 hsla(0, 0%, 96%, .4);
    box-shadow: 0 3px 12px 0 hsla(0, 0%, 96%, .4)
}

.placeholderx-enter,
.placeholderx-leave-to {
    opacity: 0;
    -webkit-transform: translate(15px) !important;
    transform: translate(15px) !important
}

.icon-validate-enter,
.icon-validate-leave-to {
    opacity: 0;
    -webkit-transform: scale(.5) !important;
    transform: scale(.5) !important
}

.vs-con-input-label {
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 200px
}

.vs-con-input-label.is-label-palcehoder {
    margin-top: 17px
}

.vs-con-input-label .vs-con-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vs-con-input-label .vs-con-input .vs-inputx {
    color: inherit;
    position: relative;
    padding: .4rem;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%
}

.vs-con-input-label .vs-con-input .vs-inputx:focus {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.vs-con-input-label .vs-con-input .vs-inputx.hasValue+.vs-placeholder-label,
.vs-con-input-label .vs-con-input .vs-inputx:focus+.vs-placeholder-label {
    -webkit-transform: translate(-3px, -90%) !important;
    transform: translate(-3px, -90%) !important;
    font-size: .7rem;
    padding-left: .5rem !important
}

.vs-con-input-label .vs-con-input .vs-inputx:focus+.input-span-placeholder {
    -webkit-transform: translate(5px);
    transform: translate(5px)
}

.vs-con-input-label .vs-con-input .vs-inputx.hasIcon,
.vs-con-input-label .vs-con-input .vs-inputx.hasIcon+.input-span-placeholder {
    padding-left: 32px
}

.vs-con-input-label .vs-con-input .vs-inputx.icon-after-input {
    padding-left: .4rem !important;
    padding-right: 28px
}

.vs-con-input-label .vs-con-input .vs-inputx.icon-after-input+.input-span-placeholder {
    padding-left: .4rem;
    padding-right: 28px
}

.vs-con-input-label .vs-con-input .input-span-placeholder {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 5px;
    left: 0;
    padding: .4rem;
    padding-left: .55rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    font-size: .85rem;
    white-space: nowrap;
    cursor: text
}

.vs-con-input-label .vs-con-input .icon-inputx,
.vs-con-input-label .vs-con-input .input-span-placeholder {
    position: absolute;
    color: rgba(0, 0, 0, .4);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.vs-con-input-label .vs-con-input .icon-inputx {
    left: 5px;
    z-index: 100;
    font-size: 1.1rem;
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding-right: 3px;
    cursor: default
}

.vs-con-input-label .vs-con-input .icon-inputx.icon-after {
    left: auto;
    right: 5px;
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 0;
    padding-left: 3px;
    padding-right: 0
}

.vs-con-input-label .vs-input-label {
    padding-left: 5px;
    font-size: .85rem;
    color: rgba(0, 0, 0, .7)
}

.vs-con-input-label .con-text-validation {
    position: relative;
    font-size: .65rem;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.vs-con-input-label .con-text-validation .span-text-validation {
    padding: 2px 4px;
    padding-bottom: 4px;
    display: block
}

.vs-con-input-label .input-icon-validate {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.1rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4px;
    border-radius: 0 5px 5px 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.vs-input-primary .vs-inputx:focus {
    border: 1px solid #1f74ff !important
}

.vs-input-primary.isFocus .vs-input-label,
.vs-input-primary .vs-inputx:focus~.icon-inputx,
.vs-input-primary .vs-inputx:focus~.vs-placeholder-label {
    color: #1f74ff
}

.span-text-validation-primary {
    color: #1f74ff !important
}

.input-icon-validate-primary .vs-inputx,
.input-icon-validate-primary .vs-inputx:focus {
    border: 1px solid #1f74ff !important
}

.input-icon-validate-primary .input-icon-validate {
    background: rgba(31, 116, 255, .2);
    color: #1f74ff
}

.vs-input-secondary .vs-inputx:focus {
    border: 1px solid #7931b1 !important
}

.vs-input-secondary.isFocus .vs-input-label,
.vs-input-secondary .vs-inputx:focus~.icon-inputx,
.vs-input-secondary .vs-inputx:focus~.vs-placeholder-label {
    color: #7931b1
}

.span-text-validation-secondary {
    color: #7931b1 !important
}

.input-icon-validate-secondary .vs-inputx,
.input-icon-validate-secondary .vs-inputx:focus {
    border: 1px solid #7931b1 !important
}

.input-icon-validate-secondary .input-icon-validate {
    background: rgba(121, 49, 177, .2);
    color: #7931b1
}

.vs-input-danger .vs-inputx:focus {
    border: 1px solid #ff4757 !important
}

.vs-input-danger.isFocus .vs-input-label,
.vs-input-danger .vs-inputx:focus~.icon-inputx,
.vs-input-danger .vs-inputx:focus~.vs-placeholder-label {
    color: #ff4757
}

.span-text-validation-danger {
    color: #ff4757 !important
}

.input-icon-validate-danger .vs-inputx,
.input-icon-validate-danger .vs-inputx:focus {
    border: 1px solid #ff4757 !important
}

.input-icon-validate-danger .input-icon-validate {
    background: rgba(255, 71, 87, .2);
    color: #ff4757
}

.vs-input-success .vs-inputx:focus {
    border: 1px solid #46c93a !important
}

.vs-input-success.isFocus .vs-input-label,
.vs-input-success .vs-inputx:focus~.icon-inputx,
.vs-input-success .vs-inputx:focus~.vs-placeholder-label {
    color: #46c93a
}

.span-text-validation-success {
    color: #46c93a !important
}

.input-icon-validate-success .vs-inputx,
.input-icon-validate-success .vs-inputx:focus {
    border: 1px solid #46c93a !important
}

.input-icon-validate-success .input-icon-validate {
    background: rgba(70, 201, 58, .2);
    color: #46c93a
}

.vs-input-warning .vs-inputx:focus {
    border: 1px solid #ffba00 !important
}

.vs-input-warning.isFocus .vs-input-label,
.vs-input-warning .vs-inputx:focus~.icon-inputx,
.vs-input-warning .vs-inputx:focus~.vs-placeholder-label {
    color: #ffba00
}

.span-text-validation-warning {
    color: #ffba00 !important
}

.input-icon-validate-warning .vs-inputx,
.input-icon-validate-warning .vs-inputx:focus {
    border: 1px solid #ffba00 !important
}

.input-icon-validate-warning .input-icon-validate {
    background: rgba(255, 186, 0, .2);
    color: #ffba00
}

.vs-input-dark .vs-inputx:focus {
    border: 1px solid #1e1e1e !important
}

.vs-input-dark.isFocus .vs-input-label,
.vs-input-dark .vs-inputx:focus~.icon-inputx,
.vs-input-dark .vs-inputx:focus~.vs-placeholder-label {
    color: #1e1e1e
}

.span-text-validation-dark {
    color: #1e1e1e !important
}

.input-icon-validate-dark .vs-inputx,
.input-icon-validate-dark .vs-inputx:focus {
    border: 1px solid #1e1e1e !important
}

.input-icon-validate-dark .input-icon-validate {
    background: rgba(30, 30, 30, .2);
    color: #1e1e1e
}

.vs-input-light .vs-inputx:focus {
    border: 1px solid #f5f5f5 !important
}

.vs-input-light.isFocus .vs-input-label,
.vs-input-light .vs-inputx:focus~.icon-inputx,
.vs-input-light .vs-inputx:focus~.vs-placeholder-label {
    color: #f5f5f5
}

.span-text-validation-light {
    color: #f5f5f5 !important
}

.input-icon-validate-light .vs-inputx,
.input-icon-validate-light .vs-inputx:focus {
    border: 1px solid #f5f5f5 !important
}

.input-icon-validate-light .input-icon-validate {
    background: hsla(0, 0%, 96%, .2);
    color: #f5f5f5
}

.fade-tab-enter-active,
.fade-tab-leave-active {
    -webkit-transition: all .3s;
    transition: all .3s
}

.fade-tab-enter,
.fade-tab-leave-to {
    top: 0;
    opacity: 0;
    position: absolute !important;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fade-tab-leave-to {
    top: 0;
    opacity: 0;
    position: absolute !important;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fade-tab-invert-enter-active,
.fade-tab-invert-leave-active {
    -webkit-transition: all .3s;
    transition: all .3s
}

.fade-tab-invert-enter,
.fade-tab-invert-leave-to {
    top: 0;
    opacity: 0;
    position: absolute !important;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fade-tab-invert-leave-to {
    top: 0;
    opacity: 0;
    position: absolute !important;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fade-tab-vertical-enter-active,
.fade-tab-vertical-leave-active {
    -webkit-transition: all .3s;
    transition: all .3s
}

.fade-tab-vertical-enter {
    top: 0;
    opacity: 0;
    position: absolute !important;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.fade-tab-vertical-leave-to {
    top: 0;
    opacity: 0;
    position: absolute !important;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.fade-tab-vertical-invert-enter-active,
.fade-tab-vertical-invert-leave-active {
    -webkit-transition: all .3s;
    transition: all .3s
}

.fade-tab-vertical-invert-enter {
    top: 0;
    opacity: 0;
    position: absolute !important;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.fade-tab-vertical-invert-leave-to {
    top: 0;
    opacity: 0;
    position: absolute !important;
    -webkit-transform: translate3d(0, 100%, 0) !important;
    transform: translate3d(0, 100%, 0) !important
}

.con-vs-tabs {
    width: 100%;
    overflow: hidden;
    position: relative
}

.con-vs-tabs .con-slot-tabs {
    position: relative;
    display: block;
    overflow: hidden
}

.con-vs-tabs .con-ul-tabs {
    position: relative
}

.con-vs-tabs .con-ul-tabs .ul-tabs {
    width: 100%;
    padding-left: 0;
    position: relative;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .04)
}

.con-vs-tabs .con-ul-tabs .ul-tabs.ul-tabs-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.con-vs-tabs .con-ul-tabs .ul-tabs.ul-tabs-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.con-vs-tabs .con-ul-tabs .ul-tabs.ul-tabs-fixed {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.con-vs-tabs .con-ul-tabs .ul-tabs.ul-tabs-fixed li {
    width: 100%
}

.con-vs-tabs .con-ul-tabs .ul-tabs li {
    display: block
}

.con-vs-tabs .con-ul-tabs .ul-tabs li button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    background: transparent;
    margin: 0;
    padding: 10px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.con-vs-tabs .con-ul-tabs .ul-tabs .activeChild button:not(:disabled),
.con-vs-tabs .con-ul-tabs .ul-tabs li button:hover:not(:disabled) {
    color: inherit
}

.con-vs-tabs .con-ul-tabs .ul-tabs .activeChild button {
    padding-top: 8px;
    padding-bottom: 12px
}

.con-vs-tabs .con-ul-tabs .line-vs-tabs {
    width: 100px;
    height: 2px;
    display: block;
    position: absolute;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: left, right
}

.vs-tabs-position-bottom,
.vs-tabs-position-top .ul-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vs-tabs-position-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.vs-tabs-position-bottom .ul-tabs {
    border-top: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 0 !important
}

.vs-tabs-position-bottom .con-ul-tabs {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.vs-tabs-position-bottom .line-vs-tabs {
    top: 0
}

.vs-tabs-position-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vs-tabs-position-left .line-vs-tabs {
    left: auto !important;
    right: 0
}

.vs-tabs-position-left .con-ul-tabs {
    float: left;
    height: 100%;
    display: block
}

.vs-tabs-position-left .ul-tabs {
    display: block;
    width: auto;
    border-bottom: 0 !important;
    border-right: 1px solid rgba(0, 0, 0, .05)
}

.vs-tabs-position-left .activeChild button {
    padding: 10px 8px 10px 12px !important
}

.vs-tabs-position-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vs-tabs-position-right .con-slot-tabs {
    width: 100%
}

.vs-tabs-position-right .con-ul-tabs {
    float: left;
    height: 100%;
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.vs-tabs-position-right .ul-tabs {
    display: block;
    width: auto;
    border-bottom: 0 !important;
    border-left: 1px solid rgba(0, 0, 0, .05)
}

.vs-tabs-position-right .activeChild button {
    padding: 10px 12px 10px 8px !important
}

.vs-tabs-primary button:disabled {
    opacity: .5;
    cursor: default !important
}

.vs-tabs-primary .activeChild button,
.vs-tabs-primary button:not(:disabled):hover {
    color: #1f74ff !important
}

.vs-tabs-primary .activeChild button:active {
    background: #000
}

.vs-tabs-primary .line-vs-tabs {
    background: linear-gradient(30deg, #1f74ff, rgba(31, 116, 255, .5)) !important;
    -webkit-box-shadow: 0 0 8px 0 rgba(31, 116, 255, .4) !important;
    box-shadow: 0 0 8px 0 rgba(31, 116, 255, .4) !important
}

.vs-tabs-secondary button:disabled {
    opacity: .5;
    cursor: default !important
}

.vs-tabs-secondary .activeChild button,
.vs-tabs-secondary button:not(:disabled):hover {
    color: #7931b1 !important
}

.vs-tabs-secondary .activeChild button:active {
    background: #000
}

.vs-tabs-secondary .line-vs-tabs {
    background: linear-gradient(30deg, #7931b1, rgba(121, 49, 177, .5)) !important;
    -webkit-box-shadow: 0 0 8px 0 rgba(121, 49, 177, .4) !important;
    box-shadow: 0 0 8px 0 rgba(121, 49, 177, .4) !important
}

.vs-tabs-danger button:disabled {
    opacity: .5;
    cursor: default !important
}

.vs-tabs-danger .activeChild button,
.vs-tabs-danger button:not(:disabled):hover {
    color: #ff4757 !important
}

.vs-tabs-danger .activeChild button:active {
    background: #000
}

.vs-tabs-danger .line-vs-tabs {
    background: linear-gradient(30deg, #ff4757, rgba(255, 71, 87, .5)) !important;
    -webkit-box-shadow: 0 0 8px 0 rgba(255, 71, 87, .4) !important;
    box-shadow: 0 0 8px 0 rgba(255, 71, 87, .4) !important
}

.vs-tabs-success button:disabled {
    opacity: .5;
    cursor: default !important
}

.vs-tabs-success .activeChild button,
.vs-tabs-success button:not(:disabled):hover {
    color: #46c93a !important
}

.vs-tabs-success .activeChild button:active {
    background: #000
}

.vs-tabs-success .line-vs-tabs {
    background: linear-gradient(30deg, #46c93a, rgba(70, 201, 58, .5)) !important;
    -webkit-box-shadow: 0 0 8px 0 rgba(70, 201, 58, .4) !important;
    box-shadow: 0 0 8px 0 rgba(70, 201, 58, .4) !important
}

.vs-tabs-warning button:disabled {
    opacity: .5;
    cursor: default !important
}

.vs-tabs-warning .activeChild button,
.vs-tabs-warning button:not(:disabled):hover {
    color: #ffba00 !important
}

.vs-tabs-warning .activeChild button:active {
    background: #000
}

.vs-tabs-warning .line-vs-tabs {
    background: linear-gradient(30deg, #ffba00, rgba(255, 186, 0, .5)) !important;
    -webkit-box-shadow: 0 0 8px 0 rgba(255, 186, 0, .4) !important;
    box-shadow: 0 0 8px 0 rgba(255, 186, 0, .4) !important
}

.vs-tabs-dark button:disabled {
    opacity: .5;
    cursor: default !important
}

.vs-tabs-dark .activeChild button,
.vs-tabs-dark button:not(:disabled):hover {
    color: #1e1e1e !important
}

.vs-tabs-dark .activeChild button:active {
    background: #000
}

.vs-tabs-dark .line-vs-tabs {
    background: linear-gradient(30deg, #1e1e1e, rgba(30, 30, 30, .5)) !important;
    -webkit-box-shadow: 0 0 8px 0 rgba(30, 30, 30, .4) !important;
    box-shadow: 0 0 8px 0 rgba(30, 30, 30, .4) !important
}

.vs-tabs-light button:disabled {
    opacity: .5;
    cursor: default !important
}

.vs-tabs-light .activeChild button,
.vs-tabs-light button:not(:disabled):hover {
    color: #f5f5f5 !important
}

.vs-tabs-light .activeChild button:active {
    background: #000
}

.vs-tabs-light .line-vs-tabs {
    background: linear-gradient(30deg, #f5f5f5, hsla(0, 0%, 96%, .5)) !important;
    -webkit-box-shadow: 0 0 8px 0 hsla(0, 0%, 96%, .4) !important;
    box-shadow: 0 0 8px 0 hsla(0, 0%, 96%, .4) !important
}

.con-tab {
    padding: 10px
}

.con-tab,
.con-vs-slider {
    position: relative;
    width: 100%;
    display: block
}

.con-vs-slider {
    left: 0;
    margin: 16px 0;
    min-width: 300px
}

.con-vs-slider.disabledx {
    opacity: .4;
    cursor: default
}

.con-vs-slider.disabledx button {
    cursor: default !important;
    pointer-events: none
}

.con-vs-slider .vs-slider {
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: #f0f0f0;
    position: relative;
    cursor: pointer;
    border: 0;
    margin: 0;
    display: block;
    overflow: hidden
}

.con-vs-slider .vs-slider .vs-slider-ticks {
    position: absolute;
    left: 100px;
    background: #d2d2d2;
    width: 4px;
    height: 100%;
    top: 0
}

.con-vs-slider .vs-slider .vs-slider-ticks.isEnd {
    -webkit-transform: translate(-100%);
    transform: translate(-100%)
}

.con-vs-slider .vs-slider .vs-slider-line-one {
    width: 20px;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1
}

.con-vs-slider .vs-slider .vs-slider-line-one.hasTransition {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.con-vs-slider .vs-slider .vs-slider-line-efect {
    width: 0;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    -webkit-transition: opacity .3s ease, width .3s ease;
    transition: opacity .3s ease, width .3s ease;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.con-vs-slider .vs-slider .vs-slider-line-efect:not(.run-effect) {
    opacity: 0 !important;
    width: 0 !important
}

.con-vs-slider .vs-slider .vs-slider-line-efect.run-effect {
    width: 100%;
    -webkit-animation: example .3s ease;
    animation: example .3s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.con-vs-slider .vs-circle-slider {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -6px;
    border-radius: 50%;
    cursor: pointer;
    border: 0;
    margin: 0;
    z-index: 200
}

.con-vs-slider .vs-circle-slider.hasTransition {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.con-vs-slider .vs-circle-slider-two {
    z-index: 100;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -6px;
    border-radius: 50%;
    cursor: pointer;
    border: 0;
    margin: 0;
    color: #fff
}

.con-vs-slider .vs-circle-slider-two.hasTransition {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.con-vs-slider .vs-circles-slider {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: border .2s ease, border-radius .2s ease, -webkit-transform .2s ease;
    transition: border .2s ease, border-radius .2s ease, -webkit-transform .2s ease;
    transition: border .2s ease, transform .2s ease, border-radius .2s ease;
    transition: border .2s ease, transform .2s ease, border-radius .2s ease, -webkit-transform .2s ease;
    display: block;
    background: #fff
}

.con-vs-slider .vs-circles-slider:active {
    border-width: 7px !important
}

.con-vs-slider .vs-circles-slider.isIquals.vs-circle-slider-two {
    border-radius: 50% 50% 0 0;
    -webkit-transform: translate(-50%, -7px) scale(.9) !important;
    transform: translate(-50%, -7px) scale(.9) !important
}

.con-vs-slider .vs-circles-slider.isIquals.vs-circle-slider {
    border-radius: 0 0 50% 50%;
    -webkit-transform: translate(-50%, 6px) scale(.9) !important;
    transform: translate(-50%, 6px) scale(.9) !important
}

.con-vs-slider .vs-circles-slider.changeValue:active {
    border-width: 6px !important
}

.con-vs-slider .vs-circles-slider.changeValue:active .text-circle-slider {
    -webkit-transform: translate(-50%, calc(-100% + -19px)) !important;
    transform: translate(-50%, calc(-100% + -19px)) !important
}

.con-vs-slider .vs-circles-slider.isEndValue {
    border-radius: 50% 0 0 50% !important
}

.con-vs-slider .vs-circles-slider .text-circle-slider {
    color: #fff;
    position: absolute;
    padding: 2px 5px;
    display: block;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -20%) scale(.3);
    transform: translate(-50%, -20%) scale(.3);
    top: 0;
    left: 50%;
    font-size: .75rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.con-vs-slider .vs-circles-slider .text-circle-slider span {
    margin-left: 2px
}

.con-vs-slider .vs-circles-slider .text-circle-slider i {
    font-size: .8rem;
    margin-left: 2px
}

.con-vs-slider .vs-circles-slider .text-circle-slider:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    background: inherit;
    left: 50%;
    bottom: -3px;
    -webkit-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg)
}

.con-vs-slider .vs-circles-slider:hover:not(:active) {
    -webkit-transform: scale(1.2) translate(-50%);
    transform: scale(1.2) translate(-50%)
}

.con-vs-slider .vs-circles-slider:active .text-circle-slider {
    opacity: 1;
    -webkit-transform: translate(-50%, calc(-100% + -13px)) scale(1) rotate(0deg);
    transform: translate(-50%, calc(-100% + -13px)) scale(1) rotate(0deg);
    visibility: visible
}

.vs-slider-primary .vs-slider-line-one {
    background: #1f74ff
}

.vs-slider-primary .vs-circles-slider {
    border: 2px solid #1f74ff
}

.vs-slider-primary .text-circle-slider,
.vs-slider-primary .vs-slider-line-efect {
    background: #1f74ff
}

.vs-slider-secondary .vs-slider-line-one {
    background: #7931b1
}

.vs-slider-secondary .vs-circles-slider {
    border: 2px solid #7931b1
}

.vs-slider-secondary .text-circle-slider,
.vs-slider-secondary .vs-slider-line-efect {
    background: #7931b1
}

.vs-slider-danger .vs-slider-line-one {
    background: #ff4757
}

.vs-slider-danger .vs-circles-slider {
    border: 2px solid #ff4757
}

.vs-slider-danger .text-circle-slider,
.vs-slider-danger .vs-slider-line-efect {
    background: #ff4757
}

.vs-slider-success .vs-slider-line-one {
    background: #46c93a
}

.vs-slider-success .vs-circles-slider {
    border: 2px solid #46c93a
}

.vs-slider-success .text-circle-slider,
.vs-slider-success .vs-slider-line-efect {
    background: #46c93a
}

.vs-slider-warning .vs-slider-line-one {
    background: #ffba00
}

.vs-slider-warning .vs-circles-slider {
    border: 2px solid #ffba00
}

.vs-slider-warning .text-circle-slider,
.vs-slider-warning .vs-slider-line-efect {
    background: #ffba00
}

.vs-slider-dark .vs-slider-line-one {
    background: #1e1e1e
}

.vs-slider-dark .vs-circles-slider {
    border: 2px solid #1e1e1e
}

.vs-slider-dark .text-circle-slider,
.vs-slider-dark .vs-slider-line-efect {
    background: #1e1e1e
}

.vs-slider-light .vs-slider-line-one {
    background: #f5f5f5
}

.vs-slider-light .vs-circles-slider {
    border: 2px solid #f5f5f5
}

.vs-slider-light .text-circle-slider,
.vs-slider-light .vs-slider-line-efect {
    background: #f5f5f5
}

@-webkit-keyframes example {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes example {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.vs-input-number {
    position: relative;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px 10px;
    background: #f5f5f5;
    padding: 2px;
    border-radius: 5px
}

.vs-input-number.isChangeValue input {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    opacity: .5
}

.vs-input-number input {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 40px;
    min-width: 40px;
    border: 0;
    text-align: center;
    background: transparent;
    padding: 4px;
    -moz-appearance: textfield
}

.vs-input-number input[type=number]::-webkit-inner-spin-button,
.vs-input-number input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.vs-input-number button {
    min-width: 22px;
    min-height: 22px;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.vs-input-number button:disabled {
    opacity: .5 !important
}

.vs-input-number button i {
    font-size: .9rem
}

.vs-input-number button.btn-plus {
    -webkit-transform: translate(10px);
    transform: translate(10px)
}

.vs-input-number button.btn-plus:active {
    -webkit-transform: scale(.9) translate(10px) !important;
    transform: scale(.9) translate(10px) !important
}

.vs-input-number button.btn-less {
    -webkit-transform: translate(-10px);
    transform: translate(-10px)
}

.vs-input-number button.btn-less:active {
    -webkit-transform: scale(.9) translate(-10px) !important;
    transform: scale(.9) translate(-10px) !important
}

.vs-input-number.vs-input-number-size-medium input {
    padding: 3px;
    font-size: .8rem
}

.vs-input-number.vs-input-number-size-medium button {
    min-width: 19px;
    min-height: 19px
}

.vs-input-number.vs-input-number-size-medium button i {
    font-size: .8rem
}

.vs-input-number.vs-input-number-size-medium button.btn-plus {
    -webkit-transform: translate(8px);
    transform: translate(8px)
}

.vs-input-number.vs-input-number-size-medium button.btn-plus:active {
    -webkit-transform: scale(.9) translate(8px) !important;
    transform: scale(.9) translate(8px) !important
}

.vs-input-number.vs-input-number-size-medium button.btn-less {
    -webkit-transform: translate(-8px);
    transform: translate(-8px)
}

.vs-input-number.vs-input-number-size-medium button.btn-less:active {
    -webkit-transform: scale(.9) translate(-8px) !important;
    transform: scale(.9) translate(-8px) !important
}

.vs-input-number.vs-input-number-size-small input {
    padding: 2px;
    font-size: .7rem
}

.vs-input-number.vs-input-number-size-small button {
    min-width: 16px;
    min-height: 16px
}

.vs-input-number.vs-input-number-size-small button i {
    font-size: .7rem
}

.vs-input-number.vs-input-number-size-small button.btn-plus {
    -webkit-transform: translate(7px);
    transform: translate(7px)
}

.vs-input-number.vs-input-number-size-small button.btn-plus:active {
    -webkit-transform: scale(.9) translate(7px) !important;
    transform: scale(.9) translate(7px) !important
}

.vs-input-number.vs-input-number-size-small button.btn-less {
    -webkit-transform: translate(-7px);
    transform: translate(-7px)
}

.vs-input-number.vs-input-number-size-small button.btn-less:active {
    -webkit-transform: scale(.9) translate(-7px) !important;
    transform: scale(.9) translate(-7px) !important
}

.vs-input-number.vs-input-number-size-mini input {
    padding: 1px;
    font-size: .6rem
}

.vs-input-number.vs-input-number-size-mini button {
    min-width: 14px;
    min-height: 14px
}

.vs-input-number.vs-input-number-size-mini button i {
    font-size: .6rem
}

.vs-input-number.vs-input-number-size-mini button.btn-plus {
    -webkit-transform: translate(6px);
    transform: translate(6px)
}

.vs-input-number.vs-input-number-size-mini button.btn-plus:active {
    -webkit-transform: scale(.9) translate(6px) !important;
    transform: scale(.9) translate(6px) !important
}

.vs-input-number.vs-input-number-size-mini button.btn-less {
    -webkit-transform: translate(-6px);
    transform: translate(-6px)
}

.vs-input-number.vs-input-number-size-mini button.btn-less:active {
    -webkit-transform: scale(.9) translate(-6px) !important;
    transform: scale(.9) translate(-6px) !important
}

.vs-input-number-primary button {
    background: #1f74ff
}

.vs-input-number-primary button:hover {
    -webkit-box-shadow: 0 3px 12px 0 rgba(31, 116, 255, .4);
    box-shadow: 0 3px 12px 0 rgba(31, 116, 255, .4)
}

.vs-input-number-secondary button {
    background: #7931b1
}

.vs-input-number-secondary button:hover {
    -webkit-box-shadow: 0 3px 12px 0 rgba(121, 49, 177, .4);
    box-shadow: 0 3px 12px 0 rgba(121, 49, 177, .4)
}

.vs-input-number-danger button {
    background: #ff4757
}

.vs-input-number-danger button:hover {
    -webkit-box-shadow: 0 3px 12px 0 rgba(255, 71, 87, .4);
    box-shadow: 0 3px 12px 0 rgba(255, 71, 87, .4)
}

.vs-input-number-success button {
    background: #46c93a
}

.vs-input-number-success button:hover {
    -webkit-box-shadow: 0 3px 12px 0 rgba(70, 201, 58, .4);
    box-shadow: 0 3px 12px 0 rgba(70, 201, 58, .4)
}

.vs-input-number-warning button {
    background: #ffba00
}

.vs-input-number-warning button:hover {
    -webkit-box-shadow: 0 3px 12px 0 rgba(255, 186, 0, .4);
    box-shadow: 0 3px 12px 0 rgba(255, 186, 0, .4)
}

.vs-input-number-dark button {
    background: #1e1e1e
}

.vs-input-number-dark button:hover {
    -webkit-box-shadow: 0 3px 12px 0 rgba(30, 30, 30, .4);
    box-shadow: 0 3px 12px 0 rgba(30, 30, 30, .4)
}

.vs-input-number-light button {
    background: #f5f5f5
}

.vs-input-number-light button:hover {
    -webkit-box-shadow: 0 3px 12px 0 hsla(0, 0%, 96%, .4);
    box-shadow: 0 3px 12px 0 hsla(0, 0%, 96%, .4)
}

.vs-tooltip {
    display: block;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 40000;
    background: #323232;
    padding: 5px 7px;
    font-size: 12px;
    border-radius: 6px;
    max-width: 220px;
    color: #fff
}

.vs-tooltip h4 {
    font-size: 13px;
    width: 100%;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: center
}

.vs-tooltip:after {
    content: "";
    background: inherit;
    width: 8px;
    height: 8px;
    position: absolute;
    display: block
}

.vs-tooltip.vs-tooltip-top:after {
    bottom: -6px
}

.vs-tooltip.vs-tooltip-bottom:after,
.vs-tooltip.vs-tooltip-top:after {
    -webkit-transform: rotate(45deg) translate(-50%);
    transform: rotate(45deg) translate(-50%);
    left: 50%
}

.vs-tooltip.vs-tooltip-bottom:after {
    top: -1px
}

.vs-tooltip.vs-tooltip-left:after {
    right: -1px
}

.vs-tooltip.vs-tooltip-left:after,
.vs-tooltip.vs-tooltip-right:after {
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 50%
}

.vs-tooltip.vs-tooltip-right:after {
    left: -6px
}

.tooltip-fade-enter-active,
.tooltip-fade-leave-active {
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s
}

.tooltip-fade-enter,
.tooltip-fade-leave-to {
    opacity: 0
}

.tooltip-fade-enter.vs-tooltip-top,
.tooltip-fade-leave-to.vs-tooltip-top {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tooltip-fade-enter.vs-tooltip-bottom,
.tooltip-fade-leave-to.vs-tooltip-bottom {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.tooltip-fade-enter.vs-tooltip-left,
.tooltip-fade-leave-to.vs-tooltip-left {
    -webkit-transform: translate(-10px);
    transform: translate(-10px)
}

.tooltip-fade-enter.vs-tooltip-right,
.tooltip-fade-leave-to.vs-tooltip-right {
    -webkit-transform: translate(10px);
    transform: translate(10px)
}

.vs-tooltip-primary {
    background: #1f74ff
}

.vs-tooltip-secondary {
    background: #7931b1
}

.vs-tooltip-danger {
    background: #ff4757
}

.vs-tooltip-success {
    background: #46c93a
}

.vs-tooltip-warning {
    background: #ffba00
}

.vs-tooltip-dark {
    background: #1e1e1e
}

.vs-tooltip-light {
    background: #f5f5f5
}

.con-input-upload,
.con-upload {
    width: 100%;
    position: relative
}

.con-input-upload {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px dashed rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.con-input-upload:hover {
    border: 1px dashed rgba(31, 116, 255, .5)
}

.con-input-upload.disabled-upload {
    opacity: .5;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.con-input-upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: pointer
}

.con-input-upload .text-input {
    min-width: 200px;
    display: block;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    font-weight: 700
}

.con-input-upload .input-progress {
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 29%;
    background: #1f74ff;
    border-radius: 10px
}

.con-input-upload .btn-upload-all {
    border: 0;
    padding: 4px;
    border-radius: 5px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: .8rem;
    z-index: 500;
    cursor: pointer;
    margin: 0;
    color: #1f74ff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1)
}

.con-input-upload .btn-upload-all:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1)
}

.con-input-upload.on-progress-all-upload {
    width: 100%;
    height: 4px;
    overflow: hidden;
    padding: 0;
    border: 0 solid transparent
}

.con-input-upload.on-progress-all-upload .btn-upload-all,
.con-input-upload.on-progress-all-upload .text-input {
    opacity: 0;
    -webkit-transform: translate(-40px);
    transform: translate(-40px)
}

.con-input-upload.is-ready-all-upload .input-progress {
    background: #46c93a !important
}

.con-img-upload {
    width: 100%;
    background: #fff;
    position: relative;
    border-radius: 10px;
    margin-top: 5px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-column-gap: 5px;
    column-gap: 5px;
    display: inline-block;
    margin-top: 40px;
}

.con-img-upload .img-upload {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    float: left;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(0, 80, 0, .5);
    background: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 200px;
    height: 200px;
    margin: 5px;
    position: relative;
    cursor: pointer
}

.con-img-upload .img-upload.fileError {
    border: 1px solid rgba(255, 71, 87, .2);
    -webkit-box-shadow: 0 5px 20px 0 rgba(255, 71, 87, .2);
    box-shadow: 0 5px 20px 0 rgba(255, 71, 87, .2)
}

.con-img-upload .img-upload.fileError .btn-upload-file {
    background: rgba(255, 71, 87, .3) !important
}

.con-img-upload .img-upload.fileError .btn-upload-file i {
    background: #ff4757 !important
}

.con-img-upload .img-upload.removeItem {
    -webkit-transition: all .3s ease, height .2s ease .2s;
    transition: all .3s ease, height .2s ease .2s;
    opacity: 0 !important;
    width: 0 !important;
    visibility: hidden;
    margin: 0 !important;
    height: 0 !important
}

.con-img-upload .img-upload img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.con-img-upload .img-upload:hover {
    -webkit-transform: scale(.99);
    transform: scale(.99);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1)
}

.con-img-upload .img-upload:hover .btn-x-file {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.con-img-upload .img-upload:hover .btn-upload-file {
    opacity: 1;
    -webkit-transform: translate(-50%, 65%);
    transform: translate(-50%, 65%)
}

.con-img-upload .img-upload .btn-x-file {
    display: block;
    position: absolute;
    top: 5px;
    padding: 0;
    right: 5px;
    margin: 0;
    -webkit-transform: translate(20%, -20%);
    transform: translate(20%, -20%);
    background: transparent;
    z-index: 300;
    opacity: 0;
    border: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 10px
}

.con-img-upload .img-upload .btn-x-file i {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
    padding: 4px;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    background: rgba(0, 0, 0, .1);
    color: #fff;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .5)
}

.con-img-upload .img-upload .btn-x-file:hover i {
    border-radius: 50%;
    background: #ff4757
}

.con-img-upload .img-upload .btn-x-file:hover~.btn-upload-file:not(.on-progress) {
    background: radial-gradient(ellipse at center, #ff4757 0, transparent 70%);
    height: 300px
}

.con-img-upload .img-upload .btn-x-file:hover~.btn-upload-file:not(.on-progress):after {
    border: 1px solid #ff4757
}

.con-img-upload .img-upload .btn-x-file:hover~.btn-upload-file:not(.on-progress) i {
    opacity: 0
}

.con-img-upload .img-upload .btn-x-file:hover~.on-progress {
    background: rgba(255, 71, 87, .2)
}

.con-img-upload .img-upload .btn-x-file:hover~.on-progress i {
    opacity: 0
}

.con-img-upload .img-upload .btn-x-file:hover~img {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%)
}

.con-img-upload .img-upload .text-archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: 5px
}

.con-img-upload .img-upload .text-archive i {
    position: absolute;
    font-size: 7rem;
    opacity: .05
}

.con-img-upload .img-upload .text-archive span {
    position: relative;
    padding: 5px
}

.con-img-upload .img-upload .btn-upload-file {
    margin: 0;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 200;
    border-radius: 50%;
    width: 300px;
    height: 200px;
    -webkit-transform: translate(-50%, 80%);
    transform: translate(-50%, 80%);
    border: 0;
    background: radial-gradient(ellipse at center, #46c93a 0, transparent 70%);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation: imageRebound .7s ease !important;
    animation: imageRebound .7s ease !important
}

.con-img-upload .img-upload .btn-upload-file:after {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: 100;
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    border-radius: 50%;
    border: 1px solid #46c93a;
    -webkit-animation: circle 1.5s ease infinite;
    animation: circle 1.5s ease infinite
}

.con-img-upload .img-upload .btn-upload-file:not(.on-progress):hover {
    width: 200px;
    height: 200px;
    -webkit-transform: translate(-50%, 70%);
    transform: translate(-50%, 70%)
}

.con-img-upload .img-upload .btn-upload-file:not(.on-progress):hover i {
    font-size: 1.4rem;
    background: #46c93a;
    top: 6%;
    padding: 10px
}

.con-img-upload .img-upload .btn-upload-file i {
    z-index: 50;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    left: 50%;
    top: 12%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    color: #fff;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    padding: 20px;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.con-img-upload .img-upload .btn-upload-file span {
    opacity: 0;
    z-index: 300
}

.con-img-upload .img-upload .btn-upload-file.on-progress {
    width: 100%;
    height: 20px;
    background: rgba(70, 201, 58, .3);
    border-top: 1px solid #46c93a;
    bottom: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    left: 0;
    opacity: 1 !important;
    overflow: hidden;
    border-radius: 0;
    pointer-events: none
}

.con-img-upload .img-upload .btn-upload-file.on-progress i {
    opacity: .2;
    background: #46c93a;
    -webkit-box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .15);
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    padding: 20px
}

.con-img-upload .img-upload .btn-upload-file.on-progress span {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
    color: #fff;
    font-size: 1rem;
    position: absolute;
    top: calc(50% + 40px);
    left: 0;
    text-align: center;
    width: 100%;
    text-shadow: 0 3px 15px #46c93a;
    font-weight: 700;
    z-index: 300;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.con-img-upload .img-upload .btn-upload-file.ready-progress {
    border-top: 0 solid #46c93a;
    background: rgba(70, 201, 58, .5)
}

.con-img-upload .img-upload .btn-upload-file.ready-progress span {
    z-index: 10;
    -webkit-transform: translateY(-50%) scale(.5);
    transform: translateY(-50%) scale(.5);
    top: calc(50% + 20px);
    opacity: 0
}

.con-img-upload .img-upload .btn-upload-file.ready-progress:after {
    opacity: 0
}

.con-img-upload .img-upload .btn-upload-file.ready-progress i {
    opacity: 1;
    background: #46c93a;
    -webkit-box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .15);
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    padding: 10px
}

.upload-enter-active {
    -webkit-transition: all .7s ease !important;
    transition: all .7s ease !important;
    -webkit-animation: imageRebound .7s ease !important;
    animation: imageRebound .7s ease !important
}

.view-upload-enter-active,
.view-upload-leave-active {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.view-upload-enter,
.view-upload-leave-to {
    opacity: 0
}

.view-upload-enter img,
.view-upload-leave-to img {
    -webkit-transform: scale(.4);
    transform: scale(.4)
}

.view-upload {
    position: fixed;
    left: 0;
    z-index: 15000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    top: 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.view-upload img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
    position: relative;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-animation: imageRebound .7s ease !important;
    animation: imageRebound .7s ease !important;
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .25);
    background: #fff
}

@-webkit-keyframes imageRebound {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        border-radius: 30%;
        pointer-events: none
    }
    40% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        border-radius: 14px;
        pointer-events: none
    }
    70% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        border-radius: 18px;
        pointer-events: none
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        border-radius: 10px;
        pointer-events: none
    }
}

@keyframes imageRebound {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        border-radius: 30%;
        pointer-events: none
    }
    40% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        border-radius: 14px;
        pointer-events: none
    }
    70% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        border-radius: 18px;
        pointer-events: none
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        border-radius: 10px;
        pointer-events: none
    }
}

@-webkit-keyframes circle {
    0% {
        width: 0;
        height: 0
    }
    to {
        width: 230px;
        height: 230px;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        width: 0;
        height: 0
    }
    to {
        width: 230px;
        height: 230px;
        opacity: 0
    }
}

.popup-t-enter,
.popup-t-leave-to {
    opacity: 0 !important
}

.popup-t-enter .vs-popup,
.popup-t-leave-to .vs-popup {
    -webkit-transform: scale(.9) !important;
    transform: scale(.9) !important
}

.popup-t-enter .vs-popup-cancel,
.popup-t-leave-to .vs-popup-cancel {
    border-radius: 50% !important;
    -webkit-transform: translate(8px, -8px) scale(.5) !important;
    transform: translate(8px, -8px) scale(.5) !important
}

.popup-t-enter .vs-popup-text,
.popup-t-leave-to .vs-popup-text {
    opacity: 0;
    -webkit-transform: translate(-15px) !important;
    transform: translate(-15px) !important
}

.popup-t-enter header h3,
.popup-t-leave-to header h3 {
    -webkit-transform: translate(-50px);
    transform: translate(-50px);
    opacity: 0
}

.con-vs-popup {
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 100px;
    top: 100px;
    left: 0;
    top: 0;
    z-index: 20000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1
}

.con-vs-popup .vs-popup-dark {
    width: 100%;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 1
}

.con-vs-popup .vs-popup {
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 100;
    width: 600px;
    margin: 10px;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    background: #fff;
    -webkit-animation: rebound .3s;
    animation: rebound .3s
}

.con-vs-popup .vs-popup .vs-popup-text {
    padding: 13px;
    font-size: .9em;
    -webkit-transition: all .23s ease .1s;
    transition: all .23s ease .1s;
    overflow: auto;
    max-height: calc(100vh - 100px);
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc(100% - 5px)
}

.con-vs-popup .vs-popup header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(0, 0, 0, .05);
    border-radius: 5px 5px;
    position: relative
}

.con-vs-popup .vs-popup header .con-title-after {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0
}

.con-vs-popup .vs-popup header h3 {
    -webkit-transition: all .23s ease .1s;
    transition: all .23s ease .1s;
    padding: 8px;
    padding-left: 12px;
    font-size: 1.2rem
}

.con-vs-popup .vs-popup header .vs-popup-cancel {
    -webkit-transition: all .23s ease .1s;
    transition: all .23s ease .1s;
    position: relative;
    padding: 8px;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
    background: #fff;
    font-size: 1.25em;
    color: rgba(0, 0, 0, .6)
}

.con-vs-popup .vs-popup header .vs-popup-cancel:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    -webkit-transform: translate(5px, -5px);
    transform: translate(5px, -5px)
}

.con-vs-popup.fullscreen .vs-popup {
    width: 100%;
    height: 100%
}

.vs-popup-primary .after {
    background: #1f74ff
}

.vs-popup-secondary .after {
    background: #7931b1
}

.vs-popup-danger .after {
    background: #ff4757
}

.vs-popup-success .after {
    background: #46c93a
}

.vs-popup-warning .after {
    background: #ffba00
}

.vs-popup-dark .after {
    background: #1e1e1e
}

.vs-popup-light .after {
    background: #f5f5f5
}

.con-vs-alert {
    border-radius: 6px;
    color: #fff;
    width: 100%;
    position: relative;
    font-size: .8rem;
    cursor: default;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    overflow: hidden
}

.con-vs-alert .icon-alert {
    height: 100%;
    position: relative;
    float: left;
    padding: 0 10px;
    padding-left: 5px;
    font-size: 1.1rem
}

.con-vs-alert .vs-alert {
    padding: 10px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.con-vs-alert h4 {
    font-size: .9rem;
    font-weight: 700;
    padding: 8px 10px
}

.con-vs-alert .con-x {
    position: relative;
    margin-top: 4px;
    margin-right: 4px;
    display: inline-block;
    float: right;
    padding: 4px;
    border-radius: 6px;
    padding-bottom: 1px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.con-vs-alert .con-x:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1)
}

.con-vs-alert-primary {
    background: rgba(31, 116, 255, .15);
    -webkit-box-shadow: 0 0 25px 0 rgba(31, 116, 255, .15);
    box-shadow: 0 0 25px 0 rgba(31, 116, 255, .15);
    color: #1f74ff
}

.con-vs-alert-primary h4 {
    -webkit-box-shadow: 0 6px 15px -7px rgba(31, 116, 255, .4);
    box-shadow: 0 6px 15px -7px rgba(31, 116, 255, .4)
}

.con-vs-alert-primary .con-x {
    background: #1f74ff;
    color: #fff
}

.con-vs-alert-secondary {
    background: rgba(121, 49, 177, .15);
    -webkit-box-shadow: 0 0 25px 0 rgba(121, 49, 177, .15);
    box-shadow: 0 0 25px 0 rgba(121, 49, 177, .15);
    color: #7931b1
}

.con-vs-alert-secondary h4 {
    -webkit-box-shadow: 0 6px 15px -7px rgba(121, 49, 177, .4);
    box-shadow: 0 6px 15px -7px rgba(121, 49, 177, .4)
}

.con-vs-alert-secondary .con-x {
    background: #7931b1;
    color: #fff
}

.con-vs-alert-danger {
    background: rgba(255, 71, 87, .15);
    -webkit-box-shadow: 0 0 25px 0 rgba(255, 71, 87, .15);
    box-shadow: 0 0 25px 0 rgba(255, 71, 87, .15);
    color: #ff4757
}

.con-vs-alert-danger h4 {
    -webkit-box-shadow: 0 6px 15px -7px rgba(255, 71, 87, .4);
    box-shadow: 0 6px 15px -7px rgba(255, 71, 87, .4)
}

.con-vs-alert-danger .con-x {
    background: #ff4757;
    color: #fff
}

.con-vs-alert-success {
    background: rgba(70, 201, 58, .15);
    -webkit-box-shadow: 0 0 25px 0 rgba(70, 201, 58, .15);
    box-shadow: 0 0 25px 0 rgba(70, 201, 58, .15);
    color: #46c93a
}

.con-vs-alert-success h4 {
    -webkit-box-shadow: 0 6px 15px -7px rgba(70, 201, 58, .4);
    box-shadow: 0 6px 15px -7px rgba(70, 201, 58, .4)
}

.con-vs-alert-success .con-x {
    background: #46c93a;
    color: #fff
}

.con-vs-alert-warning {
    background: rgba(255, 186, 0, .15);
    -webkit-box-shadow: 0 0 25px 0 rgba(255, 186, 0, .15);
    box-shadow: 0 0 25px 0 rgba(255, 186, 0, .15);
    color: #ffba00
}

.con-vs-alert-warning h4 {
    -webkit-box-shadow: 0 6px 15px -7px rgba(255, 186, 0, .4);
    box-shadow: 0 6px 15px -7px rgba(255, 186, 0, .4)
}

.con-vs-alert-warning .con-x {
    background: #ffba00;
    color: #fff
}

.con-vs-alert-dark {
    background: rgba(30, 30, 30, .15);
    -webkit-box-shadow: 0 0 25px 0 rgba(30, 30, 30, .15);
    box-shadow: 0 0 25px 0 rgba(30, 30, 30, .15);
    color: #1e1e1e
}

.con-vs-alert-dark h4 {
    -webkit-box-shadow: 0 6px 15px -7px rgba(30, 30, 30, .4);
    box-shadow: 0 6px 15px -7px rgba(30, 30, 30, .4)
}

.con-vs-alert-dark .con-x {
    background: #1e1e1e;
    color: #fff
}

.con-vs-alert-light {
    background: hsla(0, 0%, 96%, .15);
    -webkit-box-shadow: 0 0 25px 0 hsla(0, 0%, 96%, .15);
    box-shadow: 0 0 25px 0 hsla(0, 0%, 96%, .15);
    color: #f5f5f5
}

.con-vs-alert-light h4 {
    -webkit-box-shadow: 0 6px 15px -7px hsla(0, 0%, 96%, .4);
    box-shadow: 0 6px 15px -7px hsla(0, 0%, 96%, .4)
}

.con-vs-alert-light .con-x {
    background: #f5f5f5;
    color: #fff
}

.con-vs-chip {
    background: #f0f0f0;
    border-radius: 20px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .7rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 2px;
    margin-bottom: 3px;
    min-height: 28px;
    padding-right: 10px;
    color: rgba(0, 0, 0, .7);
    position: relative
}

.con-vs-chip.closable {
    padding-right: 0 !important
}

.con-vs-chip.con-color .con-vs-avatar {
    background: hsla(0, 0%, 100%, .2) !important
}

.con-vs-chip .btn-close {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 0;
    margin: 0 4px;
    cursor: pointer;
    background: rgba(0, 0, 0, .15) !important;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.con-vs-chip .btn-close:hover {
    background: #ff4757 !important
}

.con-vs-chip .btn-close i {
    font-size: .9rem
}

.con-vs-chip .con-vs-avatar {
    width: 24px;
    height: 24px;
    position: relative;
    display: block;
    margin: 2px 0 !important;
    -webkit-transform: translate(-8px);
    transform: translate(-8px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, .15) !important
}

.con-vs-chip .con-vs-avatar .material-icons {
    margin-top: 0 !important;
    font-size: .8rem
}

.con-vs-chip .text-chip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px
}

.vs-chip-primary {
    background: #1f74ff
}

.vs-chip-secondary {
    background: #7931b1
}

.vs-chip-danger {
    background: #ff4757
}

.vs-chip-success {
    background: #46c93a
}

.vs-chip-warning {
    background: #ffba00
}

.vs-chip-dark {
    background: #1e1e1e
}

.vs-chip-light {
    background: #f5f5f5
}

.indeterminate-bar {
    position: absolute;
    width: 0;
    height: 100%;
    left: -100%;
    top: 0;
    border-radius: 2px;
    -webkit-animation: indeterminate 1.2s ease infinite;
    animation: indeterminate 1.2s ease infinite;
    border-radius: 20px
}

.vs-progress-background {
    width: 100%;
    border-radius: 18px;
    background-color: rgba(0, 0, 0, .06);
    z-index: 50;
    position: relative;
    display: inline-block;
    overflow: hidden
}

.vs-progress-foreground {
    z-index: 100;
    height: 100%;
    border-radius: 18px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.vs-progress-primary {
    background: rgba(31, 116, 255, .1)
}

.vs-progress-primary .indeterminate-bar,
.vs-progress-primary .vs-progress-foreground {
    background: #1f74ff
}

.vs-progress-secondary {
    background: rgba(121, 49, 177, .1)
}

.vs-progress-secondary .indeterminate-bar,
.vs-progress-secondary .vs-progress-foreground {
    background: #7931b1
}

.vs-progress-danger {
    background: rgba(255, 71, 87, .1)
}

.vs-progress-danger .indeterminate-bar,
.vs-progress-danger .vs-progress-foreground {
    background: #ff4757
}

.vs-progress-success {
    background: rgba(70, 201, 58, .1)
}

.vs-progress-success .indeterminate-bar,
.vs-progress-success .vs-progress-foreground {
    background: #46c93a
}

.vs-progress-warning {
    background: rgba(255, 186, 0, .1)
}

.vs-progress-warning .indeterminate-bar,
.vs-progress-warning .vs-progress-foreground {
    background: #ffba00
}

.vs-progress-dark {
    background: rgba(30, 30, 30, .1)
}

.vs-progress-dark .indeterminate-bar,
.vs-progress-dark .vs-progress-foreground {
    background: #1e1e1e
}

.vs-progress-light {
    background: hsla(0, 0%, 96%, .1)
}

.vs-progress-light .indeterminate-bar,
.vs-progress-light .vs-progress-foreground {
    background: #f5f5f5
}

@-webkit-keyframes indeterminate {
    0% {
        width: 30%;
        left: -40%
    }
    60% {
        left: 100%;
        width: 100%
    }
    to {
        left: 100%;
        width: 0
    }
}

@keyframes indeterminate {
    0% {
        width: 30%;
        left: -40%
    }
    60% {
        left: 100%;
        width: 100%
    }
    to {
        left: 100%;
        width: 0
    }
}

.vs-collapse {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 10px;
    color: #f5f5f5;
    cursor: pointer
}

.vs-collapse-primary {
    color: #1f74ff
}

.vs-collapse-primary:hover {
    background: rgba(31, 116, 255, .1) !important
}

.vs-collapse-secondary {
    color: #7931b1
}

.vs-collapse-secondary:hover {
    background: rgba(121, 49, 177, .1) !important
}

.vs-collapse-danger {
    color: #ff4757
}

.vs-collapse-danger:hover {
    background: rgba(255, 71, 87, .1) !important
}

.vs-collapse-success {
    color: #46c93a
}

.vs-collapse-success:hover {
    background: rgba(70, 201, 58, .1) !important
}

.vs-collapse-warning {
    color: #ffba00
}

.vs-collapse-warning:hover {
    background: rgba(255, 186, 0, .1) !important
}

.vs-collapse-dark {
    color: #1e1e1e
}

.vs-collapse-dark:hover {
    background: rgba(30, 30, 30, .1) !important
}

.vs-collapse-light {
    color: #f5f5f5
}

.vs-collapse-light:hover {
    background: hsla(0, 0%, 96%, .1) !important
}

.vs-notifications {
    position: fixed;
    z-index: 200000;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: default;
    max-width: 350px;
    min-width: 200px
}

.vs-notifications:active {
    opacity: .8
}

.vs-notifications .content-noti {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.vs-notifications .content-noti .con-text-noti {
    width: 100%
}

.vs-notifications .content-noti .vs-icon-noti {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
    display: block;
    padding: 5px;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 6px;
    font-size: 20px;
    -webkit-animation: openicon .4s ease;
    animation: openicon .4s ease
}

.vs-notifications h3,
.vs-notifications p {
    z-index: 100;
    position: relative;
    -webkit-animation: open .4s ease;
    animation: open .4s ease
}

.vs-notifications h3 {
    font-size: 16px;
    padding: 5px;
    padding-bottom: 0
}

.vs-notifications p {
    font-size: 14px;
    padding: 5px;
    padding-right: 10px
}

.vs-notifications.vs-noti-active h3,
.vs-notifications.vs-noti-active p {
    opacity: 1
}

.vs-notifications .filling {
    display: block;
    position: absolute;
    -webkit-transition: all .45s ease;
    transition: all .45s ease;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vs-noti-primary .filling {
    background: #1f74ff;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.vs-noti-secondary .filling {
    background: #7931b1;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.vs-noti-danger .filling {
    background: #ff4757;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.vs-noti-success .filling {
    background: #46c93a;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.vs-noti-warning .filling {
    background: #ffba00;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.vs-noti-dark .filling {
    background: #1e1e1e;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.vs-noti-light .filling {
    background: #f5f5f5;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

@-webkit-keyframes open {
    0% {
        opacity: 0;
        -webkit-transform: translate(-30px);
        transform: translate(-30px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

@keyframes open {
    0% {
        opacity: 0;
        -webkit-transform: translate(-30px);
        transform: translate(-30px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

@-webkit-keyframes openicon {
    0% {
        opacity: 0;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes openicon {
    0% {
        opacity: 0;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.dialog-t-enter,
.dialog-t-leave-to {
    opacity: 0 !important
}

.dialog-t-enter .vs-dialog,
.dialog-t-leave-to .vs-dialog {
    -webkit-transform: scale(.9) !important;
    transform: scale(.9) !important
}

.dialog-t-enter .vs-dialog-cancel,
.dialog-t-leave-to .vs-dialog-cancel {
    border-radius: 50% !important;
    -webkit-transform: translate(8px, -8px) scale(.5) !important;
    transform: translate(8px, -8px) scale(.5) !important
}

.dialog-t-enter .vs-dialog-text,
.dialog-t-leave-to .vs-dialog-text {
    opacity: 0;
    -webkit-transform: translate(-15px) !important;
    transform: translate(-15px) !important
}

.dialog-t-enter .after,
.dialog-t-leave-to .after {
    height: 0% !important
}

.dialog-t-enter header h3,
.dialog-t-leave-to header h3 {
    -webkit-transform: translate(-50px);
    transform: translate(-50px);
    opacity: 0
}

.dialog-t-enter footer button,
.dialog-t-leave-to footer button {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0
}

.con-vs-dialog {
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 100px;
    top: 100px;
    left: 0;
    top: 0;
    z-index: 200000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1
}

.con-vs-dialog .vs-dialog-dark {
    width: 100%;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 1
}

.con-vs-dialog .vs-dialog {
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 100;
    width: calc(100% - 20px);
    margin: 10px;
    max-width: 400px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    background: #fff;
    -webkit-animation: rebound .3s;
    animation: rebound .3s
}

.con-vs-dialog .vs-dialog.locked {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.con-vs-dialog .vs-dialog .vs-dialog-text {
    padding: 10px;
    font-size: .875em;
    -webkit-transition: all .23s ease .1s;
    transition: all .23s ease .1s
}

.con-vs-dialog .vs-dialog header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f8f8f8;
    border-radius: 5px 5px;
    position: relative
}

.con-vs-dialog .vs-dialog header .con-title-after {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0
}

.con-vs-dialog .vs-dialog header span.after {
    -webkit-transition: all .23s ease .1s;
    transition: all .23s ease .1s;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 100%;
    display: block
}

.con-vs-dialog .vs-dialog header h3 {
    -webkit-transition: all .23s ease .1s;
    transition: all .23s ease .1s;
    padding: 8px;
    padding-left: 12px;
    font-size: 1.2rem
}

.con-vs-dialog .vs-dialog header .vs-dialog-cancel {
    -webkit-transition: all .23s ease .1s;
    transition: all .23s ease .1s;
    position: relative;
    padding: 8px;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
    background: #fff;
    font-size: 1.25em
}

.con-vs-dialog .vs-dialog header .vs-dialog-cancel:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    -webkit-transform: translate(5px, -5px);
    transform: translate(5px, -5px)
}

.con-vs-dialog .vs-dialog footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.con-vs-dialog .vs-dialog footer button {
    margin-left: 0
}

.con-vs-dialog .vs-dialog footer:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 90%;
    margin-left: 5%;
    height: 1px;
    background: rgba(0, 0, 0, .05)
}

.vs-dialog-primary header {
    color: #1f74ff
}

.vs-dialog-primary .after {
    background: #1f74ff
}

.vs-dialog-secondary header {
    color: #7931b1
}

.vs-dialog-secondary .after {
    background: #7931b1
}

.vs-dialog-danger header {
    color: #ff4757
}

.vs-dialog-danger .after {
    background: #ff4757
}

.vs-dialog-success header {
    color: #46c93a
}

.vs-dialog-success .after {
    background: #46c93a
}

.vs-dialog-warning header {
    color: #ffba00
}

.vs-dialog-warning .after {
    background: #ffba00
}

.vs-dialog-dark header {
    color: #1e1e1e
}

.vs-dialog-dark .after {
    background: #1e1e1e
}

.vs-dialog-light header {
    color: #f5f5f5
}

.vs-dialog-light .after {
    background: #f5f5f5
}

@-webkit-keyframes rebound {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    50% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes rebound {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    50% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.vs-con-loading__container {
    position: relative;
    overflow: hidden
}

.vs-con-loading__container .con-vs-loading {
    position: absolute !important;
    width: 100%;
    height: 100%;
    min-height: 60px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.beforeRemove {
    opacity: 0
}

.con-vs-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: hsla(0, 0%, 100%, .6);
    z-index: 300000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.con-vs-loading.textAfter {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.con-vs-loading .title-loading {
    position: relative;
    padding: 5px
}

.con-vs-loading .effect-click {
    position: absolute;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .1);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.con-vs-loading .vs-loading {
    position: relative;
    width: 55px;
    height: 55px;
    display: block;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid transparent
}

.con-vs-loading .vs-loading .effects {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.con-vs-loading .vs-loading.material {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.con-vs-loading .vs-loading.border .effect-1,
.con-vs-loading .vs-loading.default .effect-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-left: 3px solid #1f74ff;
    -webkit-animation: rotate 1s ease infinite;
    animation: rotate 1s ease infinite;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.con-vs-loading .vs-loading.border .effect-2,
.con-vs-loading .vs-loading.default .effect-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-left: 3px solid #1f74ff;
    -webkit-animation: rotateOpacity 1s ease infinite .1s;
    animation: rotateOpacity 1s ease infinite .1s;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.con-vs-loading .vs-loading.border .effect-3,
.con-vs-loading .vs-loading.default .effect-3 {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-left: 3px solid #1f74ff;
    -webkit-animation: rotateOpacity 1s ease infinite .2s;
    animation: rotateOpacity 1s ease infinite .2s;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.con-vs-loading .vs-loading.border {
    border: 1px solid #f0f0f0
}

.con-vs-loading .vs-loading.border .effect-1,
.con-vs-loading .vs-loading.border .effect-2,
.con-vs-loading .vs-loading.border .effect-3 {
    border: 1px solid transparent;
    border-left: 1px solid #1f74ff
}

.con-vs-loading .vs-loading.point .effect-1 {
    -webkit-animation: scale 1.2s ease infinite;
    animation: scale 1.2s ease infinite
}

.con-vs-loading .vs-loading.point .effect-1,
.con-vs-loading .vs-loading.point .effect-2 {
    background: rgba(31, 116, 255, .4);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.con-vs-loading .vs-loading.point .effect-2 {
    -webkit-animation: scale 1.8s ease infinite;
    animation: scale 1.8s ease infinite
}

.con-vs-loading .vs-loading.point .effect-3 {
    background: rgba(31, 116, 255, .4);
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: scale 3.6s ease-out infinite;
    animation: scale 3.6s ease-out infinite;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.con-vs-loading .vs-loading.radius .effect-1 {
    -webkit-animation: radius 1s ease infinite;
    animation: radius 1s ease infinite
}

.con-vs-loading .vs-loading.radius .effect-1,
.con-vs-loading .vs-loading.radius .effect-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #1f74ff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.con-vs-loading .vs-loading.radius .effect-2 {
    -webkit-animation: radius 2s ease infinite .1s;
    animation: radius 2s ease infinite .1s
}

.con-vs-loading .vs-loading.radius .effect-3 {
    -webkit-animation: radius 3s ease infinite .2s;
    animation: radius 3s ease infinite .2s
}

.con-vs-loading .vs-loading.corners .effect-1,
.con-vs-loading .vs-loading.radius .effect-3 {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #1f74ff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.con-vs-loading .vs-loading.corners .effect-1 {
    -webkit-animation: corners 1s ease infinite;
    animation: corners 1s ease infinite
}

.con-vs-loading .vs-loading.sound {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.con-vs-loading .vs-loading.sound .effect-1 {
    height: 100%;
    -webkit-animation: sound 1.4s ease infinite alternate;
    animation: sound 1.4s ease infinite alternate
}

.con-vs-loading .vs-loading.sound .effect-1,
.con-vs-loading .vs-loading.sound .effect-2 {
    position: relative;
    width: 5px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #1f74ff;
    margin: 0 4px
}

.con-vs-loading .vs-loading.sound .effect-2 {
    height: 60%;
    -webkit-animation: sound .7s ease infinite alternate;
    animation: sound .7s ease infinite alternate
}

.con-vs-loading .vs-loading.sound .effect-3 {
    position: relative;
    width: 5px;
    height: 80%;
    -webkit-animation: sound 1s ease-out infinite alternate;
    animation: sound 1s ease-out infinite alternate;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #1f74ff;
    margin: 0 4px
}

.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite
}

.fade-enter-active,
.fade-leave-active {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.effect-click-leave-active {
    -webkit-transition: all .3s;
    transition: all .3s
}

.effect-click-leave-to {
    opacity: 0;
    width: 1000px !important;
    height: 1000px !important
}

.vs-loading-background-primary {
    background: #1f74ff
}

.vs-loading-color-primary .border .effect-1,
.vs-loading-color-primary .border .effect-2,
.vs-loading-color-primary .border .effect-3,
.vs-loading-color-primary .default .effect-1,
.vs-loading-color-primary .default .effect-2,
.vs-loading-color-primary .default .effect-3 {
    border-left: 3px solid #1f74ff !important
}

.vs-loading-color-primary .border .effect-1,
.vs-loading-color-primary .border .effect-2,
.vs-loading-color-primary .border .effect-3 {
    border-left: 1px solid #1f74ff !important
}

.vs-loading-color-primary .point .effect-1,
.vs-loading-color-primary .point .effect-2,
.vs-loading-color-primary .point .effect-3 {
    background: rgba(31, 116, 255, .4) !important
}

.vs-loading-color-primary .corners .effect-1,
.vs-loading-color-primary .radius .effect-1,
.vs-loading-color-primary .radius .effect-2,
.vs-loading-color-primary .radius .effect-3 {
    border: 3px solid #1f74ff !important
}

.vs-loading-color-primary .sound .effect-1,
.vs-loading-color-primary .sound .effect-2,
.vs-loading-color-primary .sound .effect-3 {
    background: #1f74ff !important
}

.vs-loading-background-secondary {
    background: #7931b1
}

.vs-loading-color-secondary .border .effect-1,
.vs-loading-color-secondary .border .effect-2,
.vs-loading-color-secondary .border .effect-3,
.vs-loading-color-secondary .default .effect-1,
.vs-loading-color-secondary .default .effect-2,
.vs-loading-color-secondary .default .effect-3 {
    border-left: 3px solid #7931b1 !important
}

.vs-loading-color-secondary .border .effect-1,
.vs-loading-color-secondary .border .effect-2,
.vs-loading-color-secondary .border .effect-3 {
    border-left: 1px solid #7931b1 !important
}

.vs-loading-color-secondary .point .effect-1,
.vs-loading-color-secondary .point .effect-2,
.vs-loading-color-secondary .point .effect-3 {
    background: rgba(121, 49, 177, .4) !important
}

.vs-loading-color-secondary .corners .effect-1,
.vs-loading-color-secondary .radius .effect-1,
.vs-loading-color-secondary .radius .effect-2,
.vs-loading-color-secondary .radius .effect-3 {
    border: 3px solid #7931b1 !important
}

.vs-loading-color-secondary .sound .effect-1,
.vs-loading-color-secondary .sound .effect-2,
.vs-loading-color-secondary .sound .effect-3 {
    background: #7931b1 !important
}

.vs-loading-background-danger {
    background: #ff4757
}

.vs-loading-color-danger .border .effect-1,
.vs-loading-color-danger .border .effect-2,
.vs-loading-color-danger .border .effect-3,
.vs-loading-color-danger .default .effect-1,
.vs-loading-color-danger .default .effect-2,
.vs-loading-color-danger .default .effect-3 {
    border-left: 3px solid #ff4757 !important
}

.vs-loading-color-danger .border .effect-1,
.vs-loading-color-danger .border .effect-2,
.vs-loading-color-danger .border .effect-3 {
    border-left: 1px solid #ff4757 !important
}

.vs-loading-color-danger .point .effect-1,
.vs-loading-color-danger .point .effect-2,
.vs-loading-color-danger .point .effect-3 {
    background: rgba(255, 71, 87, .4) !important
}

.vs-loading-color-danger .corners .effect-1,
.vs-loading-color-danger .radius .effect-1,
.vs-loading-color-danger .radius .effect-2,
.vs-loading-color-danger .radius .effect-3 {
    border: 3px solid #ff4757 !important
}

.vs-loading-color-danger .sound .effect-1,
.vs-loading-color-danger .sound .effect-2,
.vs-loading-color-danger .sound .effect-3 {
    background: #ff4757 !important
}

.vs-loading-background-success {
    background: #46c93a
}

.vs-loading-color-success .border .effect-1,
.vs-loading-color-success .border .effect-2,
.vs-loading-color-success .border .effect-3,
.vs-loading-color-success .default .effect-1,
.vs-loading-color-success .default .effect-2,
.vs-loading-color-success .default .effect-3 {
    border-left: 3px solid #46c93a !important
}

.vs-loading-color-success .border .effect-1,
.vs-loading-color-success .border .effect-2,
.vs-loading-color-success .border .effect-3 {
    border-left: 1px solid #46c93a !important
}

.vs-loading-color-success .point .effect-1,
.vs-loading-color-success .point .effect-2,
.vs-loading-color-success .point .effect-3 {
    background: rgba(70, 201, 58, .4) !important
}

.vs-loading-color-success .corners .effect-1,
.vs-loading-color-success .radius .effect-1,
.vs-loading-color-success .radius .effect-2,
.vs-loading-color-success .radius .effect-3 {
    border: 3px solid #46c93a !important
}

.vs-loading-color-success .sound .effect-1,
.vs-loading-color-success .sound .effect-2,
.vs-loading-color-success .sound .effect-3 {
    background: #46c93a !important
}

.vs-loading-background-warning {
    background: #ffba00
}

.vs-loading-color-warning .border .effect-1,
.vs-loading-color-warning .border .effect-2,
.vs-loading-color-warning .border .effect-3,
.vs-loading-color-warning .default .effect-1,
.vs-loading-color-warning .default .effect-2,
.vs-loading-color-warning .default .effect-3 {
    border-left: 3px solid #ffba00 !important
}

.vs-loading-color-warning .border .effect-1,
.vs-loading-color-warning .border .effect-2,
.vs-loading-color-warning .border .effect-3 {
    border-left: 1px solid #ffba00 !important
}

.vs-loading-color-warning .point .effect-1,
.vs-loading-color-warning .point .effect-2,
.vs-loading-color-warning .point .effect-3 {
    background: rgba(255, 186, 0, .4) !important
}

.vs-loading-color-warning .corners .effect-1,
.vs-loading-color-warning .radius .effect-1,
.vs-loading-color-warning .radius .effect-2,
.vs-loading-color-warning .radius .effect-3 {
    border: 3px solid #ffba00 !important
}

.vs-loading-color-warning .sound .effect-1,
.vs-loading-color-warning .sound .effect-2,
.vs-loading-color-warning .sound .effect-3 {
    background: #ffba00 !important
}

.vs-loading-background-dark {
    background: #1e1e1e
}

.vs-loading-color-dark .border .effect-1,
.vs-loading-color-dark .border .effect-2,
.vs-loading-color-dark .border .effect-3,
.vs-loading-color-dark .default .effect-1,
.vs-loading-color-dark .default .effect-2,
.vs-loading-color-dark .default .effect-3 {
    border-left: 3px solid #1e1e1e !important
}

.vs-loading-color-dark .border .effect-1,
.vs-loading-color-dark .border .effect-2,
.vs-loading-color-dark .border .effect-3 {
    border-left: 1px solid #1e1e1e !important
}

.vs-loading-color-dark .point .effect-1,
.vs-loading-color-dark .point .effect-2,
.vs-loading-color-dark .point .effect-3 {
    background: rgba(30, 30, 30, .4) !important
}

.vs-loading-color-dark .corners .effect-1,
.vs-loading-color-dark .radius .effect-1,
.vs-loading-color-dark .radius .effect-2,
.vs-loading-color-dark .radius .effect-3 {
    border: 3px solid #1e1e1e !important
}

.vs-loading-color-dark .sound .effect-1,
.vs-loading-color-dark .sound .effect-2,
.vs-loading-color-dark .sound .effect-3 {
    background: #1e1e1e !important
}

.vs-loading-background-light {
    background: #f5f5f5
}

.vs-loading-color-light .border .effect-1,
.vs-loading-color-light .border .effect-2,
.vs-loading-color-light .border .effect-3,
.vs-loading-color-light .default .effect-1,
.vs-loading-color-light .default .effect-2,
.vs-loading-color-light .default .effect-3 {
    border-left: 3px solid #f5f5f5 !important
}

.vs-loading-color-light .border .effect-1,
.vs-loading-color-light .border .effect-2,
.vs-loading-color-light .border .effect-3 {
    border-left: 1px solid #f5f5f5 !important
}

.vs-loading-color-light .point .effect-1,
.vs-loading-color-light .point .effect-2,
.vs-loading-color-light .point .effect-3 {
    background: hsla(0, 0%, 96%, .4) !important
}

.vs-loading-color-light .corners .effect-1,
.vs-loading-color-light .radius .effect-1,
.vs-loading-color-light .radius .effect-2,
.vs-loading-color-light .radius .effect-3 {
    border: 3px solid #f5f5f5 !important
}

.vs-loading-color-light .sound .effect-1,
.vs-loading-color-light .sound .effect-2,
.vs-loading-color-light .sound .effect-3 {
    background: #f5f5f5 !important
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes rotateOpacity {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: .1
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
        opacity: 1
    }
}

@keyframes rotateOpacity {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: .1
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
        opacity: 1
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }
}

@-webkit-keyframes radius {
    0% {
        -webkit-transform: rotate(0deg) scale(.1);
        transform: rotate(0deg) scale(.1);
        opacity: 1
    }
    60% {
        -webkit-transform: rotate(160deg) scale(1);
        transform: rotate(160deg) scale(1);
        opacity: 0
    }
    to {
        -webkit-transform: rotate(0deg) scale(.1);
        transform: rotate(0deg) scale(.1);
        opacity: 1
    }
}

@keyframes radius {
    0% {
        -webkit-transform: rotate(0deg) scale(.1);
        transform: rotate(0deg) scale(.1);
        opacity: 1
    }
    60% {
        -webkit-transform: rotate(160deg) scale(1);
        transform: rotate(160deg) scale(1);
        opacity: 0
    }
    to {
        -webkit-transform: rotate(0deg) scale(.1);
        transform: rotate(0deg) scale(.1);
        opacity: 1
    }
}

@-webkit-keyframes corners {
    0% {
        border-radius: 50%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        border-radius: 50% 50% 50% 20%
    }
    50% {
        border-radius: 50% 50% 20% 30%
    }
    75% {
        border-radius: 50% 20% 30% 30%
    }
    to {
        border-radius: 50%;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@keyframes corners {
    0% {
        border-radius: 50%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        border-radius: 50% 50% 50% 20%
    }
    50% {
        border-radius: 50% 50% 20% 30%
    }
    75% {
        border-radius: 50% 20% 30% 30%
    }
    to {
        border-radius: 50%;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@-webkit-keyframes sound {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: .7
    }
    40% {
        -webkit-transform: scaleY(1.2);
        transform: scaleY(1.2);
        opacity: .5
    }
    70% {
        -webkit-transform: scaleY(.2);
        transform: scaleY(.2);
        opacity: .8
    }
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }
}

@keyframes sound {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: .7
    }
    40% {
        -webkit-transform: scaleY(1.2);
        transform: scaleY(1.2);
        opacity: .5
    }
    70% {
        -webkit-transform: scaleY(.2);
        transform: scaleY(.2);
        opacity: .8
    }
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    to {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    to {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

@-webkit-keyframes colors {
    0% {
        stroke: #4285f4
    }
    25% {
        stroke: #de3e35
    }
    50% {
        stroke: #f7c223
    }
    75% {
        stroke: #1b9a59
    }
    to {
        stroke: #4285f4
    }
}

@keyframes colors {
    0% {
        stroke: #4285f4
    }
    25% {
        stroke: #de3e35
    }
    50% {
        stroke: #f7c223
    }
    75% {
        stroke: #1b9a59
    }
    to {
        stroke: #4285f4
    }
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}