:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #757575;
    --gray-dark: #3b3b3b;
    --primary: #7b60fb;
    --secondary: #757575;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f5f5f5;
    --dark: #3b3b3b;
    --cyan: #43b1e6;
    --blue: #3684f9;
    --purple: #7971ff;
    --magenta: #bb61ff;
    --pink: #ff5c88;
    --rose: #ff6e68;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*,:after,:before {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.15
}

footer,header,nav,section {
    display: block
}

body {
    background-color: #fff;
    color: #262626;
    font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    margin-top: 0
}

p {
    margin-top: 0
}

address,p {
    margin-bottom: 1rem
}

address {
    font-style: normal;
    line-height: inherit
}

dl,ol,ul {
    margin-bottom: 1rem;
    margin-top: 0
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

a {
    background-color: transparent;
    color: #7b60fb;
    text-decoration: none
}

a:hover {
    color: #3d15f9;
    text-decoration: underline
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,pre {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em
}

pre {
    -ms-overflow-style: scrollbar;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

img {
    border-style: none
}

img,svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

output {
    display: inline-block
}

summary {
    cursor: pointer;
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem
}

.h1,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}

.display-4 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    border: 0;
    border-top: 1px solid rgba(0,0,0,.04);
    margin-bottom: 1rem;
    margin-top: 1rem
}

.small,small {
    font-size: .875em;
    font-weight: 400
}

code {
    word-wrap: break-word;
    color: #e83e8c;
    font-size: .875rem
}

a>code {
    color: inherit
}

pre {
    color: #262626;
    display: block;
    font-size: .875rem
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

.container,.container-fluid,.container-lg,.container-md {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%
}

@media(min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container,.container-md {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container,.container-lg,.container-md {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container,.container-lg,.container-md {
        max-width:1400px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col,.col-2,.col-3,.col-4,.col-6,.col-9,.col-12,.col-auto,.col-lg,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-10,.col-lg-12,.col-lg-auto,.col-md,.col-md-3,.col-md-4,.col-md-6,.col-md-8,.col-md-12,.col-md-auto,.col-sm,.col-sm-6,.col-sm-auto,.col-xl-3,.col-xl-4,.col-xl-6,.col-xl-9 {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    width: 100%
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

@media(min-width: 576px) {
    .col-sm {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(min-width: 768px) {
    .col-md {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }
}

@media(min-width: 1200px) {
    .col-xl-3 {
        flex:0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
}

.table {
    color: #262626;
    margin-bottom: 1rem;
    width: 100%
}

.table td {
    border-top: 1px solid #ededed;
    padding: .75rem;
    vertical-align: top
}

.table tbody+tbody {
    border-top: 2px solid #ededed
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: .25rem;
    color: #4f4f4f;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    background-color: #fff;
    border-color: #7b60fb;
    box-shadow: 0 0 0 .2rem rgba(123,96,251,.25);
    color: #4f4f4f;
    outline: 0
}

.form-control::-moz-placeholder {
    color: #757575;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #757575;
    opacity: 1
}

.form-control::placeholder {
    color: #757575;
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: #ededed;
    opacity: 1
}

input[type=date].form-control,input[type=month].form-control,input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #4f4f4f
}

select.form-control:focus::-ms-value {
    background-color: #fff;
    color: #4f4f4f
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #262626;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm {
    border-radius: .2rem;
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    line-height: 1.5;
    padding: .25rem .5rem
}

.form-control-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    line-height: 1.5;
    padding: .5rem 1rem
}

select.form-control[multiple],select.form-control[size],textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.3125rem;
    margin-right: -.3125rem
}

.form-row>.col,.form-row>[class*=col-] {
    padding-left: .3125rem;
    padding-right: .3125rem
}

.valid-feedback {
    color: #28a745;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: #28a745;
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip {
    left: .3125rem
}

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

.form-control.is-valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem)!important
}

.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

select.form-control.is-valid {
    background-position: right 1.5rem center;
    padding-right: 3rem!important
}

textarea.form-control.is-valid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.custom-select.is-valid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233b3b3b' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem)!important
}

.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before {
    background-color: #34ce57;
    border-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: #dc3545;
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip {
    left: .3125rem
}

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

.form-control.is-invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem)!important
}

.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

select.form-control.is-invalid {
    background-position: right 1.5rem center;
    padding-right: 3rem!important
}

textarea.form-control.is-invalid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.custom-select.is-invalid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233b3b3b' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem)!important
}

.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before {
    background-color: #e4606d;
    border-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #262626;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #262626;
    text-decoration: none
}

.btn.focus,.btn:focus {
    box-shadow: 0 0 0 .2rem rgba(123,96,251,.25);
    outline: 0
}

.btn.disabled,.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled {
    pointer-events: none
}

.btn-primary {
    background-color: #7b60fb;
    border-color: #7b60fb;
    color: #fff
}

.btn-primary.focus,.btn-primary:focus,.btn-primary:hover {
    background-color: #5c3bfa;
    border-color: #522efa;
    color: #fff
}

.btn-primary.focus,.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(143,120,252,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    background-color: #7b60fb;
    border-color: #7b60fb;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    background-color: #522efa;
    border-color: #4722f9;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(143,120,252,.5)
}

.btn-secondary {
    background-color: #757575;
    border-color: #757575;
    color: #fff
}

.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover {
    background-color: #626262;
    border-color: #5c5c5c;
    color: #fff
}

.btn-secondary.focus,.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(0,0%,54%,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    background-color: #757575;
    border-color: #757575;
    color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
    background-color: #5c5c5c;
    border-color: #555;
    color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0,0%,54%,.5)
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.btn-success.focus,.btn-success:focus,.btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
    color: #fff
}

.btn-success.focus,.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-success.disabled,.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle {
    background-color: #1e7e34;
    border-color: #1c7430;
    color: #fff
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.show>.btn-info.dropdown-toggle {
    background-color: #117a8b;
    border-color: #10707f;
    color: #fff
}

.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.show>.btn-warning.dropdown-toggle {
    background-color: #d39e00;
    border-color: #c69500;
    color: #262626
}

.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-danger.focus,.btn-danger:focus,.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
    color: #fff
}

.btn-danger.focus,.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle {
    background-color: #bd2130;
    border-color: #b21f2d;
    color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.show>.btn-light.dropdown-toggle {
    background-color: #dcdcdc;
    border-color: #d5d5d5;
    color: #262626
}

.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0,0%,84%,.5)
}

.show>.btn-dark.dropdown-toggle {
    background-color: #222;
    border-color: #1b1b1b;
    color: #fff
}

.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(88,88,88,.5)
}

.show>.btn-cyan.dropdown-toggle {
    background-color: #1d9cd9;
    border-color: #1b94ce;
    color: #fff
}

.show>.btn-cyan.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(63,156,201,.5)
}

.show>.btn-blue.dropdown-toggle {
    background-color: #0766f5;
    border-color: #0761e8;
    color: #fff
}

.show>.btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(84,150,250,.5)
}

.show>.btn-purple.dropdown-toggle {
    background-color: #493eff;
    border-color: #3d31ff;
    color: #fff
}

.show>.btn-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(141,134,255,.5)
}

.show>.btn-magenta.dropdown-toggle {
    background-color: #a52eff;
    border-color: #a021ff;
    color: #fff
}

.show>.btn-magenta.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(197,121,255,.5)
}

.show>.btn-pink.dropdown-toggle {
    background-color: #ff2963;
    border-color: #ff1c59;
    color: #fff
}

.show>.btn-pink.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,116,154,.5)
}

.show>.btn-rose.dropdown-toggle {
    background-color: #ff3d35;
    border-color: #ff3128;
    color: #fff
}

.show>.btn-rose.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222,99,94,.5)
}

.btn-outline-primary {
    border-color: #7b60fb;
    color: #7b60fb
}

.btn-outline-primary:hover {
    background-color: #7b60fb;
    border-color: #7b60fb;
    color: #fff
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(123,96,251,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    background-color: transparent;
    color: #7b60fb
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
    background-color: #7b60fb;
    border-color: #7b60fb;
    color: #fff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(123,96,251,.5)
}

.btn-outline-secondary {
    border-color: #757575;
    color: #757575
}

.btn-outline-secondary:hover {
    background-color: #757575;
    border-color: #757575;
    color: #fff
}

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(0,0%,46%,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #757575
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle {
    background-color: #757575;
    border-color: #757575;
    color: #fff
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0,0%,46%,.5)
}

.show>.btn-outline-success.dropdown-toggle {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.show>.btn-outline-info.dropdown-toggle {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.show>.btn-outline-warning.dropdown-toggle {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #262626
}

.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger {
    border-color: #dc3545;
    color: #dc3545
}

.btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-outline-danger.focus,.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    background-color: transparent;
    color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.show>.btn-outline-light.dropdown-toggle {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #262626
}

.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0,0%,96%,.5)
}

.btn-outline-dark {
    border-color: #3b3b3b;
    color: #3b3b3b
}

.btn-outline-dark:hover {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    color: #fff
}

.btn-outline-dark.focus,.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(59,59,59,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    background-color: transparent;
    color: #3b3b3b
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    color: #fff
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(59,59,59,.5)
}

.show>.btn-outline-cyan.dropdown-toggle {
    background-color: #43b1e6;
    border-color: #43b1e6;
    color: #262626
}

.show>.btn-outline-cyan.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(67,177,230,.5)
}

.show>.btn-outline-blue.dropdown-toggle {
    background-color: #3684f9;
    border-color: #3684f9;
    color: #fff
}

.show>.btn-outline-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(54,132,249,.5)
}

.show>.btn-outline-purple.dropdown-toggle {
    background-color: #7971ff;
    border-color: #7971ff;
    color: #fff
}

.show>.btn-outline-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(121,113,255,.5)
}

.show>.btn-outline-magenta.dropdown-toggle {
    background-color: #bb61ff;
    border-color: #bb61ff;
    color: #fff
}

.show>.btn-outline-magenta.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(187,97,255,.5)
}

.show>.btn-outline-pink.dropdown-toggle {
    background-color: #ff5c88;
    border-color: #ff5c88;
    color: #fff
}

