@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #a1a1a1;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    a {
        text-decoration-line: none;
    }

    a:hover {
        text-decoration-line: none;
    }

    /*color Scheme*/
    .app-pr-clr {
        background: #b30101;
    }

    .app-sec-clr {
        background: #00B9FF;
    }

    .app-focus-clr {
        background: #2ABE65;
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

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

html {
    font-family: Helvetica;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.428571;
    color: #404040;
    text-align: left;
    background-color: #F9FAFC;
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

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

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

a:hover {
    color: #0d5bdd;
    text-decoration: none;
}

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: Helvetica, monospace;
    font-size: 1em
}

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

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 12px 10px;
    padding-bottom: 12px 10px;
    color: #878787;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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 {
    padding: 0;
    border-style: none
}

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

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

progress {
    vertical-align: baseline
}

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

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

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

@media (min-width: 320px) and (max-width: 575px) {
    .h3, h3 {
        font-size: 1.5rem;
    }
}

@media (min-width: 576px) {
    .h1, h1 {
        font-size: 2.539rem
    }

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

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

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

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

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

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1
}

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

.pointer {
    cursor: pointer !important;
}

.grey-text {
    color: #6C6D79;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.mtop-5 {
    margin-top: 5px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px
}

.mt-25 {
    margin-top: 25px;
}

.mr-25 {
    margin-right: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-35 {
    margin-top: 35px;
}

.pad-5 {
    padding: 5px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.pad-zero {
    padding: 0 !important;
}

.margin-zero {
    margin: 0;
}


.small, small {
    font-size: 65%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 65%;
    color: #878787
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #eee;
    border: 1px solid #dee2e6;
    border-radius: 2px;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #878787
}

code {
    font-size: 87.5%;
    color: #4285f4;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 2px
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    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
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

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

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

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

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

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

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

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

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

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

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

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

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

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

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

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

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

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

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1349px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.333333%
    }

    .offset-xxl-2 {
        margin-left: 16.666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.333333%
    }

    .offset-xxl-5 {
        margin-left: 41.666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.333333%
    }

    .offset-xxl-8 {
        margin-left: 66.666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.333333%
    }

    .offset-xxl-11 {
        margin-left: 91.666667%
    }
}


select.form-control:not([size]):not([multiple]) {
    height: calc(2.20rem + 0px);
    padding-left: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.20rem + 0px);
    padding: .375rem .75rem .375rem 0px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.428571;
    color: #121316;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #6E7083 !important;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

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

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

.form-control:focus {
    color: #404040;
    background-color: #fff;
    border-color: #4285f4;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .15rem transparent;
    box-shadow: 0 0 0 .15rem transparent
}

.form-control::-webkit-input-placeholder {
    color: #878787;
    opacity: 1
}

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

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

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

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

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

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.7692rem + 1px);
    padding-bottom: calc(.7692rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.428571
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.15rem;
    line-height: 1.7
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .85rem;
    line-height: 1.6
}


.btn {
    display: inline-block;
    font-weight: 700;
    color: #404040;
    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: 1px solid transparent;
    padding: .7692rem .75rem;
    font-size: 1rem;
    line-height: 1.428571;
    border-radius: 2px;
    -webkit-transition: none;
    transition: none
}

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

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

.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .15rem rgba(135, 135, 135, .5);
    box-shadow: 0 0 0 .15rem rgba(135, 135, 135, .5)
}

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

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

.btn-primary {
    color: #fff;
    background-color: #4285f4;
    border-color: #4285f4
}

.btn-primary:hover {
    color: #fff;
    background-color: #1e6ef2;
    border-color: #1266f1
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(94, 151, 246, .5);
    box-shadow: 0 0 0 .15rem rgba(94, 151, 246, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #4285f4;
    border-color: #4285f4
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1266f1;
    border-color: #0e60e9
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(94, 151, 246, .5);
    box-shadow: 0 0 0 .15rem rgba(94, 151, 246, .5)
}

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

.btn-secondary:hover {
    color: #fff;
    background-color: #747474;
    border-color: #6e6e6e
}

.btn-secondary.focus, .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(153, 153, 153, .5);
    box-shadow: 0 0 0 .15rem rgba(153, 153, 153, .5)
}

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

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

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(153, 153, 153, .5);
    box-shadow: 0 0 0 .15rem rgba(153, 153, 153, .5)
}

.btn-success {
    color: #fff;
    background-color: #34a853;
    border-color: #34a853
}

.btn-success:hover {
    color: #fff;
    background-color: #2b8b45;
    border-color: #288140
}

.btn-success.focus, .btn-success:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(82, 181, 109, .5);
    box-shadow: 0 0 0 .15rem rgba(82, 181, 109, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #34a853;
    border-color: #34a853
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #288140;
    border-color: #25773b
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(82, 181, 109, .5);
    box-shadow: 0 0 0 .15rem rgba(82, 181, 109, .5)
}

.btn-info {
    color: #212529;
    background-color: #6ba4ff;
    border-color: #6ba4ff
}

.btn-info:hover {
    color: #fff;
    background-color: #458cff;
    border-color: #3885ff
}

.btn-info.focus, .btn-info:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(96, 145, 223, .5);
    box-shadow: 0 0 0 .15rem rgba(96, 145, 223, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #212529;
    background-color: #6ba4ff;
    border-color: #6ba4ff
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #3885ff;
    border-color: #2b7dff
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(96, 145, 223, .5);
    box-shadow: 0 0 0 .15rem rgba(96, 145, 223, .5)
}

.btn-warning {
    color: #212529;
    background-color: #fbbc05;
    border-color: #fbbc05
}

.btn-warning:hover {
    color: #212529;
    background-color: #d6a003;
    border-color: #ca9703
}

.btn-warning.focus, .btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(218, 165, 10, .5);
    box-shadow: 0 0 0 .15rem rgba(218, 165, 10, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #fbbc05;
    border-color: #fbbc05
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ca9703;
    border-color: #bd8e03
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(218, 165, 10, .5);
    box-shadow: 0 0 0 .15rem rgba(218, 165, 10, .5)
}

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

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

.btn-danger.focus, .btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(237, 95, 83, .5);
    box-shadow: 0 0 0 .15rem rgba(237, 95, 83, .5)
}

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

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

.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 .15rem rgba(237, 95, 83, .5);
    box-shadow: 0 0 0 .15rem rgba(237, 95, 83, .5)
}

.btn-light {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-light:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-light.focus, .btn-light:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(222, 222, 223, .5);
    box-shadow: 0 0 0 .15rem rgba(222, 222, 223, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(222, 222, 223, .5);
    box-shadow: 0 0 0 .15rem rgba(222, 222, 223, .5)
}

.btn-dark {
    color: #fff;
    background-color: #3d3c3c;
    border-color: #3d3c3c
}

.btn-dark:hover {
    color: #fff;
    background-color: #2a2929;
    border-color: #232323
}

.btn-dark.focus, .btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(90, 89, 89, .5);
    box-shadow: 0 0 0 .15rem rgba(90, 89, 89, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #3d3c3c;
    border-color: #3d3c3c
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #232323;
    border-color: #1d1c1c
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(90, 89, 89, .5);
    box-shadow: 0 0 0 .15rem rgba(90, 89, 89, .5)
}

.btn-grey {
    color: #212529;
    background-color: #ccc;
    border-color: #ccc
}

.btn-grey:hover {
    color: #212529;
    background-color: #b9b9b9;
    border-color: #b3b3b3
}

.btn-grey.focus, .btn-grey:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(178, 179, 180, .5);
    box-shadow: 0 0 0 .15rem rgba(178, 179, 180, .5)
}

.btn-grey.disabled, .btn-grey:disabled {
    color: #212529;
    background-color: #ccc;
    border-color: #ccc
}

.btn-grey:not(:disabled):not(.disabled).active, .btn-grey:not(:disabled):not(.disabled):active, .show > .btn-grey.dropdown-toggle {
    color: #212529;
    background-color: #b3b3b3;
    border-color: #acacac
}

.btn-grey:not(:disabled):not(.disabled).active:focus, .btn-grey:not(:disabled):not(.disabled):active:focus, .show > .btn-grey.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(178, 179, 180, .5);
    box-shadow: 0 0 0 .15rem rgba(178, 179, 180, .5)
}

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

.btn-outline-primary:hover {
    color: #fff;
    background-color: #4285f4;
    border-color: #4285f4
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(66, 133, 244, .5);
    box-shadow: 0 0 0 .15rem rgba(66, 133, 244, .5)
}

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

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

.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 {
    -webkit-box-shadow: 0 0 0 .15rem rgba(66, 133, 244, .5);
    box-shadow: 0 0 0 .15rem rgba(66, 133, 244, .5)
}

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

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

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(135, 135, 135, .5);
    box-shadow: 0 0 0 .15rem rgba(135, 135, 135, .5)
}

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

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

.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 {
    -webkit-box-shadow: 0 0 0 .15rem rgba(135, 135, 135, .5);
    box-shadow: 0 0 0 .15rem rgba(135, 135, 135, .5)
}

.btn-outline-success {
    color: #34a853;
    border-color: #34a853
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #34a853;
    border-color: #34a853
}

.btn-outline-success.focus, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(52, 168, 83, .5);
    box-shadow: 0 0 0 .15rem rgba(52, 168, 83, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #34a853;
    background-color: transparent
}

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

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(52, 168, 83, .5);
    box-shadow: 0 0 0 .15rem rgba(52, 168, 83, .5)
}

.btn-outline-info {
    color: #6ba4ff;
    border-color: #6ba4ff
}

.btn-outline-info:hover {
    color: #212529;
    background-color: #6ba4ff;
    border-color: #6ba4ff
}

.btn-outline-info.focus, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(107, 164, 255, .5);
    box-shadow: 0 0 0 .15rem rgba(107, 164, 255, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #6ba4ff;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #6ba4ff;
    border-color: #6ba4ff
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(107, 164, 255, .5);
    box-shadow: 0 0 0 .15rem rgba(107, 164, 255, .5)
}

.btn-outline-warning {
    color: #fbbc05;
    border-color: #fbbc05
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #fbbc05;
    border-color: #fbbc05
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(251, 188, 5, .5);
    box-shadow: 0 0 0 .15rem rgba(251, 188, 5, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #fbbc05;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #fbbc05;
    border-color: #fbbc05
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(251, 188, 5, .5);
    box-shadow: 0 0 0 .15rem rgba(251, 188, 5, .5)
}

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

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

.btn-outline-danger.focus, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(234, 67, 53, .5);
    box-shadow: 0 0 0 .15rem rgba(234, 67, 53, .5)
}

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

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

.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 {
    -webkit-box-shadow: 0 0 0 .15rem rgba(234, 67, 53, .5);
    box-shadow: 0 0 0 .15rem rgba(234, 67, 53, .5)
}

.btn-outline-light {
    color: #fff;
    border-color: #fff
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-light.focus, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 .15rem rgba(255, 255, 255, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #fff;
    background-color: transparent
}

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

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 .15rem rgba(255, 255, 255, .5)
}

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

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

.btn-outline-dark.focus, .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(61, 60, 60, .5);
    box-shadow: 0 0 0 .15rem rgba(61, 60, 60, .5)
}

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

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

.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 {
    -webkit-box-shadow: 0 0 0 .15rem rgba(61, 60, 60, .5);
    box-shadow: 0 0 0 .15rem rgba(61, 60, 60, .5)
}

.btn-outline-grey {
    color: #ccc;
    border-color: #ccc
}

.btn-outline-grey:hover {
    color: #212529;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-grey.focus, .btn-outline-grey:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(204, 204, 204, .5);
    box-shadow: 0 0 0 .15rem rgba(204, 204, 204, .5)
}

.btn-outline-grey.disabled, .btn-outline-grey:disabled {
    color: #ccc;
    background-color: transparent
}

.btn-outline-grey:not(:disabled):not(.disabled).active, .btn-outline-grey:not(:disabled):not(.disabled):active, .show > .btn-outline-grey.dropdown-toggle {
    color: #212529;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-grey:not(:disabled):not(.disabled).active:focus, .btn-outline-grey:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-grey.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(204, 204, 204, .5);
    box-shadow: 0 0 0 .15rem rgba(204, 204, 204, .5)
}

.btn-link {
    font-weight: 400;
    color: #4285f4;
    text-decoration: none
}

.btn-link:hover {
    color: #0d5bdd;
    text-decoration: underline
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
    color: #878787;
    pointer-events: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 12px;
    font-size: 1.15rem;
    line-height: 1.7;
    border-radius: 4px
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem 8px;
    font-size: .85rem;
    line-height: 1.6;
    border-radius: 2px
}

.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 {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

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

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

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

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

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

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

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


    webkit-transform: rotate(-45deg) translateY(-50%);
    -webkit-transform-origin: top;
    border-color: initial;
    border-style: solid;
    border-width: 1.4px 0 0 1.4px;
    content: "";
    height: .6em;
    position: absolute;
    right: 0px;
    margin-top: 4px;
    transform: rotate(223deg) translateY(-50%);
    transform-origin: top;
    transition: all .3s ease-out;
    width: .6em;
}

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

.dropdown-menu {
    width: 100% !important;
    right: 0 !important;
    left: inherit !important;
    position: absolute;
    top: 100%;
    /* left:0;*/
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #404040;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e3e3;
    border-radius: 2px
}

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

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

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

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

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

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

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

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

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

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

@media (min-width: 1349px) {
    .dropdown-menu-xxl-left {
        right: auto;
        left: 0
    }

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

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

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

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

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

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

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

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

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

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

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

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

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

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #4285f4
}

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

.dropdown-menu.show {
    display: block
}

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

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

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

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

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

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

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

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

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

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

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: 6px;
    padding-left: 6px
}

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

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    width: 100%
}

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

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

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

.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] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

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

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

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

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

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

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

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

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

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

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

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

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

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

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

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

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

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .7692rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.428571;
    color: #404040;
    text-align: center;
    white-space: nowrap;
    background-color: #f5f5f5;
    border: 1px solid #d5d8de;
    border-radius: 2px
}

.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: 2.846rem
}

.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 {
    padding: .5rem 12px;
    font-size: 1.15rem;
    line-height: 1.7;
    border-radius: 4px
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: 2.3125rem
}

.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 {
    padding: .25rem 8px;
    font-size: .85rem;
    line-height: 1.6;
    border-radius: 2px
}

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

.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-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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


