@font-face {
    font-family: dana;
    font-style: thin;
    font-weight: 100;
    src: url('fonts/eot/dana-thin.eot');
    src: url('fonts/eot/dana-thin.eot?#iefix') format('embedded-opentype'),  /*  IE6-8 */
       url('fonts/woff/dana-thin.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/ttf/dana-thin.ttf') format('truetype');
  }
  @font-face {
    font-family: dana;
    font-style: extralight;
    font-weight: 200;
    src: url('fonts/eot/dana-extralight.eot');
    src: url('fonts/eot/dana-extralight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
       url('fonts/woff/dana-extralight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/ttf/dana-extralight.ttf') format('truetype');
  }
  @font-face {
    font-family: dana;
    font-style: light;
    font-weight: 300;
    src: url('fonts/eot/dana-light.eot');
    src: url('fonts/eot/dana-light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
       url('fonts/woff/dana-light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/ttf/dana-light.ttf') format('truetype');
  }
  @font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/eot/dana-regular.eot');
    src: url('fonts/eot/dana-regular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('fonts/woff2/dana-regular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
       url('fonts/woff/dana-regular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/ttf/dana-regular.ttf') format('truetype');
  }
  @font-face {
    font-family: dana;
    font-style: medium;
    font-weight: 500;
    src: url('fonts/eot/dana-medium.eot');
    src: url('fonts/eot/dana-medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('fonts/woff2/dana-medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
       url('fonts/woff/dana-medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/ttf/dana-medium.ttf') format('truetype');
  }
  @font-face {
    font-family: dana;
    font-style: demibold;
    font-weight: 600;
    src: url('fonts/eot/dana-demibold.eot');
    src: url('fonts/eot/dana-demibold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
       url('fonts/woff/dana-demibold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/ttf/dana-demibold.ttf') format('truetype');
  }
  @font-face {
    font-family: dana;
    font-style: bold;
    font-weight: 700;
    src: url('fonts/eot/dana-bold.eot');
    src: url('fonts/eot/dana-bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('fonts/woff2/dana-bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
       url('fonts/woff/dana-bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/ttf/dana-bold.ttf') format('truetype');
  }
  @font-face {
    font-family: dana;
    font-style: extrabold;
    font-weight: 800;
    src: url('fonts/eot/dana-extrabold.eot');
    src: url('fonts/eot/dana-extrabold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
       url('fonts/woff/dana-extrabold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/ttf/dana-extrabold.ttf') format('truetype');
  }
  @font-face {
    font-family: dana;
    font-style: ultrabold;
    font-weight: 900;
    src: url('fonts/eot/dana-ultrabold.eot');
    src: url('fonts/eot/dana-ultrabold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
       url('fonts/woff/dana-ultrabold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/ttf/dana-ultrabold.ttf') format('truetype');
  }

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #000;
    --gray: #d4d4d4;
    --gray-dark: #ededed;
    --primary: #d08d5d;
    --secondary: #b5b5b5;
    --success: #2dbc4e;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #f03b4c;
    --light: #262626;
    --dark: #ededed;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: dana,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: dana,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(255,255,255,0);
    direction: rtl;
    line-height: 1.15
}

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

body {
    background-color: #141d3d;
    color: #f5f5f5;
    font-family: dana,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: right
}

[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
}

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

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

strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub {
    bottom: -.25em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

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

a:hover {
    color: #9e6a45;
    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
}

caption {
    caption-side: bottom;
    color: #d4d4d4;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: right
}

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
}

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
}

[type=email],[type=file],[type=number],[type=password],[type=tel],[type=url],code,var {
    direction: ltr;
    text-align: left
}

.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 hsla(0,0%,100%,.04);
    margin-bottom: 1rem;
    margin-top: 1rem
}

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

.img-fluid {
    height: auto;
    max-width: 100%
}

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

a>code {
    color: inherit
}

pre {
    color: #f5f5f5;
    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:1140px
    }
}

.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-12,.col-3,.col-6,.col-9,.col-auto,.col-lg,.col-lg-10,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-auto,.col-md,.col-md-12,.col-md-3,.col-md-4,.col-md-6,.col-md-8,.col-md-auto,.col-sm-6,.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-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.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-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%
    }

    .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: #f5f5f5;
    margin-bottom: 1rem;
    width: 100%
}

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

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

.form-control {
    background-clip: padding-box;
    background-color: #1b2444;
    border: 1px solid #10162a;
    border-radius: .25rem;
    color: #e3e3e3;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: 1.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: #212c52;
    border-color: #d08d5d;
    box-shadow: 0 0 0 .2rem rgba(193,144,238,.25);
    color: #e3e3e3;
    outline: 0
}

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

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

.form-control:disabled,.form-control[readonly] {
    background-color: #3b3b3b;
    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 #e3e3e3
}

select.form-control:focus::-ms-value {
    background-color: #282828;
    color: #e3e3e3
}

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

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

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

.form-text {
    display: block;
    margin-top: 10px;
    font-size: 11px;
}

.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-tooltip {
    background-color: #2dbc4e;
    border-radius: .25rem;
    color: #000;
    display: none;
    font-size: .875rem;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 5
}

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

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

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

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

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

.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip {
    right: .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='%23f03b4c'%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='%23f03b4c' stroke='none'/%3E%3C/svg%3E");
    background-position: left calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #f03b4c;
    padding-left: calc(1.5em + .75rem)!important
}

.form-control.is-invalid:focus {
    border-color: #f03b4c;
    box-shadow: 0 0 0 .2rem rgba(240,59,76,.25)
}

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

textarea.form-control.is-invalid {
    background-position: top calc(.375em + .1875rem) left calc(.375em + .1875rem);
    padding-left: 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='%23ededed' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") left .75rem center/8px 10px no-repeat,#282828 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f03b4c'%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='%23f03b4c' stroke='none'/%3E%3C/svg%3E") center left 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #f03b4c;
    padding-left: calc(.75em + 2.3125rem)!important
}