.show>.btn-outline-pink.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,92,136,.5)
}

.show>.btn-outline-rose.dropdown-toggle {
    background-color: #ff6e68;
    border-color: #ff6e68;
    color: #262626
}

.show>.btn-outline-rose.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(2,100%,70%,.5)
}

.btn-group-lg>.btn,.btn-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}

.btn-sm {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.width {
    height: auto;
    transition: width .35s ease;
    width: 0
}

@media(prefers-reduced-motion:reduce) {
    .collapsing.width {
        transition: none
    }
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    color: #262626;
    display: none;
    float: left;
    font-size: 1rem;
    left: 0;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 13rem;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-divider {
    border-top: 1px solid #ededed;
    height: 0;
    margin: .5rem 0;
    overflow: hidden
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #262626;
    display: block;
    font-weight: 400;
    padding: .5rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus,.dropdown-item:hover {
    background-color: rgba(123,96,251,.05);
    color: #191919;
    text-decoration: none
}

.dropdown-item.active,.dropdown-item:active {
    background-color: rgba(123,96,251,.1);
    color: #0d0d0d;
    text-decoration: none
}

.dropdown-item.disabled,.dropdown-item:disabled {
    background-color: transparent;
    color: #757575;
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: #757575;
    display: block;
    font-size: .875rem;
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    white-space: nowrap
}

.btn-group {
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

.btn-group>.btn {
    flex: 1 1 auto;
    position: relative
}

.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 1
}

.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.dropdown-toggle-split {
    padding-left: .5625rem;
    padding-right: .5625rem
}

.dropdown-toggle-split:after {
    margin-left: 0
}

.btn-sm+.dropdown-toggle-split {
    padding-left: .375rem;
    padding-right: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
    padding-left: .75rem;
    padding-right: .75rem
}

.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio] {
    clip: rect(0,0,0,0);
    pointer-events: none;
    position: absolute
}

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext {
    flex: 1 1 auto;
    margin-bottom: 0;
    min-width: 0;
    position: relative;
    width: 1%
}

.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group>.custom-file {
    align-items: center;
    display: flex
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-append,.input-group-prepend {
    display: flex
}

.input-group-append .btn,.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    align-items: center;
    background-color: #ededed;
    border: 1px solid #d4d4d4;
    border-radius: .25rem;
    color: #4f4f4f;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}

.input-group-text input[type=checkbox],.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}

.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.custom-control {
    print-color-adjust: exact;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
    z-index: 1
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    height: 1.25rem;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 1rem;
    z-index: -1
}

.custom-control-input:checked~.custom-control-label:before {
    background-color: #7b60fb;
    border-color: #7b60fb;
    color: #fff
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(123,96,251,.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #7b60fb
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    background-color: #fff;
    border-color: #fff;
    color: #fff
}

.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label {
    color: #757575
}

.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #ededed
}

.custom-control-label {
    margin-bottom: 0;
    position: relative;
    vertical-align: top
}

.custom-control-label:before {
    background-color: #fff;
    border: 1px solid #b5b5b5;
    pointer-events: none
}

.custom-control-label:after,.custom-control-label:before {
    content: "";
    display: block;
    height: 1rem;
    left: -1.5rem;
    position: absolute;
    top: .25rem;
    width: 1rem
}

.custom-control-label:after {
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #7b60fb;
    border-color: #7b60fb
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(123,96,251,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(123,96,251,.5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(123,96,251,.5)
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233b3b3b' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
    border: 1px solid #d4d4d4;
    border-radius: .25rem;
    color: #4f4f4f;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem 1.75rem .375rem .75rem;
    vertical-align: middle;
    width: 100%
}

.custom-select:focus {
    border-color: #7b60fb;
    box-shadow: 0 0 0 .2rem rgba(123,96,251,.25);
    outline: 0
}

.custom-select:focus::-ms-value {
    background-color: #fff;
    color: #4f4f4f
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
    background-image: none;
    height: auto;
    padding-right: .75rem
}

.custom-select:disabled {
    background-color: #ededed;
    color: #757575
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #4f4f4f
}

.custom-select-sm {
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-top: .25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,.custom-file-input {
    height: calc(1.5em + .75rem + 2px);
    position: relative;
    width: 100%
}

.custom-file-input {
    margin: 0;
    opacity: 0;
    overflow: hidden;
    z-index: 2
}

.custom-file-input:focus~.custom-file-label {
    border-color: #7b60fb;
    box-shadow: 0 0 0 .2rem rgba(123,96,251,.25)
}

.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label {
    background-color: #ededed
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: .25rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    left: 0;
    overflow: hidden;
    z-index: 1
}

.custom-file-label,.custom-file-label:after {
    color: #4f4f4f;
    line-height: 1.5;
    padding: .375rem .75rem;
    position: absolute;
    right: 0;
    top: 0
}

.custom-file-label:after {
    background-color: #ededed;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
    bottom: 0;
    content: "Browse";
    display: block;
    height: calc(1.5em + .75rem);
    z-index: 3
}

.custom-control-label:before,.custom-file-label,.custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .custom-control-label:before,.custom-file-label,.custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #757575;
    cursor: default;
    pointer-events: none
}

.nav-tabs .nav-item.show .nav-link {
    background-color: #fff;
    border-color: #e3e3e3 #e3e3e3 #fff;
    color: #4f4f4f
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    background-color: #7b60fb;
    color: #fff
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    padding: .5rem 1rem;
    position: relative
}

.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    margin-right: 1rem;
    padding-bottom: .3125rem;
    padding-top: .3125rem;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
}

.navbar-nav .dropdown-menu {
    float: none;
    position: static
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: .25rem .75rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    background: 50%/100% 100% no-repeat;
    content: "";
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

@media(min-width: 576px) {
    .navbar-expand-sm .navbar-collapse {
        display:flex!important;
        flex-basis: auto
    }
}

@media(min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        display:flex!important;
        flex-basis: auto
    }
}

@media(max-width: 991.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md {
        padding-left:0;
        padding-right: 0
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width: 1199.98px) {
    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md {
        padding-left:0;
        padding-right: 0
    }
}

@media(min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: #7b60fb
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.65)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link {
    color: #7b60fb
}

.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.65)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.65)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
    color: #7b60fb
}

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative
}

.card>hr {
    margin-left: 0;
    margin-right: 0
}

.card>.list-group {
    border-bottom: inherit;
    border-top: inherit
}

.card>.list-group:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-top-width: 0
}

.card>.list-group:last-child {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-width: 0
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0;
    padding: .75rem 1.25rem
}

.card-header:first-child {
    border-radius: .25rem .25rem 0 0
}

.card-footer {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    padding: .75rem 1.25rem
}

.card-footer:last-child {
    border-radius: 0 0 .25rem .25rem
}

.breadcrumb {
    background-color: #ededed;
    border-radius: .25rem;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: .75rem 1rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #757575;
    content: "";
    float: left;
    padding-right: 0
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #757575
}

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

.page-link {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    color: #7b60fb;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative
}

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

.page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(123,96,251,.25);
    outline: 0;
    z-index: 3
}

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

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

.page-item.active .page-link {
    background-color: #7b60fb;
    border-color: #7b60fb;
    color: #fff;
    z-index: 3
}

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

.badge {
    border-radius: .25rem;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .25em .4em;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    vertical-align: baseline;
    white-space: nowrap
}

@media(prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    border-radius: 10rem;
    padding-left: .6em;
    padding-right: .6em
}

.badge-primary {
    background-color: rgba(123,96,251,.2);
    color: #522efa
}

a.badge-primary:focus,a.badge-primary:hover {
    background-color: rgba(123,96,251,.4);
    color: #522efa
}

a.badge-primary.focus,a.badge-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(123,96,251,.5);
    outline: 0
}

.badge-secondary {
    background-color: hsla(0,0%,46%,.2);
    color: #5c5c5c
}

a.badge-secondary:focus,a.badge-secondary:hover {
    background-color: hsla(0,0%,46%,.4);
    color: #5c5c5c
}

a.badge-secondary.focus,a.badge-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(0,0%,46%,.5);
    outline: 0
}

.badge-success {
    background-color: rgba(40,167,69,.2);
    color: #1e7e34
}

a.badge-success:focus,a.badge-success:hover {
    background-color: rgba(40,167,69,.4);
    color: #1e7e34
}

a.badge-success.focus,a.badge-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    outline: 0
}

.badge-info {
    background-color: rgba(23,162,184,.2);
    color: #117a8b
}

a.badge-info:focus,a.badge-info:hover {
    background-color: rgba(23,162,184,.4);
    color: #117a8b
}

a.badge-info.focus,a.badge-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    outline: 0
}

.badge-warning {
    background-color: rgba(255,193,7,.2);
    color: #d39e00
}

a.badge-warning:focus,a.badge-warning:hover {
    background-color: rgba(255,193,7,.4);
    color: #d39e00
}

a.badge-warning.focus,a.badge-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    outline: 0
}

.badge-danger {
    background-color: rgba(220,53,69,.2);
    color: #bd2130
}

a.badge-danger:focus,a.badge-danger:hover {
    background-color: rgba(220,53,69,.4);
    color: #bd2130
}

a.badge-danger.focus,a.badge-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    outline: 0
}

.badge-light {
    background-color: hsla(0,0%,96%,.2);
    color: #dcdcdc
}

a.badge-light:focus,a.badge-light:hover {
    background-color: hsla(0,0%,96%,.4);
    color: #dcdcdc
}

a.badge-light.focus,a.badge-light:focus {
    box-shadow: 0 0 0 .2rem hsla(0,0%,96%,.5);
    outline: 0
}

.badge-dark {
    background-color: rgba(59,59,59,.2);
    color: #222
}

a.badge-dark:focus,a.badge-dark:hover {
    background-color: rgba(59,59,59,.4);
    color: #222
}

a.badge-dark.focus,a.badge-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(59,59,59,.5);
    outline: 0
}

.badge-cyan {
    background-color: rgba(67,177,230,.2);
    color: #1d9cd9
}

