/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.btn-label-primary {
    color: #696cff;
    border-color: rgba(0,0,0,0);
    background: #e7e7ff
}
    .btn-label-primary:hover {
        border-color: rgba(0,0,0,0) !important;
        background: #5f61e6 !important;
        color: #fff !important;
        box-shadow: 0 .125rem .25rem 0 rgba(105,108,255,.4) !important;
        transform: translateY(-1px) !important
    }

    .btn-label-primary:focus, .btn-label-primary.focus {
        color: #fff;
        background: #5f61e6;
        box-shadow: none !important;
        transform: translateY(0)
    }

    .btn-label-primary:active, .btn-label-primary.active, .btn-label-primary.show.dropdown-toggle, .show > .btn-label-primary.dropdown-toggle {
        color: #fff !important;
        background-color: #595cd9 !important;
        border-color: rgba(0,0,0,0) !important
    }

        .btn-label-primary:active:focus, .btn-label-primary.active:focus, .btn-label-primary.show.dropdown-toggle:focus, .show > .btn-label-primary.dropdown-toggle:focus {
            box-shadow: none
        }

    .btn-label-primary.disabled, .btn-label-primary:disabled {
        color: #696cff !important;
        background-color: #e7e7ff !important;
        border-color: rgba(0,0,0,0) !important
    }

.btn-outline-primary {
    color: #696cff;
    border-color: #696cff;
    background: rgba(0,0,0,0)
}

    .btn-outline-primary:hover {
        color: #fff !important;
        background-color: #5f61e6 !important;
        border-color: #5f61e6 !important;
        box-shadow: 0 .125rem .25rem 0 rgba(105,108,255,.4) !important;
        transform: translateY(-1px) !important
    }

.dataTables_wrapper {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-bottom: 1rem;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.3rem;
    font-size: 85%;
    color: #71dd37;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.3rem;
    font-size: 85%;
    color: #ff3e1d;
}

.text-right {
    text-align: right !important
}

.align-items-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.switch {
    margin-right: .75rem;
    position: relative;
    vertical-align: middle;
    margin-bottom: 0;
    display: inline-block;
    border-radius: 30rem;
    min-height: 1.35rem;
    font-size: .9375rem;
    line-height: 1.4
}

    .switch .switch-label:first-child {
        padding-right: .5rem
    }

    .switch .switch-input ~ .switch-label {
        padding-left: 3rem
    }

    .switch .switch-toggle-slider {
        width: 2.5rem;
        height: 1.35rem;
        font-size: .625rem;
        line-height: 1.35rem;
        border: 1px solid rgba(0,0,0,0);
        top: 0
    }

        .switch .switch-toggle-slider i {
            position: relative;
            font-size: .9375rem;
            top: -1.35px
        }

    .switch .switch-label {
        top: .01875rem
    }

    .switch .switch-input:checked ~ .switch-toggle-slider::after {
        left: 1.15rem
    }

    .switch .switch-toggle-slider::after {
        top: -1px;
        margin: .225rem 0 0 .225rem;
        width: 14px;
        height: 14px
    }

    .switch .switch-on {
        padding-left: .225rem;
        padding-right: 1.125rem
    }

    .switch .switch-off {
        padding-left: 1.125rem;
        padding-right: .225rem
    }

.switch-input {
    opacity: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: -1
}
.switch-toggle-slider {
    position: absolute;
    overflow: hidden;
    border-radius: 30rem;
    background: rgba(67,89,113,.2);
    color: rgba(67,89,113,.4);
    transition-duration: .2s;
    transition-property: left,right,background,box-shadow;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.switch-label {
    display: inline-block;
    font-weight: 400;
    color: #697a8d;
    position: relative;
    cursor: default
}

.switch-off, .switch-on {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    transition-duration: .2s;
    transition-property: left,right
}

.switch-on {
    left: -100%
}

.switch-input:not(:checked) ~ .switch-toggle-slider .switch-on {
    color: rgba(0,0,0,0)
}

.switch-off {
    left: 0
}

.switch-input:checked ~ .switch-toggle-slider .switch-on {
    left: 0
}

.switch-input:checked ~ .switch-toggle-slider .switch-off {
    left: 100%;
    color: rgba(0,0,0,0)
}

.switch-toggle-slider::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(67,89,113,.04),0 1px 6px rgba(67,89,113,.09);
    transition-duration: .2s;
    transition-property: left,right,background
}

.switches-stacked::after {
    display: block;
    clear: both;
    content: ""
}

.switches-stacked .switch {
    display: block;
    margin-right: 0
}

    .switches-stacked .switch:not(:last-child) {
        margin-bottom: .75rem
    }