.custom-select.is-invalid:focus {
    border-color: #f03b4c;
    box-shadow: 0 0 0 .2rem rgba(240,59,76,.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: #f03b4c
}

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

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

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

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

.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #f03b4c;
    box-shadow: 0 0 0 .2rem rgba(240,59,76,.25)
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #f5f5f5;
    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;
    user-select: none;
    vertical-align: middle
}

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

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

.btn:focus {
    box-shadow: 0 0 0 .2rem rgba(193,144,238,.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: #d08d5d21;
    border-color: #d08d5d;
    color: #d08d5d;
}

.btn-primary:focus,.btn-primary:hover {
    background-color: #d08d5d;
    border-color: #d08d5d;
    color: #000
}

.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(159,119,196,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    background-color: #d08d5d;
    border-color: #d08d5d;
    color: #000
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    /* background-color: #d08d5d00; */
    border-color: #d08d5d;
    color: #d08d5d;
}

.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(159,119,196,.5)
}

.btn-secondary {
    background-color: #b5b5b5;
    border-color: #b5b5b5;
    color: #000
}

.btn-secondary:focus,.btn-secondary:hover {
    background-color: #cfcfcf;
    border-color: #d5d5d5;
    color: #000
}

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

.btn-secondary.disabled,.btn-secondary:disabled {
    background-color: #b5b5b5;
    border-color: #b5b5b5;
    color: #000
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
    background-color: #d5d5d5;
    border-color: #dbdbdb;
    color: #000
}

.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%,58%,.5)
}

.btn-success {
    background-color: #2dbc4e;
    border-color: #2dbc4e;
    color: #000
}

.btn-success:focus,.btn-success:hover {
    background-color: #48d368;
    border-color: #53d671;
    color: #000
}

.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(37,155,64,.5)
}

.btn-success.disabled,.btn-success:disabled {
    background-color: #2dbc4e;
    border-color: #2dbc4e;
    color: #000
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle {
    background-color: #53d671;
    border-color: #5dd879;
    color: #000
}

.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(37,155,64,.5)
}

.show>.btn-info.dropdown-toggle {
    background-color: #2acbe4;
    border-color: #36cee6;
    color: #000
}

.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(19,134,152,.5)
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000
}

.btn-warning:focus,.btn-warning:hover {
    background-color: #ffce3a;
    border-color: #ffd147;
    color: #000
}

.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(210,159,6,.5)
}

.btn-warning.disabled,.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle {
    background-color: #ffd147;
    border-color: #ffd454;
    color: #000
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(210,159,6,.5)
}

.btn-danger {
    background-color: #f03b4c;
    border-color: #f03b4c;
    color: #000
}

.btn-danger:focus,.btn-danger:hover {
    background-color: #f36a77;
    border-color: #f47682;
    color: #000
}

.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(198,49,63,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    background-color: #f03b4c;
    border-color: #f03b4c;
    color: #000
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle {
    background-color: #f47682;
    border-color: #f5828d;
    color: #000
}

.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(198,49,63,.5)
}

