/*
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #11364c;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #a6ce38;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #cccccc;
    --gray-dark: #3e3f42;
    --primary: #a6ce38;
    --secondary: #e7efb5;
    --success: #a6ce38;
    --info: #11364c;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f9f9f9;
    --dark: #3e3f42;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: Mulish, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


footer,
header,
main,
nav {
    display: block;
}

body {
    margin: 0;
    font-family: Mulish, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    text-align: left;
    background-color: #f2f3f3;
}

h1,
h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}


ul {
    margin-top: 0;
    margin-bottom: 1rem;
}


ul ul {
    margin-bottom: 0;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

a {
    color: #333333;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0d0d0d;
    text-decoration: underline;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}


code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}


input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

h1,
h2,
.h1,
.h2 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 2rem;
}

h2,
.h2 {
    font-size: 1.375rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container {
        max-width: 1140px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.col-12,
.col-24,
.col,
.col-auto,
.col-sm-12,
.col-sm-22,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-8,
.col-md-10,
.col-md-14,
.col-md-16,
.col-lg-10,
.col-lg-14,
.col-lg-auto,
.col-xl-8,
.col-xl-16,
.col-xl-18 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-24 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {

    .col-sm-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-22 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
}

@media (min-width: 768px) {

    .col-md-2 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-3 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .col-md-4 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-5 {
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
    }

    .col-md-6 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-8 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-10 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-14 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-16 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
}

@media (min-width: 992px) {

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-14 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
}

@media (min-width: 1200px) {

    .col-xl-8 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-16 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-18 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #333333;
}

.table th,
.table td {
    padding: 0.55rem;
    vertical-align: top;
    border-top: 2px solid #f2f3f3;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 4px solid #f2f3f3;
}

.table tbody+tbody {
    border-top: 4px solid #f2f3f3;
}

.table-bordered {
    border: 2px solid #f2f3f3;
}

.table-bordered th,
.table-bordered td {
    border: 2px solid #f2f3f3;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 4px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 4px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #999999;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ebecec;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #999999;
}

.form-control:focus {
    color: #999999;
    background-color: #fff;
    border-color: #a6ce38;
    outline: 0;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.02);
}

.form-control::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control::placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:disabled {
    background-color: #f7f7f7;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #999999;
    background-color: #fff;
}

.form-control-lg {
    height: calc(1.5em + 1.21rem + 4px);
    padding: 0.605rem 1rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 700;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #333333;
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(175, 203, 8, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled {
    pointer-events: none;
}

.btn-primary {
    color: #333333;
    background-color: #a6ce38;
    border-color: #a6ce38;
}

.btn-primary:hover {
    color: #fff;
    background-color: #8fa607;
    border-color: #859a06;
}

.btn-primary:focus {
    color: #fff;
    background-color: #8fa607;
    border-color: #859a06;
    box-shadow: 0 0 0 0.2rem rgba(156, 180, 14, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #333333;
    background-color: #a6ce38;
    border-color: #a6ce38;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #859a06;
    border-color: #7a8e06;
}

.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 0.2rem rgba(156, 180, 14, 0.5);
}

.btn-secondary {
    color: #333333;
    background-color: #e7efb5;
    border-color: #e7efb5;
}

.btn-secondary:hover {
    color: #333333;
    background-color: #dde896;
    border-color: #d9e68b;
}

.btn-secondary:focus {
    color: #333333;
    background-color: #dde896;
    border-color: #d9e68b;
    box-shadow: 0 0 0 0.2rem rgba(204, 211, 162, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #333333;
    background-color: #e7efb5;
    border-color: #e7efb5;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #333333;
    background-color: #d9e68b;
    border-color: #d6e481;
}

.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 0.2rem rgba(204, 211, 162, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #FF0039;
    border-color: #FF0039;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #d90030;
        border-color: #cc002e;
    }

    .btn-danger:focus, .btn-danger.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 57, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(255, 0, 57, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #FF0039;
        border-color: #FF0039;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #cc002e;
        border-color: #bf002b;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 57, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 57, 0.5);
        }

.btn-lg {
    padding: 0.55rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}


.dropdown {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #333333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #333333;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f9f9f9;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #a6ce38;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #cccccc;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control,
.input-group>.custom-select {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select {
    margin-left: -2px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus {
    z-index: 3;
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.input-group-append {
    display: -ms-flexbox;
    display: flex;
}


.input-group-append .btn {
    position: relative;
    z-index: 2;
}


.input-group-append .btn:focus {
    z-index: 3;
}


.input-group-append .btn+.btn {
    margin-left: -2px;
}

.input-group-append {
    margin-left: -2px;
}


.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.75rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.25rem;
    height: 1.375rem;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #a6ce38;
    background-color: #a6ce38;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.02);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #a6ce38;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #eafa8b;
    border-color: #eafa8b;
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
    color: #cccccc;
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
    background-color: #f7f7f7;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.125rem;
    left: -1.75rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #ebecec solid 2px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.125rem;
    left: -1.75rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-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 {
    border-color: #a6ce38;
    background-color: #a6ce38;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(175, 203, 8, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(175, 203, 8, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 4px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #999999;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10.879px' height='5.852px' viewBox='-2.513 2.513 10.879 5.852'%3e%3cpath fill='%23999999' d='M2.927,8.365c-0.646,0-1.253-0.251-1.71-0.708L-2.22,4.22c-0.391-0.39-0.391-1.023,0-1.414s1.023-0.391,1.414,0l3.438,3.437c0.212,0.212,0.377,0.214,0.59,0l3.438-3.437c0.391-0.391,1.023-0.391,1.414,0s0.391,1.024,0,1.414L4.636,7.657C4.18,8.114,3.573,8.365,2.927,8.365z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/auto;
    border: 2px solid #ebecec;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #a6ce38;
    outline: 0;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.02);
}

.custom-select:focus::-ms-value {
    color: #999999;
    background-color: #fff;
}

.custom-select:disabled {
    color: #cccccc;
    background-color: #f7f7f7;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #999999;
}

.custom-control-label::before,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-select {
        transition: none;
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.75rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #cccccc;
    pointer-events: none;
    cursor: default;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.8rem 1rem;
}

.navbar .container,
.navbar .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid #ebecec;
    border-radius: 0.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.55rem 0.5rem;
    margin-left: -2px;
    line-height: 1.25;
    color: #333333;
    background-color: #f9f9f9;
    border: 2px solid #f2f3f3;
}

.page-link:hover {
    z-index: 2;
    color: #0d0d0d;
    text-decoration: none;
    background-color: #f7f7f7;
    border-color: #f2f3f3;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(175, 203, 8, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #a6ce38;
    border-color: #a6ce38;
}

.page-item.disabled .page-link {
    color: #cccccc;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #f2f3f3;
}

.alert {
    position: relative;
    padding: 0.35rem 1.25rem;
    margin-bottom: 1rem;
    border: 0 solid transparent;
    border-radius: 0;
}

.alert-info {
    color: #f5f7f8;
    background-color: #103246;
    border-color: #bcc7cd;
}

.bg-light {
    background-color: #f9f9f9 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #e0e0e0 !important;
}

.bg-white {
    background-color: #fff !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width: 576px) {

    .d-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (min-width: 992px) {

    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

@media (min-width: 576px) {

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
}

@media (min-width: 768px) {

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-100 {
    height: 100% !important;
}


.my-0 {
    margin-top: 0 !important;
}


.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}


.mx-0 {
    margin-left: 0 !important;
}


.my-1 {
    margin-top: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mt-4 {
    margin-top: 1.75rem !important;
}

.mb-4 {
    margin-bottom: 1.75rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !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.75rem !important;
}


.px-4 {
    padding-right: 1.75rem !important;
}

.pb-4 {
    padding-bottom: 1.75rem !important;
}


.px-4 {
    padding-left: 1.75rem !important;
}


.py-5 {
    padding-top: 3rem !important;
}


.py-5 {
    padding-bottom: 3rem !important;
}


.mx-auto {
    margin-right: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 768px) {

    .mb-md-4 {
        margin-bottom: 1.75rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }
}

@media (min-width: 992px) {

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mt-lg-6 {
        margin-top: 5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    
    .px-lg-4 {
        padding-right: 1.75rem !important;
    }

    
    .px-lg-4 {
        padding-left: 1.75rem !important;
    }

    .p-lg-7 {
        padding: 7rem !important;
    }
}

@media (min-width: 1200px) {

    .pt-xl-6 {
        padding-top: 5rem !important;
    }
}

.text-right {
    text-align: right !important;
}
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../font/Mulish-normal-400.woff) format("woff");
    unicode-range: U+0-10FFFF;
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../font/Mulish-normal-700.woff) format("woff");
    unicode-range: U+0-10FFFF;
}

html,
body.login {
    height: 100%;
}

body {
    min-width: 320px;
}

.alert {
    font-size: 0.8125rem;
}

.alert .alert-ico {
    vertical-align: -0.05rem;
}

.alert p:last-child,
.alert ul:last-child {
    margin-bottom: 0;
}

img:not([src$='.svg']) {
    max-width: 100%;
    height: auto;
}

.o-header {
    border-bottom: 2px solid #ebecec;
}

@media (min-width: 992px) {
    .navbar {
        padding-right: 1.25rem;
        padding-left: 1.75rem;
    }
}

.navbar-brand__img {
    width: 100%;
}

.btn-navbar {
    height: 40px;
    padding-right: 0.425rem;
    padding-left: 0.75rem;
    border-left: 2px solid #f2f3f3;
    border-radius: 0;
}

.navbar-toggler {
    width: 44px;
    height: 44px;
    border: 2px solid #ebecec;
    border-radius: 50rem;
    background-image: url(../images/navbar-toggler.svg);
    background-position: 50% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
}

.navbar-toggler:hover {
    background-color: #f9f9f9;
}

.user-img {
    height: 40px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    h1 {
        font-size: 1.75rem;
    }
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 1.5rem;
    }
}

.main-login a {
    text-decoration: underline;
    color: #a6ce38;
}

.main-login a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .container-login {
        padding-left: 12%;
    }
}

.sidebar {
    padding-top: 1rem;
    border-bottom: 2px solid #ebecec;
    background: #fff;
}

@media (min-width: 992px) {
    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 270px;
        overflow: auto;
        border-right: 2px solid #ebecec;
        border-bottom: 0;
    }
}

.nav-link__icon {
    margin-right: 0.375rem;
    vertical-align: -0.25rem;
    fill: #cccccc;
}

.nav-side .nav-item {
    border-bottom: 2px solid #f2f3f3;
}

@media (max-width: 991.98px) {
    .nav-side .nav-item:last-child {
        margin-bottom: 1rem;
        border-bottom: 0;
    }
}

.nav-side .dropdown-toggle .nav-link__icon {
    fill: #a6ce38;
}

.nav-side .nav-link {
    font-weight: 700;
}

.nav-side .nav-link.active .nav-link__icon {
    fill: #a6ce38;
}

.nav-side .nav-link:hover {
    background: #f9f9f9;
}

.nav-side .dropdown-toggle::after {
    float: right;
    width: 8px;
    height: 8px;
    margin-top: 0.5rem;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #a6ce38;
    border-radius: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-side .dropdown-toggle::after {
        transition: none;
    }
}

.nav-side .dropdown-toggle.collapsed::after {
    border-color: #999999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-side .dropdown-toggle.collapsed .nav-link__icon {
    fill: #cccccc;
}

.nav-side .dropdown-menu {
    position: static;
    width: 100%;
    padding: 0;
    font-size: 0.9375rem;
    border: 0;
}

.nav-side .dropdown-menu.collapsing {
    display: block;
}

.nav-side .dropdown-item {
    padding: 0.1rem 0;
    background: none;
}

.nav-side .dropdown-link {
    display: block;
    padding: 0.35rem 1rem 0.35rem 2.9rem;
    text-decoration: none;
    border-radius: 0.25rem;
}

.nav-side .dropdown-link:hover {
    background: #f2f3f3;
}

.nav-side .dropdown-link.active {
    font-weight: 700;
    color: #fff;
    background: #a6ce38;
}

.nav-side-switch {
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    border: 2px solid #f2f3f3;
    border-radius: 0.25rem;
}

.nav-side-switch .nav-item-switch {
    border-right: 2px solid #f2f3f3;
}

.nav-side-switch .nav-item-switch:last-child {
    border: 0;
}

.nav-side-switch .nav-link-switch {
    padding: 0.25rem;
    color: #999999;
    background: #f9f9f9;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-side-switch .nav-link-switch {
        transition: none;
    }
}

.nav-side-switch .nav-link-switch:hover {
    color: #333333;
    background: #f2f3f3;
}

.nav-side-switch .nav-link-switch.active {
    color: #333333;
    background: #fff;
}

.main-content {
    font-size: 0.9375rem;
}

@media (min-width: 992px) {
    .main-content {
        padding-left: 270px;
    }
}

.btn:focus {
    box-shadow: none;
}

.btn-primary {
    color: #fff;
}

.btn__img {
    margin: 0 0.5rem 0 -0.35rem;
    vertical-align: -0.1rem;
}

@media (max-width: 575.98px) {
    .btn__img {
        margin: 0 -0.35rem;
    }
}

.form-control,
.custom-select {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.02);
}

.custom-select {
    padding-right: 3rem;
}

.input-group-append .btn {
    border-left: 0;
}

.login-username,
.login-password {
    padding-left: 3rem;
    background-position: 15px 50%;
    background-repeat: no-repeat;
}

.login-username {
    background-image: url(../images/ico-input-username.svg);
}

.login-password {
    background-image: url(../images/ico-input-password.svg);
}

.pseudotable {
    line-height: 1.2;
}

.pseudotable .form-row {
    margin: 0;
    text-decoration: none;
    border-bottom: 2px solid #f2f3f3;
}

.pseudotable .form-row [class*='col'] {
    padding-top: 0.3375rem;
    padding-bottom: 0.3375rem;
}

@media (min-width: 768px) {
    .pseudotable .form-row:hover {
        font-weight: 700;
        background: #f9f9f9;
    }

    .pseudotable .form-row [class*='col'] {
        padding-top: 0.675rem;
        padding-bottom: 0.675rem;
        border-right: 2px solid #f2f3f3;
    }

    .pseudotable .form-row [class*='col']:last-child {
        border-right: 0;
    }
}

.pseudotable .col-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.btn-xs {
    padding-right: 0.25rem;
    padding-left: 0.5rem, 25;
}

.pagination .page-item {
    padding: 0 0 0 0.5rem;
}

.pagination .page-link {
    border-radius: 0.25rem;
}

.pagination .page-item__empty {
    padding: 0.55rem 0.05rem 0.55rem 0.4rem;
}

.pagination .pagination-ico {
    vertical-align: 0;
}

.pagination .disabled .page-link {
    background-color: #f9f9f9;
}

.pagination .disabled .pagination-ico {
    opacity: 0.5;
}

.alert-main {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

@media (min-width: 992px) {
    .alert-main {
        height: 30px;
    }

    .alert-main+.sidebar {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {

    .has-alert .sidebar,
    .has-alert .main-content {
        margin-top: 30px;
    }
}

.table-incard thead th {
    border-width: 2px;
}

.table-incard tr:first-child th {
    border-top: 0;
}

.table-incard tr td:first-child,
.table-incard tr th:first-child {
    border-left: 0;
}

.table-incard tr td:last-child,
.table-incard tr th:last-child {
    border-right: 0;
}

.o-footer {
    padding-top: 3rem;
    padding-bottom: 1rem;
    color: #cccccc;
}

.copyright {
    font-size: 0.9375rem;
}