*,
::after,
::before {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    scroll-behavior: smooth
}

html,
* {
    scrollbar-color: #000 #f8f9f9;
    scrollbar-width: thin;
}

img,
video {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
}

body {
    font-family: poppins, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
    line-height: 1.5;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    outline: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input {
    overflow: visible;
}

a,
button {
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: 0;
    background: 0 0;
}

button,
select {
    text-transform: none;
    cursor: pointer;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    outline: 0;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

*/ details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.d-inline {
    display: inline;
}

.d-none {
    display: none;
}


.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: end;
}

.align-items-center {
    align-items: center;
}

.align-middle {
    vertical-align: middle;
}

.responsive-table {
    overflow: auto;
}

table {
    width: 100% !important;
    margin-bottom: 1rem;
    color: #4f4f4f;
    vertical-align: top;
    border-color: #e0e0e0;
    caption-side: bottom;
    border-collapse: collapse;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-bottom: 1px solid #d6d6d6;
}

table>thead {
    vertical-align: bottom;
}

.table-hover>tbody>tr {
    transition: .5s;
}

table.dataTable.table-striped>tbody>tr.odd {
    background-color: rgba(0, 0, 0, 0.015);
}

.table-hover>tbody>tr:hover {
    background-color: rgba(0, 0, 0, 0.025);
}

table>:not(caption)>*>* {
    padding: 0.5rem;
    width: auto !important;
    font-size: 13px;
}

.pagination {
    display: flex;
}

.page-link {
    display: block;
    position: relative;
    padding: .375rem .75rem;
    font-size: .9rem;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    transition: all .3s linear;
    height: 100%;
    margin-left: 5px;
}

.disabled>.page-link,
.page-link.disabled {
    color: #757575;
    pointer-events: none;
    background-color: transparent;
    border-color: #e0e0e0;
}

.active>.page-link,
.page-link.active {
    border: 0;
    z-index: 3;
    color: #285192;
    background-color: #e3ebf7;
    border-color: #e3ebf7;
}

.buttons-html5 {
    padding: 5px 10px;
    font-size: 14px !important;
}

.buttons-excel {
    background: #139647;
}

.buttons-csv {
    background: #376fc8;
}

.buttons-copy {
    background: #ffc249;
}

.fw-bold {
    font-weight: 600;
}

.fa-1x {
    font-size: 1rem;
}

.fa-1-5x {
    font-size: 1.5rem;
}

.fa-2x {
    font-size: 2rem;
}

.fa-3x {
    font-size: 3em;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fw-normal {
    font-weight: normal;
}

.m-0 {
    margin: 0;
}

.m-1 {
    margin: 1rem;
}

.m-2 {
    margin: 2rem;
}

.m-3 {
    margin: 3rem;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mx-1 {
    margin-left: .5rem;
    margin-right: .5rem;
}

.mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.my-0 {
    margin-top: 0;
    margin-right: 0;
}

.my-1 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: .5rem;
}

.mt-2 {
    margin-top: 1rem;
}

.mt-3 {
    margin-top: 1.5rem;
}

.mt-4 {
    margin-top: 2rem;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: .5rem;
}

.mb-2 {
    margin-bottom: 1rem;
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.mb-4 {
    margin-bottom: 2rem;
}

.m-auto {
    margin: auto;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: .5rem;
}

.p-2 {
    padding: 1rem;
}

.p-3 {
    padding: 1.5rem;
}

.p-4 {
    padding: 2rem;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-1 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-1 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: .5rem;
}

.pt-2 {
    padding-top: 1rem;
}

.pt-3 {
    padding-top: 1.5rem;
}

.pt-4 {
    padding-top: 2rem;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: .5rem;
}

.pb-2 {
    padding-bottom: 1rem;
}

.pb-3 {
    padding-bottom: 1.5rem;
}

.pb-4 {
    padding-bottom: 2rem;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.text-center {
    text-align: center;
}

.text-start {
    text-align: start;
}

.text-end {
    text-align: end;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.theme-block {
    margin: auto;
}

.cursor {
    cursor: pointer;
}

.theme-block.i-vw-0 {
    width: 720px;
    max-width: 100%
}

.theme-block.i-vw-1 {
    width: 960px;
    max-width: 100%
}

.theme-block.i-vw-2 {
    width: 1100px;
    max-width: 100%
}

.theme-block.i-vw-3 {
    width: 1180px;
    max-width: 100%
}

.theme-block.i-vw-4 {
    width: 1240px;
    max-width: 100%
}

.theme-block.i-vw-5 {
    width: 1320px;
    max-width: 100%
}

.theme-block.i-vw-6 {
    width: 1440px;
    max-width: 100%
}

.theme-block.i-vw-7 {
    width: 1480px;
    max-width: 100%
}

.theme-block.i-vw-8 {
    width: 1600px;
    max-width: 100%
}

.theme-block.i-vw-9 {
    width: 1920px;
    max-width: 100%
}

.theme-block.i-pt-0 {
    padding-top: 0
}

.theme-block.i-pt-5 {
    padding-top: 5px
}

.theme-block.i-pt-10 {
    padding-top: 10px
}

.theme-block.i-pt-15 {
    padding-top: 15px
}

.theme-block.i-pt-20 {
    padding-top: 20px
}

.theme-block.i-pt-25 {
    padding-top: 25px
}

.theme-block.i-pt-30 {
    padding-top: 30px
}

.theme-block.i-pt-35 {
    padding-top: 35px
}

.theme-block.i-pt-40 {
    padding-top: 40px
}

.theme-block.i-pt-45 {
    padding-top: 45px
}

.theme-block.i-pt-50 {
    padding-top: 50px
}

.theme-block.i-pt-55 {
    padding-top: 55px
}

.theme-block.i-pt-60 {
    padding-top: 60px
}

.theme-block.i-pt-65 {
    padding-top: 65px
}

.theme-block.i-pt-70 {
    padding-top: 70px
}

.theme-block.i-pt-75 {
    padding-top: 75px
}

.theme-block.i-pt-80 {
    padding-top: 80px
}

.theme-block.i-pt-85 {
    padding-top: 85px
}

.theme-block.i-pt-90 {
    padding-top: 90px
}

.theme-block.i-pt-95 {
    padding-top: 95px
}

.theme-block.i-pt-100 {
    padding-top: 100px
}

.theme-block.i-pt-105 {
    padding-top: 105px
}

.theme-block.i-pt-110 {
    padding-top: 110px
}

.theme-block.i-pt-115 {
    padding-top: 115px
}

.theme-block.i-pt-120 {
    padding-top: 120px
}

.theme-block.i-pt-125 {
    padding-top: 125px
}

.theme-block.i-pt-130 {
    padding-top: 130px
}

.theme-block.i-pt-135 {
    padding-top: 135px
}

.theme-block.i-pt-140 {
    padding-top: 140px
}

.theme-block.i-pt-145 {
    padding-top: 145px
}

.theme-block.i-pt-150 {
    padding-top: 150px
}

.theme-block.i-pb-0 {
    padding-bottom: 0
}

.theme-block.i-pb-5 {
    padding-bottom: 5px
}

.theme-block.i-pb-10 {
    padding-bottom: 10px
}

.theme-block.i-pb-15 {
    padding-bottom: 15px
}

.theme-block.i-pb-20 {
    padding-bottom: 20px
}

.theme-block.i-pb-25 {
    padding-bottom: 25px
}

.theme-block.i-pb-30 {
    padding-bottom: 30px
}

.theme-block.i-pb-35 {
    padding-bottom: 35px
}

.theme-block.i-pb-40 {
    padding-bottom: 40px
}

.theme-block.i-pb-45 {
    padding-bottom: 45px
}

.theme-block.i-pb-50 {
    padding-bottom: 50px
}

.theme-block.i-pb-55 {
    padding-bottom: 55px
}

.theme-block.i-pb-60 {
    padding-bottom: 60px
}

.theme-block.i-pb-65 {
    padding-bottom: 65px
}

.theme-block.i-pb-70 {
    padding-bottom: 70px
}

.theme-block.i-pb-75 {
    padding-bottom: 75px
}

.theme-block.i-pb-80 {
    padding-bottom: 80px
}

.theme-block.i-pb-85 {
    padding-bottom: 85px
}

.theme-block.i-pb-90 {
    padding-bottom: 90px
}

.theme-block.i-pb-95 {
    padding-bottom: 95px
}

.theme-block.i-pb-100 {
    padding-bottom: 100px
}

.theme-block.i-pb-105 {
    padding-bottom: 105px
}

.theme-block.i-pb-110 {
    padding-bottom: 110px
}

.theme-block.i-pb-115 {
    padding-bottom: 115px
}

.theme-block.i-pb-120 {
    padding-bottom: 120px
}

.theme-block.i-pb-125 {
    padding-bottom: 125px
}

.theme-block.i-pb-130 {
    padding-bottom: 130px
}

.theme-block.i-pb-135 {
    padding-bottom: 135px
}

.theme-block.i-pb-140 {
    padding-bottom: 140px
}

.theme-block.i-pb-145 {
    padding-bottom: 145px
}

.theme-block.i-pb-150 {
    padding-bottom: 150px
}

.theme-block.i-mt-0 {
    margin-top: 0
}

.theme-block.i-mt-5 {
    margin-top: 5px
}

.theme-block.i-mt-10 {
    margin-top: 10px
}

.theme-block.i-mt-15 {
    margin-top: 15px
}

.theme-block.i-mt-20 {
    margin-top: 20px
}

.theme-block.i-mt-25 {
    margin-top: 25px
}

.theme-block.i-mt-30 {
    margin-top: 30px
}

.theme-block.i-mt-35 {
    margin-top: 35px
}

.theme-block.i-mt-40 {
    margin-top: 40px
}

.theme-block.i-mt-45 {
    margin-top: 45px
}

.theme-block.i-mt-50 {
    margin-top: 50px
}

.theme-block.i-mt-55 {
    margin-top: 55px
}

.theme-block.i-mt-60 {
    margin-top: 60px
}

.theme-block.i-mt-65 {
    margin-top: 65px
}

.theme-block.i-mt-70 {
    margin-top: 70px
}

.theme-block.i-mt-75 {
    margin-top: 75px
}

.theme-block.i-mt-80 {
    margin-top: 80px
}

.theme-block.i-mt-85 {
    margin-top: 85px
}

.theme-block.i-mt-90 {
    margin-top: 90px
}

.theme-block.i-mt-95 {
    margin-top: 95px
}

.theme-block.i-mt-100 {
    margin-top: 100px
}

.theme-block.i-mt-105 {
    margin-top: 105px
}

.theme-block.i-mt-110 {
    margin-top: 110px
}

.theme-block.i-mt-115 {
    margin-top: 115px
}

.theme-block.i-mt-120 {
    margin-top: 120px
}

.theme-block.i-mt-125 {
    margin-top: 125px
}

.theme-block.i-mt-130 {
    margin-top: 130px
}

.theme-block.i-mt-135 {
    margin-top: 135px
}

.theme-block.i-mt-140 {
    margin-top: 140px
}

.theme-block.i-mt-145 {
    margin-top: 145px
}

.theme-block.i-mt-150 {
    margin-top: 150px
}

.theme-block.i-mb-0 {
    margin-bottom: 0
}

.theme-block.i-mb-5 {
    margin-bottom: 5px
}

.theme-block.i-mb-10 {
    margin-bottom: 10px
}

.theme-block.i-mb-15 {
    margin-bottom: 15px
}

.theme-block.i-mb-20 {
    margin-bottom: 20px
}

.theme-block.i-mb-25 {
    margin-bottom: 25px
}

.theme-block.i-mb-30 {
    margin-bottom: 30px
}

.theme-block.i-mb-35 {
    margin-bottom: 35px
}

.theme-block.i-mb-40 {
    margin-bottom: 40px
}

.theme-block.i-mb-45 {
    margin-bottom: 45px
}

.theme-block.i-mb-50 {
    margin-bottom: 50px
}

.theme-block.i-mb-55 {
    margin-bottom: 55px
}

.theme-block.i-mb-60 {
    margin-bottom: 60px
}

.theme-block.i-mb-65 {
    margin-bottom: 65px
}

.theme-block.i-mb-70 {
    margin-bottom: 70px
}

.theme-block.i-mb-75 {
    margin-bottom: 75px
}

.theme-block.i-mb-80 {
    margin-bottom: 80px
}

.theme-block.i-mb-85 {
    margin-bottom: 85px
}

.theme-block.i-mb-90 {
    margin-bottom: 90px
}

.theme-block.i-mb-95 {
    margin-bottom: 95px
}

.theme-block.i-mb-100 {
    margin-bottom: 100px
}

.theme-block.i-mb-105 {
    margin-bottom: 105px
}

.theme-block.i-mb-110 {
    margin-bottom: 110px
}

.theme-block.i-mb-115 {
    margin-bottom: 115px
}

.theme-block.i-mb-120 {
    margin-bottom: 120px
}

.theme-block.i-mb-125 {
    margin-bottom: 125px
}

.theme-block.i-mb-130 {
    margin-bottom: 130px
}

.theme-block.i-mb-135 {
    margin-bottom: 135px
}

.theme-block.i-mb-140 {
    margin-bottom: 140px
}

.theme-block.i-mb-145 {
    margin-bottom: 145px
}

.theme-block.i-mb-150 {
    margin-bottom: 150px
}

.theme-block.i-lr-0 .txrow {
    margin-right: 0;
    margin-left: 0
}

.theme-block.i-lr-1 {
    margin-right: -5px;
    margin-left: -5px
}

.theme-block.i-lr-2 {
    margin-right: -10px;
    margin-left: -10px
}

.theme-block.i-lr-3 {
    margin-right: -15px;
    margin-left: -15px
}

.theme-block.i-lr-4 {
    margin-right: -20px;
    margin-left: -20px
}

.theme-block.i-lr-5 {
    margin-right: -25px;
    margin-left: -25px
}

.theme-block.i-lr-6 {
    margin-right: -30px;
    margin-left: -30px
}

.text-dark {
    color: #000;
}

.text-success {
    color: rgb(20, 164, 77, 1)
}

.text-danger {
    color: #dc4c64;
}

.text-info {
    color: #54B4D3;
}

.text-warning {
    color: #E4A11B;
}

.text-primary {
    color: #3B71CA;
}

.text-white {
    color: #fff;
}

.bg-dark {
    background-color: #000;
}

.mr {
    margin-right: 10px;
}

.ml {
    margin-left: 10px;
}

.pr {
    padding-right: 10px;
}

.pl {
    padding-left: 10px;
}

.form-outline {
    position: relative;
    width: 100%;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.3em;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    print-color-adjust: exact;
}

.form-outline .form-control {
    padding-top: 10px;
    font-size: 14px;
    color: #8F9BA7;
    background-color: #e7ebed;
    border-radius: 3px;
    border: 0;
    padding-left: 40px;
    max-width: 392px;
    width: 100%;
    height: 45px;
    outline: 0;
    padding: 13px;
}

.form-outline .form-control~label {
    position: absolute;
    top: 0;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 0.75rem;
    padding-top: 0.37rem;
    pointer-events: none;
    transform-origin: 0 0;
    transition: all .2s ease-out;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 0;
}

.form-outline .form-control.active~label,
.form-outline .form-control:focus~label {
    transform: translateY(-.5rem) translateY(0.1rem) scale(.8)
}

.form-check-input[type=checkbox]:checked,
.form-check-input[type=checkbox]:checked:focus {
    background-color: #000;
    border-color: #000;
    background-image: none;
}

.form-check-input:hover {
    cursor: pointer;
}

.form-check .form-check-input {
    float: left;
}

.form-check-input:before {
    content: "";
    position: absolute;
    box-shadow: 0 0 0 13px transparent;
    border-radius: 50%;
    width: 0.875rem;
    height: 0.875rem;
    background-color: transparent;
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
}

.form-check-input[type=checkbox]:checked:after {
    display: block;
    transform: rotate(45deg);
    width: 0.375rem;
    height: 0.8125rem;
    border: 0.125rem solid #fff;
    border-top: 0;
    border-left: 0;
    margin-left: 0.25rem;
    margin-top: -1px;
    background-color: transparent;
    content: "";
    position: absolute;
}

.form-check-input:checked:before {
    opacity: .16;
}

.border {
    border: 1px solid #000;
}

.border-r-0 {
    border-right: 0;
}

.ps-relative {
    position: relative;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.bg-white {
    background: #fff !important;
}

.iti {
    width: 100%;
}

.wh-40 {
    width: 40px;
    height: 40px;
}

@media(min-width:768px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 12px;
    font-weight: normal;
    height: 18px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 190px;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    width: 100%;
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

INPUT:-webkit-autofill,
SELECT:-webkit-autofill,
TEXTAREA:-webkit-autofill {
    animation-name: onautofillstart
}

INPUT:not(:-webkit-autofill),
SELECT:not(:-webkit-autofill),
TEXTAREA:not(:-webkit-autofill) {
    animation-name: onautofillcancel
}

@keyframes onautofillstart {}

@keyframes onautofillcancel {}

.form-switch {
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    font-weight: 600;
    padding: 0;
    font-size: 14px;
    align-items: center;
    color: #000
}

.form-switch i {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 26px;
    background-color: #e6e6e6;
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
    margin-right: 4px;
}

.form-switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}

.form-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
    width: 28px;
    transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked+i::after {
    transform: translate3d(16px, 2px, 0);
}

.form-switch input {
    display: none;
}

.form-switch input:checked+i {
    background-color: #4BD763;
}

.form-switch input:checked+i::before {
    transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.form-switch input:checked+i::after {
    transform: translate3d(22px, 2px, 0);
}

.note {
    padding: 10px;
    border-width: 6px;
    border-radius: 5px;
    font-weight: 600;
    padding: 10px;
    border-left: 6px solid;
    border-radius: 5px;
}

.note-info {
    background-color: #def1f7;
    border-color: #2686a6;
}

.note-danger {
    background-color: #f9e1e5;
    border-color: #d62e4a;
}

.note-success {
    background-color: #d6f0e0;
    border-color: #139647;
}

.note-light {
    background-color: #f5f5f5;
    border-color: #8c8c8c;
}

.note-warning {
    background-color: #fbf0da;
    border-color: #ffc249;
}

.note-primary {
    background-color: #dfe7f6;
    border-color: #376fc8;
}

.over-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#mobileBottom {
    justify-content: end;
}

.dskShow {
    display: none;
}

.flex-column {
    flex-direction: column;
}

@media(max-width:991px) {
    .mbl-none {
        display: none;
    }

    .nice-select {
        width: 100%;
    }

    .mblW100 {
        width: 100%;
    }

    #mobileBottom {
        position: fixed;
        bottom: 0;
        background: #fff;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        z-index: 999;
        border-top: 1px solid #d6d6d6;
        box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;

        &>.users {
            width: 100%;

            &>.nav>.nav__menu {
                width: 100%;
            }

            &>.nav>.nav__menu>.nav__list {
                display: flex;
                justify-content: space-between;
                padding: 3px 10px !important;
                align-items: center;
            }
        }
    }

    #closeMbl {
        font-size: 22px;
        margin-right: 10px;
    }

    footer {
        padding-bottom: 40px;
    }

    .dskShow {
        display: block;
    }

    .mblPriceShow {
        width: 50%;
    }

    .topMenuLeft,
    .topMenuRight {
        display: block;
    }

    .topMenuRight {
        padding-top: 10px !important;

        &>.users>.nav__list {
            align-items: end;

            &>li>a {
                display: flex;
                vertical-align: bottom;
            }
        }
    }
}