.show>.btn-light.dropdown-toggle {
    background-color: #464646;
    border-color: #4c4c4c;
    color: #f5f5f5
}

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

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

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

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

.btn-outline-primary:hover {
    background-color: #d08d5d;
    border-color: #d08d5d;
    color: #000
}

.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(193,144,238,.5)
}

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

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

.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(193,144,238,.5)
}

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

.btn-outline-secondary:hover {
    background-color: #b5b5b5;
    border-color: #b5b5b5;
    color: #000
}

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

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

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

.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%,71%,.5)
}

.show>.btn-outline-success.dropdown-toggle {
    background-color: #2dbc4e;
    border-color: #2dbc4e;
    color: #000
}

.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(45,188,78,.5)
}

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

.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: #000
}

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

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

.btn-outline-danger:hover {
    background-color: #f03b4c;
    border-color: #f03b4c;
    color: #000
}

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

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

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

.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(240,59,76,.5)
}

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

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

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

.btn-outline-dark:hover {
    background-color: #ededed;
    border-color: #ededed;
    color: #000
}

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

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

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

.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 hsla(0,0%,93%,.5)
}

.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-right: .255em;
    vertical-align: .255em
}

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

.dropdown-menu {
    background-clip: padding-box;
    background-color: #282828;
    border: 1px solid hsla(0,0%,100%,.15);
    border-radius: .25rem;
    color: #f5f5f5;
    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: right;
    top: 100%;
    z-index: 1000
}

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

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

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #f5f5f5;
    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(193,144,238,.05);
    color: #fff;
    text-decoration: none
}

.dropdown-item.active,.dropdown-item:active {
    background-color: rgba(193,144,238,.1);
    color: #fff;
    text-decoration: none
}

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

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: #d4d4d4;
    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-right: -1px
}

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

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

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

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

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

.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 input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.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 {
    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 {
    margin-right: -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-right-radius: 0;
    border-top-right-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-left-radius: 0;
    border-top-left-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-bottom-right-radius: 0;
    border-top-right-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-left-radius: 0;
    border-top-left-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-right: -1px
}

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

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

.input-group-text {
    align-items: center;
    background-color: #3b3b3b;
    border: 1px solid #757575;
    border-radius: .25rem;
    color: #e3e3e3;
    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-left: 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-left-radius: 0;
    border-top-left-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-right-radius: 0;
    border-top-right-radius: 0
}

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

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

.custom-control-input:checked~.custom-control-label:before {
    background-color: #d08d5d;
    border-color: #d08d5d;
    color: #282828
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(193,144,238,.25)
}

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

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

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

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

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

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

.custom-control-label:after,.custom-control-label:before {
    content: "";
    display: block;
    height: 1rem;
    position: absolute;
    right: -1.5rem;
    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='%23282828' 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: #d08d5d;
    border-color: #d08d5d
}

.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='%23282828' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(193,144,238,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(193,144,238,.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='%23282828'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(193,144,238,.5)
}

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

.custom-select:focus {
    border-color: #d08d5d;
    box-shadow: 0 0 0 .2rem rgba(193,144,238,.25);
    outline: 0
}

.custom-select:focus::-ms-value {
    background-color: #282828;
    color: #e3e3e3
}

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

.custom-select:disabled {
    background-color: #3b3b3b;
    color: #d4d4d4
}

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

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

.custom-select-sm {
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    padding-bottom: .25rem;
    padding-right: .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: #d08d5d;
    box-shadow: 0 0 0 .2rem rgba(193,144,238,.25)
}

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

.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: #282828;
    border: 1px solid #757575;
    border-radius: .25rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    overflow: hidden;
    right: 0;
    z-index: 1
}

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

.custom-file-label:after {
    background-color: #3b3b3b;
    border-radius: .25rem 0 0 .25rem;
    border-right: inherit;
    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-right: 0
}

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

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

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

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

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

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    background-color: #d08d5d;
    color: #362519;
}

.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-left: 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-right: 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(min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        display:flex!important;
        flex-basis: auto
    }
}

.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: #d08d5d
}

.navbar-light .navbar-nav .nav-link {
    color: hsla(0,0%,100%,.65)
}

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