.nav {
    display: -webkit-box;
    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: .5rem 1rem
}

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

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

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #ddd #ddd #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #878787;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #636c72;
    background-color: #eee;
    border-color: #dee2e6 #dee2e6 #eee
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 2px
}

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

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

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

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

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar > .container, .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

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

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

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

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

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

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

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

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

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

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

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

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

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

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

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

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

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: 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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

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

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

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

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

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

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

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

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

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

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

@media (min-width: 1349px) {
    .navbar-expand-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

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

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

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

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

.navbar-expand > .container, .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

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

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

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

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

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

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

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

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

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}


@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 3.077rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 3.077rem 0
    }
    to {
        background-position: 0 0
    }
}


@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

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

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}


/*Float CSS*/
.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

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

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

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

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width: 1349px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}


.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

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

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

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

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

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

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

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}


.be-wrapper {
    min-height: 100%;
    padding-top: 61px
}

@media (max-width: 575.98px) {
    .be-wrapper {
        overflow-x: hidden
    }
}

@media print {
    .be-wrapper {
        padding-top: 0
    }
}

@media (min-width: 768px) {
    .be-wrapper.be-boxed-layout {
        max-width: 1200px;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
        background-color: #f1f1f1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, .05);
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .05)
    }
}

.be-top-header {
    background-color: #fff;
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #F9FaFc;
    padding: 0;
    webkit-box-shadow: 0 0 20px rgba(115, 105, 215, .15);
    -moz-box-shadow: 0 0 20px rgba(115, 105, 215, .15);
    box-shadow: 0 0 11px rgba(115, 105, 215, .15);
}

@media (max-width: 767.98px) {
    .be-top-header {
        border-bottom-width: 0;
        position: relative;
        min-height: 0
    }
}

.be-top-header .container-fluid {
    padding: 0
}

@media (max-width: 767.98px) {
    .be-nosidebar-left .be-top-header .container-fluid {
        display: block
    }

    .be-nosidebar-left .be-top-header .container-fluid .navbar-collapse {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .be-nosidebar-left .be-top-header .container-fluid .navbar-collapse.collapse {
        display: none !important
    }

    .be-nosidebar-left .be-top-header .container-fluid .navbar-collapse.collapse.show {
        display: block !important
    }
}

.be-top-header .be-navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px
}

.be-collapsible-sidebar .be-top-header .be-navbar-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.be-collapsible-sidebar-hide-logo.be-collapsible-sidebar-collapsed .be-top-header .be-navbar-header {
    width: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px
}

@media (max-width: 991.98px) {
    .be-nosidebar-left .be-top-header .be-navbar-header {
        width: auto
    }
}

.be-top-header .be-navbar-header .navbar-brand {
    line-height: 60px;
    height: 60px;
    width: 216px;
    /*background-image:url(../img/logo.png);*/
    background-repeat: no-repeat;
    background-position: 20px center;
    padding: 0 20px;
    margin: 0;
    display: block
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .be-top-header .be-navbar-header .navbar-brand {
        background-size: 102px 27px
    }
}

@media (max-width: 767.98px) {
    .be-top-header .be-navbar-header .navbar-brand {
        display: none
    }
}

@media (max-width: 991.98px) {
    .be-top-header .be-navbar-header .navbar-brand {
        margin-right: 10px
    }
}

.be-nosidebar-left .be-top-header .be-navbar-header .navbar-brand {
    width: 142px
}

.be-collapsible-sidebar-hide-logo.be-collapsible-sidebar-collapsed .be-top-header .be-navbar-header .navbar-brand {
    display: none
}

.be-top-header .be-navbar-header .be-toggle-left-sidebar {
    display: inline-block;
    text-align: center;
    line-height: 60px;
    float: right;
    padding: 0 15px
}

.be-top-header .be-navbar-header .be-toggle-left-sidebar .icon {
    font-size: 1.615rem;
    color: #5a5a5a;
    line-height: 25px;
    vertical-align: middle
}

.be-collapsible-sidebar-hide-logo.be-collapsible-sidebar-collapsed .be-top-header .be-navbar-header .be-toggle-left-sidebar {
    padding: 0 21px
}

@media (max-width: 767.98px) {
    .be-top-header .be-navbar-header {
        display: none
    }
}

@media print {
    .be-top-header .be-navbar-header {
        display: none
    }
}

.be-top-header .page-title {
    font-size: 1.462rem;
    line-height: 60px;
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 35px;
    color: #404040;
    overflow: hidden
}

.be-top-header .page-title span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.be-nosidebar-left .be-top-header .page-title {
    padding-left: 10px
}

@media (max-width: 767.98px) {
    .be-top-header .page-title {
        display: none
    }
}

.be-top-header .navbar-nav > li > a.nav-link {
    line-height: 60px;
    color: #000;
    font-size: 16px;
    padding: 0 15px;
    outline: 0
}

.be-top-header .navbar-nav > li > a.nav-link:focus, .be-top-header .navbar-nav > li > a.nav-link:hover {
    color: #5a5a5a
}

@media (max-width: 991.98px) {
    .be-top-header .navbar-nav > li > a.nav-link {
        padding: 0 10px
    }
}

.be-top-header .navbar-nav > li.show > a {
    color: #4285f4
}

.be-top-header .navbar-nav > li.show > a:active, .be-top-header .navbar-nav > li.show > a:focus, .be-top-header .navbar-nav > li.show > a:hover {
    color: #4285f4
}

.be-top-header .navbar-nav > li.dropdown > a .mdi-caret-down {
    font-size: 1.769rem;
    vertical-align: middle;
    margin-left: 3px
}

.be-top-header .navbar-nav > li.dropdown .dropdown-menu {
    border-radius: 3px;
    margin-top: 12px;
    line-height: 20px;
    box-shadow: 0px 5px 12px #00000021;
}

.be-top-header .navbar-nav > li.dropdown .dropdown-menu > a {
    color: #504e4e;
    padding: 10px 20px;
    min-width: 175px;
    line-height: 18px
}

.be-top-header .navbar-nav > li.dropdown .dropdown-menu > a:hover {
    background-color: #4285f4;
    color: #fff
}

.be-top-header .navbar-nav > li.dropdown .dropdown-menu > a:active, .be-top-header .navbar-nav > li.dropdown .dropdown-menu > a:focus {
    background-color: transparent;
    color: #504e4e
}

.be-top-header .navbar-nav > li.dropdown .dropdown-menu:after, .be-top-header .navbar-nav > li.dropdown .dropdown-menu:before {
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -8px;
    content: "";
    display: inline-block;
    left: 42px;
    margin-left: -6px;
    position: absolute
}

.be-top-header .navbar-nav > li.dropdown .dropdown-menu:before {
    border-bottom-width: 9px;
    border-left-width: 9px;
    border-right-width: 9px;
    border-bottom-color: #e3e3e3;
    margin-left: -7px;
    top: -9px
}

.fa-dr-user-pro {
    font-size: 18px;
    margin-right: 8px;
}

.be-top-header .navbar-collapse {
    border-width: 0
}

@media (max-width: 767.98px) {
    .be-top-header .navbar-collapse {
        border-top: 1px solid #f5f5f5;
        max-height: none
    }
}