a.badge-cyan:focus,a.badge-cyan:hover {
    background-color: rgba(67,177,230,.4);
    color: #1d9cd9
}

a.badge-cyan.focus,a.badge-cyan:focus {
    box-shadow: 0 0 0 .2rem rgba(67,177,230,.5);
    outline: 0
}

.badge-blue {
    background-color: rgba(54,132,249,.2);
    color: #0766f5
}

a.badge-blue:focus,a.badge-blue:hover {
    background-color: rgba(54,132,249,.4);
    color: #0766f5
}

a.badge-blue.focus,a.badge-blue:focus {
    box-shadow: 0 0 0 .2rem rgba(54,132,249,.5);
    outline: 0
}

.badge-purple {
    background-color: rgba(121,113,255,.2);
    color: #493eff
}

a.badge-purple:focus,a.badge-purple:hover {
    background-color: rgba(121,113,255,.4);
    color: #493eff
}

a.badge-purple.focus,a.badge-purple:focus {
    box-shadow: 0 0 0 .2rem rgba(121,113,255,.5);
    outline: 0
}

.badge-magenta {
    background-color: rgba(187,97,255,.2);
    color: #a52eff
}

a.badge-magenta:focus,a.badge-magenta:hover {
    background-color: rgba(187,97,255,.4);
    color: #a52eff
}

a.badge-magenta.focus,a.badge-magenta:focus {
    box-shadow: 0 0 0 .2rem rgba(187,97,255,.5);
    outline: 0
}

.badge-pink {
    background-color: rgba(255,92,136,.2);
    color: #ff2963
}

a.badge-pink:focus,a.badge-pink:hover {
    background-color: rgba(255,92,136,.4);
    color: #ff2963
}

a.badge-pink.focus,a.badge-pink:focus {
    box-shadow: 0 0 0 .2rem rgba(255,92,136,.5);
    outline: 0
}

.badge-rose {
    background-color: hsla(2,100%,70%,.2);
    color: #ff3d35
}

a.badge-rose:focus,a.badge-rose:hover {
    background-color: hsla(2,100%,70%,.4);
    color: #ff3d35
}

a.badge-rose.focus,a.badge-rose:focus {
    box-shadow: 0 0 0 .2rem hsla(2,100%,70%,.5);
    outline: 0
}