.navbar-light .navbar-nav .nav-link.disabled {
    color: hsla(0,0%,100%,.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: #d08d5d
}

.navbar-light .navbar-toggler {
    border-color: hsla(0,0%,100%,.1);
    color: hsla(0,0%,100%,.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(255, 255, 255, 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: #d08d5d
}

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #131a34;
    border: 1px solid #3b3b3b;
    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: #192241;
    border-bottom: 1px solid #3b3b3b;
    margin-bottom: 0;
    padding: .75rem 1.25rem
}

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

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

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

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

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

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

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

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

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

.page-link {
    background-color: #282828;
    border: 1px solid #4f4f4f;
    color: #d08d5d;
    display: block;
    line-height: 1.25;
    margin-right: -1px;
    padding: .5rem .75rem;
    position: relative
}

.page-link:hover {
    background-color: #3b3b3b;
    border-color: #4f4f4f;
    color: #cda6f1;
    text-decoration: none;
    z-index: 2
}

.page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(193,144,238,.25);
    outline: 0;
    z-index: 3
}

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

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

.page-item.active .page-link {
    background-color: #d08d5d;
    border-color: #d08d5d;
    color: #282828;
    z-index: 3
}

.page-item.disabled .page-link {
    background-color: #282828;
    border-color: #4f4f4f;
    color: #d4d4d4;
    cursor: auto;
    pointer-events: none
}

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

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

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

.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(193,144,238,.2);
    color: #d9bcf5
}

a.badge-primary:focus,a.badge-primary:hover {
    background-color: rgba(193,144,238,.4);
    color: #d9bcf5
}

a.badge-primary.focus,a.badge-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(193,144,238,.5);
    outline: 0
}

.badge-secondary {
    background-color: hsla(0,0%,71%,.2);
    color: #cfcfcf
}

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

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

.badge-success {
    background-color: rgba(45,188,78,.2);
    color: #48d368
}

a.badge-success:focus,a.badge-success:hover {
    background-color: rgba(45,188,78,.4);
    color: #48d368
}

a.badge-success.focus,a.badge-success:focus {
    box-shadow: 0 0 0 .2rem rgba(45,188,78,.5);
    outline: 0
}

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

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

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: #ffce3a
}

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

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(240,59,76,.2);
    color: #f36a77
}

a.badge-danger:focus,a.badge-danger:hover {
    background-color: rgba(240,59,76,.4);
    color: #f36a77
}

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

.badge-light {
    background-color: rgba(38,38,38,.2);
    color: #404040
}

a.badge-light:focus,a.badge-light:hover {
    background-color: rgba(38,38,38,.4);
    color: #404040
}

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

.badge-dark {
    background-color: hsla(0,0%,93%,.2);
    color: #fff
}

a.badge-dark:focus,a.badge-dark:hover {
    background-color: hsla(0,0%,93%,.4);
    color: #fff
}

a.badge-dark.focus,a.badge-dark:focus {
    box-shadow: 0 0 0 .2rem hsla(0,0%,93%,.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-left: 4rem
}

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

.alert-primary {
    background-color: #6d488e;
    border-color: #362843;
    color: #e7d3f9
}

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

.alert-primary .alert-link {
    color: #fff
}

.alert-secondary {
    background-color: #646464;
    border-color: #333;
    color: #e3e3e3
}

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

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

.alert-success {
    background-color: #135122;
    border-color: #0d3516;
    color: #c2eccc
}

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

.alert-success .alert-link {
    color: #e8f8ec
}

.alert-info {
    background-color: #093f48;
    border-color: #062d34;
    color: #bde4eb
}

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

.alert-info .alert-link {
    color: #e5f4f7
}

.alert-warning {
    background-color: #775a03;
    border-color: #473602;
    color: #ffedb4
}

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

.alert-warning .alert-link {
    color: #fff9e7
}

.alert-danger {
    background-color: #791e26;
    border-color: #431115;
    color: #fac0c5
}

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

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

.alert-light {
    background-color: #000;
    border-color: #0b0b0b;
    color: #c7c7c7
}

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

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

.alert-dark {
    background-color: #8e8e8e;
    border-color: #424242;
    color: #eee
}

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

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

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

    to {
        background-position: 0 0
    }
}

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

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

.progress-bar {
    background-color: #d08d5d;
    color: #000;
    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-right: 0
}

.list-group-item {
    background-color: #131a34;
    border: 1px solid #3b3b3b;
    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: #282828;
    color: #d4d4d4;
    pointer-events: none
}

.list-group-item.active {
    background-color: #d08d5d;
    border-color: #d08d5d;
    color: #282828;
    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: #fff;
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #000
}

