/* COLORS */
/*
--blue: #5e72e4;
--indigo: #5603ad;
--purple: #8965e0;
--pink: #f3a4b5;
--red: #f5365c;
--orange: #fb6340;
--yellow: #ffd600;
--green: #2dce89;
--teal: #11cdef;
--cyan: #2bffc6;
--white: #ffffff;
--gray: #6c757d;
--gray-dark: #32325d;
--light: #ced4da;
--lighter: #e9ecef;
--primary: #e14eca;
--secondary: #f4f5f7;
--success: #00f2c3;
--info: #1d8cf8;
--warning: #ff8d72;
--danger: #fd5d93;
--light: #adb5bd;
--dark: #212529;
--default: #344675;
--white: #ffffff;
--neutral: #ffffff;
*/
.text-blue, .table > tbody > tr > td.text-blue {
    color: #5e72e4 !important;
}
.text-indigo, .table > tbody > tr > td.text-indigo {
    color: #5603ad !important;
}
.text-purple, .table > tbody > tr > td.text-purple {
    color: #8965e0 !important;
}
.text-pink, .table > tbody > tr > td.text-pink {
    color: #f3a4b5 !important;
}
.text-red, .table > tbody > tr > td.text-red {
    color: #f5365c !important;
}
.text-orange, .table > tbody > tr > td.text-orange {
    color: #fb6340 !important;
}
.text-yellow, .table > tbody > tr > td.text-yellow {
    color: #ffd600 !important;
}
.text-green, .table > tbody > tr > td.text-green {
    color: #2dce89 !important;
}
.text-teal, .table > tbody > tr > td.text-teal {
    color: #11cdef !important;
}
.text-cyan, .table > tbody > tr > td.text-cyan {
    color: #2bffc6 !important;
}
.text-white, .table > tbody > tr > td.text-white {
    color: #ffffff !important;
}
/* SWITCH */
.bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 30px;
    border: 0;
    position: relative;
    text-align: left;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.13);
    margin-bottom: 10px;
    line-height: 8px;
    width: 59px !important;
    height: 22px;
    outline: none;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: url(/assets/img/night-sky.png);
    background-position: 50%;
    background-size: cover
}

.bootstrap-switch .bootstrap-switch-container {
    display: inline-flex;
    top: 0;
    height: 22px;
    border-radius: 4px;
    transform: translateZ(0);
    width: 100px !important
}

.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block !important;
    height: 100%;
    color: #fff;
    padding: 6px 10px;
    font-size: 11px;
    text-indent: -5px;
    line-height: 15px;
    transition: .25s ease-out
}