.alert {
    border: 0 solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    color: inherit;
    padding: .75rem 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.alert-primary {
    background-color: #e5dffe;
    border-color: #dad2fe;
    color: #403283
}

.alert-primary hr {
    border-top-color: #c5b9fd
}

.alert-primary .alert-link {
    color: #2e245e
}

.alert-secondary {
    background-color: #e3e3e3;
    border-color: #d8d8d8;
    color: #3d3d3d
}

.alert-secondary hr {
    border-top-color: #cbcbcb
}

.alert-secondary .alert-link {
    color: #242424
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    background-color: #fdfdfd;
    border-color: #fcfcfc;
    color: #7f7f7f
}

.alert-light hr {
    border-top-color: #efefef
}

.alert-light .alert-link {
    color: #666
}

.alert-dark {
    background-color: #d8d8d8;
    border-color: #c8c8c8;
    color: #1f1f1f
}

.alert-dark hr {
    border-top-color: #bbb
}

.alert-dark .alert-link {
    color: #060606
}

.alert-cyan {
    background-color: #d9effa;
    border-color: #cae9f8;
    color: #235c78
}

.alert-cyan hr {
    border-top-color: #b3e0f5
}

.alert-cyan .alert-link {
    color: #173e51
}

.alert-blue {
    background-color: #d7e6fe;
    border-color: #c7ddfd;
    color: #1c4581
}

.alert-blue hr {
    border-top-color: #aecefc
}

.alert-blue .alert-link {
    color: #132f57
}

.alert-purple {
    background-color: #e4e3ff;
    border-color: #d9d7ff;
    color: #3f3b85
}

.alert-purple hr {
    border-top-color: #c1beff
}

.alert-purple .alert-link {
    color: #2e2b62
}

.alert-magenta {
    background-color: #f1dfff;
    border-color: #ecd3ff;
    color: #613285
}

.alert-magenta hr {
    border-top-color: #e1baff
}

.alert-magenta .alert-link {
    color: #462460
}

.alert-pink {
    background-color: #ffdee7;
    border-color: #ffd1de;
    color: #853047
}

.alert-pink hr {
    border-top-color: #ffb8cc
}

.alert-pink .alert-link {
    color: #602233
}

.alert-rose {
    background-color: #ffe2e1;
    border-color: #ffd6d5;
    color: #853936
}

.alert-rose hr {
    border-top-color: #ffbdbc
}

.alert-rose .alert-link {
    color: #612927
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    background-color: #ededed;
    border-radius: .25rem;
    font-size: .75rem;
    height: 1rem;
    line-height: 0
}

.progress,.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    background-color: #7b60fb;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: width .6s ease;
    white-space: nowrap
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.media {
    align-items: flex-start;
    display: flex
}

.list-group {
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-item {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    display: block;
    padding: .75rem 1.25rem;
    position: relative
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
    background-color: #fff;
    color: #757575;
    pointer-events: none
}

.list-group-item.active {
    background-color: #7b60fb;
    border-color: #7b60fb;
    color: #fff;
    z-index: 2
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.close {
    color: #000;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    background-color: transparent;
    border: 0;
    padding: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    background-clip: padding-box;
    background-color: hsla(0,0%,100%,.85);
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .25rem;
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    flex-basis: 350px;
    font-size: .875rem;
    max-width: 350px;
    opacity: 0
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    align-items: center;
    background-clip: padding-box;
    background-color: hsla(0,0%,100%,.85);
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    color: #757575;
    display: flex;
    padding: .25rem .75rem
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
}

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    align-items: flex-start;
    border-bottom: 1px solid #ededed;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-top: 1px solid #ededed;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media(min-width: 576px) {
    .modal-dialog {
        margin:1.75rem auto;
        max-width: 500px
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.tooltip {
    word-wrap: break-word;
    display: block;
    font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    display: block;
    height: .4rem;
    position: absolute;
    width: .8rem
}

.tooltip .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before {
    border-top-color: #000;
    border-width: .4rem .4rem 0;
    top: 0
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
    height: .8rem;
    left: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before {
    border-right-color: #000;
    border-width: .4rem .4rem .4rem 0;
    right: 0
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #000;
    border-width: 0 .4rem .4rem;
    bottom: 0
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
    height: .8rem;
    right: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before {
    border-left-color: #000;
    border-width: .4rem 0 .4rem .4rem;
    left: 0
}

.tooltip-inner {
    background-color: #000;
    border-radius: .25rem;
    color: #fff;
    max-width: 320px;
    padding: .25rem .5rem;
    text-align: center
}

.popover {
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060
}

.popover,.popover .arrow {
    display: block;
    position: absolute
}

.popover .arrow {
    height: .5rem;
    margin: 0 .3rem;
    width: 1rem
}

.popover .arrow:after,.popover .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute
}

.bs-popover-auto[x-placement^=top],.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before {
    border-top-color: rgba(0,0,0,.25);
    border-width: .5rem .5rem 0;
    bottom: 0
}

.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after {
    border-top-color: #fff;
    border-width: .5rem .5rem 0;
    bottom: 1px
}

.bs-popover-auto[x-placement^=right],.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow {
    height: 1rem;
    left: calc(-.5rem - 1px);
    margin: .3rem 0;
    width: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before {
    border-right-color: rgba(0,0,0,.25);
    border-width: .5rem .5rem .5rem 0;
    left: 0
}

.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after {
    border-right-color: #fff;
    border-width: .5rem .5rem .5rem 0;
    left: 1px
}

.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before {
    border-bottom-color: rgba(0,0,0,.25);
    border-width: 0 .5rem .5rem;
    top: 0
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after {
    border-bottom-color: #fff;
    border-width: 0 .5rem .5rem;
    top: 1px
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f7f7f7;
    content: "";
    display: block;
    left: 50%;
    margin-left: -.5rem;
    position: absolute;
    top: 0;
    width: 1rem
}

.bs-popover-auto[x-placement^=left],.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow {
    height: 1rem;
    margin: .3rem 0;
    right: calc(-.5rem - 1px);
    width: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before {
    border-left-color: rgba(0,0,0,.25);
    border-width: .5rem 0 .5rem .5rem;
    right: 0
}

.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after {
    border-left-color: #fff;
    border-width: .5rem 0 .5rem .5rem;
    right: 1px
}

.popover-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    font-size: 1rem;
    margin-bottom: 0;
    padding: .5rem .75rem
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: #262626;
    padding: .5rem .75rem
}

.carousel-fade .carousel-item {
    opacity: 0;
    transform: none;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    opacity: 0;
    transition: opacity 0s .6s;
    z-index: 0
}

@media(prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
        transition: none
    }
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    border: .25em solid;
    border-radius: 50%;
    border-right: .25em solid transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: -.125em;
    width: 2rem
}

.spinner-border-sm {
    border-width: .125em;
    height: 1rem;
    width: 1rem
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@media(prefers-reduced-motion:reduce) {
    .spinner-border {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.bg-primary {
    background-color: #7b60fb!important
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
    background-color: #522efa!important
}

.bg-secondary {
    background-color: #757575!important
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
    background-color: #5c5c5c!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f5f5f5!important
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
    background-color: #dcdcdc!important
}

.bg-dark {
    background-color: #3b3b3b!important
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
    background-color: #222!important
}

.bg-cyan {
    background-color: #43b1e6!important
}

a.bg-cyan:focus,a.bg-cyan:hover,button.bg-cyan:focus,button.bg-cyan:hover {
    background-color: #1d9cd9!important
}

.bg-blue {
    background-color: #3684f9!important
}

a.bg-blue:focus,a.bg-blue:hover,button.bg-blue:focus,button.bg-blue:hover {
    background-color: #0766f5!important
}

.bg-purple {
    background-color: #7971ff!important
}

a.bg-purple:focus,a.bg-purple:hover,button.bg-purple:focus,button.bg-purple:hover {
    background-color: #493eff!important
}

.bg-magenta {
    background-color: #bb61ff!important
}

a.bg-magenta:focus,a.bg-magenta:hover,button.bg-magenta:focus,button.bg-magenta:hover {
    background-color: #a52eff!important
}

.bg-pink {
    background-color: #ff5c88!important
}

a.bg-pink:focus,a.bg-pink:hover,button.bg-pink:focus,button.bg-pink:hover {
    background-color: #ff2963!important
}

.bg-rose {
    background-color: #ff6e68!important
}

a.bg-rose:focus,a.bg-rose:hover,button.bg-rose:focus,button.bg-rose:hover {
    background-color: #ff3d35!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #ededed!important
}

.border-0 {
    border: 0!important
}

.border-success {
    border-color: #28a745!important
}

.rounded-sm {
    border-radius: .2rem!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

@media(min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-flex {
        display: flex!important
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-flex {
        display: flex!important
    }
}

@media(min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-flex {
        display: flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-content-center {
    align-content: center!important
}

.align-self-end {
    align-self: flex-end!important
}

@media(min-width: 576px) {
    .flex-sm-row {
        flex-direction:row!important
    }
}

@media(min-width: 768px) {
    .flex-md-row {
        flex-direction:row!important
    }
}

@media(min-width: 992px) {
    .flex-lg-row {
        flex-direction:row!important
    }

    .justify-content-lg-between {
        justify-content: space-between!important
    }

    .align-items-lg-center {
        align-items: center!important
    }
}

.fixed-bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

@supports((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    clip: rect(0,0,0,0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.shadow-sm {
    box-shadow: 0 0 1rem rgba(0,0,0,.03)!important
}

.shadow {
    box-shadow: 0 0 1rem rgba(0,0,0,.1)!important
}

.shadow-lg {
    box-shadow: 0 0 2rem rgba(0,0,0,.15)!important
}

.w-100 {
    width: 100%!important
}

.h-100 {
    height: 100%!important
}

.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mr-4 {
    margin-right: 1.5rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4 {
    margin-left: 1.5rem!important
}

.mt-5,.my-5 {
    margin-top: 3rem!important
}

.mr-5 {
    margin-right: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}

.ml-5 {
    margin-left: 3rem!important
}

.my-6 {
    margin-bottom: 4rem!important;
    margin-top: 4rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0 {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.py-1 {
    padding-top: .25rem!important
}

.px-1 {
    padding-right: .25rem!important
}

.py-1 {
    padding-bottom: .25rem!important
}

.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,.py-3 {
    padding-top: 1rem!important
}

.pr-3,.px-3 {
    padding-right: 1rem!important
}

.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.py-5 {
    padding-top: 3rem!important
}

.px-5 {
    padding-right: 3rem!important
}

.py-5 {
    padding-bottom: 3rem!important
}

.px-5 {
    padding-left: 3rem!important
}

.py-6 {
    padding-bottom: 4rem!important;
    padding-top: 4rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mx-n2 {
    margin-left: -.5rem!important;
    margin-right: -.5rem!important
}

.mt-n3,.my-n3 {
    margin-top: -1rem!important
}

.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,.my-n3 {
    margin-bottom: -1rem!important
}

.mx-n3 {
    margin-left: -1rem!important
}

.mx-n5 {
    margin-left: -3rem!important;
    margin-right: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

@media(min-width: 576px) {
    .mt-sm-0 {
        margin-top:0!important
    }

    .mr-sm-3 {
        margin-right: 1rem!important
    }

    .ml-sm-3 {
        margin-left: 1rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .py-sm-5 {
        padding-bottom: 3rem!important;
        padding-top: 3rem!important
    }

    .py-sm-6 {
        padding-bottom: 4rem!important;
        padding-top: 4rem!important
    }

    .m-sm-n3 {
        margin: -1rem!important
    }
}

@media(min-width: 768px) {
    .mt-md-0 {
        margin-top:0!important
    }

    .mb-md-0 {
        margin-bottom: 0!important
    }

    .mr-md-3 {
        margin-right: 1rem!important
    }

    .ml-md-3 {
        margin-left: 1rem!important
    }

    .py-md-7 {
        padding-bottom: 6rem!important;
        padding-top: 6rem!important
    }
}

@media(min-width: 992px) {
    .mt-lg-0 {
        margin-top:0!important
    }

    .mr-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0 {
        margin-left: 0!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .mt-lg-auto {
        margin-top: auto!important
    }
}

.stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

@media(min-width: 576px) {
    .text-sm-left {
        text-align:left!important
    }

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

@media(min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

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

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #7b60fb!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #3d15f9!important
}

.text-secondary {
    color: #757575!important
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #4f4f4f!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,a.text-success:hover {
    color: #19692c!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
    color: #ba8b00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,a.text-danger:hover {
    color: #a71d2a!important
}

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

a.text-light:focus,a.text-light:hover {
    color: #cfcfcf!important
}

.text-dark {
    color: #3b3b3b!important
}

a.text-dark:focus,a.text-dark:hover {
    color: #151515!important
}

.text-cyan {
    color: #43b1e6!important
}

a.text-cyan:focus,a.text-cyan:hover {
    color: #1a8cc3!important
}

.text-blue {
    color: #3684f9!important
}

a.text-blue:focus,a.text-blue:hover {
    color: #075cdc!important
}

.text-purple {
    color: #7971ff!important
}

a.text-purple:focus,a.text-purple:hover {
    color: #3125ff!important
}

.text-magenta {
    color: #bb61ff!important
}

a.text-magenta:focus,a.text-magenta:hover {
    color: #9a15ff!important
}

.text-pink {
    color: #ff5c88!important
}

a.text-pink:focus,a.text-pink:hover {
    color: #ff1050!important
}

.text-rose {
    color: #ff6e68!important
}

a.text-rose:focus,a.text-rose:hover {
    color: #ff251c!important
}

.text-body {
    color: #262626!important
}

.text-muted {
    color: #757575!important
}

.text-black-50 {
    color: rgba(0,0,0,.5)!important
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-wrap: break-word!important;
    word-break: break-word!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,:after,:before {
        box-shadow: none!important;
        text-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    pre {
        border: 1px solid #b5b5b5;
        white-space: pre-wrap!important
    }

    img,pre,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,body {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td {
        background-color: #fff!important
    }
}

.opacity-10 {
    opacity: .1!important
}

.opacity-50 {
    opacity: .5!important
}

.position-absolute {
    position: absolute!important
}

.position-relative {
    position: relative!important
}

.pointer-events-none {
    pointer-events: none!important
}

.pointer-events-auto {
    pointer-events: auto!important
}

.z-1 {
    z-index: 1!important
}

.z-1001 {
    z-index: 1001!important
}

.z-1025 {
    z-index: 1025!important
}

.z-1030 {
    z-index: 1030!important
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-auto {
    overflow: auto!important
}

.cursor-default {
    cursor: default!important
}

.cursor-pointer {
    cursor: pointer!important
}

.fill-current {
    fill: currentColor!important
}

.width-3 {
    width: .75rem!important
}

.width-4 {
    width: 1rem!important
}

.width-5 {
    width: 1.25rem!important
}

.width-6 {
    width: 1.5rem!important
}

.width-8 {
    width: 2rem!important
}

.width-10 {
    width: 2.5rem!important
}

.width-12 {
    width: 3rem!important
}

.width-16 {
    width: 4rem!important
}

.width-20 {
    width: 5rem!important
}

.width-32 {
    width: 8rem!important
}

.width-64 {
    width: 16rem!important
}

.max-width-32 {
    max-width: 8rem!important
}

.max-width-full {
    max-width: 100%!important
}

.height-1\.25 {
    height: .3125rem!important
}

.height-3 {
    height: .75rem!important
}

.height-4 {
    height: 1rem!important
}

.height-5 {
    height: 1.25rem!important
}

.height-6 {
    height: 1.5rem!important
}

.height-8 {
    height: 2rem!important
}

.height-10 {
    height: 2.5rem!important
}

.height-12 {
    height: 3rem!important
}

.height-14 {
    height: 3.5rem!important
}

.height-16 {
    height: 4rem!important
}

.height-20 {
    height: 5rem!important
}

.height-32 {
    height: 8rem!important
}

.max-height-96 {
    max-height: 24rem!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-medium {
    font-weight: 500!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-size-base {
    font-size: 1rem!important
}

.font-size-lg {
    font-size: 1.125rem!important
}

.font-size-xl {
    font-size: 1.25rem!important
}

.border-radius-lg {
    border-radius: .625rem!important
}

.border-radius-xl {
    border-radius: .875rem!important
}

.border-radius-2xl {
    border-radius: 1rem!important
}

.border-radius-3xl {
    border-radius: 1.5rem!important
}

.top-0 {
    top: 0!important
}

.right-0 {
    right: 0!important
}

.bottom-0 {
    bottom: 0!important
}

.left-0 {
    left: 0!important
}

.border-top {
    border-top: 1px solid #ededed!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom {
    border-bottom: 1px solid #ededed!important
}

.border-left-0 {
    border-left: 0!important
}

.background-size-cover {
    background-size: cover!important
}

.background-position-center {
    background-position: 50%!important
}

.backdrop-filter-blur {
    -webkit-backdrop-filter: blur(8px)!important;
    backdrop-filter: blur(8px)!important
}

.scroll-behavior-smooth {
    scroll-behavior: smooth!important
}

.scroll-margin-top-18 {
    scroll-margin-top: 4.5rem!important
}

.bg-base-0 {
    background-color: #fff!important
}

.bg-base-1 {
    background-color: #f5f5f5!important
}

.bg-base-2 {
    background-color: #fafafa!important
}

@media(min-width: 768px) {
    .border-right-md {
        border-right:1px solid #ededed!important
    }

    .border-bottom-md-0 {
        border-bottom: 0!important
    }

    .border-left-md {
        border-left: 1px solid #ededed!important
    }
}

@media(min-width: 992px) {
    .position-lg-fixed {
        position:fixed!important
    }

    .width-lg-96 {
        width: 24rem!important
    }

    .border-right-lg {
        border-right: 1px solid #ededed!important
    }

    .border-bottom-lg-0 {
        border-bottom: 0!important
    }

    .border-left-lg {
        border-left: 1px solid #ededed!important
    }
}

@media(min-width: 1200px) {
    .border-top-xl-0 {
        border-top:0!important
    }
}

.svgMap-map-wrapper {
    background: transparent;
    color: #111;
    padding-top: 50%;
    position: relative;
    width: 100%
}

.svgMap-map-wrapper * {
    box-sizing: border-box
}

.svgMap-map-wrapper :focus:not(:focus-visible) {
    outline: 0
}

.svgMap-map-wrapper .svgMap-map-image {
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.svgMap-map-wrapper .svgMap-map-controls-wrapper {
    bottom: 0;
    display: flex;
    left: 0;
    position: absolute;
    z-index: 1
}

.svgMap-map-wrapper .svgMap-map-controls-move,.svgMap-map-wrapper .svgMap-map-controls-zoom {
    display: flex
}

.svgMap-map-wrapper .svgMap-map-controls-move:last-child,.svgMap-map-wrapper .svgMap-map-controls-zoom:last-child {
    margin-right: 0
}

.svgMap-map-wrapper .svgMap-control-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background: #fff;
    border: none;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    height: 30px;
    line-height: inherit;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    text-transform: none;
    width: 30px
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button {
    border: 1px solid #7b60fb;
    border-radius: .25rem;
    color: #7b60fb;
    font-size: 1rem;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media(prefers-reduced-motion:reduce) {
    .svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button {
        transition: none
    }
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:after,.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:before {
    background: #7b60fb;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: background-color .2s
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:before {
    height: 2px;
    width: 10px
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:hover {
    background-color: #7b60fb;
    border-color: #7b60fb
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:hover:after,.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:hover:before {
    background: #fff
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:focus {
    box-shadow: 0 0 0 .2rem rgba(123,96,251,.5);
    outline: 0
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button.svgMap-disabled {
    background-color: transparent
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button.svgMap-disabled:after,.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button.svgMap-disabled:before {
    background: #7b60fb
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-in-button {
    margin: 0 .125rem 0 0
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-in-button:after {
    height: 10px;
    width: 2px
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-out-button {
    margin: 0 0 0 .125rem
}

.svgMap-map-wrapper .svgMap-country {
    stroke: hsla(0,0%,100%,.5);
    stroke-width: 1;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
    cursor: pointer;
    transition: fill .2s,stroke .2s
}

.svgMap-map-wrapper .svgMap-country.svgMap-active,.svgMap-map-wrapper .svgMap-country:hover {
    stroke: rgba(0,0,0,.5)
}

.svgMap-map-wrapper .svgMap-country.svgMap-active {
    stroke-width: 2
}

.svgMap-tooltip {
    background: #000;
    border-radius: .25rem;
    color: #fff;
    display: none;
    min-width: 60px;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%,-100%);
    z-index: 10000
}

.svgMap-tooltip.svgMap-tooltip-flipped {
    transform: translate(-50%)
}

.svgMap-tooltip.svgMap-active {
    display: block
}

.svgMap-tooltip .svgMap-tooltip-content-container {
    padding: .75rem 1rem;
    position: relative
}

.svgMap-tooltip .svgMap-tooltip-content-container .svgMap-tooltip-flag-container.svgMap-tooltip-flag-container-emoji {
    font-size: 50px;
    line-height: 0;
    padding: 25px 0 15px
}

.svgMap-tooltip .svgMap-tooltip-content-container .svgMap-tooltip-flag-container .svgMap-tooltip-flag {
    background: rgba(0,0,0,.15);
    border-radius: 2px;
    display: block;
    height: 32px;
    margin: auto;
    padding: 2px;
    width: auto
}

.svgMap-tooltip .svgMap-tooltip-title {
    display: none;
    font-size: 1rem;
    white-space: nowrap
}

.svgMap-tooltip .svgMap-tooltip-content {
    font-size: 1rem;
    white-space: nowrap
}

.svgMap-tooltip .svgMap-tooltip-content table {
    border-spacing: 0;
    margin: auto;
    padding: 0
}

.svgMap-tooltip .svgMap-tooltip-content table td {
    padding: 0!important
}

.svgMap-tooltip .svgMap-tooltip-content table td sup {
    position: relative;
    top: -5px;
    vertical-align: baseline
}

.svgMap-tooltip .svgMap-tooltip-content .svgMap-tooltip-no-data {
    padding: 2px 0
}

.svgMap-tooltip .svgMap-tooltip-pointer {
    height: 8px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 24px
}

.svgMap-tooltip .svgMap-tooltip-pointer:after {
    background: #000;
    bottom: 6px;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    width: 20px
}

.svgMap-tooltip.svgMap-tooltip-flipped .svgMap-tooltip-pointer {
    bottom: auto;
    top: -10px;
    transform: translateX(-50%) scaleY(-1)
}

.daterangepicker {
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 1rem rgba(0,0,0,.1);
    color: inherit;
    display: none;
    left: 20px;
    margin-top: .125rem;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 100px;
    width: 270px;
    z-index: 1000
}

.daterangepicker.drop-up {
    margin-top: -7px
}

.daterangepicker.drop-up:before {
    border-bottom: initial;
    border-top: 7px solid #ccc;
    bottom: -7px;
    top: auto
}

.daterangepicker.drop-up:after {
    border-bottom: initial;
    border-top: 6px solid #fff;
    bottom: -6px;
    top: auto
}

.daterangepicker.single .daterangepicker .ranges,.daterangepicker.single .drp-calendar {
    float: none
}

.daterangepicker.single .drp-selected {
    display: none
}

.daterangepicker.show-calendar .drp-buttons,.daterangepicker.show-calendar .drp-calendar {
    display: block
}

.daterangepicker.auto-apply .drp-buttons {
    display: none
}

.daterangepicker .drp-calendar {
    direction: ltr;
    display: none;
    max-width: 270px
}

.daterangepicker .drp-calendar.left {
    padding: 1rem
}

.daterangepicker .drp-calendar.right {
    display: none;
    padding: .5rem 1rem
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none
}

.daterangepicker .next,.daterangepicker .prev {
    align-items: center;
    display: flex;
    justify-content: center
}

.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 8px 13px;
    display: inline-block;
    height: 13px;
    width: 13px
}

.daterangepicker .calendar-table .next span {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.41 12'%3E%3Cpath fill='%233b3b3b' d='M0 1.41 4.58 6 0 10.59 1.41 12l6-6-6-6Z'/%3E%3C/svg%3E")
}

.daterangepicker .calendar-table .prev span {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.41 12'%3E%3Cpath fill='%233b3b3b' d='M7.41 10.59 2.83 6l4.58-4.59L6 0 0 6l6 6Z'/%3E%3C/svg%3E")
}

.daterangepicker .calendar-table td,.daterangepicker .calendar-table th {
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    font-size: .875em;
    height: 2rem;
    line-height: 2rem;
    min-width: 2rem;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 2rem
}

.daterangepicker .calendar-table table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    width: 100%
}

.daterangepicker td.available:hover,.daterangepicker th.available:hover {
    background-color: rgba(123,96,251,.1);
    border-color: transparent;
    color: inherit
}

.daterangepicker td.week,.daterangepicker th.week {
    color: #ccc;
    font-size: 80%
}

.daterangepicker td.off,.daterangepicker td.off.end-date,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date {
    background-color: #fff;
    border-color: transparent;
    color: #999
}

.daterangepicker td.in-range {
    background-color: rgba(123,96,251,.05);
    border-color: transparent;
    border-radius: 0;
    color: #262626
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px
}

.daterangepicker td.active,.daterangepicker td.active:hover {
    background-color: #7b60fb;
    border-color: transparent;
    color: #fff
}

.daterangepicker th.month {
    width: 100%
}

.daterangepicker option.disabled,.daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker select.monthselect,.daterangepicker select.yearselect {
    cursor: default;
    font-size: .875em;
    height: auto;
    margin: 0;
    padding: 1px
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.ampmselect,.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect {
    background: #eee;
    border: 1px solid #eee;
    font-size: .875em;
    margin: 0 auto;
    outline: 0;
    padding: 2px;
    width: 50px
}

.daterangepicker .calendar-time {
    line-height: 30px;
    margin: 4px auto 0;
    position: relative;
    text-align: center
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.daterangepicker .drp-buttons {
    border-top: 1px solid #ededed;
    clear: both;
    display: none;
    padding: 1rem;
    text-align: right;
    vertical-align: middle
}

.daterangepicker.rtl .drp-buttons {
    text-align: left
}

.daterangepicker .drp-selected {
    color: #757575;
    float: left;
    font-size: .875em;
    font-weight: 500;
    padding: .5rem 0;
    width: 100%
}

.daterangepicker.rtl .drp-selected {
    float: right
}

.daterangepicker .drp-buttons .btn {
    margin-left: .5rem
}

.daterangepicker.rtl .drp-buttons .btn {
    margin-left: 0;
    margin-right: .5rem
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ededed
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ededed
}

.daterangepicker.show-ranges.ltr .drp-calendar.left,.daterangepicker.show-ranges.rtl .drp-calendar.left {
    border-top: 1px solid #ededed
}

.daterangepicker .ranges {
    float: none;
    margin: 0
}

.daterangepicker.show-calendar .ranges {
    margin: 1rem 0
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.daterangepicker .ranges li {
    cursor: pointer;
    font-size: .875em;
    padding: .5rem 1rem
}

.daterangepicker .ranges li:active,.daterangepicker .ranges li:focus,.daterangepicker .ranges li:hover {
    background-color: rgba(123,96,251,.1)
}

.daterangepicker .ranges li.active {
    background-color: #7b60fb;
    color: #fff
}

@media(min-width: 730px) {
    .daterangepicker {
        width:auto
    }

    .daterangepicker .ranges ul {
        width: 160px
    }

    .daterangepicker.single .ranges ul {
        width: 100%
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none
    }

    .daterangepicker.single .drp-calendar,.daterangepicker.single .ranges {
        float: left
    }

    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        border-bottom-right-radius: 0;
        border-right: none;
        border-top-right-radius: 0
    }

    .daterangepicker .drp-calendar.right {
        margin-left: 0
    }

    .daterangepicker .drp-calendar.right .calendar-table {
        border-bottom-left-radius: 0;
        border-left: none;
        border-top-left-radius: 0
    }

    .daterangepicker .drp-calendar,.daterangepicker .ranges {
        float: left
    }

    .daterangepicker .drp-selected {
        width: auto
    }

    .daterangepicker.show-ranges.rtl .drp-calendar.left {
        border-right: 1px solid #ededed;
        border-top: 0
    }

    .daterangepicker.show-ranges.ltr .drp-calendar.left {
        border-left: 1px solid #ededed;
        border-top: 0
    }

    .daterangepicker .ranges {
        width: auto
    }

    .daterangepicker.rtl .ranges {
        float: right
    }

    .daterangepicker .drp-calendar.left {
        clear: none!important
    }
}

:root {
    color-scheme: light
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f5f5f5;
    font-family: sans-serif
}

body {
    background: #fff;
    font-size: 1rem;
    min-height: 100%
}

.hr-text {
    display: block;
    margin: 1rem 0;
    overflow: hidden;
    white-space: nowrap
}

.hr-text>span {
    display: inline-block;
    position: relative
}

.hr-text>span:after {
    background: rgba(0,0,0,.04);
    content: "";
    height: 1px;
    left: 100%;
    margin-left: 1rem;
    position: absolute;
    top: 50%;
    width: 9999px
}

.reset-after:after {
    content: none
}

.header {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.logo {
    height: 2.5rem;
    opacity: 1;
    width: auto
}

.logo:hover {
    opacity: .85
}

.logo img {
    border: 0;
    width: 100%;
    max-width: 165px;
}

.slide-menu {
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateX(-113%);
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    width: 250px
}

.slide-menu.active {
    transform: translateX(0)
}

@media(min-width: 992px) {
    .slide-menu {
        transform:translateX(0)
    }

    .content {
        margin-left: 250px
    }
}

.sidebar .nav-link[aria-expanded=true]>.sidebar-expand svg {
    transform: rotate(180deg)
}

.sidebar .nav-link {
    border-right: 2px solid transparent;
    color: #3b3b3b;
    padding: .75rem 1.25rem
}

.sidebar .nav-link:hover,.sidebar .nav-link[aria-expanded=true],.sub-menu {
    background: rgba(123,96,251,.05)
}

.sidebar .nav-link.active {
    background: rgba(123,96,251,.1);
    border-right: 2px solid #7b60fb;
    color: #7b60fb
}

.sidebar .nav-link.active>.sidebar-icon {
    color: #7b60fb
}

.sidebar-icon {
    color: #757575
}

.sidebar .card-body {
    border-top: 1px solid #f0f0f0
}

.sidebar-footer {
    background: rgba(123,96,251,.05)
}

.sidebar-section {
    min-height: 0
}

.plan-no-animation,.plan-preload {
    -webkit-animation: none;
    animation: none;
    opacity: 1
}

.cookie-banner {
    background: hsla(0,0%,100%,.85);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1)
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

::-moz-selection {
    background: #000;
    color: #fff
}

::selection {
    background: #000;
    color: #fff
}

.icon-twitter {
    background: #1da1f2
}

.icon-twitter:hover {
    background: #0d95e8
}

.icon-facebook {
    background: #4267b2
}

.icon-facebook:hover {
    background: #3b5c9f
}

.icon-reddit {
    background: #ff4500
}

.icon-reddit:hover {
    background: #e63e00
}

.icon-pinterest {
    background: #e60023
}

.icon-pinterest:hover {
    background: #cd001f
}

.icon-linkedin {
    background: #0077b5
}

.icon-linkedin:hover {
    background: #00669c
}

.icon-tumblr {
    background: #001935
}

.icon-tumblr:hover {
    background: #000d1c
}

.icon-email {
    background: #6e6e6e
}

.icon-email:hover {
    background: #616161
}

.icon-qr {
    background: #7e7e7e
}

.icon-qr:hover {
    background: #717171
}

[dir=rtl] body {
    text-align: right
}

[dir=rtl] .sidebar .nav-link {
    border-left: 0;
    border-right: 2px solid transparent
}

[dir=rtl] .sidebar .nav-link.active {
    border-left: 0;
    border-right: 2px solid #7b60fb
}

[dir=rtl] .slide-menu {
    left: auto;
    right: 0;
    transform: translateX(113%);
    width: 250px
}

[dir=rtl] .slide-menu.active {
    transform: translateX(0)
}

@media(min-width: 992px) {
    [dir=rtl] .slide-menu {
        transform:translateX(0)
    }

    [dir=rtl] .content {
        margin-left: 0;
        margin-right: 250px
    }
}

div.input-group.filesUploadSectionAppearHere #files-area {
    width: 100%;
    margin: 0 auto;
}

div.input-group.filesUploadSectionAppearHere .file-block {
    border-radius: 10px;
    background-color: rgba(144, 163, 203, 0.2);
    margin: 5px;
    color: initial;
    display: inline-flex;
}

div.input-group.filesUploadSectionAppearHere .file-block > span.name {
    padding-right: 10px;
    width: max-content;
    display: inline-flex;
}

div.input-group.filesUploadSectionAppearHere .file-delete {
    display: flex;
    width: 24px;
    color: initial;
    background-color: #6eb4ff00;
    font-size: large;
    justify-content: center;
    margin-right: 3px;
    cursor: pointer;
}

div.input-group.filesUploadSectionAppearHere .file-delete:hover {
    background-color: rgba(144, 163, 203, 0.2);
    border-radius: 10px;
}

div.input-group.filesUploadSectionAppearHere .file-delete > span {
    transform: rotate(45deg);
}

#copied-success {
    width: 100px;
    opacity: 0;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    padding: 15px 15px;
    background-color: #fff;
    border-radius: 5px;
    transition: .4s opacity;
    top: 0px;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px 2px #00000005;
}

div.table-record-files {
    padding: 20px 30px 20px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .03) !important;
    background-color: #fff;
    border-radius: .25rem;
    margin-top: 1rem !important;
}

div.table-record-files ul.headings {
    padding: 0px 0px 12px;
    margin: 0px;
    border-bottom: 1px solid #cacaca;
    display: flex;
    width: 100%;
}

div.table-record-files ul.records {
    padding: 0px 0px 0px;
    margin: 0px;
}

div.table-record-files ul.headings li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    width: 13%;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

div.table-record-files ul.records li {
    list-style-type: none;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0px 8px;
}

div.table-record-files ul.records li div.detailed {
    display: none;
    border-top: 1px solid #eaeaea;
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 8px;
}

div.table-record-files ul.records li div.main {
    display: flex;
    width: 100%;
    align-items: center;
}

div.table-record-files ul.records li div.main div {
    width: 13%;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}

div.table-record-files ul.records li div.main div.actions label {
    position: relative;
    padding: 0px 2px;
    margin-left: 4px;
    cursor: pointer;
}

div.table-record-files ul.records li div.main div.actions {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

div.table-record-files ul.records li div.main div.actions label i {
    text-decoration: unset;
    outline: unset;
    border: unset;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

div.table-record-files ul.records li div.main div.actions label:first-child {
    margin-left: 0px;
}

i.viewDetailList+span.tooltip {
    left: -42px;
}
i.copyDetailList+span.tooltip {
    left: -55px;
}
i.editList+span.tooltip {
    left: -30px;
}
i.deleteList+span.tooltip {
    left: -44px;
}
div.table-record-files ul.records li div.detailed label {
    margin: 0px;
    font-size: 14px;
    color: #7d5ff8;
    font-weight: 600;
    display: inline-block;
    /* width: 90px; */
}

div.table-record-files ul.records li div.detailed div {
    margin-bottom: 6px;
}

div.table-record-files ul.records li div.detailed div:last-child {
    margin-bottom: 0px;
}

div.table-record-files ul.records li div.detailed span {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

form.addFilesForm div.col {
    padding: 0px;
    font-size: 14px;
}

form.addFilesForm div.input-group {
    margin-bottom: 12px;
}

form.addFilesForm span.spinner-text {
    font-size: 14px;
}

form.addFilesForm button.btn.btn-primary {
    padding: 8px 25px;
    width: auto;
}

form.addFilesForm div.input-group.filesUploadSectionAppearHere p {
    margin-bottom: 0px;
}
form.addFilesForm div.input-group.filesUploadSectionAppearHere p label[for="attachment"] a {
    font-size: 14px;
}
div.table-record-files ul.records li:last-child {
    border-bottom: unset;
    padding-bottom: 0px;
}
div.table-record-files ul.records li div.main div.actions a {
    box-shadow: unset;
}

div.table-record-files ul.records li div.main div.actions i {
    color: #7b60fb;
}

div.table-record-files ul.records li div.main div.actions label i.deleteList {
    color: red;
}
form.addFilesForm div.field_with_checkbox {
    display: block;
    width: 100%;
    margin-bottom: 12px;
}

form.addFilesForm div.field_with_checkbox div.col label {
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
}

form.addFilesForm div.field_with_checkbox:has(input:checked) div.checkboxDiv {
    display: flex !important;
}
form.addFilesForm div.field_with_checkbox div.checkboxDiv {
    padding-top: 5px;
    margin-bottom: 0px;
}
div.withAddButton h1 {
    display: flex !important;
    justify-content: space-between;
}
button.searchFiles span {
    font-size: 16px;
}
div.table-record-files ul.records li div.main div.number div {
    width: 100%;
    max-width: 100%;
}
.on-off-toggle {
  width: 56px;
  height: 24px;
  position: relative;
  display: inline-block;
}

.on-off-toggle__slider {
  width: 75px;
  height: 24px;
  display: block;
  border-radius: 34px;
  background-color: #cf1414;
  transition: background-color 0.4s;
  margin: 0px;
}

.on-off-toggle__slider:before {
    content: '';
    display: block;
    background-color: #fff;
    box-shadow: 0 0 0 1px #949494;
    bottom: 3px;
    height: 18px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 18px;
    z-index: 5;
    border-radius: 100%;
  }

.on-off-toggle__slider:after {
    display: block;
    line-height: 24px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400;
    content: 'Disable';
    color: #fff;
    padding-left: 24px;
    transition: all 0.4s;
  }

.on-off-toggle__input {
  /*
    This way of hiding the default input is better 
    for accessibility than using display: none;
  */
  position: absolute;
  opacity: 0;
}

.on-off-toggle__input:checked + 
.on-off-toggle__slider {
  background-color: green;
}

.on-off-toggle__input:checked + 
.on-off-toggle__slider:before {
    transform: translateX(50px);
  }

.on-off-toggle__input:checked + 
.on-off-toggle__slider:after {
    content: 'Active';
    color: #FFFFFF;
    padding-left: 8px;
  }
  
  div.table-record-files ul.records li div.main div div {
    width: 100%;
    max-width: 100%;
}

div.table-record-files ul.headings li:first-child {
    width: 48%;
}

div.table-record-files ul.records li div.main div.number {
    width: 48%;
}

form.addFilesForm {
    box-shadow: 0 0 1rem rgba(0, 0, 0, .03) !important;
    background-color: #fff;
    border-radius: .25rem;
    margin-top: 40px;
    padding: 2rem 2rem 0.5rem;
}

form.addFilesForm div#advanced-options div.col {
    padding-left: 1rem;
    padding-right: 1rem;
}

div#advanced-options {
    padding-bottom: 20px;
}

form.addFilesForm div.form-group {
    margin-bottom: 0px;
}
form.addFilesForm p.error {
    color: red;
    font-size: 14px;
}
div.editFilesPortion {
    border: 1px solid #eaeaea;
    padding: 25px 25px 0px;
    margin-top: 15px;
    margin-bottom: 30px;
}

div.editFilesPortion .col {
    padding: 0px;
}

div.editFilesPortion h4 {
    font-size: 18px;
    color: gray;
    margin-bottom: 15px;
}

div.editFilesPortion div.input-group {
    padding-bottom: 15px;
}

div.editFilesPortion p.text-center {
    margin-bottom: 0px;
}

div.editFilesPortion a.btn.btn-primary.text-light {
    font-size: 14px;
}

div.porfileImageDiv .avatar-upload {
  position: relative;
  max-width: 300px;
  margin: 0px 0px 0px;
}
div.porfileImageDiv .avatar-upload .avatar-edit {
  position: absolute;
  right: 5px;
  z-index: 1;
  top: 5px;
}
div.porfileImageDiv .avatar-upload .avatar-edit input {
  display: none;
}
div.porfileImageDiv .avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #7d5ff8;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
div.porfileImageDiv .avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  font-size: 14px;
}
div.porfileImageDiv .avatar-upload .avatar-preview {
  width: 100%;
  height: 200px;
  position: relative;
  border-radius: 6px;
  border: 1px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 4%);
}
div.porfileImageDiv .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.docSignUpload .drop_box {
  margin: 6px 0 0;
  padding: 30px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px dotted #eaeaea;
  border-radius: 12px;
  width: 100%;
  position: relative;
}
.docSignUpload .drop_box h4 {
  font-size: 18px;
  font-weight: 400;
  color: #2e2e2e;
  margin: 0px 0px 0px;
}
.docSignUpload .drop_box p {
  font-size: 14px;
  color: #a3a3a3;
  margin: 6px 0px 10px;
}
.docSignUpload .drop_box .btn {
  text-decoration: none;
  background-color: #005af0;
  color: #ffffff;
  padding: 6px 15px;
  border: none;
  outline: none;
  transition: 0.3s;
  font-size: 12px;
  border:1px solid #005af0;
}
.docSignUpload .drop_box .btn:hover{
  text-decoration: none;
  background-color: #ffffff;
  color: #005af0;
}
.docSignUpload .col h3 {
    font-weight: 400;
    font-size: 14px;
    color: gray;
    margin: 0px 0px 0px;
}

div.docSignUpload {
    padding-top: 5px;
}
.docSignUpload .drop_box h4 span.clear-button {
    font-size: 14px;
    color: red;
    vertical-align: middle;
    padding-left: 5px;
    display: inline-block;
    padding-bottom: 2px;
    cursor: pointer;
}
.docSignUpload .drop_box h4 span.clear-button svg {
    width: 10px !important;
    height: 10px !important;
}
.docSignUpload .drop_box.error {
    border-color: red;
}
.docSignUpload p.error_return {
    margin: 0px 0px 5px;
    font-size: 14px;
    color: #ff0000d6;
}
#signature img {
    width: 100%;
}
div#signature .modal-content {
    width: 100%;
    max-width: 400px;
}

div#signature .modal-content ul.tabs {
    margin: 0px;
    background: #eeeff1;
    list-style-type: none;
    display: flex;
    padding: .25rem;
    border-radius: 8px;
}

div#signature .modal-content ul.tabs li {
    font-size: 14px;
    font-weight: 500;
    color: #576175;
    display: inline-flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    width: 50%;
    transition: all 0.3s linear;
    border-radius: 6px;
    padding: 4px 0px;
    cursor: pointer;
}

div#signature .modal-content ul.tabs li svg {
    width: 16px;
}

div#signature .modal-content ul.tabs li.active {
    background: #4273d7;
    color: #fff;
}

div#signature .modal-content h4 {
    margin-bottom: 12px;
}

div#signature .modal-content .uploadSignature div.signature {
    border: 2px solid #e2e4e9;
    border-radius: .75rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

div#signature .modal-content .uploadSignature div.signature input.signatureUpload {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

div#signature .modal-content .uploadSignature div.signature svg {
    background: #4273d71a;
    border-radius: 9999px;
    width: 4rem;
    height: 4rem;
    padding: 20px;
    margin-bottom: 10px;
}

div#signature .modal-content .uploadSignature div.signature h4 {
    font-weight: 600;
    font-size: 16px;
    margin: 0px;
}

div#signature .modal-content .uploadSignature div.signature p {
    font-weight: 400;
    font-size: 14px;
    margin: 0px;
}

div#signature .modal-content .uploadSignature {
    padding: 25px 0px 30px;
}

div#signature .modal-content .drawSign {
    padding: 0px 0px 30px;
}

div#signature .modal-content .drawSign canvas#signature-pad {
    margin-bottom: 0px;
}

div#signature .modal-content .drawSign .buttons .clear {
    background: #f8fafc;
    border: 1px solid #e2e4e9;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    color: #181d25;
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 4px 15px;
}

div#signature .modal-content .drawSign .buttons .clear svg {
    width: 16px;
    margin: 0px !important;!i;!;
    position: relative;
    top: 1px;
}

div#signature .modal-content .drawSign .buttons {
    justify-content: flex-start;
    margin-top: 5px;
}
div#signature .modal-content .uploadSignature div.signature img.signatureUploaded {
    width: 100%;
}
div#signature .modal-content .uploadSignature div.signature.uploaded {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
div.topHeader nav#layout-navbar {
    border-radius: 0.375rem;
    padding: 0 1.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
    backdrop-filter: saturate(200%) blur(6px);
    background-color: rgba(255, 255, 255, 0.95) !important;
    color: #6f6b7d;
    height: 3.875rem;
    flex-wrap: nowrap;
    align-items: center !important;
    justify-content: flex-start;
    margin-bottom: 12px;
}

div.topHeader div#navbar-collapse {
    flex-basis: 100%;
    align-items: center !important;
    display: flex !important;
}

div.topHeader ul.navbar-nav {
    margin-left: auto !important;
    align-items: center !important;
    flex-direction: row !important;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    gap: 25px;
}

div.topHeader li.nav-item {
    margin-right: 0 !important;
}

div.topHeader li.nav-item a.nav-link {
    color: #6f6b7d;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    display: block;
    padding: 0.543rem 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

div.topHeader li.nav-item a.nav-link img {
    width: 28px;
}

div.topHeader li.nav-item a.nav-link span.read-badge-notification {
    top: 0.5rem;
    padding: 0.2rem 0.4rem;
    font-size: 0.75rem;
    line-height: 0.875rem;
    position: absolute;
    display: inline-block;
    margin: 0;
    transform: translate(-60%, -30%);
    border-radius: 50rem !important;
    --bs-bg-opacity: 1;
    color: #fff;
    background-color: #6c44d5 !important;
}

div.topHeader li.nav-item a.nav-link .avatar.avatar-online {
    position: relative;
    width: 2.375rem;
    height: 2.375rem;
    cursor: pointer;
}

div.topHeader li.nav-item a.nav-link:after {
    display: none;
}

div.topHeader li.nav-item a.nav-link .avatar.avatar-online:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #fff;
    background-color: #28c76f;
}

div.topHeader li.nav-item.dropdown-notifications {
    position: relative;
    top: 2px;
    z-index: 9999;
}


div.topHeader li.nav-item.show-user-modal ul.dropdown-menu {
    display: block;
    --bs-position: end;
    margin-top: 0px;
    display: block;
    min-width: 14rem;
    box-shadow: 0 0.25rem 1rem rgba(165, 163, 174, 0.45);
    animation: dropdownAnimation 0.1s;
    position: static;
}

div.topHeader {
    position: relative;
    z-index: 9;
}

div.topHeader li.nav-item.show-user-modal ul.dropdown-menu a {
    line-height: 1.375;
    width: calc(100% - 1rem);
    margin: 0rem 0.5rem 0px;
    border-radius: 0.375rem;
    /* display: block; */
    padding: 0.3rem 0.5rem !important;!i;!;
    clear: both;
    font-weight: 400;
    color: #5d596c;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    margin-top: 0;
    font-size: 14px;
}

div.topHeader li.nav-item.show-user-modal ul.dropdown-menu a.dropdown-item .flex-shrink-0.me-3 {
    margin-right: 1rem !important;
}

div.topHeader li.nav-item.show-user-modal ul.dropdown-menu a.dropdown-item .flex-shrink-0 .avatar.avatar-online {
    position: relative;
    width: 2.375rem;
    height: 2.375rem;
    cursor: pointer;
}

div.topHeader li.nav-item.show-user-modal ul.dropdown-menu a.dropdown-item .flex-shrink-0 .avatar.avatar-online:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #fff;
    background-color: #28c76f;
}
div.topHeader li.nav-item.show-user-modal ul.dropdown-menu li a {
    display: flex;
    gap: 8px;
    text-decoration: unset;
    align-items: center;
    justify-content: start;
}
div.topHeader li.nav-item.show-user-modal ul.dropdown-menu li a svg {
    margin: 0px !important;
}

div.topHeader li.nav-item.show-user-modal ul.dropdown-menu li a {
    display: flex;
}

div.topHeader li.nav-item.show-user-modal ul.dropdown-menu li a .flex-grow-1 {
    display: flex;
    flex-direction: column;
    gap: 2px;
    justify-content: center;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu {
    min-width: 22rem;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    display: block;
    margin: 0px !important;
    position: static;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu .dropdown-header {
    justify-content: space-between;
    padding: 10px 10px !important;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu .dropdown-header h5.text-body {
    color: #6f6b7d !important;
    font-size: 1.125rem;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu .dropdown-header svg.icon {
    color: #6f6b7d !important;
    font-size: 1rem !important;
}
div.topHeader li.nav-item.dropdown-notifications:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu li.dropdown-menu-footer a {
    font-size: 14px;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu ul.list-group.list-group-flush li.list-group-item {
    cursor: pointer;
    padding-block: .75rem;
    padding-inline: 1rem;
    line-height: 1.375rem;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu ul.list-group.list-group-flush li.list-group-item .flex-shrink-0 {
    margin-inline-end: .75rem !important;
    flex-shrink: 0 !important;
    width: 38px;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu ul.list-group.list-group-flush li.list-group-item .flex-shrink-0 img {
    width: 100%;
    height: 100%;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu ul.list-group.list-group-flush li.list-group-item  h6.small {
    font-size: 14px;
    font-weight: 600;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu ul.list-group.list-group-flush li.list-group-item small.text-body {
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 0px !important;
    margin-top: 5px;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu ul.list-group.list-group-flush li.list-group-item small.text-body-secondary {
    color: #8f8686;
    font-size: 12px;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu ul.list-group.list-group-flush:has(li) {
    display: block;
    height: 100%;
    max-height: 270px;
    overflow-y: scroll;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu ul.list-group.list-group-flush {
    display: none;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu ul.list-group.list-group-flush::-webkit-scrollbar {
  width: 5px;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu ul.list-group.list-group-flush::-webkit-scrollbar-track {
  background: #fff;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu ul.list-group.list-group-flush::-webkit-scrollbar-thumb {
  background: #8b8b8b;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu ul.list-group.list-group-flush li.list-group-item small.text-body p {
    margin: 0px;
    line-height: 20px;
}
div.topHeader li.nav-item.show-user-modal .showBox {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    top: 0px;
    right: 0;
    left: auto;
    padding-top: 50px;
}

div.topHeader li.nav-item.show-user-modal:hover .showBox {
    opacity: 1;
    visibility: visible;
}

div.topHeader li.nav-item.dropdown-notifications .showBox {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    top: 0px;
    right: 0;
    left: auto;
    padding-top: 40px;
}

div.topHeader li.nav-item.dropdown-notifications:hover .showBox {
    opacity: 1;
    visibility: visible;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu ul.list-group.list-group-flush li.list-group-item .flex-shrink-0 .avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: lightgray;
    border-radius: 100px;
    height: 35px;
    width: 35px;
    padding: 10px;
}

div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu ul.list-group.list-group-flush li.list-group-item .flex-shrink-0 .avatar svg {
    width: 100% !important;
    height: 100% !important;
}

div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu ul.list-group.list-group-flush li.list-group-item .flex-shrink-0 .avatar svg.mainSVG {
    fill: #7b60fb !important;
}

div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu ul.list-group.list-group-flush li.list-group-item .flex-shrink-0 .avatar svg.innerstroke path {
    stroke: #7b60fb !important;
}

div.noticationspage {
    margin-top: 2rem !important;
    /* box-shadow: 0 0 1rem rgba(0, 0, 0, .03) !important; */
    word-wrap: break-word;
    background-clip: border-box;
    /* background-color: #fff; */
    /* border-radius: .25rem; */
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    /* padding: 15px 30px; */
}
div.noticationspage ul {
    padding: 0px;
    margin: 0px;
}
div.noticationspage ul li {
    list-style-type: none;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .03) !important;
    background-color: #fff;
    border-radius: .25rem;
    padding: 15px 30px 15px 45px;
    margin-bottom: 35px;
    position: relative;
}
div.noticationspage ul li:last-child {
    border-bottom: unset;
}
div.noticationspage ul li p {
    margin-bottom: 0px;
    font-size: 14px;
}
div.noticationspage ul li b {
    font-size: 16px;
    font-family: sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #8879cf;
    margin-bottom: 5px;
}
div.noticationspage ul li small {
    color: #000;
    font-size: 14px;
    display: block;
    margin-top: 0px;
    position: absolute;
    bottom: -25px;
    right: 0px;
}
div.noticationspage .custom-pagination {
    display: flex;
    justify-content: center;
}
div.noticationspage .custom-pagination li.page-item {
    border: unset;
    padding: 0px;
}
div.noticationspage ul li b svg {
    width: 25px !important;
    height: 25px !important;
    padding: 4px;
    position: absolute;
    left: 12px;
}
form.form_template div.form div.field p label.radio span span.checked:before {
    display: none;
}

form.form_template div.form div.field p label.radio span span.checked:after {
    content: "\f00c";
    font: normal normal normal 12px / 1 FontAwesome;
    position: static;
    opacity: 1;
    background: transparent;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
}

form.form_template div.form div.field p label.radio span span.checked {
    opacity: 0;
    position: absolute;
    left: 1px;
    transition: all 0.3s linear;
    z-index: 9;
}

form.form_template div.form div.field p label.radio span:has(input:checked) span.checked {
    opacity: 1;
}
form.login h4.heading {
    text-align: center;
    color: #6e6b6b;
    font-size: 24px;
    margin: 0px 0px 2px !important;
}
form.login p.paragraph {
    text-align: center;
    color: gray;
    font-size: 14px;
    margin: 0px 0px 25px;
}
.customLoginLoader {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 999;
  margin: 0px;
}
.customLoginLoader .element {
  border-radius: 100%;
  border: 4px solid #fff;
  margin: 8px;
}
.customLoginLoader .element:nth-child(1) {
  animation: preloader 0.6s ease-in-out alternate infinite;
}
.customLoginLoader .element:nth-child(2) {
  animation: preloader 0.6s ease-in-out alternate 0.2s infinite;
}
.customLoginLoader .element:nth-child(3) {
  animation: preloader 0.6s ease-in-out alternate 0.4s infinite;
}
@keyframes preloader {
  100% {
    transform: scale(2);
  }
}

form.login button {
    position: relative;
}
form.login button label.customLoginLoader {
    display: none;
}
form.login button.loading {
    pointer-events: none;
    color: transparent;
}
form.login button.loading label.customLoginLoader {
    display: flex;
}
@media (max-width:700px){
    body:has(.loginpage) button.navbar-toggler,
body:has(.emailpage) button.navbar-toggler,
body:has(.resetpage) button.navbar-toggler,
body:has(.registerpage) button.navbar-toggler{
    display: none;
}
.loginpage .container,
.emailpage .container
.resetpage .container
.registerpage .container{
    padding: 40px 0px 50px !IMPORTANT;
}
.loginpage h1.h2.mb-3.d-inline-block,
.emailpage h1.h2.mb-3.d-inline-block,
.resetpage h1.h2.mb-3.d-inline-block,
.registerpage h1.h2.mb-3.d-inline-block{
    margin-bottom: 0px !important;
    font-size: 24px;
}
.loginpage p.text-muted.font-weight-normal.font-size-lg.mb-0,
.emailpage p.text-muted.font-weight-normal.font-size-lg.mb-0,
.resetpage p.text-muted.font-weight-normal.font-size-lg.mb-0,
.registerpage p.text-muted.font-weight-normal.font-size-lg.mb-0{
    font-size: 14px !important;
}
.loginpage .row.h-100.justify-content-center.align-items-center.mt-5.mt-lg-0,
.emailpage .row.h-100.justify-content-center.align-items-center.mt-5.mt-lg-0,
.resetpage.row.h-100.justify-content-center.align-items-center.mt-5.mt-lg-0,
.registerpage .row.h-100.justify-content-center.align-items-center.mt-5.mt-lg-0{
    margin-top: 30px !important;
}
.loginpage .col-6,
.emailpage .col-6,
.resetpage .col-6,
.registerpage .col-6{
    max-width: 100%;
    flex: 0 0 90%;
}
body:has(.loginpage) #footer .col-12.col-lg-auto.order-1.order-lg-2.d-flex.flex-column.flex-lg-row,
body:has(.emailpage) #footer .col-12.col-lg-auto.order-1.order-lg-2.d-flex.flex-column.flex-lg-row,
body:has(.resetpage) #footer .col-12.col-lg-auto.order-1.order-lg-2.d-flex.flex-column.flex-lg-row,
body:has(.registerpage) #footer .col-12.col-lg-auto.order-1.order-lg-2.d-flex.flex-column.flex-lg-row{
    display: none !important;
}
#footer .text-muted.py-1 {
    text-align: center;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu {
    min-width: 15rem;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu .dropdown-header h5.text-body {
    font-size: 14px;
}
div.topHeader li.nav-item.dropdown-notifications ul.dropdown-menu li.dropdown-menu-footer a {
    font-size: 12px;
}
.list-group-item .col-4.col-md-4.col-lg-4.d-flex.text-truncate:not(.d-none),.list-group-item .col-2.col-md-2.col-lg-2.d-flex.text-truncate:not(.d-none) {
    max-width: 100%;
    flex: 0 0 100%;
}
.addFilesForm #files-upload-option {
    margin-top: 40px;
}
body{
    width: 100%;
    overflow-x: hidden;
}
div#signature .modal-content {
    width: 95%;
}
div.noticationspage ul li small {
    font-size: 12px;
    bottom: -20px;
}

}