.close:hover {
    color: #fff;
    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.showing {
    opacity: 1
}

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

.toast.hide {
    display: none
}

.modal-open {
    overflow: hidden
}

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

.modal {
    display: none;
    height: 100%;
    outline: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    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: -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: #131a34;
    border: 1px solid hsla(0,0%,100%,.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;
    position: fixed;
    right: 0;
    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 #0d1122;
    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 auto -1rem -1rem;
    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 #0d1122;
    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: -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: right;
    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: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    border-width: .4rem 0 .4rem .4rem;
    left: 0
}

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

.popover {
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #282828;
    border: 1px solid hsla(0,0%,100%,.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: right;
    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: hsla(0,0%,100%,.25);
    border-width: .5rem .5rem 0;
    bottom: 0
}

.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after {
    border-top-color: #282828;
    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: hsla(0,0%,100%,.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: #282828;
    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: hsla(0,0%,100%,.25);
    border-width: 0 .5rem .5rem;
    top: 0
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after {
    border-bottom-color: #282828;
    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 #202020;
    content: "";
    display: block;
    margin-right: -.5rem;
    position: absolute;
    right: 50%;
    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: hsla(0,0%,100%,.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: #282828;
    border-width: .5rem 0 .5rem .5rem;
    right: 1px
}

.popover-header {
    background-color: #202020;
    border-bottom: 1px solid #131313;
    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: #f5f5f5;
    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
    }
}

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

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

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

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

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

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

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

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

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

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

.bg-success {
    background-color: #2dbc4e!important
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
    background-color: #23923d!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: #f03b4c!important
}

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

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

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

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

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

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

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

.border {
    border: 1px solid #3b3b3b!important
}

.border-0 {
    border: 0!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-lg {
    border-radius: .3rem!important
}

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

.rounded-0 {
    border-radius: 0!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-inline-block {
        display:inline-block!important
    }
}

@media print {
    .d-print-none {
        display: none!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-center {
    justify-content: center!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
}

@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-center {
        justify-content: center!important
    }

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

.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    user-select: none!important
}

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

@supports(position: sticky) {
    .sticky-top {
        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,.05)!important
}

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

.shadow-lg {
    box-shadow: 0 0 2rem #0b0f20 !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: .9rem!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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-5,.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
}

.my-n2 {
    margin-top: -.5rem!important
}

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

.my-n2 {
    margin-bottom: -.5rem!important
}

.mx-n2 {
    margin-left: -.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
    }

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

    .pt-sm-6 {
        padding-top: 4rem!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
    }

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

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

    .pb-md-7,.py-md-7 {
        padding-bottom: 5rem!important;
        padding-top: 2rem;
    }

    .m-md-n3 {
        margin: -1rem!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 {
        margin-right: 1rem!important
    }

    .ml-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
    }
}

@media(min-width: 1200px) {
    .p-xl-4 {
        padding:1.5rem!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-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
    }
}

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

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

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

.text-primary {
    color: #d08d5d!important
}

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

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

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

.text-success {
    color: #2dbc4e!important
}

a.text-success:focus,a.text-success:hover {
    color: #34ce57!important
}

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

a.text-info:focus,a.text-info:hover {
    color: #1ab6cf!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
    color: #ffc721!important
}

.text-danger {
    color: #f03b4c!important
}

a.text-danger:focus,a.text-danger:hover {
    color: #f15362!important
}

.text-light {
    color: #262626!important
}

a.text-light:focus,a.text-light:hover {
    color: #333!important
}

.text-dark {
    color: #ededed!important
}

a.text-dark:focus,a.text-dark:hover {
    color: #fafafa!important
}

.text-body {
    color: #f5f5f5!important
}

.text-muted {
    color: #d4d4d4!important;
    margin-right: 0px;
}

.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 #fff
    }

    .table {
        border-collapse: collapse!important
    }

    .table td {
        background-color: #000!important
    }
}

.opacity-10 {
    opacity: .1!important
}

.opacity-20 {
    opacity: .2!important
}

.opacity-25 {
    opacity: .25!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-0 {
    z-index: 0!important
}

.z-1 {
    z-index: 1!important
}

.z-100 {
    z-index: 100!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-1 {
    width: .25rem!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-32 {
    width: 8rem!important
}

.width-64 {
    width: 16rem!important
}

.height-auto {
    height: auto!important
}

.height-1 {
    height: .25rem!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-32 {
    height: 8rem!important
}

.min-height-80 {
    min-height: 20rem!important
}

.max-height-96 {
    max-height: 24rem!important
}

.max-height-152 {
    max-height: 38rem!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-medium {
    font-weight: 500!important
}

.font-weight-bold {
    font-weight: 700!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-top-left-radius-2xl {
    border-top-left-radius: 1rem!important
}

.border-top-right-radius-2xl {
    border-top-right-radius: 1rem!important
}

.top-0 {
    top: 0!important
}

.right-0 {
    right: 0!important
}

.right-5 {
    right: 1.25rem!important
}

.bottom-0 {
    bottom: 0!important
}

.left-0 {
    left: 0!important
}

.left-5 {
    left: 1.25rem!important
}

.border-bottom {
    border-bottom: 1px solid #3b3b3b!important
}

.border-left-0 {
    border-left: 0!important
}

.border-dashed {
    border: dashed!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
}

.border-width-2 {
    border-width: 2px!important
}

.scroll-behavior-smooth {
    scroll-behavior: smooth!important
}

.image-rendering-optimize-contrast {
    image-rendering: -webkit-optimize-contrast!important
}

.bg-base-0 {
    background-color: #131a34 !important;
}

.bg-base-1 {
    background-color: #0a0e1e !important;
}

.bg-base-2 {
    background-color: #192241 !important;
}

@media(min-width: 768px) {
    .border-right-md {
        border-right:1px solid #3b3b3b!important
    }

    .border-left-md {
        border-left: 1px solid #3b3b3b!important
    }
}

@media(min-width: 992px) {
    .border-bottom-lg-0 {
        border-bottom:0!important
    }

    .border-left-lg {
        border-left: 1px solid #3b3b3b!important
    }
}

.ql-container {
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    position: relative
}

.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden
}

.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before {
    pointer-events: none
}

.ql-clipboard {
    height: 1px;
    left: -100000px;
    overflow-y: hidden;
    position: absolute;
    top: 50%
}

.ql-clipboard p {
    margin: 0;
    padding: 0
}

.ql-editor {
    word-wrap: break-word;
    box-sizing: border-box;
    height: 100%;
    line-height: 1.42;
    outline: none;
    overflow-y: auto;
    padding: 0;
    -o-tab-size: 4;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: right;
    white-space: pre-wrap
}

.ql-editor>* {
    cursor: text
}

.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    margin: 0;
    padding: 0
}

.ql-editor ol,.ql-editor ul {
    padding-left: 1.5em
}

.ql-editor ol>li,.ql-editor ul>li {
    list-style-type: none
}

.ql-editor ul>li:before {
    content: "•"
}

.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true] {
    pointer-events: none
}

.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li * {
    pointer-events: all
}

.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before {
    color: #777;
    cursor: pointer;
    pointer-events: all
}

.ql-editor ul[data-checked=true]>li:before {
    content: "☑"
}

.ql-editor ul[data-checked=false]>li:before {
    content: "☐"
}

.ql-editor li:before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em
}

.ql-editor li:not(.ql-direction-rtl):before {
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right
}

.ql-editor li.ql-direction-rtl:before {
    margin-left: .3em;
    margin-right: -1.5em
}

.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em
}

.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em
}

.ql-editor ol li {
    counter-increment: list-0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li:before {
    content: counter(list-0,decimal) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1
}

.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1,lower-alpha) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2
}

.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2,lower-roman) ". "
}

.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3
}