.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on {
    text-align: center;
    z-index: 1;
    float: left;
    line-height: 11px;
    width: 50% !important
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-brown,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-brown {
    color: #fff;
    background: #e14eca
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-blue,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-blue {
    color: #fff;
    background: #1d8cf8
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-green,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-green {
    color: #fff;
    background: #00f2c3
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-orange,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-orange {
    background: #ff8d72;
    color: #fff
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-red,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-red {
    color: #fff;
    background: #fd5d93
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
    color: #fff
}

.bootstrap-switch .bootstrap-switch-label {
    text-align: center;
    z-index: 100;
    color: #333;
    background: #fff;
    width: 18px !important;
    height: 18px !important;
    margin: 0 -11px;
    border-radius: 20px;
    position: absolute;
    float: left;
    top: 2px;
    left: 51%;
    padding: 0;
    box-shadow: 0 1px 11px rgba(0,0,0,.25)
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
    background-color: hsla(0,0%,61%,.9);
    left: 52%
}

.bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label {
    width: 27px !important;
    margin-left: -20px
}

.bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label {
    width: 27px !important;
    margin-left: -11px
}

.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.bootstrap-switch .bootstrap-switch-handle-off {
    text-indent: 6px
}

.bootstrap-switch input[type=checkbox],
.bootstrap-switch input[type=radio] {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.bootstrap-switch input[type=checkbox].form-control,
.bootstrap-switch input[type=radio].form-control {
    height: auto
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
    padding: 6px 16px;
    font-size: 18px;
    line-height: 1.33
}

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-indeterminate,
.bootstrap-switch.bootstrap-switch-readonly {
    cursor: default !important
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: default !important
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    transition: margin-left .5s
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
    margin-left: -2px !important
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
    margin-left: -39px !important
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label:before {
    background-color: #fff
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-red ~ .bootstrap-switch-default {
    background-color: #fd5d93
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-orange ~ .bootstrap-switch-default {
    background-color: #ff8d72
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-green ~ .bootstrap-switch-default {
    background-color: #00f2c3
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-brown ~ .bootstrap-switch-default {
    background-color: #e14eca
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-blue ~ .bootstrap-switch-default {
    background-color: #1d8cf8
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-blue,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-brown,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-green,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-orange,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-red {
    background-color: #e3e3e3
}

.bootstrap-switch-off .bootstrap-switch-handle-on,
.bootstrap-switch-on .bootstrap-switch-handle-off {
    opacity: 0;
    visibility: hidden
}

.bootstrap-switch-off:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background: hsla(0,0%,6%,.7)
}

/* CARD STATS & ICON CIRCLES */
.card-contributions hr,
.card-stats hr {
    margin: 5px 15px
}

.card-stats .info-icon, .circle-icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #e14eca;
    background-image: linear-gradient(to bottom left,#e14eca,#ba54f5,#e14eca);
    background-size: 210% 210%;
    background-position: 100% 0
}

    .card-stats .info-icon i, .circle-icon i {
        color: #fff;
        font-size: 1.7em;
        padding: 14px 13px
    }
    .card-stats .info-icon i.icon, .circle-icon i.icon {
        position: relative;
        top: 0.5em;
    }

    .card-stats .info-icon.icon-danger, .circle-icon.icon-danger {
        background: #fd5d93;
        background-image: linear-gradient(to bottom left,#fd5d93,#ec250d,#fd5d93);
        background-size: 210% 210%;
        background-position: 100% 0
    }

    .card-stats .info-icon.icon-warning, .circle-icon.icon-warning {
        background: #ff8d72;
        background-image: linear-gradient(to bottom left,#ff8d72,#ff6491,#ff8d72);
        background-size: 210% 210%;
        background-position: 100% 0
    }

    .card-stats .info-icon.icon-success, .circle-icon.icon-success {
        background: #00f2c3;
        background-image: linear-gradient(to bottom left,#00f2c3,#0098f0,#00f2c3);
        background-size: 210% 210%;
        background-position: 100% 0
    }

    .card-stats .info-icon.icon-infoo, .circle-icon.icon-infoo {
        background: #1d8cf8;
        background-image: linear-gradient(to bottom left,#1d8cf8,#3358f4,#1d8cf8);
        background-size: 210% 210%;
        background-position: 100% 0
    }

    .card-stats .info-icon.icon-primary, .circle-icon.icon-primary {
        background: #e14eca;
        background-image: linear-gradient(to bottom left,#e14eca,#ba54f5,#e14eca);
        background-size: 210% 210%;
        background-position: 100% 0
    }

.card-stats .numbers {
    text-align: right
}

    .card-stats .numbers .card-title {
        margin-top: 0
    }

    .card-stats .numbers .card-category {
        margin-bottom: 0;
        color: #9a9a9a
    }

.card-stats .card-footer {
    padding: 0
}

.card-stats hr {
    border-color: #2b3553
}

.card-stats .stats {
    color: hsla(0,0%,100%,.6);
    margin: 10px 15px;
    font-size: .9em
}

.card-stats.card-white hr {
    border-color: rgba(43,53,83,.2)
}

@media (max-width:767.98px) {
    .card-stats [class*=col-] .statistics:after {
        display: none
    }
}

/* PAGINATION */

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: 0 .6875rem;
    margin-left: -.0625rem;
    line-height: 1.25;
    color: #fff;
    background-color: transparent;
    border: .0625rem solid #e3e3e3
}

    .page-link:hover {
        z-index: 2;
        color: #6c757d;
        text-decoration: none;
        background-color: #e3e3e3;
        border-color: #e3e3e3
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: none
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #e14eca;
    border-color: #e14eca
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    border-color: #e3e3e3
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: .99925rem;
    line-height: 1.625rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .4285rem;
    border-bottom-left-radius: .4285rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .4285rem;
    border-bottom-right-radius: .4285rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .75rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2857rem;
    border-bottom-left-radius: .2857rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2857rem;
    border-bottom-right-radius: .2857rem
}

.pagination .page-item .page-link {
    border: 0;
    border-radius: 30px !important;
    transition: all .3s;
    margin: 0 3px;
    min-width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-transform: uppercase;
    outline: none
}

    .pagination .page-item .page-link:focus,
    .pagination .page-item .page-link:hover {
        background-color: hsla(0,0%,100%,.1);
        color: #fff;
        border: none;
        box-shadow: none
    }

.pagination .arrow-margin-left,
.pagination .arrow-margin-right {
    position: absolute
}

.pagination .arrow-margin-right {
    right: 0
}

.pagination .arrow-margin-left {
    left: 0
}

.pagination .page-item.active > .page-link {
    color: #fff;
    box-shadow: 0 1px 20px 0 rgba(0,0,0,.1)
}

    .pagination .page-item.active > .page-link,
    .pagination .page-item.active > .page-link:focus,
    .pagination .page-item.active > .page-link:hover {
        background: #e14eca;
        background-image: linear-gradient(to bottom left,#e14eca,#ba54f5,#e14eca);
        background-size: 210% 210%;
        background-position: 100% 0;
        color: #fff
    }

.pagination .page-item.disabled > .page-link {
    opacity: .5
}

.pagination.pagination-info .page-item.active > .page-link,
.pagination.pagination-info .page-item.active > .page-link:focus,
.pagination.pagination-info .page-item.active > .page-link:hover {
    background: #1d8cf8;
    background-image: linear-gradient(to bottom left,#1d8cf8,#3358f4,#1d8cf8);
    background-size: 210% 210%;
    background-position: 100% 0
}

.pagination.pagination-success .page-item.active > .page-link,
.pagination.pagination-success .page-item.active > .page-link:focus,
.pagination.pagination-success .page-item.active > .page-link:hover {
    background: #00f2c3;
    background-image: linear-gradient(to bottom left,#00f2c3,#0098f0,#00f2c3);
    background-size: 210% 210%;
    background-position: 100% 0
}

.pagination.pagination-primary .page-item.active > .page-link,
.pagination.pagination-primary .page-item.active > .page-link:focus,
.pagination.pagination-primary .page-item.active > .page-link:hover {
    background: #e14eca;
    background-image: linear-gradient(to bottom left,#e14eca,#ba54f5,#e14eca);
    background-size: 210% 210%;
    background-position: 100% 0
}

.pagination.pagination-warning .page-item.active > .page-link,
.pagination.pagination-warning .page-item.active > .page-link:focus,
.pagination.pagination-warning .page-item.active > .page-link:hover {
    background: #ff8d72;
    background-image: linear-gradient(to bottom left,#ff8d72,#ff6491,#ff8d72);
    background-size: 210% 210%;
    background-position: 100% 0
}

.pagination.pagination-danger .page-item.active > .page-link,
.pagination.pagination-danger .page-item.active > .page-link:focus,
.pagination.pagination-danger .page-item.active > .page-link:hover {
    background: #fd5d93;
    background-image: linear-gradient(to bottom left,#fd5d93,#ec250d,#fd5d93);
    background-size: 210% 210%;
    background-position: 100% 0
}

.pagination.pagination-neutral .page-item > .page-link {
    color: #fff
}

    .pagination.pagination-neutral .page-item > .page-link:focus,
    .pagination.pagination-neutral .page-item > .page-link:hover {
        background-color: hsla(0,0%,100%,.2);
        color: #fff
    }

.pagination.pagination-neutral .page-item.active > .page-link,
.pagination.pagination-neutral .page-item.active > .page-link:focus,
.pagination.pagination-neutral .page-item.active > .page-link:hover {
    background-color: #fff;
    border-color: #fff;
    color: #e14eca
}

@media (max-width:767.98px) {
    div.dataTables_paginate ul.pagination .page-item:first-of-type,
    div.dataTables_paginate ul.pagination .page-item:last-of-type,
    div.dataTables_paginate ul.pagination .page-item:nth-of-type(2),
    div.dataTables_paginate ul.pagination .page-item:nth-of-type(8) {
        display: none !important
    }
}

/* BOOTSTRAP SELECT */

.bootstrap-select > select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 100%;
    vertical-align: middle
}

    .bootstrap-select.show > .dropdown-menu {
        overflow: visible !important
    }

    .bootstrap-select > .dropdown-toggle {
        position: relative;
        width: 100%;
        text-align: right;
        white-space: nowrap;
        background: transparent !important;
        background-image: none !important;
        border: 1px solid #2b3553;
        padding: 10px;
        margin: 0;
        margin-bottom: 5px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .bootstrap-select > .dropdown-toggle:hover {
            box-shadow: none !important;
            transform: none !important
        }

        .bootstrap-select > .dropdown-toggle:focus {
            outline: none !important
        }

            .bootstrap-select > .dropdown-toggle:focus:active {
                background: none !important
            }

        .bootstrap-select > .dropdown-toggle:after {
            margin-top: -1px
        }

        .bootstrap-select > .dropdown-toggle.bs-placeholder,
        .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
        .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
        .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
            color: #999
        }

            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
                color: hsla(0,0%,100%,.5)
            }

    .bootstrap-select > select {
        position: absolute !important;
        bottom: 0;
        left: 50%;
        display: block !important;
        width: .5px !important;
        height: 100% !important;
        padding: 0 !important;
        opacity: 0 !important;
        border: none;
        z-index: 0 !important
    }

        .bootstrap-select > select.mobile-device {
            top: 0;
            left: 0;
            display: block !important;
            width: 100% !important;
            z-index: 2 !important
        }

    .bootstrap-select.is-invalid .dropdown-toggle,
    .error .bootstrap-select .dropdown-toggle,
    .has-error .bootstrap-select .dropdown-toggle,
    .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
        border-color: #b94a48
    }

    .bootstrap-select.is-valid .dropdown-toggle,
    .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
        border-color: #28a745
    }

    .bootstrap-select.fit-width {
        width: auto !important
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%
    }

    .bootstrap-select.form-control {
        margin-bottom: 0;
        padding: 0;
        border: none
    }

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

    .bootstrap-select.dropdown-menu-right,
    .bootstrap-select[class*=col-].dropdown-menu-right,
    .row .bootstrap-select[class*=col-].dropdown-menu-right {
        float: right
    }

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0
}

    .form-group-lg .bootstrap-select.form-control .dropdown-toggle,
    .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
        height: 100%;
        font-size: inherit;
        line-height: inherit;
        border-radius: inherit
    }

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed
}

    .bootstrap-select.disabled:focus,
    .bootstrap-select > .disabled:focus {
        outline: none !important
    }

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important
}

    .bootstrap-select.bs-container .dropdown-menu {
        z-index: 1060
    }

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    font-size: .75rem;
    color: hsla(0,0%,100%,.8);
    font-weight: 400;
    text-align: left
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none
}

    .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
        padding-right: inherit
    }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box
}

    .bootstrap-select .dropdown-menu > .inner:focus {
        outline: none !important
    }

    .bootstrap-select .dropdown-menu.inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        box-shadow: none
    }

    .bootstrap-select .dropdown-menu li {
        position: relative
    }

        .bootstrap-select .dropdown-menu li.active small {
            color: hsla(0,0%,100%,.5) !important
        }

        .bootstrap-select .dropdown-menu li.disabled a {
            cursor: not-allowed
        }

        .bootstrap-select .dropdown-menu li a {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .bootstrap-select .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em
            }

            .bootstrap-select .dropdown-menu li a span.check-mark {
                display: none
            }

            .bootstrap-select .dropdown-menu li a span.text {
                display: inline-block
            }

        .bootstrap-select .dropdown-menu li small {
            padding-left: .5em
        }

    .bootstrap-select .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        pointer-events: none;
        opacity: .9;
        box-sizing: border-box
    }

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
    width: auto
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: "\00a0"
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: "";
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid hsla(0,0%,80%,.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid hsla(0,0%,80%,.2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
    display: block
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box
}

    .bs-actionsbox .btn-group button {
        width: 50%
    }

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box
}

    .bs-donebutton .btn-group button {
        width: 100%
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.bootstrap-select .dropdown-menu.inner li a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: block;
    outline: none;
    color: #292b2c
}

.bootstrap-select .dropdown-menu.inner li.disabled a {
    color: hsla(0,0%,71%,.6)
}

    .bootstrap-select .dropdown-menu.inner li.disabled a:focus,
    .bootstrap-select .dropdown-menu.inner li.disabled a:hover {
        background-color: transparent
    }

.bootstrap-select .dropdown-menu.open {
    overflow: visible !important
}

.bootstrap-select .dropdown-menu.dropdown-black {
    background: linear-gradient(180deg,#222a42 0,#1d253b);
    border: 1px solid #555
}

    .bootstrap-select .dropdown-menu.dropdown-black li > a {
        color: hsla(0,0%,100%,.7)
    }
.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        font-size: 23px;
        cursor: pointer;
        filter: alpha(opacity=0);
        opacity: 0;
        direction: ltr
    }

.fileinput {
    display: inline-block;
    margin-bottom: 9px
}

    .fileinput .form-control {
        display: inline-block;
        padding-top: 7px;
        padding-bottom: 5px;
        margin-bottom: 0;
        vertical-align: middle;
        cursor: text
    }

    .fileinput .thumbnail {
        display: inline-block;
        margin-bottom: 10px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        max-width: 250px;
        box-shadow: 0 1px 20px 0 rgba(0,0,0,.1)
    }

        .fileinput .thumbnail.img-circle {
            border-radius: 50%;
            max-width: 100px
        }

        .fileinput .thumbnail > img {
            max-height: 100%
        }

    .fileinput .btn {
        vertical-align: middle
    }

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none
}

.fileinput-inline .fileinput-controls {
    display: inline
}

.fileinput-filename {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}

.form-control .fileinput-filename {
    vertical-align: bottom
}

.fileinput.input-group {
    display: table
}

    .fileinput.input-group > * {
        position: relative;
        z-index: 2
    }

    .fileinput.input-group > .btn-file {
        z-index: 1
    }

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
    border-radius: 0 4px 4px 0
}

    .fileinput-new.input-group .btn-file.btn-sm,
    .fileinput-new .input-group .btn-file.btn-sm,
    .fileinput-new.input-group .btn-file.btn-xs,
    .fileinput-new .input-group .btn-file.btn-xs,
    .fileinput-new.input-group .btn-group-sm > .btn-file.btn,
    .fileinput-new .input-group .btn-group-sm > .btn-file.btn {
        border-radius: 0 3px 3px 0
    }

    .fileinput-new.input-group .btn-file.btn-lg,
    .fileinput-new .input-group .btn-file.btn-lg,
    .fileinput-new.input-group .btn-group-lg > .btn-file.btn,
    .fileinput-new .input-group .btn-group-lg > .btn-file.btn {
        border-radius: 0 6px 6px 0
    }

.form-group.has-warning .fileinput .fileinput-preview {
    color: #ff8d72
}

.form-group.has-warning .fileinput .thumbnail {
    border-color: #ff8d72
}

.form-group.has-error .fileinput .fileinput-preview {
    color: #fd5d93
}

.form-group.has-error .fileinput .thumbnail {
    border-color: #fd5d93
}

.form-group.has-success .fileinput .fileinput-preview {
    color: #00f2c3
}

.form-group.has-success .fileinput .thumbnail {
    border-color: #00f2c3
}

.input-group-addon:not(:first-child) {
    border-left: 0
}

.thumbnail {
    border: 0 none;
    border-radius: 3px;
    padding: 0
}

.bootstrap-tagsinput {
    display: inline-block;
    padding: 4px 6px;
    max-width: 100%;
    line-height: 22px;
    vertical-align: middle;
    cursor: text
}

    .bootstrap-tagsinput input {
        color: #9a9a9a;
        outline: none;
        background-color: transparent;
        padding: 0 6px;
        margin: 0;
        width: auto;
        max-width: inherit
    }

        .bootstrap-tagsinput input,
        .bootstrap-tagsinput input:focus {
            border: none;
            box-shadow: none
        }

    .bootstrap-tagsinput.form-control input::-moz-placeholder {
        color: #777;
        opacity: 1
    }

    .bootstrap-tagsinput.form-control input:-ms-input-placeholder,
    .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
        color: #777
    }

    .bootstrap-tagsinput .tag {
        cursor: pointer;
        margin: 5px 3px 5px 0;
        position: relative;
        padding: 3px 8px;
        border-radius: 12px;
        font-weight: 500;
        font-size: .75em;
        text-transform: uppercase;
        display: inline-block;
        line-height: 1.5em;
        padding-left: .8em;
        color: #fff
    }

        .bootstrap-tagsinput .tag:hover {
            padding-right: 22px
        }

            .bootstrap-tagsinput .tag:hover [data-role=remove] {
                opacity: 1;
                padding-right: 4px
            }

        .bootstrap-tagsinput .tag [data-role=remove] {
            cursor: pointer;
            position: absolute;
            top: 3px;
            right: 0;
            opacity: 0;
            background-color: transparent
        }

            .bootstrap-tagsinput .tag [data-role=remove]:after {
                font-family: Nucleo;
                content: "\ea48";
                padding: 0 2px
            }

/* INPUT GROUP */
.form-group.has-danger .error,
.input-group.has-danger .error {
    color: #ec250d
}

.form-group.has-success .error,
.input-group.has-success .error {
    color: #00f2c3
}

.form-group.no-border.form-control-lg .input-group-append .input-group-text,
.input-group.no-border.form-control-lg .input-group-append .input-group-text {
    padding: 15px 0 15px 19px
}

.form-group.no-border.form-control-lg .form-control,
.input-group.no-border.form-control-lg .form-control {
    padding: 15px 19px
}

    .form-group.no-border.form-control-lg .form-control + .input-group-append .input-group-text,
    .form-group.no-border.form-control-lg .form-control + .input-group-prepend .input-group-text,
    .input-group.no-border.form-control-lg .form-control + .input-group-append .input-group-text,
    .input-group.no-border.form-control-lg .form-control + .input-group-prepend .input-group-text {
        padding: 15px 19px 15px 0
    }

.form-group.form-control-lg .form-control,
.input-group.form-control-lg .form-control {
    padding: 14px 18px;
    height: 100%
}

    .form-group.form-control-lg .form-control + .input-group-append .input-group-text,
    .form-group.form-control-lg .form-control + .input-group-prepend .input-group-text,
    .input-group.form-control-lg .form-control + .input-group-append .input-group-text,
    .input-group.form-control-lg .form-control + .input-group-prepend .input-group-text {
        padding: 14px 18px 14px 0
    }

.form-group.form-control-lg .input-group-append .input-group-text,
.form-group.form-control-lg .input-group-prepend .input-group-text,
.input-group.form-control-lg .input-group-append .input-group-text,
.input-group.form-control-lg .input-group-prepend .input-group-text {
    padding: 14px 0 15px 18px
}

    .form-group.form-control-lg .input-group-append .input-group-text + .form-control,
    .form-group.form-control-lg .input-group-prepend .input-group-text + .form-control,
    .input-group.form-control-lg .input-group-append .input-group-text + .form-control,
    .input-group.form-control-lg .input-group-prepend .input-group-text + .form-control {
        padding: 15px 18px 15px 16px
    }

.form-group.no-border .form-control,
.input-group.no-border .form-control {
    padding: 11px 19px
}

    .form-group.no-border .form-control + .input-group-append .input-group-text,
    .form-group.no-border .form-control + .input-group-prepend .input-group-text,
    .input-group.no-border .form-control + .input-group-append .input-group-text,
    .input-group.no-border .form-control + .input-group-prepend .input-group-text {
        padding: 11px 19px 11px 0
    }

.form-group.no-border .input-group-append .input-group-text,
.form-group.no-border .input-group-prepend .input-group-text,
.input-group.no-border .input-group-append .input-group-text,
.input-group.no-border .input-group-prepend .input-group-text {
    padding: 11px 0 11px 19px
}

.form-group .form-control,
.input-group .form-control {
    padding: 10px 18px
}

    .form-group .form-control + .input-group-append .input-group-text,
    .form-group .form-control + .input-group-prepend .input-group-text,
    .input-group .form-control + .input-group-append .input-group-text,
    .input-group .form-control + .input-group-prepend .input-group-text {
        padding: 10px 18px 10px 0
    }

.form-group .input-group-append .input-group-text,
.form-group .input-group-prepend .input-group-text,
.input-group .input-group-append .input-group-text,
.input-group .input-group-prepend .input-group-text {
    padding: 10px 0 10px 18px
}

    .form-group .input-group-append .input-group-text + .form-control,
    .form-group .input-group-append .input-group-text ~ .form-control,
    .form-group .input-group-prepend .input-group-text + .form-control,
    .form-group .input-group-prepend .input-group-text ~ .form-control,
    .input-group .input-group-append .input-group-text + .form-control,
    .input-group .input-group-append .input-group-text ~ .form-control,
    .input-group .input-group-prepend .input-group-text + .form-control,
    .input-group .input-group-prepend .input-group-text ~ .form-control {
        padding: 10px 19px 11px 16px
    }

.form-group.no-border .form-control,
.form-group.no-border .form-control + .input-group-append .input-group-text,
.form-group.no-border .form-control + .input-group-prepend .input-group-text,
.input-group.no-border .form-control,
.input-group.no-border .form-control + .input-group-append .input-group-text,
.input-group.no-border .form-control + .input-group-prepend .input-group-text {
    background-color: #242c45;
    border: medium none
}

    .form-group.no-border .form-control + .input-group-append .input-group-text:active,
    .form-group.no-border .form-control + .input-group-append .input-group-text:focus,
    .form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
    .form-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
    .form-group.no-border .form-control:active,
    .form-group.no-border .form-control:focus,
    .input-group.no-border .form-control + .input-group-append .input-group-text:active,
    .input-group.no-border .form-control + .input-group-append .input-group-text:focus,
    .input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
    .input-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
    .input-group.no-border .form-control:active,
    .input-group.no-border .form-control:focus {
        border: medium none;
        background-color: #252e49
    }

        .form-group.no-border .form-control:focus + .input-group-append .input-group-text,
        .form-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
        .input-group.no-border .form-control:focus + .input-group-append .input-group-text,
        .input-group.no-border .form-control:focus + .input-group-prepend .input-group-text {
            background-color: #252e49
        }

.form-group.no-border .input-group-append .input-group-text,
.form-group.no-border .input-group-prepend .input-group-text,
.input-group.no-border .input-group-append .input-group-text,
.input-group.no-border .input-group-prepend .input-group-text {
    background-color: #242c45;
    border: none
}

.has-error .control-label,
.has-error .form-control-feedback {
    color: #ec250d
}

.has-success .control-label,
.has-success .form-control-feedback {
    color: #00f2c3
}

.input-group-append .input-group-text,
.input-group-prepend .input-group-text {
    background-color: transparent;
    border: 1px solid #2b3553;
    border-radius: .4285rem;
    color: #fff;
    transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out
}

    .input-group-append .input-group-text i,
    .input-group-prepend .input-group-text i {
        opacity: .5
    }

.has-danger.input-group-focus .input-group-append .input-group-text,
.has-danger.input-group-focus .input-group-prepend .input-group-text,
.has-success .input-group-append .input-group-text,
.has-success .input-group-prepend .input-group-text {
    background-color: transparent
}

.has-danger .form-control:focus + .input-group-append .input-group-text,
.has-danger .form-control:focus + .input-group-prepend .input-group-text {
    color: #ec250d
}

.has-success .form-control:focus + .input-group-append .input-group-text,
.has-success .form-control:focus + .input-group-prepend .input-group-text {
    color: #00f2c3
}

.input-group-append .input-group-text + .form-control,
.input-group-append .input-group-text ~ .form-control,
.input-group-prepend .input-group-text + .form-control,
.input-group-prepend .input-group-text ~ .form-control {
    padding: -.5rem .7rem;
    padding-left: 18px
}

.input-group-append .input-group-text i,
.input-group-prepend .input-group-text i {
    width: 17px
}

.input-group-append,
.input-group-prepend .input-group-text {
    background-color: transparent;
    border: 1px solid #2b3553;
    border-radius: .4285rem;
    color: #fff;
    margin: 0
}

    .input-group-append .input-group-text {
        border-left: none
    }

.input-group-prepend .input-group-text {
    border-right: none
}

.input-group-focus .input-group-append .input-group-text,
.input-group-focus .input-group-prepend .input-group-text {
    background-color: #fff;
    background-color: transparent;
    border-color: #e14eca
}

.input-group-focus.no-border .input-group-append .input-group-text,
.input-group-focus.no-border .input-group-prepend .input-group-text {
    background-color: #252e49
}

.form-group,
.input-group {
    margin-bottom: 10px;
    position: relative
}

    .form-group .form-control-static,
    .input-group .form-control-static {
        margin-top: 9px
    }

    .input-group[disabled] .input-group-append .input-group-text,
    .input-group[disabled] .input-group-prepend .input-group-text {
        background-color: #e3e3e3
    }

    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: .4285rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 0 none
    }

    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group .form-control:first-child {
        border-right: 0 none
    }

    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group .form-control:last-child {
        border-left: 0 none
    }

.nav-pills.flex-column li > a {
    margin-bottom: 15px
}

.nav-pills.nav-pills:not(.flex-column) .nav-item:not(:last-child) .nav-link {
    margin-right: 10px;
    margin-bottom: 5px
}

.nav-pills:not(.nav-pills-icons):not(.nav-pills-just-icons) .nav-item .nav-link {
    border-radius: 30px
}

.nav-pills.nav-pills-just-icons .nav-item .nav-link {
    border-radius: 50%;
    height: 80px;
    max-width: 80px;
    min-width: auto;
    padding: 0;
    width: 80px
}

    .nav-pills.nav-pills-just-icons .nav-item .nav-link .tim-icons {
        font-size: 24px;
        line-height: 80px
    }

.nav-pills .nav-item .nav-link {
    padding: 0 15.5px;
    text-align: center;
    padding: 11px 23px;
    min-width: 100px;
    font-weight: 400;
    color: hsla(0,0%,100%,.5);
    background-color: #191f31
}

    .nav-pills .nav-item .nav-link:hover {
        background-color: #111520
    }

    .nav-pills .nav-item .nav-link.active,
    .nav-pills .nav-item .nav-link.active:focus,
    .nav-pills .nav-item .nav-link.active:hover {
        background-color: #9a9a9a;
        color: #fff;
        box-shadow: 2px 2px 6px rgba(0,0,0,.4)
    }

    .nav-pills .nav-item .nav-link.disabled,
    .nav-pills .nav-item .nav-link:disabled,
    .nav-pills .nav-item .nav-link[disabled] {
        opacity: .5
    }

.nav-pills .nav-item i {
    display: block;
    font-size: 24px;
    line-height: 60px
}

.nav-pills.nav-pills-neutral .nav-item .nav-link {
    background-color: hsla(0,0%,100%,.2);
    color: #fff
}

    .nav-pills.nav-pills-neutral .nav-item .nav-link.active,
    .nav-pills.nav-pills-neutral .nav-item .nav-link.active:focus,
    .nav-pills.nav-pills-neutral .nav-item .nav-link.active:hover {
        background-color: #fff;
        color: #e14eca
    }

.nav-pills.nav-pills-primary .nav-item .nav-link.active,
.nav-pills.nav-pills-primary .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-primary .nav-item .nav-link.active:hover {
    background: #e14eca;
    background-image: linear-gradient(to bottom left,#e14eca,#ba54f5,#e14eca);
    background-size: 210% 210%;
    background-position: 100% 0
}

.nav-pills.nav-pills-info .nav-item .nav-link.active,
.nav-pills.nav-pills-info .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-info .nav-item .nav-link.active:hover {
    background: #1d8cf8;
    background-image: linear-gradient(to bottom left,#1d8cf8,#3358f4,#1d8cf8);
    background-size: 210% 210%;
    background-position: 100% 0
}

.nav-pills.nav-pills-success .nav-item .nav-link.active,
.nav-pills.nav-pills-success .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-success .nav-item .nav-link.active:hover {
    background: #00f2c3;
    background-image: linear-gradient(to bottom left,#00f2c3,#0098f0,#00f2c3);
    background-size: 210% 210%;
    background-position: 100% 0
}

.nav-pills.nav-pills-warning .nav-item .nav-link.active,
.nav-pills.nav-pills-warning .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-warning .nav-item .nav-link.active:hover {
    background: #ff8d72;
    background-image: linear-gradient(to bottom left,#ff8d72,#ff6491,#ff8d72);
    background-size: 210% 210%;
    background-position: 100% 0
}

.nav-pills.nav-pills-danger .nav-item .nav-link.active,
.nav-pills.nav-pills-danger .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-danger .nav-item .nav-link.active:hover {
    background: #fd5d93;
    background-image: linear-gradient(to bottom left,#fd5d93,#ec250d,#fd5d93);
    background-size: 210% 210%;
    background-position: 100% 0
}