.switch-square, .switch-square .switch-toggle-slider {
    border-radius: .375rem
}

    .switch-square .switch-toggle-slider::after {
        border-radius: calc(0.375rem - 2px)
    }

.switch-input:disabled ~ .switch-toggle-slider {
    opacity: .5
}

    .switch-input:disabled ~ .switch-toggle-slider::after {
        box-shadow: none
    }

.switch-input:disabled ~ .switch-label {
    color: #a1acb8
}

.switch-sm {
    min-height: 1.125rem;
    font-size: .75rem;
    line-height: 1.48
}

    .switch-sm .switch-label:first-child {
        padding-right: .5rem
    }

    .switch-sm .switch-input ~ .switch-label {
        padding-left: 2.5rem
    }

    .switch-sm .switch-toggle-slider {
        width: 2rem;
        height: 1.125rem;
        font-size: .625rem;
        line-height: 1.125rem;
        border: 1px solid rgba(0,0,0,0);
        top: 0
    }

        .switch-sm .switch-toggle-slider i {
            position: relative;
            font-size: .75rem;
            top: -2px
        }

    .switch-sm .switch-label {
        top: .0075rem
    }

    .switch-sm .switch-input:checked ~ .switch-toggle-slider::after {
        left: .875rem
    }

    .switch-sm .switch-toggle-slider::after {
        top: -1px;
        margin: .225rem 0 0 .225rem;
        width: 10px;
        height: 10px
    }

    .switch-sm .switch-on {
        padding-left: .225rem;
        padding-right: .9rem
    }

    .switch-sm .switch-off {
        padding-left: .9rem;
        padding-right: .225rem
    }

.switch-lg {
    min-height: 1.75rem;
    font-size: 1rem;
    line-height: 1.47
}

    .switch-lg .switch-label:first-child {
        padding-right: .5rem
    }

    .switch-lg .switch-input ~ .switch-label {
        padding-left: 3.75rem
    }

    .switch-lg .switch-toggle-slider {
        width: 3.25rem;
        height: 1.75rem;
        font-size: .625rem;
        line-height: 1.75rem;
        border: 1px solid rgba(0,0,0,0);
        top: 0
    }

        .switch-lg .switch-toggle-slider i {
            position: relative;
            font-size: 1rem;
            top: -2px
        }

    .switch-lg .switch-label {
        top: .14rem
    }

    .switch-lg .switch-input:checked ~ .switch-toggle-slider::after {
        left: 1.5rem
    }

    .switch-lg .switch-toggle-slider::after {
        top: -1px;
        margin: .225rem 0 0 .225rem;
        width: 20px;
        height: 20px
    }

    .switch-lg .switch-on {
        padding-left: .225rem;
        padding-right: 1.525rem
    }

    .switch-lg .switch-off {
        padding-left: 1.525rem;
        padding-right: .225rem
    }

.switch-secondary.switch .switch-input:checked ~ .switch-toggle-slider {
    background: #8592a3;
    color: #fff
}

.switch-secondary.switch .switch-input:active ~ .switch-toggle-slider {
    box-shadow: none
}

.switch-secondary.switch .switch-input:focus ~ .switch-toggle-slider {
    border: 1px solid #8592a3;
    box-shadow: 0 0 .25rem .05rem rgba(105,108,255,.1)
}

.switch-success.switch .switch-input:checked ~ .switch-toggle-slider {
    background: #71dd37;
    color: #fff
}

.switch-success.switch .switch-input:active ~ .switch-toggle-slider {
    box-shadow: none
}

.switch-success.switch .switch-input:focus ~ .switch-toggle-slider {
    border: 1px solid #71dd37;
    box-shadow: 0 0 .25rem .05rem rgba(105,108,255,.1)
}

.switch-info.switch .switch-input:checked ~ .switch-toggle-slider {
    background: #03c3ec;
    color: #fff
}

.switch-info.switch .switch-input:active ~ .switch-toggle-slider {
    box-shadow: none
}

.switch-info.switch .switch-input:focus ~ .switch-toggle-slider {
    border: 1px solid #03c3ec;
    box-shadow: 0 0 .25rem .05rem rgba(105,108,255,.1)
}

.switch-warning.switch .switch-input:checked ~ .switch-toggle-slider {
    background: #ffab00;
    color: #fff
}

.switch-warning.switch .switch-input:active ~ .switch-toggle-slider {
    box-shadow: none
}

.switch-warning.switch .switch-input:focus ~ .switch-toggle-slider {
    border: 1px solid #ffab00;
    box-shadow: 0 0 .25rem .05rem rgba(105,108,255,.1)
}