.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3,decimal) ". "
}

.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4
}

.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4,lower-alpha) ". "
}

.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5
}

.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5,lower-roman) ". "
}

.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6
}

.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6,decimal) ". "
}

.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7
}

.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7,lower-alpha) ". "
}

.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9
}

.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8
}

.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8,lower-roman) ". "
}

.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9
}

.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9
}

.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9,decimal) ". "
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
}

.ql-editor .ql-video {
    display: block;
    max-width: 100%
}

.ql-editor .ql-video.ql-align-center {
    margin: 0 auto
}

.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto
}

.ql-editor .ql-bg-black {
    background-color: #000
}

.ql-editor .ql-bg-red {
    background-color: #e60000
}

.ql-editor .ql-bg-orange {
    background-color: #f90
}

.ql-editor .ql-bg-yellow {
    background-color: #ff0
}

.ql-editor .ql-bg-green {
    background-color: #008a00
}

.ql-editor .ql-bg-blue {
    background-color: #06c
}

.ql-editor .ql-bg-purple {
    background-color: #93f
}

.ql-editor .ql-color-white {
    color: #fff
}

.ql-editor .ql-color-red {
    color: #e60000
}

.ql-editor .ql-color-orange {
    color: #f90
}

.ql-editor .ql-color-yellow {
    color: #ff0
}