@media (max-width: 767.98px) {
    .be-top-header .navbar-collapse .navbar-nav {
        background-color: #fafafa;
        margin: 0;
        padding: 15px 0
    }

    .be-nosidebar-left .be-top-header .navbar-collapse .navbar-nav, .be-top-menu .be-top-header .navbar-collapse .navbar-nav {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .be-top-header .navbar-collapse .navbar-nav > li > a {
        display: block;
        padding: 0 20px;
        color: #696969;
        font-size: 1.077rem;
        line-height: 38px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    .be-top-header .navbar-collapse .navbar-nav > li > a .icon {
        line-height: 18px;
        font-size: 19px;
        min-width: 19px;
        margin-right: 9px;
        text-align: center;
        vertical-align: middle
    }

    .be-top-header .navbar-collapse .navbar-nav > li.dropdown .mdi-caret-down {
        float: right;
        line-height: 38px;
        color: #c5c5c5
    }

    .be-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
        background-color: #eee;
        padding: 10px 0;
        border-top: 1px solid #e6e6e6;
        border-right: 0;
        border-bottom: 1px solid #e6e6e6;
        border-left: 0;
        border-radius: 0
    }

    .be-nosidebar-left .be-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu, .be-top-menu .be-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .be-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu:after, .be-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu:before {
        display: none
    }

    .be-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > a {
        color: #696969;
        padding: 8px 15px 8px 49px;
        padding-left: 23px
    }
}

.be-top-header .search-container {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: inline-block;
    height: 60px;
    padding: 10px 20px
}

.be-top-header .search-container .input-group {
    max-width: 800px
}

@media (max-width: 767.98px) {
    .be-top-header .search-container {
        display: none
    }
}

.be-top-header .search-container .btn {
    height: 37px;
    font-size: 1rem;
    padding: 4px 12px;
    border-radius: 0
}

.be-top-header .search-input {
    border-width: 1px;
    border-right: 0;
    color: #404040
}

@media (max-width: 767.98px) {
    .be-top-header .search-input {
        background-color: #fff;
        color: #404040
    }
}

.be-top-header .search-input:focus {
    background-color: #fff;
    color: gray
}

.be-top-header .search-input:focus::-webkit-input-placeholder {
    color: #737373
}

.be-top-header .search-input:focus:-ms-input-placeholder {
    color: #737373
}

.be-top-header .search-input:focus::-ms-input-placeholder {
    color: #737373
}

.be-top-header .search-input:focus::placeholder {
    color: #737373
}

.be-top-header .be-right-navbar {
    padding-right: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.be-top-header .be-right-navbar .navbar-nav {
    background-color: transparent
}

.mobile-brand img {
    padding: 15px;
    float: left;
    width: 100%;
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .mobile-brand {
        display: block;
        width: 50%;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .mobile-brand {
        display: none;
    }
}


@media (max-width: 767.98px) {
    .be-top-header .be-right-navbar .navbar-nav > li > a.nav-link {
        color: #000 !important
    }

    .be-top-header .be-right-navbar .navbar-nav > li > a.nav-link:active, .be-top-header .be-right-navbar .navbar-nav > li > a.nav-link:focus {
        color: #fff
    }

    .be-top-header .be-right-navbar .navbar-nav > li.show > a.nav-link {
        color: #fff
    }

    .be-top-header .be-right-navbar .navbar-nav > li.show > a.nav-link:active, .be-top-header .be-right-navbar .navbar-nav > li.show > a.nav-link:focus, .be-top-header .be-right-navbar .navbar-nav > li.show > a.nav-link:hover {
        color: #fff
    }
}

@media (max-width: 767.98px) {
    .be-top-header .be-right-navbar {
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /*border-bottom:1px solid #4285f4;*/
        border-bottom: 1px solid #ffffff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /*background-color:#4285f4;*/
        background-color: #ffffff;
        box-shadow: 0 0 11px rgb(112 100 210 / 37%);
        z-index: 1030
        webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
}

@media (max-width: 767.98px) {
    .be-offcanvas-menu .be-top-header .be-right-navbar {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: calc(100% - 48px);
        left: 48px;
        padding-right: 5px
    }
}

.be-nosidebar-left .be-top-header .be-right-navbar {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (max-width: 767.98px) {
    .be-nosidebar-left .be-top-header .be-right-navbar {
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .be-top-header .be-toggle-right-sidebar {
        margin-right: 0;
        padding-left: 5px;
        padding-right: 9px
    }
}

.be-top-header .be-toggle-top-header-menu {
    display: none;
    background-color: #fff;
    padding: 16px 10px;
    color: #404040;
    font-weight: 300;
    font-size: 1.077rem;
    border-bottom: 1px solid #f5f5f5
}

.be-top-header .be-toggle-top-header-menu:before {
    content: "\f2f8";
    float: right;
    font-family: "Material Icons";
    font-size: 2.077rem;
    line-height: 22px;
    color: #c5c5c5
}

.be-top-header .be-toggle-top-header-menu.collapsed {
    border-bottom: 1px solid #e3e3e3;
    -webkit-transition: border-bottom-color .4s ease;
    transition: border-bottom-color .4s ease
}

.be-top-header .be-toggle-top-header-menu.collapsed:before {
    content: "\f2f2"
}

@media (max-width: 767.98px) {
    .be-top-header .be-toggle-top-header-menu {
        display: block
    }
}

@media (max-width: 767.98px) {
    .be-offcanvas-menu .be-top-header .be-toggle-top-header-menu {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .be-offcanvas-menu .be-top-header .navbar-collapse {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .be-offcanvas-menu .be-top-header .navbar-collapse.collapse {
        display: none !important
    }

    .be-offcanvas-menu .be-top-header .navbar-collapse.collapse.show {
        display: block !important
    }
}

@media (max-width: 767.98px) {
    .be-offcanvas-menu .be-top-header .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.be-offcanvas-menu .be-top-header .be-navbar-header {
    width: 230px
}

@media (max-width: 767.98px) {
    .be-offcanvas-menu .be-top-header .be-navbar-header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: block;
        width: auto;
        background-color: #4285f4
    }
}

.be-offcanvas-menu .be-top-header .be-navbar-header .be-toggle-left-sidebar {
    padding-left: 25px
}

@media (max-width: 767.98px) {
    .be-offcanvas-menu .be-top-header .be-navbar-header .be-toggle-left-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        padding-left: 15px;
        padding-right: 13px;
        background-color: #4285f4;
        min-width: 48px
    }
}

.be-offcanvas-menu .be-top-header .be-navbar-header .be-toggle-left-sidebar .icon {
    color: #737373;
    font-size: 1.846rem
}

@media (max-width: 767.98px) {
    .be-offcanvas-menu .be-top-header .be-navbar-header .be-toggle-left-sidebar .icon {
        color: #fff;
        overflow: hidden
    }
}

.be-offcanvas-menu .be-top-header .navbar-brand {
    width: 142px;
}

.be-offcanvas-menu .be-top-header .be-toggle-left-sidebar {
    display: inline-block;
    text-align: center;
    line-height: 60px;
    float: left
}

@media (max-width: 767.98px) {
    .be-offcanvas-menu .be-top-header .be-toggle-left-sidebar {
        line-height: 62px;
        margin-top: -1px
    }
}

.be-offcanvas-menu .be-top-header .be-toggle-left-sidebar .icon {
    font-size: 1.615rem;
    color: #5a5a5a;
    line-height: 25px;
    vertical-align: middle
}

@media (min-width: 768px) {
    .be-offcanvas-menu-sm .be-top-header .be-toggle-left-sidebar {
        display: none
    }
}

.be-color-header .be-top-header {
    background-color: #4285f4;
    border-bottom-color: #4285f4
}

.be-color-header .be-top-header .be-navbar-header .navbar-brand {
    background-image: url(../img/logo-white.html)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .be-color-header .be-top-header .be-navbar-header .navbar-brand {
        background-image: url(../img/logo-white-xx.html)
    }
}

.be-color-header .be-top-header .page-title {
    color: #fff
}

.be-color-header .be-top-header .be-right-navbar .navbar-nav > li > a {
    color: #fff
}

.be-color-header .be-top-header .be-right-navbar .be-icons-nav > li.dropdown > a .icon {
    color: #fff
}

.be-color-header .be-top-header .be-right-navbar .be-icons-nav > li.dropdown > a .indicator {
    background-color: #fff
}

.be-color-header-success .be-top-header {
    background-color: #34a853;
    border-bottom-color: #34a853
}

@media (max-width: 767.98px) {
    .be-color-header-success .be-top-header .be-right-navbar {
        background-color: #34a853;
        border-bottom-color: #34a853
    }
}

.be-color-header-warning .be-top-header {
    background-color: #fbbc05;
    border-bottom-color: #fbbc05
}

@media (max-width: 767.98px) {
    .be-color-header-warning .be-top-header .be-right-navbar {
        background-color: #fbbc05;
        border-bottom-color: #fbbc05
    }
}

.be-color-header-danger .be-top-header {
    background-color: #ea4335;
    border-bottom-color: #ea4335
}

@media (max-width: 767.98px) {
    .be-color-header-danger .be-top-header .be-right-navbar {
        background-color: #ea4335;
        border-bottom-color: #ea4335
    }
}

@media (min-width: 768px) {
    .be-boxed-layout .be-top-header {
        max-width: 1200px;
        width: 100%;
        left: calc(50% - 600px);
        z-index: 1032
    }
}

@media (max-width: 1200px) {
    .be-boxed-layout .be-top-header {
        left: 0
    }
}

@media print {
    .be-top-header {
        position: absolute
    }
}

.be-top-header .be-icons-nav {
    margin-right: 20px
}

@media (max-width: 991.98px) {
    .be-top-header .be-icons-nav {
        margin-right: 10px
    }
}

.be-icons-nav > li.dropdown {
    position: static
}

.be-icons-nav > li.dropdown > a {
    position: relative
}

.navbar-expand .be-icons-nav > li.dropdown > a {
    padding: 0 10px
}

.be-icons-nav > li.dropdown > a .icon {
    font-size: 1.846rem;
    vertical-align: middle;
    color: #737373
}

.be-icons-nav > li.dropdown > a .icon.mdi-comment-more {
    font-size: 1.538rem;
    position: relative;
    top: 1px
}

.be-icons-nav > li.dropdown > a .indicator {
    background-color: #4285f4;
    border-radius: 50%;
    display: block;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 18px;
    right: 6px
}

.be-icons-nav > li.dropdown > a:after {
    display: none;
    font-size: 1.231rem;
    margin-left: 6px
}

@media (max-width: 767.98px) {
    .be-icons-nav > li.dropdown > a:after {
        display: inline-block
    }
}

.be-icons-nav > li.dropdown .dropdown-toggle:after {
    content: '';
    margin: 0;
    border: 0
}

.be-icons-nav > li.dropdown.show > a:after, .be-icons-nav > li.dropdown.show > a:before {
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -13px;
    content: "";
    display: inline-block;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    z-index: 1001
}

.be-icons-nav > li.dropdown.show > a:before {
    border-bottom-width: 9px;
    border-left-width: 9px;
    border-right-width: 9px;
    border-bottom-color: #e3e3e3;
    margin-left: -9px;
    bottom: -12px
}

.be-icons-nav > li.dropdown .dropdown-menu {
    width: 300px;
    border-radius: 3px;
    padding: 0;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.be-icons-nav > li.dropdown .dropdown-menu .title {
    font-size: 1rem;
    color: #8a8a8a;
    text-align: center;
    padding: 10px 0 8px;
    border-bottom: 1px solid #ebebeb
}

.be-icons-nav > li.dropdown .dropdown-menu .title .badge {
    font-size: .6962rem;
    line-height: 10px;
    vertical-align: middle;
    margin-left: 4px;
    background-color: #e4e4e4;
    color: #8a8a8a;
    min-width: 17px;
    height: 17px;
    text-align: center;
    padding: 3px 6px
}

.be-icons-nav > li.dropdown .dropdown-menu .title .badge-new {
    background-color: #4285f4;
    border-color: #4285f4;
    color: #fff
}

.be-icons-nav > li.dropdown .dropdown-menu .footer a {
    background-color: #fafafa;
    font-size: 1rem;
    color: #8a8a8a;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
    display: block;
    outline: 0
}

.be-icons-nav > li.dropdown .dropdown-menu .footer a:hover {
    background-color: #f5f5f5
}

.be-top-header .be-icons-nav > li.dropdown .dropdown-menu:after, .be-top-header .be-icons-nav > li.dropdown .dropdown-menu:before {
    display: none
}

.be-icons-nav > li.dropdown.show > a {
    background-color: transparent
}

.be-icons-nav > li.dropdown.show > a .icon {
    color: #4285f4
}

@media (max-width: 767.98px) {
    .be-icons-nav > li.dropdown.show > a .icon {
        color: #fff
    }
}

@media (min-width: 1349px) {
    .be-mega-menu .be-icons-nav > li.dropdown {
        position: relative
    }
}

@media (max-width: 767.98px) {
    .be-icons-nav {
        float: right;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .be-top-header .be-icons-nav {
        margin: 0 5px 0 0
    }

    .be-icons-nav > li.dropdown {
        display: inline-block;
        margin-left: 3px
    }

    .navbar-expand .be-icons-nav > li.dropdown > a {
        padding: 0 7px
    }

    .be-icons-nav > li.dropdown > a .icon {
        color: #fff
    }

    .be-icons-nav > li.dropdown > a .indicator {
        right: 2px;
        background-color: #fff
    }
}

@media (max-width: 575.98px) {
    .be-icons-nav > li.dropdown .dropdown-menu {
        left: 0;
        top: 60px;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-width: 0
    }

    .be-top-header .be-icons-nav > li.dropdown .dropdown-menu {
        border-radius: 0;
        margin-top: 1px
    }

    .be-icons-nav > li.dropdown .dropdown-menu .footer a {
        border-bottom: 1px solid #ebebeb
    }

    .be-icons-nav > li.dropdown.show > a:before {
        display: none
    }

    .be-icons-nav > li.dropdown.show > a:after {
        bottom: -1px
    }
}

@media print {
    .be-icons-nav {
        display: none
    }
}

.be-user-nav {
    margin-right: 0
}

.be-user-nav > li.dropdown > a {
    font-size: 0
}

.navbar-expand .be-user-nav > li.dropdown > a {
    padding-left: 5px;
    padding-right: 5px
}

@media (max-width: 991.98px) {
    .navbar-expand .be-user-nav > li.dropdown > a {
        padding-left: 10px
    }
}

.be-user-nav > li.dropdown > a img {
    max-width: 32px;
    max-height: 32px;
    border-radius: 50%
}

.be-user-nav > li.dropdown > a .user-name {
    margin-left: 10px;
    margin-right: 15px;
    font-size: 1.077rem;
    vertical-align: middle;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .pro-down-action:after {
        -webkit-transform: rotate(-45deg) translateY(-50%);
        -webkit-transform-origin: top;
        border-color: initial;
        border-style: solid;
        border-width: 1.4px 0 0 1.4px;
        content: "";
        height: .6em;
        position: absolute;
        right: 0em;
        margin-top: 25px;
        transform: rotate(223deg) translateY(-50%);
        transform-origin: top;
        transition: all .3s ease-out;
        width: .6em;
    }
}

.be-user-nav > li.dropdown > a:after {
    display: none;
    font-size: 1.231rem;
    margin-left: 6px
}

@media (max-width: 767.98px) {
    .be-user-nav > li.dropdown > a:after {
        display: inline-block
    }
}

.be-user-nav > li.dropdown .dropdown-menu {
    width: 220px !important;
    padding: 0 0 7px;
    left: -100px;
}

@media (max-width: 991.98px) {
    .be-user-nav > li.dropdown .dropdown-menu {
        left: -173px
    }
}

.be-top-header .be-user-nav > li.dropdown .dropdown-menu a:active, .be-top-header .be-user-nav > li.dropdown .dropdown-menu a:focus {
    background-color: transparent;
    color: #504e4e
}

.be-top-header .be-user-nav > li.dropdown .dropdown-menu a:hover {
    background-color: #f5f5f5;
    color: #504e4e
}

.be-user-nav > li.dropdown .dropdown-menu a .icon {
    vertical-align: middle;
    margin-right: 10px
}

.be-user-nav > li.dropdown .dropdown-menu .user-info {
    background-color: #4285f4;
    color: #fff;
    overflow: hidden;
    padding: 20px 15px 14px;
    border-radius: 2px 2px 0 0;
    margin-bottom: 7px
}

.be-user-nav > li.dropdown .dropdown-menu .user-info .user-name {
    display: block;
    font-size: 1.462rem;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 13px;
    position: relative
}

.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    left: 0;
    top: 7px;
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    background-color: transparent;
    display: block
}

.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position.online:after {
    background-color: #6cd187;
    border-color: #6cd187
}

.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position.away:after {
    background-color: #fcd050;
    border-color: #fcd050
}

.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position.busy:after {
    background-color: #f39088;
    border-color: #f39088
}

.be-user-nav > li.dropdown .dropdown-menu .user-info .switch-status {
    float: right;
    margin-top: 5px
}

.be-top-header .be-user-nav > li.dropdown .dropdown-menu:after {
    left: auto;
    right: 13px;
    border-bottom-color: #4285f4
}

.be-top-header .be-user-nav > li.dropdown .dropdown-menu:before {
    display: none
}

@media (max-width: 767.98px) {
    .mob-mr-20 {
        margin-right: 20px !important;
    }

    .be-user-nav {
        margin: 0;
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        overflow: hidden
    }

    .be-user-nav > li.dropdown > a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 60px;
        white-space: nowrap
    }

    .be-user-nav > li.dropdown > a:after {
        color: #000 !important;
    }

    .be-user-nav > li.dropdown > a img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .be-user-nav > li.dropdown > a .user-name {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .be-user-nav > li.dropdown .dropdown-menu {
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
        box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
        background-color: #fff;
        position: fixed;
        top: 60px;
        left: 0;
        margin-left: 10px;
        margin-right: 10px;
        max-width: 220px
    }

    .be-top-header .be-user-nav > li.dropdown .dropdown-menu:after {
        left: auto;
        right: 13px;
        border-bottom-color: #4285f4;
    }
}

@media (max-width: 767.98px) {
    .be-offcanvas-menu .be-user-nav > li.dropdown > a {
        padding-left: 0
    }

    .be-offcanvas-menu .be-user-nav > li.dropdown > a img {
        display: none
    }

    .be-offcanvas-menu .be-user-nav > li.dropdown > a .user-name {
        margin-left: 0
    }
}

@media print {
    .be-user-nav {
        display: none
    }
}

.be-notifications {
    padding-top: 0
}

.float-right .be-notifications {
    left: auto;
    right: 25px
}

@media (min-width: 1349px) {
    .be-mega-menu .float-right .be-notifications {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.be-notifications .be-scroller-notifications {
    position: relative;
    height: 222px
}

.be-notifications .be-scroller-notifications > .content > ul {
    list-style: none;
    padding-left: 0
}

.be-notifications .notification {
    overflow: hidden;
    border-bottom: 1px solid #ebebeb
}

.be-notifications .notification > a {
    padding: 15px 25px 15px 15px;
    display: block;
    overflow: hidden
}

.be-notifications .notification > a .image {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-color: #e4e4e4;
    float: left;
    text-align: center;
    overflow: hidden
}

.be-notifications .notification > a .image img {
    height: 38px;
    width: 38px;
    font-size: 1.923rem;
    color: #979595;
    line-height: 36px
}

.be-notifications .notification > a .notification-info {
    padding-left: 50px;
    line-height: 14px
}

.be-notifications .notification > a .notification-info .text {
    font-weight: 500;
    color: #8a8a8a;
    font-size: .9231rem;
    line-height: 16px
}

.be-notifications .notification > a .notification-info .user-name {
    color: #4285f4;
    font-size: 1rem
}

.be-notifications .notification > a .notification-info .date {
    color: #8a8a8a;
    display: block;
    font-size: .6923rem;
    margin-top: 4px;
    text-transform: uppercase
}

.be-notifications .notification.notification-unread {
    background-color: #ebf2fe;
    border-bottom: 1px solid #dce9fd
}

.be-notifications .notification.notification-unread > a {
    position: relative
}

.be-notifications .notification.notification-unread > a:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 6px;
    height: 6px;
    background-color: #4285f4;
    border-radius: 50%
}

.be-notifications .notification:hover {
    background-color: #4285f4
}

.be-notifications .notification:hover > a {
    color: #fff
}

.be-notifications .notification:hover > a .logo {
    background-color: #206ff2
}

.be-notifications .notification:hover > a .logo .icon {
    color: #fff
}

.be-notifications .notification:hover > a .notification-info .circle {
    background: #fff
}

.be-notifications .notification:hover > a .notification-info .date, .be-notifications .notification:hover > a .notification-info .text, .be-notifications .notification:hover > a .notification-info .user-name {
    color: #fff
}

.be-notifications .notification:hover > a:after {
    background-color: #fff
}

.be-notifications .notification:last-child {
    border-bottom: 0
}

@media (max-width: 575.98px) {
    .navbar-nav .show .be-notifications {
        position: absolute;
        background-color: #fff
    }
}

@media (max-width: 575.98px) {
    .navbar-nav .show .be-notifications {
        position: fixed
    }
}

.be-connections {
    min-width: 304px
}

.float-right .be-connections {
    left: auto;
    right: 25px
}

@media (min-width: 1349px) {
    .be-mega-menu .float-right .be-connections {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.be-connections .content {
    padding: 20px 15px
}

.be-connections .content .row {
    margin: 0
}

.be-connections .content .row > div {
    padding-left: 5px;
    padding-right: 5px
}

.be-connections .connection-item {
    display: block;
    border-radius: 3px;
    line-height: 34px;
    text-align: center;
    padding: 15px 0 9px;
    display: block;
    border: 1px solid transparent;
    color: #737373
}

.be-connections .connection-item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.be-connections .connection-item img {
    max-height: 35px;
    max-width: 35px
}

.be-connections .connection-item:hover {
    background-color: transparent;
    border-color: #ebebeb
}

@media (max-width: 767.98px) {
    .float-right .be-connections {
        right: 5px
    }

    .navbar-nav .show .be-connections {
        position: absolute;
        background-color: #fff
    }
}

@media (max-width: 575.98px) {
    .be-connections {
        min-width: 260px
    }

    .navbar-nav .show .be-connections {
        position: fixed
    }

    .be-connections .content {
        padding-left: 10px;
        padding-right: 10px
    }
}

.be-left-sidebar {
    background-color: #f5f5f5;
    width: 230px;
    left: 0;
    position: absolute;
    border-right: 1px solid #e3e3e3
}

@media print {
    .be-left-sidebar {
        display: none
    }
}

@media (max-width: 767px) {
    .be-left-sidebar-disabled .be-left-sidebar {
        display: none
    }
}

.be-collapsible-sidebar-collapsed .be-left-sidebar {
    width: 60px
}

@media (max-width: 767.98px) {
    .be-collapsible-sidebar-collapsed .be-left-sidebar {
        width: 100%
    }
}

.be-left-sidebar .left-sidebar-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%
}

.be-left-sidebar .left-sidebar-spacer {
    height: 100%;
    display: table-row
}

@media (min-width: 768px) {
    .be-left-sidebar .left-sidebar-spacer {
        display: table-row
    }
}

.be-left-sidebar .left-sidebar-scroll {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.be-left-sidebar .left-sidebar-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 0;
}

.be-collapsible-sidebar-collapsed .be-left-sidebar .left-sidebar-content {
    padding-top: 20px
}

.be-left-sidebar .left-sidebar-toggle {
    display: none;
    background-color: #fff;
    padding: 30px 10px 10px;
    color: #404040;
    font-weight: 300;
    font-size: 1.077rem
}

.be-left-sidebar .left-sidebar-toggle:before {
    webkit-transform: rotate(-45deg) translateY(-50%);
    -webkit-transform-origin: top;
    border-color: initial;
    border-style: solid;
    border-width: 1.4px 0 0 1.4px;
    content: "";
    height: .6em;
    position: absolute;
    right: 15px;
    margin-top: 14px;
    transform: rotate(223deg) translateY(-50%);
    transform-origin: top;
    transition: all .3s ease-out;
    width: .6em;
}

.be-left-sidebar .left-sidebar-toggle.open:before {
    content: '\f2f8'
}

@media (max-width: 767.98px) {
    .be-left-sidebar .left-sidebar-toggle {
        display: block;
        padding: 40px 10px 10px;
    }

    .be-left-sidebar .left-sidebar-toggle:before {
        margin-top: 8px;
    }
}

.be-left-sidebar .sidebar-elements {
    margin: 0;
    padding: 0
}

.be-left-sidebar .sidebar-elements li a span {
    margin-left: 12px;
}

.be-left-sidebar .sidebar-elements .divider {
    padding: 12px 20px 0;
    color: #eaf7ff;
    line-height: 45px;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 18px;
}

@media (min-width: 768px) {
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements .divider {
        padding: 40px 0 0;
        height: 0;
        overflow: hidden;
        text-indent: -9999px
    }

    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements .divider:first-child {
        display: none
    }
}

.be-left-sidebar .sidebar-elements > li {
    list-style: none
}

.be-left-sidebar .sidebar-elements > li > a {
    display: block;
    padding: 0 20px;
    color: #DBF0FD;
    font-size: 1rem;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li > a {
    text-overflow: clip
}

.be-left-sidebar .sidebar-elements > li > a .icon {
    line-height: 18px;
    font-size: 19px;
    min-width: 19px;
    margin-right: 9px;
    text-align: center;
    vertical-align: middle
}

@media (min-width: 768px) {
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li > a span {
        display: none
    }
}

.be-left-sidebar .sidebar-elements > li > a > .badge {
    margin-top: 9px
}

.be-left-sidebar .sidebar-elements > li > a:hover {
    padding-left: 20px;
    font-weight: 500;
    color: #00B9FF;
    background-color: #0e0f12;
    text-decoration-line: none;
}

.be-left-sidebar .sidebar-elements > li > a:hover > span {
    color: #00B9FF
}

.be-left-sidebar .sidebar-elements > li > ul {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.be-collapsible-sidebar .be-left-sidebar .sidebar-elements > li > ul .nav-items .content > ul {
    display: block
}

@media (min-width: 768px) {
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li > ul {
        border-top-width: 0;
        border-bottom-width: 0
    }
}

.be-left-sidebar .sidebar-elements > li ul {
    display: none;
    background-color: #eee;
    padding: 10px 0;
    list-style: none;
    line-height: 20px
}

.be-left-sidebar .sidebar-elements > li ul .title {
    display: none
}

.be-collapsible-sidebar .be-left-sidebar .sidebar-elements > li ul .content > ul {
    padding-left: 0
}

@media (min-width: 768px) {
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible {
        display: table;
        table-layout: fixed;
        position: fixed;
        left: 60px;
        top: 61px;
        height: 100%;
        z-index: 1031;
        padding: 0 0 61px;
        list-style: none;
        width: 232px;
        border-right: 1px solid #e6e6e6
    }

    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .title {
        display: block;
        padding: 30px 25px;
        font-size: 1.385rem;
        color: #7b7b7b
    }

    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items {
        display: table-row;
        height: 100%
    }

    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .be-scroller {
        position: relative;
        height: 100%
    }

    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .be-scroller > .content {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%
    }

    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul {
        border-color: transparent;
        padding: 0
    }

    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul > li > a {
        padding-left: 25px
    }

    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul > li > ul > li > a {
        padding-left: 35px
    }

    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul > li > ul > li > ul > li > a {
        padding-left: 45px
    }

    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 55px
    }

    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul > li > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 65px
    }
}

.be-left-sidebar .sidebar-elements > li ul li > a {
    padding: 8px 15px 8px 49px;
    color: #696969;
    font-size: 13px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.be-left-sidebar .sidebar-elements > li ul li > a .badge {
    border-radius: 2px;
    font-weight: 500;
    line-height: 9px;
    font-size: .85rem;
    padding: 4px 7px;
    margin-left: 4px;
    margin-top: 1px
}

.be-left-sidebar .sidebar-elements > li ul li > a:hover {
    background-color: #e7e7e7
}

.be-left-sidebar .sidebar-elements > li ul li.active > a {
    color: #4285f4
}

.be-left-sidebar .sidebar-elements > li ul li ul {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
}

.be-left-sidebar .sidebar-elements > li ul li > ul {
    padding: 5px 0
}

.be-left-sidebar .sidebar-elements > li ul li > ul > li ul {
    padding: 5px 0
}

.be-left-sidebar .sidebar-elements > li ul li > ul > li > a {
    padding-left: 59px
}

.be-left-sidebar .sidebar-elements > li ul li > ul > li > ul > li > a {
    padding-left: 69px
}

.be-left-sidebar .sidebar-elements > li ul li > ul > li > ul > li > ul > li > a {
    padding-left: 79px
}

.be-left-sidebar .sidebar-elements > li ul li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 89px
}

.be-left-sidebar .sidebar-elements > li.active > a {
    padding-left: 20px;
    font-weight: 500;
    color: #00B9FF;
    background-color: #191B23;
    text-decoration-line: none;
}

.be-left-sidebar .sidebar-elements > li.active > a > span {
    color: #00B9FF
}

.be-left-sidebar .sidebar-elements > li.active > a > span.badge {
    color: #fff
}

.be-left-sidebar .sidebar-elements > li.open > ul, .be-left-sidebar .sidebar-elements > li.open > ul .nav-items .content > ul {
    display: block
}

@media (min-width: 768px) {
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li.open > ul {
        display: none
    }

    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li.open > ul.visible {
        display: table
    }
}

/*.be-left-sidebar .sidebar-elements li.parent>a:before{
    content:'\f054';
    float:right;
    font-family:"Material Icons";
    font-size:1.615rem;
    color:#b0b0b0
}*/
.be-left-sidebar .sidebar-elements li.parent > a:after {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 400 !important;
    content: "\f054" !important;
    content: '\f054' !important;
    float: right !important;
    color: red;
}


@media (min-width: 768px) {
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements li.parent > a:before {
        display: none
    }
}

.be-left-sidebar .sidebar-elements li.parent.open > a:before {
    content: '\f2f8'
}

.be-left-sidebar .sidebar-elements li.open > ul {
    display: block
}

@media (min-width: 768px) {
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements .sub-menu.visible li.parent > a:before {
        display: block
    }
}

@media (min-width: 768px) {
    .be-boxed-layout .be-left-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
        flex: 0 0 230px;
        position: relative
    }

    .be-boxed-layout .be-left-sidebar:before {
        position: absolute
    }

    .be-boxed-layout.be-fixed-sidebar .be-left-sidebar {
        left: auto
    }
}

.be-left-sidebar:before {
    content: "";
    position: fixed;
    z-index: -1;
    width: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: inherit;
    border-right: 1px solid #e3e3e3
}

@media (max-width: 767.98px) {
    .be-left-sidebar:before {
        display: none
    }
}

@media (max-width: 767.98px) {
    .be-left-sidebar {
        width: 100%;
        background-color: #fafafa;
        border-bottom: 1px solid #e3e3e3;
        border-right-width: 0;
        position: relative;
    }

    .be-left-sidebar .left-sidebar-content, .be-left-sidebar .left-sidebar-scroll, .be-left-sidebar .left-sidebar-spacer, .be-left-sidebar .left-sidebar-wrapper {
        display: block;
        position: relative;
        overflow: visible;
    }

    .be-left-sidebar .left-sidebar-spacer {
        display: none;
        border-top: 2px solid #f5f5f5;
    }

    .be-left-sidebar .left-sidebar-spacer.open {
        display: block;
    }

    .be-left-sidebar .left-sidebar-content {
        padding-bottom: 20px;
    }

    .be-left-sidebar .sidebar-elements > li > a {
        text-align: left;
        position: relative;
        line-height: 50px;
    }

    .be-left-sidebar .sidebar-elements > li > a:hover {
        background-color: transparent;
    }

    .be-left-sidebar .sidebar-elements > li > a:hover > span {
        color: inherit;
    }

    .be-left-sidebar .sidebar-elements > li > ul {
        position: relative;
        height: auto;
        width: 100%;
        left: 0;
    }

    .be-left-sidebar .sidebar-elements > li > ul li > a:hover {
        background-color: transparent;
    }

    .be-left-sidebar .sidebar-elements > li > ul li > a:active {
        background-color: #e7e7e7;
    }

    .be-left-sidebar .sidebar-elements > li > ul > li.title {
        display: none;
    }

    .be-left-sidebar .sidebar-elements > li > ul > li.nav-items {
        display: block;
        height: auto;
    }

    .be-left-sidebar .sidebar-elements > li > ul > li.nav-items > .be-scroller {
        height: auto;
        overflow: visible;
    }

    .be-left-sidebar .sidebar-elements > li > ul > li.nav-items > .be-scroller > .content {
        padding-top: 0;
        overflow: visible;
        position: relative;
    }

    .be-left-sidebar .sidebar-elements > li:hover {
        background-color: inherit;
    }

    .be-left-sidebar .sidebar-elements > li:hover > ul {
        display: none;
    }

    .be-left-sidebar .sidebar-elements li.open > ul {
        display: block;
    }
}

.be-fixed-sidebar .be-left-sidebar {
    height: 100%;
    margin-top: 61px;
    padding-bottom: 61px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1029
}

.be-fixed-sidebar .be-left-sidebar .left-sidebar-content {
    position: absolute
}

@media (max-width: 767.98px) {
    .be-fixed-sidebar .be-left-sidebar .left-sidebar-content {
        position: relative
    }
}

@media (max-width: 767.98px) {
    .be-fixed-sidebar .be-left-sidebar {
        margin-top: 0;
        position: static;
        height: auto;
        margin-top: 0;
        padding-bottom: 0
    }
}

.be-fixed-sidebar .be-left-sidebar:before {
    top: 60px
}

.be-offcanvas-menu .be-left-sidebar {
    position: fixed;
    height: 100%;
    top: 0;
    left: -240px;
    z-index: 1031;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .18);
    border-right-width: 0
}

@media (max-width: 767.98px) {
    .be-offcanvas-menu .be-left-sidebar {
        width: 230px;
        left: 0;
        -webkit-transform: translate3d(-105%, 0, 0);
        transform: translate3d(-105%, 0, 0)
    }
}

.be-offcanvas-menu .be-left-sidebar:before {
    left: -230px;
    border-right-width: 0
}

@media (max-width: 767.98px) {
    .be-offcanvas-menu .be-left-sidebar .left-sidebar-toggle {
        display: none
    }
}

@media (min-width: 768px) {
    .be-offcanvas-menu-sm:not(.be-fixed-sidebar) .be-left-sidebar {
        position: absolute
    }

    .be-offcanvas-menu-sm .be-left-sidebar {
        left: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-right-width: 1px;
        background-color: #f5f5f5
    }
}

.be-fixed-sidebar.be-offcanvas-menu .be-left-sidebar {
    margin-top: 61px;
    padding-bottom: 61px
}

.be-animate .be-left-sidebar {
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

@media (max-width: 767.98px) {
    .be-offcanvas-menu .be-left-sidebar .left-sidebar-wrapper {
        display: table
    }
}

@media (max-width: 767.98px) {
    .be-offcanvas-menu .be-left-sidebar .left-sidebar-spacer {
        display: table-row;
        border-top-width: 0
    }
}

@media (max-width: 767.98px) {
    .be-fixed-sidebar.be-offcanvas-menu .be-left-sidebar .left-sidebar-content {
        position: absolute
    }
}

@media (max-width: 767.98px) {
    .be-offcanvas-menu .be-left-sidebar .progress-widget {
        display: block
    }
}

@media (max-width: 767.98px) {
    .be-offcanvas-menu .be-left-sidebar .be-navbar-header {
        display: block
    }
}

.be-offcanvas-menu .be-left-sidebar .be-navbar-header .navbar-brand {
    padding-left: 0;
    background-position: 0 center
}

.be-left-sidebar .left-sidebar-top {
    border-bottom: 1px solid #ededed
}

.be-left-sidebar .left-sidebar-top::after {
    display: block;
    clear: both;
    content: ""
}

@media (min-width: 768px) {
    body.open-left-sidebar .be-left-sidebar {
        left: 0
    }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
    body.open-left-sidebar .be-wrapper {
        overflow: hidden
    }

    body.open-left-sidebar .be-left-sidebar {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.be-left-sidebar .progress-widget {
    padding: 20px;
    cursor: pointer
}

.be-collapsible-sidebar-collapsed .be-left-sidebar .progress-widget {
    padding: 13px 14px;
    margin-top: 25px
}

.be-fixed-sidebar .be-left-sidebar .progress-widget {
    margin-top: 0
}

.be-left-sidebar .progress-widget .progress-data {
    color: #696969
}

.be-left-sidebar .progress-widget .progress-value {
    float: right
}

.be-collapsible-sidebar-collapsed .be-left-sidebar .progress-widget .progress-value {
    float: none;
    display: block;
    text-align: center;
    font-size: .8462rem
}

.be-collapsible-sidebar-collapsed .be-left-sidebar .progress-widget .name {
    display: none
}

.be-left-sidebar .progress-widget .progress {
    margin: 10px 0 0;
    height: 8px;
    background-color: #ebebeb;
    border-radius: 2px
}

.be-collapsible-sidebar-collapsed .be-left-sidebar .progress-widget .progress {
    height: 5px;
    margin-top: 7px
}

.be-left-sidebar .progress-widget:hover {
    background-color: #f0f0f0
}

@media (max-width: 767.98px) {
    .be-left-sidebar .progress-widget {
        display: none
    }
}

.be-right-sidebar {
    position: fixed;
    background-color: #fafafa;
    margin-top: 61px;
    padding-bottom: 61px;
    width: 290px;
    height: 100%;
    right: -290px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e8e8e8;
    z-index: 1031
}

.be-animate .be-right-sidebar {
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

@media (min-width: 768px) {
    .be-boxed-layout .be-right-sidebar {
        position: absolute
    }
}

@media (min-width: 768px) {
    body.open-right-sidebar .be-right-sidebar {
        right: 0
    }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
    body.open-right-sidebar .be-wrapper {
        overflow: hidden
    }

    body.open-right-sidebar .be-right-sidebar {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.be-right-sidebar .sb-content {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.be-right-sidebar .tab-navigation .nav-tabs {
    background-color: transparent;
    border-bottom: 0;
    padding: 0
}

.be-right-sidebar .tab-navigation .nav-tabs > li.nav-item {
    margin-right: 0
}

.be-right-sidebar .tab-navigation .nav-tabs > li.nav-item > a.nav-link {
    background-color: #f2f2f2;
    border-width: 0;
    padding: 15px 10px;
    min-width: auto;
    font-size: 1.077rem
}

.be-right-sidebar .tab-navigation .nav-tabs > li.nav-item > a.nav-link .icon {
    font-size: 1.923rem;
    color: #aaa
}

.be-right-sidebar .tab-navigation .nav-tabs > li.nav-item > a.nav-link:hover {
    border: 0;
    background-color: #f6f6f6;
    color: #3b3b3b
}

.be-right-sidebar .tab-navigation .nav-tabs > li.nav-item > a.nav-link:focus {
    border: 0
}

.be-right-sidebar .tab-navigation .nav-tabs > li.nav-item > a.nav-link.active {
    color: #4285f4;
    background-color: transparent
}

@media (max-width: 767.98px) {
    .be-right-sidebar .tab-navigation .nav-justified > li {
        display: table-cell
    }

    .be-right-sidebar .tab-navigation .nav-justified > li > a {
        margin-bottom: 0;
        min-width: 40px
    }
}

.be-right-sidebar .tab-panel {
    height: 100%;
    display: table-row
}

.be-right-sidebar .tab-panel .tab-content {
    height: 100%;
    position: relative;
    width: 100%;
    padding: 0;
    background: 0 0;
    display: table-cell;
    overflow: hidden
}

.be-right-sidebar .tab-panel .tab-content .tab-pane {
    height: 100%;
    position: relative;
    width: 100%
}

.be-right-sidebar .tab-panel .tab-content .tab-pane > .content {
    overflow: auto;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.be-right-sidebar .tab-panel .tab-content .tab-pane h2 {
    font-size: 1.154rem;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    padding-left: 5px;
    margin-bottom: 20px;
    margin-top: 18px
}

.be-right-sidebar .bottom-input {
    position: relative;
    border-top: 1px solid #f2f2f2
}

.be-right-sidebar .bottom-input > input {
    border: 0;
    background-color: #fafafa;
    color: #404040;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    padding: 15px 20px;
    outline: 0
}

.be-right-sidebar .bottom-input > span {
    position: absolute;
    color: #aaa;
    right: 15px;
    top: 50%;
    font-size: 1.538rem;
    margin-top: -10px;
    cursor: pointer
}

.be-right-sidebar .bottom-input > span:hover {
    color: #d1d1d1
}

@media (max-width: 767.98px) {
    .be-right-sidebar {
        width: 290px;
        right: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        margin-top: 0;
        padding-bottom: 0
    }

    .be-right-sidebar .tab-panel .tab-content > .chat {
        width: 100%
    }

    .be-right-sidebar .tab-panel .tab-content > .chat .chat-contacts, .be-right-sidebar .tab-panel .tab-content > .chat .chat-window {
        width: 100%
    }

    .be-right-sidebar .tab-panel .tab-content > .chat .chat-window {
        left: 100%
    }

    .be-right-sidebar .tab-panel .tab-content > .chat.chat-opened .chat-contacts {
        left: -100%
    }
}

@media (max-width: 320px) {
    .be-right-sidebar {
        width: 90%
    }
}


/********************************************    inner Content   ***************************/
.be-content {
    position: relative;
    left: 0;
    margin-left: 230px;
    min-height: 100%
}

.widget {
    background: #ffffff;
    color: #191B23;
    margin-bottom: 15px;
    padding: 12px 15px;
    box-shadow: 0px 5px 12px #0000001A;
    border-radius: 6px;
    text-align: right;
    align-items: center !important;
    min-height: 85px;
    display: grid;
}
.mb-30px{
	margin-bottom:30px !important;
	}
.pl-zeropx{
	padding-left: 0 !important;
	}
 .text-left{
	 text-align:left !important;
 }
@media (max-width: 767.98px) {
    .be-content {
        margin-left: 0
    }
}

@media print {
    .be-content {
        margin-left: 0
    }
}

.be-nosidebar-left .be-content {
    margin-left: 0
}

.be-collapsible-sidebar-collapsed .be-content {
    margin-left: 60px
}

@media (max-width: 767.98px) {
    .be-collapsible-sidebar-collapsed .be-content {
        margin-left: 0
    }
}

.be-offcanvas-menu .be-content {
    margin-left: 0
}

@media (min-width: 768px) {
    .be-offcanvas-menu-sm .be-content {
        margin-left: 230px
    }
}

.be-mega-menu .be-content {
    margin-left: auto
}

@media (min-width: 768px) {
    .be-boxed-layout .be-content {
        margin-left: 0;
        overflow: hidden;
        width: 100%
    }

    .be-boxed-layout.be-fixed-sidebar .be-content {
        margin-left: 230px;
        min-height: 100vh
    }
}

.main-content {
    padding: 35px 35px;
}

@media (max-width: 991.98px) {
    .main-content {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 30px
    }
}

@media (max-width: 767.98px) {
    .main-content {
        height: 100%;
        overflow: auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px
    }
}

@media (max-width: 575.98px) {
    .main-content {
        padding-right: 10px;
        padding-left: 10px
    }

    .main-content .row {
        margin-left: -10px;
        margin-right: -10px
    }

    .main-content .col, .main-content .col-1, .main-content .col-10, .main-content .col-11, .main-content .col-12, .main-content .col-2, .main-content .col-3, .main-content .col-4, .main-content .col-5, .main-content .col-6, .main-content .col-7, .main-content .col-8, .main-content .col-9, .main-content .col-auto, .main-content .col-lg, .main-content .col-lg-1, .main-content .col-lg-10, .main-content .col-lg-11, .main-content .col-lg-12, .main-content .col-lg-2, .main-content .col-lg-3, .main-content .col-lg-4, .main-content .col-lg-5, .main-content .col-lg-6, .main-content .col-lg-7, .main-content .col-lg-8, .main-content .col-lg-9, .main-content .col-lg-auto, .main-content .col-md, .main-content .col-md-1, .main-content .col-md-10, .main-content .col-md-11, .main-content .col-md-12, .main-content .col-md-2, .main-content .col-md-3, .main-content .col-md-4, .main-content .col-md-5, .main-content .col-md-6, .main-content .col-md-7, .main-content .col-md-8, .main-content .col-md-9, .main-content .col-md-auto, .main-content .col-sm, .main-content .col-sm-1, .main-content .col-sm-10, .main-content .col-sm-11, .main-content .col-sm-12, .main-content .col-sm-2, .main-content .col-sm-3, .main-content .col-sm-4, .main-content .col-sm-5, .main-content .col-sm-6, .main-content .col-sm-7, .main-content .col-sm-8, .main-content .col-sm-9, .main-content .col-sm-auto, .main-content .col-xl, .main-content .col-xl-1, .main-content .col-xl-10, .main-content .col-xl-11, .main-content .col-xl-12, .main-content .col-xl-2, .main-content .col-xl-3, .main-content .col-xl-4, .main-content .col-xl-5, .main-content .col-xl-6, .main-content .col-xl-7, .main-content .col-xl-8, .main-content .col-xl-9, .main-content .col-xl-auto, .main-content .col-xxl, .main-content .col-xxl-1, .main-content .col-xxl-10, .main-content .col-xxl-11, .main-content .col-xxl-12, .main-content .col-xxl-2, .main-content .col-xxl-3, .main-content .col-xxl-4, .main-content .col-xxl-5, .main-content .col-xxl-6, .main-content .col-xxl-7, .main-content .col-xxl-8, .main-content .col-xxl-9, .main-content .col-xxl-auto {
        padding-left: 10px;
        padding-right: 10px
    }
}

.be-no-padding .main-content {
    padding: 0
}


.page-head {
    padding: 20px 25px 10px;
    position: relative
}

@media print {
    .page-head {
        display: none
    }
}

.page-head-title {
    display: block;
    margin-bottom: 5px;
    margin-top: 6px;
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 2.154rem;
    color: #6b6b6b;
    line-height: 36px
}

.page-head-description {
    display: block;
    color: #6e6e6e;
    font-size: 1.077rem;
    font-weight: 300
}

.page-head .breadcrumb {
    background-color: transparent;
    padding: 3px 0;
    margin-bottom: 7px;
    line-height: 16px
}

.page-head .breadcrumb > li {
    font-size: 1.077rem;
    font-weight: 300
}

.page-head .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #a3a3a3
}

.page-head .breadcrumb > li > a {
    color: #5e5e5e
}

.page-head .breadcrumb > li > a:hover {
    color: #303030
}

.page-head .breadcrumb > .active {
    color: #7a7a7a
}

.page-head .breadcrumb-item {
    padding-left: 0
}

@media (max-width: 767.98px) {
    .page-head {
        padding: 18px 10px 0;
        display: none
    }

    .page-head-title {
        font-size: 1.846rem;
        line-height: 28px
    }
}

.be-aside .page-head {
    margin-left: 280px
}

@media (max-width: 767.98px) {
    .be-aside .page-head {
        margin-left: 0
    }
}

.be-aside .main-content {
    margin-left: 280px;
    width: auto
}

@media (max-width: 767.98px) {
    .be-aside .main-content {
        margin-left: inherit
    }
}

@media print {
    .be-aside .main-content {
        margin-left: 0
    }
}

.be-aside .be-content {
    height: 100%
}

.be-aside .content {
    height: 100%
}

.page-aside {
    background: none repeat scroll 0 0 #fff;
    width: 280px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 230px;
    border-right: 1px solid #e6e6e6;
    margin-top: 61px;
    padding-bottom: 61px;
    color: #404040
}

@media print {
    .page-aside {
        display: none
    }
}

.be-collapsible-sidebar-collapsed .page-aside {
    left: 60px
}

@media (max-width: 767.98px) {
    .be-collapsible-sidebar-collapsed .page-aside {
        left: 0
    }
}

.no-border .page-aside {
    border-width: 0
}

.page-aside .be-scroller-aside {
    position: relative;
    height: 100%;
    width: 100%
}

.page-aside .content {
    padding: 20px 22px;
    position: relative
}

@media (max-width: 767.98px) {
    .page-aside {
        width: 100%;
        display: block;
        height: auto;
        position: relative;
        margin-top: 0;
        padding-bottom: 0;
        left: 0;
        border-bottom: 2px solid #f2f2f2
    }
}

.aside-header {
    margin-bottom: 5px
}

.aside-header .title {
    display: block;
    margin: 16px 0 0;
    font-size: 27px;
    line-height: 27px;
    font-weight: 300
}

.aside-header .navbar-toggle {
    background: rgba(0, 0, 0, 0);
    display: none;
    outline: 0;
    border: 0;
    padding: 0 11px 0 0;
    text-align: right;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

@media (max-width: 767.98px) {
    .aside-header .navbar-toggle {
        display: block
    }
}

.aside-header .navbar-toggle .icon {
    font-size: 1.538rem;
    color: silver
}

.aside-header .description {
    color: #5a5a5a;
    margin: 0
}

.aside-nav {
    visibility: visible
}

.aside-nav.collapse {
    display: block
}

.aside-nav .nav li a {
    color: #404040;
    padding: 13px 22px
}

.aside-nav .nav li.active a {
    color: #4285f4
}

.aside-nav .nav li.active a .icon {
    color: #4285f4
}

.aside-nav .nav li .badge {
    float: right;
    font-size: .9231rem;
    font-weight: 300;
    padding: 1px 7px
}

.aside-nav .nav li .icon {
    font-size: 1.462rem;
    vertical-align: middle;
    text-align: center;
    min-width: 19px;
    margin-right: 6px;
    color: #616161
}

.aside-nav .title {
    display: block;
    color: #999;
    font-size: .8462rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 0;
    padding: 8px 22px 4px
}

@media (max-width: 767.98px) {
    .aside-nav {
        border-bottom: 1px solid #e6e6e6
    }

    .aside-nav.collapse {
        display: none
    }

    .aside-nav.show {
        display: block
    }
}

.be-aside-header {
    background-color: #fff;
    padding: 37px 25px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .be-aside-header {
        padding: 20px 25px
    }
}

.be-aside-header-title {
    display: block;
    margin: 3px 0 0;
    font-size: 1.769rem;
    font-weight: 300
}

@media (max-width: 991.98px) {
    .be-aside-header-title {
        margin-bottom: 10px
    }
}

.be-aside-header-title .icon {
    font-size: 1.769rem;
    color: #737373
}

.be-aside-header-title .new-messages {
    font-size: 1rem;
    color: #8d8d8d;
    margin-left: 3px
}

.be-aside-header-filters {
    padding: 0 20px 30px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
    display: table;
    width: 100%
}

.be-aside-header-filters .dropdown-toggle:after {
    display: inline-block
}

.be-aside-header-filters > div {
    display: table-cell;
    vertical-align: middle
}

@media (max-width: 991.98px) {
    .be-aside-header-filters > div {
        vertical-align: top
    }
}

@media (max-width: 991.98px) {
    .be-aside-header-filters .btn-group + .btn-group {
        margin-left: 0
    }
}

.be-aside-header-filters .be-select-all.be-checkbox {
    display: inline-block;
    vertical-align: middle;
    padding: 0
}

.be-aside-header-filters .be-select-all.be-checkbox label:before {
    margin-right: 18px
}

.be-aside-header-filters .be-aside-header-filters-right {
    text-align: right
}

.be-aside-header-filters input {
    margin-right: 8px
}

.be-aside-pagination-indicator {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .be-aside-pagination-indicator {
        margin-right: 0
    }
}

.be-aside-pagination-nav .btn {
    min-width: 30px
}

.be-aside-pagination-nav .btn i {
    font-size: 1.615rem;
    vertical-align: middle
}

.be-splash-screen {
    background-color: #eee
}

.be-splash-screen .be-wrapper {
    padding-top: 0
}

.be-splash-screen .be-wrapper .be-content {
    margin: 0
}

.splash-container {
    max-width: 401px;
    margin: 50px auto
}

.splash-container .card {
    margin-bottom: 30px
}

.splash-container .card .card-header {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 0
}

.splash-container .card .card-body {
    padding: 20px 30px 15px
}

.splash-container .card .card-body .custom-checkbox {
    display: inline-block;
    margin: 0
}

@media (max-width: 767.98px) {
    .splash-container {
        margin-top: 50px
    }
}

.splash-title {
    text-align: center;
    display: block;
    font-size: 1.308rem;
    font-weight: 300
}

.splash-description {
    text-align: center;
    display: block;
    line-height: 20px;
    font-size: 1rem;
    color: #5a5a5a;
    margin-top: 11px;
    padding-bottom: 10px
}

.splash-footer {
    text-align: center
}

.be-scroll-top {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    padding: 0 14px;
    display: none;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    border-radius: 4px;
    z-index: 1071
}

/*SMT CSS*/
.sidebar-elements .gonext:before {
    /*  font-family: "Font Awesome 5 Free" ;
  font-weight: 400;
  content:"\f1d8";
  float:right ;  */
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -webkit-transform-origin: top;
    border-color: initial;
    border-style: solid;
    border-width: 1px 0 0 1px;
    content: "";
    height: .5em;
    position: absolute;
    right: 1em;
    margin-top: 27px;
    transform: rotate(133deg) translateY(-50%);
    transform-origin: top;
    transition: all .3s ease-out;
    width: .5em;
}

.be-left-sidebar .sidebar-elements li.next-pg > a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f054";
    float: right;
}

.left-sidebar-spacer {
    background-color: #2C2E3E;
}

.sidebar-elements li a {
    line-height: 50px;
}

.user-profile-base {
    background: #1F212D;
    padding: 14px 15px 10px;
    text-align: center;
    color: #E5F3FC;
}

.user-profile-base span {
    font-size: 15px;
}

.user-profile-base img {
    max-width: 60px;
    height: auto;
}

.pro-user-name {
    font-size: 16px;
    font-weight: 500;
    margin: 11px 0 0px;

}

.side-bar-font-icon {
    font-size: 15px;
}

.transfer-snd-btn {
    background: #2ABE65;
    padding: 10px 25px;
    border-radius: 4px;
    color: white;
    font-size: 17px;
    font-weight: 400;
}

.transfer-snd-btn a {
    color: white;
}

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

.blank-snd-btn {
    background: #b30101 0% 0% no-repeat padding-box;
    border: 1px solid #b30101;
    border-radius: 4px;
    color: white;
    padding: 6px 30px;
}

.blank-snd-btn:hover {
    background: #ee8631 0% 0% no-repeat padding-box;
    border: 1px solid #ee8631;
    border-radius: 4px;
    color: white;
    padding: 6px 30px;
}

.blank-pag-base {
    text-align: center;
    margin-top: 60px;
}

.tranfer-icon img {
    max-width: 210px;
    height: auto;
    margin: 30px 0 15px;
}

.blank-title {
    margin-bottom:25px;
}

.blank-title h3 {
    text-align: left;
    /*  font: 36px/50px Roboto;*/
    letter-spacing: 0;
    color: #2C2E3E;
    opacity: 1;
}


@media (max-width: 575.98px) {
    .blank-title p {
        text-align: center;
        font: 14px/22px Roboto;
        letter-spacing: 0;
        color: #6C6D79;
        opacity: 1;
        margin-bottom: 25px;
    }

}

@media (min-width: 575.98px) {
    .blank-title p {
        text-align: center;
        font: 15px/22px Roboto;
        letter-spacing: 0;
        color: #6C6D79;
        opacity: 1;
        margin-bottom: 25px;
    }
}


/*container-auto-log */
.container-auto-log {
    max-width: 620px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.log-form-custom {
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #232f44;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8 !important;
    border-radius: 4px;
    font-weight: 400;
}

input[type=text], input[type=email], input[type=password], input[type=number], input[type=text] {
    cursor: auto;
}

.log-text {
    margin-top: 126px;
    text-align: center;
}

.log-text img {
    margin: 15px;
}

.log-text h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #b30101;
}
.ph-hgt {
    padding: 12px 15px 12px !important;
    height: 46px !important;
}
.log-text h6 {
    text-align: center;
    margin-bottom: 30px;
}

.login-btn {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.61px;
    color: #FFFFFF;
    background: #b30101 0% 0% no-repeat padding-box;
    border: 1px solid #b30101;
    border-radius: 6px;
    margin-top: 30px;
    padding: 6px 55px;
    width: 50%;
}
.h3-new {
    font-size: 30px !important;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #b30101;
}

.login-btn:hover {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.61px;
    color: #FFFFFF;
    background: #b30101 0% 0% no-repeat padding-box;
    border: 1px solid #b30101;
    border-radius: 6px;
    margin-top: 30px;
    padding: 6px 55px;
    width: 50%;
}

.term-cond-text {
    text-align: center;
    font-size: 15px;
    /*margin: 15px 0;*/
}

/*Send money Process*/
.container-auto {
    max-width: 992px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-auto-full {
    /*max-width: 992px;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.snd-cancel-img {
    border-left: 1.3px solid;
    padding-left: 30px;
}
.body-bg-main {
    background: url(../img/backgruond-bg-rcl.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.dropdown-toggle-log::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.snd-right-txt {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    margin-right:9%;
}

.snd-right-txt li a {
    color: #2A2C3A;
}

@media (max-width: 575.98px) {
    .send-transfer-base {
        min-height: 320px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 5px 12px #0000001A;
        border-radius: 8px;
        opacity: 1;
        padding: 25px 15px;
        margin-top: 35px;
    }
}

@media (min-width: 576px) {
    .send-transfer-base {
        min-height: 270px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 5px 12px #0000001A;
        border-radius: 8px;
        opacity: 1;
        padding: 35px 35px;
        margin-top: 35px;
    }
}


select.form-control {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(../img/selectsnd.png) !important;
    background-position: 100% center !important;
    background-repeat: no-repeat !important;
    padding-right: 40px;
}

.send-transfer-label {
    margin-bottom: 0;
    color: #919191;
    font-size: 15px;
    font-weight: 400;
}


/*custom radio button start*/
.label-radio {
    display: flex;
    align-items: center !important;
    position: relative;
    font-size: 16px;
    padding-left: 35px;
    padding-top: 2px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.label-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.label-radio input:checked ~ .labletext {
    font-weight: 500;
    color: #5186ec;
    font-size: 20px;
}

.labletext {
    text-align: left;
    letter-spacing: 0;
    color: #6E7083;
    opacity: 1;
    font-size: 16px;
}

.label-radio input:checked ~ .tick {
    background-color: #fff;
    border: 1px solid #5186ec;
}

.tick {
    position: absolute;
    left: 0;
    top: 3;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 1px solid #bdbfc1;
    border-radius: 50%;
}

.tick:after {
    content: "";
    position: absolute;
    display: none;
}

.label-radio input:checked ~ .tick:after {
    display: block;
}

.label-radio .tick:after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid #5186ec;
    border-width: 0 1.6px 1.6px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*custom radio button END*/
.payments-radio-btn {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: inline-flex;
    list-style: none;
}

.payments-radio-lable {
    text-align: left;
    font-size: 26px;
    letter-spacing: 0.88px;
    color: #1F212D;
    opacity: 1;
    margin: 0px;
}

.base-brd {
    border-bottom: 1px solid #ccccce;
    padding-bottom: 12px;
}

.snd-flag {
    max-width: 32px;
    margin-right: 8px;
}

.snd-currency-base {
    padding: 9px 15px;
    border: 1.3px solid #b30101 !important;
    border-left: 1px solid !important;
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
    border-top-left-radius: 60px !important;
    border-bottom-left-radius: 60px !important;
    opacity: 1;
    background: #b30101;
    color: white;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.2px;
}

.snd-amount-base {
    border: 1px solid #b30101;
    border-radius: 100px;
    max-height: 76px;
    padding: 8px;
}

.you-snd-lable {
    margin-bottom: 0;
    color: #919191;
    font-size: 14px;
    position: absolute;
    top: 6px;
    z-index: 1;
    left: 45px;
}

.snd-input-custom-form {
    border: 0 !important;
    border-bottom: 0 !important;
    background: transparent;
    margin-left: 21px;
    font-size: 28px;
    padding-top: 25px !important;
    cursor: default;
    color: #ff8700 !important;
    height: 50px;
}

.snd-input-custom-form:focus {
    color: #ff8700 !important;
    background-color: transparent;
    border-color: #b30101;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Edge */
.snd-input-custom-form::-webkit-input-placeholder {
    color: #ff8700;
}

/* Internet Explorer 10-11 */
.snd-input-custom-form:-ms-input-placeholder {
    color: #ff8700;
}

.snd-input-custom-form::placeholder {
    color: #ff8700;
}

.rate-digit-color {
    color: #b30101;
}

.ex-rate {
    font-size: 20px;
    text-align: center;
    margin-top: 25px;
}

.ex-rate img {
    margin-right: 5px;
    max-width: 20px;
}

.next-btn {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.61px;
    color: #FFFFFF;
    background: #b30101 0% 0% no-repeat padding-box;
    border: 1px solid #b30101;
    border-radius: 6px;
    float: right;
    margin-top: 30px;
    padding: 8px;
    width: 42%;
}

.next-btn:hover {
    color: #FFFFFF;
    background: #f6882e 0% 0% no-repeat padding-box;
    border: 1px solid #f6882e;

}

.recipt-search-form {
    border: 1px solid #C8C9D1;
    border-radius: 5px;
    min-height: 34px;
    float: right;
    padding: 2px 10px;
    background-color: #F8F8F8;
}

.select-recip-list-title-base {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 8px;
}

.recipt-list-box-inner {
    background-color: #eba216;
    border: 1px solid #D8E0E6;
    padding: 12px 18px 25px;
    margin: 15px 0 0px;
    border-radius: 6px;
}

.recipt-list-name {
    color: #1F212D;
    font-weight: 500;
    font-size: 16px;
}

.snd-list-user-base {
    color: #b30101;
    background-color: white;
    padding: 12px;
    border-radius: 35px;
}

.snd-list-user-margin {
    margin: 12px 0 16px;
}

.pt-14 {
    font-size: 14.5px;
}

.clear-add-new-text {
    color: #9d7322;
    font-weight: 500;
    border-color: #eba216;
}

.btn-outline-custom {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #6E7083 !important;
    padding-right: 15px;
}

.snd-tab-base {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 12px #0000001A;
    border-radius: 8px;
    border: 0;
    margin-bottom: 25px;
}

.snd-card-header-base:first-child {
    /*border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0;*/
    border-radius: 5px;
    border-bottom: 0;
}

.snd-card-header-base {
    padding: .8rem .5rem;
    margin-bottom: 0;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.tab-checked-icon {
    max-width: 25px;
    margin-right: 10px;
}

.tab-country-name {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    color: #333547;
}

.tab-from-GBP {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    color: #b30101;
}

.BGP-color {
    color: #b30101;
}

.edit-color {
    color: #558BF3;
}

.btn-link:hover {
    text-decoration: none;
}

.btn-link:focus {
    text-decoration: none;
}

.tab-right-txt {
    padding: .7692rem .75rem;
}

.to-digit {
    letter-spacing: 0;
    color: #333547;
    font-size: 20px;
}

.from-digit {
    color: #919191;
    font-size: 19px;
}

.tab-dropdownd-icon {
    margin-left: 16px;
    border-left: 1.3px solid #73747e;
    padding-left: 16px;
    color: #00A4DF;
}

.focus-next-btn {
    background: #f57914 0% 0% no-repeat padding-box;
    border: 1px solid #f57914;
    border-radius: 6px;
    float: right;
    margin-top: 30px;
    padding: 8px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.61px;
    color: #FFFFFF;
    width: 42%;
}

.focus-next-btn:hover {
    background: #b30101 0% 0% no-repeat padding-box;
    border: 1px solid #b30101;
    color: #FFFFFF;
}

.card-deatail-lead {
    color: #333547;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
}

.deatail-from-sending-field {
    color: #333547;
    font-weight: 500;
    font-size: 15px;
}

.deatail-from-inner-box {
    border: 1px solid #D6D6D6;
    padding: 20px 20px 25px;
    border-radius: 6px;
}

.avatar-user-nav > li.dropdown > a img {
    max-width: 32px;
    max-height: 32px;
    border-radius: 50%
}

/*.add-recipt-btn {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.61px;
    color: #FFFFFF;
    background: #b30101 0% 0% no-repeat padding-box;
    border: 1px solid #b30101;
    border-radius: 6px;
    float: right;
    padding-top: 5px;
    padding-right: 50px;
    padding-bottom: 5px;
    padding-left: 41px;
    width: 49%;
}*/
.add-recipt-btn {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.61px;
    color: #FFFFFF;
    background: #b30101 0% 0% no-repeat padding-box;
    border: 1px solid #b30101;
    border-radius: 6px;
    float: right;
    padding-top: 5px;
    padding-right: 50px;
    padding-bottom: 5px;
    padding-left: 41px;
    /* width: 49%; */
    margin-top: 10px !important;
}
.add-recipt-btn-oulet {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.61px;
    color: #b30101;
    background: transparent;
    border: 1.3px solid #b30101;
    border-radius: 6px;
    float: right;
    padding: 5px 50px;
    width: 49%;
}

.recipt-list-title-form-control {
    border: 1px solid #C8C9D1;
    border-radius: 4px;
    height: 34px;
    padding: 8px;
}

.recipt-list-sr-btn {
    background: #00B9FF;
    color: white;
    border-color: #00B9FF;
    height: 34px;
    padding: 4px 12px;
}

.recipient-list-head {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 5px;
}

.recipient-list-content-lead {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 3px #0000001A;
    border-radius: 8px;
    height: 95px;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 12px;
    margin: 10px 0;
}

.recipient-list-content-lead-title {
    text-align: left;
    font: 25px/28px Roboto;
    letter-spacing: 0;
    color: #b30101;
    margin-left: 12px;
}


/*Min-width  576*/
@media (min-width: 576px) {
    .transfer-tabs-med-body h5 {
        text-align: left;
        font: 18px/28px Roboto;
        font-weight: 500;
        color: #333547;
        margin-bottom: 0;
    }

    .snd-to-digits {
        font-size: 16px;
        font-weight: 600;
        color: #333547;
    }
}


/*max-width  575*/
@media (max-width: 575px) {
    .transfer-tabs-med-body h5 {
        text-align: left;
        font: 15px/28px Roboto;
        font-weight: 500;
        color: #333547;
        margin-bottom: 0;
    }

    .snd-transfer-icon {
        max-width: 35px !important;
    }

    .snd-to-digits {
        font-size: 14px;
        font-weight: 500;
        color: #333547;
    }
}

.recipient-tabs-med-body h5 {
    text-align: left;
    font: 18px/28px Roboto;
    font-weight: 500;
    color: #333547;
    margin-bottom: 0;
}

.recipient-list-tabs {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #0000002b;
    border-radius: 8px;
    min-height: 90px;
    border-radius: 8px;
    height: 95px;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 12px;
    margin: 0 0 14px;
}

.recipts-btn-dropdown-toggle::after {
    display: none !important;
}

.recipts-btn-dropdown-toggle, .recipts-btn-dropdown-toggle:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #5E5E64;
}

.form-control::-moz-placeholder {
    color: #5E5E64;
}

.form-control:-ms-input-placeholder {
    color: #5E5E64;
}

.form-control:-moz-placeholder {
    color: #5E5E64;
}

.font-doc-base {
    text-align: center;
    background-color: #F4F4F4;
    border: 1px dashed #C9C9C9;
    padding: 12px;
    margin: 10px;
}

.doc-front-icon img {
    max-width: 60px;
    margin: 15px 0 18px;
}

.file-size-text {
    font-size: 13px;
    color: #5f5d5d;
    padding: 0 30px;
}

.bd-info-icon-box1 {
    background: #299BF3;
    padding: 10px 16px;
    color: white;
    border-radius: 8px;
    margin-right: 20px;
}

.bd-info-icon-box2 {
    background: #fe9c2b;
    padding: 10px 16px;
    color: white;
    border-radius: 8px;
    margin-right: 20px;
}

.bd-info-icon-box3 {
    background: #23BDB8;
    padding: 10px 16px;
    color: white;
    border-radius: 8px;
    margin-right: 20px;
}

.bd-info-icon-box4 {
    background: #FF5722;
    padding: 10px 16px;
    color: white;
    border-radius: 8px;
    margin-right: 20px;
}


.desc-01 {
    font-size: 18px;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    overflow: hidden;
    color: #191b23;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.desc-02 {
    font-size: 18px;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    overflow: hidden;
    color: #fe9c2b;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.desc-03 {
    font-size: 18px;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    overflow: hidden;
    color: #23BDB8;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.desc-04 {
    font-size: 18px;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    overflow: hidden;
    color: #FF5722;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fa-info-icons {
    font-size: 25px;
}

.info-number {
    font-size: 22px;
    font-weight: 500;
    color: #299BF3;
}

.info-number2 {
    font-size: 22px;
    font-weight: 500;
    color: #fe9c2b;
}

.info-number3 {
    font-size: 22px;
    font-weight: 500;
    color: #23BDB8;
}

.info-number4 {
    font-size: 22px;
    font-weight: 500;
    color: #FF5722;
}

/*User Profile */
.user-pro-base {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 6px #00000014;
    border-radius: 6px;
    margin-top: 25px;
    min-height: 300px;
}

.user-info-base {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 8px #00000014;
    margin-top: 25px;
    min-height: 300px;
    border-radius: 6px;
}

.user-pro-inner {

}

.user-pro-text h5 {
    text-align: left;
    font: 18px/14px Roboto;
    letter-spacing: 0;
    color: #242E3E;
    font-weight: 600;
}

.user-pro-text span {
    font: 16px/21px Roboto;
    letter-spacing: 0;
    color: #6E7083;
    font-weight: 500;
}

.med-user-pro-img img {
    max-width: 70px;
    height: auto;
}

.user-display-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #fff;
}

.user-display-bottom {
    position: relative;
    padding: 6px 20px;
}

.user-display-avatar {
    position: absolute;
    left: 20px;
    top: -60px;
    border-radius: 50%;
    background-color: #fff;
}

.user-display-bg img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.user-display-info {
    line-height: 20px;
    padding-left: 130px;
}

.personal-info-text {
    color: #1F212D;
    margin-top: 25px;
}

.personal-info-text h4 {
    padding: 7px 15px 3px;
}

.pro-list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.pro-list-group-item {
    position: relative;
    display: block;
    padding: 10px 0;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0;
}

.pro-list-group-item-l {
    color: #333547;
    font-size: 15px;
    font-weight: 500;
}

.pro-list-group-item-r {
    float: right !important;
    color: #5b5c6a;
    font-size: 15px;
    font-weight: 400;
}

.pro-tab-group-item-active {
    font-size: 16px;
    color: #ff943d;
    background: #F2F3F7;
    padding: 10px 0;
}

.pro-list-group-flush {
    padding: 7px 15px 3px;
}

.pro-info-flush {
    position: relative;
    display: block;
    padding: 10px 0;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0;
}

.info-setting-icons {
    font-size: 20px;
    padding: 5px 10px;
}

.user-info-base {
    padding: 2px 18px 3px;
}


.update-pro-btn {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.61px;
    color: #FFFFFF;
    background: #b30101 0% 0% no-repeat padding-box;
    border: 1px solid #b30101;
    border-radius: 6px;
    float: right;
    margin-top: 30px;
    padding: 8px;
    width: 40%;
}

.update-pro-btn:hover {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.61px;
    color: #FFFFFF;
    background: #ee8631 0% 0% no-repeat padding-box;
    border: 1px solid #ee8631;
    border-radius: 6px;
    float: right;
    margin-top: 30px;
    padding: 8px;
    width: 40%;
}

@media (min-width: 320px) and (max-width: 768px) {
    .update-pro-btn {
        width: 100%
    }

    .update-pro-btn:hover {
        width: 100%
    }

    .snd-transfer-list-tabs {
        padding: 12px 8px !important;
    }
}

/*end media sect */
.snd-transfer-list-tabs {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #0000002b;
    min-height: 90px;
    border-radius: 8px;
    height: auto;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 12px 15px;
    margin-top: 12px;
}

.text-normal {
    font-weight: 300;
}

.cur-p {
    cursor: pointer;
}

.snd-from-digits {
    font-size: 16px;
    font-weight: 300;
    color: #6E7083;
}

.snd-transfer-detail-base {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 2px;
    text-align: left;
}

.send-transfer-cancel-btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #00A4DF;
    border-radius: 4px;
    color: #00A4DF;
    padding: 6px 20px;
    margin-top: 8px;
}

.transfer-send-again-btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #00A4DF;
    border-radius: 4px;
    color: #00A4DF;
    padding: 6px 20px;
    margin-top: 8px;
}

.transfer-send-again-btn {
    background: #2ABE65 0% 0% no-repeat padding-box;
    border: 1px solid #2ABE65;
    border-radius: 4px;
    padding: 6px 20px;
    color: #fff;
}

.snd-detail-pad {
    border-radius: 0 0 .25rem .25rem !important;
}


@media (max-width: 575px) {
    .transfer-status-text h5 {
        font: 18px/30px Roboto;
        font-weight: 500;
        color: #E29000;
    }

    .transfer-status2-text h5 {
        font: 18px/30px Roboto;
        font-weight: 500;
        color: #39A029;
    }
}

@media (min-width: 576px) {
    .transfer-status-text h5 {
        font: 22px/30px Roboto;
        font-weight: 500;
        color: #E29000;
    }

    .transfer-status2-text h5 {
        font: 22px/30px Roboto;
        font-weight: 500;
        color: #39A029;
    }
}

.transfer-status-text span {
    background: #E29000;
    font-size: 18px;
    color: white;
    padding: 6px 15px;
    border-radius: 4px;
}


.transfer-status2-text span {
    background: #39A029;
    font-size: 18px;
    color: white;
    padding: 6px 15px;
    border-radius: 4px;
}

.doc-status-text h5 {
    font: 22px/30px Roboto;
    letter-spacing: 0;
    color: #1476EE;
    font-weight: 500;
}

.snd-transfer-icon {
    max-width: 48px;
}

.doc-status-info {
    font: 16px/19px Roboto;
    margin-right: 9px;
    color: #333547;
    font-weight: 500;
}

.expairy-color {
    color: #EA3939;
}

.transfer-deatail-modal-base {
    padding: 6px;
    border-radius: 6px;
}

.transfer-dts-md-btn {
    background: #08b2f3;
    border: 1px solid #08b2f3;
    color: white;
    padding: 3px 16px;
    border-radius: 3px;
}

.select-btn {
    margin: 20px 50px !important;
    border-radius: 6px;
}

.select-btn:focus {
    margin: 20px 50px !important;
    border-radius: 6px !important;
}

.selectedbene {
    background: #0d975c;
    color: #ffffff;
    border: 2px solid #0d975c;
}

.payment-detail {
    margin-left:0px;
}

.payment-detail .mb-10 {
    text-align: left;
}

@media (min-width: 280px) and (max-width: 319px) {
    .payment-detail {
        margin-left: 0px;
        font-size: 12px;
    }

    .snd-transfer-detail-base h4 {
        font-size: 18px;
    }

    .blank-title h3 {
        font-size: 18px;
    }

    .blank-snd-btn {
        padding: 6px 8px;
    }

    .recipient-list-content-lead-title {
        font-size: 16px !important;
    }

    .recipient-list-content-lead a img {
        width: 40px;
    }

    .snd-transfer-list-tabs .clearfix .float-left .media img {
        display: none;
    }

    .snd-transfer-list-tabs .clearfix .float-left .media .media-body .cur-p span {
        font-size: 11px;
    }

    .snd-transfer-list-tabs .clearfix .float-right .cur-p .float-left span {
        font-size: 12px;
    }

    .transfer-tabs-med-body .cur-p span {
        font-size: 11px;
    }

    .transfer-tabs-med-body h5 {
        font: 12px/28px Roboto;
    }

    .snd-to-digits {
        font-size: 12px;
    }

    .recipient-list-content-lead-title {
        font-size: 18px;
    }

    .recipient-list-tabs .user-img {
        display: none;
    }

    .recipient-tabs-med-body h5 {
        font: 18px/28px Roboto;
    }

    .recipient-tabs-med-body span {
        font-size: 12px;
    }

    .tab-country-name {
        font-size: 12px;
    }

    .add-recipt-btn-oulet {
        padding: 6px 15px;
    }

    .add-recipt-btn {
        padding: 6px 15px;
    }

    .h3, h3 {
        font-size: 18px;
    }

    .h4, h4 {
        font-size: 1.2rem;
    }

    .h5, h5 {
        font-size: 1.0rem;
    }

    .payments-radio-lable {
        font-size: 16px;
        font-weight: 500;
    }

    .send-logo {
        width: 118px !important;
    }

    .log-text h6 {
        font-size: 14px;
    }

    .log-text h3 {
        font-size: 16px !important;
    }

    .for-got a {
        font-size: 12px;
    }

    .payments-radio-btn {
        display: block;
    }

    .payments-radio-btn li .inner-content-left .label-radio .labletext {
        font-size: 14px;
    }

    .add-bene-btn button {
        padding: 5px 18px !important;
    }

    .focus-next-btn {
        padding: 5px 10px !important;
        width: 100%;
    }

    .select-btn {
        margin: 20px 60px !important;
    }

    .select-btn:focus {
        margin: 20px 60px !important;
        border-radius: 6px !important;
    }

    .min-none-375 {
        display: none;
    }

    .chat-list {
        font-size: 10px;
    }

    .next-btn {
        width: 100%;
        padding: 5px;
    }

    .you-snd-lable {
        left: 35px;
        font-size: 12px;
    }

    .ex-rate {
        font-size: 14px;
    }

    .rate-digit-color {
        font-size: 12px;
    }

    .ex-rate img {
        max-width: 16px;
    }

    .snd-input-custom-form {
        font-size: 18px;
        height: 45px;
    }

    .snd-currency-base {
        height: 45px;
    }

    .to-digit {
        font-size: 12px;
    }

    .from-digit {
        font-size: 12px;
    }

    .tab-checked-icon {
        max-width: 18px;
        margin-right: 0px;
    }

    .tab-dropdownd-icon {
        margin-left: 1px;
        padding-left: 5px;
    }

    .card-header h5 button {
        padding: 0px;
    }

    .card-header .tab-right-txt {
        padding: 0px;
    }

    .be-left-sidebar .left-sidebar-toggle {
        padding: 12px 10px 10px;
    }

    .main-content .float-right .breadcrumb {
        font-size: 14px;
        padding: 10px 10px !important;
    }

    .breadcrumb .transfer-snd-btn {
        padding: 10px 10px !important;
        font-size: 12px;
    }

    .max-only-765 {
        margin-top: 20px;
        font-size: 14px;
    }

    .clear-add-new-text {
        margin: 20px 40px 5px 0px;
    }

    .select-recip-list-title-base .float-left .margin-zero .mtop-5 {
        font-size: 15px;
    }
}

@media (min-width: 320px) and (max-width: 410px) {
    .recipient-list-content-lead-title {
        font-size: 20px;
    }

    .recipient-list-tabs .user-img {
        margin-right: 10px;
        width: 34px;
        padding-top: 11px !important;
    }

    .recipient-list-tabs .clearfix .float-right .dropdown {
        width: 15px;
        margin-left: -40px;
    }

    .payment-detail {
        margin-left: 0px;
    }

    .snd-to-digits {
        font-size: 12px;
    }

    .snd-transfer-list-tabs .clearfix .float-right .cur-p .float-left span {
        font-size: 12px;
    }

    .recipient-list-content-lead-title {
        font-size: 18px;
    }

    .transfer-tabs-med-body h5 {
        font-size: 12px;
    }

    .transfer-tabs-med-body .cur-p span {
        font-size: 11px;
    }

    .tab-country-name {
        font-size: 12px;
    }

    .add-recipt-btn-oulet {
        padding: 6px 25px;
    }

    .add-recipt-btn {
        padding: 6px 35px;
    }

    .send-logo {
        width: 168px !important;
    }

    .payments-radio-lable {
        font-size: 22px;
    }

    .h5, h5 {
        font-size: 1.0rem;
    }

    .add-bene-btn button {
        padding: 5px 30px !important;
    }

    .next-btn {
        padding: 5px 45px !important;
    }

    .focus-next-btn {
        padding: 5px 35px !important;
    }

    .select-btn {
        margin: 20px 70px !important;
    }

    .select-btn:focus {
        margin: 20px 70px !important;
        border-radius: 6px !important;
    }

    .min-none-375 {
        display: none;
    }

    .chat-list {
        font-size: 11px;
    }

    .tab-country-name {
        font-size: 12px;
    }

    .tab-right-txt {
        font-size: 12px;
    }

    .be-left-sidebar .left-sidebar-toggle {
        padding: 30px 10px 10px;
    }

    .be-left-sidebar .left-sidebar-toggle:before {
        margin-top: 8px;
    }

    .breadcrumb .transfer-snd-btn {
        padding: 8px 10px !important;
    }

    .clear-add-new-text {
        margin: 20px 70px 5px 0px;
    }

    .select-recip-list-title-base .float-left .margin-zero .mtop-5 {
        font-size: 18px;
    }
}

@media (min-width: 360px) and (max-width: 375px) {
    .select-btn {
        margin: 20px 90px !important;
    }

    .select-btn:focus {
        margin: 20px 90px !important;
        border-radius: 6px !important;
    }
}

@media (min-width: 360px) and (max-width: 640px) {
    .tab-country-name {
        font-size: 12px !important;
    }

    .clear-add-new-text {
        margin: 20px 90px 5px 0px;
    }
}

@media (min-width: 411px) and (max-width: 960px) {
    .payment-detail {
        margin-left: 0px;
    }

    .tab-country-name {
        font-size: 12px;
    }

    .payments-radio-lable {
        font-size: 22px;
    }

    .select-btn {
        margin: 20px 135px !important;
    }

    .select-btn:focus {
        margin: 20px 115px !important;
        border-radius: 6px !important;
    }

    .min-none-375 {
        display: none;
    }

    .chat-list {
        font-size: 12px;
    }

    .clear-add-new-text {
        margin: 20px 115px 5px 0px;
    }
}

@media (min-width: 961px) and (max-width: 1024px) {
    .payment-detail {
        margin-left: 0px;
    }
}

@media (min-width: 965px) and (max-width: 1024px) {
    .tab-country-name {
        font-size: 16px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .payment-detail {
        margin-left: 0px;
    }

    .tab-country-name {
        font-size: 20px !important;
    }
}

.msg-body {
    text-align: center;
}

.margin-zero {
    font-size: 20px;
}

.recipient-list-tabs .user-img {
    margin-right: 10px;
}

#DailingCode {
    margin-bottom: 15px;
}

.navbar-brand img {
    /*width: 250px !important;
    width: auto;*/
    max-height: 55px;
    margin-left: 50%;
}
@media only screen and (max-width: 767px) {
  .hidden-on-mobile { display: none !important; }
  .navbar-brand img {
      margin-left: 0%;
  }
}
.need-help-btn {
    background: #182d82;
    border-radius: 6px;
    color: #ffffff !important;
    font-size: 14px;
}
.need-help-btn:hover {
    background: transparent;
    border-radius: 6px;
    color: #101f37 !important;
    border:1px solid #101f37;
    font-size: 14px;
}
.ddlabel {
    font-size: 12px !important;
}

.registerbtn button {
    margin-bottom: 50px;
}

.location-finder-btn {
    margin-top: 20px;
}

.location-finder-btn button {
    width: 100%;
}

.page-loader-profile {
    text-align: center;
    margin-top: 100px;
}

.page-loader {
    text-align: center;
    margin-top: 50px;
}

.page-loader-comp {
    text-align: center;
    margin-top: 150px;
}

.field-error {
    color: #dc3545 !important;
    margin: 10px 0px 0px 20px;
    font-size: 14px;
}

.field-error-phone {
    color: #dc3545 !important;
    margin-top: 5px;
    font-size: 14px;
}

.bank-tran-email {
    margin: 20px 0px 0px 60px;
}

. bene-btns {
    margin-top: 20px !important;
}

.bene-btns .col-md-6 {
    margin-top: 10px;
    text-align: center !important;
}

.bene-btns .col-md-6 .select-bene-btn {
    width: 75px !important;
    height: 28px !important;
    border: 1px !important;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    background-color: #cccccc;
    color: #1f212d;
}

.bene-btns .col-md-6 .edit-bene-btn {
    width: 60px !important;
    height: 28px !important;
    border: 1px !important;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    background-color: #cccccc;
    color: #1f212d;
}

.selectedbene .bene-btns .col-md-6 .select-bene-btn {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

.selectedbene .bene-btns .col-md-6 .edit-bene-btn {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

@media (min-width: 250px) and (max-width: 960px) {
    .field-error {
        margin: 20px !important;
        font-size: 12px !important;
    }

    .bank-tran-email {
        margin: 20px 0px 0px 10px;
    }
}


select:invalid:required:focus {
    border: 1px solid #f31a1a;
    border-bottom: 1px solid #f31a1a !important;
}

select:valid:required:focus {
    border: 1px solid #05650d;
    border-bottom: 1px solid #05650d !important;
}

textarea:invalid:required:focus {
    border: 1px solid #f31a1a;
    border-bottom: 1px solid #f31a1a !important;
}

textarea:valid:required:focus {
    border: 1px solid #05650d;
    border-bottom: 1px solid #05650d !important;
}

input:not([type=submit]):invalid:required:focus {
    border: 1px solid #f31a1a;
    border-bottom: 1px solid #f31a1a !important;
}

input:not([type=submit]):valid:required:focus {
    border: 1px solid #05650d;
    border-bottom: 1px solid #05650d !important;
}

input:not([type=submit]) {
    padding: 10px;
}

.mh-125 {
    min-height: 125px;
}

.UnreadCls {
    background-color: #ecedef;
}

.blueCls {
    background-color: #f9fafc;
}
.fw-5{
    font-weight: 500;
}
.chat-unread{
    color: #404040;
}
.chat-read{
    color: #503e3e63;
}

.log-main {
    width: 100%;
    position: fixed;
}
@media (max-width: 960px) and (min-width: 250px){
    .side-image-bg {
        display: none;
    }
}
.text-center {
    text-align: center!important;
}
.msg-set {
    margin-left: 19%;
    margin-right: 13%;
}
.log-tab {
    max-width: 67%;
    margin-left: 20%;
}

.fixed-header {
    position: fixed;
    z-index: 999;
    width: 100%;
}
@media (min-width: 250px)and (max-width: 960px) {
    .log-tab {
        max-width: 86%;
        margin-left: 8%;
    }
}
.btn-disable{
    cursor: not-allowed;
    pointer-events: none;
    border: 1px solid #ecb588;
    background: #ecb588 0% 0% no-repeat padding-box !important;
}
.disable{
    cursor: not-allowed;
    pointer-events: none;
    border: 1px solid #b30101;
    background: #b30101 0% 0% no-repeat padding-box !important;
}
.font-color
{
    color: #b30101;
    font-size: 200%;
}


.bene-list
{
    color: #b30101;
    font-size: 304%;
}
.docs-list
{
    color: #b30101;
    font-size: 217%;
}
.doc-list-eye
{
    color: #b30101;
}

.exchange-icon
{
    font-size: 210%;
    color: #b30101;
}
.exchange-icon2
{
    color: #b30101;
}
@media (min-width: 1080px)and (max-width: 1920px) {
    .iframe {
        height: 900px;!important;
    }
}
.mt-10{
    margin-top: 10px !important;
}
.mt-0{
    margin-top: 0px !important;
}
.disc-applied{
    font-weight: bold !important;
}
.promo-btn
{
    background-color: #b30101;!important;
    border: 2px solid #b30101;!important;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 12px;
}
.btn:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.focus-next-btn
{
    background: #b30101 0% 0% no-repeat padding-box;!important;
    border: 1px solid #b30101;!important;
    border-radius: 6px;
    float: right;
    margin-top: 30px;
    padding: 8px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.61px;
    color: #FFFFFF;
    width: 42%;

}
.focus-next-btn:hover
{
    background: #f57914 0% 0% no-repeat padding-box;
    border: 1px solid #f57914;
    color: #FFFFFF;
}

/*calculator css*/

.cal-base-box {
    box-shadow: 0px 3px 17px #00000021;
    min-width: 250px;
    background-color: white;
    border-radius: 6px;
    padding: 12px;
}
.cal-head{
    padding:10px;
    border-radius: 4px;
    background: transparent linear-gradient(270deg, #FF7709 0%, #FF8A2A 100%) 0% 0% no-repeat padding-box;
    background-color: #b30101;
    margin-bottom: 25px;
    text-align: left;
}
.r-rate {
    color: white;
    float: right;
}
.fee-l-text {
    font-size: 15px;
}
.cal-head-title {
    color: white;
    font-weight: 500;
    font-size: 16px;
}
.i-title-text {
    font-size: 14px;
	text-align:left;
}
.label-radio input:checked~.i-title-text {
    font-size: 14px;
}
.fee-box-base{
    background-color: #F1F1F1;
    padding: 10px;
}
.fee-r-text {
    float: right;
    font-size: 15px;
}
.fee-box-base ul{
    padding: 0;
    list-style: none;
}
.cal-proceed-link a{
    color: white;
}
.cal-proceed-btn{
    background: #2ABE65;
    border: 1px solid #2ABE65;
    border-radius: 6px;
    color: white;
    border-radius: 6px;
    display: block;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.itick {
    position: absolute;
    left: 0;
    top: 3;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #bdbfc1;
    border-radius: 50%;
}
.ilabel-radio {
    display: flex;
    /*align-items: center!important;*/
    position: relative;
    font-size: 16px;
    padding-left: 29px;
    padding-top: 2px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ilabel-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.ilabel-radio input:checked~.ilabletext {
    font-weight: 500;
    color: #5186ec;
    font-size: 14px;
}
.ilabel-radio input:checked~.itick {
    background-color: #fff;
    border: 1px solid #5186ec;
}

.ilabel-radio .itick:after {
    left: 9px;
    top: 4px;
    width: 4px;
    height: 4px;
    border: solid #5186ec;
    border-width: 0 1.6px 1.6px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ilabel-radio .itick:after {
    left: 8px;
    top: 6px;
    width: 4px;
    height: 7px;
    border: solid #5186ec;
    border-width: 0 1.8px 1.8px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.itick:after {
    content: "";
    position: absolute;
    display: none;
}
.ilabel-radio input:checked~.itick:after {
    display: block;
}

.you-send-labl1 {
    position: absolute;
    top: -13px;
	left:0;
    font-size: 12px;
}
.span-flag img{
    max-width: 18px;
    height: auto;
    margin-right: 10px;
}
.span-flag {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #6E7083 !important;
    margin-top: 3px;
}
.font-25 {
    font-size: 25px;
    color: #b30101 !important;
}

.input-color::placeholder { / Firefox, Chrome, Opera /
color: #b30101;
}
.input-color:-moz-placeholder { / Upto Firefox 18, Deprecated in Firefox 19 /
color: orange;
}
.input-color::-moz-placeholder { / Firefox 19+ /
color: orange;
}
.input-color:-ms-input-placeholder {
    color: orange;
}

@media (max-width: 991.98px){

    .calbas-on-575px {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px;
    }
}
.error_msg
{
    font-family: Helvetica,sans-serif;
    padding-left: 0;
    list-style: none;
    color: #c4161c;
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
}

@media (max-width: 960px) and (min-width: 250px){
    .res-alt {
        width: 61% !important;
        margin-left: 30% !important;
    }
}
@media (max-width: 960px) and (min-width: 250px){
    .side-status {
        margin-left: 33px;
    }
}
@media (max-width: 960px) and (min-width: 250px){
    .side-status-1 {
        margin-left: 42px;
    }
}
.res-alt
{
    width: 61%;
    margin-left: 70%;

}

.available
{
    background-color: #00B950;
    color: white;
    padding: 4px;
    border-radius: 10px;
}
.consumed
{
    background-color: #0095BB;
    color: white;
    padding: 4px;
    border-radius: 10px;
}
.pending
{
    background-color: #FF7C24;
    color: white;
    padding: 4px;
    border-radius: 10px;
}
.avail-credit
{
    background: #00b950;
    padding: 5px;
    border-radius: 9px;
    color: white;
}
.referral-code
{
    background: #b90000;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    border-radius: 9px;
    color: white;
}
.fetch-detail-btn {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.61px;
    color: #FFFFFF;
    background: #3a973e 0% 0% no-repeat padding-box;
    border: 1px solid #3a973e;
    border-radius: 6px;
    float: right;
    padding: 5px 50px;
    width: 49%;
}
.fetch-detail-btn:hover {
    color: #FFFFFF;
    background: #448f48;
    border: 1px solid #448f48;
}
/*dashboard calculator send rec amount height set for safari browser*/
.cal-base-box input, select{
    height: 35px !important;
}

.cal-base-box input{
    padding: 10px 5px !important;
}
/* --------------------------------------------------------------------- */

/*////////////MEW CSS STARTS HERE///////////*/
@media only screen and (max-width: 600px) {
  .support-box-cont {
    height: auto !important;
    margin-left: 0px !important; 
    margin-right: 0px !important;
  }
  .side-status-activity {
    margin-left: 0px !important;
    float: left !important;
    padding-top: 5px !important;
  }
}