.switch-danger.switch .switch-input:checked ~ .switch-toggle-slider {
    background: #ff3e1d;
    color: #fff
}

.switch-danger.switch .switch-input:active ~ .switch-toggle-slider {
    box-shadow: none
}

.switch-danger.switch .switch-input:focus ~ .switch-toggle-slider {
    border: 1px solid #ff3e1d;
    box-shadow: 0 0 .25rem .05rem rgba(105,108,255,.1)
}

.switch-dark.switch .switch-input:checked ~ .switch-toggle-slider {
    background: #233446;
    color: #fff
}

.switch-dark.switch .switch-input:active ~ .switch-toggle-slider {
    box-shadow: none
}

.switch-dark.switch .switch-input:focus ~ .switch-toggle-slider {
    border: 1px solid #233446;
    box-shadow: 0 0 .25rem .05rem rgba(105,108,255,.1)
}

.switch-gray.switch .switch-input:checked ~ .switch-toggle-slider {
    background: rgba(67,89,113,.1);
    color: #fff
}

.switch-gray.switch .switch-input:active ~ .switch-toggle-slider {
    box-shadow: none
}

.switch-gray.switch .switch-input:focus ~ .switch-toggle-slider {
    border: 1px solid rgba(67,89,113,.1);
    box-shadow: 0 0 .25rem .05rem rgba(105,108,255,.1)
}

.switch .valid-feedback, .switch .invalid-feedback {
    padding-left: .5rem
}

.was-validated .switch-input:valid ~ .switch-label, .switch-input.invalid ~ .switch-label, .switch-input.is-valid ~ .switch-label {
    color: #71dd37
}

.was-validated .switch-input:valid ~ .valid-feedback, .was-validated .switch-input:valid ~ .valid-tooltip, .switch-input.invalid ~ .valid-feedback, .switch-input.invalid ~ .valid-tooltip, .switch-input.is-valid ~ .valid-feedback, .switch-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .switch-input:valid ~ .switch-toggle-slider, .switch-input.invalid ~ .switch-toggle-slider, .switch-input.is-valid ~ .switch-toggle-slider {
    border: 1px solid #71dd37 !important
}

.was-validated .switch-input:valid:checked ~ .switch-toggle-slider, .switch-input.invalid:checked ~ .switch-toggle-slider, .switch-input.is-valid:checked ~ .switch-toggle-slider {
    background: #71dd37;
    color: #fff
}

.was-validated .switch-input:valid:focus ~ .switch-toggle-slider, .switch-input.invalid:focus ~ .switch-toggle-slider, .switch-input.is-valid:focus ~ .switch-toggle-slider {
    box-shadow: 0 0 .25rem .05rem rgba(113,221,55,.4)
}

.was-validated .switch-input:valid:active ~ .switch-toggle-slider, .switch-input.invalid:active ~ .switch-toggle-slider, .switch-input.is-valid:active ~ .switch-toggle-slider {
    box-shadow: none
}

.was-validated .switch-input:invalid ~ .switch-label, .switch-input.invalid ~ .switch-label, .switch-input.is-invalid ~ .switch-label {
    color: #ff3e1d
}

.was-validated .switch-input:invalid ~ .invalid-feedback, .was-validated .switch-input:invalid ~ .invalid-tooltip, .switch-input.invalid ~ .invalid-feedback, .switch-input.invalid ~ .invalid-tooltip, .switch-input.is-invalid ~ .invalid-feedback, .switch-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .switch-input:invalid ~ .switch-toggle-slider, .switch-input.invalid ~ .switch-toggle-slider, .switch-input.is-invalid ~ .switch-toggle-slider {
    border: 1px solid #ff3e1d !important
}

.was-validated .switch-input:invalid:checked ~ .switch-toggle-slider, .switch-input.invalid:checked ~ .switch-toggle-slider, .switch-input.is-invalid:checked ~ .switch-toggle-slider {
    background: #ff3e1d;
    color: #fff
}

.was-validated .switch-input:invalid:focus ~ .switch-toggle-slider, .switch-input.invalid:focus ~ .switch-toggle-slider, .switch-input.is-invalid:focus ~ .switch-toggle-slider {
    box-shadow: 0 0 .25rem .05rem rgba(255,62,29,.4)
}

.was-validated .switch-input:invalid:active ~ .switch-toggle-slider, .switch-input.invalid:active ~ .switch-toggle-slider, .switch-input.is-invalid:active ~ .switch-toggle-slider {
    box-shadow: none
}

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