.ql-editor .ql-color-green {
    color: #008a00
}

.ql-editor .ql-color-blue {
    color: #06c
}

.ql-editor .ql-color-purple {
    color: #93f
}

.ql-editor .ql-font-serif {
    font-family: Georgia,Times New Roman,serif
}

.ql-editor .ql-font-monospace {
    font-family: Monaco,Courier New,monospace
}

.ql-editor .ql-size-small {
    font-size: .75em
}

.ql-editor .ql-size-large {
    font-size: 1.5em
}

.ql-editor .ql-size-huge {
    font-size: 2.5em
}

.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit
}

.ql-editor .ql-align-center {
    text-align: center
}

.ql-editor .ql-align-justify {
    text-align: justify
}

.ql-editor .ql-align-right {
    text-align: right
}

.ql-editor.ql-blank:before {
    color: rgba(0,0,0,.6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px
}

.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg {
    float: left;
    height: 100%
}

.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover {
    outline: none
}

.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file] {
    display: none
}

.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover {
    color: #d08d5d
}

.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill {
    fill: #d08d5d
}

.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter {
    stroke: #d08d5d
}

@media(pointer: coarse) {
    .ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active) {
        color:#d4d4d4
    }

    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #d4d4d4
    }

    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #d4d4d4
    }
}

.ql-snow,.ql-snow * {
    box-sizing: border-box
}

.ql-snow .ql-hidden {
    display: none
}

.ql-snow .ql-out-bottom,.ql-snow .ql-out-top {
    visibility: hidden
}

.ql-snow .ql-tooltip {
    position: absolute;
    transform: translateY(10px)
}

.ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none
}

.ql-snow .ql-tooltip.ql-flip {
    transform: translateY(-10px)
}

.ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle
}

.ql-snow .ql-formats:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow .ql-stroke {
    fill: none;
    stroke: #d4d4d4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.ql-snow .ql-stroke-miter {
    fill: none;
    stroke: #d4d4d4;
    stroke-miterlimit: 10;
    stroke-width: 2
}

.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill {
    fill: #d4d4d4
}

.ql-snow .ql-empty {
    fill: none
}

.ql-snow .ql-even {
    fill-rule: evenodd
}

.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin {
    stroke-width: 1
}

.ql-snow .ql-transparent {
    opacity: .4
}

.ql-snow .ql-direction svg:last-child {
    display: none
}

.ql-snow .ql-direction.ql-active svg:last-child {
    display: inline
}

.ql-snow .ql-direction.ql-active svg:first-child {
    display: none
}

.ql-snow .ql-editor h1 {
    font-size: 2em
}

.ql-snow .ql-editor h2 {
    font-size: 1.5em
}

.ql-snow .ql-editor h3 {
    font-size: 1.17em
}

.ql-snow .ql-editor h4 {
    font-size: 1em
}

.ql-snow .ql-editor h5 {
    font-size: .83em
}

.ql-snow .ql-editor h6 {
    font-size: .67em
}

.ql-snow .ql-editor a {
    text-decoration: underline
}

.ql-snow .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px
}

.ql-snow .ql-editor code,.ql-snow .ql-editor pre {
    background-color: #f0f0f0;
    border-radius: 3px
}

.ql-snow .ql-editor pre {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
    white-space: pre-wrap
}

.ql-snow .ql-editor code {
    font-size: 85%;
    padding: 2px 4px
}

.ql-snow .ql-editor pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible
}

.ql-snow .ql-editor img {
    max-width: 100%
}

.ql-snow .ql-picker {
    color: #d4d4d4;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle
}

.ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%
}

.ql-snow .ql-picker-label:before {
    display: inline-block;
    line-height: 22px
}

.ql-snow .ql-picker-options {
    background-color: #fff;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap
}

.ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #ccc;
    z-index: 2
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1
}

.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker {
    width: 28px
}

.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px
}

.ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0
}

.ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    padding: 2px 4px;
    width: 24px
}

.ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px
}

.ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0;
    width: 16px
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    margin-top: -9px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before {
    content: attr(data-label)
}

.ql-snow .ql-picker.ql-header {
    width: 98px
}

.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before {
    content: "Normal"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
    content: "Heading 1"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
    content: "Heading 2"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
    content: "Heading 3"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
    content: "Heading 4"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
    content: "Heading 5"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
    content: "Heading 6"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
    font-size: 2em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
    font-size: 1.5em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
    font-size: 1.17em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
    font-size: 1em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
    font-size: .83em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
    font-size: .67em
}

.ql-snow .ql-picker.ql-font {
    width: 108px
}

.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before {
    content: "Sans Serif"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before {
    content: "Serif"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before {
    content: "Monospace"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before {
    font-family: Georgia,Times New Roman,serif
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before {
    font-family: Monaco,Courier New,monospace
}

.ql-snow .ql-picker.ql-size {
    width: 98px
}

.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before {
    content: "Normal"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before {
    content: "Small"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before {
    content: "Large"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before {
    content: "Huge"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before {
    font-size: 10px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before {
    font-size: 18px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before {
    font-size: 32px
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000
}

.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: 8px
}

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px
}

.ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent
}

.ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    box-shadow: 0 2px 8px rgba(0,0,0,.2)
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ccc
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: #000
}

.ql-toolbar.ql-snow+.ql-container.ql-snow {
    border-top: 0
}

.ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ddd;
    color: #d4d4d4;
    padding: 5px 12px;
    white-space: nowrap
}

.ql-snow .ql-tooltip:before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px
}

.ql-snow .ql-tooltip input[type=text] {
    border: 1px solid #ccc;
    display: none;
    font-size: 13px;
    height: 26px;
    margin: 0;
    padding: 3px 5px;
    width: 170px
}

.ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.ql-snow .ql-tooltip a.ql-action:after {
    border-right: 1px solid #ccc;
    content: "Edit";
    margin-left: 16px;
    padding-right: 8px
}

.ql-snow .ql-tooltip a.ql-remove:before {
    content: "Remove";
    margin-left: 8px
}

.ql-snow .ql-tooltip a {
    line-height: 26px
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
    display: inline-block
}

.ql-snow .ql-tooltip.ql-editing a.ql-action:after {
    border-right: 0;
    content: "Save";
    padding-right: 0
}

.ql-snow .ql-tooltip[data-mode=link]:before {
    content: "Enter link:"
}

.ql-snow .ql-tooltip[data-mode=formula]:before {
    content: "Enter formula:"
}

.ql-snow .ql-tooltip[data-mode=video]:before {
    content: "Enter video:"
}

.ql-snow a {
    color: #d08d5d
}

.ql-container.ql-snow {
    border: 1px solid #ccc
}

:root {
    color-scheme: dark
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #141d3d;
    font-family: sans-serif
}

body {
    background: #141d3d;
    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: hsla(0,0%,100%,.04);
    content: "";
    height: 1px;
    left: 100%;
    margin-left: 1rem;
    position: absolute;
    top: 50%;
    width: 9999px
}

.reset-after:after {
    content: none
}

.header {
    box-sizing: border-box;
    left: 0;
    position: sticky;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000
}

.logo {
    height: 4.5rem;
    opacity: 1;
    width: auto
}

.logo:hover {
    opacity: .85
}

.logo img {
    border: 0;
    height: 100%;
    max-height: 4.5rem;
    max-width: 12.625rem;
    -o-object-fit: contain;
    object-fit: contain
}

.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: #ededed;
    padding: .75rem 1.25rem
}

.sidebar .nav-link:hover,.sidebar .nav-link[aria-expanded=true],.sub-menu {
    background: rgba(193,144,238,.05)
}

.sidebar .nav-link.active {
    background: #d28f5f1c;
    border-right: 2px solid #d28f5f;
    color: #d28f5f;
}

.sidebar .nav-link.active>.sidebar-icon {
    color: #d28f5f;
}

.sidebar-icon {
    color: #d4d4d4
}

.sidebar .card-body {
    border-top: 1px solid #3b3b3b
}

.sidebar-footer {
    background: rgba(193,144,238,.05)
}

.sidebar-section {
    min-height: 0;
    background-image: url(https://mr-web.ir/wp-content/themes/mrweb/assets/img/intro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.plan-no-animation,.plan-preload {
    animation: none;
    opacity: 1
}

.cookie-banner {
    background: rgba(0,0,0,.85);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1)
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

::-moz-selection {
    background: #fff;
    color: #000
}

::selection {
    background: #fff;
    color: #000
}

.more-gradient {
    background: linear-gradient(0deg,#0a0e1e,rgba(40,40,40,0));
}

[dir=rtl] body {
    text-align: right
}

[dir=rtl] .sidebar .nav-link {
    border-left: 2px solid transparent;
    border-right: 0
}

[dir=rtl] .sidebar .nav-link.active {
    border-left: 2px solid #d28f5f;
    border-right: 0
}

[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
    }
}
.row.no-gutters .text-muted {
    font-size: 12px;
}